Shield Block and other skill adjustments.

Contributed by gamelike85.
This commit is contained in:
MobiusDevelopment
2019-11-05 09:35:08 +00:00
parent 2fcb4b924e
commit 94b05dfd43
9 changed files with 95 additions and 27 deletions

View File

@@ -928,6 +928,12 @@
<mode>PER</mode>
</effect>
</effects>
<selfEffects>
<effect name="CallSkill">
<skillId>19564</skillId> <!-- Wave Barrier -->
<skillLevel>1</skillLevel>
</effect>
</selfEffects>
</skill>
<skill id="10013" toLevel="11" name="Rising Smash">
<!-- Attacks nearby targets with $s1 Power added to P. Atk and Heal Received -$s3 for $s2. Can be used while a sword or blunt weapon is equipped. Over-hit. Critical. -->
@@ -1586,6 +1592,12 @@
</amount>
<mode>PER</mode>
</effect>
<effect name="BlockAbnormalSlot">
<slot>DMG_SHIELD</slot>
</effect>
<effect name="DispelBySlot">
<dispel>DMG_SHIELD,9</dispel>
</effect>
</effects>
</skill>
<skill id="10021" toLevel="7" name="Raise Shield">
@@ -1663,6 +1675,12 @@
</amount>
<mode>DIFF</mode>
</effect>
<effect name="BlockAbnormalSlot">
<slot>DMG_SHIELD</slot>
</effect>
<effect name="DispelBySlot">
<dispel>DMG_SHIELD,9</dispel>
</effect>
</effects>
</skill>
<skill id="10022" toLevel="1" name="Last Patience">

View File

@@ -1792,6 +1792,9 @@
<!-- For 10 sec., P. Def +50% and reflects damage when hit. Cannot be applied together with any Shield Block skill. -->
<icon>icon.skill3584</icon>
<operateType>A2</operateType>
<abnormalLvl>1</abnormalLvl>
<abnormalTime>10</abnormalTime>
<abnormalType>DMG_SHIELD</abnormalType>
<effectPoint>379</effectPoint>
<basicProperty>NONE</basicProperty>
<magicCriticalRate>5</magicCriticalRate>
@@ -1799,10 +1802,6 @@
<isMagic>1</isMagic>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<reuseDelay>60000</reuseDelay>
<abnormalLvl>1</abnormalLvl>
<abnormalTime>10</abnormalTime>
<abnormalType>DMG_SHIELD</abnormalType>
<effects>
<effect name="TriggerSkillByDamage">
<attackerType>Creature</attackerType>