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

@@ -708,7 +708,16 @@
<item id="37499" name="Fire Stone" additionalName="Event" type="EtcItem">
<!-- Fire attack attribute increases by 5 when bestowed on a weapon. Water defense attribute increases by 6 when bestowed on armor. Attribute Stones. levels 1- 3. Additionally, a maximum of three types of Elemental defense attribute can be bestowed, and one type of Elemental attack attribute. Opposite attributes cannot be bestowed together. -->
<set name="icon" val="icon.etc_fire_stone_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_dropable" val="false" />
<set name="is_freightable" val="true" />
<set name="is_stackable" val="true" />
<set name="handler" val="EnchantAttribute" />
<set name="item_skill" val="2329-1" />
</item>
</list>