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

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
id: OreArtifactFragment
oreEntity: ArtifactFragment
oreEntity: ArtifactFragment1
minOreYield: 2
maxOreYield: 4