rebalance pressure, airloss, cold (#8482)
This commit is contained in:
@@ -85,11 +85,11 @@
|
|||||||
currentTemperature: 310.15
|
currentTemperature: 310.15
|
||||||
coldDamage:
|
coldDamage:
|
||||||
types:
|
types:
|
||||||
Cold : 1 #per second, scales with temperature & other constants
|
Cold : 0.1 #per second, scales with temperature & other constants
|
||||||
specificHeat: 42
|
specificHeat: 42
|
||||||
heatDamage:
|
heatDamage:
|
||||||
types:
|
types:
|
||||||
Heat : 1 #per second, scales with temperature & other constants
|
Heat : 0.1 #per second, scales with temperature & other constants
|
||||||
- type: MobState
|
- type: MobState
|
||||||
thresholds:
|
thresholds:
|
||||||
0: !type:NormalMobState {}
|
0: !type:NormalMobState {}
|
||||||
@@ -166,7 +166,7 @@
|
|||||||
- type: Barotrauma
|
- type: Barotrauma
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Blunt: 1 #per second, scales with pressure and other constants.
|
Blunt: 0.15 #per second, scales with pressure and other constants.
|
||||||
- type: ThermalRegulator
|
- type: ThermalRegulator
|
||||||
metabolismHeat: 800
|
metabolismHeat: 800
|
||||||
radiatedHeat: 100
|
radiatedHeat: 100
|
||||||
@@ -178,10 +178,10 @@
|
|||||||
- type: Respirator
|
- type: Respirator
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Asphyxiation: 3
|
Asphyxiation: 2
|
||||||
damageRecovery:
|
damageRecovery:
|
||||||
types:
|
types:
|
||||||
Asphyxiation: -1.5
|
Asphyxiation: -1.0
|
||||||
- type: Temperature
|
- type: Temperature
|
||||||
heatDamageThreshold: 360
|
heatDamageThreshold: 360
|
||||||
coldDamageThreshold: 260
|
coldDamageThreshold: 260
|
||||||
|
|||||||
@@ -21,10 +21,10 @@
|
|||||||
- type: Respirator
|
- type: Respirator
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Asphyxiation: 1.5
|
Asphyxiation: 1.0
|
||||||
damageRecovery:
|
damageRecovery:
|
||||||
types:
|
types:
|
||||||
Asphyxiation: -1.5
|
Asphyxiation: -1.0
|
||||||
- type: Alerts
|
- type: Alerts
|
||||||
- type: Actions
|
- type: Actions
|
||||||
- type: Eye
|
- type: Eye
|
||||||
|
|||||||
@@ -32,8 +32,8 @@
|
|||||||
- type: Respirator
|
- type: Respirator
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Asphyxiation: 1.5
|
Asphyxiation: 1.0
|
||||||
damageRecovery:
|
damageRecovery:
|
||||||
types:
|
types:
|
||||||
Asphyxiation: -1.5
|
Asphyxiation: -1.0
|
||||||
#Weh
|
#Weh
|
||||||
|
|||||||
@@ -31,8 +31,8 @@
|
|||||||
- type: Respirator
|
- type: Respirator
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Asphyxiation: 1.5
|
Asphyxiation: 1.0
|
||||||
damageRecovery:
|
damageRecovery:
|
||||||
types:
|
types:
|
||||||
Asphyxiation: -1.5
|
Asphyxiation: -1.0
|
||||||
|
|
||||||
|
|||||||
@@ -12,10 +12,10 @@
|
|||||||
- type: Respirator
|
- type: Respirator
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Asphyxiation: 3
|
Asphyxiation: 2
|
||||||
damageRecovery:
|
damageRecovery:
|
||||||
types:
|
types:
|
||||||
Asphyxiation: -1.5
|
Asphyxiation: -1.0
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
noRot: true
|
noRot: true
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
- type: Barotrauma
|
- type: Barotrauma
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Blunt: 0.7 #per second, scales with pressure and other constants.
|
Blunt: 0.15 #per second, scales with pressure and other constants.
|
||||||
- type: DamageOnHighSpeedImpact
|
- type: DamageOnHighSpeedImpact
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
@@ -190,7 +190,6 @@
|
|||||||
Arms:
|
Arms:
|
||||||
points: 2
|
points: 2
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: Physics
|
- type: Physics
|
||||||
bodyType: KinematicController
|
bodyType: KinematicController
|
||||||
- type: Fixtures
|
- type: Fixtures
|
||||||
@@ -218,10 +217,10 @@
|
|||||||
specificHeat: 42
|
specificHeat: 42
|
||||||
coldDamage:
|
coldDamage:
|
||||||
types:
|
types:
|
||||||
Cold : 1 #per second, scales with temperature & other constants
|
Cold: 0.1 #per second, scales with temperature & other constants
|
||||||
heatDamage:
|
heatDamage:
|
||||||
types:
|
types:
|
||||||
Heat : 1 #per second, scales with temperature & other constants
|
Heat: 0.1 #per second, scales with temperature & other constants
|
||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
- type: Body
|
- type: Body
|
||||||
template: HumanoidTemplate
|
template: HumanoidTemplate
|
||||||
|
|||||||
@@ -135,10 +135,10 @@
|
|||||||
specificHeat: 46
|
specificHeat: 46
|
||||||
coldDamage:
|
coldDamage:
|
||||||
types:
|
types:
|
||||||
Cold : 1.1 #per second, scales with temperature & other constants
|
Cold : 0.2 #per second, scales with temperature & other constants
|
||||||
heatDamage:
|
heatDamage:
|
||||||
types:
|
types:
|
||||||
Heat : 0.9 #per second, scales with temperature & other constants
|
Heat : 0.1 #per second, scales with temperature & other constants
|
||||||
- type: MovementSpeedModifier
|
- type: MovementSpeedModifier
|
||||||
baseWalkSpeed : 2.7
|
baseWalkSpeed : 2.7
|
||||||
baseSprintSpeed : 4.5
|
baseSprintSpeed : 4.5
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
- type: Barotrauma
|
- type: Barotrauma
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Blunt: 0.4 #per second, scales with pressure and other constants.
|
Blunt: 0.1 #per second, scales with pressure and other constants.
|
||||||
- type: DamageOnHighSpeedImpact
|
- type: DamageOnHighSpeedImpact
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
|
|||||||
@@ -120,7 +120,7 @@
|
|||||||
- type: Barotrauma
|
- type: Barotrauma
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Blunt: 1.4 #per second, scales with pressure and other constants. Twice as much as humans.
|
Blunt: 0.3 #per second, scales with pressure and other constants. Twice as much as humans.
|
||||||
- type: Reactive
|
- type: Reactive
|
||||||
groups:
|
groups:
|
||||||
Flammable: [ Touch ]
|
Flammable: [ Touch ]
|
||||||
|
|||||||
@@ -87,10 +87,10 @@
|
|||||||
- type: Respirator
|
- type: Respirator
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Asphyxiation: 3
|
Asphyxiation: 2
|
||||||
damageRecovery:
|
damageRecovery:
|
||||||
types:
|
types:
|
||||||
Asphyxiation: -1.5
|
Asphyxiation: -1.0
|
||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
canColorHair: false
|
canColorHair: false
|
||||||
canColorFacialHair: false
|
canColorFacialHair: false
|
||||||
|
|||||||
Reference in New Issue
Block a user