Addition of Will to Fight (48539) GetDamageLimit effect.

Contributed by Serenitty.
This commit is contained in:
MobiusDevelopment
2023-01-06 22:07:14 +00:00
parent 81d27511f9
commit 3d506f1024
2 changed files with 13 additions and 3 deletions

View File

@@ -363,9 +363,14 @@
<operateType>A1</operateType> <operateType>A1</operateType>
</skill> </skill>
<skill id="48539" toLevel="1" name="Will to Fight"> <skill id="48539" toLevel="1" name="Will to Fight">
<!-- AUTO GENERATED SKILL TODO: FIX IT --> <!-- Your will to fight decreases received damage from strong characters. -->
<icon>icon.skill0000</icon> <icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>P</operateType>
<effects>
<effect name="GetDamageLimit">
<amount>30000</amount>
</effect>
</effects>
</skill> </skill>
<skill id="48540" toLevel="1" name="Balok's Strike"> <skill id="48540" toLevel="1" name="Balok's Strike">
<!-- AUTO GENERATED SKILL TODO: FIX IT --> <!-- AUTO GENERATED SKILL TODO: FIX IT -->

View File

@@ -360,7 +360,12 @@
<skill id="48539" toLevel="1" name="Will to Fight"> <skill id="48539" toLevel="1" name="Will to Fight">
<!-- Your will to fight decreases received damage from strong characters. --> <!-- Your will to fight decreases received damage from strong characters. -->
<icon>icon.skill0000</icon> <icon>icon.skill0000</icon>
<operateType>A1</operateType> <operateType>P</operateType>
<effects>
<effect name="GetDamageLimit">
<amount>30000</amount>
</effect>
</effects>
</skill> </skill>
<skill id="48540" toLevel="1" name="Balok's Strike"> <skill id="48540" toLevel="1" name="Balok's Strike">
<!-- Powerful P. Atk. on enemy. --> <!-- Powerful P. Atk. on enemy. -->