Improved target chooser to allow a multiple selection for player, creature and planeswalkers, now it's possible to use target(player,creature,planeswalkers) as well as target(<variable>player,creature,planeswalkers) and so on. Added abilities for giving exiledeath and handdeath to instant and sorceries (the previous were not working fine), Added ability to identify the cards with Cycling ability as a target, Updated all primitives with cycling ability, fixed all primitives with choose any target ability, Added/fixed primitives from RIX set.

This commit is contained in:
valfieri
2020-12-18 19:04:51 +01:00
parent 0d2e4af2a3
commit e67078355a
11 changed files with 722 additions and 429 deletions

View File

@@ -295,7 +295,10 @@ class Constants
HANDDEATH = 168,
INPLAYDEATH = 169,
INPLAYTAPDEATH = 170,
NB_BASIC_ABILITIES = 171,
GAINEDEXILEDEATH = 171,
GAINEDHANDDEATH = 172,
CYCLING = 173,
NB_BASIC_ABILITIES = 174,
RARITY_S = 'S', //Special Rarity
RARITY_M = 'M', //Mythics