Addition of StatAddForStat effect handler.

This commit is contained in:
MobiusDevelopment
2022-02-18 09:48:22 +00:00
parent 4269409c20
commit cae818ef8c
6 changed files with 108 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 range. (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).