diff --git a/pack/rwr.json b/pack/rwr.json new file mode 100644 index 00000000..904243a0 --- /dev/null +++ b/pack/rwr.json @@ -0,0 +1,22 @@ +[ + { + "code": "34085", + "cost": 1, + "deck_limit": 3, + "faction_code": "shaper", + "faction_cost": 3, + "flavor": "“They‘ll be talking about me for years.”\n—Arissana Rocha Nahu", + "illustrator": "Scott Uminga", + "keywords": "Run", + "pack_code": "rwr", + "position": 85, + "quantity": 3, + "side_code": "runner", + "stripped_text": "Run HQ. If successful, instead of breaching HQ, reveal 3 cards in HQ at random. Add 2 of the revealed cards to the top and/or bottom of R&D.", + "stripped_title": "Burner", + "text": "Run HQ. If successful, instead of breaching HQ, reveal 3 cards in HQ at random. Add 2 of the revealed cards to the top and/or bottom of R&D.", + "title": "Burner", + "type_code": "event", + "uniqueness": false + } +] diff --git a/v2/cards/burner.json b/v2/cards/burner.json new file mode 100644 index 00000000..93942434 --- /dev/null +++ b/v2/cards/burner.json @@ -0,0 +1,16 @@ +{ + "card_type_id": "event", + "cost": 1, + "deck_limit": 3, + "designed_by": "null_signal_games", + "faction_id": "shaper", + "id": "burner", + "influence_cost": 3, + "is_unique": false, + "side_id": "runner", + "stripped_text": "Run HQ. If successful, instead of breaching HQ, reveal 3 cards in HQ at random. Add 2 of the revealed cards to the top and/or bottom of R&D.", + "stripped_title": "Burner", + "subtypes": ["run"], + "text": "Run HQ. If successful, instead of breaching HQ, reveal 3 cards in HQ at random. Add 2 of the revealed cards to the top and/or bottom of R&D.", + "title": "Burner" +} diff --git a/v2/printings/rebellion_without_rehearsal.json b/v2/printings/rebellion_without_rehearsal.json new file mode 100644 index 00000000..fe6da12e --- /dev/null +++ b/v2/printings/rebellion_without_rehearsal.json @@ -0,0 +1,12 @@ +[ + { + "card_id": "burner", + "card_set_id": "rebellion_without_rehearsal", + "flavor": "“They‘ll be talking about me for years.”\n—Arissana Rocha Nahu", + "id": "34085", + "illustrator": "Scott Uminga", + "position": 85, + "quantity": 3, + "released_by": "null_signal_games" + } +]