MPAJEDAFLDP -> amountByCasterAttackRatio

This commit is contained in:
akatatsu27 2022-10-04 00:51:46 +03:00
parent 85b6875701
commit 873ea0211b
2 changed files with 3 additions and 3 deletions

View File

@ -1834,7 +1834,7 @@
"onAdded": [ "onAdded": [
{ {
"$type": "HealHP", "$type": "HealHP",
"MPAJEDAFLDP": "HealRate" "amountByCasterAttackRatio": "HealRate"
} }
] ]
} }
@ -2732,7 +2732,7 @@
}, },
{ {
"$type": "HealHP", "$type": "HealHP",
"MPAJEDAFLDP": "H_Rate" "amountByCasterAttackRatio": "H_Rate"
}, },
{ {
"$type": "EquipAffixStart", "$type": "EquipAffixStart",

View File

@ -1591,7 +1591,7 @@
"onAbilityStart": [ "onAbilityStart": [
{ {
"$type": "LoseHP", "$type": "LoseHP",
"MPAJEDAFLDP": 0.009999999776482582 "amountByCasterAttackRatio": 0.009999999776482582
} }
] ]
} }