Add metamorphic "Blood" sprite (#21596)

* add

* forgot to remove

* maybe fix
This commit is contained in:
Ubaser
2023-11-28 18:09:55 +11:00
committed by GitHub
parent 89d94a3e3b
commit de601208ea
4 changed files with 21 additions and 1 deletions

View File

@@ -2192,3 +2192,19 @@
Quantity: 30 Quantity: 30
- ReagentId: CapsaicinOil - ReagentId: CapsaicinOil
Quantity: 5 Quantity: 5
- type: entity
parent: DrinkGlassBase
id: DrinkBloodGlass
name: blood glass
description: Drink like a vampire!
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Blood
Quantity: 30
- type: Sprite
sprite: Objects/Consumable/Drinks/bloodglass.rsi

View File

@@ -1,10 +1,13 @@
- type: reagent - type: reagent
id: Blood id: Blood
name: reagent-name-blood name: reagent-name-blood
group: Biological group: Biological
desc: reagent-desc-blood desc: reagent-desc-blood
flavor: metallic flavor: metallic
color: "#800000" color: "#800000"
metamorphicSprite:
sprite: Objects/Consumable/Drinks/bloodglass.rsi
state: icon
recognizable: true recognizable: true
physicalDesc: reagent-physical-desc-ferrous physicalDesc: reagent-physical-desc-ferrous
slippery: false slippery: false

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Drawn by Ubaser", "states": [{"name": "icon"}]}