| 123456789101112131415161718192021222324 |
- - 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
|