-
Notifications
You must be signed in to change notification settings - Fork 76
Method of verification
エッケザックス edited this page Jun 30, 2019
·
3 revisions
In the granblue, "Math.ceil(value * Random Modifier)" is executed at the end of the Normal Damage calculation.
(Random Modifier = a random number between 0.95 and 1.05 (step size 0.01) )
The Normal Damage value before cap calculation is passed to Charge Attack damage calculation.
- Rewrite result.js so that the decimal point of Chara Single Attack Damage is displayed.
- className="label label-primary">{intl.translate("単攻撃ダメージ(技巧連撃無)", locale)}</span> {m.data[key].pureDamage.toFixed(0)}
+ className="label label-primary">{intl.translate("単攻撃ダメージ(技巧連撃無)", locale)}</span> {m.data[key].pureDamage}
-
Based on motocal's Chara Single Attack Damage value, create a predicted damage table with Excel etc.
Example: C.A. -
Check the damage value in granblue to see if it matches the table.
NOTE: Airship Boost, Airship Parts, Master Bonus of "Boost to main weapon's ATK when…"