Vittorio Alfieri
|
6d46467861
|
Added/fixed primitives, added VOW and VOC sets, fixed order index of CC2 set, updated the "missing_cards_by_sets" folder, added new keyword "findlasttype" to find the index of latest card with specified type in target player graveyard (e.g. "Timothar, Baron of Bats"), improved Android downloader.
|
2021-11-10 18:25:47 +01:00 |
|
Vittorio Alfieri
|
78658a6a9e
|
Added/fixed primitives, updated the "missing_cards_by_sets" folder, renamed several decks for AI, added "noentertrg" and "nodietrg" keywords to allow creatures enter the battlefield or die without causing abilities to trigger (e.g. "Hushbringer").
|
2021-10-21 09:53:39 +02:00 |
|
Vittorio Alfieri
|
41a89c7324
|
Added "Spell Queller" primitive, updated the "missing_cards_by_sets" folder.
|
2021-10-20 16:26:31 +02:00 |
|
Vittorio Alfieri
|
89024241a8
|
Added/fixed primitives, updated the "missing_cards_by_sets" folder.
|
2021-10-01 17:53:28 +02:00 |
|
Vittorio Alfieri
|
c60ffba70d
|
Added/fixed primitives, updated the "missing_cards_by_sets" folder, added missing Conspicacy cards and tokens in CNS set, added Conspicacy cards management, added new ability "isconspiracy" to identify the Conspicacy cards into the Sideboard, added "Conspiracy" type in "Subtypes.h" enum definition, added a fix in "GameObserver::Affinity()" method in order to avoid a crash when the card is a Conspiracy in the commandzone.
|
2021-09-28 16:22:13 +02:00 |
|
Vittorio Alfieri
|
6be219f586
|
Added/fixed primitives, replaced all occurrences of "AEther" with "Aether" in each ".txt" and ".dat" file according to the new naming convention (pull request #1072 by @remigiusz-suwalski).
|
2021-09-22 14:33:54 +02:00 |
|
Vittorio Alfieri
|
ff47c0dd44
|
Fixed typos in several primitives, updated the "missing_cards_by_sets" folder, fixed MID, MIC and CC2 sets.
|
2021-09-19 16:54:43 +02:00 |
|
Vittorio Alfieri
|
c2482a50f5
|
Added/fixed primitives, updated the "missing_cards_by_sets" folder, added MID, MIC and CC2 sets, improved Android downloader for new added sets.
|
2021-09-19 15:54:37 +02:00 |
|
Vittorio Alfieri
|
1306a43f33
|
Added/fixed primitives, updated the "missing_cards_by_sets" folder.
|
2021-09-18 17:42:21 +02:00 |
|
Vittorio Alfieri
|
04a6a4bfe2
|
Added/Fixed primitives, updated the "missing_cards_by_sets" folder, added a new option "keepname" to keep the original name after the copy (e.g. Olag, Ludevic's Hubris), implemented a fix to avoid triggering of oneshot abilities when "flip" ability is used to return from a copy, fixed an issue with colors and "transforms" keyword, implemented a fix to avoid crashes when the card paying extracost has also a cost alteration (e.g. combo with "Pirate's Pillage" and "Ruby Medallion"), added a new keyword "totmanaspent" to return the real amount of mana spent to cast a card (e.g. Memory Deluge), added new keywords "pnumofidentitycols" and "onumofidentitycols" to return the total amount of commander identity colors for controller or opponent (e.g. War Room), improved "totcnt" keyword, added new keywords "totalcololorsinplay" and "oppototalcololorsinplay" to return the total amount of colors on controller or opponent battlefield (e.g. Moonveil Regent), added new keywords "pcoven" and "ocoven" to return if a player controls three or more creatures with different powers (e.g. Augur of Autumn).
|
2021-09-12 21:18:43 +02:00 |
|
Vittorio Alfieri
|
9aa15766d4
|
Added/fixed primitives, updated the "missing_cards_by_sets" folder, added new ability "hasstrive" to implement Strive cost with multikicker and refactored all cards with Strive cost (now they use a special version of multikicker but they don't count as kicked spell), improved "targeted" and "vampired" trigger to allow the "turnlimited" option, improved Android gesture to emulate "option menu" button pressure (slide down) and emulate "back" button pressure (slide up).
|
2021-09-07 21:41:24 +02:00 |
|
Vittorio Alfieri
|
cc16db7256
|
Added/fixed primitives, refactored and improved almost all transforming human cards (included all the Werewolves), improved "flip ability and "doubleside" ability adding a new "backside" option, fixed a bug on "doubleside" ability for planeswalkers, added "backside=" key to CardPrimitive in order to specify the other side of double-faced cards, added "hasbackside" option to target chooser in order to find cards which have a back side, added "dualfaced" that return 1 if a card has a backside card, fixed loyalty counter ability on planeswalker flip (is was not resolving correctly), changed type of damageToController, damageToOpponent, damageToCreature, wasDealtDamage, combatdamageToOpponent from bool to int in order to retrieve those values if needed, added "totaldmg" keyword that returns the total amount of damage dealt by a creature in the current turn, added new restriction "coven in order to check if a player controls three or more creatures with different powers, added new ability "hasdisturb" when the Retrace cost of a card is a disturb cost (e.g. "Beloved Beggar").
|
2021-09-04 01:48:47 +02:00 |
|
Vittorio Alfieri
|
001cea95bd
|
Added/fixed primitives, updated the "missing_cards_by_sets" folder, fixed several crash on Commander Format, fixed a possible crash using "and!()!" with "imprint", added a new macros "_REBOUND_" and "_GOAD_" related to rebound and goad abilities and refactored all cards using them, implemented a new keywords "haunt", "hasprey", "preyname" and "isprey" related the haunting ability and improved all cards using it, Added "commander" and "\*" to HINT castpriority for AI decks in order to allow the user to give a cast priority to commanders.
|
2021-09-02 19:32:45 +02:00 |
|
Vittorio Alfieri
|
54d0c32035
|
Added/fixed primitives, updated the "missing_cards_by_sets" folder, improved all cards with replicate (now they use a special version of multikicker but they don't count as kicked spell), improved all cards with "fizzle" and "fizzleto" ability and improved engine for "fizzle" and "nofizzle" ability (e.g. now it's possible to grant a card the nofizzle ability on stack), added new keyword "mycolnum" to count the number colors of a card.
|
2021-08-31 20:06:33 +02:00 |
|
Vittorio Alfieri
|
45de20c8d3
|
Added/fixed primitives, updated the "missing_cards_by_sets" folder, added a new trigger when a player shuffles his/her library, added new keywords "plastshlturn" and "olastshlturn" to retrieve the last turn a player shuffled his/her library, refactoring of some source files.
|
2021-08-30 23:02:54 +02:00 |
|
Vittorio Alfieri
|
e1f91a50f6
|
Fixed dat file for J21 set, improved Android downloader for J21 set.
|
2021-08-30 12:15:43 +02:00 |
|
Vittorio Alfieri
|
32008496b3
|
Added/fixed primitives, fixed dat file of several sets, updated the "missing_cards_by_sets" folder, updated README.md file, improved Android downloader.
|
2021-08-29 19:51:13 +02:00 |
|
valfieri
|
7328c45013
|
Added PSP res file, fixed bug for PSP version and added M20, MH1 and UST sets and primitives.
|
2019-08-10 01:10:26 +02:00 |
|
Anthony Calosa
|
392382e3e3
|
missing AER
|
2017-02-10 16:00:03 +08:00 |
|
Anthony Calosa
|
ea5e397595
|
Crew Ability Cost & Crewbonus
Revised cards to use {crew(targetchooser)} (modified taptargetcost) so
it can use crewbonus ability from other creatures.
|
2017-02-01 17:11:55 +08:00 |
|
Anthony Calosa
|
7029636291
|
some corrections
|
2017-01-31 04:16:47 +08:00 |
|
Anthony Calosa
|
8debcf0fa2
|
KLD missing cards
|
2017-01-27 23:18:28 +08:00 |
|
Anthony Calosa
|
ca66a428d8
|
C16 missing list
|
2017-01-27 06:18:36 +08:00 |
|
Anthony Calosa
|
94aefa6dba
|
notany attribute
anytypeofmana makes manacost colorless... wip
|
2017-01-23 18:32:58 +08:00 |
|
Anthony Calosa
|
7f8339aedf
|
revised "steal" ability
steal - gain control of target/s until it leaves battlefield or its
current controller loses control of the "stealer"...
|
2016-09-06 15:47:09 +08:00 |
|
Anthony Calosa
|
51481daf03
|
Merge branch 'master' of https://github.com/kevlahnota/wagic
|
2016-09-05 18:20:14 +08:00 |
|
Anthony Calosa
|
1bdd0f6e26
|
Sorted & Updated Primitives,
also added some cards
|
2016-09-05 18:20:05 +08:00 |
|
Anthony Calosa
|
1de492973e
|
update missing cards by sets
|
2016-09-05 17:54:41 +08:00 |
|
Anthony Calosa
|
5149882bb5
|
Add files via upload
|
2016-09-02 23:49:03 +08:00 |
|
Anthony Calosa
|
0394e2cda9
|
Add files via upload
|
2016-09-02 10:12:42 +08:00 |
|
Anthony Calosa
|
b9b2c9afb0
|
Merge branch 'master' of https://github.com/kevlahnota/wagic
|
2016-08-31 14:03:36 +08:00 |
|
Anthony Calosa
|
848cd9a485
|
Add files via upload
|
2016-08-31 14:03:22 +08:00 |
|
Anthony Calosa
|
75921e1130
|
add some cards from CMD to C13
|
2016-08-31 14:02:16 +08:00 |
|
Anthony Calosa
|
7dc89ad090
|
Add files via upload
|
2016-08-31 00:00:16 +08:00 |
|
Anthony Calosa
|
ca95192de3
|
Add files via upload
|
2016-08-30 17:37:35 +08:00 |
|
Anthony Calosa
|
8c01611850
|
Add files via upload
|
2016-08-28 12:42:31 +08:00 |
|
Anthony Calosa
|
a556aed34f
|
Add files via upload
|
2016-08-27 19:32:48 +08:00 |
|
Anthony Calosa
|
25705a6b02
|
Add files via upload
|
2016-08-27 14:58:09 +08:00 |
|
Anthony Calosa
|
f335623f69
|
update missing cards by sets
Shadowmoor, Alara, Zendikar blocks
|
2016-08-26 12:11:28 +08:00 |
|
Anthony Calosa
|
db3aaf96c7
|
add LRW & MOR missing cards by sets
|
2016-08-25 03:42:24 +08:00 |
|
Anthony Calosa
|
6c836e0fde
|
update missing cards by sets
from ravnica to timespiral blocks
|
2016-08-25 00:23:24 +08:00 |
|
Anthony Calosa
|
6122410db1
|
Add files via upload
|
2016-08-23 06:51:22 +08:00 |
|
Anthony Calosa
|
3e16969808
|
update missing cards by sets
ODY to 5DN
|
2016-08-21 12:28:02 +08:00 |
|
Anthony Calosa
|
5b059f974f
|
update missing cards by sets
|
2016-08-20 16:07:11 +08:00 |
|
Anthony Calosa
|
cec4494ce6
|
fix can produce mana
limited for land...
|
2016-08-20 00:21:58 +08:00 |
|
Anthony Calosa
|
4d381452b5
|
added rath & artifact cycle in missing cards
|
2016-08-19 18:07:08 +08:00 |
|
Anthony Calosa
|
12f7d5e4b6
|
added missing cards by sets
todo... since i'll recheck all expansions
|
2016-08-18 21:43:54 +08:00 |
|