mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Krav: for now, marked the activated ability as AI-unplayable and added a TODO.
This commit is contained in:
@@ -3,7 +3,8 @@ ManaCost:4 B
|
|||||||
Types:Legendary Creature Demon
|
Types:Legendary Creature Demon
|
||||||
PT:3/3
|
PT:3/3
|
||||||
K:Partner:Regna, the Redeemer:Regna
|
K:Partner:Regna, the Redeemer:Regna
|
||||||
A:AB$Draw | Cost$ B Sac<X/Creature/creatures> | NumCards$ ChosenX | ValidTgts$ Player | TgtPrompt$ Choose a player | References$ X | SubAbility$ DBGainLife | SpellDescription$ Target player draws X cards and gains X life. Put X +1/+1 counters on CARDNAME.
|
# TODO: implement the proper AI for the activated ability
|
||||||
|
A:AB$Draw | Cost$ B Sac<X/Creature/creatures> | NumCards$ ChosenX | ValidTgts$ Player | TgtPrompt$ Choose a player | References$ X | SubAbility$ DBGainLife | AILogic$ Never | SpellDescription$ Target player draws X cards and gains X life. Put X +1/+1 counters on CARDNAME.
|
||||||
SVar:DBGainLife:DB$GainLife | Defined$ Targeted | LifeAmount$ ChosenX | SubAbility$ DBPutCounter
|
SVar:DBGainLife:DB$GainLife | Defined$ Targeted | LifeAmount$ ChosenX | SubAbility$ DBPutCounter
|
||||||
SVar:DBPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ ChosenX
|
SVar:DBPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ ChosenX
|
||||||
SVar:X:XChoice
|
SVar:X:XChoice
|
||||||
|
|||||||
Reference in New Issue
Block a user