Skip to content

Commit

Permalink
botany EVA, sundicate hard suit for EMAG enjoyers
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Mar 7, 2024
1 parent 0ac967f commit 0c3cf49
Show file tree
Hide file tree
Showing 21 changed files with 181 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@
- WeaponXrayCannon
# Frontier Start
- ClothingOuterHardsuitPirateEVA
- ClothingOuterHardsuitSundie
# Frontier End

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
- ClothingOuterSuitEmergency
- ClothingHeadHelmetEVA
- ClothingOuterHardsuitEVA
- clothingouterevasuithydro
dynamicRecipes:
- KitchenKnife
- ButchCleaver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
MedicalTechFabCircuitboard: 4
ServiceTechFabCircuitboard: 4
ScienceTechFabCircuitboard: 4
SalvageTechFabCircuitboardNF: 4
OreProcessorMachineCircuitboard: 10
MaterialReclaimerMachineCircuitboard: 4
UniformPrinterMachineCircuitboard: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
highPressureMultiplier: 0.1
lowPressureMultiplier: 1000

# MAXIM helmet, but with light
- type: entity
parent: [ ClothingHeadHelmetHardsuitMaxim, ClothingHeadHardsuitWithLightBase ]
id: ClothingHeadHelmetHardsuitMaximPrototype
Expand All @@ -85,3 +86,26 @@
- type: PointLight # Luxury Hardsuit Light
radius: 7
energy: 3

# Funny meme jokes ha-ha so funny: off-brand blood-red hardsuit helmet
- type: entity
parent: ClothingHeadHelmetHardsuitSyndie
id: ClothingHeadHelmetHardsuitSundie
name: sundicate crimson-red hardsuit helmet
description: A heavily armored helmet designed for work in special operations. Manufactored in Twinwine Colony by Goreblox Looters LLC.
components:
- type: Sprite
sprite: Clothing/Head/Hardsuits/syndicate.rsi
color: orange
- type: Clothing
sprite: Clothing/Head/Hardsuits/syndicate.rsi
color: orange
- type: PointLight
color: darkgreen
- type: Armor
modifiers:
coefficients:
Blunt: 0.95
Slash: 0.95
Piercing: 1.05
Heat: 1.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- type: entity
parent: ClothingHeadEVAHelmetBase
id: clothingheadhelmetevahydro
name: botanist EVA helmet
components:
- type: BreathMask
- type: Sprite
sprite: _NF/Clothing/Head/Helmets/eva_hydro.rsi
- type: Clothing
sprite: _NF/Clothing/Head/Helmets/eva_hydro.rsi
- type: Tag
tags:
- HelmetEVA
- WhitelistChameleon
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,41 @@
sprintModifier: 0.8
- type: HeldSpeedModifier
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitMaximPrototype
clothingPrototype: ClothingHeadHelmetHardsuitMaximPrototype

# Funny meme jokes ha-ha: off-brand blood-red hardsuit
- type: entity
parent: ClothingOuterHardsuitSyndie
id: ClothingOuterHardsuitSundie
name: sundicate crimson-red hardsuit
description: A heavily armored hardsuit designed for work in special operations. Manufactored in Twinwine Colony by Goreblox Looters LLC.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/syndicate.rsi
color: orange
- type: Item
size: Huge
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/syndicate.rsi
color: orange
- type: PressureProtection
highPressureMultiplier: 0.05
lowPressureMultiplier: 1000
- type: ExplosionResistance
damageCoefficient: 0.5
- type: Armor
modifiers:
coefficients:
Blunt: 0.90
Slash: 0.90
Piercing: 1.1
Heat: 1.5
Radiation: 1.5
Caustic: 1.5
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.9
- type: HeldSpeedModifier
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSundie
- type: Contraband #frontier
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
- type: entity
parent: ClothingOuterEVASuitBase
id: clothingouterevasuithydro
name: botanist EVA suit
description: An emergency EVA suit with a built-in helmet commonly issued to hydroponics workers.
components:
- type: Tag
tags:
- SuitEVA
- WhitelistChameleon
- type: Sprite
sprite: _NF/Clothing/OuterClothing/Suits/eva_hydro.rsi
- type: Clothing
sprite: _NF/Clothing/OuterClothing/Suits/eva_hydro.rsi
- type: ToggleableClothing
clothingPrototype: clothingheadhelmetevahydro
slot: head
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot {}
- type: StaticPrice
price: 65
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
description: A machine printed circuit board for a salvage techfab
components:
- type: Sprite
state: engineering
state: supply
- type: MachineBoard
prototype: salvagetechfabnf
requirements:
Expand Down
22 changes: 22 additions & 0 deletions Resources/Prototypes/_NF/Recipes/Lathes/eva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@
Cloth: 100
Durathread: 300

- type: latheRecipe
id: clothingouterevasuithydro
result: clothingouterevasuithydro
category: EVASuits
completetime: 4
materials:
Steel: 150
Cloth: 100
Durathread: 300

- type: latheRecipe
id: ClothingHeadHelmetEVA
result: ClothingHeadHelmetEVA
Expand Down Expand Up @@ -394,3 +404,15 @@
Durathread: 2000
Silver: 1000
Gold: 2000

- type: latheRecipe # EMAG, meme
id: ClothingOuterHardsuitSundie
result: ClothingOuterHardsuitSundie
category: EVASuits
completetime: 8
materials:
Glass: 500
Plasteel: 2000
Durathread: 2000
Silver: 1000
Gold: 2000
1 change: 1 addition & 0 deletions Resources/Prototypes/_NF/Research/arsenal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
recipeUnlocks:
- ClothingOuterHardsuitSecuritypatrol
- ClothingOuterHardsuitMercenary
- ClothingOuterHardsuitSundie
technologyPrerequisites:
- AdvancedRiotControl
- HardsuitsAdvanced
Expand Down
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,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprite edited by Flareguy for SS14, original unedited sprite can be found in https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "equipped-HELMET-vulpkanin",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Original sprites by Flareguy & cboyjet, heavily edited from space suit sprites found in https://github.com/tgstation/tgstation/commit/fb2d71495bfe81446159ef528534193d09dd8d34, resprited botany variant by erhardsteinhauer for Frontier",
"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 0c3cf49

Please sign in to comment.