Skip to content

Commit

Permalink
Add pacifism description and clean up traits a little (space-wizards#…
Browse files Browse the repository at this point in the history
  • Loading branch information
UbaserB authored Jan 18, 2024
1 parent 9882827 commit da7ed4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Resources/Locale/en-US/traits/traits.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ trait-blindness-name = Blindness
trait-blindness-desc = You are legally blind, and can't see clearly past a few meters in front of you.
trait-narcolepsy-name = Narcolepsy
trait-narcolepsy-decs = You fall asleep randomly
trait-narcolepsy-desc = You fall asleep randomly
trait-pacifist-name = Pacifist
trait-pacifist-desc = You cannot attack or hurt any living beings.
permanent-blindness-trait-examined = [color=lightblue]{CAPITALIZE(POSS-ADJ($target))} eyes are glassy and unfocused. It doesn't seem like {SUBJECT($target)} can see you well, if at all.[/color]
Expand All @@ -17,9 +18,6 @@ trait-muted-desc = You can't speak
trait-paracusia-name = Paracusia
trait-paracusia-desc = You hear sounds that aren't really there
trait-uncloneable-name = Uncloneable
trait-uncloneable-desc = Cannot be cloned
trait-pirate-accent-name = Pirate Accent
trait-pirate-accent-desc = You can't stop speaking like a pirate!
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/Traits/disabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- type: trait
id: Narcolepsy
name: trait-narcolepsy-name
description: trait-narcolepsy-decs
description: trait-narcolepsy-desc
components:
- type: Narcolepsy
timeBetweenIncidents: 300, 600
Expand All @@ -21,6 +21,7 @@
- type: trait
id: Pacifist
name: trait-pacifist-name
description: trait-pacifist-desc
components:
- type: Pacified

Expand Down

0 comments on commit da7ed4b

Please sign in to comment.