Anthony Calosa
0af00a313e
adjust p/t box when tapped only
2016-08-14 21:26:19 +08:00
Anthony Calosa
bccb740c45
Minimal mod card scale
...
it's a minimal graphics mod so it's easier to debug. It's a smaller card
scale of big render so we have more space to view in game.
2016-08-14 14:59:49 +08:00
Anthony Calosa
b7307adc10
fix copier copying a copier
2016-08-14 14:28:14 +08:00
Anthony Calosa
a7cdb0a514
re upload sets
2016-08-14 09:24:15 +08:00
Anthony Calosa
7157e571c8
fateshaper flying
2016-08-14 09:22:11 +08:00
Anthony Calosa
d073b7b3c0
remove sets with no carriage returns
...
will reupload the new ones
2016-08-14 09:21:47 +08:00
Anthony Calosa
53efc96e30
add carriage returns
...
it's not visible but instead of lf, replaced it with crlf
2016-08-13 23:26:58 +08:00
Anthony Calosa
df3e6e5fb7
fix flip and image
2016-08-13 21:14:43 +08:00
Anthony Calosa
27145bdabe
revised fix for copier
2016-08-13 20:12:55 +08:00
Anthony Calosa
71aedfd96d
this must be copy
2016-08-13 17:39:11 +08:00
Anthony Calosa
8530292fef
Revert my Graphic changes
...
I think it's the one who cause those crashes
2016-08-13 16:45:46 +08:00
Anthony Calosa
f1bc268f58
add mycastingzone & oppcastingzone
...
to simplify code
2016-08-13 10:55:58 +08:00
Anthony Calosa
960d4d35fb
remove my changes in aacopier
...
since I introduce a weird crash bug with it.
2016-08-12 17:14:52 +08:00
Anthony Calosa
9c81acff53
Fix Deathbringer Liege
2016-08-12 16:25:37 +08:00
Anthony Calosa
2e525dfdcc
exclude card that copied a token.
...
I added a new search for tokens just below this
2016-08-12 07:44:59 +08:00
Anthony Calosa
a378e3a72d
fix extracosts on cumulative upcost
...
since Manacost::copy copies, extracost, if this is enabled, extracost is
doubled. tested with Aboroth
2016-08-12 07:43:39 +08:00
Anthony Calosa
7e14b2fc5a
exception testsuite
...
the current implementation was clone must be recognized by id in the
scripted test.
2016-08-11 21:05:00 +08:00
Anthony Calosa
51016f9258
revised AACopier
2016-08-11 18:52:18 +08:00
Anthony Calosa
adad723110
game mode info
2016-08-11 14:26:41 +08:00
Anthony Calosa
a10e7ab279
Revert "copy/flip limit"
...
This reverts commit 0c124327de .
2016-08-11 11:03:37 +08:00
Anthony Calosa
0c124327de
copy/flip limit
...
if the copy/flip is activated, it means it's already in the battlefield,
so "enters the battlefield" must not trigger...
2016-08-10 19:49:31 +08:00
Anthony Calosa
14d8d65de0
asflash
...
spellmastery is for alternate cost, added asflash... so cards that find
cards with flash don't find asflash...
2016-08-10 07:31:15 +08:00
Anthony Calosa
d3305cadb6
quick sliver typo
2016-08-10 07:18:46 +08:00
Anthony Calosa
17c28ca584
revised Quick Sliver & Shimmer Myr
2016-08-10 06:39:09 +08:00
Anthony Calosa
151905c5f3
Transform Trigger, Turnlimit for TrCardAddedtoZone
...
Cleaned primitives, and fix SOI cards (remove workarounds) todo(recheck
BFZ and OGW)
2016-08-10 01:54:24 +08:00
Anthony Calosa
de5414ec19
Fix Etched Affinity Combo
...
Fix Glimmervoid Combo Hint
2016-08-09 02:58:48 +08:00
Anthony Calosa
eafb2558c2
adjust rendered card
2016-08-09 00:38:33 +08:00
Anthony Calosa
b20fb61e1c
border & mask
...
add border to alternate render, fix mask shadow
2016-08-08 18:13:00 +08:00
Anthony Calosa
c4ce2aa977
fix Forgotten Creation and Fable of Wolf And Owl
...
Forgotten Creation typo and Fable of Wolf and Owl ability clashing
2016-08-08 15:42:35 +08:00
Anthony Calosa
eb0ecedecf
revised token id (tnum:num parameter)
...
this should not conflict like earlier version.
ex:
[card]
name=Fable of Wolf and Owl
auto=@movedTo(*[green]|mystack):may token(Wolf,Creature
Wolf,2/2,green,tnum:11)
auto=@movedTo(*[blue]|mystack):may token(Bird,Creature
Bird,1/1,flying,blue,tnum:12)
text=Whenever you cast a green spell, you may put a 2/2 green Wolf
creature token onto the battlefield. -- Whenever you cast a blue spell,
you may put a 1/1 blue Bird creature token with flying onto the
battlefield.
mana={3}{GU}{GU}{GU}
type=Enchantment
[/card]
tnum uses -source id & tnum (concatenated)
2016-08-08 13:49:24 +08:00
Anthony Calosa
de44abd529
Revert "fix token names with ",""
...
This reverts commit 65ef1f384c .
2016-08-08 11:29:04 +08:00
Anthony Calosa
9807ca99f9
Revert "multi tokens images on same source"
...
This reverts commit 8c9d2d6f1d .
2016-08-08 11:20:25 +08:00
Anthony Calosa
8c9d2d6f1d
multi tokens images on same source
...
you can specifiy tnum:number on token parameters and it will concatenate
the default token id and the specified number. example: token(Saproling,
Creature Saproling, 1/1, green, tnum:15) if the source id is 12345, the
default token id will be -12345, concat tnum, id will be -1234515 and
the game will try to find the image 1234515t.jpg
2016-08-08 10:37:27 +08:00
Anthony Calosa
65ef1f384c
fix token names with ","
2016-08-08 10:15:50 +08:00
Anthony Calosa
b756c8b9ec
resize avatar
2016-08-07 22:33:40 +08:00
Anthony Calosa
05e81ad923
Fix Westvale Abbey and Master Transmuter
2016-08-07 19:42:56 +08:00
Anthony Calosa
6982030013
Minor adjustment
2016-08-07 14:08:09 +08:00
Anthony Calosa
01145c4581
new adjustments
2016-08-07 13:24:14 +08:00
Anthony Calosa
4d1dfb58ff
Fix Enstack Attackers
...
If you have 40+ tokens as attackers in play, stack them on the attackers
tightly...
2016-08-07 11:49:57 +08:00
Anthony Calosa
9bbf28e44b
correction
2016-08-07 11:21:07 +08:00
Anthony Calosa
1f58b8e6a7
Merge remote-tracking branch 'refs/remotes/WagicProject/master'
2016-08-07 10:30:42 +08:00
Anthony Calosa
807874ce5d
add andAbility support for AACopier
...
the granted ability must exists only if you copy a card, if you don't
copy any card, the source doesn't have any granted abillities.
2016-08-07 10:15:11 +08:00
punkeduard
213d11c8e9
Changes to primitives
...
name=Ojutai, Soul of Winter
name=Atarka, World Render
name=Kolaghan, the Storm's Fury
name=Savageborn Hydra
2016-08-06 21:03:23 -05:00
Anthony Calosa
dfd0761506
Corrected cards reported from forums
2016-08-07 09:59:59 +08:00
Anthony Calosa
4f27c8051a
forgot these
2016-08-06 19:55:18 +08:00
Anthony Calosa
d43693fef0
when ingame, try finding the quad
...
for copier/cloner when copying token generated cards...
2016-08-06 19:41:34 +08:00
Anthony Calosa
be98e0b543
Update CardGui.cpp
...
Disabled temporary...
2016-08-06 01:40:21 -05:00
Rolzad73
8a907bb3f3
Merge pull request #835 from WagicProject/android_tweaks
...
Android tweaks
2016-08-06 00:25:36 -04:00
Anthony Calosa
dae1b10de1
Copied Token Image
...
If the image is not found, try finding the token counterpart by Id
2016-08-05 21:52:46 +08:00
Rolzad73
0c4e72ece2
- attempt to fix storage location list issue on Android 4.3+
2016-08-04 14:53:52 -04:00