Skip to content

Commit

Permalink
Merge pull request #785 from rubenpieters/console-fixes
Browse files Browse the repository at this point in the history
MU notation fixes for Endurance and Masterwork.
  • Loading branch information
plural authored Sep 1, 2023
2 parents 21fa814 + cd6da5b commit 99a3265
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pack/df.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,9 @@
"position": 15,
"quantity": 3,
"side_code": "runner",
"stripped_text": "+1 mu. The first time each turn you install a piece of hardware, draw 1 card. Whenever a run begins, you may install a piece of hardware, paying 1 credit more. Limit 1 console per player.",
"stripped_text": "+1 mu The first time each turn you install a piece of hardware, draw 1 card. Whenever a run begins, you may install a piece of hardware, paying 1 credit more. Limit 1 console per player.",
"stripped_title": "Masterwork (v37)",
"text": "+1[mu].\nThe first time each turn you install a piece of hardware, draw 1 card.\nWhenever a run begins, you may install a piece of hardware, paying 1[credit] more.\nLimit 1 <strong>console</strong> per player.",
"text": "+1[mu]\nThe first time each turn you install a piece of hardware, draw 1 card.\nWhenever a run begins, you may install a piece of hardware, paying 1[credit] more.\nLimit 1 <strong>console</strong> per player.",
"title": "Masterwork (v37)",
"type_code": "hardware",
"uniqueness": true
Expand Down
2 changes: 1 addition & 1 deletion pack/ms.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
"position": 25,
"quantity": 3,
"side_code": "runner",
"stripped_text": "+2mu When you install this hardware, place 3 power counters on it. The first time each turn you make a successful run, place 1 power counter on this hardware. 2 hosted power counters: Break up to 2 subroutines. Limit 1 console per player.",
"stripped_text": "+2 mu When you install this hardware, place 3 power counters on it. The first time each turn you make a successful run, place 1 power counter on this hardware. 2 hosted power counters: Break up to 2 subroutines. Limit 1 console per player.",
"stripped_title": "Endurance",
"text": "+2[mu]\nWhen you install this hardware, place 3 power counters on it.\nThe first time each turn you make a successful run, place 1 power counter on this hardware.\n<strong>2 hosted power counters:</strong> Break up to 2 subroutines.\nLimit 1 <strong>console</strong> per player.",
"title": "Endurance",
Expand Down
2 changes: 1 addition & 1 deletion v2/cards/endurance.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"influence_cost": 5,
"is_unique": true,
"side_id": "runner",
"stripped_text": "+2mu When you install this hardware, place 3 power counters on it. The first time each turn you make a successful run, place 1 power counter on this hardware. 2 hosted power counters: Break up to 2 subroutines. Limit 1 console per player.",
"stripped_text": "+2 mu When you install this hardware, place 3 power counters on it. The first time each turn you make a successful run, place 1 power counter on this hardware. 2 hosted power counters: Break up to 2 subroutines. Limit 1 console per player.",
"stripped_title": "Endurance",
"subtypes": ["console", "vehicle"],
"text": "+2[mu]\nWhen you install this hardware, place 3 power counters on it.\nThe first time each turn you make a successful run, place 1 power counter on this hardware.\n<strong>2 hosted power counters:</strong> Break up to 2 subroutines.\nLimit 1 <strong>console</strong> per player.",
Expand Down
4 changes: 2 additions & 2 deletions v2/cards/masterwork_v37.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"influence_cost": 4,
"is_unique": true,
"side_id": "runner",
"stripped_text": "+1 mu. The first time each turn you install a piece of hardware, draw 1 card. Whenever a run begins, you may install a piece of hardware, paying 1 credit more. Limit 1 console per player.",
"stripped_text": "+1 mu The first time each turn you install a piece of hardware, draw 1 card. Whenever a run begins, you may install a piece of hardware, paying 1 credit more. Limit 1 console per player.",
"stripped_title": "Masterwork (v37)",
"subtypes": ["console"],
"text": "+1[mu].\nThe first time each turn you install a piece of hardware, draw 1 card.\nWhenever a run begins, you may install a piece of hardware, paying 1[credit] more.\nLimit 1 <strong>console</strong> per player.",
"text": "+1[mu]\nThe first time each turn you install a piece of hardware, draw 1 card.\nWhenever a run begins, you may install a piece of hardware, paying 1[credit] more.\nLimit 1 <strong>console</strong> per player.",
"title": "Masterwork (v37)"
}

0 comments on commit 99a3265

Please sign in to comment.