Artifact Fragments (#17420)
This commit is contained in:
32
Resources/Prototypes/Recipes/Crafting/Graphs/artifact.yml
Normal file
32
Resources/Prototypes/Recipes/Crafting/Graphs/artifact.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
- type: constructionGraph
|
||||
id: Artifact
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: done
|
||||
steps:
|
||||
- tag: ArtifactFragment
|
||||
name: artifact fragment
|
||||
icon:
|
||||
sprite: Objects/Specific/Xenoarchaeology/artifact_fragments.rsi
|
||||
state: ancientball1
|
||||
- tag: ArtifactFragment
|
||||
name: artifact fragment
|
||||
icon:
|
||||
sprite: Objects/Specific/Xenoarchaeology/artifact_fragments.rsi
|
||||
state: ancientball2
|
||||
- tag: ArtifactFragment
|
||||
name: artifact fragment
|
||||
icon:
|
||||
sprite: Objects/Specific/Xenoarchaeology/artifact_fragments.rsi
|
||||
state: ancientball3
|
||||
- tag: ArtifactFragment
|
||||
name: artifact fragment
|
||||
icon:
|
||||
sprite: Objects/Specific/Xenoarchaeology/artifact_fragments.rsi
|
||||
state: ancientball4
|
||||
doAfter: 5
|
||||
|
||||
- node: done
|
||||
entity: VariedXenoArtifactItem
|
||||
12
Resources/Prototypes/Recipes/Crafting/artifact.yml
Normal file
12
Resources/Prototypes/Recipes/Crafting/artifact.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- type: construction
|
||||
name: alien artifact
|
||||
id: Artifact
|
||||
graph: Artifact
|
||||
startNode: start
|
||||
targetNode: done
|
||||
category: construction-category-misc
|
||||
objectType: Item
|
||||
description: A strange alien artifact
|
||||
icon:
|
||||
sprite: Objects/Specific/Xenoarchaeology/item_artifacts.rsi
|
||||
state: ano01
|
||||
Reference in New Issue
Block a user