Artifact fragments can now stack. (#21232)

* it stacks now

* Fixed typo

* fixes random sprite

* fix
This commit is contained in:
cOrigin
2023-11-05 21:21:07 -05:00
committed by GitHub
parent c540b61390
commit 1c497db665
3 changed files with 22 additions and 2 deletions

View File

@@ -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

View File

@@ -0,0 +1,6 @@
- type: stack
id: ArtifactFragment
name: artifact fragment
spawn: ArtifactFragment1
maxCount: 30
itemSize: 5

View File

@@ -50,7 +50,7 @@
- type: ore - type: ore
id: OreArtifactFragment id: OreArtifactFragment
oreEntity: ArtifactFragment oreEntity: ArtifactFragment1
minOreYield: 2 minOreYield: 2
maxOreYield: 4 maxOreYield: 4