Skip to content
Draft
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
12 changes: 12 additions & 0 deletions Resources/Locale/en-US/_Triad/traits/traits.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
# Copyright (c) 2025 Triad Contributors
# See AGPLv3.txt for details.

trait-linguist-name = Linguist
trait-linguist-desc = [italic]You are capable of speaking and understanding more languages.[/italic]

• 2 additional language trait points.

trait-polyglot-name = Polyglot
trait-polyglot-desc = [italic]You can speak and understand many languages.[/italic]

• 4 additional language trait points.

## Accents

trait-newbrooklyn-accent-name = New Brooklyn
trait-newbrooklyn-accent-desc = Ey, yous talk like da old borough back on Earth. Pizza, da garage, walkin' heeyah, ya know?

Expand Down
17 changes: 17 additions & 0 deletions Resources/Prototypes/_Triad/Traits/mental.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
- type: trait
id: Linguist
name: trait-linguist-name
description: trait-linguist-desc
category: Mental
cost: 2
grantsCategorySlots:
LanguageTraits: 2

- type: trait
id: Polyglot
name: trait-polyglot-name
description: trait-polyglot-desc
category: Mental
cost: 4
grantsCategorySlots:
LanguageTraits: 4
Loading