Merge 979838e82a into fd5b16abb3
This commit is contained in:
commit
64051306f0
|
|
@ -74,6 +74,9 @@ trait-slavic-desc = You kome from ze East, and speak vith strong Slavic accent!
|
|||
trait-no-paradox-clone-name = No Paradox Clone
|
||||
trait-no-paradox-clone-desc = For whatever reason, the universe will only ever have one of you. You won't be able to have a paradox clone.
|
||||
|
||||
trait-badcough-name = Persistent Cough
|
||||
trait-badcough-desc = Because of allergies, smoking, or just general poor health, you can't stop coughing.
|
||||
|
||||
trait-ion-storm-susceptible-name = Susceptible to Ion Storms
|
||||
trait-ion-storm-susceptible-desc = Your synthetic body lacks protection against ion storms. You have a high chance of being shocked in an event of an ion storm.
|
||||
|
||||
|
|
|
|||
|
|
@ -102,3 +102,15 @@
|
|||
- !type:ApplyStatusEffect
|
||||
statusEffects:
|
||||
- StatusEffectHemophiliaTrait
|
||||
|
||||
- type: trait
|
||||
id: BadCough
|
||||
name: trait-badcough-name
|
||||
description: trait-badcough-desc
|
||||
category: Disabilities
|
||||
effects:
|
||||
- !type:AddCompsEffect
|
||||
components:
|
||||
- type: AutoEmote
|
||||
emotes:
|
||||
- BadCough
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
# Persistent Cough
|
||||
- type: autoEmote
|
||||
id: BadCough
|
||||
emote: Cough
|
||||
interval: 300.0
|
||||
chance: 0.15
|
||||
withChat: true
|
||||
hiddenFromChatWindow: true
|
||||
Loading…
Reference in New Issue