mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
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:
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user