OverlayPlugin
OverlayPlugin copied to clipboard
wikiにリンク切れがある/wiki has broken links
ここを読めとリンクが貼られているwiki( https://github.com/RainbowMage/OverlayPlugin/wiki/miniparse.html )の中で 「http://ff14act.phpapps.jp/index.php?ShowMini を参考にして書式を作成し、作成した書式の文字列をダブルクォーテーションの中に書き込んでください。」 とありますが、このサイトは閉鎖しているようです。 どこかに代わりのリファレンスはないでしょうか?
In the wiki (https://github.com/RainbowMage/OverlayPlugin/wiki/miniparse.html) where you read and link here "Please make a format with reference to http://ff14act.phpapps.jp/index.php?ShowMini and write the character string of the format you created in double quotation marks. "
However, this site seems to be closed. Is there an alternative reference somewhere?
ソースは長い時間前に消失して知りませんが、使用可能なデータのリストは次のとおりです。 大文字の同じ値は形式と小数点がない値です
We can't find original source because it was gone long time ago, but here's list of available column names. Capitalized names are for short-form; not formatted and doesn't contain decimal digits. (ex: duration = 1:30 / DURATION = 90) (ex2: encdps = 810.89 / ENCDPS = 811)
name
duration // 1:30
DURATION // 90
damage // 91631
damage-m // 0.09; 百万単位
DAMAGE-k // 92; 千単位
DAMAGE-m // 0; 百万単位
damage% // 14%
dps // 810.89
DPS // 811
DPS-k // 0
encdps // 810.89; ただ戦闘参加時間にのみ計算されたDPS
ENCDPS // 811
ENCDPS-k // 0
hits // 113
crithits // 4%
crithit% // 5
misses // 0
hitfailed // 0; 分かんない
swings // 113
tohit // 100.00
TOHIT // 100
maxhit // ソウルイーター-4,492
MAXHIT // 4,492
healed // 19387
healed% // 9%
enchps // 171.57
ENCHPS // 172
ENCHPS-k // 0
critheals // 5
critheal% // 4%
heals // 6
cures // 0; エスナ?
maxheal // ソウルイーター-4,492
MAXHEAL // 4,492
maxhealward // ソウルイーター-4,492
MAXHEALWARD // 4,492
damagetaken // 193753
healstaken // 186298
powerdrain // 0
powerheal // 14572
kills // 0
deaths // 1
threatstr // 0
threatdelta // +(0)0/-(0)0
NAME3
......... (4~13)
NAME14
NAME15 // ... ... 名前の前のn文字
Last10DPS
Last30DPS
Last60DPS // 0.00
Job // Drk
ParryPct // 11%
BlockPct // 0%
IncToHit // 86.72
DirectHitPct // 9%
DirectHitCount // 10
CritDirectHitCount // 1
CritDirectHitPct // 1%
助かりました。ありがとうございます。