Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test 1 #2339

Closed
wants to merge 4 commits into from
Closed

Test 1 #2339

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 @@ -21,7 +21,7 @@
- type: StorageFill
contents:
- id: BoxSurvivalEngineering
- id: WeaponShotgunDoubleBarreled
- id: WeaponShotgunEnforcer
- id: BoxShotgunIncendiary
amount: 2
- id: GrenadeFlashBang
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@
- type: PressureProtection
highPressureMultiplier: 0.02
lowPressureMultiplier: 1000
- type: ClothingSpeedModifier
walkModifier: 1.0
sprintModifier: 1.0
- type: TemperatureProtection
coefficient: 0.001
- type: Armor
modifiers:
coefficients:
Blunt: 0.7
Slash: 0.7
Piercing: 0.6
Blunt: 0.5
Slash: 0.5
Piercing: 0.4
Heat: 0.05
Cold: 0.1
Shock: 0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
shoes: ClothingShoesBootsCombatFilled
head: ClothingHeadHelmetERTLeader
eyes: ClothingEyesGlassesSecurity
neck: ClothingNeckMantleERTLeader # Corvax-Clothing
gloves: ClothingHandsGlovesCombat
outerClothing: ClothingOuterArmorBasicSlim
id: ERTLeaderPDA
Expand All @@ -38,6 +39,7 @@
shoes: ClothingShoesBootsMagAdv
mask: ClothingMaskGasERT
eyes: ClothingEyesGlassesSecurity
neck: ClothingNeckMantleERTLeader # Corvax-Clothing
gloves: ClothingHandsGlovesCombat
outerClothing: ClothingOuterHardsuitERTLeader
suitstorage: AirTankFilled
Expand All @@ -55,6 +57,7 @@
shoes: ClothingShoesBootsMagAdv
mask: ClothingMaskGasERT
eyes: ClothingEyesGlassesSecurity
neck: ClothingNeckMantleERTLeader # Corvax-Clothing
gloves: ClothingHandsGlovesCombat
outerClothing: ClothingOuterHardsuitERTLeader
suitstorage: WeaponRifleLecter
Expand Down