From 908a16b6653d033f11e68e2f10135b6ef6879bf2 Mon Sep 17 00:00:00 2001 From: ReginaeSpence <184731218+ReginaeSpence@users.noreply.github.com> Date: Thu, 21 Nov 2024 06:15:37 -0700 Subject: [PATCH] Update and rename stealthboy.yml to chinesestealthsuit.yml --- .../Objects/Devices/chinesestealthsuit.yml | 39 +++++++++++++++++++ .../Entities/Objects/Devices/stealthboy.yml | 18 --------- 2 files changed, 39 insertions(+), 18 deletions(-) create mode 100644 Resources/Prototypes/_Nuclear14/Entities/Objects/Devices/chinesestealthsuit.yml delete mode 100644 Resources/Prototypes/_Nuclear14/Entities/Objects/Devices/stealthboy.yml diff --git a/Resources/Prototypes/_Nuclear14/Entities/Objects/Devices/chinesestealthsuit.yml b/Resources/Prototypes/_Nuclear14/Entities/Objects/Devices/chinesestealthsuit.yml new file mode 100644 index 00000000000..1e6f7e90454 --- /dev/null +++ b/Resources/Prototypes/_Nuclear14/Entities/Objects/Devices/chinesestealthsuit.yml @@ -0,0 +1,39 @@ +- type: entity + parent: BasePDA + id: N14ChineseStealthSuit + name: chinese stealth suit + description: This dark black, form-fitting bodysuit with an opaque faceplate is a suit of armor designed for one thing: Making the operator nigh-invisible. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Suits/spaceninja.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Suits/spaceninja.rsi + - type: StealthClothing + visibility: 1.1 + toggleAction: ActionTogglePhaseCloak + - type: PressureProtection + highPressureMultiplier: 0.6 + lowPressureMultiplier: 1000 + - type: TemperatureProtection + coefficient: 0.01 + - type: Armor + modifiers: + coefficients: + Blunt: 0.8 + Slash: 0.8 + Piercing: 0.8 + Heat: 0.8 + - type: NinjaSuit + - type: PowerCellSlot + cellSlotId: cell_slot + # throwing in a recharger would bypass glove charging mechanic + fitsInCharger: true + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default + startingItem: PowerCellSmall + disableEject: true diff --git a/Resources/Prototypes/_Nuclear14/Entities/Objects/Devices/stealthboy.yml b/Resources/Prototypes/_Nuclear14/Entities/Objects/Devices/stealthboy.yml deleted file mode 100644 index 14649a37ce5..00000000000 --- a/Resources/Prototypes/_Nuclear14/Entities/Objects/Devices/stealthboy.yml +++ /dev/null @@ -1,18 +0,0 @@ -- type: entity - abstract: true - parent: BasePDA - id: N14StealthBoy - name: Stealth boy MKI - description: "A RobCo Stealth Boy 3001 personal stealth device." - components: - - type: Sprite - sprite: "_Nuclear14/Entities/Objects/Devices/stealthboy1.png" - - type: Stealth - lastVisibility: 1.5 - access: - system: SharedStealthSystem - permissions: - other: None - stealthDuration: 15.0 # duration in seconds for stealth effect - - type: PDAComponent - slot: PDA # Defines this entity for the PDA slot