Re-added shivs to crafting menus (#25094)
Added a recipe for crafting menu
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
- ReagentId: Silicon
|
- ReagentId: Silicon
|
||||||
Quantity: 5 #Half of the value of regular glass. TECHNICALLY, welding a single shard of glass gives you the full thing back with just 1 sheet, but that is stupid so I am making it half.
|
Quantity: 5 #Half of the value of regular glass. TECHNICALLY, welding a single shard of glass gives you the full thing back with just 1 sheet, but that is stupid so I am making it half.
|
||||||
- type: Construction
|
- type: Construction
|
||||||
graph: Shiv
|
graph: ShivConstruct
|
||||||
node: start
|
node: start
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
- ReagentId: Silicon
|
- ReagentId: Silicon
|
||||||
Quantity: 5 #I don't care enough to divide all of the reinforced glass materials by 2 because reinforced glass shards are due for removal anyways.
|
Quantity: 5 #I don't care enough to divide all of the reinforced glass materials by 2 because reinforced glass shards are due for removal anyways.
|
||||||
- type: Construction
|
- type: Construction
|
||||||
graph: ReinforcedShiv
|
graph: ReinforcedShivConstruct
|
||||||
node: start
|
node: start
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
- ReagentId: Plasma
|
- ReagentId: Plasma
|
||||||
Quantity: 5
|
Quantity: 5
|
||||||
- type: Construction
|
- type: Construction
|
||||||
graph: PlasmaShiv
|
graph: PlasmaShivConstruct
|
||||||
node: start
|
node: start
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -207,5 +207,5 @@
|
|||||||
- ReagentId: Uranium
|
- ReagentId: Uranium
|
||||||
Quantity: 5
|
Quantity: 5
|
||||||
- type: Construction
|
- type: Construction
|
||||||
graph: UraniumShiv
|
graph: UraniumShivConstruct
|
||||||
node: start
|
node: start
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
- type: constructionGraph
|
- type: constructionGraph
|
||||||
id: Shiv
|
id: ShivConstruct
|
||||||
start: start
|
start: start
|
||||||
graph:
|
graph:
|
||||||
- node: start
|
- node: start
|
||||||
@@ -14,7 +14,27 @@
|
|||||||
entity: Shiv
|
entity: Shiv
|
||||||
|
|
||||||
- type: constructionGraph
|
- type: constructionGraph
|
||||||
id: ReinforcedShiv
|
id: Shiv
|
||||||
|
start: start
|
||||||
|
graph:
|
||||||
|
- node: start
|
||||||
|
edges:
|
||||||
|
- to: icon
|
||||||
|
steps:
|
||||||
|
- tag: GlassShard
|
||||||
|
name: Glass Shard
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Materials/Shards/shard.rsi
|
||||||
|
state: shard1
|
||||||
|
doAfter: 1
|
||||||
|
- material: Cloth
|
||||||
|
amount: 1
|
||||||
|
doAfter: 1
|
||||||
|
- node: icon
|
||||||
|
entity: Shiv
|
||||||
|
|
||||||
|
- type: constructionGraph
|
||||||
|
id: ReinforcedShivConstruct
|
||||||
start: start
|
start: start
|
||||||
graph:
|
graph:
|
||||||
- node: start
|
- node: start
|
||||||
@@ -29,7 +49,27 @@
|
|||||||
entity: ReinforcedShiv
|
entity: ReinforcedShiv
|
||||||
|
|
||||||
- type: constructionGraph
|
- type: constructionGraph
|
||||||
id: PlasmaShiv
|
id: ReinforcedShiv
|
||||||
|
start: start
|
||||||
|
graph:
|
||||||
|
- node: start
|
||||||
|
edges:
|
||||||
|
- to: icon
|
||||||
|
steps:
|
||||||
|
- tag: ReinforcedGlassShard
|
||||||
|
name: Reinforced Glass Shard
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Materials/Shards/shard.rsi
|
||||||
|
state: shard1
|
||||||
|
doAfter: 1
|
||||||
|
- material: Cloth
|
||||||
|
amount: 1
|
||||||
|
doAfter: 1
|
||||||
|
- node: icon
|
||||||
|
entity: ReinforcedShiv
|
||||||
|
|
||||||
|
- type: constructionGraph
|
||||||
|
id: PlasmaShivConstruct
|
||||||
start: start
|
start: start
|
||||||
graph:
|
graph:
|
||||||
- node: start
|
- node: start
|
||||||
@@ -44,7 +84,27 @@
|
|||||||
entity: PlasmaShiv
|
entity: PlasmaShiv
|
||||||
|
|
||||||
- type: constructionGraph
|
- type: constructionGraph
|
||||||
id: UraniumShiv
|
id: PlasmaShiv
|
||||||
|
start: start
|
||||||
|
graph:
|
||||||
|
- node: start
|
||||||
|
edges:
|
||||||
|
- to: icon
|
||||||
|
steps:
|
||||||
|
- tag: PlasmaGlassShard
|
||||||
|
name: Plasma Glass Shard
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Materials/Shards/shard.rsi
|
||||||
|
state: shard1
|
||||||
|
doAfter: 1
|
||||||
|
- material: Cloth
|
||||||
|
amount: 1
|
||||||
|
doAfter: 1
|
||||||
|
- node: icon
|
||||||
|
entity: PlasmaShiv
|
||||||
|
|
||||||
|
- type: constructionGraph
|
||||||
|
id: UraniumShivConstruct
|
||||||
start: start
|
start: start
|
||||||
graph:
|
graph:
|
||||||
- node: start
|
- node: start
|
||||||
@@ -57,3 +117,23 @@
|
|||||||
doAfter: 1
|
doAfter: 1
|
||||||
- node: icon
|
- node: icon
|
||||||
entity: UraniumShiv
|
entity: UraniumShiv
|
||||||
|
|
||||||
|
- type: constructionGraph
|
||||||
|
id: UraniumShiv
|
||||||
|
start: start
|
||||||
|
graph:
|
||||||
|
- node: start
|
||||||
|
edges:
|
||||||
|
- to: icon
|
||||||
|
steps:
|
||||||
|
- tag: UraniumGlassShard
|
||||||
|
name: Uranium Glass Shard
|
||||||
|
icon:
|
||||||
|
sprite: Objects/Materials/Shards/shard.rsi
|
||||||
|
state: shard1
|
||||||
|
doAfter: 1
|
||||||
|
- material: Cloth
|
||||||
|
amount: 1
|
||||||
|
doAfter: 1
|
||||||
|
- node: icon
|
||||||
|
entity: UraniumShiv
|
||||||
|
|||||||
@@ -1,3 +1,47 @@
|
|||||||
|
- type: construction
|
||||||
|
name: glass shiv
|
||||||
|
id: Shiv
|
||||||
|
graph: Shiv
|
||||||
|
startNode: start
|
||||||
|
targetNode: icon
|
||||||
|
category: construction-category-weapons
|
||||||
|
description: A glass shard with a piece of cloth wrapped around it.
|
||||||
|
icon: { sprite: Objects/Weapons/Melee/shiv.rsi, state: icon }
|
||||||
|
objectType: Item
|
||||||
|
|
||||||
|
- type: construction
|
||||||
|
name: reinforced shiv
|
||||||
|
id: ReinforcedShiv
|
||||||
|
graph: ReinforcedShiv
|
||||||
|
startNode: start
|
||||||
|
targetNode: icon
|
||||||
|
category: construction-category-weapons
|
||||||
|
description: A reinforced glass shard with a piece of cloth wrapped around it.
|
||||||
|
icon: { sprite: Objects/Weapons/Melee/reinforced_shiv.rsi, state: icon }
|
||||||
|
objectType: Item
|
||||||
|
|
||||||
|
- type: construction
|
||||||
|
name: plasma shiv
|
||||||
|
id: PlasmaShiv
|
||||||
|
graph: PlasmaShiv
|
||||||
|
startNode: start
|
||||||
|
targetNode: icon
|
||||||
|
category: construction-category-weapons
|
||||||
|
description: A plasma shard with a piece of cloth wrapped around it.
|
||||||
|
icon: { sprite: Objects/Weapons/Melee/plasma_shiv.rsi, state: icon }
|
||||||
|
objectType: Item
|
||||||
|
|
||||||
|
- type: construction
|
||||||
|
name: uranium shiv
|
||||||
|
id: UraniumShiv
|
||||||
|
graph: UraniumShiv
|
||||||
|
startNode: start
|
||||||
|
targetNode: icon
|
||||||
|
category: construction-category-weapons
|
||||||
|
description: A uranium shard with a piece of cloth wrapped around it.
|
||||||
|
icon: { sprite: Objects/Weapons/Melee/uranium_shiv.rsi, state: icon }
|
||||||
|
objectType: Item
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: crude spear
|
name: crude spear
|
||||||
id: Spear
|
id: Spear
|
||||||
|
|||||||
Reference in New Issue
Block a user