Merge branch 'Card-Forge:master' into master

This commit is contained in:
Simisays
2022-08-05 20:58:17 +02:00
committed by GitHub
2 changed files with 18 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ public abstract class DrawOnPixmap {
frameBuffer.end();
texture.dispose();
batch.dispose();
if (bigText) //don't know why this is needed to circumvent bug getting default size for the same pixelfont
Controls.getBitmapFont("default");
}
}

View File

@@ -0,0 +1,16 @@
Name:Altar of Bhaal
ManaCost:1 B
Types:Artifact
AlternateMode:Adventure
A:AB$ ChangeZone | Cost$ 2 B T Exile<1/Creature> | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouCtrl | Origin$ Graveyard | Destination$ Battlefield | SorcerySpeed$ True | SpellDescription$ Return target creature card from your graveyard to the battlefield. Activate only as a sorcery.
AI:RemoveDeck:Random
Oracle:{2}{B}, {T}, Exile a creature you control: Return target creature card from your graveyard to the battlefield. Activate only as a sorcery.
ALTERNATE
Name:Bone Offering
ManaCost:2 B
Types:Sorcery Adventure
A:SP$ Token | TokenAmount$ 1 | TokenScript$ b_4_1_skeleton_menace | TokenTapped$ True | TokenOwner$ You | SpellDescription$ Create a tapped 4/1 black Skeleton creature token with menace.
DeckHas:Ability$Token & Type$Skeleton
Oracle:Create a tapped 4/1 black Skeleton creature token with menace.