Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status Config State Flag #3026

Open
MrKeiKun opened this issue Aug 8, 2021 · 0 comments
Open

Status Config State Flag #3026

MrKeiKun opened this issue Aug 8, 2021 · 0 comments

Comments

@MrKeiKun
Copy link
Contributor

MrKeiKun commented Aug 8, 2021

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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant