Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MU notation fixes for Endurance and Masterwork. #785

Merged
merged 2 commits into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)"
}
Loading