Add metamorphic "Blood" sprite (#21596)
* add * forgot to remove * maybe fix
This commit is contained in:
@@ -2192,3 +2192,19 @@
|
||||
Quantity: 30
|
||||
- ReagentId: CapsaicinOil
|
||||
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
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
- type: reagent
|
||||
- type: reagent
|
||||
id: Blood
|
||||
name: reagent-name-blood
|
||||
group: Biological
|
||||
desc: reagent-desc-blood
|
||||
flavor: metallic
|
||||
color: "#800000"
|
||||
metamorphicSprite:
|
||||
sprite: Objects/Consumable/Drinks/bloodglass.rsi
|
||||
state: icon
|
||||
recognizable: true
|
||||
physicalDesc: reagent-physical-desc-ferrous
|
||||
slippery: false
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Drawn by Ubaser", "states": [{"name": "icon"}]}
|
||||
Reference in New Issue
Block a user