Addition of BonusRaidPoints effect handler.
This commit is contained in:
@@ -34,6 +34,10 @@
|
||||
<set name="weight" val="10" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="is_stackable" val="true" />
|
||||
<set name="handler" val="ExtractableItems" />
|
||||
<capsuled_items>
|
||||
<item id="48304" min="1" max="1" chance="100" /> <!-- Resolute Raid Point Rune -->
|
||||
</capsuled_items>
|
||||
</item>
|
||||
<item id="48304" name="Resolute Raid Point Rune" additionalName="2-hour" type="EtcItem">
|
||||
<!-- Having it in the inventory increases Raid Points gained by 100%. Will be deleted on Wednesday, May 31, 2017, after regular maintenance. -->
|
||||
@@ -42,6 +46,11 @@
|
||||
<set name="is_tradable" val="false" />
|
||||
<set name="is_dropable" val="false" />
|
||||
<set name="is_sellable" val="false" />
|
||||
<set name="etcitem_type" val="ENCHT_ATTR_RUNE" />
|
||||
<set name="time" val="120" />
|
||||
<skills>
|
||||
<skill id="39177" level="1" /> <!-- Resolute Raid Point Rune -->
|
||||
</skills>
|
||||
</item>
|
||||
<item id="48305" name="Blessed Antharas' Earring - Shield" additionalName="30-day" type="Armor">
|
||||
<!-- Dimensional Item. MP +59, P./ M. Def. +15%, CON/ MEN+3, Earth/ Holy Attribute Def. +30, Bleed Atk./ Def. Success Rate +50%, Stun/ Mental Atk./ Def. Success Rate +40%, Heal Received +10%, Skill MP Consumption -5%, Vampiric Rage +4%. Active Skill: Can use Stun Cancellation. Momentarily increases Stun Resistance +100%. Does not stack with identical earrings or earrings with same Craft Effect. <Craft Effect>. P. Def. +4% -->
|
||||
|
||||
@@ -195,6 +195,13 @@
|
||||
<!-- RP gain +100% if stored in the inventory. -->
|
||||
<icon>icon.etc_i.etc_rp_point_i00</icon>
|
||||
<operateType>P</operateType>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<magicLevel>1</magicLevel>
|
||||
<effects>
|
||||
<effect name="BonusRaidPoints">
|
||||
<amount>100</amount>
|
||||
</effect>
|
||||
</effects>
|
||||
</skill>
|
||||
<skill id="39178" toLevel="1" name="Resolute Attack Scroll">
|
||||
<!-- For 30 minutes, all clan members' P. Atk./ M. Atk. +3%, Physical/ Magic Skill Power +3%, XP and SP gain +5%. -->
|
||||
|
||||
@@ -38,6 +38,7 @@ Bluff: Rotates the target so you face its back.
|
||||
BonusDropAdena: Bonus amount for dropped adena. (l2jmobius)
|
||||
BonusDropAmount: Bonus amount for dropped items. (l2jmobius)
|
||||
BonusDropRate: Bonus chance for dropping items. (l2jmobius)
|
||||
BonusRaidPoints: Bonus amount for raid points. (l2jmobius)
|
||||
BonusSpoilRate: Bonus chance for acquiring spoil items. (l2jmobius)
|
||||
Breath: Underwater breathing stat.
|
||||
BuffBlock: Blocks target from receiving buffs.
|
||||
|
||||
Reference in New Issue
Block a user