Skip to content

Commit

Permalink
hardfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Us3rn4me228 committed Jun 22, 2024
1 parent 37b13f0 commit 48f6b53
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
name: helmet of a paramedic's spacesuit
description: Helmet to a paramedic's void spacesuit for going into space. Does not differ in large protective characteristics.
components:
- type: BreathMask
- type: Sprite
sprite: ADT/Clothing/Head/Hardsuits/paramedic_helmet.rsi
- type: Clothing
Expand Down Expand Up @@ -715,7 +716,7 @@
id: ClothingHeadHelmetHardsuitBlueshield
noSpawn: true
name: blueshield hardsuit helmet
description:
description:
components:
- type: Sprite
sprite: ADT/Clothing/Head/Hardsuits/blueshield_hardsuithead.rsi
Expand Down
36 changes: 18 additions & 18 deletions Resources/Prototypes/Entities/Clothing/Head/eva-helmets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,24 @@
sprite: Clothing/Head/Helmets/cosmonaut.rsi

#Paramedic Void Helmet
- type: entity
parent: ClothingHeadEVAHelmetBase
id: ClothingHeadHelmetVoidParamed
name: paramedic void helmet
description: A void helmet made for paramedics.
components:
- type: BreathMask
- type: Sprite
sprite: Clothing/Head/Helmets/paramedhelm.rsi
- type: Clothing
sprite: Clothing/Head/Helmets/paramedhelm.rsi
- type: TemperatureProtection
coefficient: 0.1
- type: Armor
modifiers:
coefficients:
Heat: 0.90
Radiation: 0.75
#- type: entity
# parent: ClothingHeadEVAHelmetBase
# id: ClothingHeadHelmetVoidParamed
# name: paramedic void helmet
# description: A void helmet made for paramedics.
# components:
# - type: BreathMask
# - type: Sprite
# sprite: Clothing/Head/Helmets/paramedhelm.rsi
# - type: Clothing
# sprite: Clothing/Head/Helmets/paramedhelm.rsi
# - type: TemperatureProtection
# coefficient: 0.1
# - type: Armor
# modifiers:
# coefficients:
# Heat: 0.90
# Radiation: 0.75

#Ancient Void Helmet
- type: entity
Expand Down
68 changes: 34 additions & 34 deletions Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,37 +91,37 @@

#Paramedic Voidsuit
#Despite having resistances and looking like a hardsuit, this parents off the EVA suit so it goes here.
- type: entity
parent: ClothingOuterEVASuitBase
id: ClothingOuterHardsuitVoidParamed
name: paramedic void suit
description: A void suit made for paramedics.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/paramed.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/paramed.rsi
- type: PressureProtection
highPressureMultiplier: 0.5
lowPressureMultiplier: 1000
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.9
- type: HeldSpeedModifier
- type: TemperatureProtection
coefficient: 0.1
- type: Armor
modifiers:
coefficients:
Heat: 0.90
Radiation: 0.75
Caustic: 0.5
- type: GroupExamine
- type: StealTarget
stealGroup: ClothingOuterHardsuitVoidParamed
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetVoidParamed
slot: head
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot {}
#- type: entity
# parent: ClothingOuterEVASuitBase
# id: ClothingOuterHardsuitVoidParamed
# name: paramedic void suit
# description: A void suit made for paramedics.
# components:
# - type: Sprite
# sprite: Clothing/OuterClothing/Hardsuits/paramed.rsi
# - type: Clothing
# sprite: Clothing/OuterClothing/Hardsuits/paramed.rsi
# - type: PressureProtection
# highPressureMultiplier: 0.5
# lowPressureMultiplier: 1000
# - type: ClothingSpeedModifier
# walkModifier: 0.9
# sprintModifier: 0.9
# - type: HeldSpeedModifier
# - type: TemperatureProtection
# coefficient: 0.1
# - type: Armor
# modifiers:
# coefficients:
# Heat: 0.90
# Radiation: 0.75
# Caustic: 0.5
# - type: GroupExamine
# - type: StealTarget
# stealGroup: ClothingOuterHardsuitVoidParamed
# - type: ToggleableClothing
# clothingPrototype: ClothingHeadHelmetVoidParamed
# slot: head
# - type: ContainerContainer
# containers:
# toggleable-clothing: !type:ContainerSlot {}

0 comments on commit 48f6b53

Please sign in to comment.