New dead_body_lootable sprite for dead things you can loot.
|
@ -214,6 +214,11 @@
|
||||||
{"path": "assets/sprites/dead_body.png",
|
{"path": "assets/sprites/dead_body.png",
|
||||||
"frame_width": 256,
|
"frame_width": 256,
|
||||||
"frame_height": 256
|
"frame_height": 256
|
||||||
|
},
|
||||||
|
"dead_body_lootable":
|
||||||
|
{"path": "assets/sprites/dead_body_lootable.png",
|
||||||
|
"frame_width": 256,
|
||||||
|
"frame_height": 256
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"worldgen": {
|
"worldgen": {
|
||||||
|
|
|
@ -76,14 +76,28 @@
|
||||||
{"_type": "Sound", "attack": "pickup", "death": "blank"}
|
{"_type": "Sound", "attack": "pickup", "death": "blank"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"DEAD_BODY_LOOTABLE": {
|
||||||
|
"id": "DEAD_BODY_LOOTABLE",
|
||||||
|
"name": "Grave Stone",
|
||||||
|
"description": "Something died here. Was this your doing?",
|
||||||
|
"components": [
|
||||||
|
{"_type": "Tile", "display": 1890,
|
||||||
|
"foreground": "devices/fg:dead_body_lootable",
|
||||||
|
"background": "devices/bg:dead_body_lootable"
|
||||||
|
},
|
||||||
|
{"_type": "Device", "config": {}, "events": ["LOOT_CONTAINER"]},
|
||||||
|
{"_type": "Sprite", "name": "dead_body_lootable", "width": 256, "height": 256, "scale": 1.0},
|
||||||
|
{"_type": "Sound", "attack": "pickup", "death": "blank"}
|
||||||
|
]
|
||||||
|
},
|
||||||
"DEAD_BODY": {
|
"DEAD_BODY": {
|
||||||
"id": "DEAD_BODY",
|
"id": "DEAD_BODY",
|
||||||
"name": "Something Dead",
|
"name": "Something Dead",
|
||||||
"description": "You can't loot this, weirdo.",
|
"description": "You can't loot this, weirdo.",
|
||||||
"components": [
|
"components": [
|
||||||
{"_type": "Tile", "display": 42613,
|
{"_type": "Tile", "display": 1939,
|
||||||
"foreground": "devices/fg:grave_stone",
|
"foreground": "devices/fg:dead_body",
|
||||||
"background": "devices/bg:grave_stone"
|
"background": "devices/bg:dead_body"
|
||||||
},
|
},
|
||||||
{"_type": "Sprite", "name": "dead_body", "width": 256, "height": 256, "scale": 1.0}
|
{"_type": "Sprite", "name": "dead_body", "width": 256, "height": 256, "scale": 1.0}
|
||||||
]
|
]
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
},
|
},
|
||||||
"KNIGHT": {
|
"KNIGHT": {
|
||||||
"components": [
|
"components": [
|
||||||
{"_type": "Tile", "display": 2189,
|
{"_type": "Tile", "display": 2216,
|
||||||
"foreground": "enemies/fg:knight",
|
"foreground": "enemies/fg:knight",
|
||||||
"background": "color:transparent"
|
"background": "color:transparent"
|
||||||
},
|
},
|
||||||
|
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
@ -67,68 +67,74 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"centered": true,
|
"centered": true,
|
||||||
"display": 42613,
|
"display": 1939,
|
||||||
"x": 64,
|
"x": 64,
|
||||||
"y": 64
|
"y": 64
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"centered": true,
|
"centered": true,
|
||||||
"display": 8687,
|
"display": 1890,
|
||||||
"x": 128,
|
"x": 128,
|
||||||
"y": 64
|
"y": 64
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"centered": true,
|
"centered": true,
|
||||||
"display": 6105,
|
"display": 8687,
|
||||||
"x": 192,
|
"x": 192,
|
||||||
"y": 64
|
"y": 64
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"centered": true,
|
"centered": true,
|
||||||
"display": 8793,
|
"display": 6105,
|
||||||
"x": 256,
|
"x": 256,
|
||||||
"y": 64
|
"y": 64
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"centered": true,
|
"centered": true,
|
||||||
"display": 95,
|
"display": 8793,
|
||||||
"x": 320,
|
"x": 320,
|
||||||
"y": 64
|
"y": 64
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"centered": true,
|
"centered": true,
|
||||||
"display": 1898,
|
"display": 95,
|
||||||
"x": 384,
|
"x": 384,
|
||||||
"y": 64
|
"y": 64
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"centered": true,
|
"centered": true,
|
||||||
"display": 42586,
|
"display": 1898,
|
||||||
"x": 448,
|
"x": 448,
|
||||||
"y": 64
|
"y": 64
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"centered": true,
|
"centered": true,
|
||||||
"display": 2189,
|
"display": 42586,
|
||||||
"x": 512,
|
"x": 512,
|
||||||
"y": 64
|
"y": 64
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"centered": true,
|
"centered": true,
|
||||||
"display": 10733,
|
"display": 2216,
|
||||||
"x": 576,
|
"x": 576,
|
||||||
"y": 64
|
"y": 64
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"centered": true,
|
"centered": true,
|
||||||
"display": 2220,
|
"display": 10733,
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 128
|
"y": 128
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"centered": true,
|
"centered": true,
|
||||||
"display": 1218,
|
"display": 2220,
|
||||||
"x": 64,
|
"x": 64,
|
||||||
"y": 128
|
"y": 128
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"centered": true,
|
||||||
|
"display": 1218,
|
||||||
|
"x": 128,
|
||||||
|
"y": 128
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.5 KiB |
|
@ -65,13 +65,17 @@
|
||||||
"stairs_up": [24, 205, 189],
|
"stairs_up": [24, 205, 189],
|
||||||
"tripwire": [24, 205, 189],
|
"tripwire": [24, 205, 189],
|
||||||
"barrel": [150, 100, 189],
|
"barrel": [150, 100, 189],
|
||||||
"grave_stone": [32, 123, 164]
|
"grave_stone": [32, 123, 164],
|
||||||
|
"dead_body": [32, 123, 164],
|
||||||
|
"dead_body_lootable": [32, 123, 164]
|
||||||
},
|
},
|
||||||
"devices/bg": {
|
"devices/bg": {
|
||||||
"stairs_down": [24, 205, 189],
|
"stairs_down": [24, 205, 189],
|
||||||
"stairs_up": [24, 205, 189],
|
"stairs_up": [24, 205, 189],
|
||||||
"tripwire": [24, 205, 189],
|
"tripwire": [24, 205, 189],
|
||||||
"barrel": [150, 100, 189],
|
"barrel": [150, 100, 189],
|
||||||
"grave_stone": [24, 205, 189]
|
"grave_stone": [24, 205, 189],
|
||||||
|
"dead_body": [24, 205, 189],
|
||||||
|
"dead_body_lootable": [24, 205, 189]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
BIN
assets/sprites/dead_body_lootable.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |