Longing compound, sealed talismans fix.

Contributed by Matts.
This commit is contained in:
MobiusDev
2015-12-09 16:52:26 +00:00
parent c72d27bc10
commit b7db86f11a
3 changed files with 8 additions and 1 deletions

View File

@@ -1229,6 +1229,8 @@
<!-- When equipped, increases Max HP, MP, and CP by 600, P. and M. Accuracy by 2, P. and M. Evasion by 2, Vampiric Rage 3% effect, Atk. Spd. and Casting Spd. by 50, Critical Rate by 30, M. Critical Rate by 10, P. Atk. by 303, M. Atk. by 356, Skill Power by 4%, -->
<set name="icon" val="icon.accessory_longing_talisman_i01" />
<set name="bodypart" val="deco1" />
<set name="compoundChance" val="5" />
<set name="compoundItem" val="39572" />
<set name="default_action" val="EQUIP" />
<set name="equip_reuse_delay" val="30" />
<set name="equip_skill" val="13389-1" />

View File

@@ -823,7 +823,10 @@
<!-- Can be used at level 85 or above. Double-click to acquire the Talisman - Longing. The acquired Talisman - Longing cannot be exchanged, dropped or sold in a private store. -->
<set name="icon" val="icon.accessory_longing_talisman_i01" />
<set name="commissionItemType" val="OTHER_ITEM" />
<set name="default_action" val="CALL_SKILL" />
<set name="capsuled_items" val="34989,1,1,100" /> <!-- Talisman - Longing -->
<set name="default_action" val="CAPSULE" />
<set name="handler" val="ExtractableItems" />
<set name="immediate_effect" val="true" />
<set name="is_sellable" val="false" />
<set name="material" val="FISH" />
<set name="weight" val="100" />

View File

@@ -936,6 +936,8 @@
<set name="coolTime" val="200" />
<set name="reuseDelay" val="3000" />
<set name="capsuled_items_skill" val="#extractableItems" />
<set name="itemConsumeCount" val="1" />
<set name="itemConsumeId" val="39573" />
<set name="isMagic" val="1" /> <!-- Static Skill -->
<set name="magicLvl" val="1" />
<set name="operateType" val="ACTIVE_INSTANT" />