Skip to content

Commit

Permalink
Merge pull request #468 from mmougy/fix-duplicates
Browse files Browse the repository at this point in the history
fix duplicates
  • Loading branch information
Kamalisk authored Mar 21, 2024
2 parents a106829 + 04b42ee commit 2156c3b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 63 deletions.
11 changes: 2 additions & 9 deletions pack/angel.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,20 +336,13 @@
},
{
"code": "42015",
"cost": 2,
"deck_limit": 3,
"faction_code": "protection",
"duplicate_of": "17030",
"flavor": "\"I do everything like a hawk.\" \u2014 Archangel",
"illustrator": "Ario Anindito & Annalisa Leoni",
"name": "Ever Vigilant",
"octgn_id": "cbfcb70f-a855-4068-b02f-816804042015",
"pack_code": "angel",
"position": 15,
"quantity": 3,
"resource_mental": 1,
"text": "Play only if your identity has the [[AERIAL]] trait.\n<b>Hero Action</b>: Ready your hero and remove 2 threat from the main scheme.",
"traits": "Aerial. Skill.",
"type_code": "event"
"quantity": 3
},
{
"code": "42016",
Expand Down
22 changes: 4 additions & 18 deletions pack/mut_gen.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,18 +293,11 @@
},
{
"code": "32016",
"cost": 1,
"deck_limit": 3,
"faction_code": "protection",
"name": "Perseverance",
"duplicate_of": "13033",
"octgn_id": "47d34c5d-5319-45a9-a2d6-1fb975032016",
"pack_code": "mut_gen",
"position": 16,
"quantity": 3,
"resource_mental": 1,
"text": "<b>Hero Response</b>: After you change form, give your hero a tough status card.",
"traits": "Tactic.",
"type_code": "event"
"quantity": 3
},
{
"code": "32017",
Expand Down Expand Up @@ -811,18 +804,11 @@
},
{
"code": "32051",
"cost": 1,
"deck_limit": 3,
"faction_code": "basic",
"name": "Ready to Rumble",
"duplicate_of": "21022",
"octgn_id": "47d34c5d-5319-45a9-a2d6-1fb975032051",
"pack_code": "mut_gen",
"position": 51,
"quantity": 3,
"resource_energy": 1,
"text": "Play under any player's control. Max 1 per player.\n<b>Hero Response</b>: After you change form, discard this card → ready your hero.",
"traits": "Condition.",
"type_code": "upgrade"
"quantity": 3
},
{
"code": "32052",
Expand Down
11 changes: 2 additions & 9 deletions pack/next_evol.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,19 +562,12 @@
},
{
"code": "40030",
"cost": 1,
"deck_limit": 3,
"faction_code": "basic",
"duplicate_of": "23035",
"flavor": "\"That gun is not nearly as dangerous as the man who wields it.\" \u2014 Cable",
"name": "Sidearm",
"octgn_id": "104e1218-df9b-43f7-93e0-ca2ef9040030",
"pack_code": "next_evol",
"position": 30,
"quantity": 3,
"resource_physical": 1,
"text": "Attach to an ally. Max 1 per ally.\nAttached ally gets +1 ATK and its attacks gain ranged.",
"traits": "Weapon.",
"type_code": "upgrade"
"quantity": 3
},
{
"attack": 2,
Expand Down
11 changes: 2 additions & 9 deletions pack/storm.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,18 +450,11 @@
},
{
"code": "36026",
"cost": 1,
"deck_limit": 3,
"faction_code": "basic",
"name": "Endurance",
"duplicate_of": "05023",
"octgn_id": "775cc394-70e0-4a37-bb3b-5a13b4036026",
"pack_code": "storm",
"position": 26,
"quantity": 3,
"resource_energy": 1,
"text": "Play under any player's control. Max 1 per player.\nYou get +3 hit points.",
"traits": "Condition.",
"type_code": "upgrade"
"quantity": 3
},
{
"code": "36027",
Expand Down
23 changes: 5 additions & 18 deletions pack/wolv.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,18 +298,11 @@
},
{
"code": "35015",
"cost": 1,
"deck_limit": 3,
"faction_code": "aggression",
"name": "Battle Fury",
"duplicate_of": "06018",
"octgn_id": "663cb632-e6c8-4e94-8676-a8e0ca035015",
"pack_code": "wolv",
"position": 15,
"quantity": 3,
"resource_energy": 1,
"text": "Play under any player's control. Max 1 per player.\n<b>Response</b>: After your hero attacks and defeats a minion, deal 1 damage to your hero and discard Battle Fury → ready your hero.",
"traits": "Condition.",
"type_code": "upgrade"
"quantity": 3
},
{
"code": "35016",
Expand Down Expand Up @@ -358,18 +351,12 @@
},
{
"code": "35019",
"cost": 0,
"deck_limit": 3,
"faction_code": "aggression",
"name": "Mean Swing",
"duplicate_of": "06015",
"flavor": "SLASH!",
"octgn_id": "663cb632-e6c8-4e94-8676-a8e0ca035019",
"pack_code": "wolv",
"position": 19,
"quantity": 3,
"resource_physical": 1,
"text": "<b>Hero Interrupt</b>: When your hero makes a basic attack, exhaust a [[WEAPON]] upgrade on your hero → your hero gets +3 ATK for this attack.",
"traits": "Skill.",
"type_code": "event"
"quantity": 3
},
{
"code": "35020",
Expand Down

0 comments on commit 2156c3b

Please sign in to comment.