This commit is contained in:
pootslap 2026-08-14 01:46:09 +00:00 committed by GitHub
commit 64051306f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 23 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,8 @@
# Persistent Cough
- type: autoEmote
id: BadCough
emote: Cough
interval: 300.0
chance: 0.15
withChat: true
hiddenFromChatWindow: true