From 0cff527c8ab52b96875ffcfed1eef3a88aa27f8c Mon Sep 17 00:00:00 2001 From: Kyle Kemp Date: Sat, 16 Sep 2023 13:37:28 -0500 Subject: [PATCH] more --- scripts/helpers/classifications.json | 44 +++++++++++++++------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/scripts/helpers/classifications.json b/scripts/helpers/classifications.json index ddd12df..a98405e 100644 --- a/scripts/helpers/classifications.json +++ b/scripts/helpers/classifications.json @@ -1,20 +1,4 @@ [ - { - "terms": ["put the top card of your clock into your waiting room"], - "tag": "Healer" - }, - { - "terms": ["this card gets -1 level while in your hand"], - "tag": "Early Play" - }, - { - "terms": ["When damage dealt by this card is canceled, you may put this card into your stock."], - "tag": "Cancel Self Stock" - }, - { - "terms": ["this card gets", "power", "for each of your other"], - "tag": "Eli" - }, { "terms": ["marker"], "tag": "Marker" @@ -59,6 +43,18 @@ "terms": ["+x power"], "tag": "Assist (X)" }, + { + "terms": ["put the top card of your clock into your waiting room"], + "tag": "Healer" + }, + { + "terms": ["this card gets -1 level while in your hand"], + "tag": "Early Play" + }, + { + "terms": ["When damage dealt by this card is canceled, you may put this card into your stock"], + "tag": "Cancel Self Stock" + }, { "terms": ["look at up to", "cards from the top of your deck", "choose up to", "put it into your hand"], "tag": "Top Deck Swapper" @@ -107,10 +103,6 @@ "terms": ["when this card's battle opponent becomes", "reverse", "put that battle opponent into your opponent's clock"], "tag": "Clock Kick" }, - { - "terms": ["when this card's battle opponent becomes", "reverse", "move it to an open position of your back stage"], - "tag": "Clean Cut" - }, { "terms": ["you may put the top card of your deck into your waiting room", "move this card to an open position of your center stage"], "tag": "Mill Runner" @@ -130,5 +122,17 @@ { "terms": ["you may move this card to an open position of your center stage with a character facing this card"], "tag": "Chaser" + }, + { + "terms": ["this card gets", "power", "for each of your other"], + "tag": "Eli" + }, + { + "terms": ["when this card's battle opponent becomes", "reverse", "move it to an open position of your back stage"], + "tag": "Clean Cut" + }, + { + "terms": ["When damage dealt by this card is canceled, put the top card of your deck into your waiting room"], + "tag": "Musashi" } ]