L2JMobius

Fafurion Combined Legendary Cards are buffs?

fengshui · 2 · 4812

Offline fengshui

  • Heir
  • **
    • Posts: 32
These items are not working... Buffs, capsule or what? How to use if they do not work on double-click?


I found that these items are buffs...

– Destruction’s Shadow (buff item)
– Evolving Darkness (buff item)
– Sliver of Truth (buff item)
– Chaotic Ambush (buff item)​


Code: [Select]
<item id="38091" name="Destruction's Shadow" type="EtcItem">
<!-- Card obtained from combining the Destruction's Shadow card. For 30 min., Attribute Atk. +50, and Attribute Resistance +50. -->
<set name="icon" val="icon.card_hero_red" />
<set name="is_sellable" val="false" />
<set name="etcitem_type" val="SCROLL" />
<set name="is_stackable" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
</item>
<item id="38092" name="Evolving Darkness" type="EtcItem">
<!-- Card obtained from combining the Evolving Darkness card. For 30 min., Attribute Atk. +50. -->
<set name="icon" val="icon.card_devil_black" />
<set name="is_sellable" val="false" />
<set name="etcitem_type" val="SCROLL" />
<set name="is_stackable" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
</item>
<item id="38093" name="Sliver of Truth" type="EtcItem">
<!-- Card obtained from combining the Sliver of Truth card. For 30 min., Attribute Resistance +50. -->
<set name="icon" val="icon.card_angel_blue" />
<set name="is_sellable" val="false" />
<set name="etcitem_type" val="SCROLL" />
<set name="is_stackable" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
</item>
<item id="38094" name="Chaotic Ambush" type="EtcItem">
<!-- Card obtained from combining the Chaotic Ambush card. For 30 min., Attribute Atk. +30, and Attribute Resistance +30. -->
<set name="icon" val="icon.card_dragon_gold" />
<set name="is_sellable" val="false" />
<set name="etcitem_type" val="SCROLL" />
<set name="is_stackable" val="true" />
<set name="default_action" val="SKILL_REDUCE" />
</item>


Online CostyKiller

  • Distinguished King
  • *****
    • Posts: 957
I think you can implement them using leona scroll buffs as template
Code: [Select]
<item id="38099" name="Leona's Scroll: Buffs" type="EtcItem">
and use search to find the skills for all items like:
Code: [Select]
<skill id="17308" toLevel="1" name="Destruction's Shadow"> for the first card item