Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Resources/Locale/en-US/_starcup/traits/traits.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
trait-category-narcolepsy = Narcolepsy

trait-scottish-accent-name = Highlander
trait-scottish-accent-desc = Hailing frae hielans ae rock and thistle, ya dinnae ken why others sometimes cannae understand wot ya say.

Expand All @@ -21,3 +23,6 @@ trait-vowed-desc = You're serious about your vow, and uphold it outside of jobs

trait-uncloneable-name = Uncloneable
trait-uncloneable-desc = Due to some quirk in your physical composition, you cannot be reconstituted by medical cloning.

trait-narcolepsy-weak-name = Narcolepsy (Weak)
trait-narcolepsy-weak-desc = You fall asleep randomly, but not as often nor for as long as other narcoleptics.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Traits/disabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
id: Narcolepsy
name: trait-narcolepsy-name
description: trait-narcolepsy-desc
category: Disabilities
category: Narcolepsy # starcup: add weaker narcolepsy trait
components:
- type: Narcolepsy
maxTimeBetweenIncidents: 600
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/_starcup/Traits/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
id: Vision
name: trait-category-vision
maxTraitPoints: 1

- type: traitCategory
id: Narcolepsy
name: trait-category-narcolepsy
maxTraitPoints: 1
12 changes: 12 additions & 0 deletions Resources/Prototypes/_starcup/Traits/disabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,15 @@
- MKC
components:
- type: Uncloneable

- type: trait
id: NarcolepsyWeak
name: trait-narcolepsy-weak-name
description: trait-narcolepsy-weak-desc
category: Narcolepsy
components:
- type: Narcolepsy
maxTimeBetweenIncidents: 1200 # min/max time is twice the base
minTimeBetweenIncidents: 600
maxDurationOfIncident: 15 # min/max time is half the base
minDurationOfIncident: 5
Loading