Dwarf buff, fake death, Noble Sacriface target and Shadow Evasion fixes.
Contributed by gamelike85.
This commit is contained in:
@@ -1414,13 +1414,8 @@
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<hitCancelTime>0</hitCancelTime>
|
||||
<reuseDelay>300000</reuseDelay>
|
||||
<targetType>TARGET</targetType>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<conditions>
|
||||
<condition name="TargetMyParty">
|
||||
<includeMe>false</includeMe>
|
||||
</condition>
|
||||
</conditions>
|
||||
<effects>
|
||||
<effect name="TransferDamageToPlayer">
|
||||
<amount>
|
||||
@@ -1435,13 +1430,11 @@
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
<endEffects>
|
||||
<effect name="CallSkill">
|
||||
<skillId>10022</skillId> <!-- Last Patience -->
|
||||
<skillLevel>1</skillLevel>
|
||||
</effect>
|
||||
</endEffects>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="10019" toLevel="5" name="Protection of Faith">
|
||||
<!-- For $s1, reduces the maximum damage received by party members to approximately $s2 in inverse proportion to your P. Def and increases Speed by $s3. Makes you immune to Hold and Stun. This effect cannot be stacked with the same effect or Nigh Aegis, and a limit applies after its duration is over. Requires a shield to be equipped. -->
|
||||
|
@@ -1914,13 +1914,14 @@
|
||||
<magicLvl>93</magicLvl>
|
||||
<operateType>T</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<mpInitialConsume>1</mpInitialConsume>
|
||||
<mpConsume>200</mpConsume>
|
||||
<mpInitialConsume>200</mpInitialConsume>
|
||||
<hitTime>800</hitTime>
|
||||
<targetType>NONE</targetType>
|
||||
<effects>
|
||||
<effect name="FakeDeath">
|
||||
<power>20</power>
|
||||
<ticks>5</ticks>
|
||||
<power>100</power>
|
||||
<ticks>1</ticks>
|
||||
</effect>
|
||||
<effect name="Untargetable" />
|
||||
</effects>
|
||||
|
@@ -218,6 +218,9 @@
|
||||
</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
<effect name="DisableSkill">
|
||||
<disable>10517</disable>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="10654" toLevel="1" name="Maximum Mortality">
|
||||
|
@@ -400,6 +400,7 @@
|
||||
<icon>icon.skill19307</icon>
|
||||
<effectPoint>669</effectPoint>
|
||||
<operateType>A2</operateType>
|
||||
<abnormalType>DWARF_BUFF</abnormalType>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>60</abnormalTime>
|
||||
<targetType>SELF</targetType>
|
||||
@@ -428,7 +429,7 @@
|
||||
<icon>icon.skill19308</icon>
|
||||
<effectPoint>669</effectPoint>
|
||||
<operateType>A2</operateType>
|
||||
<abnormalType>BIG_HEAD</abnormalType>
|
||||
<abnormalType>DWARF_BUFF</abnormalType>
|
||||
<abnormalVisualEffect>BIG_HEAD</abnormalVisualEffect>
|
||||
<abnormalLvl>1</abnormalLvl>
|
||||
<abnormalTime>60</abnormalTime>
|
||||
|
Reference in New Issue
Block a user