Support for additional potion bonuses.

This commit is contained in:
MobiusDevelopment
2019-03-15 18:06:37 +00:00
parent 50e26e6691
commit e02f179662
220 changed files with 2486 additions and 198 deletions

View File

@@ -6,6 +6,9 @@ AbstractStatAddEffect: Abstract class for managing stat adding.
AbstractStatEffect: Abstract class for managing stats.
Accuracy: P. Accuracy stat.
AddHate: Instant effect that increases target's hate towards you.
AdditionalPotionCp: Increases the amount of CP heal gained from potions or elixirs. (l2jmobius)
AdditionalPotionHp: Increases the amount of HP heal gained from potions or elixirs. (l2jmobius)
AdditionalPotionMp: Increases the amount of MP heal gained from potions or elixirs. (l2jmobius)
AddSkillBySkill: Add skill when other skill already exists. (l2jmobius)
AddTeleportBookmarkSlot: Instant effect that increases the amount of My Teleport slots.
AirBind: Used by airbind chain skills. (l2jmobius)