- Ran set info script.

- Ran oracle script.
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
This commit is contained in:
Chris
2012-03-11 11:34:49 +00:00
parent 78c205b4a1
commit 7b71c0cdd8
3 changed files with 43 additions and 21 deletions

View File

@@ -39,6 +39,19 @@ Fixes/Features:
- Fixed stack descriptions for Bazaar Trader and Zedruu, the Greathearted - Fixed stack descriptions for Bazaar Trader and Zedruu, the Greathearted
- Added the recent commit logs to changes.txt. - Added the recent commit logs to changes.txt.
- Preparing for the snapshot build release. - Preparing for the snapshot build release.
- Fixed the LQ pic URL for Fist of Suns.
- groupped quest controllers together into matching package, moved io classes to their own package
- Added an AILogic parameter to Kjeldoran Royal Guard.
- clean up some java warnings (InputBlock and InputAttack)
- Added a hard version of the Wonder Woman deck.
- Fixed Retraced Image.
- Fixed Etherwrought Page.
- Fixed Demoralize.
- bazaar settings moved outside of code (WIP)
- bazaar controller no longer static, hardcoded stall titles eliminated
- Ran set info script.
- Ran oracle script.
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
Many people helped with this version. A special thank you goes out to them. (Attempted to list names alphabetically): Many people helped with this version. A special thank you goes out to them. (Attempted to list names alphabetically):
@@ -60,6 +73,11 @@ Crovax the Cursed
Psychic Miasma Psychic Miasma
Psychic Miasma Psychic Miasma
Talon of Pain Talon of Pain
Kjeldoran Royal Guards
Mirror Strike
Turn the Tables
Soratami Cloud Chariot
Sokenzan Renegade
end end

View File

@@ -1,14 +1,16 @@
Name:Sokenzan Renegade Name:Sokenzan Renegade
ManaCost:2 R ManaCost:2 R
Types:Creature Ogre Samurai Mercenary Types:Creature Ogre Samurai Mercenary
Text:no text Text:no text
PT:3/3 PT:3/3
K:Bushido 1 K:Bushido 1
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigGainControl | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, if a player has more cards in hand than each other player, the player who has the most cards in hand gains control of CARDNAME. T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigGainControl | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, if a player has more cards in hand than each other player, the player who has the most cards in hand gains control of CARDNAME.
SVar:TrigGainControl:AB$ GainControl | Cost$ 0 | Defined$ Self | NewController$ Opponent | ConditionCheckSVar$ SokenzanX | ConditionSVarCompare$ LTSokenzanY SVar:TrigGainControl:AB$ GainControl | Cost$ 0 | Defined$ Self | NewController$ Opponent | ConditionCheckSVar$ SokenzanX | ConditionSVarCompare$ LTSokenzanY
SVar:SokenzanX:Count$InYourHand SVar:SokenzanX:Count$InYourHand
SVar:SokenzanY:Count$InOppHand SVar:SokenzanY:Count$InOppHand
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Uncommon SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/sokenzan_renegade.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/sokenzan_renegade.jpg
SetInfo:SOK|Uncommon|http://magiccards.info/scans/en/sok/114.jpg
Oracle:Bushido 1 (When this blocks or becomes blocked, it gets +1/+1 until end of turn.)\nAt the beginning of your upkeep, if a player has more cards in hand than each other player, the player who has the most cards in hand gains control of Sokenzan Renegade.
End End

View File

@@ -1,9 +1,11 @@
Name:Soratami Cloud Chariot Name:Soratami Cloud Chariot
ManaCost:5 ManaCost:5
Types:Artifact Types:Artifact
Text:no text Text:no text
A:AB$ Pump | Cost$ 2 | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | KW$ Flying | SpellDescription$ Target creature you control gains flying until end of turn. A:AB$ Pump | Cost$ 2 | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | KW$ Flying | SpellDescription$ Target creature you control gains flying until end of turn.
A:AB$ Pump | Cost$ 2 | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | KW$ HIDDEN Prevent all combat damage that would be dealt to and dealt by CARDNAME. | SpellDescription$ Prevent all combat damage that would be dealt to and dealt by target creature you control this turn. A:AB$ Pump | Cost$ 2 | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | KW$ HIDDEN Prevent all combat damage that would be dealt to and dealt by CARDNAME. | SpellDescription$ Prevent all combat damage that would be dealt to and dealt by target creature you control this turn.
SVar:Rarity:Uncommon SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/soratami_cloud_chariot.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/soratami_cloud_chariot.jpg
SetInfo:SOK|Uncommon|http://magiccards.info/scans/en/sok/160.jpg
Oracle:{2}: Target creature you control gains flying until end of turn.\n{2}: Prevent all combat damage that would be dealt to and dealt by target creature you control this turn.
End End