Implemented all elemental stones & crystals, including +60/+150.

Contributed by NviX.
This commit is contained in:
MobiusDev
2015-07-08 20:55:27 +00:00
parent 09a0b713d2
commit d87d950284
13 changed files with 1009 additions and 13 deletions

View File

@@ -3,14 +3,30 @@
<item id="34800" name="Dark Crystal" additionalName="Event" type="EtcItem">
<!-- Dark attack attribute increases by 5 when bestowed on a weapon. Holy Resistance increases by 6 when bestowed on an armor. Attribute Crystals can be used up to attribute level 6. Additionally, a maximum of three types of Elemental Resistance can be bestowed, and one type of Elemental attack attribute. Opposite attributes cannot be bestowed together. -->
<set name="icon" val="icon.etc_unholy_crystal_i00" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="etcitem_type" val="SCRL_ENCHANT_ATTR" />
<set name="immediate_effect" val="true" />
<set name="material" val="PAPER" />
<set name="weight" val="1" />
<set name="is_tradable" val="false" />
<set name="is_stackable" val="true" />
<set name="handler" val="EnchantAttribute" />
<set name="item_skill" val="2334-2" />
<set name="commissionItemType" val="ATTRIBUTE_STONE" />
</item>
<item id="34801" name="Holy Crystal" additionalName="Event" type="EtcItem">
<!-- Holy attack attribute increases by 5 when bestowed on a weapon. Dark Resistance increases by 6 when bestowed on an armor. Attribute Crystals can be used up to attribute level 6. Additionally, a maximum of three types of Elemental Resistance can be bestowed, and one type of Elemental attack attribute. Opposite attributes cannot be bestowed together. -->
<set name="icon" val="icon.etc_holy_crystal_i00" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="etcitem_type" val="SCRL_ENCHANT_ATTR" />
<set name="immediate_effect" val="true" />
<set name="material" val="PAPER" />
<set name="weight" val="1" />
<set name="is_tradable" val="false" />
<set name="is_stackable" val="true" />
<set name="handler" val="EnchantAttribute" />
<set name="item_skill" val="2333-2" />
<set name="commissionItemType" val="ATTRIBUTE_STONE" />
</item>
<item id="34811" name="Soulshot Pack" additionalName="Event" type="EtcItem">
<!-- Pack containing soulshot. -->