Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,79 @@
- type: StaticPrice # Frontier
price: 20 # Frontier
vendPrice: 1500 # Frontier

# Forge start
- type: entity
abstract: true
parent: [RecyclableItemClothHardsuit, ClothingOuterBase, GeigerCounterClothing, AllowSuitStorageClothing, ClothingArmorPlate] # Frontier: added RecyclableItemClothHardsuit # Mono - armor plates.
id: ForgeClothingOuterHardsuitBase
name: base hardsuit
components:
- type: PressureProtection
highPressureMultiplier: 0.3
lowPressureMultiplier: 1000
- type: TemperatureProtection
heatingCoefficient: 0.01
coolingCoefficient: 0.01
- type: ClothingSpeedModifier
walkModifier: 0.4
sprintModifier: 0.6
- type: Item
size: Ginormous
- type: Armor
modifiers:
coefficients:
Blunt: 0.90
Slash: 0.90
Piercing: 0.95
Heat: 0.90
Radiation: 0.25
- type: ToggleableClothing
- type: ContainerContainer
containers:
toggleable-clothing: !type:Container {}
storagebase: !type:Container
ents: []
- type: UserInterface
interfaces:
enum.StorageUiKey.Key:
type: StorageBoundUserInterface
enum.ToggleClothingUiKey.Key:
type: ToggleableClothingBoundUserInterface
- type: GroupExamine
- type: Tag
tags:
- Hardsuit
- WhitelistChameleon
- type: ProtectedFromStepTriggers
slots: WITHOUT_POCKET
- type: DamageOnInteractProtection
damageProtection:
flatReductions:
Heat: 10 # the average lightbulb only does around four damage!
slots: OUTERCLOTHING
# Goobstation edit start
- type: EmitSoundOnPickup
sound:
path: /Audio/_Goobstation/Items/handling/backpack_pickup.ogg
params:
volume: -4
- type: EmitSoundOnDrop
sound:
path: /Audio/_Goobstation/Items/handling/backpack_drop.ogg
params:
volume: -4
- type: EmitSoundOnLand
sound:
path: /Audio/_Goobstation/Items/handling/backpack_drop.ogg
params:
volume: -4
# Goobstation edit end
- type: HarpyHideWings # Frontier, needed for Harpies
- type: StaticPrice # Frontier
price: 20 # Frontier
vendPrice: 1500 # Frontier
# Forge end

- type: entity
abstract: true
Expand Down
28 changes: 14 additions & 14 deletions Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -691,8 +691,8 @@
Radiation: 0.5
Caustic: 0.5
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.9
walkModifier: 0.8 # 0.9->0.8 Forge-change
sprintModifier: 0.8 # 0.9->0.8 Forge-change
- type: HeldSpeedModifier
- type: ToggleableClothing # Goobstation - Modsuits change - Mono - this is a solution for helmet attachment/cover to not fit on hardsuits
requiredSlot: outerclothing
Expand Down Expand Up @@ -726,13 +726,13 @@
coefficients:
Blunt: 0.55
Slash: 0.55
Piercing: 0.5
Heat: 0.5
Piercing: 0.55 # 0.5->0.55 Forge-change
Heat: 0.55 # 0.5->0.55 Forge-change
Radiation: 0.35
Caustic: 0.2
- type: ClothingSpeedModifier # Mono
walkModifier: 0.93
sprintModifier: 0.93
walkModifier: 0.9 # 0.93->0.9 Forge-change
sprintModifier: 0.9 # 0.93->0.9 Forge-change
- type: ToggleableClothing # Goobstation - Modsuits change - Mono - this is a solution for helmet attachment/cover to not fit on hardsuits
requiredSlot: outerclothing
blockUnequipWhenAttached: false
Expand Down Expand Up @@ -779,8 +779,8 @@
- type: Item
size: Huge
- type: ClothingSpeedModifier
walkModifier: 1.0
sprintModifier: 1.0 # 0.9-> 1 Mono
walkModifier: 0.9
sprintModifier: 0.9 # 0.9-> 1 Mono, Forge-change revert
- type: HeldSpeedModifier
- type: StaminaDamageResistance # Mono - Stamres
coefficient: 0.45
Expand Down Expand Up @@ -1117,7 +1117,7 @@
Caustic: 0.2
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.6
sprintModifier: 0.5 # Forge-change 0.6 -> 0.5
- type: HeldSpeedModifier
- type: StaminaDamageResistance
coefficient: 0.5
Expand Down Expand Up @@ -1203,7 +1203,7 @@
Caustic: 0.2
- type: ClothingSpeedModifier
walkModifier: 1.0
sprintModifier: 0.95
sprintModifier: 0.9 # Forge-change 0.95 -> 0.9
- type: HeldSpeedModifier
- type: StaminaDamageResistance
coefficient: 0.5
Expand Down Expand Up @@ -1246,7 +1246,7 @@
Caustic: 0.8
- type: ClothingSpeedModifier
walkModifier: 1.0
sprintModifier: 0.9
sprintModifier: 0.8 # Forge-change 0.9 -> 0.8
- type: HeldSpeedModifier
- type: StaminaDamageResistance
coefficient: 0.5
Expand All @@ -1269,7 +1269,7 @@

