Hercules
Hercules copied to clipboard
Status Config State Flag
Is your feature request related to a problem? Please describe. This feature will make handling of state more easier to configure when status change is in effect.
Describe the solution you'd like
we can move it to sc_config.conf. Example given looks like this:
SC_TRICKDEAD: {
Flags: {
NoSave: true
NoClearanceReset: true
Buff: true
}
StateFlags: {
NoMove: (bool, defaults to false)
NoItemPick: (bool, defaults to false)
NoItemUse: (bool, defaults to false)
NoItemDrop: (bool, defaults to false)
NoCast: (bool, defaults to false)
NoChat: (bool, defaults to false)
}
CalcFlags: {
Regen: true
}
Icon: "SI_TRICKDEAD"
Skill: "NV_TRICKDEAD"
}