More assets.

master
Zed A. Shaw 4 weeks ago
parent 583ad6d9c5
commit 4027b70867
  1. 4
      assets/config.json
  2. 6
      assets/devices.json
  3. 14
      assets/items.json
  4. BIN
      assets/torch_horizontal_floor-256.png
  5. BIN
      assets/well_down-256.png
  6. BIN
      assets/wood_barrel_small-256.png

@ -2,15 +2,17 @@
"sprites": {
"armored_knight": "assets/armored_knight_1-256.png",
"sword": "assets/cinqueda_1-512.png",
"barrel": "assets/wood_barrel_large-256.png",
"barrel_small": "assets/wood_barrel_small-256.png",
"hanging_brazier": "assets/hanging_brazier-256.png",
"torch_pillar": "assets/torch_pillar-256.png",
"torch_crappy": "assets/torch_crappy-256.png",
"torch_horizontal_floor": "assets/torch_horizontal_floor-256.png",
"evil_eye": "assets/evil_eye-sprites.png",
"peasant_girl": "assets/undead_peasant-256.png",
"floor": "assets/floor_tile_test-256.png",
"ceiling": "assets/ceiling_test-256.png",
"healing_potion_small": "assets/healing_potion_small-256.png",
"well_down": "assets/well_down-256.png",
"cinqueda": "assets/cinqueda_1-256.png"
},
"enemy": {

@ -14,7 +14,7 @@
{"_type": "Device",
"config": {"test": true},
"events": ["Events::GUI::STAIRS_DOWN"]},
{"_type": "Sprite", "name": "barrel"}
{"_type": "Sprite", "name": "well_down"}
]
},
"STAIRS_UP": {
@ -31,7 +31,7 @@
{"_type": "Device",
"config": {"test": true},
"events": ["Events::GUI::STAIRS_UP"]},
{"_type": "Sprite", "name": "barrel"}
{"_type": "Sprite", "name": "barrel_small"}
]
},
"SPIKE_TRAP": {
@ -47,7 +47,7 @@
{"_type": "Device",
"config": {"test": true},
"events": ["Events::GUI::TRAP"]},
{"_type": "Sprite", "name": "barrel"}
{"_type": "Sprite", "name": "barrel_small"}
]
}
}

@ -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
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Loading…
Cancel
Save