-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move some disabilities traits into a new category (#30102)
split traits into disabilities and quirks
- Loading branch information
1 parent
343496f
commit 688a46f
Showing
4 changed files
with
30 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
- type: trait | ||
id: Pacifist | ||
name: trait-pacifist-name | ||
description: trait-pacifist-desc | ||
category: Quirks | ||
components: | ||
- type: Pacified | ||
|
||
- type: trait | ||
id: LightweightDrunk | ||
name: trait-lightweight-name | ||
description: trait-lightweight-desc | ||
category: Quirks | ||
components: | ||
- type: LightweightDrunk | ||
boozeStrengthMultiplier: 2 | ||
|
||
- type: trait | ||
id: Snoring | ||
name: trait-snoring-name | ||
description: trait-snoring-desc | ||
category: Quirks | ||
components: | ||
- type: Snoring |