エクラのLV.1ステータスを推定してみるの記事でステータスを推定するために作った簡易ステータス計算機です。
HP | 攻撃 | 速さ | 守備 | 魔防 | 合計 | 補正 | |
---|---|---|---|---|---|---|---|
★5 LV.40 | {{unit.heroInfo.getStatusTotalOfLv40()}} | ||||||
★5 LV.1 | {{unit.heroInfo.getStatusTotalOfLv1()}} | {{unit.heroInfo.getStatusTotalOfLv1() - 47}} | |||||
成長値 | {{unit.heroInfo.hpGrowthValue}} | {{unit.heroInfo.atkGrowthValue}} | {{unit.heroInfo.spdGrowthValue}} | {{unit.heroInfo.defGrowthValue}} | {{unit.heroInfo.resGrowthValue}} | {{unit.heroInfo.totalGrowthValue}} | |
成長率 | {{(unit.hpGrowthRate * 100).toFixed()}}% | {{(unit.atkGrowthRate* 100).toFixed()}}% | {{(unit.spdGrowthRate* 100).toFixed()}}% | {{(unit.defGrowthRate* 100).toFixed()}}% | {{(unit.resGrowthRate* 100).toFixed()}}% | {{(unit.totalPureGrowthRate*100).toFixed()}}% | {{Math.round((unit.totalPureGrowthRate - 2.55) * 100).toFixed()}}% |
個性による変動 | {{unit.calcAssetStatusIncrement(unit.hpGrowthRate)}}/{{unit.calcFlowStatusDecrement(unit.hpGrowthRate)}} | {{unit.calcAssetStatusIncrement(unit.atkGrowthRate)}}/{{unit.calcFlowStatusDecrement(unit.atkGrowthRate)}} | {{unit.calcAssetStatusIncrement(unit.spdGrowthRate)}}/{{unit.calcFlowStatusDecrement(unit.spdGrowthRate)}} | {{unit.calcAssetStatusIncrement(unit.defGrowthRate)}}/{{unit.calcFlowStatusDecrement(unit.defGrowthRate)}} | {{unit.calcAssetStatusIncrement(unit.resGrowthRate)}}/{{unit.calcFlowStatusDecrement(unit.resGrowthRate)}} |