L2Character attack rework.

Adapted from: L2jUnity free files.
This commit is contained in:
MobiusDev
2017-12-06 18:29:40 +00:00
parent 52e54b75ce
commit 86b76fd312
189 changed files with 3462 additions and 3804 deletions

View File

@@ -821,13 +821,7 @@
<hitTime>2000</hitTime>
<targetType>NONE</targetType>
<effects>
<effect name="HitNumber">
<amount>1</amount>
<mode>DIFF</mode>
<weaponType>
<item>POLE</item>
</weaponType>
</effect>
<effect name="PolearmSingleTarget" />
<effect name="Accuracy">
<amount>
<value level="1">2</value>

View File

@@ -902,7 +902,15 @@
<!-- Rear Damage + 3%. -->
<operateType>P</operateType>
<icon>icon.skill0030</icon>
<!-- TODO: Handle rear damage stat -->
<effects>
<effect name="AttackDamagePosition">
<amount>
<value level="1">3</value>
<value level="2">6</value>
</amount>
<position>BACK</position>
</effect>
</effects>
</skill>
<skill id="19145" toLevel="2" name="Noble Death Whisper">
<!-- Physical Critical Damage + 3%. -->

View File

@@ -13,6 +13,7 @@ AreaDamage: Topography (Danger Zone) resistance stat.
AttackAttribute: Stat that increases specific attack attribute.
AttackAttributeAdd: Stat that increases all attack attribute.
AttackBehind: Enables all attacks regardless of position to land towards the back.
AttackDamagePosition: Bonus damage depending on player position towards the target.
AttackTrait: Stat that manages all attack traits.
Backstab: Inflicts physical damage according to the backstab formula.
Betray: Causes the target summon to attack its owner.
@@ -205,6 +206,7 @@ PhysicalSkillPower: Physical Skill Power stat.
PhysicalSoulAttack: Physical attack depending on souls.
PkCount: Increases PK kills.
Plunder: Takes bonus item from monster. Sweep effect.
PolearmSingleTarget: Effect used by Focus Attack (317) skill.
ProtectDeathPenalty: Unable to acquire death penalty.
ProtectionBlessing: Keeps you safe from a PK if he is 10 levels or higher.
PullBack: Pulls the target towards you.