Localize traits (#11765)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
- type: trait
|
||||
id: Blindness
|
||||
name: Blindness
|
||||
description: You lack vision
|
||||
name: trait-blindness-name
|
||||
description: trait-blindness-desc
|
||||
whitelist:
|
||||
components:
|
||||
- Blindable
|
||||
@@ -10,8 +10,8 @@
|
||||
|
||||
- type: trait
|
||||
id: Narcolepsy
|
||||
name: Narcolepsy
|
||||
description: You fall asleep randomly
|
||||
name: trait-narcolepsy-name
|
||||
description: trait-narcolepsy-decs
|
||||
components:
|
||||
- type: Narcolepsy
|
||||
timeBetweenIncidents: 300, 600
|
||||
@@ -19,6 +19,6 @@
|
||||
|
||||
- type: trait
|
||||
id: Pacifist
|
||||
name: Pacifist
|
||||
name: trait-pacifist-name
|
||||
components:
|
||||
- type: Pacifist
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- type: trait
|
||||
id: UncontrollableSneezing
|
||||
name: Runny nose
|
||||
description: You sneeze and cough uncontrollably
|
||||
name: trait-sneezing-name
|
||||
description: trait-sneezing-desc
|
||||
whitelist:
|
||||
components:
|
||||
- DiseaseCarrier
|
||||
|
||||
Reference in New Issue
Block a user