Artifact fragments can now stack. (#21232)
* it stacks now * Fixed typo * fixes random sprite * fix
This commit is contained in:
@@ -177,6 +177,8 @@
|
|||||||
- enum.ArtifactsVisualLayers.Base:
|
- enum.ArtifactsVisualLayers.Base:
|
||||||
wizardball6: ""
|
wizardball6: ""
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
|
- type: Item
|
||||||
|
size: 150
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- ArtifactFragment
|
- ArtifactFragment
|
||||||
@@ -186,7 +188,19 @@
|
|||||||
- ReagentId: Artifexium
|
- ReagentId: Artifexium
|
||||||
Quantity: 10
|
Quantity: 10
|
||||||
- type: StaticPrice
|
- type: StaticPrice
|
||||||
price: 250
|
price: 0
|
||||||
|
- type: Stack
|
||||||
|
stackType: ArtifactFragment
|
||||||
- type: GuideHelp
|
- type: GuideHelp
|
||||||
guides:
|
guides:
|
||||||
- Xenoarchaeology
|
- Xenoarchaeology
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ArtifactFragment
|
||||||
|
id: ArtifactFragment1
|
||||||
|
suffix: Single
|
||||||
|
components:
|
||||||
|
- type: Stack
|
||||||
|
count: 1
|
||||||
|
- type: Item
|
||||||
|
size: 5
|
||||||
|
|||||||
6
Resources/Prototypes/Stacks/science_stacks.yml
Normal file
6
Resources/Prototypes/Stacks/science_stacks.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
- type: stack
|
||||||
|
id: ArtifactFragment
|
||||||
|
name: artifact fragment
|
||||||
|
spawn: ArtifactFragment1
|
||||||
|
maxCount: 30
|
||||||
|
itemSize: 5
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
- type: ore
|
- type: ore
|
||||||
id: OreArtifactFragment
|
id: OreArtifactFragment
|
||||||
oreEntity: ArtifactFragment
|
oreEntity: ArtifactFragment1
|
||||||
minOreYield: 2
|
minOreYield: 2
|
||||||
maxOreYield: 4
|
maxOreYield: 4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user