Fixed Vitality Maintaining Rune (80712) and PA +7 Shiny Elemental Shirt (80756).
This commit is contained in:
parent
593170d839
commit
fcc7ec2a42
@ -295,6 +295,11 @@
|
|||||||
<set name="is_dropable" val="false" />
|
<set name="is_dropable" val="false" />
|
||||||
<set name="is_depositable" val="false" />
|
<set name="is_depositable" val="false" />
|
||||||
<set name="is_sellable" val="false" />
|
<set name="is_sellable" val="false" />
|
||||||
|
<set name="etcitem_type" val="ENCHT_ATTR_RUNE" />
|
||||||
|
<set name="time" val="43200" />
|
||||||
|
<skills>
|
||||||
|
<skill id="39534" level="1" /> <!-- Vitality Maintaining Rune (30-day) -->
|
||||||
|
</skills>
|
||||||
</item>
|
</item>
|
||||||
<item id="80713" name="Zariche Shaper" type="Weapon">
|
<item id="80713" name="Zariche Shaper" type="Weapon">
|
||||||
<!-- Warrior dagger for Zariche appearance modification -->
|
<!-- Warrior dagger for Zariche appearance modification -->
|
||||||
@ -1153,14 +1158,21 @@
|
|||||||
<!-- PA-only item 2-hour item A shining magic T-shirt imbued with Einhasad's Energy. <Item Skill> M. Def. +15. Speed +7. Max HP +536. Max MP +536. Skill MP Consumption -3%. Damage Reflect Resistance +5. Vampiric Rage +5%. Water/Fire/Wind/Earth/Holy/Dark Attack Resistance +24. STR +3. DEX +3. CON +3. INT +3. WIT +3. MEN +3 <Active Skill> Einhasad's Wrath/Einsahad's Protection Cannot be enchanted. -->
|
<!-- PA-only item 2-hour item A shining magic T-shirt imbued with Einhasad's Energy. <Item Skill> M. Def. +15. Speed +7. Max HP +536. Max MP +536. Skill MP Consumption -3%. Damage Reflect Resistance +5. Vampiric Rage +5%. Water/Fire/Wind/Earth/Holy/Dark Attack Resistance +24. STR +3. DEX +3. CON +3. INT +3. WIT +3. MEN +3 <Active Skill> Einhasad's Wrath/Einsahad's Protection Cannot be enchanted. -->
|
||||||
<set name="icon" val="icon.ainhasard_shirt" />
|
<set name="icon" val="icon.ainhasard_shirt" />
|
||||||
<set name="default_action" val="EQUIP" />
|
<set name="default_action" val="EQUIP" />
|
||||||
<set name="bodypart" val="chest" />
|
<set name="bodypart" val="underwear" />
|
||||||
<set name="immediate_effect" val="true" />
|
<set name="immediate_effect" val="true" />
|
||||||
<set name="material" val="CRYSTAL" />
|
<set name="material" val="CRYSTAL" />
|
||||||
<set name="weight" val="130" />
|
<set name="weight" val="130" />
|
||||||
<set name="is_tradable" val="false" />
|
<set name="is_tradable" val="false" />
|
||||||
<set name="is_dropable" val="false" />
|
<set name="is_dropable" val="false" />
|
||||||
<set name="is_depositable" val="false" />
|
<set name="is_depositable" val="true" />
|
||||||
|
<set name="is_freightable" val="false" />
|
||||||
<set name="is_sellable" val="false" />
|
<set name="is_sellable" val="false" />
|
||||||
|
<set name="time" val="10080" />
|
||||||
|
<skills>
|
||||||
|
<skill id="13562" level="7" /> <!-- Enchant Effect: Shiny Elemental Shirt Lv. 7 -->
|
||||||
|
<skill id="13563" level="2" /> <!-- Einhasad's Wrath -->
|
||||||
|
<skill id="13564" level="1" /> <!-- Einhasad's Protection -->
|
||||||
|
</skills>
|
||||||
<stats>
|
<stats>
|
||||||
<stat type="pDef">28</stat>
|
<stat type="pDef">28</stat>
|
||||||
</stats>
|
</stats>
|
||||||
|
@ -1885,6 +1885,7 @@
|
|||||||
<value level="5">1500000</value>
|
<value level="5">1500000</value>
|
||||||
</reuseDelay>
|
</reuseDelay>
|
||||||
<staticReuse>true</staticReuse>
|
<staticReuse>true</staticReuse>
|
||||||
|
<isMagic>22</isMagic>
|
||||||
<effects>
|
<effects>
|
||||||
<effect name="PAtk">
|
<effect name="PAtk">
|
||||||
<amount>10</amount>
|
<amount>10</amount>
|
||||||
@ -1927,6 +1928,7 @@
|
|||||||
<value level="4">1500000</value>
|
<value level="4">1500000</value>
|
||||||
</reuseDelay>
|
</reuseDelay>
|
||||||
<staticReuse>true</staticReuse>
|
<staticReuse>true</staticReuse>
|
||||||
|
<isMagic>22</isMagic>
|
||||||
<effects>
|
<effects>
|
||||||
<effect name="DamageBlock">
|
<effect name="DamageBlock">
|
||||||
<type>BLOCK_HP</type>
|
<type>BLOCK_HP</type>
|
||||||
@ -1934,6 +1936,20 @@
|
|||||||
<effect name="DamageBlock">
|
<effect name="DamageBlock">
|
||||||
<type>BLOCK_MP</type>
|
<type>BLOCK_MP</type>
|
||||||
</effect>
|
</effect>
|
||||||
|
<effect name="DebuffBlock" />
|
||||||
|
<effect name="DefenceTrait">
|
||||||
|
<HOLD>100</HOLD>
|
||||||
|
<SLEEP>100</SLEEP>
|
||||||
|
<DERANGEMENT>100</DERANGEMENT>
|
||||||
|
<CHANGEBODY>100</CHANGEBODY>
|
||||||
|
<PARALYZE>100</PARALYZE>
|
||||||
|
<SHOCK>100</SHOCK>
|
||||||
|
<CHANGEBODY>100</CHANGEBODY>
|
||||||
|
<KNOCKBACK>100</KNOCKBACK>
|
||||||
|
<KNOCKDOWN>100</KNOCKDOWN>
|
||||||
|
<AIRBIND>100</AIRBIND>
|
||||||
|
<TURN_STONE>100</TURN_STONE>
|
||||||
|
</effect>
|
||||||
</effects>
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="13565" toLevel="3" name="Einhasad's Silence">
|
<skill id="13565" toLevel="3" name="Einhasad's Silence">
|
||||||
|
Loading…
Reference in New Issue
Block a user