| 1234567891011121314151617181920212223242526 |
- # If you add a new trait, make sure to add the corresponding component to the whitelist in \Resources\Prototypes\Entities\Mobs\Player\clone.yml so it gets copied to clones correctly!
- - 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
|