init
This commit is contained in:
29
Prototypes/Nyanotrasen/Actions/types.yml
Normal file
29
Prototypes/Nyanotrasen/Actions/types.yml
Normal 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
|
||||
Reference in New Issue
Block a user