Generic clothing speed modifiers + hardsuit slowdown (#7094)

This commit is contained in:
mirrorcult
2022-03-13 23:03:49 -07:00
committed by GitHub
parent 1652498830
commit 8005cf31bb
8 changed files with 136 additions and 34 deletions

View File

@@ -20,6 +20,9 @@
lowPressureMultiplier: 100
- type: TemperatureProtection
coefficient: 0.001 # yes it needs to be this low, fires are fucking deadly apparently!!!!
- type: ClothingSpeedModifier
walkModifier: 0.6
sprintModifier: 0.4
- type: Clothing
size: 50
- type: Armor

View File

@@ -33,6 +33,9 @@
- type: PressureProtection
highPressureMultiplier: 0.5
lowPressureMultiplier: 100
- type: ClothingSpeedModifier
walkModifier: 0.8
sprintModifier: 0.8
- type: Armor
modifiers:
coefficients:
@@ -55,6 +58,9 @@
- type: PressureProtection
highPressureMultiplier: 0.45
lowPressureMultiplier: 100
- type: ClothingSpeedModifier
walkModifier: 1.0
sprintModifier: 1.0
- type: Armor
modifiers:
coefficients:
@@ -133,6 +139,9 @@
sprite: Clothing/OuterClothing/Hardsuits/eva.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/eva.rsi
- type: ClothingSpeedModifier
walkModifier: 0.8
sprintModifier: 0.8
- type: PressureProtection
highPressureMultiplier: 1
lowPressureMultiplier: 100
@@ -152,6 +161,9 @@
- type: PressureProtection
highPressureMultiplier: 1
lowPressureMultiplier: 100
- type: ClothingSpeedModifier
walkModifier: 0.8
sprintModifier: 0.8
- type: entity
parent: ClothingOuterHardsuitBase
@@ -268,6 +280,9 @@
- type: PressureProtection
highPressureMultiplier: 0.45
lowPressureMultiplier: 100
- type: ClothingSpeedModifier
walkModifier: 1.0
sprintModifier: 1.0
- type: Armor
modifiers:
coefficients:
@@ -290,6 +305,9 @@
- type: PressureProtection
highPressureMultiplier: 0.45
lowPressureMultiplier: 100
- type: ClothingSpeedModifier
walkModifier: 0.8
sprintModifier: 0.8
- type: Armor
modifiers:
coefficients:

View File

@@ -17,6 +17,10 @@
description: action-decription-magboot-toggle
itemIconStyle: NoItem
event: !type:ToggleActionEvent
- type: ClothingSpeedModifier
walkModifier: 0.85
sprintModifier: 0.65
enabled: false
- type: entity
parent: ClothingShoesBootsMag
@@ -30,5 +34,7 @@
- type: Clothing
sprite: Clothing/Shoes/Boots/magboots-advanced.rsi
- type: Magboots
walkMoveCoeffecient: 1
sprintMoveCoeffecient: 1
- type: ClothingSpeedModifier
walkModifier: 1
sprintModifier: 1
enabled: false