🪄ps-buffs
DEPENDENCY
General Information
Buffs are new effects that a player can get. Example: Stamina Buff makes the player run faster
They show up as a new icon
Enhancements are making statuses you already have better. Example: Health Buff heals a player periodically
They show up as yellow on the status they are affecting. Example: Armor buffs makes the armor icon yellow
By default adding buffs to a player will just have the buff icon show
You need to add logic to give the player buff effects (below you can see examples)
Avaliable buffs you can pick from are in the config file (
shared/config.lua
)
Last updated