pub const BANNED_NAMES: &[&str];
Expand description
Warn if a scripted item has one of these names, and ignore it when validating.
This avoids tons of errors from for example a scripted effect named if
.
Such an effect can happen accidentally with a misplaced brace or two.