mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
*Schemes: Added scheme - Mortal Flesh Is Weak
*Fixed Repay in Kind for multiplayer
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -6485,6 +6485,7 @@ res/cardsfolder/m/morphling.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/morsel_theft.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/morselhoarder.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/mortal_combat.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/mortal_flesh_is_weak.txt -text
|
||||
res/cardsfolder/m/mortal_wound.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/mortarpod.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/mortician_beetle.txt svneol=native#text/plain
|
||||
|
||||
@@ -10,4 +10,5 @@ SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.cardforge.org/fpics/lq_schemes/dance_pathetic_marionette.jpg
|
||||
SetInfo:ARC|Common|http://magiccards.info/extras/scheme/archenemy/dance-pathetic-marionette.jpg
|
||||
Oracle:When you set this scheme in motion, each opponent reveals cards from the top of his or her library until he or she reveals a creature card. Choose one of the revealed creature cards and put it onto the battlefield under your control. Put all other cards revealed this way into their owners' graveyards.
|
||||
End
|
||||
12
res/cardsfolder/m/mortal_flesh_is_weak.txt
Normal file
12
res/cardsfolder/m/mortal_flesh_is_weak.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Mortal Flesh Is Weak
|
||||
ManaCost:no cost
|
||||
Types:Scheme
|
||||
Text:no text
|
||||
T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ ShowTheWeakness | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, each opponent's life total becomes the lowest life total among your opponents.
|
||||
SVar:ShowTheWeakness:AB$ SetLife | Cost$ 0 | Defined$ Player.Opponent | LifeAmount$ X | References$ X
|
||||
SVar:X:Count$LowestLifeTotal Opponent
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.cardforge.org/fpics/lq_schemes/mortal_flesh_is_weak.jpg
|
||||
SetInfo:ARC|Common|http://magiccards.info/extras/scheme/archenemy/mortal-flesh-is-weak.jpg
|
||||
Oracle:When you set this scheme in motion, each opponent's life total becomes the lowest life total among your opponents.
|
||||
End
|
||||
@@ -2,7 +2,7 @@ Name:Repay in Kind
|
||||
ManaCost:5 B B
|
||||
Types:Sorcery
|
||||
Text:no text
|
||||
A:SP$ SetLife | Cost$ 5 B B | Defined$ Each | LifeAmount$ X | References$ X | SpellDescription$ Each player's life total becomes the lowest life total among all players.
|
||||
A:SP$ SetLife | Cost$ 5 B B | Defined$ Player | LifeAmount$ X | References$ X | SpellDescription$ Each player's life total becomes the lowest life total among all players.
|
||||
SVar:X:Count$LowestLifeTotal
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/repay_in_kind.jpg
|
||||
|
||||
Reference in New Issue
Block a user