mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
reverting module refactoring changes
This commit is contained in:
@@ -1,49 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
|
||||
<classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>
|
||||
<classpathentry kind="src" path="src/main/java" including="**/*.java"/>
|
||||
<classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="src" path="/forge-core"/>
|
||||
<classpathentry kind="src" path="/forge-resources"/>
|
||||
<classpathentry kind="var" path="M2_REPO/com/google/guava/guava/15.0/guava-15.0.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar"/>
|
||||
<classpathentry kind="src" path="/forge-game"/>
|
||||
<classpathentry kind="var" path="M2_REPO/com/googlecode/minlog/1.2/minlog-1.2.jar"/>
|
||||
<classpathentry kind="src" path="/forge-ai"/>
|
||||
<classpathentry kind="src" path="/forge-net"/>
|
||||
<classpathentry kind="var" path="M2_REPO/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/com/miglayout/miglayout/3.7.4/miglayout-3.7.4.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/com/mortennobel/java-image-scaling/0.8.5/java-image-scaling-0.8.5.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/com/jhlabs/filters/2.0.235/filters-2.0.235.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/testng/testng/6.8.7/testng-6.8.7.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/junit/junit/4.10/junit-4.10.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/com/beust/jcommander/1.27/jcommander-1.27.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/yaml/snakeyaml/1.12/snakeyaml-1.12.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/powermock/powermock-module-testng/1.5.2/powermock-module-testng-1.5.2.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/powermock/powermock-core/1.5.2/powermock-core-1.5.2.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/powermock/powermock-reflect/1.5.2/powermock-reflect-1.5.2.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/objenesis/objenesis/1.2/objenesis-1.2.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/javassist/javassist/3.18.0-GA/javassist-3.18.0-GA.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/powermock/powermock-module-testng-common/1.5.2/powermock-module-testng-common-1.5.2.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/powermock/powermock-api-mockito/1.5.2/powermock-api-mockito-1.5.2.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/powermock/powermock-api-support/1.5.2/powermock-api-support-1.5.2.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/jetty-websocket-8.1.14.v20131031.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-util/8.1.14.v20131031/jetty-util-8.1.14.v20131031.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-io/8.1.14.v20131031/jetty-io-8.1.14.v20131031.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-http/8.1.14.v20131031/jetty-http-8.1.14.v20131031.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-server/8.1.14.v20131031/jetty-server-8.1.14.v20131031.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-continuation/8.1.14.v20131031/jetty-continuation-8.1.14.v20131031.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-servlet/8.1.14.v20131031/jetty-servlet-8.1.14.v20131031.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/jetty-security/8.1.14.v20131031/jetty-security-8.1.14.v20131031.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.jar"/>
|
||||
</classpath>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
|
||||
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
|
||||
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
||||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.testng.TESTNG_CONTAINER"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
||||
|
||||
@@ -1,25 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>forge-gui</name>
|
||||
<comment>Forge lets you play the card game Magic: The Gathering against a computer opponent
|
||||
using all of the rules. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
|
||||
<projects>
|
||||
<project>forge-core</project>
|
||||
<project>forge-resources</project>
|
||||
<project>forge-game</project>
|
||||
<project>forge-ai</project>
|
||||
<project>forge-net</project>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>forge-gui</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
|
||||
71
forge-gui/CHANGES.txt
Normal file
71
forge-gui/CHANGES.txt
Normal file
@@ -0,0 +1,71 @@
|
||||
Forge Beta: 0#-##-2014 ver 1.5.14
|
||||
|
||||
|
||||
13### cards in total.
|
||||
|
||||
|
||||
-------------
|
||||
Release Notes
|
||||
-------------
|
||||
|
||||
- New ItemManager Preferences -
|
||||
The editor.preferences file has been deprecated, and the Preferences pane of Deck Editor screens has been removed. Instead, each CardManager and DeckManager (in deck editors, game launch screens, and deck viewer) can have its own options configured individually on its View Options panel.
|
||||
|
||||
To show/hide columns, simply go to the List View of any CardManager or DeckManager and click the View Options button (to the right of the Image View toggle button). This will show a panel containing checkboxes for each column, along with a "Unique Cards Only" checkbox on the Constructed Deck Editor Catalog. Your choices will be remembered between sessions, as will any column sorting, repositioning, and resizing. You can toggle the View Options button again to hide this panel.
|
||||
|
||||
For Image View, this options panel is visible by default and contains a button to expand/collapse all groups along with combo boxes to configure the "Group By", "Pile By", "Columns" properties that are also saved between sessions. Note that even if this panel is hidden, Ctrl+MouseWheel can be used to adjust the "Columns" property to essentially zoom in and out.
|
||||
|
||||
|
||||
- Variant game modes -
|
||||
All variants can now be applied via the constructed match setup. While moving Commander across, a basic experimental Commander deck generator was implemented. It will select a random two-color identity commander, and use those colors to build a two-color singleton deck. It is at least a starting point if someone doesn't have any Commander decks and doesn't want to or doesn't have time to build one.
|
||||
|
||||
|
||||
---------
|
||||
New Cards
|
||||
---------
|
||||
|
||||
Veiled Crocodile
|
||||
Price of Glory
|
||||
Lost in Thought
|
||||
Volrath's Curse
|
||||
Lethal Vapors
|
||||
|
||||
|
||||
------------
|
||||
Known Issues
|
||||
------------
|
||||
|
||||
- Commander 2013 cards -
|
||||
It may take a few days/weeks before these new card pictures become available for downloading via the "Download LQ Card Pictures" button. The LQ set pictures tend to take a few more weeks/months to process before they become available for downloading via the "Download LQ Set Pictures" button. Please be patient. The Forge devs are not involved in maintaining the servers that house these pictures.
|
||||
|
||||
- Born of the Gods cards -
|
||||
It may take a few days/weeks before these new card pictures become available for downloading via the "Download LQ Card Pictures" button. The LQ set pictures tend to take a few more weeks/months to process before they become available for downloading via the "Download LQ Set Pictures" button. Please be patient. The Forge devs are not involved in maintaining the servers that house these pictures.
|
||||
There is a known issue with the timing of Leaves the Battlefield triggers and multiple permanents Leaving the Battlefield. As an example, when Blood Artist died at the same time as a lot of other creatures due to a Wrath of God, the Blood Artist should trigger for every creature but does not do so.
|
||||
|
||||
Several people have noticed that the cards displayed on the battlefield will fail to be displayed when the number of cards on the battlefield increases. Maximizing the human panel can help to re-display the cards.
|
||||
|
||||
Some time was spent turning the static ETB triggers into the proper ETB replacement effects they should be, mainly to interact correctly with each other. This work is not yet finished. As a result there is currently some inconsistencies with "Enters the battlefield with counters" (Not incredibly noticeable).
|
||||
|
||||
A recent contribution to the code base should fix some of the bugs that people noticed with cloning type abilities. At this time there is one remaining issue that we hope will be addressed in the near future:
|
||||
Copies of cards that setup Zone Change triggers via addComesIntoPlayCommand and addLeavesPlayCommand will not function correctly.
|
||||
|
||||
The Forge archive includes a readme.txt file and we ask that you spend a few minutes reading this file as it contains some information that may prove useful. We do tend to update this file at times and you should quickly read this file and look for new information for each and every new release. Thank you.
|
||||
|
||||
The archive format used for the Forge distribution is ".tar.bz2". There are utilities for Windows, Mac OS and the various *nix's that can be used to extract/decompress these ".tar.bz2" archives. We recommend that you extract/decompress the Forge archive into a new and unused folder.
|
||||
|
||||
Some people use the Windows application 7zip. This utility can be found at http://www.7-zip.org/download.html. Mac users can double click on the archive and the application Archive Utility will launch and extract the archive. Mac users do not need to download a separate utility.
|
||||
|
||||
|
||||
----------------------------
|
||||
Contributors to This Release
|
||||
----------------------------
|
||||
|
||||
|
||||
|
||||
|
||||
(Quest icons used created by Teekatas, from his Legendora set http://raindropmemory.deviantart.com)
|
||||
(Thanks to the MAGE team for permission to use their targeting arrows.)
|
||||
(Thanks to http://www.freesound.org/browse/ for providing some sound files.)
|
||||
|
||||
|
||||
end
|
||||
674
forge-gui/LICENSE.txt
Normal file
674
forge-gui/LICENSE.txt
Normal file
@@ -0,0 +1,674 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||
1059
forge-gui/README.txt
Normal file
1059
forge-gui/README.txt
Normal file
File diff suppressed because it is too large
Load Diff
81
forge-gui/forge.profile.properties.example
Normal file
81
forge-gui/forge.profile.properties.example
Normal file
@@ -0,0 +1,81 @@
|
||||
#
|
||||
# forge.profile.properties.example
|
||||
#
|
||||
# To get started using this file, just copy or rename it to
|
||||
# forge.profile.properties and edit one or more of the paths below.
|
||||
#
|
||||
# Normally, users will not need to do anything here. Keeping the default paths
|
||||
# is an easy way to make sure your Forge settings and data are kept safe when
|
||||
# you upgrade Forge, even if you install to a different path or delete the
|
||||
# entire Forge program directory before you upgrade.
|
||||
#
|
||||
# If you need to, though, you can use this file to set the locations that Forge
|
||||
# will use to store your data. However, remember that whenever you install a
|
||||
# new version of Forge into a different directory, it will not see your data
|
||||
# unless you copy this file into the new program directory.
|
||||
#
|
||||
# If you specify a relative path in this file, it will be relative to the Forge
|
||||
# program directory. Note that paths defined in this file will each have the
|
||||
# whitespace trimmed from their start and end. If you need the path to start or
|
||||
# end with a space or tab character, put a slash before or after it, as
|
||||
# appropriate. For example, for the directory "<forge dir>/ local ", use:
|
||||
# xxxDir=./ local /
|
||||
#
|
||||
# Also note that all backslashes in this file need to be escaped themselves with
|
||||
# a backslash. For example: d:\\mtg-pics. Forwards slashes work on all
|
||||
# platforms, including Windows, and do not need to be escaped: d:/mtg-pics.
|
||||
#
|
||||
# EXAMPLES
|
||||
# --------
|
||||
#
|
||||
# To have Forge use the default directories:
|
||||
# userDir=
|
||||
# cacheDir=
|
||||
# cardPicsDir=
|
||||
#
|
||||
# To use a specific user data directory but the default cache dir on Windows:
|
||||
# userDir=D:/ForgeData
|
||||
# cacheDir=
|
||||
# cardPicsDir=
|
||||
#
|
||||
# To put everything under a specific path on a Unix-based system:
|
||||
# userDir=/local/path/forge
|
||||
# cacheDir=/local/path/forge/cache
|
||||
# cardPicsDir=
|
||||
|
||||
# This is where Forge will save your personal data, such as your saved decks,
|
||||
# preferences, and quest progress. If you want to back up your data or copy it
|
||||
# to another computer, this is the directory to copy. The default value is
|
||||
# platform-specific, and may differ a bit from what is listed here if you have
|
||||
# an older version of Windows:
|
||||
# Windows: <your application data directory>/Forge/
|
||||
# (usually, C:/Users/<your username>/Application Data/Roaming/Forge/)
|
||||
# OSX: <your home directory>/Library/Application Support/Forge/
|
||||
# Linux: <your home directory>/.forge/
|
||||
userDir=
|
||||
|
||||
# This is where forge will keep downloaded content, such as card pictures and
|
||||
# updated price lists. The default values are:
|
||||
# Windows: <your local application data directory>/Forge/Cache/
|
||||
# (usually C:/Users/<your username>/Application Data/Local/Forge/Cache/)
|
||||
# OSX: <your home directory>/Library/Caches/Forge/
|
||||
# Linux: <your home directory>/.cache/forge/
|
||||
cacheDir=
|
||||
|
||||
# This is where forge will download and/or look for card picture data. The
|
||||
# directory structure and filenames are the same as those used by Magic
|
||||
# Workstation, and if you have both programs installed, you can share the same
|
||||
# picture database between them. The default value (for all plaforms) is:
|
||||
# <the cacheDir defined above>/pics/cards/
|
||||
cardPicsDir=
|
||||
|
||||
# You may also specify custom folder names for each set, just in case you are
|
||||
# using any uncommon picture storage folder structure. Specify 3-letter codes
|
||||
# from res/blockdata/setsdata.txt, an arrow (->) and the sub-folder name that
|
||||
# holds card images from that edition. Separate records by a vertical bar (|).
|
||||
# Ex: cardPicsSubDirs=LEA->Alpha|ROE->Rise of Eldrazi
|
||||
cardPicsSubDirs=
|
||||
|
||||
# Forge server port. Values under 1024 won't work on Mac OSX or on the various
|
||||
*nixes.
|
||||
serverPort=
|
||||
@@ -9,13 +9,134 @@
|
||||
|
||||
<artifactId>forge-gui</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Forge GUI</name>
|
||||
<name>Forge</name>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.google.code.maven-svn-revision-number-plugin</groupId>
|
||||
<artifactId>svn-revision-number-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>revision</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<failOnError>false</failOnError>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
<artifactId>ant-nodeps</artifactId>
|
||||
<version>1.8.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.oracle.appbundler</groupId>
|
||||
<artifactId>appbundler</artifactId>
|
||||
<version>1.0</version>
|
||||
<classifier>ea</classifier>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>build-version-string</id>
|
||||
<phase>process-resources</phase>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<exportAntProperties>true</exportAntProperties>
|
||||
<target>
|
||||
<condition property="fullversionstring" value="${project.version}-r${forge.revision}${forge.specialStatus}" else="${project.version}-r${forge.revision}${forge.specialStatus} (mixed revisions detected; please update from the root directory)">
|
||||
<contains string="${forge.mixedRevisions}" substring="false" />
|
||||
</condition>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
</manifest>
|
||||
<manifestEntries>
|
||||
<Implementation-Version>${fullversionstring}</Implementation-Version>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.google.code.maven-replacer-plugin</groupId>
|
||||
<artifactId>replacer</artifactId>
|
||||
<version>1.5.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>replace</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<basedir>${basedir}/${configSourceDirectory}</basedir>
|
||||
<filesToInclude>forge.sh, forge.command</filesToInclude>
|
||||
<outputBasedir>${project.build.directory}</outputBasedir>
|
||||
<outputDir>.</outputDir>
|
||||
<regex>false</regex>
|
||||
<replacements>
|
||||
<replacement>
|
||||
<token>$project.build.finalName$</token>
|
||||
<value>${project.build.finalName}-jar-with-dependencies.jar</value>
|
||||
</replacement>
|
||||
</replacements>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<configuration>
|
||||
<attach>false</attach>
|
||||
<descriptorRefs>
|
||||
<descriptorRef>jar-with-dependencies</descriptorRef>
|
||||
</descriptorRefs>
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>forge.view.Main</mainClass>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
<manifestEntries>
|
||||
<Implementation-Version>${fullversionstring}</Implementation-Version>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>make-assembly</id>
|
||||
<!-- this is used for inheritance merges -->
|
||||
<phase>package</phase>
|
||||
<!-- bind to the packaging phase -->
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<version>1.8</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>released-version</id>
|
||||
@@ -32,21 +153,7 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
</manifest>
|
||||
<manifestEntries>
|
||||
<Implementation-Version>${fullversionstring}</Implementation-Version>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
@@ -54,78 +161,379 @@
|
||||
<dependency>
|
||||
<groupId>forge</groupId>
|
||||
<artifactId>forge-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>forge</groupId>
|
||||
<artifactId>forge-game</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>forge</groupId>
|
||||
<artifactId>forge-ai</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>forge</groupId>
|
||||
<artifactId>forge-net</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>forge</groupId>
|
||||
<artifactId>forge-resources</artifactId>
|
||||
<scope>runtime</scope>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.miglayout</groupId>
|
||||
<artifactId>miglayout</artifactId>
|
||||
<version>3.7.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.mortennobel</groupId>
|
||||
<artifactId>java-image-scaling</artifactId>
|
||||
<version>0.8.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>15.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
<version>1.4.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.testng</groupId>
|
||||
<artifactId>testng</artifactId>
|
||||
<version>6.8.7</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.powermock</groupId>
|
||||
<artifactId>powermock-module-testng</artifactId>
|
||||
<version>1.5.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.powermock</groupId>
|
||||
<artifactId>powermock-api-mockito</artifactId>
|
||||
<version>1.5.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-websocket</artifactId>
|
||||
<version>${jettyVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-server</artifactId>
|
||||
<version>${jettyVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-servlet</artifactId>
|
||||
<version>${jettyVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.17</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.googlecode</groupId>
|
||||
<artifactId>minlog</artifactId>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
<!--dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
<artifactId>javafx</artifactId>
|
||||
<version>2.2</version>
|
||||
<systemPath>${java.home}/lib/jfxrt.jar</systemPath>
|
||||
<scope>system</scope>
|
||||
</dependency-->
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.freemarker</groupId>
|
||||
<artifactId>freemarker</artifactId>
|
||||
<version>2.3.20</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>windows-linux</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.akathist.maven.plugins.launch4j</groupId>
|
||||
<artifactId>launch4j-maven-plugin</artifactId>
|
||||
<version>1.5.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>l4j-gui</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>launch4j</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<headerType>gui</headerType>
|
||||
<outfile>${project.build.directory}/forge.exe</outfile>
|
||||
<jar>${project.build.finalName}-jar-with-dependencies.jar</jar>
|
||||
<dontWrapJar>true</dontWrapJar>
|
||||
<errTitle>forge</errTitle>
|
||||
<icon>src/main/config/forge.ico</icon>
|
||||
<classPath>
|
||||
<mainClass>forge.view.Main</mainClass>
|
||||
<addDependencies>false</addDependencies>
|
||||
<preCp>anything</preCp>
|
||||
</classPath>
|
||||
<jre>
|
||||
<minVersion>1.7.0</minVersion>
|
||||
<maxHeapSize>1024</maxHeapSize>
|
||||
</jre>
|
||||
<versionInfo>
|
||||
<fileVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.0</fileVersion>
|
||||
<txtFileVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.0</txtFileVersion>
|
||||
<fileDescription>Forge</fileDescription>
|
||||
<copyright>Forge</copyright>
|
||||
<productVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.0</productVersion>
|
||||
<txtProductVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.0</txtProductVersion>
|
||||
<productName>Forge</productName>
|
||||
<internalName>forge</internalName>
|
||||
<originalFilename>forge.exe</originalFilename>
|
||||
</versionInfo>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>1.7</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
<artifactId>ant-nodeps</artifactId>
|
||||
<version>1.8.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>win-linux-app-bundle</id>
|
||||
<phase>pre-integration-test</phase>
|
||||
<configuration>
|
||||
<target>
|
||||
<!-- Windows/Linux archive -->
|
||||
<mkdir dir="${project.build.directory}/${project.build.finalName}" />
|
||||
<copy todir="${project.build.directory}/${project.build.finalName}">
|
||||
<fileset dir="${project.build.directory}" includes="forge.sh" />
|
||||
<fileset dir="${project.build.directory}" includes="forge.command" />
|
||||
<fileset dir="${basedir}" includes="forge.profile.properties.example" />
|
||||
<fileset dir="${basedir}" includes="LICENSE.txt" />
|
||||
<fileset dir="${basedir}" includes="README.txt" />
|
||||
<fileset dir="${basedir}" includes="CHANGES.txt" />
|
||||
<fileset dir="${basedir}">
|
||||
<include name="res/**" />
|
||||
<exclude name="res/cardsfolder/**" />
|
||||
</fileset>
|
||||
<fileset dir="${project.build.directory}" includes="forge.exe" />
|
||||
<fileset dir="${project.build.directory}" includes="${project.build.finalName}-jar-with-dependencies.jar" />
|
||||
</copy>
|
||||
<mkdir dir="${project.build.directory}/${project.build.finalName}/res/cardsfolder" />
|
||||
<zip destfile="${project.build.directory}/${project.build.finalName}/res/cardsfolder/cardsfolder.zip" basedir="${basedir}/res/cardsfolder" level="1" />
|
||||
<chmod file="${project.build.directory}/${project.build.finalName}/forge.sh" perm="a+rx" />
|
||||
<chmod file="${project.build.directory}/${project.build.finalName}/forge.command" perm="a+rx" />
|
||||
<chmod file="${project.build.directory}/${project.build.finalName}/forge.exe" perm="a+rx" />
|
||||
<tar destfile="${project.build.directory}/${project.build.finalName}.tar.bz2" compression="bzip2">
|
||||
<tarfileset filemode="755" dir="${project.build.directory}/${project.build.finalName}">
|
||||
<include name="forge.sh" />
|
||||
<include name="forge.command" />
|
||||
<include name="forge.exe" />
|
||||
</tarfileset>
|
||||
<tarfileset dir="${project.build.directory}/${project.build.finalName}">
|
||||
<include name="**" />
|
||||
<exclude name="forge.sh" />
|
||||
<exclude name="forge.command" />
|
||||
<exclude name="forge.exe" />
|
||||
</tarfileset>
|
||||
</tar>
|
||||
</target>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<version>1.8</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>released-version</id>
|
||||
<phase>validate</phase>
|
||||
<goals>
|
||||
<goal>released-version</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>parse-version</id>
|
||||
<goals>
|
||||
<goal>parse-version</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>attach-distribution</id>
|
||||
<phase>post-integration-test</phase>
|
||||
<goals>
|
||||
<goal>attach-artifact</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifacts>
|
||||
<artifact>
|
||||
<file>${project.build.directory}/${project.build.finalName}.tar.bz2</file>
|
||||
<type>tar.bz2</type>
|
||||
</artifact>
|
||||
</artifacts>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<properties>
|
||||
<license.file.name>"LICENSE.txt"</license.file.name>
|
||||
<changes.file.name>"CHANGES.txt"</changes.file.name>
|
||||
<readme.file.name>"README.txt"</readme.file.name>
|
||||
<forge.file.name>"Forge"</forge.file.name>
|
||||
<applications.file.name>"Applications"</applications.file.name>
|
||||
</properties>
|
||||
<id>osx</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>1.7</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
<artifactId>ant-nodeps</artifactId>
|
||||
<version>1.8.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.oracle.appbundler</groupId>
|
||||
<artifactId>appbundler</artifactId>
|
||||
<version>1.0</version>
|
||||
<classifier>ea</classifier>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>osx-appbundle</id>
|
||||
<phase>pre-integration-test</phase>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="${project.build.directory}/${project.build.finalName}-osx" />
|
||||
<copy todir="${project.build.directory}/${project.build.finalName}-osx">
|
||||
<fileset dir="${basedir}" includes="LICENSE.txt" />
|
||||
<fileset dir="${basedir}" includes="README.txt" />
|
||||
<fileset dir="${basedir}" includes="CHANGES.txt" />
|
||||
</copy>
|
||||
<mkdir dir="${project.build.directory}/res/cardsfolder" />
|
||||
<zip destfile="${project.build.directory}/res/cardsfolder/cardsfolder.zip" basedir="${basedir}/res/cardsfolder" level="1" />
|
||||
<taskdef name="bundleapp" classpathref="maven.runtime.classpath" classname="com.oracle.appbundler.AppBundlerTask" />
|
||||
<bundleapp outputdirectory="${project.build.directory}/${project.build.finalName}-osx" name="${project.name}" displayname="${project.name}" shortversion="${project.version}" identifier="forge.view.Main" icon="${basedir}/${configSourceDirectory}/Forge.icns" applicationCategory="public.app-category.games" mainclassname="forge.view.Main">
|
||||
<runtime dir="${env.JAVA_HOME}" />
|
||||
<classpath file="${project.build.directory}/${project.build.finalName}-jar-with-dependencies.jar" />
|
||||
<classpath file="${basedir}/res/cardsfolder" />
|
||||
<classpath file="${project.build.directory}/res/cardsfolder/cardsfolder.zip" />
|
||||
<classpath file="${basedir}/forge.profile.properties.example" />
|
||||
<option value="-Dapple.laf.useScreenMenuBar=true" />
|
||||
<option value="-Dcom.apple.macos.use-file-dialog-packages=true" />
|
||||
<option value="-Dcom.apple.macos.useScreenMenuBar=true" />
|
||||
<option value="-Dcom.apple.mrj.application.apple.menu.about.name=Forge" />
|
||||
<option value="-Dcom.apple.smallTabs=true" />
|
||||
<option value="-Xmx1024M" />
|
||||
<option value="-Dapp.dir=$APP_ROOT/Contents/Resources/" />
|
||||
</bundleapp>
|
||||
<symlink link="${project.build.directory}/${project.build.finalName}-osx/Applications" resource="/Applications" />
|
||||
<exec executable="${basedir}/${configSourceDirectory}/create-dmg" failonerror="false">
|
||||
<arg line="--volname ${project.name}-${project.version} --background ${basedir}/${configSourceDirectory}/backgroundImage.jpg --window-size 700 419 --icon-size 64 --icon ${forge.file.name} 141 283 --icon ${applications.file.name} 452 283 --icon ${changes.file.name} 645 80 --icon ${license.file.name} 645 200 --icon ${readme.file.name} 645 320 ${project.build.directory}/${project.build.finalName}.dmg ${project.build.directory}/${project.build.finalName}-osx" />
|
||||
</exec>
|
||||
<tar basedir="${project.build.directory}" includes="${project.build.finalName}.dmg" destfile="${project.build.directory}/${project.build.finalName}-osx.tar.bz2" compression="bzip2" />
|
||||
<!--<symlink link="${project.build.directory}/${project.build.finalName}-osx/Applications" action="delete" /> -->
|
||||
<exec executable="rm" failonerror="false">
|
||||
<arg line="-f ${project.build.directory}/${project.build.finalName}-osx/Applications" />
|
||||
</exec>
|
||||
</target>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<version>1.8</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>released-version</id>
|
||||
<phase>validate</phase>
|
||||
<goals>
|
||||
<goal>released-version</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>parse-version</id>
|
||||
<goals>
|
||||
<goal>parse-version</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>attach-distribution-osx</id>
|
||||
<phase>post-integration-test</phase>
|
||||
<goals>
|
||||
<goal>attach-artifact</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifacts>
|
||||
<artifact>
|
||||
<file>${project.build.directory}/${project.build.finalName}-osx.tar.bz2
|
||||
</file>
|
||||
<type>tar.bz2</type>
|
||||
<classifier>osx</classifier>
|
||||
</artifact>
|
||||
</artifacts>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>test-deploy</id>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>cardforge-repo-local</id>
|
||||
<url>ftp://localhost/Users/dhudson/releases</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>cardforge-snapshot-repo-local</id>
|
||||
<url>ftp://localhost/Users/dhudson/snapshots</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
||||
6
forge-gui/res/ai/Default.ai
Normal file
6
forge-gui/res/ai/Default.ai
Normal file
@@ -0,0 +1,6 @@
|
||||
CHEAT_WITH_MANA_ON_SHUFFLE=true
|
||||
DEFAULT_MAX_PLANAR_DIE_ROLLS_PER_TURN=1
|
||||
DEFAULT_MIN_TURN_TO_ROLL_PLANAR_DIE=3
|
||||
DEFAULT_PLANAR_DIE_ROLL_CHANCE=50
|
||||
MULLIGAN_THRESHOLD=5
|
||||
PLANAR_DIE_ROLL_HESITATION_CHANCE=10
|
||||
6
forge-gui/res/ai/Reckless.ai
Normal file
6
forge-gui/res/ai/Reckless.ai
Normal file
@@ -0,0 +1,6 @@
|
||||
CHEAT_WITH_MANA_ON_SHUFFLE=true
|
||||
DEFAULT_MAX_PLANAR_DIE_ROLLS_PER_TURN=1
|
||||
DEFAULT_MIN_TURN_TO_ROLL_PLANAR_DIE=1
|
||||
DEFAULT_PLANAR_DIE_ROLL_CHANCE=100
|
||||
MULLIGAN_THRESHOLD=2
|
||||
PLANAR_DIE_ROLL_HESITATION_CHANCE=0
|
||||
53
forge-gui/res/blockdata/blocks.txt
Normal file
53
forge-gui/res/blockdata/blocks.txt
Normal file
@@ -0,0 +1,53 @@
|
||||
# Name, Draft/Sealed/Lands, All sets and metas
|
||||
Alpha, 3/6/LEA, LEA
|
||||
Beta, 3/6/LEB, LEB
|
||||
Unlimited, 3/6/2ED, 2ED
|
||||
Arabian Nights, 5/9/2ED, ARN
|
||||
Antiquities, 5/9/2ED, ATQ
|
||||
Revised, 3/6/3ED, 3ED
|
||||
Legends, 3/6/3ED, LEG
|
||||
The Dark, 5/9/3ED, DRK
|
||||
Fallen Empires, 5/9/3ED, FEM
|
||||
Fourth Edition, 3/6/4ED, 4ED
|
||||
Ice Age, 3/6/ICE, ICE ALL CSP
|
||||
Homelands, 5/9/4ED, HML
|
||||
Mirage, 3/6/MIR, MIR VIS WTH
|
||||
Fifth Edition, 3/6/5ED, 5ED
|
||||
Portal, 3/6/POR, POR
|
||||
Tempest, 3/6/TMP, TMP STH EXO
|
||||
Portal Second Age, 3/6/PO2, PO2
|
||||
Urza, 3/6/USG, USG ULG UDS
|
||||
Sixth Edition, 3/6/6ED, 6ED
|
||||
Portal Three Kingdoms, 5/9/PTK, PTK
|
||||
Masques, 3/6/MMQ, MMQ NMS PCY
|
||||
Invasion, 3/6/INV, INV PLS APC
|
||||
Seventh Edition, 3/6/7ED, 7ED
|
||||
Odyssey, 3/6/ODY, ODY TOR JUD
|
||||
Onslaught, 3/6/ONS, ONS LGN SCG
|
||||
Eighth Edition, 3/6/8ED, 8ED
|
||||
Mirrodin, 3/6/MRD, MRD DST 5DN
|
||||
Kamigawa, 3/6/CHK, CHK BOK SOK
|
||||
Ninth Edition, 3/6/9ED, 9ED
|
||||
Ravnica, 3/6/RAV, RAV GPT DIS
|
||||
Coldsnap, 3/6/9ED, CSP
|
||||
Time Spiral, 3/6/TSP, TSP PLC FUT
|
||||
Tenth Edition, 3/6/10E, 10E
|
||||
Lorwyn, 3/6/LRW, LRW MOR
|
||||
Shadowmoor, 3/6/SHM, SHM EVE
|
||||
Shards of Alara, 3/6/ALA, ALA CFX ARB
|
||||
Magic 2010, 3/6/M10, M10
|
||||
Zendikar, 3/6/ZEN, ZEN WWK
|
||||
Rise of the Eldrazi, 3/6/ROE, ROE
|
||||
Magic 2011, 3/6/M11, M11
|
||||
Scars of Mirrodin, 3/6/SOM, SOM MBS NPH
|
||||
Magic 2012, 3/6/M12, M12
|
||||
Innistrad, 3/6/ISD, ISD DKA
|
||||
Avacyn Restored, 3/6/AVR, AVR
|
||||
Magic 2013, 3/6/M13, M13
|
||||
Return to Ravnica, 3/6/RTR, RTR GTC DGM
|
||||
Return to Ravnica Guild Sealed, -/6/RTR, RTR RTR RTR Meta-Choose(S(RTR Prerelease Azorius Guild)Azorius guild;S(RTR Prerelease Selesnya Guild)Selesnya guild;S(RTR Prerelease Izzet Guild)Izzet guild;S(RTR Prerelease Rakdos Guild)Rakdos guild;S(RTR Prerelease Golgari Guild)Golgari guild)Guild
|
||||
Gatecrash Guild Sealed, -/6/RTR, GTC GTC GTC Meta-Choose(S(GTC Prerelease Orzhov Guild)Orzhov guild;S(GTC Prerelease Boros Guild)Boros guild;S(GTC Prerelease Dimir Guild)Dimir guild;S(GTC Prerelease Simic Guild)Simic guild;S(GTC Prerelease Gruul Guild)Gruul guild)Guild
|
||||
Dragon's Maze Race, -/5/RTR, DGM DGM DGM Meta-Choose(All(S(RTR Azorius Guild);Random(S(GTC Orzhov Guild);S(GTC Boros Guild);S(GTC Simic Guild);S(GTC Dimir Guild)))Azorius guild and a secret ally;All(S(RTR Selesnya Guild);Random(S(GTC Gruul Guild);S(GTC Orzhov Guild);S(GTC Boros Guild);S(GTC Simic Guild)))Selesnya guild and a secret ally;All(S(RTR Izzet Guild);Random(S(GTC Gruul Guild);S(GTC Dimir Guild);S(GTC Simic Guild);S(GTC Boros Guild)))Izzet guild and a secret ally;All(S(RTR Rakdos Guild);Random(S(GTC Orzhov Guild);S(GTC Dimir Guild);S(GTC Gruul Guild);S(GTC Boros Guild)))Rakdos guild and a secret ally;All(S(RTR Golgari Guild);Random(S(GTC Orzhov Guild);S(GTC Dimir Guild);S(GTC Simic Guild);S(GTC Gruul Guild)))Golgari guild and a secret ally;All(S(GTC Orzhov Guild);Random(S(RTR Azorius Guild);S(RTR Golgari Guild);S(RTR Selesnya Guild);S(RTR Rakdos Guild)))Orzhov guild and a secret ally;All(S(GTC Boros Guild);Random(S(RTR Azorius Guild);S(RTR Rakdos Guild);S(RTR Selesnya Guild);S(RTR Izzet Guild)))Boros guild and a secret ally;All(S(GTC Dimir Guild);Random(S(RTR Azorius Guild);S(RTR Izzet Guild);S(RTR Rakdos Guild);S(RTR Golgari Guild)))Dimir guild and a secret ally;All(S(GTC Simic Guild);Random(S(RTR Azorius Guild);S(RTR Golgari Guild);S(RTR Izzet Guild);S(RTR Selesnya Guild)))Simic guild and a secret ally;All(S(GTC Gruul Guild);Random(S(RTR Golgari Guild);S(RTR Izzet Guild);S(RTR Rakdos Guild);S(RTR Selesnya Guild)))Gruul guild and a secret ally)Guild
|
||||
Modern Masters, 3/6/M13, MMA
|
||||
Magic 2014, 3/6/M14, M14
|
||||
Theros, 3/6/THS, THS BNG
|
||||
23
forge-gui/res/blockdata/boosters-special.txt
Normal file
23
forge-gui/res/blockdata/boosters-special.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
#Prerelease boosters
|
||||
RTR Prerelease Azorius Guild: 10 Common:fromSheet("RTR Azorius Guild"), 3 Uncommon:fromSheet("RTR Azorius Guild"), 1 RareMythic:fromSheet("RTR Azorius Guild"), 2 promo("Azorius GuildGate|RTR","Archon of the Triumvirate|RTR")
|
||||
GTC Prerelease Orzhov Guild: 10 Common:fromSheet("GTC Orzhov Guild"), 3 Uncommon:fromSheet("GTC Orzhov Guild"), 1 RareMythic:fromSheet("GTC Orzhov Guild"), 2 promo("Orzhov GuildGate|GTC","Treasury Thrull|GTC")
|
||||
GTC Prerelease Boros Guild: 10 Common:fromSheet("GTC Boros Guild"), 3 Uncommon:fromSheet("GTC Boros Guild"), 1 RareMythic:fromSheet("GTC Boros Guild"), 2 promo("Boros GuildGate|GTC","Foundry Champion|GTC")
|
||||
RTR Prerelease Selesnya Guild: 10 Common:fromSheet("RTR Selesnya Guild"), 3 Uncommon:fromSheet("RTR Selesnya Guild"), 1 RareMythic:fromSheet("RTR Selesnya Guild"), 2 promo("Selesnya GuildGate|RTR","Grove of the Guardian|RTR")
|
||||
GTC Prerelease Dimir Guild: 10 Common:fromSheet("GTC Dimir Guild"), 3 Uncommon:fromSheet("GTC Dimir Guild"), 1 RareMythic:fromSheet("GTC Dimir Guild"), 2 promo("Dimir GuildGate|GTC","Consuming Aberration|GTC")
|
||||
RTR Prerelease Izzet Guild: 10 Common:fromSheet("RTR Izzet Guild"), 3 Uncommon:fromSheet("RTR Izzet Guild"), 1 RareMythic:fromSheet("RTR Izzet Guild"), 2 promo("Izzet GuildGate|RTR","Hypersonic Dragon|RTR")
|
||||
GTC Prerelease Simic Guild: 10 Common:fromSheet("GTC Simic Guild"), 3 Uncommon:fromSheet("GTC Simic Guild"), 1 RareMythic:fromSheet("GTC Simic Guild"), 2 promo("Simic GuildGate|GTC","Fathom Mage|GTC")
|
||||
RTR Prerelease Rakdos Guild: 10 Common:fromSheet("RTR Rakdos Guild"), 3 Uncommon:fromSheet("RTR Rakdos Guild"), 1 RareMythic:fromSheet("RTR Rakdos Guild"), 2 promo("Rakdos GuildGate|RTR","Carnival Hellsteed|RTR")
|
||||
RTR Prerelease Golgari Guild: 10 Common:fromSheet("RTR Golgari Guild"), 3 Uncommon:fromSheet("RTR Golgari Guild"), 1 RareMythic:fromSheet("RTR Golgari Guild"), 2 promo("Golgari GuildGate|RTR","Corpsejack Menace|RTR")
|
||||
GTC Prerelease Gruul Guild: 10 Common:fromSheet("GTC Gruul Guild"), 3 Uncommon:fromSheet("GTC Gruul Guild"), 1 RareMythic:fromSheet("GTC Gruul Guild"), 2 promo("Gruul GuildGate|GTC","Rubblehulk|GTC")
|
||||
|
||||
#Boosters for DGM event
|
||||
RTR Azorius Guild: 10 Common:fromSheet("RTR Azorius Guild"), 3 Uncommon:fromSheet("RTR Azorius Guild"), 1 RareMythic:fromSheet("RTR Azorius Guild"), 1 promo("Azorius GuildGate|RTR")
|
||||
GTC Orzhov Guild: 10 Common:fromSheet("GTC Orzhov Guild"), 3 Uncommon:fromSheet("GTC Orzhov Guild"), 1 RareMythic:fromSheet("GTC Orzhov Guild"), 1 promo("Orzhov GuildGate|GTC")
|
||||
GTC Boros Guild: 10 Common:fromSheet("GTC Boros Guild"), 3 Uncommon:fromSheet("GTC Boros Guild"), 1 RareMythic:fromSheet("GTC Boros Guild"), 1 promo("Boros GuildGate|GTC")
|
||||
RTR Selesnya Guild: 10 Common:fromSheet("RTR Selesnya Guild"), 3 Uncommon:fromSheet("RTR Selesnya Guild"), 1 RareMythic:fromSheet("RTR Selesnya Guild"), 1 promo("Selesnya GuildGate|RTR")
|
||||
GTC Dimir Guild: 10 Common:fromSheet("GTC Dimir Guild"), 3 Uncommon:fromSheet("GTC Dimir Guild"), 1 RareMythic:fromSheet("GTC Dimir Guild"), 1 promo("Dimir GuildGate|GTC")
|
||||
RTR Izzet Guild: 10 Common:fromSheet("RTR Izzet Guild"), 3 Uncommon:fromSheet("RTR Izzet Guild"), 1 RareMythic:fromSheet("RTR Izzet Guild"), 1 promo("Izzet GuildGate|RTR")
|
||||
GTC Simic Guild: 10 Common:fromSheet("GTC Simic Guild"), 3 Uncommon:fromSheet("GTC Simic Guild"), 1 RareMythic:fromSheet("GTC Simic Guild"), 1 promo("Simic GuildGate|GTC")
|
||||
RTR Rakdos Guild: 10 Common:fromSheet("RTR Rakdos Guild"), 3 Uncommon:fromSheet("RTR Rakdos Guild"), 1 RareMythic:fromSheet("RTR Rakdos Guild"), 1 promo("Rakdos GuildGate|RTR")
|
||||
RTR Golgari Guild: 10 Common:fromSheet("RTR Golgari Guild"), 3 Uncommon:fromSheet("RTR Golgari Guild"), 1 RareMythic:fromSheet("RTR Golgari Guild"), 1 promo("Golgari GuildGate|RTR")
|
||||
GTC Gruul Guild: 10 Common:fromSheet("GTC Gruul Guild"), 3 Uncommon:fromSheet("GTC Gruul Guild"), 1 RareMythic:fromSheet("GTC Gruul Guild"), 1 promo("Gruul GuildGate|GTC")
|
||||
29
forge-gui/res/blockdata/fantasyblocks.txt
Normal file
29
forge-gui/res/blockdata/fantasyblocks.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
# Name, Draft/Sealed/Lands, All sets and metas
|
||||
(3) Arabian Ice Age, 3/6/ICE, ICE ARN LEG
|
||||
(3) Unlimited Power, 3/6/2ED, 2ED ARN LEG
|
||||
(3) Dark Empires, 3/6/3ED, DRK FEM HML
|
||||
(3) Urza's Tempest Mirage, 3/6/5ED, MIR TMP USG
|
||||
(3) Twilight of an Era, 3/6/7ED, INV ODY ONS
|
||||
(3) New Dawn, 3/6/9ED, MRD CHK RAV
|
||||
(5-6) Chronicles 01 - Origins, 3/6/2ED, 2ED ARN ATQ LEG DRK FEM
|
||||
(5-6) Chronicles 02 - Icy Mirage, 3/6/5ED, ICE HML ALL MIR VIS WTH
|
||||
(5-6) Chronicles 03 - Urza's Tempest, 3/6/6ED, TMP USG STH ULG EXO UDS
|
||||
(5-6) Chronicles 04 - Mercadian Invasion, 3/6/7ED, MMQ INV NMS PLS PCY APC
|
||||
(5-6) Chronicles 05 - Onslaught Odyssey, 3/6/8ED, ODY ONS TOR LGN JUD SCG
|
||||
(5-6) Chronicles 06 - Champions of Mirrodin, 3/6/9ED, MRD CHK DST BOK 5DN SOK
|
||||
(5-6) Chronicles 07 - Ravnica Spiral, 3/6/9ED, RAV TSP GPT PLC DIS FUT
|
||||
(5-6) Chronicles 08 - Cold Lorwynmoor (5 only), 3/6/10E, LRW SHM MOR EVE CSP
|
||||
(5-6) Chronicles 09 - Shards of Zendikar, 3/6/M11, ALA ZEN CFX WWK ARB ROE
|
||||
(5-6) Chronicles 10 - Scars of Innistrad, 3/6/M11, SOM ISD MBS DKA NPH AVR
|
||||
(4) Arabian Africa, 3/6/MIR, ARN MIR VIS WTH
|
||||
(6) Africa-Asia, 3/6/MIR, MIR CHK VIS BOK WTH SOK
|
||||
(6-7)Cores 1 (2,3,4,5,6,7), 3/6/4ED, 2ED 3ED 4ED 5ED 6ED 7ED
|
||||
(6-7)Cores 2 (8,9,10,M10,M11,M12,M13), 3/7/10E, 8ED 9ED 10E M10 M11 M12 M13
|
||||
(4) Ice Age Extended, 3/6/ICE, ICE ALL CSP HML
|
||||
(6) Sample 6-pack, 3/6/2ED, 2ED ICE HML LEG DRK FEM
|
||||
(7) Sample 7-pack, 3/7/4ED, 4ED ALL ICE HML LEG DRK FEM
|
||||
(8) Sample 8-pack, 3/8/4ED, 4ED ALL ICE HML LEG DRK FEM CHR
|
||||
(9) Sample 9-pack, 3/9/2ED, 2ED ALL ICE HML LEG DRK FEM ATQ ARN
|
||||
(9) MtG Encyclopedia, 3/9/2ED, 2ED ATQ ARN DRK LEG FEM ICE HML ALL
|
||||
(3) Metaset Sample, 3/6/2ED, Meta-Cube(ArabianExtended)ARAB Meta-JoinedSet(ISD DKA AVR M13)M13-ISD Meta-Full()
|
||||
(3) Metaset Sample 2, 3/6/2ED, Meta-Choose(CUBE(ArabianExtended)Arabian Extended;FULL()*;JoinedSet(ICE ALL HML CSP)Ice Age Block Extended;Booster(2ED)Unlimited booster;Pack(4ED)4th Edition Tournament)CHOOSE Meta-Random(Full()*;JoinedSet(CHK BOK SOK)KAMI;Booster(8ED)8ED)RANDOM
|
||||
53
forge-gui/res/blockdata/fatpacks.txt
Normal file
53
forge-gui/res/blockdata/fatpacks.txt
Normal file
@@ -0,0 +1,53 @@
|
||||
MMQ: 6 Boosters, 30 BasicLands
|
||||
NMS: 6 Boosters
|
||||
PCY: 6 Boosters
|
||||
INV: 6 Boosters
|
||||
PLS: 6 Boosters
|
||||
APC: 6 Boosters
|
||||
ODY: 6 Boosters
|
||||
TOR: 6 Boosters
|
||||
JUD: 6 Boosters
|
||||
ONS: 9 Boosters, 30 BasicLands
|
||||
LGN: 6 Boosters
|
||||
SCG: 6 Boosters
|
||||
MRD: 6 Boosters
|
||||
DST: 6 Boosters
|
||||
5DN: 6 Boosters
|
||||
CHK: 6 Boosters
|
||||
BOK: 6 Boosters
|
||||
SOK: 6 Boosters
|
||||
9ED: 6 Boosters, 40 BasicLands
|
||||
RAV: 6 Boosters, 40 BasicLands
|
||||
GPT: 6 Boosters, 40 BasicLands RAV
|
||||
DIS: 6 Boosters, 40 BasicLands RAV
|
||||
CSP: 6 Boosters, 40 BasicLands
|
||||
TSP: 6 Boosters, 40 BasicLands
|
||||
PLC: 6 Boosters, 40 BasicLands TSP
|
||||
FUT: 6 Boosters, 40 BasicLands TSP
|
||||
10E: 6 Boosters, 40 BasicLands
|
||||
LRW: 6 Boosters, 40 BasicLands
|
||||
MOR: 6 Boosters, 40 BasicLands LRW
|
||||
SHM: 8 Boosters, 40 BasicLands
|
||||
EVE: 8 Boosters, 40 BasicLands SHM
|
||||
ALA: 8 Boosters, 40 BasicLands
|
||||
CFX: 8 Boosters, 40 BasicLands ALA
|
||||
ARB: 8 Boosters, 40 BasicLands ALA
|
||||
M10: 8 Boosters, 40 BasicLands
|
||||
ZEN: 8 Boosters, 40 BasicLands
|
||||
WWK: 8 Boosters, 40 BasicLands ZEN
|
||||
ROE: 8 Boosters, 40 BasicLands
|
||||
M11: 8 Boosters, 40 BasicLands
|
||||
SOM: 8 Boosters, 40 BasicLands
|
||||
MBS: 9 Boosters, 80 BasicLands MBS
|
||||
NPH: 9 Boosters, 80 BasicLands NPH
|
||||
M12: 9 Boosters, 80 BasicLands
|
||||
ISD: 9 Boosters, 70 BasicLands
|
||||
DKA: 9 Boosters, 70 BasicLands ISD
|
||||
AVR: 9 Boosters, 80 BasicLands
|
||||
M13: 9 Boosters, 80 BasicLands
|
||||
RTR: 9 Boosters, 80 BasicLands
|
||||
GTC: 9 Boosters, 80 BasicLands RTR
|
||||
DGM: 9 Boosters, 80 BasicLands RTR
|
||||
M14: 9 Boosters, 80 BasicLands
|
||||
THS: 9 Boosters, 80 BasicLands
|
||||
BNG: 9 Boosters, 80 BasicLands THS
|
||||
17
forge-gui/res/blockdata/formats.txt
Normal file
17
forge-gui/res/blockdata/formats.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
[Standard]
|
||||
Sets:RTR, GTC, DGM, M14, THS, BNG
|
||||
|
||||
[Extended]
|
||||
Sets:SOM, MBS, NPH, M12, ISD, DKA, AVR, M13, RTR, GTC, DGM, M14, THS, BNG
|
||||
Banned:Ponder; Mental Misstep
|
||||
|
||||
[Modern]
|
||||
Sets:8ED, MRD, DST, 5DN, CHK, BOK, SOK, 9ED, RAV, GPT, DIS, CSP, TSP, TSB, PLC, FUT, 10E, LRW, EVE, SHM, MOR, ALA, CFX, ARB, M10, ZEN, WWK, ROE, M11, SOM, MBS, NPH, M12, ISD, DKA, AVR, M13, RTR, GTC, DGM, M14, THS, BNG
|
||||
Banned:Ancestral Vision; Ancient Den; Blazing Shoal; Bloodbraid Elf; Chrome Mox; Cloudpost; Dark Depths; Deathrite Shaman; Dread Return; Glimpse of Nature; Golgari Grave-Troll; Great Furnace; Green Sun's Zenith; Hypergenesis; Jace, the Mind Sculptor; Mental Misstep; Ponder; Preordain; Punishing Fire; Rite of Flame; Seat of the Synod; Seething Song; Sensei's Divining Top; Stoneforge Mystic; Skullclamp; Sword of the Meek; Tree of Tales; Umezawa's Jitte; Vault of Whispers
|
||||
|
||||
[Legacy]
|
||||
Banned:Amulet of Quoz; Ancestral Recall; Balance; Bazaar of Baghdad; Black Lotus; Black Vise; Bronze Tablet; Channel; Chaos Orb; Contract from Below; Darkpact; Demonic Attorney; Demonic Consultation; Demonic Tutor; Earthcraft; Falling Star; Fastbond; Flash; Frantic Search; Goblin Recruiter; Gush; Hermit Druid; Imperial Seal; Jeweled Bird; Land Tax; Library of Alexandria; Mana Crypt; Mana Drain; Mana Vault; Memory Jar; Mind Twist; Mind's Desire; Mishra's Workshop; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Mystical Tutor; Necropotence; Oath of Druids; Rebirth; Shahrazad; Skullclamp; Sol Ring; Strip Mine; Survival of the Fittest; Tempest Efreet; Time Vault; Time Walk; Timetwister; Timmerian Fiends; Tinker; Tolarian Academy; Vampiric Tutor; Wheel of Fortune; Windfall; Worldgorger Dragon; Yawgmoth's Bargain; Yawgmoth's Will; Mental Misstep
|
||||
|
||||
[Vintage]
|
||||
Banned:Amulet of Quoz; Bronze Tablet; Chaos Orb; Contract from Below; Darkpact; Demonic Attorney; Falling Star; Jeweled Bird; Rebirth; Shahrazad; Tempest Efreet; Timmerian Fiends
|
||||
Restricted:Ancestral Recall; Balance; Black Lotus; Brainstorm; Channel; Demonic Consultation; Demonic Tutor; Fastbond; Flash; Gifts Ungiven; Imperial Seal; Library of Alexandria; Lion's Eye Diamond; Lotus Petal; Mana Crypt; Mana Vault; Memory Jar; Merchant Scroll; Mind's Desire; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Mystical Tutor; Necropotence; Ponder; Sol Ring; Strip Mine; Thirst for Knowledge; Time Vault; Time Walk; Timetwister; Tinker; Tolarian Academy; Trinisphere; Vampiric Tutor; Wheel of Fortune; Windfall; Yawgmoth's Bargain; Yawgmoth's Will
|
||||
659
forge-gui/res/blockdata/printsheets.txt
Normal file
659
forge-gui/res/blockdata/printsheets.txt
Normal file
@@ -0,0 +1,659 @@
|
||||
[DGM Lands]
|
||||
10 Azorius Guildgate|DGM
|
||||
10 Boros Guildgate|DGM
|
||||
10 Dimir Guildgate|DGM
|
||||
10 Golgari Guildgate|DGM
|
||||
10 Gruul Guildgate|DGM
|
||||
10 Izzet Guildgate|DGM
|
||||
10 Orzhov Guildgate|DGM
|
||||
10 Rakdos Guildgate|DGM
|
||||
10 Selesnya Guildgate|DGM
|
||||
10 Simic Guildgate|DGM
|
||||
2 Blood Crypt|RTR
|
||||
2 Hallowed Fountain|RTR
|
||||
2 Overgrown Tomb|RTR
|
||||
2 Steam Vents|RTR
|
||||
2 Temple Garden|RTR
|
||||
2 Breeding Pool|GTC
|
||||
2 Godless Shrine|GTC
|
||||
2 Sacred Foundry|GTC
|
||||
2 Stomping Ground|GTC
|
||||
2 Watery Grave|GTC
|
||||
1 Maze's End|DGM
|
||||
|
||||
[GTC Boros Guild]
|
||||
1 Act of Treason|GTC
|
||||
1 Aerial Maneuver|GTC
|
||||
1 Angelic Edict|GTC
|
||||
1 Arrows of Justice|GTC
|
||||
1 Assault Griffin|GTC
|
||||
1 Assemble the Legion|GTC
|
||||
1 Aurelia, the Warleader|GTC
|
||||
1 Bomber Corps|GTC
|
||||
1 Boros Charm|GTC
|
||||
1 Boros Elite|GTC
|
||||
1 Boros Keyrune|GTC
|
||||
1 Boros Reckoner|GTC
|
||||
1 Cinder Elemental|GTC
|
||||
1 Court Street Denizen|GTC
|
||||
1 Crackling Perimeter|GTC
|
||||
1 Daring Skyjek|GTC
|
||||
1 Debtor's Pulpit|GTC
|
||||
1 Ember Beast|GTC
|
||||
1 Firefist Striker|GTC
|
||||
1 Firemane Avenger|GTC
|
||||
1 Fortress Cyclops|GTC
|
||||
1 Foundry Street Denizen|GTC
|
||||
1 Frontline Medic|GTC
|
||||
1 Furious Resistance|GTC
|
||||
1 Guardian of the Gateless|GTC
|
||||
1 Guildscorn Ward|GTC
|
||||
1 Hellraiser Goblin|GTC
|
||||
1 Homing Lightning|GTC
|
||||
1 Knight Watch|GTC
|
||||
1 Legion Loyalist|GTC
|
||||
1 Madcap Skills|GTC
|
||||
1 Mark for Death|GTC
|
||||
1 Martial Glory|GTC
|
||||
1 Massive Raid|GTC
|
||||
1 Molten Primordial|GTC
|
||||
1 Mugging|GTC
|
||||
1 Murder Investigation|GTC
|
||||
1 Nav Squad Commandos|GTC
|
||||
1 Ordruun Veteran|GTC
|
||||
1 Righteous Charge|GTC
|
||||
1 Ripscale Predator|GTC
|
||||
1 Shattering Blow|GTC
|
||||
1 Shielded Passage|GTC
|
||||
1 Skullcrack|GTC
|
||||
1 Skyknight Legionnaire|GTC
|
||||
1 Smite|GTC
|
||||
1 Spark Trooper|GTC
|
||||
1 Structural Collapse|GTC
|
||||
1 Sunhome Guildmage|GTC
|
||||
1 Tin Street Market|GTC
|
||||
1 Towering Thunderfist|GTC
|
||||
1 Truefire Paladin|GTC
|
||||
1 Urbis Protector|GTC
|
||||
1 Warmind Infantry|GTC
|
||||
1 Wojek Halberdiers|GTC
|
||||
1 Zarichi Tiger|GTC
|
||||
|
||||
[GTC Dimir Guild]
|
||||
1 AEtherize|GTC
|
||||
1 Agoraphobia|GTC
|
||||
1 Balustrade Spy|GTC
|
||||
1 Call of the Nightwing|GTC
|
||||
1 Coerced Confession|GTC
|
||||
1 Contaminated Ground|GTC
|
||||
1 Corpse Blockade|GTC
|
||||
1 Death's Approach|GTC
|
||||
1 Deathcult Rogue|GTC
|
||||
1 Dimir Charm|GTC
|
||||
1 Dimir Keyrune|GTC
|
||||
1 Dinrova Horror|GTC
|
||||
1 Duskmantle Guildmage|GTC
|
||||
1 Dying Wish|GTC
|
||||
1 Gateway Shade|GTC
|
||||
1 Gridlock|GTC
|
||||
1 Grisly Spectacle|GTC
|
||||
1 Gutter Skulk|GTC
|
||||
1 Hands of Binding|GTC
|
||||
1 Horror of the Dim|GTC
|
||||
1 Illness in the Ranks|GTC
|
||||
1 Incursion Specialist|GTC
|
||||
1 Keymaster Rogue|GTC
|
||||
1 Killing Glare|GTC
|
||||
1 Last Thoughts|GTC
|
||||
1 Lazav, Dimir Mastermind|GTC
|
||||
1 Leyline Phantom|GTC
|
||||
1 Mental Vapors|GTC
|
||||
1 Metropolis Sprite|GTC
|
||||
1 Midnight Recovery|GTC
|
||||
1 Mind Grind|GTC
|
||||
1 Mindeye Drake|GTC
|
||||
1 Mortus Strider|GTC
|
||||
1 Nightveil Specter|GTC
|
||||
1 Paranoid Delusions|GTC
|
||||
1 Psychic Strike|GTC
|
||||
1 Rapid Hybridization|GTC
|
||||
1 Sage's Row Denizen|GTC
|
||||
1 Sapphire Drake|GTC
|
||||
1 Scatter Arc|GTC
|
||||
1 Sepulchral Primordial|GTC
|
||||
1 Shadow Alley Denizen|GTC
|
||||
1 Shadow Slice|GTC
|
||||
1 Skygames|GTC
|
||||
1 Slate Street Ruffian|GTC
|
||||
1 Smog Elemental|GTC
|
||||
1 Soul Ransom|GTC
|
||||
1 Spell Rupture|GTC
|
||||
1 Stolen Identity|GTC
|
||||
1 Totally Lost|GTC
|
||||
1 Undercity Informer|GTC
|
||||
1 Undercity Plague|GTC
|
||||
1 Voidwalk|GTC
|
||||
1 Way of the Thief|GTC
|
||||
1 Whispering Madness|GTC
|
||||
1 Wight of Precinct Six|GTC
|
||||
|
||||
[GTC Gruul Guild]
|
||||
1 Act of Treason|GTC
|
||||
1 Alpha Authority|GTC
|
||||
1 Borborygmos Enraged|GTC
|
||||
1 Burning-Tree Emissary|GTC
|
||||
1 Burst of Strength|GTC
|
||||
1 Cinder Elemental|GTC
|
||||
1 Clan Defiance|GTC
|
||||
1 Crackling Perimeter|GTC
|
||||
1 Crowned Ceratok|GTC
|
||||
1 Disciple of the Old Ways|GTC
|
||||
1 Ember Beast|GTC
|
||||
1 Forced Adaptation|GTC
|
||||
1 Foundry Street Denizen|GTC
|
||||
1 Frenzied Tilling|GTC
|
||||
1 Furious Resistance|GTC
|
||||
1 Ghor-Clan Rampager|GTC
|
||||
1 Greenside Watcher|GTC
|
||||
1 Ground Assault|GTC
|
||||
1 Gruul Charm|GTC
|
||||
1 Gruul Keyrune|GTC
|
||||
1 Gruul Ragebeast|GTC
|
||||
1 Hellraiser Goblin|GTC
|
||||
1 Hindervines|GTC
|
||||
1 Homing Lightning|GTC
|
||||
1 Ivy Lane Denizen|GTC
|
||||
1 Madcap Skills|GTC
|
||||
1 Mark for Death|GTC
|
||||
1 Massive Raid|GTC
|
||||
1 Miming Slime|GTC
|
||||
1 Mugging|GTC
|
||||
1 Naturalize|GTC
|
||||
1 Pit Fight|GTC
|
||||
1 Primal Visitation|GTC
|
||||
1 Ripscale Predator|GTC
|
||||
1 Rubblebelt Raiders|GTC
|
||||
1 Ruination Wurm|GTC
|
||||
1 Rust Scarab|GTC
|
||||
1 Scab-Clan Charger|GTC
|
||||
1 Scorchwalker|GTC
|
||||
1 Serene Remembrance|GTC
|
||||
1 Signal the Clans|GTC
|
||||
1 Skarrg Goliath|GTC
|
||||
1 Skarrg Guildmage|GTC
|
||||
1 Skinbrand Goblin|GTC
|
||||
1 Skullcrack|GTC
|
||||
1 Slaughterhorn|GTC
|
||||
1 Spire Tracer|GTC
|
||||
1 Structural Collapse|GTC
|
||||
1 Sylvan Primordial|GTC
|
||||
1 Tin Street Market|GTC
|
||||
1 Tower Defense|GTC
|
||||
1 Verdant Haven|GTC
|
||||
1 Viashino Shanktail|GTC
|
||||
1 Wasteland Viper|GTC
|
||||
1 Wildwood Rebirth|GTC
|
||||
1 Wrecking Ogre|GTC
|
||||
1 Zhur-Taa Swine|GTC
|
||||
|
||||
[GTC Orzhov Guild]
|
||||
1 Aerial Maneuver|GTC
|
||||
1 Alms Beast|GTC
|
||||
1 Angelic Edict|GTC
|
||||
1 Assault Griffin|GTC
|
||||
1 Balustrade Spy|GTC
|
||||
1 Basilica Guards|GTC
|
||||
1 Basilica Screecher|GTC
|
||||
1 Beckon Apparition|GTC
|
||||
1 Blind Obedience|GTC
|
||||
1 Cartel Aristocrat|GTC
|
||||
1 Contaminated Ground|GTC
|
||||
1 Corpse Blockade|GTC
|
||||
1 Court Street Denizen|GTC
|
||||
1 Crypt Ghast|GTC
|
||||
1 Death's Approach|GTC
|
||||
1 Debtor's Pulpit|GTC
|
||||
1 Dutiful Thrull|GTC
|
||||
1 Dying Wish|GTC
|
||||
1 Executioner's Swing|GTC
|
||||
1 Gateway Shade|GTC
|
||||
1 Gift of Orzhova|GTC
|
||||
1 Grisly Spectacle|GTC
|
||||
1 Guardian of the Gateless|GTC
|
||||
1 Guildscorn Ward|GTC
|
||||
1 Gutter Skulk|GTC
|
||||
1 High Priest of Penance|GTC
|
||||
1 Illness in the Ranks|GTC
|
||||
1 Immortal Servitude|GTC
|
||||
1 Killing Glare|GTC
|
||||
1 Kingpin's Pet|GTC
|
||||
1 Knight of Obligation|GTC
|
||||
1 Knight Watch|GTC
|
||||
1 Luminate Primordial|GTC
|
||||
1 Merciless Eviction|GTC
|
||||
1 Murder Investigation|GTC
|
||||
1 Obzedat, Ghost Council|GTC
|
||||
1 One Thousand Lashes|GTC
|
||||
1 Orzhov Charm|GTC
|
||||
1 Orzhov Keyrune|GTC
|
||||
1 Purge the Profane|GTC
|
||||
1 Righteous Charge|GTC
|
||||
1 Shadow Alley Denizen|GTC
|
||||
1 Shielded Passage|GTC
|
||||
1 Slate Street Ruffian|GTC
|
||||
1 Smite|GTC
|
||||
1 Smog Elemental|GTC
|
||||
1 Syndic of Tithes|GTC
|
||||
1 Syndicate Enforcer|GTC
|
||||
1 Thrull Parasite|GTC
|
||||
1 Undercity Informer|GTC
|
||||
1 Urbis Protector|GTC
|
||||
1 Vizkopa Confessor|GTC
|
||||
1 Vizkopa Guildmage|GTC
|
||||
1 Wight of Precinct Six|GTC
|
||||
1 Zarichi Tiger|GTC
|
||||
|
||||
[GTC Simic Guild]
|
||||
1 Adaptive Snapjaw|GTC
|
||||
1 AEtherize|GTC
|
||||
1 Agoraphobia|GTC
|
||||
1 Alpha Authority|GTC
|
||||
1 Biomass Mutation|GTC
|
||||
1 Bioshift|GTC
|
||||
1 Biovisionary|GTC
|
||||
1 Burst of Strength|GTC
|
||||
1 Clinging Anemones|GTC
|
||||
1 Cloudfin Raptor|GTC
|
||||
1 Crocanura|GTC
|
||||
1 Crowned Ceratok|GTC
|
||||
1 Diluvian Primordial|GTC
|
||||
1 Drakewing Krasis|GTC
|
||||
1 Elusive Krasis|GTC
|
||||
1 Experiment One|GTC
|
||||
1 Forced Adaptation|GTC
|
||||
1 Frilled Oculus|GTC
|
||||
1 Greenside Watcher|GTC
|
||||
1 Gridlock|GTC
|
||||
1 Gyre Sage|GTC
|
||||
1 Hindervines|GTC
|
||||
1 Hydroform|GTC
|
||||
1 Incursion Specialist|GTC
|
||||
1 Ivy Lane Denizen|GTC
|
||||
1 Keymaster Rogue|GTC
|
||||
1 Leyline Phantom|GTC
|
||||
1 Merfolk of the Depths|GTC
|
||||
1 Metropolis Sprite|GTC
|
||||
1 Miming Slime|GTC
|
||||
1 Mindeye Drake|GTC
|
||||
1 Mystic Genesis|GTC
|
||||
1 Naturalize|GTC
|
||||
1 Nimbus Swimmer|GTC
|
||||
1 Prime Speaker Zegana|GTC
|
||||
1 Rapid Hybridization|GTC
|
||||
1 Rust Scarab|GTC
|
||||
1 Sage's Row Denizen|GTC
|
||||
1 Sapphire Drake|GTC
|
||||
1 Scatter Arc|GTC
|
||||
1 Serene Remembrance|GTC
|
||||
1 Shambleshark|GTC
|
||||
1 Simic Charm|GTC
|
||||
1 Simic Fluxmage|GTC
|
||||
1 Simic Keyrune|GTC
|
||||
1 Simic Manipulator|GTC
|
||||
1 Skygames|GTC
|
||||
1 Spell Rupture|GTC
|
||||
1 Spire Tracer|GTC
|
||||
1 Totally Lost|GTC
|
||||
1 Tower Defense|GTC
|
||||
1 Unexpected Results|GTC
|
||||
1 Urban Evolution|GTC
|
||||
1 Verdant Haven|GTC
|
||||
1 Way of the Thief|GTC
|
||||
1 Wildwood Rebirth|GTC
|
||||
1 Zameck Guildmage|GTC
|
||||
|
||||
[RTR Azorius Guild]
|
||||
1 Aquus Steed|RTR
|
||||
1 Armory Guard|RTR
|
||||
1 Arrest|RTR
|
||||
1 Avenging Arrow|RTR
|
||||
1 Azor's Elocutors|RTR
|
||||
1 Azorius Arrester|RTR
|
||||
1 Azorius Charm|RTR
|
||||
1 Azorius Justiciar|RTR
|
||||
1 Azorius Keyrune|RTR
|
||||
1 Bazaar Krovod|RTR
|
||||
1 Cancel|RTR
|
||||
1 Chronic Flooding|RTR
|
||||
1 Civic Saber|RTR
|
||||
1 Codex Shredder|RTR
|
||||
1 Concordia Pegasus|RTR
|
||||
1 Conjured Currency|RTR
|
||||
1 Crosstown Courier|RTR
|
||||
1 Detention Sphere|RTR
|
||||
1 Dispel|RTR
|
||||
1 Doorkeeper|RTR
|
||||
1 Dramatic Rescue|RTR
|
||||
1 Ethereal Armor|RTR
|
||||
1 Faerie Impostor|RTR
|
||||
1 Fall of the Gavel|RTR
|
||||
1 Fencing Ace|RTR
|
||||
1 Hallowed Fountain|RTR
|
||||
1 Hover Barrier|RTR
|
||||
1 Hussar Patrol|RTR
|
||||
1 Inaction Injunction|RTR
|
||||
1 Inspiration|RTR
|
||||
1 Isperia's Skywatch|RTR
|
||||
1 Isperia, Supreme Judge|RTR
|
||||
1 Judge's Familiar|RTR
|
||||
1 Keening Apparition|RTR
|
||||
1 Knightly Valor|RTR
|
||||
1 Lyev Skyknight|RTR
|
||||
1 Martial Law|RTR
|
||||
1 New Prahv Guildmage|RTR
|
||||
1 Palisade Giant|RTR
|
||||
1 Paralyzing Grasp|RTR
|
||||
1 Phantom General|RTR
|
||||
1 Precinct Captain|RTR
|
||||
1 Psychic Spiral|RTR
|
||||
1 Rest in Peace|RTR
|
||||
1 Righteous Authority|RTR
|
||||
1 Runewing|RTR
|
||||
1 Search the City|RTR
|
||||
1 Search Warrant|RTR
|
||||
1 Security Blockade|RTR
|
||||
1 Seller of Songbirds|RTR
|
||||
1 Skyline Predator|RTR
|
||||
1 Skymark Roc|RTR
|
||||
1 Soul Tithe|RTR
|
||||
1 Soulsworn Spirit|RTR
|
||||
1 Sphere of Safety|RTR
|
||||
1 Sphinx of the Chimes|RTR
|
||||
1 Stealer of Secrets|RTR
|
||||
1 Street Sweeper|RTR
|
||||
1 Sunspire Griffin|RTR
|
||||
1 Supreme Verdict|RTR
|
||||
1 Swift Justice|RTR
|
||||
1 Syncopate|RTR
|
||||
1 Tablet of the Guilds|RTR
|
||||
1 Tower Drake|RTR
|
||||
1 Trained Caracal|RTR
|
||||
1 Vassal Soul|RTR
|
||||
1 Voidwielder|RTR
|
||||
|
||||
[RTR Golgari Guild]
|
||||
1 Abrupt Decay|RTR
|
||||
1 Aerial Predation|RTR
|
||||
1 Archweaver|RTR
|
||||
1 Assassin's Strike|RTR
|
||||
1 Axebane Guardian|RTR
|
||||
1 Axebane Stag|RTR
|
||||
1 Brushstrider|RTR
|
||||
1 Catacomb Slug|RTR
|
||||
1 Centaur's Herald|RTR
|
||||
1 Chorus of Might|RTR
|
||||
1 Civic Saber|RTR
|
||||
1 Codex Shredder|RTR
|
||||
1 Cremate|RTR
|
||||
1 Daggerdrome Imp|RTR
|
||||
1 Dark Revenant|RTR
|
||||
1 Deadbridge Goliath|RTR
|
||||
1 Death's Presence|RTR
|
||||
1 Deathrite Shaman|RTR
|
||||
1 Desecration Demon|RTR
|
||||
1 Destroy the Evidence|RTR
|
||||
1 Drainpipe Vermin|RTR
|
||||
1 Dreg Mangler|RTR
|
||||
1 Drudge Beetle|RTR
|
||||
1 Gatecreeper Vine|RTR
|
||||
1 Giant Growth|RTR
|
||||
1 Gobbling Ooze|RTR
|
||||
1 Golgari Charm|RTR
|
||||
1 Golgari Decoy|RTR
|
||||
1 Golgari Keyrune|RTR
|
||||
1 Golgari Longlegs|RTR
|
||||
1 Grave Betrayal|RTR
|
||||
1 Grisly Salvage|RTR
|
||||
1 Jarad's Orders|RTR
|
||||
1 Jarad, Golgari Lich Lord|RTR
|
||||
1 Korozda Guildmage|RTR
|
||||
1 Korozda Monitor|RTR
|
||||
1 Launch Party|RTR
|
||||
1 Lotleth Troll|RTR
|
||||
1 Mana Bloom|RTR
|
||||
1 Mind Rot|RTR
|
||||
1 Oak Street Innkeeper|RTR
|
||||
1 Ogre Jailbreaker|RTR
|
||||
1 Overgrown Tomb|RTR
|
||||
1 Pack Rat|RTR
|
||||
1 Perilous Shadow|RTR
|
||||
1 Rites of Reaping|RTR
|
||||
1 Rubbleback Rhino|RTR
|
||||
1 Savage Surge|RTR
|
||||
1 Seek the Horizon|RTR
|
||||
1 Sewer Shambler|RTR
|
||||
1 Shrieking Affliction|RTR
|
||||
1 Slime Molding|RTR
|
||||
1 Slitherhead|RTR
|
||||
1 Sluiceway Scorpion|RTR
|
||||
1 Slum Reaper|RTR
|
||||
1 Stab Wound|RTR
|
||||
1 Stonefare Crocodile|RTR
|
||||
1 Street Sweeper|RTR
|
||||
1 Tablet of the Guilds|RTR
|
||||
1 Tavern Swindler|RTR
|
||||
1 Terrus Wurm|RTR
|
||||
1 Towering Indrik|RTR
|
||||
1 Treasured Find|RTR
|
||||
1 Trestle Troll|RTR
|
||||
1 Ultimate Price|RTR
|
||||
1 Underworld Connections|RTR
|
||||
1 Urban Burgeoning|RTR
|
||||
1 Wild Beastmaster|RTR
|
||||
1 Zanikev Locust|RTR
|
||||
|
||||
[RTR Izzet Guild]
|
||||
1 Annihilating Fire|RTR
|
||||
1 Aquus Steed|RTR
|
||||
1 Ash Zealot|RTR
|
||||
1 Batterhorn|RTR
|
||||
1 Bellows Lizard|RTR
|
||||
1 Blistercoil Weird|RTR
|
||||
1 Blustersquall|RTR
|
||||
1 Cancel|RTR
|
||||
1 Chemister's Trick|RTR
|
||||
1 Chronic Flooding|RTR
|
||||
1 Civic Saber|RTR
|
||||
1 Cobblebrute|RTR
|
||||
1 Codex Shredder|RTR
|
||||
1 Conjured Currency|RTR
|
||||
1 Counterflux|RTR
|
||||
1 Crosstown Courier|RTR
|
||||
1 Cyclonic Rift|RTR
|
||||
1 Dispel|RTR
|
||||
1 Doorkeeper|RTR
|
||||
1 Downsize|RTR
|
||||
1 Dynacharge|RTR
|
||||
1 Electrickery|RTR
|
||||
1 Essence Backlash|RTR
|
||||
1 Explosive Impact|RTR
|
||||
1 Faerie Impostor|RTR
|
||||
1 Firemind's Foresight|RTR
|
||||
1 Frostburn Weird|RTR
|
||||
1 Goblin Electromancer|RTR
|
||||
1 Goblin Rally|RTR
|
||||
1 Guild Feud|RTR
|
||||
1 Guttersnipe|RTR
|
||||
1 Hover Barrier|RTR
|
||||
1 Inspiration|RTR
|
||||
1 Izzet Charm|RTR
|
||||
1 Izzet Keyrune|RTR
|
||||
1 Izzet Staticaster|RTR
|
||||
1 Lobber Crew|RTR
|
||||
1 Mercurial Chemister|RTR
|
||||
1 Minotaur Aggressor|RTR
|
||||
1 Mizzium Mortars|RTR
|
||||
1 Mizzium Skin|RTR
|
||||
1 Niv-Mizzet, Dracogenius|RTR
|
||||
1 Nivix Guildmage|RTR
|
||||
1 Nivmagus Elemental|RTR
|
||||
1 Paralyzing Grasp|RTR
|
||||
1 Psychic Spiral|RTR
|
||||
1 Pursuit of Flight|RTR
|
||||
1 Pyroconvergence|RTR
|
||||
1 Racecourse Fury|RTR
|
||||
1 Runewing|RTR
|
||||
1 Search the City|RTR
|
||||
1 Skyline Predator|RTR
|
||||
1 Sphinx of the Chimes|RTR
|
||||
1 Stealer of Secrets|RTR
|
||||
1 Steam Vents|RTR
|
||||
1 Street Spasm|RTR
|
||||
1 Street Sweeper|RTR
|
||||
1 Survey the Wreckage|RTR
|
||||
1 Syncopate|RTR
|
||||
1 Tablet of the Guilds|RTR
|
||||
1 Teleportal|RTR
|
||||
1 Tenement Crasher|RTR
|
||||
1 Thoughtflare|RTR
|
||||
1 Traitorous Instinct|RTR
|
||||
1 Vandalblast|RTR
|
||||
1 Viashino Racketeer|RTR
|
||||
1 Voidwielder|RTR
|
||||
|
||||
[RTR Rakdos Guild]
|
||||
1 Annihilating Fire|RTR
|
||||
1 Ash Zealot|RTR
|
||||
1 Assassin's Strike|RTR
|
||||
1 Auger Spree|RTR
|
||||
1 Batterhorn|RTR
|
||||
1 Bellows Lizard|RTR
|
||||
1 Blood Crypt|RTR
|
||||
1 Bloodfray Giant|RTR
|
||||
1 Catacomb Slug|RTR
|
||||
1 Chaos Imps|RTR
|
||||
1 Civic Saber|RTR
|
||||
1 Cobblebrute|RTR
|
||||
1 Codex Shredder|RTR
|
||||
1 Cremate|RTR
|
||||
1 Cryptborn Horror|RTR
|
||||
1 Daggerdrome Imp|RTR
|
||||
1 Dark Revenant|RTR
|
||||
1 Dead Reveler|RTR
|
||||
1 Desecration Demon|RTR
|
||||
1 Destroy the Evidence|RTR
|
||||
1 Deviant Glee|RTR
|
||||
1 Drainpipe Vermin|RTR
|
||||
1 Dreadbore|RTR
|
||||
1 Explosive Impact|RTR
|
||||
1 Goblin Rally|RTR
|
||||
1 Gore-House Chainwalker|RTR
|
||||
1 Grave Betrayal|RTR
|
||||
1 Grim Roustabout|RTR
|
||||
1 Guild Feud|RTR
|
||||
1 Guttersnipe|RTR
|
||||
1 Havoc Festival|RTR
|
||||
1 Hellhole Flailer|RTR
|
||||
1 Launch Party|RTR
|
||||
1 Lobber Crew|RTR
|
||||
1 Mind Rot|RTR
|
||||
1 Minotaur Aggressor|RTR
|
||||
1 Ogre Jailbreaker|RTR
|
||||
1 Pack Rat|RTR
|
||||
1 Perilous Shadow|RTR
|
||||
1 Pyroconvergence|RTR
|
||||
1 Racecourse Fury|RTR
|
||||
1 Rakdos Cackler|RTR
|
||||
1 Rakdos Charm|RTR
|
||||
1 Rakdos Keyrune|RTR
|
||||
1 Rakdos Ragemutt|RTR
|
||||
1 Rakdos Ringleader|RTR
|
||||
1 Rakdos Shred-Freak|RTR
|
||||
1 Rakdos, Lord of Riots|RTR
|
||||
1 Rix Maadi Guildmage|RTR
|
||||
1 Shrieking Affliction|RTR
|
||||
1 Skull Rend|RTR
|
||||
1 Slaughter Games|RTR
|
||||
1 Slum Reaper|RTR
|
||||
1 Spawn of Rix Maadi|RTR
|
||||
1 Splatter Thug|RTR
|
||||
1 Stab Wound|RTR
|
||||
1 Street Sweeper|RTR
|
||||
1 Survey the Wreckage|RTR
|
||||
1 Tablet of the Guilds|RTR
|
||||
1 Tavern Swindler|RTR
|
||||
1 Tenement Crasher|RTR
|
||||
1 Thrill-Kill Assassin|RTR
|
||||
1 Traitorous Instinct|RTR
|
||||
1 Ultimate Price|RTR
|
||||
1 Underworld Connections|RTR
|
||||
1 Viashino Racketeer|RTR
|
||||
|
||||
[RTR Selesnya Guild]
|
||||
1 Aerial Predation|RTR
|
||||
1 Archweaver|RTR
|
||||
1 Armory Guard|RTR
|
||||
1 Arrest|RTR
|
||||
1 Avenging Arrow|RTR
|
||||
1 Axebane Guardian|RTR
|
||||
1 Axebane Stag|RTR
|
||||
1 Bazaar Krovod|RTR
|
||||
1 Brushstrider|RTR
|
||||
1 Call of the Conclave|RTR
|
||||
1 Centaur Healer|RTR
|
||||
1 Centaur's Herald|RTR
|
||||
1 Chorus of Might|RTR
|
||||
1 Civic Saber|RTR
|
||||
1 Codex Shredder|RTR
|
||||
1 Collective Blessing|RTR
|
||||
1 Common Bond|RTR
|
||||
1 Concordia Pegasus|RTR
|
||||
1 Coursers' Accord|RTR
|
||||
1 Death's Presence|RTR
|
||||
1 Druid's Deliverance|RTR
|
||||
1 Dryad Militant|RTR
|
||||
1 Ethereal Armor|RTR
|
||||
1 Eyes in the Skies|RTR
|
||||
1 Fencing Ace|RTR
|
||||
1 Gatecreeper Vine|RTR
|
||||
1 Giant Growth|RTR
|
||||
1 Gobbling Ooze|RTR
|
||||
1 Growing Ranks|RTR
|
||||
1 Heroes' Reunion|RTR
|
||||
1 Horncaller's Chant|RTR
|
||||
1 Keening Apparition|RTR
|
||||
1 Knightly Valor|RTR
|
||||
1 Loxodon Smiter|RTR
|
||||
1 Mana Bloom|RTR
|
||||
1 Oak Street Innkeeper|RTR
|
||||
1 Palisade Giant|RTR
|
||||
1 Phantom General|RTR
|
||||
1 Precinct Captain|RTR
|
||||
1 Rest in Peace|RTR
|
||||
1 Risen Sanctuary|RTR
|
||||
1 Rootborn Defenses|RTR
|
||||
1 Rubbleback Rhino|RTR
|
||||
1 Savage Surge|RTR
|
||||
1 Security Blockade|RTR
|
||||
1 Seek the Horizon|RTR
|
||||
1 Selesnya Charm|RTR
|
||||
1 Selesnya Keyrune|RTR
|
||||
1 Selesnya Sentry|RTR
|
||||
1 Seller of Songbirds|RTR
|
||||
1 Slime Molding|RTR
|
||||
1 Soul Tithe|RTR
|
||||
1 Sphere of Safety|RTR
|
||||
1 Street Sweeper|RTR
|
||||
1 Sundering Growth|RTR
|
||||
1 Sunspire Griffin|RTR
|
||||
1 Swift Justice|RTR
|
||||
1 Tablet of the Guilds|RTR
|
||||
1 Temple Garden|RTR
|
||||
1 Towering Indrik|RTR
|
||||
1 Trained Caracal|RTR
|
||||
1 Trostani's Judgment|RTR
|
||||
1 Trostani, Selesnya's Voice|RTR
|
||||
1 Urban Burgeoning|RTR
|
||||
1 Vitu-Ghazi Guildmage|RTR
|
||||
1 Wayfaring Temple|RTR
|
||||
1 Wild Beastmaster|RTR
|
||||
22
forge-gui/res/blockdata/starters.txt
Normal file
22
forge-gui/res/blockdata/starters.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
LEA: 23 Common, 13 Uncommon, 2 Rare, 22 BasicLand
|
||||
LEB: 23 Common, 13 Uncommon, 2 Rare, 22 BasicLand
|
||||
2ED: 23 Common, 13 Uncommon, 2 Rare, 22 BasicLand
|
||||
3ED: 23 Common, 13 Uncommon, 2 Rare, 22 BasicLand
|
||||
4ED: 26 Common, 9 Uncommon, 3 Rare, 22 BasicLand
|
||||
ICE: 26 Common, 9 Uncommon, 3 Rare, 22 BasicLand
|
||||
5ED: 26 Common, 9 Uncommon, 3 Rare, 22 BasicLand
|
||||
MIR: 25 Common, 10 Uncommon, 3 Rare, 22 BasicLand
|
||||
TMP: 25 Common, 10 Uncommon, 3 Rare, 22 BasicLand
|
||||
USG: 32 Common, 10 Uncommon, 3 Rare, 30 BasicLand
|
||||
6ED: 32 Common, 10 Uncommon, 3 Rare, 30 BasicLand
|
||||
MMQ: 32 Common, 10 Uncommon, 3 Rare, 30 BasicLand
|
||||
INV: 32 Common, 10 Uncommon, 3 Rare, 30 BasicLand
|
||||
ODY: 32 Common, 10 Uncommon, 3 Rare, 30 BasicLand
|
||||
ONS: 32 Common, 10 Uncommon, 3 Rare, 30 BasicLand
|
||||
MRD: 32 Common, 10 Uncommon, 3 Rare, 30 BasicLand
|
||||
CHK: 32 Common, 10 Uncommon, 3 Rare, 30 BasicLand
|
||||
RAV: 32 Common, 10 Uncommon, 3 Rare, 30 BasicLand
|
||||
TSP: 29 Common, 10 Uncommon, 3 Rare, 3 TimeShifted TSB, 30 BasicLand
|
||||
LRW: 32 Common, 10 Uncommon, 3 Rare, 30 BasicLand
|
||||
SHM: 32 Common, 10 Uncommon, 3 Rare, 30 BasicLand
|
||||
ALA: 32 Common, 10 Uncommon, 3 RareMythic, 30 BasicLand
|
||||
@@ -0,0 +1,9 @@
|
||||
Name:A Display of My Dark Power
|
||||
ManaCost:no cost
|
||||
Types:Scheme
|
||||
T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ DarkEffect | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, until your next turn, whenever a player taps a land for mana, that player adds one mana to his or her mana pool of any type that land produced.
|
||||
SVar:DarkEffect:AB$ Effect | Cost$ 0 | Name$ Dark Power Scheme | Duration$ UntilYourNextTurn | Triggers$ DarkPower | SVars$ DarkMana
|
||||
SVar:DarkPower:Mode$ TapsForMana | ValidCard$ Land | Execute$ DarkMana | TriggerZones$ Command | Static$ True | TriggerDescription$ Whenever a player taps a land for mana, that player adds one mana to his or her mana pool of any type that land produced.
|
||||
SVar:DarkMana:AB$ ManaReflected | Cost$ 0 | ColorOrType$ Type | Valid$ Defined.Triggered | ReflectProperty$ Produced | Defined$ TriggeredPlayer
|
||||
SVar:Picture:http://www.cardforge.org/fpics/lq_schemes/a_display_of_my_dark_power.jpg
|
||||
Oracle:When you set this scheme in motion, until your next turn, whenever a player taps a land for mana, that player adds one mana to his or her mana pool of any type that land produced.
|
||||
8
forge-gui/res/cardsfolder/a/abandon_hope.txt
Normal file
8
forge-gui/res/cardsfolder/a/abandon_hope.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Abandon Hope
|
||||
ManaCost:X 1 B
|
||||
Types:Sorcery
|
||||
A:SP$ Discard | Cost$ X 1 B Discard<X/Card/card> | ValidTgts$ Opponent | Mode$ RevealYouChoose | NumCards$ X | References$ X | SpellDescription$ Look at target opponent's hand and choose X cards from it. That player discards those cards.
|
||||
SVar:X:Count$xPaid
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abandon_hope.jpg
|
||||
Oracle:As an additional cost to cast Abandon Hope, discard X cards.\nLook at target opponent's hand and choose X cards from it. That player discards those cards.
|
||||
8
forge-gui/res/cardsfolder/a/abandoned_outpost.txt
Normal file
8
forge-gui/res/cardsfolder/a/abandoned_outpost.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Abandoned Outpost
|
||||
ManaCost:no cost
|
||||
Types:Land
|
||||
A:AB$ Mana | Cost$ T | Produced$ W | SpellDescription$ Add {W} to your mana pool.
|
||||
A:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color to your mana pool.
|
||||
K:CARDNAME enters the battlefield tapped.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abandoned_outpost.jpg
|
||||
Oracle:Abandoned Outpost enters the battlefield tapped.\n{T}: Add {W} to your mana pool.\n{T}, Sacrifice Abandoned Outpost: Add one mana of any color to your mana pool.
|
||||
10
forge-gui/res/cardsfolder/a/abattoir_ghoul.txt
Normal file
10
forge-gui/res/cardsfolder/a/abattoir_ghoul.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Abattoir Ghoul
|
||||
ManaCost:3 B
|
||||
Types:Creature Zombie
|
||||
PT:3/2
|
||||
K:First Strike
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.DamagedBy | TriggerZones$ Battlefield | Execute$ TrigGainLife | TriggerDescription$ Whenever a creature dealt damage by CARDNAME this turn dies, you gain life equal to that creature's toughness.
|
||||
SVar:TrigGainLife:AB$ GainLife | Cost$ 0 | Defined$ You | LifeAmount$ X | References$ X
|
||||
SVar:X:TriggeredCard$CardToughness
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abattoir_ghoul.jpg
|
||||
Oracle:First strike\nWhenever a creature dealt damage by Abattoir Ghoul this turn dies, you gain life equal to that creature's toughness.
|
||||
8
forge-gui/res/cardsfolder/a/abbey_gargoyles.txt
Normal file
8
forge-gui/res/cardsfolder/a/abbey_gargoyles.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Abbey Gargoyles
|
||||
ManaCost:2 W W W
|
||||
Types:Creature Gargoyle
|
||||
PT:3/4
|
||||
K:Flying
|
||||
K:Protection from red
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abbey_gargoyles.jpg
|
||||
Oracle:Flying, protection from red
|
||||
8
forge-gui/res/cardsfolder/a/abbey_griffin.txt
Normal file
8
forge-gui/res/cardsfolder/a/abbey_griffin.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Abbey Griffin
|
||||
ManaCost:3 W
|
||||
Types:Creature Griffin
|
||||
PT:2/2
|
||||
K:Flying
|
||||
K:Vigilance
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abbey_griffin.jpg
|
||||
Oracle:Flying, vigilance
|
||||
7
forge-gui/res/cardsfolder/a/abbey_matron.txt
Normal file
7
forge-gui/res/cardsfolder/a/abbey_matron.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Abbey Matron
|
||||
ManaCost:2 W
|
||||
Types:Creature Human Cleric
|
||||
PT:1/3
|
||||
A:AB$ Pump | Cost$ W T | NumDef$ +3 | SpellDescription$ CARDNAME gets +0/+3 until end of turn.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abbey_matron.jpg
|
||||
Oracle:{W}, {T}: Abbey Matron gets +0/+3 until end of turn.
|
||||
13
forge-gui/res/cardsfolder/a/abduction.txt
Normal file
13
forge-gui/res/cardsfolder/a/abduction.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Name:Abduction
|
||||
ManaCost:2 U U
|
||||
Types:Enchantment Aura
|
||||
K:Enchant creature
|
||||
A:SP$ Attach | Cost$ 2 U U | ValidTgts$ Creature | AILogic$ GainControl
|
||||
S:Mode$ Continuous | Affected$ Card.EnchantedBy | GainControl$ You | Description$ You control enchanted creature.
|
||||
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigUntap | TriggerDescription$ When CARDNAME enters the battlefield, untap enchanted creature.
|
||||
SVar:TrigUntap:AB$ Untap | Cost$ 0 | Defined$ Enchanted
|
||||
T:Mode$ ChangesZone | ValidCard$ Card.AttachedBy | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigReturnOwner | TriggerDescription$ When enchanted creature dies, return that card to the battlefield under its owner's control.
|
||||
SVar:TrigReturnOwner:AB$ ChangeZone | Cost$ 0 | Defined$ TriggeredCard | Origin$ Graveyard | Destination$ Battlefield
|
||||
SVar:PlayMain1:TRUE
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abduction.jpg
|
||||
Oracle:Enchant creature\nWhen Abduction enters the battlefield, untap enchanted creature.\nYou control enchanted creature.\nWhen enchanted creature dies, return that card to the battlefield under its owner's control.
|
||||
9
forge-gui/res/cardsfolder/a/abeyance.txt
Normal file
9
forge-gui/res/cardsfolder/a/abeyance.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Abeyance
|
||||
ManaCost:1 W
|
||||
Types:Instant
|
||||
A:SP$ Effect | Cost$ 1 W | ValidTgts$ Player | Name$ Abeyance Effect | StaticAbilities$ STCantBeCast,STCantBeActivated | RememberObjects$ Targeted | AILogic$ BeginningOfOppTurn | SubAbility$ DBDraw | SpellDescription$ Until end of turn, target player can't cast instant or sorcery spells, and that player can't activate abilities that aren't mana abilities.
|
||||
SVar:STCantBeCast:Mode$ CantBeCast | ValidCard$ Instant,Sorcery | Caster$ Player.IsRemembered | EffectZone$ Command | Description$ Target player can't cast instant or sorcery spells, and that player can't activate abilities that aren't mana abilities.
|
||||
SVar:STCantBeActivated:Mode$ CantBeActivated | ValidCard$ Card | Activator$ Player.IsRemembered | EffectZone$ Command | NonMana$ True
|
||||
SVar:DBDraw:DB$ Draw | NumCards$ 1 | SpellDescription$ Draw a card.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abeyance.jpg
|
||||
Oracle:Until end of turn, target player can't cast instant or sorcery spells, and that player can't activate abilities that aren't mana abilities.\nDraw a card.
|
||||
12
forge-gui/res/cardsfolder/a/abhorrent_overlord.txt
Normal file
12
forge-gui/res/cardsfolder/a/abhorrent_overlord.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Abhorrent Overlord
|
||||
ManaCost:5 B B
|
||||
Types:Creature Demon
|
||||
PT:6/6
|
||||
K:Flying
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, put a number of 1/1 black Harpy creature tokens with flying onto the battlefield equal to your devotion to black.
|
||||
SVar:TrigToken:AB$ Token | Cost$ 0 | TokenAmount$ X | References$ X | TokenName$ Harpy | TokenTypes$ Creature,Harpy | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ b_1_1_harpy_ths
|
||||
SVar:X:Count$Devotion.B
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ At the beginning of your upkeep, sacrifice a creature.
|
||||
SVar:TrigSac:AB$ Sacrifice | Cost$ 0 | Defined$ You | SacValid$ Creature | SacMessage$ Creature
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abhorrent_overlord.jpg
|
||||
Oracle:Flying\nWhen Abhorrent Overlord enters the battlefield, put a number of 1/1 black Harpy creature tokens with flying onto the battlefield equal to your devotion to black. (Each {B} in the mana costs of permanents you control counts toward your devotion to black.)\nAt the beginning of your upkeep, sacrifice a creature.
|
||||
7
forge-gui/res/cardsfolder/a/abjure.txt
Normal file
7
forge-gui/res/cardsfolder/a/abjure.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Abjure
|
||||
ManaCost:U
|
||||
Types:Instant
|
||||
A:SP$ Counter | Cost$ U Sac<1/Permanent.Blue/blue permanent> | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | SpellDescription$ Counter target spell.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abjure.jpg
|
||||
Oracle:As an additional cost to cast Abjure, sacrifice a blue permanent.\nCounter target spell.
|
||||
7
forge-gui/res/cardsfolder/a/abolish.txt
Normal file
7
forge-gui/res/cardsfolder/a/abolish.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Abolish
|
||||
ManaCost:1 W W
|
||||
Types:Instant
|
||||
A:SP$ Destroy | Cost$ 1 W W | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | SpellDescription$ Destroy target artifact or enchantment.
|
||||
SVar:AltCost:Cost$ Discard<1/Plains>
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abolish.jpg
|
||||
Oracle:You may discard a Plains card rather than pay Abolish's mana cost.\nDestroy target artifact or enchantment.
|
||||
12
forge-gui/res/cardsfolder/a/abomination.txt
Normal file
12
forge-gui/res/cardsfolder/a/abomination.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Abomination
|
||||
ManaCost:3 B B
|
||||
Types:Creature Horror
|
||||
PT:2/6
|
||||
T:Mode$ AttackerBlocked | ValidCard$ Creature.Green,Creature.White | ValidBlocker$ Card.Self | DelayedTrigger$ DelTrigBlocked | TriggerDescription$ Whenever CARDNAME blocks or becomes blocked by a green or white creature, destroy that creature at end of combat.
|
||||
T:Mode$ Blocks | ValidCard$ Creature.Green,Creature.White | ValidBlocked$ Card.Self | DelayedTrigger$ DelTrigBlocker | Secondary$ True | TriggerDescription$ Whenever CARDNAME blocks or becomes blocked by a green or white creature, destroy that creature at end of combat.
|
||||
SVar:DelTrigBlocked:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Player | Execute$ TrigDestroyBlocked | TriggerDescription$ Destroy blocked creature at end of combat.
|
||||
SVar:DelTrigBlocker:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Player | Execute$ TrigDestroyBlocker | TriggerDescription$ Destroy blocking creature at end of combat.
|
||||
SVar:TrigDestroyBlocked:AB$ Destroy | Cost$ 0 | Defined$ TriggeredAttacker
|
||||
SVar:TrigDestroyBlocker:AB$ Destroy | Cost$ 0 | Defined$ TriggeredBlocker
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abomination.jpg
|
||||
Oracle:Whenever Abomination blocks or becomes blocked by a green or white creature, destroy that creature at end of combat.
|
||||
7
forge-gui/res/cardsfolder/a/aboroth.txt
Normal file
7
forge-gui/res/cardsfolder/a/aboroth.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Aboroth
|
||||
ManaCost:4 G G
|
||||
Types:Creature Elemental
|
||||
PT:9/9
|
||||
K:Cumulative upkeep:AddCounter<1/M1M1>:Put a -1/-1 counter on CARDNAME.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/aboroth.jpg
|
||||
Oracle:Cumulative upkeep-Put a -1/-1 counter on Aboroth. (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)
|
||||
8
forge-gui/res/cardsfolder/a/aboshan_cephalid_emperor.txt
Normal file
8
forge-gui/res/cardsfolder/a/aboshan_cephalid_emperor.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Aboshan, Cephalid Emperor
|
||||
ManaCost:4 U U
|
||||
Types:Legendary Creature Cephalid
|
||||
PT:3/3
|
||||
A:AB$ Tap | Cost$ tapXType<1/Cephalid> | ValidTgts$ Permanent | TgtPrompt$ Select target permanent | SpellDescription$ Tap target permanent.
|
||||
A:AB$ TapAll | Cost$ U U U | ValidCards$ Creature.withoutFlying | SpellDescription$ Tap all creatures without flying.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/aboshan_cephalid_emperor.jpg
|
||||
Oracle:Tap an untapped Cephalid you control: Tap target permanent.\n{U}{U}{U}: Tap all creatures without flying.
|
||||
9
forge-gui/res/cardsfolder/a/aboshans_desire.txt
Normal file
9
forge-gui/res/cardsfolder/a/aboshans_desire.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Aboshan's Desire
|
||||
ManaCost:U
|
||||
Types:Enchantment Aura
|
||||
K:Enchant creature
|
||||
A:SP$ Attach | Cost$ U | ValidTgts$ Creature | AILogic$ Pump
|
||||
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ Flying | Description$ Enchanted creature has flying.
|
||||
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ Shroud | Condition$ Threshold | Description$ Threshold - Enchanted creature has shroud as long as seven or more cards are in your graveyard. (It can't be the target of spells or abilities.)
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/aboshans_desire.jpg
|
||||
Oracle:Enchant creature\nEnchanted creature has flying.\nThreshold - Enchanted creature has shroud as long as seven or more cards are in your graveyard. (It can't be the target of spells or abilities.)
|
||||
7
forge-gui/res/cardsfolder/a/about_face.txt
Normal file
7
forge-gui/res/cardsfolder/a/about_face.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:About Face
|
||||
ManaCost:R
|
||||
Types:Instant
|
||||
A:SP$ Pump | Cost$ R | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ HIDDEN CARDNAME's power and toughness are switched | SpellDescription$ Switch target creature's power and toughness until end of turn.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/about_face.jpg
|
||||
Oracle:Switch target creature's power and toughness until end of turn.
|
||||
7
forge-gui/res/cardsfolder/a/abrupt_decay.txt
Normal file
7
forge-gui/res/cardsfolder/a/abrupt_decay.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Abrupt Decay
|
||||
ManaCost:B G
|
||||
Types:Instant
|
||||
K:CARDNAME can't be countered.
|
||||
A:SP$ Destroy | Cost$ B G | ValidTgts$ Permanent.nonLand+cmcLE3 | TgtPrompt$ Select target nonland permanent with converted mana cost 3 or less | SpellDescription$ Destroy target nonland permanent with converted mana cost 3 or less.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abrupt_decay.jpg
|
||||
Oracle:Abrupt Decay can't be countered by spells or abilities.\nDestroy target nonland permanent with converted mana cost 3 or less.
|
||||
8
forge-gui/res/cardsfolder/a/absolute_grace.txt
Normal file
8
forge-gui/res/cardsfolder/a/absolute_grace.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Absolute Grace
|
||||
ManaCost:1 W
|
||||
Types:Enchantment
|
||||
S:Mode$ Continuous | Affected$ Creature | AddKeyword$ Protection from black | Description$ All creatures have protection from black.
|
||||
SVar:NonStackingEffect:True
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/absolute_grace.jpg
|
||||
Oracle:All creatures have protection from black.
|
||||
8
forge-gui/res/cardsfolder/a/absolute_law.txt
Normal file
8
forge-gui/res/cardsfolder/a/absolute_law.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Absolute Law
|
||||
ManaCost:1 W
|
||||
Types:Enchantment
|
||||
S:Mode$ Continuous | Affected$ Creature | AddKeyword$ Protection from red | Description$ All creatures have protection from red.
|
||||
SVar:NonStackingEffect:True
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/absolute_law.jpg
|
||||
Oracle:All creatures have protection from red.
|
||||
8
forge-gui/res/cardsfolder/a/absolver_thrull.txt
Normal file
8
forge-gui/res/cardsfolder/a/absolver_thrull.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Absolver Thrull
|
||||
ManaCost:3 W
|
||||
Types:Creature Thrull Cleric
|
||||
PT:2/3
|
||||
K:Haunt:TrigDestroy:Destroy target enchantment.
|
||||
SVar:TrigDestroy:AB$Destroy | Cost$ 0 | ValidTgts$ Enchantment
|
||||
Oracle:Haunt (When this creature dies, exile it haunting target creature.)\nWhen Absolver Thrull enters the battlefield or the creature it haunts dies, destroy target enchantment.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/absolver_thrull.jpg
|
||||
7
forge-gui/res/cardsfolder/a/absorb.txt
Normal file
7
forge-gui/res/cardsfolder/a/absorb.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Absorb
|
||||
ManaCost:W U U
|
||||
Types:Instant
|
||||
A:SP$ Counter | Cost$ W U U | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | SpellDescription$ Counter target spell. You gain 3 life. | SubAbility$ DBGainLife
|
||||
SVar:DBGainLife:DB$GainLife | LifeAmount$ 3
|
||||
SVar:Picture:http://resources.wizards.com/magic/cards/in/en-us/card23155.jpg
|
||||
Oracle:Counter target spell. You gain 3 life.
|
||||
8
forge-gui/res/cardsfolder/a/absorb_vis.txt
Normal file
8
forge-gui/res/cardsfolder/a/absorb_vis.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Absorb Vis
|
||||
ManaCost:6 B
|
||||
Types:Sorcery
|
||||
K:TypeCycling:Basic:1 B
|
||||
A:SP$ LoseLife | Cost$ 6 B | ValidTgts$ Player | TgtPrompt$ Select a player | LifeAmount$ 4 | SubAbility$ DBGainLife | SpellDescription$ Target player loses 4 life and you gain 4 life.
|
||||
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 4
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/absorb_vis.jpg
|
||||
Oracle:Target player loses 4 life and you gain 4 life.\nBasic landcycling {1}{B} ({1}{B}, Discard this card: Search your library for a basic land card, reveal it, and put it into your hand. Then shuffle your library.)
|
||||
8
forge-gui/res/cardsfolder/a/abu_jafar.txt
Normal file
8
forge-gui/res/cardsfolder/a/abu_jafar.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Abu Ja'far
|
||||
ManaCost:W
|
||||
Types:Creature Human
|
||||
PT:0/1
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDestroy | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, destroy all creatures blocking or blocked by it. They can't be regenerated.
|
||||
SVar:TrigDestroy:AB$ DestroyAll | Cost$ 0 | ValidCards$ Creature.blockingSource,Creature.blockedBySource | NoRegen$ True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abu_jafar.jpg
|
||||
Oracle:When Abu Ja'far dies, destroy all creatures blocking or blocked by it. They can't be regenerated.
|
||||
8
forge-gui/res/cardsfolder/a/abuna_acolyte.txt
Normal file
8
forge-gui/res/cardsfolder/a/abuna_acolyte.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Abuna Acolyte
|
||||
ManaCost:1 W
|
||||
Types:Creature Cat Cleric
|
||||
PT:1/1
|
||||
A:AB$ PreventDamage | Cost$ T | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | Amount$ 1 | SpellDescription$ Prevent the next 1 damage that would be dealt to target creature or player this turn.
|
||||
A:AB$ PreventDamage | Cost$ T | ValidTgts$ Creature.Artifact | Amount$ 2 | TgtPrompt$ Select target artifact creature | SpellDescription$ Prevent the next 2 damage that would be dealt to target artifact creature this turn.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abuna_acolyte.jpg
|
||||
Oracle:{T}: Prevent the next 1 damage that would be dealt to target creature or player this turn.\n{T}: Prevent the next 2 damage that would be dealt to target artifact creature this turn.
|
||||
10
forge-gui/res/cardsfolder/a/abunas_chant.txt
Normal file
10
forge-gui/res/cardsfolder/a/abunas_chant.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Abuna's Chant
|
||||
ManaCost:3 W
|
||||
Types:Instant
|
||||
K:Entwine 2
|
||||
A:SP$ Charm | Cost$ 3 W | Choices$ DBGainLife,DBPreventDmg | SpellDescription$ Choose one - You gain 5 life; or prevent the next 5 damage that would be dealt to target creature this turn.
|
||||
SVar:DBGainLife:DB$ GainLife | LifeAmount$ 5 | SpellDescription$ You gain 5 life;
|
||||
SVar:DBPreventDmg:DB$ PreventDamage | ValidTgts$ Creature | TgtPrompt$ Select target creature | Amount$ 5 | SpellDescription$ Prevent the next 5 damage that would be dealt to target creature this turn.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abunas_chant.jpg
|
||||
Oracle:Choose one - You gain 5 life; or prevent the next 5 damage that would be dealt to target creature this turn.\nEntwine {2} (Choose both if you pay the entwine cost.)
|
||||
10
forge-gui/res/cardsfolder/a/abundance.txt
Normal file
10
forge-gui/res/cardsfolder/a/abundance.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Abundance
|
||||
ManaCost:2 G G
|
||||
Types:Enchantment
|
||||
R:Event$ Draw | ActiveZones$ Battlefield | ValidPlayer$ You | ReplaceWith$ AbundantChoice | Optional$ True | Description$ If you would draw a card, you may instead choose land or nonland and reveal cards from the top of your library until you reveal a card of the chosen kind. Put that card into your hand and put all other cards revealed this way on the bottom of your library in any order.
|
||||
SVar:AbundantChoice:AB$ GenericChoice | Cost$ 0 | Choices$ DigLand,DigNonland | Defined$ You
|
||||
SVar:DigLand:DB$ DigUntil | Valid$ Card.Land | ValidDescription$ land | FoundDestination$ Hand | RevealedDestination$ Library | RevealedLibraryPosition$ -1 | SpellDescription$ Land
|
||||
SVar:DigNonland:DB$ DigUntil | Valid$ Card.nonLand | ValidDescription$ nonland | FoundDestination$ Hand | RevealedDestination$ Library | RevealedLibraryPosition$ -1 | SpellDescription$ nonLand
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abundance.jpg
|
||||
Oracle:If you would draw a card, you may instead choose land or nonland and reveal cards from the top of your library until you reveal a card of the chosen kind. Put that card into your hand and put all other cards revealed this way on the bottom of your library in any order.
|
||||
11
forge-gui/res/cardsfolder/a/abundant_growth.txt
Normal file
11
forge-gui/res/cardsfolder/a/abundant_growth.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Name:Abundant Growth
|
||||
ManaCost:G
|
||||
Types:Enchantment Aura
|
||||
K:Enchant land
|
||||
A:SP$ Attach | Cost$ G | ValidTgts$ Land | AILogic$ Pump
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ FreeCard | TriggerDescription$ When CARDNAME enters the battlefield, draw a card.
|
||||
SVar:FreeCard:DB$ Draw | Cost$ 0 | Defined$ You | NumCards$ 1
|
||||
S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddAbility$ AbundantGrowthTap | Description$ Enchanted land has "{T}: Add one mana of any color to your mana pool."
|
||||
SVar:AbundantGrowthTap:AB$ Mana | Cost$ T | Produced$ Any | SpellDescription$ Add one mana of any color to your mana pool.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abundant_growth.jpg
|
||||
Oracle:Enchant land\nWhen Abundant Growth enters the battlefield, draw a card.\nEnchanted land has "{T}: Add one mana of any color to your mana pool."
|
||||
8
forge-gui/res/cardsfolder/a/abyssal_gatekeeper.txt
Normal file
8
forge-gui/res/cardsfolder/a/abyssal_gatekeeper.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Abyssal Gatekeeper
|
||||
ManaCost:1 B
|
||||
Types:Creature Horror
|
||||
PT:1/1
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigSac | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, each player sacrifices a creature.
|
||||
SVar:TrigSac:AB$ Sacrifice | Cost$ 0 | SacValid$ Creature | Defined$ Each
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abyssal_gatekeeper.jpg
|
||||
Oracle:When Abyssal Gatekeeper dies, each player sacrifices a creature.
|
||||
9
forge-gui/res/cardsfolder/a/abyssal_horror.txt
Normal file
9
forge-gui/res/cardsfolder/a/abyssal_horror.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Abyssal Horror
|
||||
ManaCost:4 B B
|
||||
Types:Creature Horror
|
||||
PT:2/2
|
||||
K:Flying
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDiscard | TriggerDescription$ When CARDNAME enters the battlefield, target player discards two cards.
|
||||
SVar:TrigDiscard:DB$ Discard | Cost$ 0 | ValidTgts$ Player | TgtPrompt$ Select a player | NumCards$ 2 | Mode$ TgtChoose
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abyssal_horror.jpg
|
||||
Oracle:Flying\nWhen Abyssal Horror enters the battlefield, target player discards two cards.
|
||||
9
forge-gui/res/cardsfolder/a/abyssal_hunter.txt
Normal file
9
forge-gui/res/cardsfolder/a/abyssal_hunter.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Abyssal Hunter
|
||||
ManaCost:3 B
|
||||
Types:Creature Human Assassin
|
||||
PT:1/1
|
||||
A:AB$ DealDamage | Cost$ B T | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ X | SubAbility$ DBTap | References$ X | SpellDescription$ Tap target creature. CARDNAME deals damage equal to CARDNAME's power to that creature.
|
||||
SVar:DBTap:DB$ Tap | Defined$ Targeted
|
||||
SVar:X:Count$CardPower
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abyssal_hunter.jpg
|
||||
Oracle:{B}, {T}: Tap target creature. Abyssal Hunter deals damage equal to Abyssal Hunter's power to that creature.
|
||||
8
forge-gui/res/cardsfolder/a/abyssal_nightstalker.txt
Normal file
8
forge-gui/res/cardsfolder/a/abyssal_nightstalker.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Abyssal Nightstalker
|
||||
ManaCost:3 B
|
||||
Types:Creature Nightstalker
|
||||
PT:2/2
|
||||
T:Mode$ AttackerUnblocked | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigDiscards | TriggerDescription$ Whenever CARDNAME attacks and isn't blocked, defending player discards a card.
|
||||
SVar:TrigDiscards:AB$ Discard | Cost$ 0 | Defined$ DefendingPlayer | NumCards$ 1 | Mode$ TgtChoose
|
||||
SVar:Picture:http://serv4.tcgimages.eu/img/cards/Portal_Second_Age/abyssal_nightstalker.jpg
|
||||
Oracle:Whenever Abyssal Nightstalker attacks and isn't blocked, defending player discards a card.
|
||||
8
forge-gui/res/cardsfolder/a/abyssal_nocturnus.txt
Normal file
8
forge-gui/res/cardsfolder/a/abyssal_nocturnus.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Abyssal Nocturnus
|
||||
ManaCost:1 B B
|
||||
Types:Creature Horror
|
||||
PT:2/2
|
||||
T:Mode$ Discarded | ValidCard$ Card.OppOwn | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever an opponent discards a card, CARDNAME gets +2/+2 and gains fear until end of turn. (It can't be blocked except by artifact creatures and/or black creatures.)
|
||||
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ 2 | NumDef$ 2 | KW$ Fear
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abyssal_nocturnus.jpg
|
||||
Oracle:Whenever an opponent discards a card, Abyssal Nocturnus gets +2/+2 and gains fear until end of turn. (It can't be blocked except by artifact creatures and/or black creatures.)
|
||||
11
forge-gui/res/cardsfolder/a/abyssal_persecutor.txt
Normal file
11
forge-gui/res/cardsfolder/a/abyssal_persecutor.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Name:Abyssal Persecutor
|
||||
ManaCost:2 B B
|
||||
Types:Creature Demon
|
||||
PT:6/6
|
||||
K:Flying
|
||||
K:Trample
|
||||
S:Mode$ Continuous | Affected$ You | AddKeyword$ You can't win the game. | Description$ You can't win the game.
|
||||
S:Mode$ Continuous | Affected$ Opponent | AddKeyword$ You can't lose the game. | Description$ Your opponents can't lose the game.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abyssal_persecutor.jpg
|
||||
Oracle:Flying, trample\nYou can't win the game and your opponents can't lose the game.
|
||||
9
forge-gui/res/cardsfolder/a/abyssal_specter.txt
Normal file
9
forge-gui/res/cardsfolder/a/abyssal_specter.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Abyssal Specter
|
||||
ManaCost:2 B B
|
||||
Types:Creature Specter
|
||||
PT:2/3
|
||||
K:Flying
|
||||
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ TrigDiscard | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals damage to a player, that player discards a card.
|
||||
SVar:TrigDiscard:AB$Discard | Cost$ 0 | Defined$ TriggeredTarget | NumCards$ 1 | Mode$ TgtChoose
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/abyssal_specter.jpg
|
||||
Oracle:Flying\nWhenever Abyssal Specter deals damage to a player, that player discards a card.
|
||||
10
forge-gui/res/cardsfolder/a/academy_at_tolaria_west.txt
Normal file
10
forge-gui/res/cardsfolder/a/academy_at_tolaria_west.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Academy at Tolaria West
|
||||
ManaCost:no cost
|
||||
Types:Plane Dominaria
|
||||
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Command | IsPresent$ Card.YouCtrl | PresentZone$ Hand | PresentCompare$ EQ0 | Execute$ AcademicDraw | TriggerDescription$ At the beginning of your end step, if you have no cards in hand, draw seven cards.
|
||||
SVar:AcademicDraw:AB$ Draw | Cost$ 0 | Defined$ You | NumCards$ 7
|
||||
T:Mode$ PlanarDice | Result$ Chaos | TriggerZones$ Command | Execute$ RolledChaos | TriggerDescription$ Whenever you roll {C}, discard your hand.
|
||||
SVar:RolledChaos:AB$ Discard | Cost$ 0 | Mode$ Hand | Defined$ You
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/academy_at_tolaria_west.jpg
|
||||
SVar:AIRollPlanarDieParams:Mode$ Always | LowPriority$ True | CardsInHandLE$ 2
|
||||
Oracle:At the beginning of your end step, if you have no cards in hand, draw seven cards.\nWhenever you roll {C}, discard your hand.
|
||||
12
forge-gui/res/cardsfolder/a/academy_raider.txt
Normal file
12
forge-gui/res/cardsfolder/a/academy_raider.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Academy Raider
|
||||
ManaCost:2 R
|
||||
Types:Creature Human Warrior
|
||||
PT:1/1
|
||||
K:Intimidate
|
||||
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ TrigDiscard | CombatDamage$ True | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may discard a card. If you do, draw a card.
|
||||
SVar:TrigDiscard:AB$ Discard | Cost$ 0 | Defined$ You | NumCards$ 1 | Mode$ TgtChoose | RememberDiscarded$ True | SubAbility$ DBDraw
|
||||
SVar:DBDraw:DB$ Draw | NumCards$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1 | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/academy_raider.jpg
|
||||
Oracle:Intimidate (This creature can't be blocked except by artifact creatures and/or creatures that share a color with it.)\nWhenever Academy Raider deals combat damage to a player, you may discard a card. If you do, draw a card.
|
||||
12
forge-gui/res/cardsfolder/a/academy_rector.txt
Normal file
12
forge-gui/res/cardsfolder/a/academy_rector.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Academy Rector
|
||||
ManaCost:3 W
|
||||
Types:Creature Human Cleric
|
||||
PT:1/2
|
||||
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigExile | OptionalDecider$ TriggeredCardController | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, you may exile it. If you do, search your library for an enchantment card and put that card onto the battlefield. Then shuffle your library.
|
||||
SVar:TrigExile:AB$ ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Exile | ValidCard$ Card.Self | SubAbility$ DBReturn
|
||||
SVar:DBReturn:DB$ ChangeZone | Origin$ Library | Destination$ Battlefield | ChangeType$ Enchantment.YouOwn | ChangeNum$ 1
|
||||
SVar:SacMe:4
|
||||
SVar:RemRandomDeck:True
|
||||
DeckNeeds:Type$Enchantment
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/academy_rector.jpg
|
||||
Oracle:When Academy Rector dies, you may exile it. If you do, search your library for an enchantment card, put that card onto the battlefield, then shuffle your library.
|
||||
8
forge-gui/res/cardsfolder/a/academy_researchers.txt
Normal file
8
forge-gui/res/cardsfolder/a/academy_researchers.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Academy Researchers
|
||||
ManaCost:1 U U
|
||||
Types:Creature Human Wizard
|
||||
PT:2/2
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME enters the battlefield, you may put an Aura card from your hand onto the battlefield attached to Academy Researchers.
|
||||
SVar:TrigChangeZone:AB$ ChangeZone | Cost$ 0 | Origin$ Hand | Destination$ Battlefield | ChangeType$ Aura.CanEnchantSource | AttachedTo$ Self
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/academy_researchers.jpg
|
||||
Oracle:When Academy Researchers enters the battlefield, you may put an Aura card from your hand onto the battlefield attached to Academy Researchers.
|
||||
7
forge-gui/res/cardsfolder/a/academy_ruins.txt
Normal file
7
forge-gui/res/cardsfolder/a/academy_ruins.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Academy Ruins
|
||||
ManaCost:no cost
|
||||
Types:Legendary Land
|
||||
A:AB$ Mana | Cost$ T | Produced$ 1 | SpellDescription$ Add {1} to your mana pool.
|
||||
A:AB$ ChangeZone | Cost$ 1 U T | TgtPrompt$ Choose target artifact card in your graveyard | ValidTgts$ Artifact.YouCtrl | Origin$ Graveyard | Destination$ Library | SpellDescription$ Put target artifact card from your graveyard on top of your library.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/academy_ruins.jpg
|
||||
Oracle:{T}: Add {1} to your mana pool.\n{1}{U}, {T}: Put target artifact card from your graveyard on top of your library.
|
||||
7
forge-gui/res/cardsfolder/a/accelerate.txt
Normal file
7
forge-gui/res/cardsfolder/a/accelerate.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Accelerate
|
||||
ManaCost:1 R
|
||||
Types:Instant
|
||||
A:SP$ Pump | Cost$ 1 R | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ Haste | SubAbility$ DBDraw | SpellDescription$ Target creature gains haste until end of turn.
|
||||
SVar:DBDraw:DB$ Draw | NumCards$ 1 | SpellDescription$ Draw a card.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/accelerate.jpg
|
||||
Oracle:Target creature gains haste until end of turn.\nDraw a card.
|
||||
7
forge-gui/res/cardsfolder/a/accelerated_mutation.txt
Normal file
7
forge-gui/res/cardsfolder/a/accelerated_mutation.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Accelerated Mutation
|
||||
ManaCost:3 G G
|
||||
Types:Instant
|
||||
A:SP$ Pump | Cost$ 3 G G | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ X | NumDef$ X | References$ X | SpellDescription$ Target creature gets +X/+X until end of turn, where X is the highest converted mana cost among permanents you control.
|
||||
SVar:X:Count$MaxCMCYouCtrl
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/accelerated_mutation.jpg
|
||||
Oracle:Target creature gets +X/+X until end of turn, where X is the highest converted mana cost among permanents you control.
|
||||
6
forge-gui/res/cardsfolder/a/acceptable_losses.txt
Normal file
6
forge-gui/res/cardsfolder/a/acceptable_losses.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Acceptable Losses
|
||||
ManaCost:3 R
|
||||
Types:Sorcery
|
||||
A:SP$ DealDamage | Cost$ 3 R Discard<1/Random> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 5 | SpellDescription$ CARDNAME deals 5 damage to target creature.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/acceptable_losses.jpg
|
||||
Oracle:As an additional cost to cast Acceptable Losses, discard a card at random.\nAcceptable Losses deals 5 damage to target creature.
|
||||
8
forge-gui/res/cardsfolder/a/accorder_paladin.txt
Normal file
8
forge-gui/res/cardsfolder/a/accorder_paladin.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Accorder Paladin
|
||||
ManaCost:1 W
|
||||
Types:Creature Human Knight
|
||||
PT:3/1
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigBattleCry | TriggerDescription$ Battle cry (Whenever this creature attacks, each other attacking creature gets +1/+0 until end of turn.)
|
||||
SVar:TrigBattleCry:AB$ PumpAll | Cost$ 0 | ValidCards$ Creature.attacking+Other | NumAtt$ 1
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/accorder_paladin.jpg
|
||||
Oracle:Battle cry (Whenever this creature attacks, each other attacking creature gets +1/+0 until end of turn.)
|
||||
7
forge-gui/res/cardsfolder/a/accorders_shield.txt
Normal file
7
forge-gui/res/cardsfolder/a/accorders_shield.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Accorder's Shield
|
||||
ManaCost:0
|
||||
Types:Artifact Equipment
|
||||
K:Equip 3
|
||||
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddToughness$ 3 | AddKeyword$ Vigilance | Description$ Equipped creature gets +0/+3 and has vigilance.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/accorders_shield.jpg
|
||||
Oracle:Equipped creature gets +0/+3 and has vigilance.\nEquip {3}
|
||||
8
forge-gui/res/cardsfolder/a/accumulated_knowledge.txt
Normal file
8
forge-gui/res/cardsfolder/a/accumulated_knowledge.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Accumulated Knowledge
|
||||
ManaCost:1 U
|
||||
Types:Instant
|
||||
A:SP$ Draw | Cost$ 1 U | Defined$ You | NumCards$ 1 | SubAbility$ DBDraw | SpellDescription$ Draw a card, then draw cards equal to the number of cards named CARDNAME in all graveyards.
|
||||
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ X | References$ X
|
||||
SVar:X:Count$NamedInAllYards.Accumulated Knowledge
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/accumulated_knowledge.jpg
|
||||
Oracle:Draw a card, then draw cards equal to the number of cards named Accumulated Knowledge in all graveyards.
|
||||
9
forge-gui/res/cardsfolder/a/accursed_centaur.txt
Normal file
9
forge-gui/res/cardsfolder/a/accursed_centaur.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Accursed Centaur
|
||||
ManaCost:B
|
||||
Types:Creature Zombie Centaur
|
||||
PT:2/2
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice a creature.
|
||||
SVar:TrigSac:AB$Sacrifice | Cost$ 0 | Defined$ You | SacValid$ Creature
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/accursed_centaur.jpg
|
||||
Oracle:When Accursed Centaur enters the battlefield, sacrifice a creature.
|
||||
7
forge-gui/res/cardsfolder/a/accursed_spirit.txt
Normal file
7
forge-gui/res/cardsfolder/a/accursed_spirit.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Accursed Spirit
|
||||
ManaCost:3 B
|
||||
Types:Creature Spirit
|
||||
PT:3/2
|
||||
K:Intimidate
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/accursed_spirit.jpg
|
||||
Oracle:Intimidate (This creature can't be blocked except by artifact creatures and/or creatures that share a color with it.)
|
||||
7
forge-gui/res/cardsfolder/a/acid_rain.txt
Normal file
7
forge-gui/res/cardsfolder/a/acid_rain.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Acid Rain
|
||||
ManaCost:3 U
|
||||
Types:Sorcery
|
||||
A:SP$ DestroyAll | Cost$ 3 U | ValidCards$ Forest | SpellDescription$ Destroy all Forests.
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/acid_rain.jpg
|
||||
Oracle:Destroy all Forests.
|
||||
10
forge-gui/res/cardsfolder/a/acid_web_spider.txt
Normal file
10
forge-gui/res/cardsfolder/a/acid_web_spider.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Acid Web Spider
|
||||
ManaCost:3 G G
|
||||
Types:Creature Spider
|
||||
PT:3/5
|
||||
K:Reach
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDestroy | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may destroy target Equipment.
|
||||
SVar:TrigDestroy:DB$ Destroy | Cost$ 0 | ValidTgts$ Equipment | TgtPrompt$ Choose target equipment.
|
||||
SVar:PlayMain1:TRUE
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/acid_web_spider.jpg
|
||||
Oracle:Reach\nWhen Acid Web Spider enters the battlefield, you may destroy target Equipment.
|
||||
12
forge-gui/res/cardsfolder/a/acidic_dagger.txt
Normal file
12
forge-gui/res/cardsfolder/a/acidic_dagger.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Acidic Dagger
|
||||
ManaCost:4
|
||||
Types:Artifact
|
||||
A:AB$ Effect | Cost$ 4 T | Name$ Acidic Dagger Effect | ValidTgts$ Creature | TgtPrompt$ Select target creature | Triggers$ TrigDam,TrigLeave | SVars$ TrigDestroy,TrigSac,ExileEffect | RememberObjects$ Targeted | ImprintCards$ Self | ActivationPhases$ Upkeep->Declare Attackers | SpellDescription$ Whenever target creature deals combat damage to a non-Wall creature this turn, destroy that non-Wall creature. When the targeted creature leaves the battlefield this turn, sacrifice CARDNAME. Activate this ability only before blockers are declared.
|
||||
SVar:TrigDam:Mode$ DamageDone | ValidSource$ Creature.IsRemembered | ValidTarget$ Creature.nonWall | CombatDamage$ True | TriggerZones$ Command | Execute$ TrigDestroy | TriggerDescription$ Whenever targeted creature deals combat damage to a non-Wall creature this turn, destroy that non-Wall creature.
|
||||
SVar:TrigLeave:Mode$ ChangesZone | ValidCard$ Creature.IsRemembered | Origin$ Battlefield | Destination$ Any | Execute$ TrigSac | TriggerZones$ Command | TriggerDescription$ When the targeted creature leaves the battlefield this turn, sacrifice Acidic Dagger.
|
||||
SVar:TrigDestroy:AB$ Destroy | Cost$ 0 | Defined$ TriggeredTarget
|
||||
SVar:TrigSac:DB$ SacrificeAll | Defined$ Imprinted | SubAbility$ ExileEffect
|
||||
SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile | Static$ True
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/acidic_dagger.jpg
|
||||
Oracle:{4}, {T}: Whenever target creature deals combat damage to a non-Wall creature this turn, destroy that non-Wall creature. When the targeted creature leaves the battlefield this turn, sacrifice Acidic Dagger. Activate this ability only before blockers are declared.
|
||||
9
forge-gui/res/cardsfolder/a/acidic_sliver.txt
Normal file
9
forge-gui/res/cardsfolder/a/acidic_sliver.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Acidic Sliver
|
||||
ManaCost:B R
|
||||
Types:Creature Sliver
|
||||
PT:2/2
|
||||
S:Mode$ Continuous | Affected$ Sliver | AddAbility$ Damage | Description$ All Slivers have "{2}, Sacrifice this permanent: This permanent deals 2 damage to target creature or player."
|
||||
SVar:Damage:AB$DealDamage | Cost$ 2 Sac<1/CARDNAME> | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to target creature or player.
|
||||
SVar:BuffedBy:Sliver
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/acidic_sliver.jpg
|
||||
Oracle:All Slivers have "{2}, Sacrifice this permanent: This permanent deals 2 damage to target creature or player."
|
||||
10
forge-gui/res/cardsfolder/a/acidic_soil.txt
Normal file
10
forge-gui/res/cardsfolder/a/acidic_soil.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Acidic Soil
|
||||
ManaCost:2 R
|
||||
Types:Sorcery
|
||||
A:SP$ RepeatEach | Cost$ 2 R | RepeatPlayers$ Player | RepeatSubAbility$ DBDamageOpp | SpellDescription$ CARDNAME deals damage to each player equal to the number of lands he or she controls.
|
||||
SVar:DBDamageOpp:DB$ DealDamage | Defined$ Remembered | NumDmg$ X | References$ X
|
||||
SVar:X:Count$Valid Land.RememberedPlayerCtrl
|
||||
SVar:AIPlayForSub:True
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/acidic_soil.jpg
|
||||
Oracle:Acidic Soil deals damage to each player equal to the number of lands he or she controls.
|
||||
7
forge-gui/res/cardsfolder/a/acolyte_of_xathrid.txt
Normal file
7
forge-gui/res/cardsfolder/a/acolyte_of_xathrid.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Acolyte of Xathrid
|
||||
ManaCost:B
|
||||
Types:Creature Human Cleric
|
||||
PT:0/1
|
||||
A:AB$ LoseLife | Cost$ 1 B T | ValidTgts$ Player | TgtPrompt$ Select a player | LifeAmount$ 1 | SpellDescription$ Target player loses 1 life.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/acolyte_of_xathrid.jpg
|
||||
Oracle:{1}{B}, {T}: Target player loses 1 life.
|
||||
10
forge-gui/res/cardsfolder/a/acolytes_reward.txt
Normal file
10
forge-gui/res/cardsfolder/a/acolytes_reward.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Acolyte's Reward
|
||||
ManaCost:1 W
|
||||
Types:Instant
|
||||
A:SP$ Pump | Cost$ 1 W | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player to damage with shield effect | IsCurse$ True | References$ X | SubAbility$ AcolytesPrevention | StackDescription$ SpellDescription | AILogic$ Never | SpellDescription$ Prevent the next X damage that would be dealt to target creature this turn, where X is your devotion to white. If damage is prevented this way, CARDNAME deals that much damage to target creature or player.
|
||||
SVar:AcolytesPrevention:DB$ PreventDamage | ValidTgts$ Creature | TgtPrompt$ Select a creature to prevent damage to | Amount$ X | References$ X | PreventionSubAbility$ AcolytesRetribution | ShieldEffectTarget$ ParentTarget | StackDescription$ none
|
||||
SVar:AcolytesRetribution:AB$ DealDamage | Cost$ 0 | Defined$ ShieldEffectTarget | NumDmg$ PreventedDamage | SpellDescription$ CARDNAME deals damage to target creature or player for each damage prevented this way.
|
||||
SVar:X:Count$Devotion.W
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/acolytes_reward.jpg
|
||||
Oracle:Prevent the next X damage that would be dealt to target creature this turn, where X is your devotion to white. If damage is prevented this way, Acolyte's Reward deals that much damage to target creature or player. (Each {W} in the mana costs of permanents you control counts toward your devotion to white.)
|
||||
9
forge-gui/res/cardsfolder/a/acorn_catapult.txt
Normal file
9
forge-gui/res/cardsfolder/a/acorn_catapult.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Acorn Catapult
|
||||
ManaCost:4
|
||||
Types:Artifact
|
||||
A:AB$ DealDamage | Cost$ 1 T | NumDmg$ 1 | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | SubAbility$ SquirrelTokenCtrl | SpellDescription$ CARDNAME deals 1 damage to target creature or player. That creature's controller or that player puts a 1/1 green Squirrel creature token onto the battlefield.
|
||||
SVar:SquirrelTokenCtrl:DB$ Token | TokenAmount$ 1 | TokenName$ Squirrel | TokenTypes$ Creature,Squirrel | TokenOwner$ Targeted | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SubAbility$ SquirrelTokenPlayer | ConditionDefined$ Targeted | ConditionPresent$ Card.Creature | ConditionCompare$ EQ0
|
||||
SVar:SquirrelTokenPlayer:DB$ Token | TokenAmount$ 1 | TokenName$ Squirrel | TokenTypes$ Creature,Squirrel | TokenOwner$ TargetedController | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | ConditionDefined$ Targeted | ConditionPresent$ Card.Creature | ConditionCompare$ GE1
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/acorn_catapult.jpg
|
||||
Oracle:{1}, {T}: Acorn Catapult deals 1 damage to target creature or player. That creature's controller or that player puts a 1/1 green Squirrel creature token onto the battlefield.
|
||||
7
forge-gui/res/cardsfolder/a/acorn_harvest.txt
Normal file
7
forge-gui/res/cardsfolder/a/acorn_harvest.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Acorn Harvest
|
||||
ManaCost:3 G
|
||||
Types:Sorcery
|
||||
K:Flashback 1 G PayLife<3>
|
||||
A:SP$ Token | Cost$ 3 G | TokenAmount$ 2 | TokenName$ Squirrel | TokenTypes$ Creature,Squirrel | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Put two 1/1 green Squirrel creature tokens onto the battlefield.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/acorn_harvest.jpg
|
||||
Oracle:Put two 1/1 green Squirrel creature tokens onto the battlefield.\nFlashback-{1}{G}, Pay 3 life. (You may cast this card from your graveyard for its flashback cost. Then exile it.)
|
||||
6
forge-gui/res/cardsfolder/a/acquire.txt
Normal file
6
forge-gui/res/cardsfolder/a/acquire.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Acquire
|
||||
ManaCost:3 U U
|
||||
Types:Sorcery
|
||||
A:SP$ ChangeZone | Cost$ 3 U U | Origin$ Library | Destination$ Battlefield | ValidTgts$ Opponent | ChangeType$ Artifact | ChangeNum$ 1 | GainControl$ True | IsCurse$ True | StackDescription$ SpellDescription | SpellDescription$ Search target opponent's library for an artifact card and put that card onto the battlefield under your control. Then that player shuffles his or her library.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/acquire.jpg
|
||||
Oracle:Search target opponent's library for an artifact card and put that card onto the battlefield under your control. Then that player shuffles his or her library.
|
||||
7
forge-gui/res/cardsfolder/a/acridian.txt
Normal file
7
forge-gui/res/cardsfolder/a/acridian.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Acridian
|
||||
ManaCost:1 G
|
||||
Types:Creature Insect
|
||||
PT:2/4
|
||||
K:Echo:1 G
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/acridian.jpg
|
||||
Oracle:Echo {1}{G} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)
|
||||
6
forge-gui/res/cardsfolder/a/act_of_aggression.txt
Normal file
6
forge-gui/res/cardsfolder/a/act_of_aggression.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Act of Aggression
|
||||
ManaCost:3 PR PR
|
||||
Types:Instant
|
||||
A:SP$ GainControl | Cost$ 3 PR PR | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls. | LoseControl$ EOT | Untap$ True | AddKWs$ Haste | SpellDescription$ Gain control of target creature an opponent controls until end of turn. Untap that creature. It gains haste until end of turn.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/act_of_aggression.jpg
|
||||
Oracle:({R/P} can be paid with either {R} or 2 life.)\nGain control of target creature an opponent controls until end of turn. Untap that creature. It gains haste until end of turn.
|
||||
13
forge-gui/res/cardsfolder/a/act_of_authority.txt
Normal file
13
forge-gui/res/cardsfolder/a/act_of_authority.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Name:Act of Authority
|
||||
ManaCost:1 W W
|
||||
Types:Enchantment
|
||||
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ AuthorityExile | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may exile target artifact or enchantment.
|
||||
SVar:AuthorityExile:AB$ ChangeZone | Cost$ 0 | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | Origin$ Battlefield | Destination$ Exile
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigExile | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ At the beginning of your upkeep, you may exile target artifact or enchantment. If you do, its controller gains control of CARDNAME.
|
||||
SVar:TrigExile:AB$ ChangeZone | Cost$ 0 | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | SubAbility$ DBGainControl
|
||||
SVar:DBGainControl:DB$ GainControl | Defined$ Self | NewController$ RememberedController | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | References$ X | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:Remembered$Amount
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/act_of_authority.jpg
|
||||
Oracle:When Act of Authority enters the battlefield, you may exile target artifact or enchantment.\nAt the beginning of your upkeep, you may exile target artifact or enchantment. If you do, its controller gains control of Act of Authority.
|
||||
6
forge-gui/res/cardsfolder/a/act_of_treason.txt
Normal file
6
forge-gui/res/cardsfolder/a/act_of_treason.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Act of Treason
|
||||
ManaCost:2 R
|
||||
Types:Sorcery
|
||||
A:SP$ GainControl | Cost$ 2 R | ValidTgts$ Creature | TgtPrompt$ Select target creature | LoseControl$ EOT | Untap$ True | AddKWs$ Haste | SpellDescription$ Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/act_of_treason.jpg
|
||||
Oracle:Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn. (It can attack and {T} this turn.)
|
||||
10
forge-gui/res/cardsfolder/a/active_volcano.txt
Normal file
10
forge-gui/res/cardsfolder/a/active_volcano.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Active Volcano
|
||||
ManaCost:R
|
||||
Types:Instant
|
||||
A:SP$ Charm | Cost$ R | Choices$ DBDestroy,DBChangeZone | SpellDescription$ Choose one - Destroy target blue permanent; or return target Island to its owner's hand.
|
||||
SVar:DBDestroy:DB$ Destroy | ValidTgts$ Permanent.Blue | TgtPrompt$ Select target blue permanent | SpellDescription$ Destroy target blue permanent;
|
||||
SVar:DBChangeZone:DB$ ChangeZone | ValidTgts$ Island | TgtPrompt$ Select target Island | Origin$ Battlefield | Destination$ Hand | SpellDescription$ Return target Island to its owner's hand.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/active_volcano.jpg
|
||||
Oracle:Choose one - Destroy target blue permanent; or return target Island to its owner's hand.
|
||||
11
forge-gui/res/cardsfolder/a/ad_nauseam.txt
Normal file
11
forge-gui/res/cardsfolder/a/ad_nauseam.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Name:Ad Nauseam
|
||||
ManaCost:3 B B
|
||||
Types:Instant
|
||||
A:SP$ Repeat | Cost$ 3 B B | RepeatSubAbility$ DBDig | RepeatOptional$ True | StackDescription$ Reveal the top card of your library and put that card into your hand. You lose life equal to its converted mana cost. You may repeat this process any number of times. | SpellDescription$ Reveal the top card of your library and put that card into your hand. You lose life equal to its converted mana cost. You may repeat this process any number of times.
|
||||
SVar:DBDig:DB$ Dig | DigNum$ 1 | Reveal$ True | ChangeNum$ All | ChangeValid$ Card | DestinationZone$ Hand | RememberChanged$ True | SubAbility$ DBLose
|
||||
SVar:DBLose:DB$ LoseLife | LifeAmount$ X | SubAbility$ DBCleanup | References$ X
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:Remembered$CardManaCost
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/ad_nauseam.jpg
|
||||
Oracle:Reveal the top card of your library and put that card into your hand. You lose life equal to its converted mana cost. You may repeat this process any number of times.
|
||||
9
forge-gui/res/cardsfolder/a/adamaro_first_to_desire.txt
Normal file
9
forge-gui/res/cardsfolder/a/adamaro_first_to_desire.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Adamaro, First to Desire
|
||||
ManaCost:1 R R
|
||||
Types:Legendary Creature Spirit
|
||||
PT:*/*
|
||||
S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | Description$ CARDNAME's power and toughness are each equal to the number of cards in the hand of the opponent with the most cards in hand.
|
||||
SVar:X:Count$InOppHand
|
||||
SVar:AntiBuffedBy:Card
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/adamaro_first_to_desire.jpg
|
||||
Oracle:Adamaro, First to Desire's power and toughness are each equal to the number of cards in the hand of the opponent with the most cards in hand.
|
||||
10
forge-gui/res/cardsfolder/a/adaptive_automaton.txt
Normal file
10
forge-gui/res/cardsfolder/a/adaptive_automaton.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Adaptive Automaton
|
||||
ManaCost:3
|
||||
Types:Artifact Creature Construct
|
||||
PT:2/2
|
||||
K:ETBReplacement:Other:ChooseCT
|
||||
SVar:ChooseCT:DB$ ChooseType | Type$ Creature | AILogic$ MostProminentInComputerDeck | SpellDescription$ As CARDNAME enters the battlefield, choose a creature type.
|
||||
S:Mode$ Continuous | Affected$ Card.Self | AddType$ ChosenType | Description$ CARDNAME is the chosen type in addition to its other types.
|
||||
S:Mode$ Continuous | Affected$ Creature.ChosenType+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other creatures you control of the chosen type get +1/+1.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/adaptive_automaton.jpg
|
||||
Oracle:As Adaptive Automaton enters the battlefield, choose a creature type.\nAdaptive Automaton is the chosen type in addition to its other types.\nOther creatures you control of the chosen type get +1/+1.
|
||||
7
forge-gui/res/cardsfolder/a/adaptive_snapjaw.txt
Normal file
7
forge-gui/res/cardsfolder/a/adaptive_snapjaw.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Adaptive Snapjaw
|
||||
ManaCost:4 G
|
||||
Types:Creature Lizard Beast
|
||||
PT:6/2
|
||||
K:Evolve
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/adaptive_snapjaw.jpg
|
||||
Oracle:Evolve (Whenever a creature enters the battlefield under your control, if that creature has greater power or toughness than this creature, put a +1/+1 counter on this creature.)
|
||||
7
forge-gui/res/cardsfolder/a/adarkar_sentinel.txt
Normal file
7
forge-gui/res/cardsfolder/a/adarkar_sentinel.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Adarkar Sentinel
|
||||
ManaCost:5
|
||||
Types:Artifact Creature Soldier
|
||||
PT:3/3
|
||||
A:AB$ Pump | Cost$ 1 | NumDef$ +1 | SpellDescription$ CARDNAME gets +0/+1 until end of turn.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/adarkar_sentinel.jpg
|
||||
Oracle:{1}: Adarkar Sentinel gets +0/+1 until end of turn.
|
||||
11
forge-gui/res/cardsfolder/a/adarkar_valkyrie.txt
Normal file
11
forge-gui/res/cardsfolder/a/adarkar_valkyrie.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Name:Adarkar Valkyrie
|
||||
ManaCost:4 W W
|
||||
Types:Snow Creature Angel
|
||||
PT:4/5
|
||||
K:Flying
|
||||
K:Vigilance
|
||||
A:AB$ Effect | Cost$ T | Name$ Adarkar Valkyrie Effect | ValidTgts$ Creature.Other | TgtPrompt$ Select target creature other than Adarkar Valkyrie | Triggers$ TrigChangesZone | SVars$ TrigChangeZone | References$ TrigChangesZone,TrigChangeZone | RememberObjects$ Targeted | SpellDescription$ When target creature other than CARDNAME dies this turn, return that card to the battlefield under your control.
|
||||
SVar:TrigChangesZone:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.IsRemembered | Execute$ TrigChangeZone | TriggerDescription$ If the targeted creature of Adarkar Valkyrie dies this turn, return it to the battlefield and you gain control of it.
|
||||
SVar:TrigChangeZone:AB$ ChangeZone | Cost$ 0 | Defined$ Remembered | Origin$ Graveyard | Destination$ Battlefield | GainControl$ True
|
||||
SVar:Picture:http://resources.wizards.com/magic/cards/csp/en-us/card121196.jpg
|
||||
Oracle:Flying, vigilance\n{T}: When target creature other than Adarkar Valkyrie dies this turn, return that card to the battlefield under your control.
|
||||
9
forge-gui/res/cardsfolder/a/adarkar_wastes.txt
Normal file
9
forge-gui/res/cardsfolder/a/adarkar_wastes.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Adarkar Wastes
|
||||
ManaCost:no cost
|
||||
Types:Land
|
||||
A:AB$ Mana | Cost$ T | Produced$ 1 | SpellDescription$ Add {1} to your mana pool.
|
||||
A:AB$ Mana | Cost$ T | Produced$ W | SubAbility$ DBPain | SpellDescription$ Add {W} to your mana pool. CARDNAME deals 1 damage to you.
|
||||
A:AB$ Mana | Cost$ T | Produced$ U | SubAbility$ DBPain | SpellDescription$ Add {U} to your mana pool. CARDNAME deals 1 damage to you.
|
||||
SVar:DBPain:DB$ DealDamage | NumDmg$ 1 | Defined$ You
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/adarkar_wastes.jpg
|
||||
Oracle:{T}: Add {1} to your mana pool.\n{T}: Add {W} or {U} to your mana pool. Adarkar Wastes deals 1 damage to you.
|
||||
9
forge-gui/res/cardsfolder/a/adarkar_windform.txt
Normal file
9
forge-gui/res/cardsfolder/a/adarkar_windform.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Adarkar Windform
|
||||
ManaCost:4 U
|
||||
Types:Snow Creature Illusion
|
||||
PT:3/3
|
||||
K:Flying
|
||||
A:AB$ Debuff | Cost$ 1 S | ValidTgts$ Creature | TgtPrompt$ Select target creature | Keywords$ Flying | SpellDescription$ Target creature loses flying until end of turn.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/adarkar_windform.jpg
|
||||
Oracle:Flying\n{1}{S}: Target creature loses flying until end of turn. ({S} can be paid with one mana from a snow permanent.)
|
||||
9
forge-gui/res/cardsfolder/a/adder_staff_boggart.txt
Normal file
9
forge-gui/res/cardsfolder/a/adder_staff_boggart.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Adder-Staff Boggart
|
||||
ManaCost:1 R
|
||||
Types:Creature Goblin Warrior
|
||||
PT:2/1
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigClash | TriggerDescription$ When CARDNAME enters the battlefield, clash with an opponent. If you win, put a +1/+1 counter on CARDNAME.
|
||||
SVar:TrigClash:AB$Clash | Cost$ 0 | WinSubAbility$ DBPutCounter
|
||||
SVar:DBPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/adder_staff_boggart.jpg
|
||||
Oracle:When Adder-Staff Boggart enters the battlefield, clash with an opponent. If you win, put a +1/+1 counter on Adder-Staff Boggart. (Each clashing player reveals the top card of his or her library, then puts that card on the top or bottom. A player wins if his or her card had a higher converted mana cost.)
|
||||
8
forge-gui/res/cardsfolder/a/addle.txt
Normal file
8
forge-gui/res/cardsfolder/a/addle.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Addle
|
||||
ManaCost:1 B
|
||||
Types:Sorcery
|
||||
A:SP$ ChooseColor | Cost$ 1 B | Defined$ You | AILogic$ MostProminentInHumanDeck | SubAbility$ DBRevealDiscard | SpellDescription$ Choose a color. Target player reveals his or her hand and you choose a card of that color from it. That player discards that card.
|
||||
SVar:DBRevealDiscard:DB$ Discard | Mode$ RevealYouChoose | NumCards$ 1 | DiscardValid$ Card.ChosenColor | ValidTgts$ Player | TgtPrompt$ Select target player
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/addle.jpg
|
||||
Oracle:Choose a color. Target player reveals his or her hand and you choose a card of that color from it. That player discards that card.
|
||||
13
forge-gui/res/cardsfolder/a/admonition_angel.txt
Normal file
13
forge-gui/res/cardsfolder/a/admonition_angel.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Name:Admonition Angel
|
||||
ManaCost:3 W W W
|
||||
Types:Creature Angel
|
||||
PT:6/6
|
||||
K:Flying
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigExile | TriggerDescription$ Landfall - Whenever a land enters the battlefield under your control, you may exile target nonland permanent other than CARDNAME.
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigReturn | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, return all cards exiled with it to the battlefield under their owners' control.
|
||||
SVar:TrigExile:AB$ ChangeZone | Cost$ 0 | ValidTgts$ Permanent.Other+nonLand | TgtPrompt$ Choose target nonland permanent other than Admonition Angel. | RememberTargets$ True | Origin$ Battlefield | Destination$ Exile
|
||||
SVar:TrigReturn:AB$ ChangeZone | Cost$ 0 | Defined$ Remembered | Origin$ Exile | SubAbility$ DBCleanup | Destination$ Battlefield
|
||||
SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True
|
||||
SVar:BuffedBy:Land
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/admonition_angel.jpg
|
||||
Oracle:Flying\nLandfall - Whenever a land enters the battlefield under your control, you may exile target nonland permanent other than Admonition Angel.\nWhen Admonition Angel leaves the battlefield, return all cards exiled with it to the battlefield under their owners' control.
|
||||
7
forge-gui/res/cardsfolder/a/adun_oakenshield.txt
Normal file
7
forge-gui/res/cardsfolder/a/adun_oakenshield.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Adun Oakenshield
|
||||
ManaCost:B R G
|
||||
Types:Legendary Creature Human Knight
|
||||
PT:1/2
|
||||
A:AB$ ChangeZone | Cost$ B R G T | Origin$ Graveyard | Destination$ Hand | TgtPrompt$ Select target creature card in your graveyard | ValidTgts$ Creature.YouCtrl | SpellDescription$ Return target creature card from your graveyard to your hand.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/adun_oakenshield.jpg
|
||||
Oracle:{B}{R}{G}, {T}: Return target creature card from your graveyard to your hand.
|
||||
8
forge-gui/res/cardsfolder/a/advance_scout.txt
Normal file
8
forge-gui/res/cardsfolder/a/advance_scout.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Advance Scout
|
||||
ManaCost:1 W
|
||||
Types:Creature Human Soldier Scout
|
||||
PT:1/1
|
||||
K:First Strike
|
||||
A:AB$ Pump | Cost$ W | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ First Strike | SpellDescription$ Target creature gains first strike until end of turn.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/advance_scout.jpg
|
||||
Oracle:First strike\n{W}: Target creature gains first strike until end of turn.
|
||||
8
forge-gui/res/cardsfolder/a/advanced_hoverguard.txt
Normal file
8
forge-gui/res/cardsfolder/a/advanced_hoverguard.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Advanced Hoverguard
|
||||
ManaCost:3 U
|
||||
Types:Creature Drone
|
||||
PT:2/2
|
||||
K:Flying
|
||||
A:AB$ Pump | Cost$ U | KW$ Shroud | SpellDescription$ CARDNAME gains shroud until end of turn.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/advanced_hoverguard.jpg
|
||||
Oracle:Flying\n{U}: Advanced Hoverguard gains shroud until end of turn. (It can't be the target of spells or abilities.)
|
||||
6
forge-gui/res/cardsfolder/a/advent_of_the_wurm.txt
Normal file
6
forge-gui/res/cardsfolder/a/advent_of_the_wurm.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Advent of the Wurm
|
||||
ManaCost:1 G G W
|
||||
Types:Instant
|
||||
A:SP$ Token | Cost$ 1 G G W | TokenImage$ g 5 5 wurm rtr | TokenName$ Wurm | TokenAmount$ 1 | TokenTypes$ Creature,Wurm | TokenOwner$ You | TokenColors$ Green | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Trample | SpellDescription$ Put a 5/5 green Wurm creature token with trample onto the battlefield.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/advent_of_the_wurm.jpg
|
||||
Oracle:Put a 5/5 green Wurm creature token with trample onto the battlefield.
|
||||
7
forge-gui/res/cardsfolder/a/adventurers_guildhouse.txt
Normal file
7
forge-gui/res/cardsfolder/a/adventurers_guildhouse.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Adventurers' Guildhouse
|
||||
ManaCost:no cost
|
||||
Types:Land
|
||||
S:Mode$ Continuous | Affected$ Creature.Green+Legendary | AddKeyword$ Bands with Other Legendary Creatures | Description$ Green legendary creatures you control have "bands with other legendary creatures." (Any legendary creatures can attack in a band as long as at least one has "bands with other legendary creatures." Bands are blocked as a group. If at least two legendary creatures you control, one of which has "bands with other legendary creatures," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/adventurers_guildhouse.jpg
|
||||
Oracle:Green legendary creatures you control have "bands with other legendary creatures." (Any legendary creatures can attack in a band as long as at least one has "bands with other legendary creatures." Bands are blocked as a group. If at least two legendary creatures you control, one of which has "bands with other legendary creatures," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)
|
||||
9
forge-gui/res/cardsfolder/a/adventuring_gear.txt
Normal file
9
forge-gui/res/cardsfolder/a/adventuring_gear.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Adventuring Gear
|
||||
ManaCost:1
|
||||
Types:Artifact Equipment
|
||||
K:Equip 1
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Landfall - Whenever a land enters the battlefield under your control, equipped creature gets +2/+2 until end of turn.
|
||||
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Equipped | NumAtt$ 2 | NumDef$ 2
|
||||
SVar:BuffedBy:Land
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/adventuring_gear.jpg
|
||||
Oracle:Landfall - Whenever a land enters the battlefield under your control, equipped creature gets +2/+2 until end of turn.\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)
|
||||
10
forge-gui/res/cardsfolder/a/advice_from_the_fae.txt
Normal file
10
forge-gui/res/cardsfolder/a/advice_from_the_fae.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Advice from the Fae
|
||||
ManaCost:2/U 2/U 2/U
|
||||
Types:Sorcery
|
||||
A:SP$ Dig | Cost$ 2/U 2/U 2/U | DigNum$ 5 | ChangeNum$ 1 | SubAbility$ Dig2 | ConditionCheckSVar$ X | ConditionSVarCompare$ LEY | References$ X,Y | SpellDescription$ Look at the top five cards of your library. If you control more creatures than each other player, put two of those cards into your hand. Otherwise, put one of them into your hand. Then put the rest on the bottom of your library in any order.
|
||||
SVar:Dig2:DB$ Dig | DigNum$ 5 | ChangeNum$ 2 | ConditionCheckSVar$ X | ConditionSVarCompare$ GTY | References$ X,Y
|
||||
SVar:X:Count$Valid Creature.YouCtrl
|
||||
SVar:Y:PlayerCountOther$HighestValid Creature.YouCtrl
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/advice_from_the_fae.jpg
|
||||
Oracle:({2/U} can be paid with any two mana or with {U}. This card's converted mana cost is 6.)\nLook at the top five cards of your library. If you control more creatures than each other player, put two of those cards into your hand. Otherwise, put one of them into your hand. Then put the rest on the bottom of your library in any order.
|
||||
8
forge-gui/res/cardsfolder/a/advocate_of_the_beast.txt
Normal file
8
forge-gui/res/cardsfolder/a/advocate_of_the_beast.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Advocate of the Beast
|
||||
ManaCost:2 G
|
||||
Types:Creature Elf Shaman
|
||||
PT:2/3
|
||||
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your end step, put a +1/+1 counter on target Beast creature you control.
|
||||
SVar:TrigPutCounter:AB$ PutCounter | Cost$ 0 | ValidTgts$ Creature.Beast+YouCtrl | TgtPrompt$ Select target beast creature you control | CounterType$ P1P1 | CounterNum$ 1
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/advocate_of_the_beast.jpg
|
||||
Oracle:At the beginning of your end step, put a +1/+1 counter on target Beast creature you control.
|
||||
10
forge-gui/res/cardsfolder/a/aegis_angel.txt
Normal file
10
forge-gui/res/cardsfolder/a/aegis_angel.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Aegis Angel
|
||||
ManaCost:4 W W
|
||||
Types:Creature Angel
|
||||
PT:5/5
|
||||
K:Flying
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME enters the battlefield, another target permanent is indestructible for as long as you control CARDNAME. (Effects that say "destroy" don't destroy that permanent. An indestructible creature can't be destroyed by damage.)
|
||||
SVar:TrigPump:AB$ Pump | Cost$ 0 | ValidTgts$ Permanent.Other | TgtPrompt$ Select another target permanent | KW$ Indestructible | UntilLoseControlOfHost$ True
|
||||
SVar:PlayMain1:TRUE
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/aegis_angel.jpg
|
||||
Oracle:Flying\nWhen Aegis Angel enters the battlefield, another target permanent is indestructible for as long as you control Aegis Angel. (Effects that say "destroy" don't destroy that permanent. An indestructible creature can't be destroyed by damage.)
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user