Adds pills type selection and pills canister (#5539)
* Added pill type selection Ui textures missing for now * bugfixes * Pill type selection * ui changes * Added pills canister * Change requests
This commit is contained in:
@@ -19,6 +19,7 @@ chem-master-window-transfer-button = Transfer
|
||||
chem-master-window-discard-button = Discard
|
||||
chem-master-window-packaging-text = Packaging
|
||||
chem-master-window-pills-label = Pills:
|
||||
chem-master-window-pill-type-label = Pill type:
|
||||
chem-master-window-max-pills-volume-text = max 50u/each
|
||||
chem-master-window-max-bottles-volume-text = max 30u/each
|
||||
chem-master-window-create-pill-button = Create
|
||||
|
||||
@@ -231,6 +231,7 @@
|
||||
sprite: Objects/Specific/Chemistry/pills.rsi
|
||||
state: pill
|
||||
- type: Item
|
||||
size: 1
|
||||
sprite: Objects/Specific/Chemistry/pills.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
@@ -243,3 +244,23 @@
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 50
|
||||
|
||||
- type: entity
|
||||
name: pill canister
|
||||
id: PillCanister
|
||||
parent: BaseItem
|
||||
description: Holds up to 12 pills.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Chemistry/pills_canister.rsi
|
||||
state: pill_canister
|
||||
- type: Item
|
||||
sprite: Objects/Specific/Chemistry/pills_canister.rsi
|
||||
- type: Storage
|
||||
capacity: 12
|
||||
quickInsert: true
|
||||
areaInsert: true
|
||||
areaInsertRadius: 1
|
||||
whitelist:
|
||||
tags:
|
||||
- Pill
|
||||
|
||||
@@ -13,6 +13,39 @@
|
||||
{
|
||||
"name": "pill1"
|
||||
},
|
||||
{
|
||||
"name": "pill2"
|
||||
},
|
||||
{
|
||||
"name": "pill3"
|
||||
},
|
||||
{
|
||||
"name": "pill4"
|
||||
},
|
||||
{
|
||||
"name": "pill5"
|
||||
},
|
||||
{
|
||||
"name": "pill6"
|
||||
},
|
||||
{
|
||||
"name": "pill18"
|
||||
},
|
||||
{
|
||||
"name": "pill19"
|
||||
},
|
||||
{
|
||||
"name": "pill20"
|
||||
},
|
||||
{
|
||||
"name": "pill7"
|
||||
},
|
||||
{
|
||||
"name": "pill8"
|
||||
},
|
||||
{
|
||||
"name": "pill9"
|
||||
},
|
||||
{
|
||||
"name": "pill10"
|
||||
},
|
||||
@@ -37,42 +70,6 @@
|
||||
{
|
||||
"name": "pill17"
|
||||
},
|
||||
{
|
||||
"name": "pill18"
|
||||
},
|
||||
{
|
||||
"name": "pill19"
|
||||
},
|
||||
{
|
||||
"name": "pill2"
|
||||
},
|
||||
{
|
||||
"name": "pill20"
|
||||
},
|
||||
{
|
||||
"name": "pill3"
|
||||
},
|
||||
{
|
||||
"name": "pill4"
|
||||
},
|
||||
{
|
||||
"name": "pill5"
|
||||
},
|
||||
{
|
||||
"name": "pill6"
|
||||
},
|
||||
{
|
||||
"name": "pill7"
|
||||
},
|
||||
{
|
||||
"name": "pill8"
|
||||
},
|
||||
{
|
||||
"name": "pill9"
|
||||
},
|
||||
{
|
||||
"name": "pill_canister"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/blob/2b969adc2dfd3e9621bf3597c5cbffeb3ac8c9f0/icons/obj/chemical.dmi",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "pill_canister"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 225 B |
Reference in New Issue
Block a user