Skip to content

Commit

Permalink
tweak(traits): prevent dwarves from getting alcohol traits
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofallars committed Aug 10, 2024
1 parent 4aecc66 commit b2365b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/Prototypes/Traits/inconveniences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
traits:
- HeavyweightDrunk
- BoozyBoost
- !type:CharacterSpeciesRequirement
inverted: true
species:
- Dwarf
components:
- type: LightweightDrunk
boozeStrengthMultiplier: 2
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Traits/skills.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
traits:
- LightweightDrunk
- BoozyBoost
- !type:CharacterSpeciesRequirement
inverted: true
species:
- Dwarf
components:
- type: LightweightDrunk
boozeStrengthMultiplier: 0.5
Expand All @@ -67,6 +71,10 @@
traits:
- LightweightDrunk
- HeavyweightDrunk
- !type:CharacterSpeciesRequirement
inverted: true
species:
- Dwarf
components:
- type: BoozyBoost
- type: LightweightDrunk
Expand Down

0 comments on commit b2365b7

Please sign in to comment.