diff --git a/Resources/Locale/en-US/traits/traits.ftl b/Resources/Locale/en-US/traits/traits.ftl index 8e3b189216..7f4dcfe2ec 100644 --- a/Resources/Locale/en-US/traits/traits.ftl +++ b/Resources/Locale/en-US/traits/traits.ftl @@ -53,3 +53,9 @@ trait-german-desc = You seem to come from space Germany. trait-italian-name = Italian accent trait-italian-desc = Mamma mia! You seem to have lived in space Italy! + +trait-french-name = French accent +trait-french-desc = Your accent seems to have a certain «je ne sais quoi». + +trait-spanish-name = Spanish accent +trait-spanish-desc = Hola señor, donde esta la biblioteca. diff --git a/Resources/Prototypes/Traits/speech.yml b/Resources/Prototypes/Traits/speech.yml index e5869a4afc..98d0368ed6 100644 --- a/Resources/Prototypes/Traits/speech.yml +++ b/Resources/Prototypes/Traits/speech.yml @@ -63,6 +63,24 @@ - type: ReplacementAccent accent: italian +- type: trait + id: FrenchAccent + name: trait-french-name + description: trait-french-desc + category: SpeechTraits + cost: 1 + components: + - type: FrenchAccent + +- type: trait + id: SpanishAccent + name: trait-spanish-name + description: trait-spanish-desc + category: SpeechTraits + cost: 1 + components: + - type: SpanishAccent + - type: trait id: Liar name: trait-liar-name