mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[OTJ] Implementing "commit crime" mechanic (#11859)
* [OTJ] Implement Oko the Ringleader * [OTJ] Implement Duelist of the Mind * update implementation of crime mechanic to match new info * [OTJ] Implement Marauding Sphinx * [OTJ] Implement Hardbristle Bandit * [OTJ] Implement Intimidation Campaign * [OTJ] Implement Freestrider Lookout * add initial test * add more tests * apply requested changes * applied requested changes * fix verify failure
This commit is contained in:
parent
6d7f42e5d7
commit
fa0f9f3d00
13 changed files with 896 additions and 2 deletions
|
|
@ -142,14 +142,14 @@ public class VerifyCardDataTest {
|
|||
skipListAddName(SKIP_LIST_TYPE, "UNH", "Old Fogey"); // uses summon word as a joke card
|
||||
skipListAddName(SKIP_LIST_TYPE, "UND", "Old Fogey");
|
||||
skipListAddName(SKIP_LIST_TYPE, "UST", "capital offense"); // uses "instant" instead "Instant" as a joke card
|
||||
skipListAddName(SKIP_LIST_TYPE, "OTJ", "Lonely Arroyo"); // temporary
|
||||
skipListAddName(SKIP_LIST_TYPE, "OTJ", "Arid Archway"); // temporary
|
||||
|
||||
// subtype
|
||||
// skipListAddName(SKIP_LIST_SUBTYPE, set, cardName);
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Miss Demeanor"); // uses multiple types as a joke card: Lady, of, Proper, Etiquette
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Elvish Impersonators"); // subtype is "Elves" pun
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "UND", "Elvish Impersonators");
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "OTJ", "Lonely Arroyo"); // temporary
|
||||
skipListAddName(SKIP_LIST_SUBTYPE, "OTJ", "Arid Archway"); // temporary
|
||||
|
||||
// number
|
||||
// skipListAddName(SKIP_LIST_NUMBER, set, cardName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue