Addition of CraftingCritical effect handler.

This commit is contained in:
MobiusDevelopment
2022-08-09 11:41:34 +00:00
parent 5718b19e16
commit 39984548fe
90 changed files with 757 additions and 45 deletions

View File

@@ -519,6 +519,16 @@
<value level="4">99</value>
</magicLevel>
<operateType>P</operateType>
<effects>
<effect name="CraftingCritical">
<amount>
<value level="1">2.4</value>
<value level="2">3.8</value>
<value level="3">4.2</value>
<value level="4">5.4</value>
</amount>
</effect>
</effects>
</skill>
<skill id="10313" toLevel="4" name="Infinite Rush">
<!-- Charges forward to inflict Stun to the enemies in the front for $s1. Requires sword/blunt/spear/fist weapon/dual blunt/dual sword weapon. -->

View File

@@ -67,6 +67,7 @@ CpHealPercent: Increases current CP by a given percentage amount.
Cp: Increases current CP by a static amount.
CpRegen: CP Regeneration stat.
CraftRate: Craft success rate bonus. (l2jmobius)
CraftingCritical: Crafting critical stat.
CriticalDamage: Critical Damage stat.
CriticalDamagePosition: Critical Damage depending on position stat.
CriticalRate: Critical Rate stat.