Entity whitelist/blacklist for traits (#12348)
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
id: Blindness
|
||||
name: Blindness
|
||||
description: You lack vision
|
||||
whitelist:
|
||||
components:
|
||||
- Blindable
|
||||
components:
|
||||
- type: PermanentBlindness
|
||||
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
id: UncontrollableSneezing
|
||||
name: Runny nose
|
||||
description: You sneeze and cough uncontrollably
|
||||
whitelist:
|
||||
components:
|
||||
- DiseaseCarrier
|
||||
components:
|
||||
- type: UncontrollableSnough
|
||||
snoughSound:
|
||||
|
||||
Reference in New Issue
Block a user