31 lines
885 B
YAML
31 lines
885 B
YAML
# SPDX-FileCopyrightText: 2024 Killerqu00 <47712032+Killerqu00@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
# 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 |