-Adding Rose Essence stats skills, Rosy Seduction and Art of Seduction (effect not done yet).

-Adding Mentor skills, fix accumulative buffs on Mentor buffs.
-Various fixes buffs skills.

Contributed by OdairDevalier.
This commit is contained in:
MobiusDev
2015-06-08 15:04:28 +00:00
parent 73c97478d2
commit df96027bbd
6 changed files with 273 additions and 62 deletions

View File

@@ -835,32 +835,62 @@
</skill>
<skill id="23167" levels="1" name="Rosy Seduction">
<!-- Increases Max HP by 20%, Max MP by 20%, and the moving speed by 20% for 5 minutes. Increases the resistance to de-buffs by 10%. Reuse delay 10 minutes. Consumes 3 Rose Essence during skill use. -->
<set name="abnormalLvl" val="1" />
<set name="abnormalTime" val="300" />
<set name="abnormalType" val="BR_EVENT_BUF5" />
<set name="blockedInOlympiad" val="true" />
<set name="effectPoint" val="1" />
<set name="icon" val="BranchSys2.icon.br_rosalia_rose_red_i00" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="magicLvl" val="-1" />
<set name="magicLvl" val="1" />
<set name="operateType" val="ACTIVE_CONTINUOUS" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="NONE" />
<set name="itemConsumeCount" val="3" />
<set name="itemConsumeId" val="20904" /> <!-- Rose Essence -->
<set name="blockedInOlympiad" val="true" />
<set name="affectRange" val="900" />
<set name="abnormalLvl" val="1" />
<set name="abnormalType" val="BR_EVENT_BUF5" />
<set name="isMagic" val="1" /> <!-- Magic Skill -->
<set name="abnormalTime" val="300" />
<set name="targetType" val="SELF" />
<set name="hitTime" val="3000" />
<set name="reuseDelay" val="600000" />
<for>
<effect name="Buff">
<mul stat="maxHp" val="1.2" />
<mul stat="maxMp" val="1.2" />
<add stat="runSpd" val="20" />
<mul stat="debuffVuln" val="1.1" />
</effect>
</for>
</skill>
<skill id="23168" levels="1" name="Art of Seduction">
<!-- Increases party members' Max HP by 30%, Max MP by 30%, Max CP by 30%, physical P. Def. by 30%, magic M. Def. by 30%, moving speed by 20%, and physical P. Atk. by 10%, and decreases MP consumption during skill use by 15% for 20 minutes. Reuse delay 40 minutes. Consumes 10 Rose Essence during skill use. -->
<set name="abnormalLvl" val="2" />
<set name="abnormalTime" val="1200" />
<set name="abnormalType" val="BR_EVENT_BUF5" />
<set name="blockedInOlympiad" val="true" />
<set name="effectPoint" val="1" />
<set name="icon" val="BranchSys2.icon.br_rosalia_rose_red_i00" />
<set name="isMagic" val="2" /> <!-- Static Skill -->
<set name="magicLvl" val="-1" />
<set name="magicLvl" val="1" />
<set name="operateType" val="ACTIVE_CONTINUOUS" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="NONE" />
<set name="itemConsumeCount" val="10" />
<set name="itemConsumeId" val="20904" /> <!-- Rose Essence -->
<set name="blockedInOlympiad" val="true" />
<set name="affectRange" val="900" />
<set name="abnormalLvl" val="1" />
<set name="abnormalType" val="BR_EVENT_BUF5" />
<set name="isMagic" val="1" /> <!-- Magic Skill -->
<set name="abnormalTime" val="1200" />
<set name="targetType" val="PARTY" />
<set name="hitTime" val="5000" />
<set name="reuseDelay" val="2400000" />
<set name="trait" val="ETC" />
<for>
<effect name="Buff">
<mul stat="maxHp" val="1.3" />
<mul stat="maxMp" val="1.3" />
<mul stat="maxCp" val="1.3" />
<mul stat="mDef" val="1.3" />
<mul stat="pDef" val="1.3" />
<add stat="runSpd" val="20" />
<mul stat="pAtk" val="1.1" />
<mul stat="mAtk" val="1.2" />
<mul stat="MagicalMpConsumeRate" val="0.85" />
<mul stat="PhysicalMpConsumeRate" val="0.85" />
</effect>
</for>
</skill>
<skill id="23169" levels="1" name="Mesmerized">
<!-- Critical Seduction has left you mesmerized. You cannot be buffed with Critical Seduction again during the next 40 minutes. -->