16 lines
373 B
YAML
16 lines
373 B
YAML
# for clothing that can be toggled, like magboots
|
|
- type: entity
|
|
parent: VoiceLock
|
|
abstract: true
|
|
id: BaseChameleon
|
|
components:
|
|
- type: UIRequiresLock
|
|
userInterfaceKeys:
|
|
- enum.ChameleonUiKey.Key
|
|
accessDeniedSound: null
|
|
popup: null
|
|
- type: UserInterface
|
|
interfaces:
|
|
enum.ChameleonUiKey.Key:
|
|
type: ChameleonBoundUserInterface
|