Replaced StatAddForStat with StatMulForBaseStat effect.

This commit is contained in:
MobiusDevelopment
2022-02-19 09:42:29 +00:00
parent b291b80284
commit c8da606619
6 changed files with 102 additions and 28 deletions

View File

@@ -315,10 +315,10 @@ 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).
StatMulForBaseStat: Multiplies a Stat based on player current BaseStat value. (l2jmobius)
StatMulForLevel: Multiplies a fixed amount of a Stat for a specific player level. (l2jmobius)
StatUp: Increases the specified base stat.
StealAbnormal: Steals enemy's buffs.