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,6 @@
Name:Hallowed Sigil
ManaCost:no cost
Types:Artifact
A:AB$ Pump | Cost$ PayShards<4> T | ValidTgts$ Creature.YouCtrl | KW$ Hexproof | SubAbility$ Eject | SpellDescription$ Target creature you control gains hexproof until end of turn. Exile Hallowed Sigil.
SVar:Eject:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Exile
Oracle:{M},{T}:Target creature you control gains hexproof until end of turn. Exile Hallowed Sigil.

View File

@@ -0,0 +1,7 @@
Name:Sigil of Torment
ManaCost:no cost
Types:Artifact
A:AB$ Destroy | Cost$ 3 B T PayShards<5> | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBLifeGain | SpellDescription$ Destroy target creature. You gain 3 life. Exile Sigil of Torment.
SVar:DBLifeGain:DB$ GainLife | Defined$ You | LifeAmount$ 3 | SubAbility$ Eject
SVar:Eject:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Exile
Oracle:{M},{T}: Destroy target creature. You gain 3 life. Exile Sigil of Torment.

View File

@@ -0,0 +1,7 @@
Name:Power of Valyx
ManaCost:no cost
Types:Enchantment
K:Hexproof
A:AB$ Destroy | Cost$ 3 B T Sac<1/Creature.YouCtrl>| ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBLifeGain | SpellDescription$ Destroy target creature. You gain 3 life.
SVar:DBLifeGain:DB$ GainLife | Defined$ You | LifeAmount$ 3
Oracle:{M},{T}, Sacrifice a creature: Destroy target creature. You gain 3 life.