Make improvised/forged weapons and armour uncraftable (#6250)

* remove recipes

thanks radezolid

* forge too
This commit is contained in:
pootslap 2026-07-13 14:46:24 +01:00 committed by GitHub
parent e7c0c98258
commit fd0a91733f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 358 additions and 344 deletions

View File

@ -15,9 +15,10 @@
sprite: _Starlight/Clothing/Head/Helmets/makeshift.rsi
- type: Clothing
sprite: _Starlight/Clothing/Head/Helmets/makeshift.rsi
- type: Construction
graph: ClothingHeadHelmetMakeshiftGraph
node: helmet
# DeltaV - Make unobtainable
#- type: Construction
# graph: ClothingHeadHelmetMakeshiftGraph
# node: helmet
- type: entity
parent: ClothingHeadHelmetBase
@ -71,4 +72,4 @@
- type: Sprite
sprite: _Starlight/Clothing/Head/Helmets/paladin.rsi
- type: Clothing
sprite: _Starlight/Clothing/Head/Helmets/paladin.rsi
sprite: _Starlight/Clothing/Head/Helmets/paladin.rsi

View File

@ -20,9 +20,10 @@
sprintModifier: 0.90
- type: ExplosionResistance
damageCoefficient: 0.95
- type: Construction
graph: ClothingOuterArmorMakeshiftGraph
node: vest
# DeltaV - Make unobtainable
#- type: Construction
# graph: ClothingOuterArmorMakeshiftGraph
# node: vest
- type: entity
parent: ClothingOuterArmorForged

View File

@ -16,6 +16,7 @@
- type: Sprite
sprite: _Starlight/Objects/Devices/assorted_forge_parts.rsi
state: icon
- type: Construction
graph: AssortedForgeParts
node: finish
# DeltaV - Make unobtainable
#- type: Construction
# graph: AssortedForgeParts
# node: finish

View File

@ -159,9 +159,10 @@
- type: Tag
tags:
- HiltWood
- type: Construction
graph: HiltWoodGraph
node: hilt
# DeltaV - Make unobtainable
#- type: Construction
# graph: HiltWoodGraph
# node: hilt
- type: entity
parent: BaseItem
@ -177,9 +178,10 @@
- type: Tag
tags:
- HiltPlasteel
- type: Construction
graph: HiltPlasteelGraph
node: hilt
# DeltaV - Make unobtainable
#- type: Construction
# graph: HiltPlasteelGraph
# node: hilt
- type: entity
parent: BaseItem
@ -195,9 +197,10 @@
- type: Tag
tags:
- BladeSteel
- type: Construction
graph: BladeSteelGraph
node: blade
# DeltaV - Make unobtainable
#- type: Construction
# graph: BladeSteelGraph
# node: blade
- type: entity
parent: BaseItem
@ -213,9 +216,10 @@
- type: Tag
tags:
- BladePlasteel
- type: Construction
graph: BladePlasteelGraph
node: blade
# DeltaV - Make unobtainable
#- type: Construction
# graph: BladePlasteelGraph
# node: blade
- type: entity
parent: BaseItem
@ -276,9 +280,10 @@
- type: Tag
tags:
- Metal
- type: Construction
graph: ImprovisedShieldGraph
node: shield
# DeltaV - Make unobtainable
#- type: Construction
# graph: ImprovisedShieldGraph
# node: shield
- type: entity
parent: BaseItem
@ -381,9 +386,10 @@
- type: Tag
tags:
- Metal
- type: Construction
graph: ClothingOuterArmorImprovisedGraph
node: vest
# DeltaV - Make unobtainable
#- type: Construction
# graph: ClothingOuterArmorImprovisedGraph
# node: vest
- type: entity
parent: BaseItem
@ -444,9 +450,10 @@
- type: Tag
tags:
- Metal
- type: Construction
graph: ClothingHeadHelmetImprovisedGraph
node: helmet
# DeltaV - Make unobtainable
#- type: Construction
# graph: ClothingHeadHelmetImprovisedGraph
# node: helmet
- type: entity
parent: BaseItem

View File

@ -98,7 +98,7 @@
attackRate: 0.50 # Large and heavy but god help you if someone hits you with this thing.
damage:
types:
Blunt: 20
Blunt: 20
- type: ClothingSpeedModifier
walkModifier: 0.7
sprintModifier: 0.5
@ -163,7 +163,7 @@
- type: MeleeWeapon
damage:
types:
Blunt: 12
Blunt: 12
- type: Damageable
damageContainer: Shield
- type: Destructible
@ -299,6 +299,7 @@
SheetSteel:
min: 2
max: 3
- type: Construction
graph: MakeshiftShield
node: makeshiftShield
# DeltaV - Make unobtainable
#- type: Construction
# graph: MakeshiftShield
# node: makeshiftShield

View File

@ -1,7 +1,7 @@
- type: entity
id: CartridgeLightRifleImprovised
name: improvised cartridge (.30 rifle)
description: A handmade rifle bullet, uses phosphorus as a propellent instead of gunpowder.
description: A handmade rifle bullet, uses phosphorus as a propellent instead of gunpowder.
parent: BaseCartridgeLightRifle
components:
- type: CartridgeAmmo
@ -18,6 +18,7 @@
tags:
- Cartridge
- CartridgeLightRifleImprovised
- type: Construction
graph: ImprovisedLightRifleBulletGraph
node: shell
# DeltaV - Make unobtainable
#- type: Construction
# graph: ImprovisedLightRifleBulletGraph
# node: shell

View File

@ -18,6 +18,7 @@
tags:
- Cartridge
- CartridgeMagnumImprovised
- type: Construction
graph: ImprovisedMagnumBulletGraph
node: shell
# DeltaV - Make unobtainable
#- type: Construction
# graph: ImprovisedMagnumBulletGraph
# node: shell

View File

@ -1,7 +1,7 @@
- type: entity
id: CartridgePistolImprovised
name: improvised cartridge (.35 auto)
description: A handmade pistol bullet, uses phosphorus as a propellent instead of gunpowder which makes it much less effective.
description: A handmade pistol bullet, uses phosphorus as a propellent instead of gunpowder which makes it much less effective.
parent: BaseCartridgePistol
components:
- type: CartridgeAmmo
@ -18,6 +18,7 @@
tags:
- Cartridge
- CartridgePistolImprovised
- type: Construction
graph: ImprovisedPistolBulletGraph
node: shell
# DeltaV - Make unobtainable
#- type: Construction
# graph: ImprovisedPistolBulletGraph
# node: shell

View File

@ -22,9 +22,10 @@
- type: Tag
tags:
- MagazinePistolImprovised
- type: Construction
graph: ImprovisedPistolMagazineGraph
node: shell
# DeltaV - Make unobtainable
#- type: Construction
# graph: ImprovisedPistolMagazineGraph
# node: shell
- type: entity
id: MagazinePistolSubMachineGunImprovised
@ -51,6 +52,7 @@
- type: Tag
tags:
- MagazineSMGImprovised
- type: Construction
graph: ImprovisedMagazinePistolSubMachineGunGraph
node: shell
# DeltaV - Make unobtainable
#- type: Construction
# graph: ImprovisedMagazinePistolSubMachineGunGraph
# node: shell

View File

@ -84,9 +84,10 @@
shape:
- 0,0,1,0
- 0,1,1,1
- type: Construction
graph: ImprovisedPistolGraph
node: shotgun
# DeltaV - Make unobtainable
#- type: Construction
# graph: ImprovisedPistolGraph
# node: shotgun
- type: WeaponDismantleOnShoot
dismantleChance: 0.10
selfDamage:

View File

@ -87,9 +87,10 @@
- id: RifleStock
launchAngle: 180
prob: 0.80
- type: Construction
graph: ImprovisedSniperGraph
node: shotgun
# DeltaV - Make unobtainable
#- type: Construction
# graph: ImprovisedSniperGraph
# node: shotgun
- type: entity

View File

@ -19,9 +19,10 @@
sprite: _Starlight/Objects/Weapons/Melee/makeshift_sword.rsi
slots:
- suitStorage
- type: Construction
graph: SwordMakeshiftGraph
node: sword
# DeltaV - Make unobtainable
#- type: Construction
# graph: SwordMakeshiftGraph
# node: sword
- type: entity
name: improvised sword
@ -44,9 +45,10 @@
sprite: _Starlight/Objects/Weapons/Melee/improvised_sword.rsi
slots:
- suitStorage
- type: Construction
graph: SwordImprovisedGraph
node: sword
# DeltaV - Make unobtainable
#- type: Construction
# graph: SwordImprovisedGraph
# node: sword
- type: entity
name: forged sword
@ -137,9 +139,10 @@
sprite: _Starlight/Objects/Weapons/Melee/dawnbreaker.rsi
slots:
- suitStorage
- type: Construction
graph: SwordFlamingGraph
node: sword
# DeltaV - Make unobtainable
#- type: Construction
# graph: SwordFlamingGraph
# node: sword
- type: entity
name: tidebreaker

View File

@ -1,9 +1,9 @@
- type: construction
name: crafting-menu-name-ASSFP
id: AssortedForgeParts
graph: AssortedForgeParts
startNode: start
targetNode: finish
category: construction-category-structures
objectType: Item
description: crafting-menu-text-ASSFP
#- type: construction
# name: crafting-menu-name-ASSFP
# id: AssortedForgeParts
# graph: AssortedForgeParts
# startNode: start
# targetNode: finish
# category: construction-category-structures
# objectType: Item
# description: crafting-menu-text-ASSFP

View File

@ -1,4 +1,5 @@
#- type: construction # DeltaV - made it uncraftable
# DeltaV - Make forged weaponry unobtainable
#- type: construction
# name: crafting-menu-name-FDB
# id: WeaponShotgunForged
# graph: ForgedShotgunGraph
@ -8,17 +9,17 @@
# objectType: Item
# description: crafting-menu-text-FDB
- type: construction
name: crafting-menu-name-IP
id: WeaponPistolImprovised
graph: ImprovisedPistolGraph
startNode: start
targetNode: shotgun
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-IP
#- type: construction
# name: crafting-menu-name-IP
# id: WeaponPistolImprovised
# graph: ImprovisedPistolGraph
# startNode: start
# targetNode: shotgun
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-IP
#- type: construction # DeltaV - made it uncraftable
#- type: construction
# name: crafting-menu-name-FP
# id: WeaponPistolForged
# graph: ForgedPistolGraph
@ -28,37 +29,37 @@
# objectType: Item
# description: crafting-menu-text-FP
- type: construction
name: crafting-menu-name-IPB
id: CartridgePistolImprovised
graph: ImprovisedPistolBulletGraph
startNode: start
targetNode: shell
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-IPB
#- type: construction
# name: crafting-menu-name-IPB
# id: CartridgePistolImprovised
# graph: ImprovisedPistolBulletGraph
# startNode: start
# targetNode: shell
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-IPB
- type: construction
name: crafting-menu-name-IPM
id: MagazinePistolImprovised
graph: ImprovisedPistolMagazineGraph
startNode: start
targetNode: shell
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-IPM
#- type: construction
# name: crafting-menu-name-IPM
# id: MagazinePistolImprovised
# graph: ImprovisedPistolMagazineGraph
# startNode: start
# targetNode: shell
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-IPM
- type: construction
name: crafting-menu-name-IR
id: WeaponRevolverImprovised
graph: ImprovisedRevolverGraph
startNode: start
targetNode: shotgun
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-IR
#- type: construction
# name: crafting-menu-name-IR
# id: WeaponRevolverImprovised
# graph: ImprovisedRevolverGraph
# startNode: start
# targetNode: shotgun
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-IR
#- type: construction # DeltaV - made it uncraftable
#- type: construction
# name: crafting-menu-name-FR
# id: WeaponRevolverForged
# graph: ForgedRevolverGraph
@ -68,37 +69,36 @@
# objectType: Item
# description: crafting-menu-text-FR
- type: construction
name: crafting-menu-name-IMB
id: CartridgeMagnumImprovised
graph: ImprovisedMagnumBulletGraph
startNode: start
targetNode: shell
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-IMB
#- type: construction
# name: crafting-menu-name-IMB
# id: CartridgeMagnumImprovised
# graph: ImprovisedMagnumBulletGraph
# startNode: start
# targetNode: shell
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-IMB
- type: construction
name: crafting-menu-name-IMS
id: SpeedLoaderMagnumImprovised
graph: ImprovisedMagnumSpeedLoaderGraph
startNode: start
targetNode: shell
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-IMS
#- type: construction
# name: crafting-menu-name-IMS
# id: SpeedLoaderMagnumImprovised
# graph: ImprovisedMagnumSpeedLoaderGraph
# startNode: start
# targetNode: shell
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-IMS
- type: construction
name: crafting-menu-name-MB
id: ModularBarrel
graph: ModularBarrelGraph
startNode: start
targetNode: shotgun
category: construction-category-misc
objectType: Item
description: crafting-menu-text-MB
#- type: construction
# name: crafting-menu-name-MB
# id: ModularBarrel
# graph: ModularBarrelGraph
# startNode: start
# targetNode: shotgun
# category: construction-category-misc
# objectType: Item
# description: crafting-menu-text-MB
# Begin DeltaV removal - made it uncraftable
#- type: construction
# name: crafting-menu-name-IS
# id: WeaponSubMachineGunImprovised
@ -118,29 +118,28 @@
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-FS
# End DeltaV removal
- type: construction
name: crafting-menu-name-ISM
id: MagazinePistolSubMachineGunImprovised
graph: ImprovisedMagazinePistolSubMachineGunGraph
startNode: start
targetNode: shell
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-ISM
#- type: construction
# name: crafting-menu-name-ISM
# id: MagazinePistolSubMachineGunImprovised
# graph: ImprovisedMagazinePistolSubMachineGunGraph
# startNode: start
# targetNode: shell
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-ISM
- type: construction
name: crafting-menu-name-IRR
id: WeaponSniperImprovised
graph: ImprovisedSniperGraph
startNode: start
targetNode: shotgun
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-IRR
#- type: construction
# name: crafting-menu-name-IRR
# id: WeaponSniperImprovised
# graph: ImprovisedSniperGraph
# startNode: start
# targetNode: shotgun
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-IRR
#- type: construction # DeltaV - made it uncraftable
#- type: construction
# name: crafting-menu-name-FRR
# id: WeaponSniperForged
# graph: ForgedSniperGraph
@ -150,65 +149,65 @@
# objectType: Item
# description: crafting-menu-text-FRR
- type: construction
name: crafting-menu-name-IRB
id: CartridgeLightRifleImprovised
graph: ImprovisedLightRifleBulletGraph
startNode: start
targetNode: shell
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-IRB
#- type: construction
# name: crafting-menu-name-IRB
# id: CartridgeLightRifleImprovised
# graph: ImprovisedLightRifleBulletGraph
# startNode: start
# targetNode: shell
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-IRB
- type: construction
name: crafting-menu-name-IMGB
id: BaseMagazineBoxImprovised
graph: ImprovisedMagazineBoxGraph
startNode: start
targetNode: shell
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-IMGB
#- type: construction
# name: crafting-menu-name-IMGB
# id: BaseMagazineBoxImprovised
# graph: ImprovisedMagazineBoxGraph
# startNode: start
# targetNode: shell
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-IMGB
- type: construction
name: crafting-menu-name-IMGP
id: MagazineBoxImprovisedPistol
graph: ImprovisedMagazineBoxGraph
startNode: startpistol
targetNode: pistol
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-IMGP
#- type: construction
# name: crafting-menu-name-IMGP
# id: MagazineBoxImprovisedPistol
# graph: ImprovisedMagazineBoxGraph
# startNode: startpistol
# targetNode: pistol
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-IMGP
- type: construction
name: crafting-menu-name-IMGR
id: MagazineBoxImprovisedRifle
graph: ImprovisedMagazineBoxGraph
startNode: startrifle
targetNode: rifle
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-IMGR
#- type: construction
# name: crafting-menu-name-IMGR
# id: MagazineBoxImprovisedRifle
# graph: ImprovisedMagazineBoxGraph
# startNode: startrifle
# targetNode: rifle
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-IMGR
- type: construction
name: crafting-menu-name-IMGM
id: MagazineBoxImprovisedMagnum
graph: ImprovisedMagazineBoxGraph
startNode: startmagnum
targetNode: magnum
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-IMGM
#- type: construction
# name: crafting-menu-name-IMGM
# id: MagazineBoxImprovisedMagnum
# graph: ImprovisedMagazineBoxGraph
# startNode: startmagnum
# targetNode: magnum
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-IMGM
- type: construction
name: crafting-menu-name-IMGS
id: MagazineBoxImprovisedShotgun
graph: ImprovisedMagazineBoxGraph
startNode: startshotgun
targetNode: shotgun
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-IMGS
#- type: construction
# name: crafting-menu-name-IMGS
# id: MagazineBoxImprovisedShotgun
# graph: ImprovisedMagazineBoxGraph
# startNode: startshotgun
# targetNode: shotgun
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-IMGS
- type: construction
name: crafting-menu-name-MC
@ -290,67 +289,67 @@
# objectType: Item
# description: crafting-menu-text-FO
- type: construction
name: crafting-menu-name-WH
id: HiltWood
graph: HiltWoodGraph
startNode: start
targetNode: hilt
category: construction-category-tools
objectType: Item
description: crafting-menu-text-WH
#- type: construction
# name: crafting-menu-name-WH
# id: HiltWood
# graph: HiltWoodGraph
# startNode: start
# targetNode: hilt
# category: construction-category-tools
# objectType: Item
# description: crafting-menu-text-WH
- type: construction
name: crafting-menu-name-PH
id: HiltPlasteel
graph: HiltPlasteelGraph
startNode: start
targetNode: hilt
category: construction-category-tools
objectType: Item
description: crafting-menu-text-PH
#- type: construction
# name: crafting-menu-name-PH
# id: HiltPlasteel
# graph: HiltPlasteelGraph
# startNode: start
# targetNode: hilt
# category: construction-category-tools
# objectType: Item
# description: crafting-menu-text-PH
- type: construction
name: crafting-menu-name-SB
id: BladeSteel
graph: BladeSteelGraph
startNode: start
targetNode: blade
category: construction-category-tools
objectType: Item
description: crafting-menu-text-SB
#- type: construction
# name: crafting-menu-name-SB
# id: BladeSteel
# graph: BladeSteelGraph
# startNode: start
# targetNode: blade
# category: construction-category-tools
# objectType: Item
# description: crafting-menu-text-SB
- type: construction
name: crafting-menu-name-PB
id: BladePlasteel
graph: BladePlasteelGraph
startNode: start
targetNode: blade
category: construction-category-tools
objectType: Item
description: crafting-menu-text-PB
#- type: construction
# name: crafting-menu-name-PB
# id: BladePlasteel
# graph: BladePlasteelGraph
# startNode: start
# targetNode: blade
# category: construction-category-tools
# objectType: Item
# description: crafting-menu-text-PB
- type: construction
name: crafting-menu-name-MSW
id: SwordMakeshift
graph: SwordMakeshiftGraph
startNode: start
targetNode: sword
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-MSW
#- type: construction
# name: crafting-menu-name-MSW
# id: SwordMakeshift
# graph: SwordMakeshiftGraph
# startNode: start
# targetNode: sword
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-MSW
- type: construction
name: crafting-menu-name-ISW
id: SwordImprovised
graph: SwordImprovisedGraph
startNode: start
targetNode: sword
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-ISW
#- type: construction
# name: crafting-menu-name-ISW
# id: SwordImprovised
# graph: SwordImprovisedGraph
# startNode: start
# targetNode: sword
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-ISW
#- type: construction # DeltaV - made it uncraftable
#- type: construction
# name: crafting-menu-name-FSW
# id: SwordForged
# graph: SwordForgedGraph
@ -360,37 +359,36 @@
# objectType: Item
# description: crafting-menu-text-FSW
- type: construction
name: crafting-menu-name-DSW
id: SwordFlaming
graph: SwordFlamingGraph
startNode: start
targetNode: sword
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-DSW
#- type: construction
# name: crafting-menu-name-DSW
# id: SwordFlaming
# graph: SwordFlamingGraph
# startNode: start
# targetNode: sword
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-DSW
#- type: construction # DeltaV - made it uncraftable
#- type: construction
# name: crafting-menu-name-TSW
# id: ClaymoreForged
# graph: ClaymoreForgedGraph
# startNode: start
# startNode: start
# targetNode: sword
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-TSW
- type: construction
name: crafting-menu-name-ISH
id: ImprovisedShield
graph: ImprovisedShieldGraph
startNode: start
targetNode: shield
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-ISH
#- type: construction
# name: crafting-menu-name-ISH
# id: ImprovisedShield
# graph: ImprovisedShieldGraph
# startNode: start
# targetNode: shield
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-ISH
# Begin DeltaV removal - made it uncraftable
#- type: construction
# name: crafting-menu-name-FSH
# id: ForgedShieldBuckler
@ -430,29 +428,27 @@
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-PSHG
# End DeltaV removal
- type: construction
name: crafting-menu-name-MVT
id: ClothingOuterArmorMakeshift
graph: ClothingOuterArmorMakeshiftGraph
startNode: start
targetNode: vest
category: construction-category-clothing
objectType: Item
description: crafting-menu-text-MVT
#- type: construction
# name: crafting-menu-name-MVT
# id: ClothingOuterArmorMakeshift
# graph: ClothingOuterArmorMakeshiftGraph
# startNode: start
# targetNode: vest
# category: construction-category-clothing
# objectType: Item
# description: crafting-menu-text-MVT
- type: construction
name: crafting-menu-name-IVT
id: ClothingOuterArmorImprovised
graph: ClothingOuterArmorImprovisedGraph
startNode: start
targetNode: vest
category: construction-category-clothing
objectType: Item
description: crafting-menu-text-IVT
#- type: construction
# name: crafting-menu-name-IVT
# id: ClothingOuterArmorImprovised
# graph: ClothingOuterArmorImprovisedGraph
# startNode: start
# targetNode: vest
# category: construction-category-clothing
# objectType: Item
# description: crafting-menu-text-IVT
# Begin DeltaV removal - made it uncraftable
#- type: construction
# name: crafting-menu-name-FVT
# id: ClothingOuterArmorForged
@ -472,29 +468,27 @@
# category: construction-category-clothing
# objectType: Item
# description: crafting-menu-text-PVT
# End DeltaV removal
- type: construction
name: crafting-menu-name-MVTH
id: ClothingHeadHelmetMakeshift
graph: ClothingHeadHelmetMakeshiftGraph
startNode: start
targetNode: helmet
category: construction-category-clothing
objectType: Item
description: crafting-menu-text-MVTH
#- type: construction
# name: crafting-menu-name-MVTH
# id: ClothingHeadHelmetMakeshift
# graph: ClothingHeadHelmetMakeshiftGraph
# startNode: start
# targetNode: helmet
# category: construction-category-clothing
# objectType: Item
# description: crafting-menu-text-MVTH
- type: construction
name: crafting-menu-name-IVTH
id: ClothingHeadHelmetImprovised
graph: ClothingHeadHelmetImprovisedGraph
startNode: start
targetNode: helmet
category: construction-category-clothing
objectType: Item
description: crafting-menu-text-IVTH
#- type: construction
# name: crafting-menu-name-IVTH
# id: ClothingHeadHelmetImprovised
# graph: ClothingHeadHelmetImprovisedGraph
# startNode: start
# targetNode: helmet
# category: construction-category-clothing
# objectType: Item
# description: crafting-menu-text-IVTH
# Begin DeltaV removal - made it uncraftable
#- type: construction
# name: crafting-menu-name-FVTH
# id: ClothingHeadHelmetForged
@ -514,14 +508,13 @@
# category: construction-category-clothing
# objectType: Item
# description: crafting-menu-text-PVTH
# End DeltaV removal
- type: construction
name: crafting-menu-name-IRS
id: SpeedLoaderMagnumLeverImprovised
graph: SpeedLoaderMagnumLeverImprovisedGraph
startNode: start
targetNode: shell
category: construction-category-weapons
objectType: Item
description: crafting-menu-text-IRS
#- type: construction
# name: crafting-menu-name-IRS
# id: SpeedLoaderMagnumLeverImprovised
# graph: SpeedLoaderMagnumLeverImprovisedGraph
# startNode: start
# targetNode: shell
# category: construction-category-weapons
# objectType: Item
# description: crafting-menu-text-IRS