Unhallowed Abbey Dungeon

Adds:

.New dungeon in white biome + tiles.

.3 new enemies (2 regular and 1 boss).

.Effect, sprite for boss.

.2 new equipable items (chosen between by player upon completing dungeon).

Changes:

.2 new sprites in Items.png and .atlas.

.3 new items in items.json.

.4 new entries in enemies.json

.1 new entry in points_of_interest.json

.1 new entry for dungeon spawns in white.json
This commit is contained in:
Alwayssnarky
2023-06-26 12:28:08 -04:00
parent c2479f332a
commit f92a8040b7
23 changed files with 1328 additions and 3 deletions

View File

@@ -0,0 +1,68 @@
valyx.png
size: 136,96
format: RGBA8888
filter: Nearest,Nearest
repeat: none
Avatar
xy: 0, 0
size: 16, 16
Idle
xy: 0, 16
size: 24, 24
Idle
xy: 24, 16
size: 24, 24
Idle
xy: 48, 16
size: 24, 24
Idle
xy: 72, 16
size: 24, 24
Walk
xy: 0, 40
size: 24, 24
Walk
xy: 24, 40
size: 24, 24
Walk
xy: 48, 40
size: 24, 24
Walk
xy: 72, 40
size: 24, 24
Attack
xy: 0, 64
size: 24, 24
Attack
xy: 24, 64
size: 24, 24
Attack
xy: 48, 64
size: 24, 24
Attack
xy: 72, 64
size: 24, 24
Hit
xy: 0, 88
size: 24, 24
Hit
xy: 24, 88
size: 24, 24
Hit
xy: 48, 88
size: 24, 24
Hit
xy: 72, 88
size: 24, 24
Death
xy: 0, 112
size: 24, 24
Death
xy: 24, 112
size: 24, 24
Death
xy: 48, 112
size: 24, 24
Death
xy: 72, 112
size: 24, 24

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -0,0 +1,68 @@
false_knight.png
size: 64,96
format: RGBA8888
filter: Nearest,Nearest
repeat: none
Avatar
xy: 0, 0
size: 16, 16
Idle
xy: 0, 16
size: 16, 16
Idle
xy: 16, 16
size: 16, 16
Idle
xy: 32, 16
size: 16, 16
Idle
xy: 48, 16
size: 16, 16
Walk
xy: 0, 32
size: 16, 16
Walk
xy: 16, 32
size: 16, 16
Walk
xy: 32, 32
size: 16, 16
Walk
xy: 48, 32
size: 16, 16
Attack
xy: 0, 48
size: 16, 16
Attack
xy: 16, 48
size: 16, 16
Attack
xy: 32, 48
size: 16, 16
Attack
xy: 48, 48
size: 16, 16
Hit
xy: 0, 64
size: 16, 16
Hit
xy: 16, 64
size: 16, 16
Hit
xy: 32, 64
size: 16, 16
Hit
xy: 48, 64
size: 16, 16
Death
xy: 0, 80
size: 16, 16
Death
xy: 16, 80
size: 16, 16
Death
xy: 32, 80
size: 16, 16
Death
xy: 48, 80
size: 16, 16

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,68 @@
false_monk.png
size: 64,96
format: RGBA8888
filter: Nearest,Nearest
repeat: none
Avatar
xy: 0, 0
size: 16, 16
Idle
xy: 0, 16
size: 16, 16
Idle
xy: 16, 16
size: 16, 16
Idle
xy: 32, 16
size: 16, 16
Idle
xy: 48, 16
size: 16, 16
Walk
xy: 0, 32
size: 16, 16
Walk
xy: 16, 32
size: 16, 16
Walk
xy: 32, 32
size: 16, 16
Walk
xy: 48, 32
size: 16, 16
Attack
xy: 0, 48
size: 16, 16
Attack
xy: 16, 48
size: 16, 16
Attack
xy: 32, 48
size: 16, 16
Attack
xy: 48, 48
size: 16, 16
Hit
xy: 0, 64
size: 16, 16
Hit
xy: 16, 64
size: 16, 16
Hit
xy: 32, 64
size: 16, 16
Hit
xy: 48, 64
size: 16, 16
Death
xy: 0, 80
size: 16, 16
Death
xy: 16, 80
size: 16, 16
Death
xy: 32, 80
size: 16, 16
Death
xy: 48, 80
size: 16, 16

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,68 @@
high_cultist.png
size: 64,96
format: RGBA8888
filter: Nearest,Nearest
repeat: none
Avatar
xy: 0, 0
size: 16, 16
Idle
xy: 0, 16
size: 16, 16
Idle
xy: 16, 16
size: 16, 16
Idle
xy: 32, 16
size: 16, 16
Idle
xy: 48, 16
size: 16, 16
Walk
xy: 0, 32
size: 16, 16
Walk
xy: 16, 32
size: 16, 16
Walk
xy: 32, 32
size: 16, 16
Walk
xy: 48, 32
size: 16, 16
Attack
xy: 0, 48
size: 16, 16
Attack
xy: 16, 48
size: 16, 16
Attack
xy: 32, 48
size: 16, 16
Attack
xy: 48, 48
size: 16, 16
Hit
xy: 0, 64
size: 16, 16
Hit
xy: 16, 64
size: 16, 16
Hit
xy: 32, 64
size: 16, 16
Hit
xy: 48, 64
size: 16, 16
Death
xy: 0, 80
size: 16, 16
Death
xy: 16, 80
size: 16, 16
Death
xy: 32, 80
size: 16, 16
Death
xy: 48, 80
size: 16, 16

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -465,4 +465,9 @@ CartoucheOfAmbition
CartoucheOfZeal
xy:320,240
size:16,16
HallowedSigil
xy:336,176
size:16,16
UnhallowedSigil
xy:336,192
size:16,16

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 271 KiB