Axui
This commit is contained in:
@@ -358,3 +358,18 @@
|
||||
itemIconStyle: NoItem
|
||||
useDelay: 1 # emote spam
|
||||
event: !type:ToggleActionEvent
|
||||
|
||||
#Amour
|
||||
- type: entity
|
||||
id: ActionActivateGenderSwapImplant
|
||||
name: Swap Gender
|
||||
description: Swaps your gender between male/female.
|
||||
components:
|
||||
- type: InstantAction
|
||||
charges: 1
|
||||
itemIconStyle: BigAction
|
||||
priority: -20
|
||||
icon:
|
||||
sprite: Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi
|
||||
state: icon
|
||||
event: !type:UseGenderSwapImplantEvent
|
||||
|
||||
@@ -918,6 +918,7 @@
|
||||
- Saw
|
||||
- Hemostat
|
||||
- ClothingEyesGlassesChemical
|
||||
- GenderSwapImplanter #Amour
|
||||
dynamicRecipes:
|
||||
- HandheldCrewMonitor
|
||||
- ChemicalPayload
|
||||
|
||||
@@ -254,3 +254,11 @@
|
||||
Steel: 600
|
||||
Plastic: 300
|
||||
|
||||
#Amour
|
||||
- type: latheRecipe
|
||||
id: GenderSwapImplanter
|
||||
result: GenderSwapImplanter
|
||||
completetime: 1
|
||||
materials:
|
||||
Glass: 600
|
||||
Steel: 600
|
||||
|
||||
@@ -42,3 +42,12 @@
|
||||
components:
|
||||
- type: Implanter
|
||||
implant: NeuroStabilizationImplant
|
||||
|
||||
#Amour
|
||||
- type: entity
|
||||
id: GenderSwapImplanter
|
||||
name: gender swap implanter
|
||||
parent: BaseImplantOnlyImplanter
|
||||
components:
|
||||
- type: Implanter
|
||||
implant: GenderSwapImplant
|
||||
|
||||
@@ -49,3 +49,13 @@
|
||||
tags:
|
||||
- NeuroStabilization
|
||||
|
||||
#Amour
|
||||
- type: entity
|
||||
parent: BaseSubdermalImplant
|
||||
id: GenderSwapImplant
|
||||
name: Gender Swap Implant
|
||||
description: This swaps the users gender on activation.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: SubdermalImplant
|
||||
implantAction: ActionActivateGenderSwapImplant
|
||||
|
||||
Reference in New Issue
Block a user