Bottomless goblet (#1534)
* added bottom goblet * artifact suffix and donotmap category
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
@@ -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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user