Anthony Calosa
f757dcab74
update invigorate and wall of shards
...
if players can't gain life, you cannot pay costs that have an opponent
gain life also...
2015-09-21 21:25:41 +08:00
Anthony Calosa
28f758e421
Removed Workarounds, Added support for Can't Gain life...
...
spellmastery - can play as though had flash used in conjunction for
alternative cost.
nolifegain, nolifegainopponent - cannot gain life.
2015-09-21 15:22:28 +08:00
Anthony Calosa
8543977a2f
Merge branch 'master' of https://github.com/kevlahnota/wagic
2015-09-21 12:00:50 +08:00
Anthony Calosa
7b3da0e2c2
added M15 cards :)
...
added M15 cards and support for cards that use startinglife
keyword(Resolute Archangel)
2015-09-21 12:00:34 +08:00
Anthony Calosa
b16b37e757
Merge remote-tracking branch 'WagicProject/master'
2015-09-21 12:00:24 +08:00
Anthony Calosa
726b087d0d
Create _cards.dat
2015-09-21 12:00:02 +08:00
Anthony Calosa
c3fb08da59
Merge pull request #628 from kevlahnota/master
...
Reverted Random, Disable Indicators on Gametype that is not Classic
2015-09-20 22:48:46 +08:00
Anthony Calosa
725a285e7f
Reverted Random
2015-09-20 22:28:08 +08:00
Anthony Calosa
9bf329bd17
I just found this out....
...
Make the indicator for classic game type. Maybe there is another way to
produce cards by using the function from castcard...
2015-09-20 19:53:49 +08:00
Anthony Calosa
0517a73bfe
Merge remote-tracking branch 'WagicProject/master'
2015-09-20 17:37:43 +08:00
Anthony Calosa
a432f5cc3a
Merge pull request #627 from kevlahnota/master
...
PT colors, Token and Cloner Indicators
2015-09-20 15:28:54 +08:00
Anthony Calosa
72b119d622
fix bad lines
2015-09-20 15:25:01 +08:00
Anthony Calosa
18f09ab2ef
%c to %s
2015-09-20 14:26:40 +08:00
Anthony Calosa
5985c518f6
buff.c_str()
2015-09-20 14:17:43 +08:00
Anthony Calosa
0dc4dbe642
Merge remote-tracking branch 'WagicProject/master'
2015-09-20 13:19:15 +08:00
Anthony Calosa
0e90426cff
Support for Silumgar Assassin, Minor PT color and Token, Clone Indicators
...
When a creature is damaged and has critical life, PT turns to
red(critical life is 2 and below), if a card has a powered down status
like from -1/-1 counter, the PT turns to thistle, if powered up above 4,
the PT turns into yellow, default is white. legendary eldrazi pt is
violet. Token Indicator is T, and C for cards with copy abilities(so we
can differentiate them from originals), TC for both token and copy cat
cards.
2015-09-20 13:19:03 +08:00
Anthony Calosa
900d045cf0
Merge pull request #626 from kevlahnota/master
...
PT Switch like Layer 7e and Token Indicator
2015-09-20 00:04:25 +08:00
Anthony Calosa
e9c4d70126
Update _tests.txt
2015-09-19 23:31:18 +08:00
Anthony Calosa
5c93d3e7c4
Create PTswitch.txt
2015-09-19 23:30:11 +08:00
Anthony Calosa
c372ffa111
Switching PT, Token Indicator
...
Added Switching PT like Layer 7e, Token Indicator for cloned Cards
2015-09-19 23:25:33 +08:00
Anthony Calosa
8e15ad7ed0
Merge remote-tracking branch 'WagicProject/master'
2015-09-19 23:21:22 +08:00
Anthony Calosa
a6f3fb19c8
Merge pull request #624 from kevlahnota/master
...
Token Cloning fix and colored PT
2015-09-19 15:29:40 +08:00
Anthony Calosa
64c6d19ae7
lowest is 0, typo...
2015-09-19 13:28:14 +08:00
Anthony Calosa
c9d9d3d4d3
Random
...
I have a profile with 100+ decks and it seems with the previous code,
the random deck seems not random.
2015-09-19 13:05:16 +08:00
Anthony Calosa
e25b78953c
other indicators must be somewhere else
2015-09-19 10:29:02 +08:00
Anthony Calosa
81f0c916f5
readjustment
2015-09-19 08:04:26 +08:00
Anthony Calosa
ef690f6438
update pt colors
2015-09-19 07:50:04 +08:00
Anthony Calosa
11124205e5
basic color code on PT
...
if a creature was damaged or has a negative toughness bonus, the pt
changes to crimson red, if the creature was not damaged and has power
buff, the color changes to spring green, normal was default white.
2015-09-18 20:16:28 +08:00
Anthony Calosa
6cd0474eca
Bug Fix on Cloning Tokens
2015-09-18 19:56:02 +08:00
Anthony Calosa
bd89710478
Merge remote-tracking branch 'WagicProject/master'
2015-09-18 11:45:29 +08:00
Anthony Calosa
fc54822b97
Merge pull request #623 from kevlahnota/master
...
CDA and X manacost on stack
2015-09-18 06:10:24 +08:00
Anthony Calosa
13bb6dbe93
Update Token.cpp
...
Fix typo
2015-09-18 06:03:53 +08:00
Anthony Calosa
8c9a98e3e9
Update _tests.txt
2015-09-18 05:31:13 +08:00
Anthony Calosa
7ce05fb4fc
CDA test # 2
2015-09-18 05:27:48 +08:00
Anthony Calosa
53153b237c
CDA test # 1
...
Testing layer 7a, 7b and 7c :)
2015-09-17 22:50:21 +08:00
Anthony Calosa
478dea6af4
Tidy up a little...
2015-09-17 21:30:55 +08:00
Anthony Calosa
e097d38347
Updated CDA cards
2015-09-17 18:39:33 +08:00
Anthony Calosa
6cba14181d
support "other" in type:* parsing
...
if a card with a cleric subtype has an autoline like this:
othertype:cleric:battlefield, means that the targetchooser excludes that
card, only the other "cleric" are counted.
2015-09-17 11:16:29 +08:00
Anthony Calosa
76c48a8c4e
Merge pull request #1 from WagicProject/master
...
Merged from WagicProject:master
2015-09-17 05:52:33 +08:00
Anthony Calosa
425b51de08
Fix for token cloning
...
Some tokens when cloned produces miscalculated PT(Using foreach,
aslongas and others that needs CDA). This should fix the issue. TODO:
add tests and updated mtg.txt ...
2015-09-16 20:36:58 +08:00
Anthony Calosa
8e057379ce
Finally Fixed... :)
...
The issue last commit was the toughness is refreshed and the damage is
not reflected. This commit fixes the bug. Yey...
2015-09-16 10:45:43 +08:00
Anthony Calosa
db649ddc96
Added Update on CDA
...
This controls whether to update Power and Toughness if we are setting
base PT or not. If we are setting base PT update the CDA but it will not
be applied since we have an effect that sets PT to a default base. If
there are no effect that sets base PT, apply it on CDA using
current/updated PT. The buffs are not affected. Yeah...
2015-09-16 09:34:32 +08:00
Anthony Calosa
6aab17d0b3
CDA complete
...
This fixes the bug I introduced lst time. The damage was not taking into
account, but this time the damage reflects...
TODO/TOFOLLOW: update test and update all cards that uses CDA :)
2015-09-16 06:42:02 +08:00
Xawotihs
fdfb8e0c34
Should fix package upload
2015-09-15 07:58:24 +02:00
Anthony Calosa
72aaa18a35
CDA
...
CDA works by using "cdaactive" keyword on PT changes. Instead of
granting bonus, we modify the orig power and toughness since they are
dynamic PT. cdaactive are for cards like maro, tarmogoyf, etc. To
Follow/To Do: Additional Tests and other bug fix
2015-09-15 06:35:07 +08:00
xawotihs
07e1c139ba
Restored .travis file back to its original state
2015-09-14 23:55:33 +02:00
xawotihs
7df76697e1
Added iOS package upload after successfull build
2015-09-14 23:50:19 +02:00
xawotihs
743b260813
Adds control file
2015-09-13 23:50:21 +02:00
xawotihs
24187b8413
Enable usage of iOS resources from both xcode and theos makefile. Creates iOS package.
2015-09-13 20:54:25 +02:00
xawotihs
acfd0bf104
Merge branch 'master' into iOS-Build
2015-09-13 18:42:31 +02:00