Localize traits (#11765)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Morb
2022-11-09 03:16:48 +03:00
committed by GitHub
parent 9f842c9c37
commit 58cb7121b0
4 changed files with 32 additions and 10 deletions

View File

@@ -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

View File

@@ -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