adds plasma and uranium arrows (#31241)
This commit is contained in:
@@ -21,3 +21,51 @@
|
||||
|
||||
- node: ImprovisedArrow
|
||||
entity: ArrowImprovised
|
||||
|
||||
- type: constructionGraph
|
||||
id: ImprovisedArrowPlasma
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: ImprovisedArrowPlasma
|
||||
steps:
|
||||
- material: MetalRod
|
||||
amount: 1
|
||||
doAfter: 0.5
|
||||
- material: Cloth
|
||||
amount: 1
|
||||
doAfter: 0.5
|
||||
- tag: PlasmaGlassShard
|
||||
name: plasma glass shard
|
||||
icon:
|
||||
sprite: Objects/Materials/Shards/shard.rsi
|
||||
state: shard1
|
||||
doAfter: 0.5
|
||||
|
||||
- node: ImprovisedArrowPlasma
|
||||
entity: ArrowImprovisedPlasma
|
||||
|
||||
- type: constructionGraph
|
||||
id: ImprovisedArrowUranium
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: ImprovisedArrowUranium
|
||||
steps:
|
||||
- material: MetalRod
|
||||
amount: 1
|
||||
doAfter: 0.5
|
||||
- material: Cloth
|
||||
amount: 1
|
||||
doAfter: 0.5
|
||||
- tag: UraniumGlassShard
|
||||
name: uranium glass shard
|
||||
icon:
|
||||
sprite: Objects/Materials/Shards/shard.rsi
|
||||
state: shard1
|
||||
doAfter: 0.5
|
||||
|
||||
- node: ImprovisedArrowUranium
|
||||
entity: ArrowImprovisedUranium
|
||||
|
||||
@@ -152,6 +152,28 @@
|
||||
icon: { sprite: Objects/Weapons/Guns/Bow/bow.rsi, state: wielded-arrow }
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: plasma glass shard arrow
|
||||
id: ImprovisedArrowPlasma
|
||||
graph: ImprovisedArrowPlasma
|
||||
startNode: start
|
||||
targetNode: ImprovisedArrowPlasma
|
||||
category: construction-category-weapons
|
||||
description: An arrow tipped with pieces of a plasma glass shard, for use with a bow.
|
||||
icon: { sprite: Objects/Weapons/Guns/Bow/bow.rsi, state: wielded-arrow }
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: uranium glass shard arrow
|
||||
id: ImprovisedArrowUranium
|
||||
graph: ImprovisedArrowUranium
|
||||
startNode: start
|
||||
targetNode: ImprovisedArrowUranium
|
||||
category: construction-category-weapons
|
||||
description: An arrow tipped with pieces of a uranium glass shard, for use with a bow.
|
||||
icon: { sprite: Objects/Weapons/Guns/Bow/bow.rsi, state: wielded-arrow }
|
||||
objectType: Item
|
||||
|
||||
- type: construction
|
||||
name: improvised bow
|
||||
id: ImprovisedBow
|
||||
|
||||
Reference in New Issue
Block a user