Skip to content

Commit

Permalink
Merge pull request #117 from Gorox221/tsf_heavy_hardsuit
Browse files Browse the repository at this point in the history
Тяжелый скафандр ТСФ
  • Loading branch information
Gorox221 authored Mar 18, 2024
2 parents b5336bb + b5cc5dc commit 371d27a
Show file tree
Hide file tree
Showing 17 changed files with 134 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ ent-ClothingHeadHelmetHardsuitTSF = шлем скафандра ТСФ
.desc = Бронированный шлем, используемый военными скафандрами ТСФ.
ent-ClothingOuterHardsuitTSF = легкий скафандр ТСФ
.desc = Скафандр, используемый флотом ТСФ.
ent-ClothingOuterHardsuitTSFHeavy = тяжелый скафандр ТСФ
.desc = Скафандр, используемый флотом ТСФ против агрессивной фауны.
ent-ClothingHeadHelmetHardsuitTSFHeavy = шлем тяжелого скафандра ТСФ
.desc = Бронированный шлем, используемый военными скафандрами ТСФ против агрессивных форм жизни.
Original file line number Diff line number Diff line change
Expand Up @@ -644,5 +644,32 @@
Slash: 0.9
Piercing: 0.9
Heat: 0.9
- type: StaminaProtection
coefficient: 0.95

- type: entity
parent: ClothingHeadHardsuitWithLightBase
id: ClothingHeadHelmetHardsuitTSFHeavy
noSpawn: true
name: TSF heavy hardsuit helmet
description: Armored hardsuit helmet for millitary needs.
components:
- type: BreathMask
- type: Sprite
sprite: Ganimed/Clothing/Head/Hardsuits/tsfheavy.rsi
- type: Clothing
sprite: Ganimed/Clothing/Head/Hardsuits/tsfheavy.rsi
- type: PointLight
color: "#76f1fb"
- type: PressureProtection
highPressureMultiplier: 0.525
lowPressureMultiplier: 1000
- type: Armor
modifiers:
coefficients:
Blunt: 0.9
Slash: 0.9
Piercing: 0.9
Heat: 0.8
- type: StaminaProtection
coefficient: 0.95
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@
- type: entity
parent: ClothingOuterHardsuitBase
id: ClothingOuterHardsuitTSF
name: security hardsuit
name: TSF hardsuit
description: A spacesuit used by the TSF navy.
components:
- type: Sprite
Expand All @@ -894,11 +894,46 @@
Slash: 0.6
Piercing: 0.6
Caustic: 0.7
Heat: 0.6
Radiation: 0.4
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.9
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitTSF
- type: StaminaProtection
coefficient: 0.55
- type: HeldSpeedModifier

- type: entity
parent: ClothingOuterHardsuitBase
id: ClothingOuterHardsuitTSFHeavy
name: TSF heavy hardsuit
description: A spacesuit used by the TSF navy.
components:
- type: Sprite
sprite: Ganimed/Clothing/OuterClothing/Hardsuits/tsfheavy.rsi
- type: Clothing
sprite: Ganimed/Clothing/OuterClothing/Hardsuits/tsfheavy.rsi
- type: PressureProtection
highPressureMultiplier: 0.5
lowPressureMultiplier: 1000
- type: ExplosionResistance
damageCoefficient: 0.4
- type: Armor
modifiers:
coefficients:
Blunt: 0.3
Slash: 0.3
Piercing: 0.4
Caustic: 0.2
Heat: 0.6
Radiation: 0.4
- type: ClothingSpeedModifier
walkModifier: 0.75
sprintModifier: 0.50
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitTSFHeavy
- type: StaminaProtection
coefficient: 0.20
- type: HeldSpeedModifier
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": 1,
"license": "CLA",
"copyright": "Made by Gorox for enterprise",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-flash"
},
{
"name": "off-equipped-HELMET",
"directions": 4
},
{
"name": "off-inhand-left",
"directions": 4
},
{
"name": "off-inhand-right",
"directions": 4
},
{
"name": "on-equipped-HELMET",
"directions": 4
},
{
"name": "on-inhand-left",
"directions": 4
},
{
"name": "on-inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CLA",
"copyright": "Made by Hartmann fro enterprise",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 371d27a

Please sign in to comment.