Skip to content

Commit

Permalink
Fix Soulhunter Rakshasa and remove cat subtype from Rakshasa cards (#…
Browse files Browse the repository at this point in the history
…4296)

* Fix Soulhunter Rakshasa and remove cat subtype from Rakshasa cards

* better DealDamage

* fix

---------

Co-authored-by: Northmoc <[email protected]>
  • Loading branch information
paulsnoops and Northmoc authored Dec 5, 2023
1 parent 1ece8e6 commit e48ab03
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion forge-gui/res/cardsfolder/m/mahadi_emporium_master.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name:Mahadi, Emporium Master
ManaCost:1 B R
Types:Legendary Creature Cat Devil
Types:Legendary Creature Devil
PT:3/3
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your end step, create a Treasure token for each creature that died this turn.
SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenScript$ c_a_treasure_sac | TokenOwner$ You
Expand Down
2 changes: 1 addition & 1 deletion forge-gui/res/cardsfolder/r/rakshasa_deathdealer.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name:Rakshasa Deathdealer
ManaCost:B G
Types:Creature Cat Demon
Types:Creature Demon
PT:2/2
A:AB$ Pump | Cost$ B G | Defined$ Self | NumAtt$ +2 | NumDef$ +2 | SpellDescription$ CARDNAME gets +2/+2 until end of turn.
A:AB$ Regenerate | Cost$ B G | SpellDescription$ Regenerate CARDNAME.
Expand Down
2 changes: 1 addition & 1 deletion forge-gui/res/cardsfolder/r/rakshasa_debaser.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name:Rakshasa Debaser
ManaCost:4 B B
Types:Creature Cat Demon
Types:Creature Demon
PT:6/6
K:Encore:6 B B
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ Whenever CARDNAME attacks, put target creature card from defending player's graveyard onto the battlefield under your control.
Expand Down
2 changes: 1 addition & 1 deletion forge-gui/res/cardsfolder/r/rakshasa_gravecaller.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name:Rakshasa Gravecaller
ManaCost:4 B
Types:Creature Cat Demon
Types:Creature Demon
PT:3/6
K:Exploit
T:Mode$ Exploited | ValidCard$ Creature | ValidSource$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME exploits a creature, create two 2/2 black Zombie creature tokens.
Expand Down
2 changes: 1 addition & 1 deletion forge-gui/res/cardsfolder/r/rakshasa_vizier.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name:Rakshasa Vizier
ManaCost:2 B G U
Types:Creature Cat Demon
Types:Creature Demon
PT:4/4
T:Mode$ ChangesZoneAll | ValidCards$ Card.YouOwn | Origin$ Graveyard | Destination$ Exile | TriggerZones$ Battlefield | Execute$ TrigPutcounter | TriggerDescription$ Whenever one or more cards are put into exile from your graveyard, put that many +1/+1 counters on CARDNAME.
SVar:TrigPutcounter:DB$ PutCounter | CounterType$ P1P1 | Defined$ Self | CounterNum$ X
Expand Down
6 changes: 3 additions & 3 deletions forge-gui/res/cardsfolder/s/soulhunter_rakshasa.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Name:Soulhunter Rakshasa
ManaCost:3 B B
Types:Creature Cat Demon
Types:Creature Demon
PT:5/5
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDmg | TriggerDescription$ When CARDNAME enters the battlefield, it deals 5 damage to target opponent.
SVar:TrigDmg:DB$ DealDamage | Cost$ 3 B B | NumDmg$ 5 | ValidTgts$ Opponent | TgtPrompt$ Choose target opponent. | SpellDescription$ CARDNAME deals 5 damage to target opponent.
K:CARDNAME can't block.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.wasCastFromYourHandByYou+Self | Execute$ TrigDmg | TriggerDescription$ When CARDNAME enters the battlefield, if you cast it from your hand, it deals 1 damage to target opponent for each Swamp you control.
SVar:TrigDmg:DB$ DealDamage | ValidTgts$ Opponent | NumDmg$ Count$Valid Swamp.YouCtrl
Oracle:Soulhunter Rakshasa can't block.\nWhen Soulhunter Rakshasa enters the battlefield, if you cast it from your hand, it deals 1 damage to target opponent for each Swamp you control.

0 comments on commit e48ab03

Please sign in to comment.