Blindness, Narcolepsy, Pacifism, and uncontrollable sneezing (#11489)
* start work * blindness actually works now * doc * doc you too. * i desire to sneeze my lungs out * no punchie * s Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
This commit is contained in:
19
Resources/Prototypes/Traits/disabilities.yml
Normal file
19
Resources/Prototypes/Traits/disabilities.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
- type: trait
|
||||
id: Blindness
|
||||
name: Blindness
|
||||
components:
|
||||
- type: PermanentBlindness
|
||||
|
||||
- type: trait
|
||||
id: Narcolepsy
|
||||
name: Narcolepsy
|
||||
components:
|
||||
- type: Narcolepsy
|
||||
timeBetweenIncidents: 300, 600
|
||||
durationOfIncident: 10, 30
|
||||
|
||||
- type: trait
|
||||
id: Pacifist
|
||||
name: Pacifist
|
||||
components:
|
||||
- type: Pacifist
|
||||
10
Resources/Prototypes/Traits/inconveniences.yml
Normal file
10
Resources/Prototypes/Traits/inconveniences.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- type: trait
|
||||
id: UncontrollableSneezing
|
||||
name: Runny nose
|
||||
components:
|
||||
- type: UncontrollableSnough
|
||||
snoughSound:
|
||||
collection: Sneezes
|
||||
params:
|
||||
variation: 0.2
|
||||
timeBetweenIncidents: 0.3, 300
|
||||
Reference in New Issue
Block a user