More assets.

This commit is contained in:
Zed A. Shaw 2025-02-12 02:24:32 -05:00
parent 583ad6d9c5
commit 4027b70867
6 changed files with 13 additions and 11 deletions

View file

@ -5,12 +5,12 @@
"description": "A torch that barely lights the way. You wonder if it'd be better to not see the person who murders you.",
"inventory_count": 1,
"components": [
{"_type": "LightSource", "strength": 70, "radius": 2.0},
{"_type": "LightSource", "strength": 50, "radius": 1.5},
{"_type": "Tile", "display": "\u0f08",
"foreground": [24, 120, 189],
"background": [230,120, 120]
},
{"_type": "Sprite", "name": "torch_crappy"}
{"_type": "Sprite", "name": "torch_horizontal_floor"}
]
},
"SWORD_RUSTY": {
@ -27,17 +27,17 @@
{"_type": "Sprite", "name": "cinqueda"}
]
},
"CHEST_SMALL": {
"id": "CHEST_SMALL",
"name": "Small Chest",
"description": "A small chest of gold. You wonder who would leave something like this around.",
"BARREL_SMALL": {
"id": "BARREL_SMALL",
"name": "Small Barrel",
"description": "A small rotten barrel that may hold things.",
"components": [
{"_type": "Tile", "display": "\uaaea",
"foreground": [150, 100, 189],
"background": [150, 100, 189]
},
{"_type": "Loot", "amount": 10},
{"_type": "Sprite", "name": "barrel"}
{"_type": "Sprite", "name": "barrel_small"}
],
"inventory_count": 1
},