#ERT Janitor Hardsuit
- type: entity
parent: ClothingOuterHardsuitBase # Forge-change
parent: ForgeClothingOuterHardsuitBase # Forge-change
id: ClothingOuterHardsuitERTJanitor
name: ERT janitor's hardsuit
description: A protective hardsuit worn by the janitors of an emergency response team.
Expand All @@ -1292,8 +1292,8 @@
Radiation: 0.5
Caustic: 0
- type: ClothingSpeedModifier
walkModifier: 1.0
sprintModifier: 1.2
walkModifier: 1.2 # Forge-change
sprintModifier: 1.2 # Forge-change
- type: SpaceFlightProfile
thrustMultiplier: 0.7
controlMultiplier: 1.15
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

# region RI-22 Medium
- type: entity
parent: [ClothingHeadHardsuitBase, ShowMedicalIcons]
parent: [ClothingHeadHardsuitBase, ShowMedicalIcons, ShowSecurityIcons]
id: ClothingHeadHelmetHardsuitRI22
name: RI-22 helmet
description: The interchangeable helmet system for the majority of HVE-14m hardsuits.
Expand Down Expand Up @@ -124,7 +124,7 @@
- HeadSide

- type: entity
parent: [ClothingHeadHardsuitBase, ShowMedicalIcons]
parent: [ClothingHeadHardsuitBase, ShowMedicalIcons, ShowSecurityIcons]
id: ClothingHeadHelmetHardsuitRI22c
name: RI-22c helmet
description: The interchangeable helmet system for the majority of HVE-14m hardsuits.
Expand Down Expand Up @@ -155,7 +155,7 @@
- HeadSide

- type: entity
parent: [ClothingHeadHardsuitBase, ShowMedicalIcons]
parent: [ClothingHeadHardsuitBase, ShowMedicalIcons, ShowSecurityIcons]
id: ClothingHeadHelmetHardsuitRI22i
name: RI-22 helmet
description: The interchangeable helmet system for the majority of HVE-14m hardsuits.
Expand Down Expand Up @@ -187,7 +187,7 @@

# region HV-7 Heavy
- type: entity
parent: [ClothingHeadHardsuitBase, ShowMedicalIcons]
parent: [ClothingHeadHardsuitBase, ShowMedicalIcons, ShowSecurityIcons]
id: ClothingHeadHelmetHardsuitHV7
name: HV-7 helmet
description: The interchangeable helmet system for the majority of HVE-14m hardsuits.
Expand Down Expand Up @@ -250,7 +250,7 @@
- HeadSide

- type: entity
parent: [ClothingHeadHardsuitBase, ShowMedicalIcons]
parent: [ClothingHeadHardsuitBase, ShowMedicalIcons, ShowSecurityIcons]
id: ClothingHeadHelmetHardsuitHVMilitant
name: HV MP 0-4 «Militant» helmet
description: Higaris Victories' military prototype 0-4, codenamed «Militant».
Expand Down
Loading
Loading