This commit is contained in:
2026-01-24 16:34:15 -05:00
commit c23bf51490
3996 changed files with 657568 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# SPDX-FileCopyrightText: 2024 Aidenkrz <aiden@djkraz.com>
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
- type: entity
parent: BaseAction
id: ActionEatMouse
name: Eat Mouse
description: Eat the mouse in your hand, gaining nutriment and a hairball charge.
categories: [ HideSpawnMenu ]
components:
- type: Action
icon: Nyanotrasen/Icons/verbiconfangs.png
- type: InstantAction
event: !type:EatMouseActionEvent
- type: entity
parent: BaseAction
id: ActionHairball
name: Cough Up Hairball
description: Purge some of your chemstream, and gain a cool hairball to throw at people.
categories: [ HideSpawnMenu ]
components:
- type: Action
icon: { sprite: Nyanotrasen/Objects/Specific/Species/felinid.rsi, state: icon }
useDelay: 30
- type: InstantAction
event: !type:HairballActionEvent