Addition of StatAddForStat effect handler.

This commit is contained in:
MobiusDevelopment
2022-02-20 23:27:42 +00:00
parent a33f0f4064
commit 1ee51ad6c2
6 changed files with 122 additions and 0 deletions

View File

@@ -315,6 +315,7 @@ SpModify: Bonus SP stat.
Spoil: Spoils a mob activating its extra sweep drop.
StatAddForLevel: Adds a fixed amount of a Stat for a specific player level. (l2jmobius)
StatAddForMp: Adds a fixed amount of a Stat for when player max MP is over a value. (l2jmobius)
StatAddForStat: Adds a fixed amount of a Stat based on player current value. (l2jmobius)
StatBonusSkillCritical: Changes skill critical rate to depend on the specified base stat.
StatBonusSpeed: Changes Speed stat to depend on the specified base stat.
StatByMoveType: Adds stat based on your movement type (standing, running, walking).