Paramedic void suit is now a soft suit. (#24229)

add
This commit is contained in:
Ubaser
2024-01-19 02:26:59 +11:00
committed by GitHub
parent 9968cc178b
commit 08c2cac96d
4 changed files with 10 additions and 4 deletions

View File

@@ -131,7 +131,6 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: ClothingHeadHelmetVoidParamed
- id: ClothingOuterHardsuitVoidParamed - id: ClothingOuterHardsuitVoidParamed
- id: ClothingOuterCoatParamedicWB - id: ClothingOuterCoatParamedicWB
- id: ClothingHeadHatParamedicsoft - id: ClothingHeadHatParamedicsoft

View File

@@ -71,7 +71,6 @@
- type: Armor - type: Armor
modifiers: modifiers:
coefficients: coefficients:
Slash: 0.95
Heat: 0.90 Heat: 0.90
Radiation: 0.75 Radiation: 0.75

View File

@@ -87,7 +87,7 @@
- type: HeldSpeedModifier - type: HeldSpeedModifier
#Paramedic Voidsuit #Paramedic Voidsuit
#Despite having resistances and looking like one, this is two-piece and parents off the EVA suit so it goes here. #Despite having resistances and looking like a hardsuit, this parents off the EVA suit so it goes here.
- type: entity - type: entity
parent: ClothingOuterEVASuitBase parent: ClothingOuterEVASuitBase
id: ClothingOuterHardsuitVoidParamed id: ClothingOuterHardsuitVoidParamed
@@ -110,10 +110,15 @@
- type: Armor - type: Armor
modifiers: modifiers:
coefficients: coefficients:
Slash: 0.95
Heat: 0.90 Heat: 0.90
Radiation: 0.75 Radiation: 0.75
Caustic: 0.5 Caustic: 0.5
- type: GroupExamine - type: GroupExamine
- type: StealTarget - type: StealTarget
stealGroup: ClothingOuterHardsuitVoidParamed stealGroup: ClothingOuterHardsuitVoidParamed
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetVoidParamed
slot: head
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot {}

View File

@@ -159,3 +159,6 @@ ClothingHeadHatHoodRad: null
# 2024-01-12 # 2024-01-12
SpaceMedipen: null SpaceMedipen: null
# 2024-01-18
ClothingHeadHelmetVoidParamed: null