Jewel slot fix.

Contributed by Sdw-.
This commit is contained in:
MobiusDev
2016-06-27 12:02:24 +00:00
parent a7db2a938b
commit 7cc21ab528
5 changed files with 58 additions and 12 deletions

View File

@@ -763,10 +763,13 @@
<set name="is_commissionable" val="false" />
<set name="is_private_storeable" val="false" />
<set name="weight" val="10" />
<skills>
<skill id="13659" level="1" /> <!-- La Vie En Rose's Radiant Brooch -->
<skill id="13924" level="1" /> <!-- La Vie En Rose's Radiant Brooch -->
</skills>
<stats>
<stat type="mDef">101</stat>
<stat type="broochJewels">5</stat>
<stat type="inventoryLimit">12</stat>
<stat type="pAtkRange">40</stat>
</stats>
</item>
<item id="26475" name="Radiant Gemstone Fragment" additionalName="" type="EtcItem">

View File

@@ -355,11 +355,16 @@
<operateType>P</operateType>
</skill>
<skill id="13659" toLevel="1" name="La Vie En Rose's Radiant Brooch">
<!-- AUTO GENERATED SKILL -->
<!-- 5 Jewels can be equipped. -->
<icon>icon.etc_bm_brooch_lavianrose_i03</icon>
<operateType>P</operateType>
</skill>
<!-- Updated to IO -->
<!-- 5 Jewels can be equipped. -->
<icon>icon.etc_bm_brooch_lavianrose_i03</icon>
<operateType>P</operateType>
<effects>
<effect name="JewelSlot">
<amount>5</amount>
</effect>
</effects>
</skill>
<skill id="13660" toLevel="1" name="Noble Top-grade Brooch">
<!-- AUTO GENERATED SKILL -->
<!-- 6 Jewels can be equipped. -->

View File

@@ -163,9 +163,15 @@
<operateType>P</operateType>
</skill>
<skill id="13924" toLevel="1" name="La Vie En Rose's Radiant Brooch">
<!-- AUTO GENERATED SKILL -->
<!-- Expands inventory. -->
<icon>icon.etc_bm_brooch_lavianrose_i03</icon>
<operateType>P</operateType>
</skill>
<!-- Updated to IO -->
<!-- Expands inventory. -->
<icon>icon.etc_bm_brooch_lavianrose_i03</icon>
<operateType>P</operateType>
<effects>
<effect name="EnlargeSlot">
<amount>12</amount>
<type>INVENTORY_NORMAL</type>
</effect>
</effects>
</skill>
</list>