Skip to content

Commit

Permalink
Redshirt And Brittle Bone Trait
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Dec 15, 2024
1 parent 9a1cda8 commit bbd0e6e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Resources/Locale/en-US/traits/traits.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -464,3 +464,16 @@ trait-description-PsychognomyPower =
A special talent derived from Telepathy, Psychognomy is the ability to read the underlying imprint of telepathic messages.
A Psychognomist can glean additional information from their telepathy, seeing vague outlines of what the source of a message
might be. This information is not precise, and is largely only useful for narrowing down who the source of a message might be.
trait-name-Redshirt = Redshirt
trait-description-Redshirt =
They said this air would be breathable.
Get in, get out again, and no one gets hurt.
Something is pulling me up the hill.
I look down in my red shirt.
I look down in my red shirt.
trait-name-BrittleBoneDisease = Osteogenesis Imperfecta
trait-description-BrittleBoneDisease =
Also known as "brittle bone disease", people with this genetic disorder have bones that are easily broken,
often simply by moving. This trait reduces your threshold for critical injury by 50 points.
40 changes: 40 additions & 0 deletions Resources/Prototypes/Traits/physical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -669,3 +669,43 @@
- Biological
- Inorganic
- Silicon

- type: trait
id: Redshirt
category: Physical
points: -8
requirements:
- !type:CharacterJobRequirement
inverted: true
jobs:
- Borg
- MedicalBorg
- !type:CharacterSpeciesRequirement
inverted: true
species:
- IPC
functions:
- !type:TraitReplaceComponent
components:
- type: DeadModifier
deadThresholdModifier: -100

- type: trait
id: BrittleBoneDisease
category: Physical
points: -10
requirements:
- !type:CharacterJobRequirement
inverted: true
jobs:
- Borg
- MedicalBorg
- !type:CharacterSpeciesRequirement
inverted: true
species:
- IPC
functions:
- !type:TraitReplaceComponent
components:
- type: CritModifier
critThresholdModifier: -50

0 comments on commit bbd0e6e

Please sign in to comment.