Implementation for Hat of Glory (93062).

This commit is contained in:
MobiusDevelopment
2021-01-16 02:51:19 +00:00
parent 8fdb533aa5
commit 4438fec9ed
2 changed files with 20 additions and 3 deletions

View File

@@ -996,6 +996,9 @@
<set name="is_tradable" val="false" />
<set name="is_dropable" val="false" />
<set name="is_sellable" val="false" />
<skills>
<skill id="50304" level="1" /> <!-- Hat of Glory -->
</skills>
</item>
<item id="93063" name="Inventory Expansion Ticket of Glory" type="EtcItem">
<!-- Double-click to learn Expand Inventory of Glory.\n\n<Classes>\nAll classes\n\n<Skill effect>\nIncreases number of inventory slots. -->

View File

@@ -21,9 +21,23 @@
<operateType>A1</operateType>
</skill>
<skill id="50304" toLevel="1" name="Hat of Glory">
<!-- AUTO GENERATED SKILL TODO: FIX IT -->
<icon>icon.skill0000</icon>
<operateType>A1</operateType>
<operateType>P</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="StatUp">
<amount>1</amount>
<stat>STR</stat>
</effect>
<effect name="StatUp">
<amount>1</amount>
<stat>INT</stat>
</effect>
<effect name="MaxHp">
<amount>300</amount>
<mode>DIFF</mode>
</effect>
</effects>
</skill>
<skill id="50305" toLevel="1" name="Gloves of Silence">
<!-- AUTO GENERATED SKILL TODO: FIX IT -->