mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- 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:
37
CHANGES.txt
37
CHANGES.txt
@@ -113,6 +113,40 @@ Fixes/Features:
|
|||||||
- Ran set info script.
|
- Ran set info script.
|
||||||
- Ran oracle script.
|
- Ran oracle script.
|
||||||
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
|
- Added the recent commit logs to changes.txt. Preparing for the snapshot build release.
|
||||||
|
- Improved and simplified the spell description field to the CostChange keyword. Several cards converted.
|
||||||
|
- More CostChange keyword spell descriptions.
|
||||||
|
- Restructured the way alternative costs of spells are handled for the human player.
|
||||||
|
- More CostChange keyword spell descriptions.
|
||||||
|
- Finished CostChange keyword spell descriptions.
|
||||||
|
- Restructured the way alternative costs of spells are handled for the computer player.
|
||||||
|
- Aluren will no longer allow you to pay the creatures mana cost at instant speed.
|
||||||
|
- sideboard from precon is also added to the card pool
|
||||||
|
- Added the event deck Deathfed as precon (available after 20 wins).
|
||||||
|
- Added a fluff piece to the changes.txt file.
|
||||||
|
- Text fix.
|
||||||
|
- The AI will no longer use Oblivion Ring on a permanent that is enchanted with one of his own auras.
|
||||||
|
- Little tweaks for the AI of AF Destroy.
|
||||||
|
- Text fix
|
||||||
|
- Fixed the text for Sacred Prey, now states "you gain 1 life".
|
||||||
|
- Shutdown hook fix for skin switcher.
|
||||||
|
- Fixed casting cost of Mesmeric Fiend.
|
||||||
|
- Upgraded "Marble Blue" skin backgrounds to be more marbley.
|
||||||
|
- Removed outdated "start game" overlay from a few submenus, replaced with standardized one.
|
||||||
|
- compare strings fixed
|
||||||
|
- Bugfix: Prevented editor from always being on top, which blocked the save dialog.
|
||||||
|
- Added input panel's "remind()" flasher for ability mana cost interactions.
|
||||||
|
- Improved thread handling for constructed mode game start.
|
||||||
|
- Bugfix: Removed "always on top" from quest spell shop.
|
||||||
|
- MoWrapLayout moved into forge.gui package.
|
||||||
|
- SubTab class deleted.
|
||||||
|
- TortoiseSVN confusion...
|
||||||
|
- Converted Umbral Mantle to script.
|
||||||
|
- Prevented some auras and equipment from possibly overwriting SVars of cards they are attached to.
|
||||||
|
- Added a fluff piece to the changes.txt file.
|
||||||
|
- Added a fluff piece to the changes.txt file.
|
||||||
|
- 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):
|
||||||
@@ -134,6 +168,9 @@ Outmaneuver
|
|||||||
Rancid Earth
|
Rancid Earth
|
||||||
Bull Elephant
|
Bull Elephant
|
||||||
Plagiarize
|
Plagiarize
|
||||||
|
Nantuko Cultivator
|
||||||
|
Mesmeric Fiend
|
||||||
|
Gurzigost
|
||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -11,4 +11,6 @@ A:AB$ Pump | Cost$ G G Discard<1/Card> | KW$ You may have CARDNAME assign its co
|
|||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/gurzigost.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/gurzigost.jpg
|
||||||
|
SetInfo:TOR|Rare|http://magiccards.info/scans/en/tr/126.jpg
|
||||||
|
Oracle:At the beginning of your upkeep, sacrifice Gurzigost unless you put two cards from your graveyard on the bottom of your library.\n{G}{G}, Discard a card: You may have Gurzigost assign its combat damage this turn as though it weren't blocked.
|
||||||
End
|
End
|
||||||
@@ -10,4 +10,6 @@ SVar:TrigMesmericBounce:AB$ ChangeZone | Cost$ 0 | Origin$ Exile | Destination$
|
|||||||
SVar:DBMesmericCleanup:DB$ Cleanup | ClearRemembered$ True
|
SVar:DBMesmericCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/mesmeric_fiend.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/mesmeric_fiend.jpg
|
||||||
|
SetInfo:TOR|Common|http://magiccards.info/scans/en/tr/69.jpg
|
||||||
|
Oracle:When Mesmeric Fiend enters the battlefield, target opponent reveals his or her hand and you choose a nonland card from it. Exile that card.\nWhen Mesmeric Fiend leaves the battlefield, return the exiled card to its owner's hand.
|
||||||
End
|
End
|
||||||
@@ -13,4 +13,6 @@ SVar:NantukoY:Remembered$Amount
|
|||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/nantuko_cultivator.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/nantuko_cultivator.jpg
|
||||||
|
SetInfo:TOR|Rare|http://magiccards.info/scans/en/tr/133.jpg
|
||||||
|
Oracle:When Nantuko Cultivator enters the battlefield, you may discard any number of land cards. Put that many +1/+1 counters on Nantuko Cultivator and draw that many cards.
|
||||||
End
|
End
|
||||||
Reference in New Issue
Block a user