New science unlock: the H.A.R.M.P.A.C.K (#38824)

This commit is contained in:
slarticodefast
2025-07-07 23:43:33 +02:00
committed by GitHub
parent 366b623cd0
commit 46ec3b402a
13 changed files with 136 additions and 0 deletions

View File

@@ -98,3 +98,25 @@
- type: Construction
graph: ClothingBagPet
node: bagPet
- type: entity
parent: Clothing
id: ClothingBackpackHarmpack
name: H.A.R.M.P.A.C.K.
description: Now you can reload, punch, and eat a snack - simultaneously.
components:
- type: Sprite
sprite: Clothing/Back/Specific/harmpack.rsi
state: icon
- type: Item
size: Ginormous
- type: Clothing
slots: BACK
- type: ExtraHandsEquipment
hands:
# middle hands to prevent overlapping inhand sprites
# This can be changed once we have per-hand displacement maps
extra_hand_1:
location: Middle
extra_hand_2:
location: Middle

View File

@@ -30,6 +30,7 @@
- SignallerAdvanced
- DeviceQuantumSpinInverter
- DeviceDesynchronizer
- ClothingBackpackHarmpack
- type: latheRecipePack
id: ScienceClothing

View File

@@ -75,6 +75,7 @@
- PowerCageMedium
- PowerCageSmall
- TelescopicShield
- ClothingBackpackHarmpack
- type: latheRecipePack
id: SecurityBoards

View File

@@ -84,6 +84,18 @@
Plasma: 500
Glass: 500
- type: latheRecipe
id: ClothingBackpackHarmpack
result: ClothingBackpackHarmpack
categories:
- Clothing
completetime: 15
materials:
Steel: 2000
Plastic: 1000
Plasma: 500
Gold: 500
# Shields
- type: latheRecipe
parent: BaseShieldRecipe

View File

@@ -191,6 +191,18 @@
technologyPrerequisites:
- SalvageWeapons
- type: technology
id: DualWieldingTechnology
name: research-technology-dual-wielding-technology
icon:
sprite: Clothing/Back/Specific/harmpack.rsi
state: icon
discipline: Arsenal
tier: 2
cost: 10000
recipeUnlocks:
- ClothingBackpackHarmpack
# Tier 3
- type: technology