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

@@ -512,7 +512,23 @@
<skill id="10312" toLevel="4" name="Crafting Mastery">
<!-- There is a small chance that the item quantity will double upon crafting. Critical level $s2. -->
<icon>icon.skill10312</icon>
<magicLevel>
<value level="1">85</value>
<value level="2">90</value>
<value level="3">95</value>
<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">
<!-- Rush toward the frontal enemies to inflict Shock for $s1. Requires a sword, blunt, spear, fist weapon, dual blunt, or dual sword. -->

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.