Skip to content

Commit

Permalink
Update and rename stealthboy.yml to chinesestealthsuit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReginaeSpence authored Nov 21, 2024
1 parent 9a855c4 commit 908a16b
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -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

This file was deleted.

0 comments on commit 908a16b

Please sign in to comment.