Make pills colorful and labeled (#25284)
* Make pills colorful and labeled * Inherit pill sprites from parent
This commit is contained in:
@@ -345,10 +345,16 @@
|
|||||||
|
|
||||||
# Pills
|
# Pills
|
||||||
- type: entity
|
- type: entity
|
||||||
name: dexalin pill (10u)
|
name: pill (dexalin 10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillDexalin
|
id: PillDexalin
|
||||||
components:
|
components:
|
||||||
|
- type: Pill
|
||||||
|
pillType: 15
|
||||||
|
- type: Sprite
|
||||||
|
state: pill16
|
||||||
|
- type: Label
|
||||||
|
currentLabel: dexalin 10u
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -358,20 +364,29 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
name: pill canister (dexalin 10u)
|
||||||
parent: PillCanister
|
parent: PillCanister
|
||||||
id: PillCanisterDexalin
|
id: PillCanisterDexalin
|
||||||
suffix: Dexalin, 7
|
suffix: Dexalin, 7
|
||||||
components:
|
components:
|
||||||
|
- type: Label
|
||||||
|
currentLabel: dexalin 10u
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: PillDexalin
|
- id: PillDexalin
|
||||||
amount: 7
|
amount: 7
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: dylovene pill (10u)
|
name: pill (dylovene 10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillDylovene
|
id: PillDylovene
|
||||||
components:
|
components:
|
||||||
|
- type: Pill
|
||||||
|
pillType: 9
|
||||||
|
- type: Sprite
|
||||||
|
state: pill10
|
||||||
|
- type: Label
|
||||||
|
currentLabel: dylovene 10u
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -381,20 +396,29 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
name: pill canister (dylovene 10u)
|
||||||
parent: PillCanister
|
parent: PillCanister
|
||||||
id: PillCanisterDylovene
|
id: PillCanisterDylovene
|
||||||
suffix: Dylovene, 5
|
suffix: Dylovene, 5
|
||||||
components:
|
components:
|
||||||
|
- type: Label
|
||||||
|
currentLabel: dylovene 10u
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: PillDylovene
|
- id: PillDylovene
|
||||||
amount: 5
|
amount: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: hyronalin pill (10u)
|
name: pill (hyronalin 10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillHyronalin
|
id: PillHyronalin
|
||||||
components:
|
components:
|
||||||
|
- type: Pill
|
||||||
|
pillType: 16
|
||||||
|
- type: Sprite
|
||||||
|
state: pill17
|
||||||
|
- type: Label
|
||||||
|
currentLabel: hyronalin 10u
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -404,20 +428,29 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
name: pill canister (hyronalin 10u)
|
||||||
parent: PillCanister
|
parent: PillCanister
|
||||||
id: PillCanisterHyronalin
|
id: PillCanisterHyronalin
|
||||||
suffix: Hyronalin, 5
|
suffix: Hyronalin, 5
|
||||||
components:
|
components:
|
||||||
|
- type: Label
|
||||||
|
currentLabel: hyronalin 10u
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: PillHyronalin
|
- id: PillHyronalin
|
||||||
amount: 5
|
amount: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: iron pill (10u)
|
name: pill (iron 10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillIron
|
id: PillIron
|
||||||
components:
|
components:
|
||||||
|
- type: Pill
|
||||||
|
pillType: 13
|
||||||
|
- type: Sprite
|
||||||
|
state: pill14
|
||||||
|
- type: Label
|
||||||
|
currentLabel: iron 10u
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -427,10 +460,16 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: copper pill (10u)
|
name: pill (copper 10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillCopper
|
id: PillCopper
|
||||||
components:
|
components:
|
||||||
|
- type: Pill
|
||||||
|
pillType: 12
|
||||||
|
- type: Sprite
|
||||||
|
state: pill13
|
||||||
|
- type: Label
|
||||||
|
currentLabel: copper 10u
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -440,30 +479,42 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
name: pill canister (iron 10u)
|
||||||
parent: PillCanister
|
parent: PillCanister
|
||||||
id: PillCanisterIron
|
id: PillCanisterIron
|
||||||
suffix: Iron, 5
|
suffix: Iron, 5
|
||||||
components:
|
components:
|
||||||
|
- type: Label
|
||||||
|
currentLabel: iron 10u
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: PillIron
|
- id: PillIron
|
||||||
amount: 5
|
amount: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
name: pill canister (copper 10u)
|
||||||
parent: PillCanister
|
parent: PillCanister
|
||||||
id: PillCanisterCopper
|
id: PillCanisterCopper
|
||||||
suffix: Copper, 5
|
suffix: Copper, 5
|
||||||
components:
|
components:
|
||||||
|
- type: Label
|
||||||
|
currentLabel: copper 10u
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: PillCopper
|
- id: PillCopper
|
||||||
amount: 5
|
amount: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: kelotane pill (10u)
|
name: pill (kelotane 10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillKelotane
|
id: PillKelotane
|
||||||
components:
|
components:
|
||||||
|
- type: Pill
|
||||||
|
pillType: 3
|
||||||
|
- type: Sprite
|
||||||
|
state: pill4
|
||||||
|
- type: Label
|
||||||
|
currentLabel: kelotane 10u
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -473,20 +524,29 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
name: pill canister (kelotane 10u)
|
||||||
parent: PillCanister
|
parent: PillCanister
|
||||||
id: PillCanisterKelotane
|
id: PillCanisterKelotane
|
||||||
suffix: Kelotane, 5
|
suffix: Kelotane, 5
|
||||||
components:
|
components:
|
||||||
|
- type: Label
|
||||||
|
currentLabel: kelotane 10u
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: PillKelotane
|
- id: PillKelotane
|
||||||
amount: 5
|
amount: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: dermaline pill (10u)
|
name: pill (dermaline 10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillDermaline
|
id: PillDermaline
|
||||||
components:
|
components:
|
||||||
|
- type: Pill
|
||||||
|
pillType: 7
|
||||||
|
- type: Sprite
|
||||||
|
state: pill8
|
||||||
|
- type: Label
|
||||||
|
currentLabel: dermaline 10u
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -496,10 +556,13 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
name: pill canister (dermaline 10u)
|
||||||
parent: PillCanister
|
parent: PillCanister
|
||||||
id: PillCanisterDermaline
|
id: PillCanisterDermaline
|
||||||
suffix: Dermaline, 5
|
suffix: Dermaline, 5
|
||||||
components:
|
components:
|
||||||
|
- type: Label
|
||||||
|
currentLabel: dermaline 10u
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: PillDermaline
|
- id: PillDermaline
|
||||||
@@ -519,10 +582,16 @@
|
|||||||
Quantity: 15
|
Quantity: 15
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: tricordrazine pill (10u)
|
name: pill (tricordrazine 10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillTricordrazine
|
id: PillTricordrazine
|
||||||
components:
|
components:
|
||||||
|
- type: Pill
|
||||||
|
pillType: 2
|
||||||
|
- type: Sprite
|
||||||
|
state: pill3
|
||||||
|
- type: Label
|
||||||
|
currentLabel: tricordrazine 10u
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -532,20 +601,29 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
name: pill canister (tricordrazine 10u)
|
||||||
parent: PillCanister
|
parent: PillCanister
|
||||||
id: PillCanisterTricordrazine
|
id: PillCanisterTricordrazine
|
||||||
suffix: Tricordrazine, 5
|
suffix: Tricordrazine, 5
|
||||||
components:
|
components:
|
||||||
|
- type: Label
|
||||||
|
currentLabel: tricordrazine 10u
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: PillTricordrazine
|
- id: PillTricordrazine
|
||||||
amount: 5
|
amount: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: bicaridine pill (10u)
|
name: pill (bicaridine 10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillBicaridine
|
id: PillBicaridine
|
||||||
components:
|
components:
|
||||||
|
- type: Pill
|
||||||
|
pillType: 4
|
||||||
|
- type: Sprite
|
||||||
|
state: pill5
|
||||||
|
- type: Label
|
||||||
|
currentLabel: bicaridine 10u
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -555,23 +633,29 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
name: pill canister (bicaridine 10u)
|
||||||
parent: PillCanister
|
parent: PillCanister
|
||||||
id: PillCanisterBicaridine
|
id: PillCanisterBicaridine
|
||||||
suffix: Bicaridine, 5
|
suffix: Bicaridine, 5
|
||||||
components:
|
components:
|
||||||
|
- type: Label
|
||||||
|
currentLabel: bicaridine 10u
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: PillBicaridine
|
- id: PillBicaridine
|
||||||
amount: 5
|
amount: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: charcoal pill (10u)
|
name: pill (charcoal 10u)
|
||||||
parent: Pill
|
parent: Pill
|
||||||
id: PillCharcoal
|
id: PillCharcoal
|
||||||
components:
|
components:
|
||||||
|
- type: Pill
|
||||||
|
pillType: 20
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Chemistry/pills.rsi
|
|
||||||
state: pill21
|
state: pill21
|
||||||
|
- type: Label
|
||||||
|
currentLabel: charcoal 10u
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
food:
|
food:
|
||||||
@@ -581,10 +665,13 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
name: pill canister (charcoal 10u)
|
||||||
parent: PillCanister
|
parent: PillCanister
|
||||||
id: PillCanisterCharcoal
|
id: PillCanisterCharcoal
|
||||||
suffix: Charcoal, 3
|
suffix: Charcoal, 3
|
||||||
components:
|
components:
|
||||||
|
- type: Label
|
||||||
|
currentLabel: charcoal 10u
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: PillCharcoal
|
- id: PillCharcoal
|
||||||
|
|||||||
Reference in New Issue
Block a user