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:
|
||||
wizardball6: ""
|
||||
- type: Appearance
|
||||
- type: Item
|
||||
size: 150
|
||||
- type: Tag
|
||||
tags:
|
||||
- ArtifactFragment
|
||||
@@ -186,7 +188,19 @@
|
||||
- ReagentId: Artifexium
|
||||
Quantity: 10
|
||||
- type: StaticPrice
|
||||
price: 250
|
||||
price: 0
|
||||
- type: Stack
|
||||
stackType: ArtifactFragment
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- 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
|
||||
id: OreArtifactFragment
|
||||
oreEntity: ArtifactFragment
|
||||
oreEntity: ArtifactFragment1
|
||||
minOreYield: 2
|
||||
maxOreYield: 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user