Bottomless goblet (#1534)

* added bottom goblet

* artifact suffix and donotmap category
This commit is contained in:
cool dolphin
2025-07-18 10:59:37 +02:00
committed by GitHub
parent 7b84988747
commit 5641792f04
6 changed files with 66 additions and 2 deletions

View File

@@ -61,3 +61,34 @@
- type: PhysicalComposition
materialComposition:
CP14Gold: 10
- type: entity
parent: CP14DrinkBaseGoblet
id: CP14SteelGobletBottomless
name: bottomless goblet
description: A jeweled goblet enchanted to have no bottom, fit for a never ending king's banquet.
categories: [ DoNotMap ]
suffix: Artifact
components:
- type: SolutionContainerVisuals
maxFillLevels: 2
fillBaseName: bottomless-fill-
- type: Sprite
sprite: _CP14/Objects/Consumable/Drinks/goblet.rsi
layers:
- state: bottomless_goblet
- map: [ "enum.SolutionContainerLayers.Fill" ]
state: bottomless-fill-2
visible: false
- type: SolutionContainerManager
solutions:
mug:
maxVol: 1000
- type: Injector
solutionName: mug
injectOnly: false
ignoreMobs: true
minTransferAmount: 1
maxTransferAmount: 100
transferAmount: 1
toggleState: 1 # draw

View File

@@ -54,3 +54,9 @@
entity: CP14LockpickSkeletonArtifact
tags:
- CP14UniqueSpawnDemiplanetLoot
- type: uniqueSpawn
id: CP14SteelGobletBottomless
entity: CP14SteelGobletBottomless
tags:
- CP14UniqueSpawnDemiplanetLoot

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Created by prazat911",
"copyright": "Created by prazat911, Bottomless goblet by Afrokada",
"size": {
"x": 32,
"y": 32
@@ -30,6 +30,33 @@
},
{
"name": "fill-5"
}
},
{
"name": "bottomless_goblet"
},
{
"name": "bottomless-fill-1",
"delays": [
[
0.3,
0.3,
0.3,
0.3,
0.3
]
]
},
{
"name": "bottomless-fill-2",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}