Dwarf buff, fake death, Noble Sacriface target and Shadow Evasion fixes.

Contributed by gamelike85.
This commit is contained in:
MobiusDevelopment
2019-11-10 01:09:56 +00:00
parent 88d90f55bd
commit c9a1c7f4f6
48 changed files with 606 additions and 303 deletions

View File

@@ -1445,7 +1445,7 @@
</effects>
</skill>
<skill id="10018" toLevel="3" name="Noble Sacrifice">
<!-- For $s1, receives $s2 of the damage received by the ally and activates the Last Patience effect during that HP does not decrease below 1. -->
<!-- For 10 sec., receives 30% of the damage received by the ally and activates the Last Patience effect during that HP does not decrease below 1. -->
<icon>icon.skill10020</icon>
<abnormalLvl>1</abnormalLvl>
<abnormalTime>
@@ -1477,13 +1477,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>
@@ -1498,13 +1493,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="7" name="Protection of Faith">
<!-- For $s1, reduces the maximum damage received by party members to approximately $s2 depending on your P. Def. Speed +$s3. Makes you immune to obstruction and confusion. The effect cannot be stacked with the same effect or Nine Aegis. When it is over, the Limit of Sigel effect is applied. Requires a shield. -->

View File

@@ -2057,13 +2057,14 @@
<magicLvl>93</magicLvl>
<operateType>T</operateType>
<magicCriticalRate>5</magicCriticalRate>
<mpInitialConsume>100</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>

View File

@@ -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">

View File

@@ -428,6 +428,7 @@
<icon>icon.skill19307</icon>
<effectPoint>669</effectPoint>
<operateType>A2</operateType>
<abnormalType>DWARF_BUFF</abnormalType>
<abnormalLvl>1</abnormalLvl>
<abnormalTime>60</abnormalTime>
<targetType>SELF</targetType>
@@ -456,7 +457,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>