Skip to content

Commit 231a077

Browse files
Fix Various Language Trait Issues (#1441)
# Description Fixes some various issues with language related traits, such as Mimes being able to take the Mute trait for "Free points", Foreigner being able to be combined with Mute for "Free Points", etc. Foreigner being able to be taken by Mimes for "Free Points". Also stuff like the "Rare" languages giving you points instead of costing points, Sign Language being the "Best Language" because its mechanically better and free, so now it costs points, etc. # Changelog :cl: - tweak: Mimes can no longer take the Muted or Foreigner traits. - tweak: "Rare" languages like Sinta'Azaziba, Valyrian Standard, now cost points instead of giving points. - tweak: Sign Language now costs points. --------- Co-authored-by: sleepyyapril <[email protected]>
1 parent cd29b5e commit 231a077

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

Resources/Prototypes/Traits/disabilities.yml

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
jobs:
8484
- Borg
8585
- MedicalBorg
86+
- Mime
8687
functions:
8788
- !type:TraitAddComponent
8889
components:

Resources/Prototypes/Traits/inconveniences.yml

+10
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
inverted: true
5353
traits:
5454
- Foreigner
55+
- Muted
56+
- !type:CharacterJobRequirement
57+
inverted: true
58+
jobs:
59+
- Mime
5560
functions:
5661
- !type:TraitAddComponent
5762
components:
@@ -68,6 +73,11 @@
6873
inverted: true
6974
traits:
7075
- ForeignerLight
76+
- Muted
77+
- !type:CharacterJobRequirement
78+
inverted: true
79+
jobs:
80+
- Mime
7181
functions:
7282
- !type:TraitAddComponent
7383
components:

Resources/Prototypes/Traits/languages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- type: trait
22
id: SignLanguage
33
category: TraitsSpeechLanguages
4-
points: 0
4+
points: -2
55
requirements:
66
- !type:CharacterItemGroupRequirement
77
group: TraitsLanguagesBasic
@@ -79,7 +79,7 @@
7979
- type: trait
8080
id: ValyrianStandard
8181
category: TraitsSpeechLanguages
82-
points: 1
82+
points: -1
8383
requirements:
8484
- !type:CharacterItemGroupRequirement
8585
group: TraitsLanguagesBasic
@@ -93,7 +93,7 @@
9393
- type: trait
9494
id: Azaziba
9595
category: TraitsSpeechLanguages
96-
points: 1
96+
points: -1
9797
requirements:
9898
- !type:CharacterSpeciesRequirement
9999
species:

0 commit comments

Comments
 (0)