-Implemented some Jewel Boxes.

-Added SummonDebuff effect for Golden Lion & Lumi summons (apply on summoner when summon).
-Added stat hpRestoreOnKill - restoring n% hp when kill a enemy (mob or player) - example: Berserker skill.
-Updated id 10000-10279 range skills.
-Update TriggerForce effect for Rolling Thunder skill.

Contributed by NviX.
This commit is contained in:
MobiusDev
2015-07-12 21:19:09 +00:00
parent 747334ab81
commit 12b76e722e
16 changed files with 1199 additions and 577 deletions

View File

@@ -89,10 +89,23 @@
<set name="hitTime" val="3000" />
</skill>
<skill id="26211" levels="1" name="La Vie En Rose's Jewelry Box">
<!-- AUTO GENERATED SKILL -->
<set name="icon" val="icon.etc_bm_jewelbox_main_i00" />
<set name="isMagic" val="2" />
<set name="magicLvl" val="1" />
<set name="operateType" val="ACTIVE_INSTANT" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="SELF" />
<cond msgId="129">
<and>
<player invSize="10" />
<player weight="80" />
</and>
</cond>
<for>
<effect name="Restoration">
<param itemId="38941" itemCount="10" />
</effect>
</for>
</skill>
<skill id="26212" levels="1" name="Premium Account: Quick Healing Potion">
<!-- AUTO GENERATED SKILL -->