Skip to content

Commit

Permalink
Russian Accent Trait (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
LankLTE authored Jan 22, 2025
1 parent b96fe08 commit 3de86db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/_CD/traits/traits.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ cd-trait-very-lightweight-desc = Alcohol has a much stronger effect on you.
cd-trait-heavyweight-name = Heavyweight drunk
cd-trait-heavyweight-desc = Alcohol has a weaker effect on you.
trait-russian-name = Russian accent
trait-russian-desc = You seem to have come from a region of space that speaks Russian, da?
10 changes: 10 additions & 0 deletions Resources/Prototypes/_CD/Traits/speech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@
cost: 1
components:
- type: MobsterAccent

- type: trait
id: RussianAccent
name: trait-russian-name
description: trait-russian-desc
category: SpeechTraits
cost: 1
components:
- type: RussianAccent

0 comments on commit 3de86db

Please sign in to comment.