RealDamage effect should use power instead of amount.

This commit is contained in:
MobiusDevelopment 2022-07-29 04:30:27 +00:00
parent 46b892122e
commit dd5563a1b5
2 changed files with 2 additions and 2 deletions

View File

@ -990,7 +990,7 @@
<affectScope>SINGLE</affectScope>
<effects>
<effect name="RealDamage">
<amount>5</amount>
<power>5</power>
<mode>PER</mode>
</effect>
</effects>

View File

@ -999,7 +999,7 @@
<affectScope>SINGLE</affectScope>
<effects>
<effect name="RealDamage">
<amount>5</amount>
<power>5</power>
<mode>PER</mode>
</effect>
</effects>