87 lines
2.5 KiB
YAML
87 lines
2.5 KiB
YAML
# SPDX-FileCopyrightText: 2021 Pieter-Jan Briers <pieterjan.briers@gmail.com>
|
|
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2021 mirrorcult <lunarautomaton6@gmail.com>
|
|
# SPDX-FileCopyrightText: 2022 Julian Giebel <juliangiebel@live.de>
|
|
# SPDX-FileCopyrightText: 2022 Kara D <lunarautomaton6@gmail.com>
|
|
# SPDX-FileCopyrightText: 2022 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2023 keronshb <54602815+keronshb@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2023 metalgearsloth <comedian_vs_clown@hotmail.com>
|
|
# SPDX-FileCopyrightText: 2024 Aviu00 <93730715+Aviu00@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2024 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2024 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2024 deltanedas <@deltanedas:kde.org>
|
|
# SPDX-FileCopyrightText: 2024 gluesniffler <159397573+gluesniffler@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2024 slarticodefast <161409025+slarticodefast@users.noreply.github.com>
|
|
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
# Status effect prototypes.
|
|
# Holds no actual logic, just some basic data about the effect.
|
|
|
|
# Note: We have a new status effect system that needs all of these status effects to be fully ported to.
|
|
# Adding new status effects under the old system is NOT RECOMMENDED.
|
|
|
|
- type: statusEffect
|
|
id: Stun
|
|
alert: Stun
|
|
|
|
- type: statusEffect
|
|
id: KnockedDown
|
|
alert: KnockedDown # Goobstation
|
|
|
|
- type: statusEffect
|
|
id: SlowedDown
|
|
|
|
- type: statusEffect
|
|
id: Jitter
|
|
alwaysAllowed: true
|
|
|
|
- type: statusEffect
|
|
id: Stutter
|
|
|
|
- type: statusEffect
|
|
id: AllCaps
|
|
|
|
- type: statusEffect
|
|
id: Electrocution
|
|
|
|
- type: statusEffect
|
|
id: Drunk
|
|
|
|
- type: statusEffect
|
|
id: SlurredSpeech
|
|
|
|
- type: statusEffect
|
|
id: PressureImmunity
|
|
alwaysAllowed: true # Shitmed: Used by space animal heart to work on anything
|
|
|
|
- type: statusEffect
|
|
id: Muted
|
|
alert: Muted
|
|
|
|
- type: statusEffect
|
|
id: Corporeal
|
|
alert: Corporeal
|
|
|
|
- type: statusEffect
|
|
id: TemporaryBlindness
|
|
|
|
- type: statusEffect
|
|
id: Pacified #cannot attack
|
|
|
|
- type: statusEffect
|
|
id: RatvarianLanguage #Praise him
|
|
|
|
- type: statusEffect
|
|
id: StaminaModifier
|
|
|
|
- type: statusEffect
|
|
id: Flashed
|
|
|
|
- type: statusEffect
|
|
id: RadiationProtection
|
|
|
|
- type: statusEffect
|
|
id: Adrenaline
|
|
alert: Adrenaline |