- 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-06 11:31:30 +00:00
parent 20a0c5e7dc
commit f6817e1d9c
2 changed files with 38 additions and 9 deletions

View File

@@ -87,6 +87,28 @@ Fixes/Features:
- Turns out one must explicitly rename things on TortoiseSVN.
- Generate5ColorDeck will now always use all 5 colors.
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
- The etbCounter keyword is now parsed when needed (and is now visible for the AI).
- Converted the triggered ability of Homarid to script.
- Fixed Living Death.
- Updated some SVars.
- Fixed Memory Jar.
- Added the precon Totem Power.
- Fixed Toshiro Umezawa.
- CheckStyle.
- Fixed Soldevi Digger.
- Removed "random selector on list update" from constructed submenu deck lists.
- Bugfix: constructed submenu, start game with custom decks empty NPE
- Bugfix: current skin wasn't selected in skin select box
- Cleanup: removed redundant UI_USE_SKIN in prefs enum.
- All events below overlay layer are now blocked.
- Overlay utils moved from GuiUtils to OverlayUtils.
- Minor fix.
- All methods relating to overlay moved to OverlayUtil.
- Splash frame: Disclaimer color updated to be the same as filled progress bar text color.
- Restructuring in AF Pump and little improvements for Curses.
- 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):
@@ -105,6 +127,9 @@ Karrthus, Tyrant of Jund
Enduring Renewal
Retraced Image
Outmaneuver
Rancid Earth
Bull Elephant
Plagiarize
end

View File

@@ -1,10 +1,14 @@
Name:Plagiarize
ManaCost:3 U
Types:Instant
Text:no text
A:SP$ Effect | Cost$ 3 U | Name$ Plagiarize Effect | ReplacementEffects$ EventDraw | SVars$ ABDraw | RememberObjects$ Targeted | ValidTgts$ Player | TgtPrompt$ Select target player | IsCurse$ True | SpellDescription$ Until end of turn, if target player would draw a card, instead that player skips that draw and you draw a card.
SVar:EventDraw:Event$ Draw | ValidPlayer$ Player.IsRemembered | ReplaceWith$ ABDraw | Description$ If the targeted player would draw a card, that player skips that draw and you draw a card.
SVar:ABDraw:AB$ Draw | Cost$ 0 | Defined$ You | NumCards$ 1 | SpellDescription$ You draw a card.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/plagiarize.jpg
Name:Plagiarize
ManaCost:3 U
Types:Instant
Text:no text
A:SP$ Effect | Cost$ 3 U | Name$ Plagiarize Effect | ReplacementEffects$ EventDraw | SVars$ ABDraw | RememberObjects$ Targeted | ValidTgts$ Player | TgtPrompt$ Select target player | IsCurse$ True | SpellDescription$ Until end of turn, if target player would draw a card, instead that player skips that draw and you draw a card.
SVar:EventDraw:Event$ Draw | ValidPlayer$ Player.IsRemembered | ReplaceWith$ ABDraw | Description$ If the targeted player would draw a card, that player skips that draw and you draw a card.
SVar:ABDraw:AB$ Draw | Cost$ 0 | Defined$ You | NumCards$ 1 | SpellDescription$ You draw a card.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/plagiarize.jpg
SetInfo:TOR|Rare|http://magiccards.info/scans/en/tr/44.jpg
SetInfo:9ED|Rare|http://magiccards.info/scans/en/9e/89.jpg
SetInfo:10E|Rare|http://magiccards.info/scans/en/10e/97.jpg
Oracle:Until end of turn, if target player would draw a card, instead that player skips that draw and you draw a card.
End