12-08-2015, 08:16 AM
10801
вешается сам на себя не пойму почему
вешается сам на себя не пойму почему
Код:
<skill id="10801" levels="8" name="Bullseye">
<table name="#ench1power">86 87 88 89 90 91 92 93 94 95</table>
<table name="#enchVuln">1 2 3 4 5 6 7 8 9 10</table>
<table name="#magicLvl">85 88 91 94 97 101 103 105</table>
<table name="#mDefVuln">0.95 0.90 0.85 0.80 0.75 0.75 0.75 0.75</table>
<table name="#bowWpnVuln">1.4 1.45 1.5 1.55 1.6 1.6 1.6 1.6 </table>
<table name="#crossbowWpnVuln">1.4 1.45 1.5 1.55 1.6 1.6 1.6 1.6</table>
<table name="#abnormalLvls">1 2 3 4 5 6 7 8 </table>
<table name="#mpConsume">20 21 22 23 24 25 26 27 </table>
<set name="abnormalLvl" val="#abnormalLvls" />
<set name="abnormalTime" val="15" />
<set name="abnormalType" val="REAL_TARGET" />
<set name="abnormalVisualEffect" val="REAL_TARGET" />
<set name="icon" val="icon.skill10801" />
<set name="castRange" val="1100" />
<set name="hitTime" val="500" />
<set name="basicProperty" val="CON" />
<set name="isDebuff" val="true"/>
<set name="magicLvl" val="#magicLvl" />
<set name="mpConsume" val="#mpConsume" />
<set name="operateType" val="ACTIVE_CONTINUOUS" />
<set name="reuseDelay" val="10000" />
<set name="rideState" val="NONE" />
<set name="targetType" val="ONE" />
<enchant1 name="power" val="#ench1power" />
<for>
<effect name="Debuff"/>
<effect name="DefenceTrait">
<param BOW="#bowWpnVuln" />
<param CROSSBOW="#crossbowWpnVuln" />
<mul stat="mDef" val="#mDefVuln" />
</effect>
</for>
<enchant2for>
<effect name="Debuff">
<param BOW="1.6" />
<param CROSSBOW="1.6" />
<mul stat="mDef" val="0.75" />
</effect>
</enchant2for>
<enchant3for>
<effect name="Debuff">
<param BOW="1.6" />
<param CROSSBOW="1.6" />
<mul stat="mDef" val="0.75" />
</effect>
</enchant3for>
<enchant4for>
<effect name="Debuff">
<param BOW="1.6" />
<param CROSSBOW="1.6" />
<mul stat="mDef" val="0.75" />
<param KNOCKDOWN="#enchVuln" />
</effect>
</enchant4for>
</skill>