mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Added creatures with low power that have -abilities that tap for something really valuable like drawing a card -abilities that usually need to be saved until enemy turn (counter a spell, tap a creature, prevent damage) -abilities that usually deal equal or more damage if not attacking (prodigal sorcerer, grim lavamancer) Generally avoided abilities where activating before combat is an acceptable choice and thus the attack decision doesn't come up anyway as the AI already used the ability. However, this behavior is unacceptable on certain abilities (mostly those with higher mana costs) which should not be used before the end of main 2 as it prevents the AI from actually playing their cards. (like Hanna Ship Navigator) I suspect this will need quite a bit of improvement in the future but we have to start somewhere.
10 lines
586 B
Plaintext
10 lines
586 B
Plaintext
Name:Thornscape Apprentice
|
|
ManaCost:G
|
|
Types:Creature Human Wizard
|
|
PT:1/1
|
|
A:AB$ Pump | Cost$ R T | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ First Strike | SpellDescription$ Target creature gains first strike until end of turn.
|
|
A:AB$ Tap | Cost$ W T | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Tap target creature.
|
|
SVar:NonCombatPriority:1
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/thornscape_apprentice.jpg
|
|
Oracle:{R}, {T}: Target creature gains first strike until end of turn.\n{W}, {T}: Tap target creature.
|