Various item and skill implementations.
Contributed by robikbobik.
This commit is contained in:
@@ -208,43 +208,45 @@
|
||||
<item id="70110" name="Scroll: Dance of the Warrior" type="EtcItem">
|
||||
<!-- Provides Dance of the Warrior effect for 10 minutes. Cannot be exchanged, dropped, or sold. Can be stored in a private warehouse. -->
|
||||
<set name="icon" val="BranchIcon.Icon.etc_g_bm_dance_scroll_i00" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="5" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
<set name="is_mailable" val="false" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_private_storeable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="commissionItemType" val="SCROLL_OTHER" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="SCROLL" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<skills>
|
||||
<skill id="271" level="1" /> <!-- Dance of Warrior -->
|
||||
<skill id="55243" level="1" /> <!-- Scroll: Dance of the Warrior -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70111" name="Scroll: Dance of the Mystic" type="EtcItem">
|
||||
<!-- Provides Dance of the Mystic effect for 10 minutes. Cannot be exchanged, dropped, or sold. Can be stored in a private warehouse. -->
|
||||
<set name="icon" val="BranchIcon.Icon.etc_g_bm_dance_scroll_i00" />
|
||||
<set name="icon" val="icon.etc_g_bm_dance_scroll_i00" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="material" val="PAPER" />
|
||||
<set name="weight" val="5" />
|
||||
<set name="is_clan_depositable" val="false" />
|
||||
<set name="is_mailable" val="false" />
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="is_private_storeable" val="true" />
|
||||
<set name="is_oly_restricted" val="true" />
|
||||
<set name="commissionItemType" val="SCROLL_OTHER" />
|
||||
<set name="default_action" val="SKILL_REDUCE" />
|
||||
<set name="etcitem_type" val="SCROLL" />
|
||||
<set name="handler" val="ItemSkills" />
|
||||
<set name="immediate_effect" val="true" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<skills>
|
||||
<skill id="273" level="1" /> <!-- Dance of Warrior -->
|
||||
<skill id="55244" level="1" /> <!-- Scroll: Dance of the Mystic -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="70112" name="Refined Romantic Chapeau - Special Trait" additionalName="7-day" type="Armor">
|
||||
|
@@ -654,23 +654,55 @@
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55243" toLevel="2" name="Scroll: Dance of the Warrior">
|
||||
<skill id="55243" toLevel="1" name="Scroll: Dance of the Warrior">
|
||||
<!-- For 10 minutes, P. Atk +12%. -->
|
||||
<icon>icon.skill0271</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<abnormalLvl>4</abnormalLvl>
|
||||
<abnormalTime>600</abnormalTime>
|
||||
<abnormalType>CRITICAL_DMG_UP</abnormalType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>70110</itemConsumeId>
|
||||
<hitTime>2500</hitTime>
|
||||
<reuseDelay>3000</reuseDelay>
|
||||
<effectPoint>523</effectPoint>
|
||||
<isMagic>3</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A2</operateType>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="PAtk">
|
||||
<amount>12</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55244" toLevel="2" name="Scroll: Dance of the Mystic">
|
||||
<skill id="55244" toLevel="1" name="Scroll: Dance of the Mystic">
|
||||
<!-- For 10 minutes, M. Atk +20%. -->
|
||||
<icon>icon.skill0273</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>3</isMagic> <!-- Dance Skill -->
|
||||
<abnormalLvl>4</abnormalLvl>
|
||||
<abnormalTime>600</abnormalTime>
|
||||
<abnormalType>CRITICAL_DMG_UP</abnormalType>
|
||||
<itemConsumeCount>1</itemConsumeCount>
|
||||
<itemConsumeId>70111</itemConsumeId>
|
||||
<hitTime>2500</hitTime>
|
||||
<reuseDelay>3000</reuseDelay>
|
||||
<effectPoint>467</effectPoint>
|
||||
<effectPoint>523</effectPoint>
|
||||
<isMagic>3</isMagic> <!-- Static Skill -->
|
||||
<magicLvl>1</magicLvl>
|
||||
<operateType>A2</operateType>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<effects>
|
||||
<effect name="MAtk">
|
||||
<amount>20</amount>
|
||||
<mode>PER</mode>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55245" toLevel="8" name="Teleport: Town of Aden">
|
||||
<operateType>A1</operateType>
|
||||
|
@@ -79,12 +79,18 @@
|
||||
<!-- Brooch radiates bright light. -->
|
||||
<icon>icon.etc_bm_brooch_lavianrose_i03</icon>
|
||||
<operateType>A1</operateType>
|
||||
<isMagic>4</isMagic>
|
||||
<abnormalVisualEffect>AVE_BROOCH</abnormalVisualEffect>
|
||||
<abnormalType>AVE_BROOCH</abnormalType>
|
||||
</skill>
|
||||
<skill id="55711" toLevel="1" name="Remove Lv. 4 Brooch">
|
||||
<!-- Bright light fades. -->
|
||||
<operateType>A1</operateType>
|
||||
<effectPoint>1</effectPoint>
|
||||
<effects>
|
||||
<effect name="DispelBySlot">
|
||||
<dispel>AVE_BROOCH,10</dispel>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="55712" toLevel="1" name="Lv. 4 Brooch">
|
||||
<!-- Activates 5 jewel slots. -->
|
||||
|
Reference in New Issue
Block a user