Exalted Tiara item and skill.
Contributed by gigilo1968.
This commit is contained in:
parent
0a310d309f
commit
1cf778c9cc
@ -668,6 +668,9 @@
|
|||||||
<!-- Hair accessory exclusively used by those with the Exalted status. Increases Atk. Attribute Bonus by 50 when equipped. -->
|
<!-- Hair accessory exclusively used by those with the Exalted status. Increases Atk. Attribute Bonus by 50 when equipped. -->
|
||||||
<set name="icon" val="icon.accessory_noblesse2_tiara_i00" />
|
<set name="icon" val="icon.accessory_noblesse2_tiara_i00" />
|
||||||
<set name="default_action" val="EQUIP" />
|
<set name="default_action" val="EQUIP" />
|
||||||
|
<set name="bodypart" val="hair" />
|
||||||
|
<set name="immediate_effect" val="true" />
|
||||||
|
<set name="material" val="WOOD" />
|
||||||
<set name="is_clan_depositable" val="false" />
|
<set name="is_clan_depositable" val="false" />
|
||||||
<set name="is_mailable" val="false" />
|
<set name="is_mailable" val="false" />
|
||||||
<set name="is_freightable" val="false" />
|
<set name="is_freightable" val="false" />
|
||||||
@ -677,7 +680,11 @@
|
|||||||
<set name="is_sellable" val="false" />
|
<set name="is_sellable" val="false" />
|
||||||
<set name="is_commissionable" val="false" />
|
<set name="is_commissionable" val="false" />
|
||||||
<set name="is_private_storeable" val="false" />
|
<set name="is_private_storeable" val="false" />
|
||||||
|
<set name="isAppearanceable" val="true" />
|
||||||
<set name="weight" val="10" />
|
<set name="weight" val="10" />
|
||||||
|
<skills>
|
||||||
|
<skill id="13770" level="1" /> <!-- Exalted Tiara -->
|
||||||
|
</skills>
|
||||||
</item>
|
</item>
|
||||||
<item id="45645" name="Lady's Ornamental Silver Knife" type="Weapon">
|
<item id="45645" name="Lady's Ornamental Silver Knife" type="Weapon">
|
||||||
<!-- An ornamental silver knife received from the Blacksmith of Mammon in order to test your qualifications. Not valuable as a weapon. Enchant this and take it to the Blacksmith of Mammon to be recognized for your qualifications. -->
|
<!-- An ornamental silver knife received from the Blacksmith of Mammon in order to test your qualifications. Not valuable as a weapon. Enchant this and take it to the Blacksmith of Mammon to be recognized for your qualifications. -->
|
||||||
|
@ -1313,10 +1313,37 @@
|
|||||||
<operateType>P</operateType>
|
<operateType>P</operateType>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="13770" toLevel="1" name="Exalted Tiara">
|
<skill id="13770" toLevel="1" name="Exalted Tiara">
|
||||||
<!-- AUTO GENERATED SKILL -->
|
|
||||||
<!-- Increases Attack Attribute Bonus by 50. -->
|
<!-- Increases Attack Attribute Bonus by 50. -->
|
||||||
<icon>icon.accessory_noblesse2_tiara_i00</icon>
|
<icon>icon.accessory_noblesse2_tiara_i00</icon>
|
||||||
<operateType>P</operateType>
|
<operateType>P</operateType>
|
||||||
|
<magicCriticalRate>5</magicCriticalRate>
|
||||||
|
<magicLvl>1</magicLvl>
|
||||||
|
<effects>
|
||||||
|
<effect name="AttackAttribute">
|
||||||
|
<amount>50</amount>
|
||||||
|
<attribute>FIRE</attribute>
|
||||||
|
</effect>
|
||||||
|
<effect name="AttackAttribute">
|
||||||
|
<amount>50</amount>
|
||||||
|
<attribute>WATER</attribute>
|
||||||
|
</effect>
|
||||||
|
<effect name="AttackAttribute">
|
||||||
|
<amount>50</amount>
|
||||||
|
<attribute>WIND</attribute>
|
||||||
|
</effect>
|
||||||
|
<effect name="AttackAttribute">
|
||||||
|
<amount>50</amount>
|
||||||
|
<attribute>EARTH</attribute>
|
||||||
|
</effect>
|
||||||
|
<effect name="AttackAttribute">
|
||||||
|
<amount>50</amount>
|
||||||
|
<attribute>HOLY</attribute>
|
||||||
|
</effect>
|
||||||
|
<effect name="AttackAttribute">
|
||||||
|
<amount>50</amount>
|
||||||
|
<attribute>DARK</attribute>
|
||||||
|
</effect>
|
||||||
|
</effects>
|
||||||
</skill>
|
</skill>
|
||||||
<skill id="13771" toLevel="1" name="Exalted Cloak">
|
<skill id="13771" toLevel="1" name="Exalted Cloak">
|
||||||
<!-- AUTO GENERATED SKILL -->
|
<!-- AUTO GENERATED SKILL -->
|
||||||
|
Loading…
Reference in New Issue
Block a user