Merged with released L2J-Unity files.

This commit is contained in:
mobiusdev
2016-06-12 01:34:09 +00:00
parent e003e87887
commit 635557f5da
18352 changed files with 3245113 additions and 2892959 deletions

View File

@@ -1,137 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="8900" levels="1" name="Dragon's Sealed Power(Warrior)">
<!-- PvP Damage + 15%, HP/MP/CP + 30%, Atk. Spd. + 30%, P. Critical Rate + 100, and added damage to dragons + 100%. -->
<set name="icon" val="icon.skill8900" />
<set name="magicLvl" val="85" />
<set name="targetType" val="SELF" />
<set name="operateType" val="PASSIVE" />
<for>
<effect name="Buff">
<mul stat="maxMp" val="1.30" />
<mul stat="maxHp" val="1.30" />
<mul stat="maxCp" val="1.30" />
<mul stat="pvpMagicalDmg" val="1.30" />
<mul stat="pvpPhysSkillsDmg" val="1.30" />
<mul stat="pvpPhysDmg" val="1.30" />
<mul stat="pAtkSpd" val="1.30" />
<add stat="critRate" val="100" />
</effect>
<effect name="AttackTrait">
<param DRAGON_WEAKNESS="100" />
</effect>
</for>
</skill>
<skill id="8901" levels="1" name="Dragon's Power (Warrior)">
<!-- PvP Damage + 30%, HP/MP + 100%, CP + 200%, Atk. Spd. + 100%, P. Critical Rate + 500, and added damage to dragons + 300%. -->
<set name="icon" val="icon.skill8901" />
<set name="magicLvl" val="85" />
<set name="targetType" val="SELF" />
<set name="operateType" val="PASSIVE" />
<for>
<effect name="Buff">
<mul stat="maxMp" val="2.0" />
<mul stat="maxHp" val="2.0" />
<mul stat="maxCp" val="2.0" />
<mul stat="pvpMagicalDmg" val="1.50" />
<mul stat="pvpPhysSkillsDmg" val="1.50" />
<mul stat="pvpPhysDmg" val="1.50" />
<mul stat="pAtkSpd" val="2.0" />
<add stat="critRate" val="500" />
</effect>
<effect name="AttackTrait">
<param DRAGON_WEAKNESS="300" />
</effect>
</for>
</skill>
<skill id="8902" levels="1" name="Dragon's Sealed Power(Wizard)">
<!-- PvP Damage + 15%, HP/MP/CP + 30%, Casting Spd. + 30%, M. Critical Rate + 100, and added damage to dragons + 100%. -->
<set name="icon" val="icon.skill8902" />
<set name="magicLvl" val="85" />
<set name="targetType" val="SELF" />
<set name="operateType" val="PASSIVE" />
<for>
<effect name="Buff">
<mul stat="maxMp" val="1.30" />
<mul stat="maxHp" val="1.30" />
<mul stat="maxCp" val="1.30" />
<mul stat="pvpMagicalDmg" val="1.15" />
<mul stat="pvpPhysSkillsDmg" val="1.15" />
<mul stat="pvpPhysDmg" val="1.15" />
<mul stat="mAtkSpd" val="1.30" />
<add stat="mCritRate" val="100" />
</effect>
<effect name="AttackTrait">
<param DRAGON_WEAKNESS="100" />
</effect>
</for>
</skill>
<skill id="8903" levels="1" name="Dragon's Power (Wizard)">
<!-- PvP Damage + 30%, HP/MP + 100%, CP + 200%, Casting Spd. + 100%, M. Critical Rate + 500, and added damage to dragons + 300%. -->
<set name="icon" val="icon.skill8903" />
<set name="magicLvl" val="85" />
<set name="targetType" val="SELF" />
<set name="operateType" val="PASSIVE" />
<for>
<effect name="Buff">
<mul stat="maxMp" val="2.0" />
<mul stat="maxHp" val="2.0" />
<mul stat="maxCp" val="2.0" />
<mul stat="pvpMagicalDmg" val="1.50" />
<mul stat="pvpPhysSkillsDmg" val="1.50" />
<mul stat="pvpPhysDmg" val="1.50" />
<mul stat="mAtkSpd" val="2.0" />
<add stat="mCritRate" val="500" />
</effect>
<effect name="AttackTrait">
<param DRAGON_WEAKNESS="300" />
</effect>
</for>
</skill>
<skill id="8904" levels="1" name="Summon Eviscerator Fox">
<!-- Mount the Eviscerator's pet fox. -->
<set name="icon" val="icon.skill8904" />
<set name="abnormalLvl" val="1" />
<set name="abnormalTime" val="3600" />
<set name="abnormalType" val="TRANSFORM" />
<set name="blockedInOlympiad" val="true" />
<set name="operateType" val="ACTIVE_CONTINUOUS" />
<set name="reuseDelay" val="10000" />
<set name="mpConsume" val="40" />
<set name="staticReuse" val="true" />
<set name="targetType" val="SELF" />
<set name="hitTime" val="1000" />
<set name="isMagic" val="1" />
<cond>
<player canTransform="true" />
</cond>
<for>
<effect name="Transformation">
<param id="154" />
</effect>
</for>
</skill>
<skill id="8905" levels="1" name="Summon Sayha's Seer Fox">
<!-- Mount the Sayha's Seer's pet fox. -->
<set name="icon" val="icon.skill8905" />
<set name="abnormalLvl" val="1" />
<set name="abnormalTime" val="3600" />
<set name="abnormalType" val="TRANSFORM" />
<set name="blockedInOlympiad" val="true" />
<set name="operateType" val="ACTIVE_CONTINUOUS" />
<set name="reuseDelay" val="10000" />
<set name="mpConsume" val="40" />
<set name="staticReuse" val="true" />
<set name="targetType" val="SELF" />
<set name="hitTime" val="1000" />
<set name="isMagic" val="1" />
<cond>
<player canTransform="true" />
</cond>
<for>
<effect name="Transformation">
<param id="155" />
</effect>
</for>
</skill>
</list>
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/skills.xsd">
<skill id="8900" toLevel="1" name="Dragon's Sealed Power(Warrior)">
<!-- AUTO GENERATED SKILL -->
<!-- PvP Damage + 15%, HP/MP/CP + 30%, Atk. Spd. + 300, P. Critical Rate + 100, and added damage to dragons + 100%. -->
<icon>icon.skill5860</icon>
<operateType>P</operateType>
</skill>
<skill id="8901" toLevel="1" name="Dragon's Power (Warrior)">
<!-- AUTO GENERATED SKILL -->
<!-- PvP Damage + 30%, HP/MP + 100%, CP + 200%, Atk. Spd. + 1500, P. Critical Rate + 500, and added damage to dragons + 300%. -->
<icon>icon.skill5861</icon>
<operateType>P</operateType>
</skill>
<skill id="8902" toLevel="1" name="Dragon's Sealed Power(Wizard)">
<!-- AUTO GENERATED SKILL -->
<!-- PvP Damage + 15%, HP/MP/CP + 30%, Casting Spd. + 300, M. Critical Rate + 100, and added damage to dragons + 100%. -->
<icon>icon.skill5860</icon>
<operateType>P</operateType>
</skill>
<skill id="8903" toLevel="1" name="Dragon's Power (Wizard)">
<!-- AUTO GENERATED SKILL -->
<!-- PvP Damage + 30%, HP/MP + 100%, CP + 200%, Casting Spd. + 1999, M. Critical Rate + 500, and added damage to dragons + 300%. -->
<icon>icon.skill5861</icon>
<operateType>P</operateType>
</skill>
<skill id="8904" toLevel="1" name="Summon Eviscerator Fox">
<!-- Mount the Eviscerator's pet fox. -->
<abnormalLvl>1</abnormalLvl>
<abnormalTime>3600</abnormalTime>
<abnormalType>TRANSFORM</abnormalType>
<blockedInOlympiad>true</blockedInOlympiad>
<icon>icon.skill8904</icon>
<operateType>A2</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effectPoint>1</effectPoint>
<hitTime>1000</hitTime>
<conditions>
<condition name="CanTransform">
<transformId>154</transformId>
</condition>
</conditions>
<effects>
<effect name="Transformation">
<transformationId>154</transformationId>
</effect>
</effects>
</skill>
<skill id="8905" toLevel="1" name="Summon Sayha's Seer Fox">
<!-- Mount the Sayha's Seer's pet fox. -->
<abnormalLvl>1</abnormalLvl>
<abnormalTime>3600</abnormalTime>
<abnormalType>TRANSFORM</abnormalType>
<blockedInOlympiad>true</blockedInOlympiad>
<icon>icon.skill8905</icon>
<operateType>A2</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effectPoint>1</effectPoint>
<hitTime>1000</hitTime>
<conditions>
<condition name="CanTransform">
<transformId>155</transformId>
</condition>
</conditions>
<effects>
<effect name="Transformation">
<transformationId>155</transformationId>
</effect>
</effects>
</skill>
</list>