diff --git a/.eslintrc.json b/.eslintrc.json index 48c1c255e..e2b9dd185 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,10 +1,10 @@ { + "extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"], "parser": "@typescript-eslint/parser", "parserOptions": { "warnOnUnsupportedTypeScriptVersion": false }, "plugins": ["@typescript-eslint"], - "extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"], "rules": { "@typescript-eslint/no-explicit-any": "off" } diff --git a/package-lock.json b/package-lock.json index c6c71d000..699f99cc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "ajv": "^8.10.0", "command-line-args": "^5.2.1", "lodash": "^4.17.21", - "prettier": "^2", + "prettier": "^3", "sync-fetch": "^0.4.2" }, "devDependencies": { @@ -27,7 +27,8 @@ "husky": "^8", "lint-staged": "^13.2.1", "mocha": "^9.2.1", - "prettier": "^2", + "prettier": "^3", + "prettier-plugin-sort-json": "^3.1.0", "ts-node": "^9.1.1", "typescript": "^4.6.4" } @@ -2543,20 +2544,32 @@ } }, "node_modules/prettier": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz", - "integrity": "sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.2.tgz", + "integrity": "sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==", "dev": true, "bin": { - "prettier": "bin-prettier.js" + "prettier": "bin/prettier.cjs" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" } }, + "node_modules/prettier-plugin-sort-json": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-sort-json/-/prettier-plugin-sort-json-3.1.0.tgz", + "integrity": "sha512-eIDEUjwzekiVd+oKrpd0aoACBTp5zOW71wDTNy+qQ5C9Q8oqt9n9wCm4F+SeRZbXfgblh/WYIguJynImlBXrvQ==", + "dev": true, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "prettier": "^3.0.0" + } + }, "node_modules/progress": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", @@ -5118,11 +5131,18 @@ "peer": true }, "prettier": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz", - "integrity": "sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.2.tgz", + "integrity": "sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==", "dev": true }, + "prettier-plugin-sort-json": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-sort-json/-/prettier-plugin-sort-json-3.1.0.tgz", + "integrity": "sha512-eIDEUjwzekiVd+oKrpd0aoACBTp5zOW71wDTNy+qQ5C9Q8oqt9n9wCm4F+SeRZbXfgblh/WYIguJynImlBXrvQ==", + "dev": true, + "requires": {} + }, "progress": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", diff --git a/package.json b/package.json index 00da1c1dd..afc4aab53 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "ajv": "^8.10.0", "command-line-args": "^5.2.1", "lodash": "^4.17.21", - "prettier": "^2", + "prettier": "^3", "sync-fetch": "^0.4.2" }, "devDependencies": { @@ -35,11 +35,18 @@ "husky": "^8", "lint-staged": "^13.2.1", "mocha": "^9.2.1", - "prettier": "^2", + "prettier": "^3", + "prettier-plugin-sort-json": "^3.1.0", "ts-node": "^9.1.1", "typescript": "^4.6.4" }, "lint-staged": { "{{**,.}/*.json,.*.json,*.json}": "prettier --write" + }, + "prettier": { + "jsonRecursiveSort": true, + "plugins": [ + "prettier-plugin-sort-json" + ] } } diff --git a/schema/v1/card_schema.json b/schema/v1/card_schema.json index f112f2160..6d2965390 100644 --- a/schema/v1/card_schema.json +++ b/schema/v1/card_schema.json @@ -1,20 +1,13 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v1/card_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "allOf": [ { - "title": "Faction codes must be valid for the side.", - "type": "object", "oneOf": [ { "properties": { - "side_code": { - "const": "corp" - }, "faction_code": { "enum": [ "haas-bioroid", @@ -23,14 +16,14 @@ "neutral-corp", "weyland-consortium" ] + }, + "side_code": { + "const": "corp" } } }, { "properties": { - "side_code": { - "const": "runner" - }, "faction_code": { "enum": [ "adam", @@ -41,14 +34,17 @@ "shaper", "sunny-lebeau" ] + }, + "side_code": { + "const": "runner" } } } - ] + ], + "title": "Faction codes must be valid for the side.", + "type": "object" }, { - "title": "Type codes must be valid for the side.", - "type": "object", "oneOf": [ { "properties": { @@ -77,7 +73,9 @@ } } } - ] + ], + "title": "Type codes must be valid for the side.", + "type": "object" } ], "oneOf": [ @@ -291,9 +289,9 @@ "type": "integer" }, "side_code": { + "enum": ["corp", "runner"], "minLength": 1, - "type": "string", - "enum": ["corp", "runner"] + "type": "string" }, "strength": { "oneOf": [ @@ -344,6 +342,8 @@ "title", "type_code", "uniqueness" - ] - } + ], + "type": "object" + }, + "type": "array" } diff --git a/schema/v1/cycle_schema.json b/schema/v1/cycle_schema.json index abc494662..9010a964d 100644 --- a/schema/v1/cycle_schema.json +++ b/schema/v1/cycle_schema.json @@ -1,9 +1,7 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v1/cycle_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "properties": { "code": { @@ -26,6 +24,8 @@ "type": "integer" } }, - "required": ["code", "name", "position", "size", "rotated"] - } + "required": ["code", "name", "position", "size", "rotated"], + "type": "object" + }, + "type": "array" } diff --git a/schema/v1/faction_schema.json b/schema/v1/faction_schema.json index b145257f5..272369f73 100644 --- a/schema/v1/faction_schema.json +++ b/schema/v1/faction_schema.json @@ -1,20 +1,13 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v1/faction_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "allOf": [ { - "title": "Faction codes must be valid for the side.", - "type": "object", "oneOf": [ { "properties": { - "side_code": { - "const": "corp" - }, "faction_code": { "enum": [ "haas-bioroid", @@ -23,14 +16,14 @@ "neutral-corp", "weyland-consortium" ] + }, + "side_code": { + "const": "corp" } } }, { "properties": { - "side_code": { - "const": "runner" - }, "faction_code": { "enum": [ "adam", @@ -41,10 +34,15 @@ "shaper", "sunny-lebeau" ] + }, + "side_code": { + "const": "runner" } } } - ] + ], + "title": "Faction codes must be valid for the side.", + "type": "object" } ], "properties": { @@ -75,6 +73,8 @@ "type": "string" } }, - "required": ["code", "name"] - } + "required": ["code", "name"], + "type": "object" + }, + "type": "array" } diff --git a/schema/v1/pack_schema.json b/schema/v1/pack_schema.json index 4f9bf275f..16bc0b079 100644 --- a/schema/v1/pack_schema.json +++ b/schema/v1/pack_schema.json @@ -1,9 +1,7 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v1/pack_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "properties": { "code": { @@ -61,6 +59,8 @@ "position", "date_release", "size" - ] - } + ], + "type": "object" + }, + "type": "array" } diff --git a/schema/v1/rotations_schema.json b/schema/v1/rotations_schema.json index 39d812eeb..6499215c4 100644 --- a/schema/v1/rotations_schema.json +++ b/schema/v1/rotations_schema.json @@ -1,9 +1,7 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v1/rotations_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "properties": { "code": { @@ -31,6 +29,8 @@ "type": "array" } }, - "required": ["code", "date_start", "name", "rotated"] - } + "required": ["code", "date_start", "name", "rotated"], + "type": "object" + }, + "type": "array" } diff --git a/schema/v1/side_schema.json b/schema/v1/side_schema.json index c35ac918e..bf72d5751 100644 --- a/schema/v1/side_schema.json +++ b/schema/v1/side_schema.json @@ -1,9 +1,7 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v1/side_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "properties": { "code": { @@ -15,6 +13,8 @@ "type": "string" } }, - "required": ["code", "name"] - } + "required": ["code", "name"], + "type": "object" + }, + "type": "array" } diff --git a/schema/v1/type_schema.json b/schema/v1/type_schema.json index 80c13d592..6658dbb24 100644 --- a/schema/v1/type_schema.json +++ b/schema/v1/type_schema.json @@ -1,9 +1,7 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v1/type_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "properties": { "code": { @@ -32,6 +30,8 @@ ] } }, - "required": ["code", "name", "side_code"] - } + "required": ["code", "name", "side_code"], + "type": "object" + }, + "type": "array" } diff --git a/schema/v2/card_cycles_schema.json b/schema/v2/card_cycles_schema.json index b69d7689f..c4ca68b1f 100644 --- a/schema/v2/card_cycles_schema.json +++ b/schema/v2/card_cycles_schema.json @@ -1,11 +1,12 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v2/card_cycles_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "properties": { + "description": { + "type": "string" + }, "id": { "minLength": 1, "type": "string" @@ -18,15 +19,14 @@ "minLength": 1, "type": "string" }, - "description": { - "type": "string" - }, "released_by": { + "enum": ["fantasy_flight_games", "null_signal_games"], "minLength": 1, - "type": "string", - "enum": ["fantasy_flight_games", "null_signal_games"] + "type": "string" } }, - "required": ["id", "legacy_code", "name", "released_by"] - } + "required": ["id", "legacy_code", "name", "released_by"], + "type": "object" + }, + "type": "array" } diff --git a/schema/v2/card_layouts_schema.json b/schema/v2/card_layouts_schema.json index f2e383f9a..b31a86e15 100644 --- a/schema/v2/card_layouts_schema.json +++ b/schema/v2/card_layouts_schema.json @@ -1,16 +1,14 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v1/card_layouts_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "properties": { - "id": { + "description": { "minLength": 1, "type": "string" }, - "description": { + "id": { "minLength": 1, "type": "string" }, @@ -19,6 +17,8 @@ "type": "string" } }, - "required": ["id", "description", "name"] - } + "required": ["id", "description", "name"], + "type": "object" + }, + "type": "array" } diff --git a/schema/v2/card_pools_schema.json b/schema/v2/card_pools_schema.json index 86286a8dd..39aa99c64 100644 --- a/schema/v2/card_pools_schema.json +++ b/schema/v2/card_pools_schema.json @@ -1,38 +1,38 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v2/card_pools_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "properties": { - "id": { - "minLength": 1, - "type": "string" - }, - "name": { - "minLength": 1, - "type": "string" - }, "card_cycle_ids": { - "type": "array", "items": { "minLength": 1, "type": "string" - } + }, + "type": "array" }, "card_set_ids": { - "type": "array", "items": { "minLength": 1, "type": "string" - } + }, + "type": "array" }, "format_id": { "minLength": 1, "type": "string" + }, + "id": { + "minLength": 1, + "type": "string" + }, + "name": { + "minLength": 1, + "type": "string" } }, - "required": ["id", "name", "format_id"] - } + "required": ["id", "name", "format_id"], + "type": "object" + }, + "type": "array" } diff --git a/schema/v2/card_set_types_schema.json b/schema/v2/card_set_types_schema.json index f0c681d11..28ea1ad49 100644 --- a/schema/v2/card_set_types_schema.json +++ b/schema/v2/card_set_types_schema.json @@ -1,11 +1,14 @@ { "$id": "https://github.com/NetrunnerDB/netrunner-cards-json/blob/master/schema/card_set_types_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "properties": { + "description": { + "description": "A brief explanation of the type of set.", + "minLength": 1, + "type": "string" + }, "id": { "description": "Name transformed to lowercase with _ instead of spaces.", "minLength": 1, @@ -15,13 +18,10 @@ "description": "Name of the type of set.", "minLength": 1, "type": "string" - }, - "description": { - "description": "A brief explanation of the type of set.", - "minLength": 1, - "type": "string" } }, - "required": ["id", "name", "description"] - } + "required": ["id", "name", "description"], + "type": "object" + }, + "type": "array" } diff --git a/schema/v2/card_sets_schema.json b/schema/v2/card_sets_schema.json index 7476a65d7..98c0a10e2 100644 --- a/schema/v2/card_sets_schema.json +++ b/schema/v2/card_sets_schema.json @@ -1,15 +1,9 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v2/card_sets_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "properties": { - "id": { - "minLength": 1, - "type": "string" - }, "card_cycle_id": { "minLength": 1, "type": "string" @@ -22,6 +16,10 @@ "minLength": 1, "type": "string" }, + "id": { + "minLength": 1, + "type": "string" + }, "legacy_code": { "minLength": 1, "type": "string" @@ -34,14 +32,14 @@ "minimum": 1, "type": "integer" }, + "released_by": { + "enum": ["fantasy_flight_games", "null_signal_games"], + "minLength": 1, + "type": "string" + }, "size": { "minimum": 1, "type": "integer" - }, - "released_by": { - "minLength": 1, - "type": "string", - "enum": ["fantasy_flight_games", "null_signal_games"] } }, "required": [ @@ -54,6 +52,8 @@ "position", "released_by", "size" - ] - } + ], + "type": "object" + }, + "type": "array" } diff --git a/schema/v2/card_subtypes_schema.json b/schema/v2/card_subtypes_schema.json index c7e5556c8..69032d6c4 100644 --- a/schema/v2/card_subtypes_schema.json +++ b/schema/v2/card_subtypes_schema.json @@ -1,9 +1,7 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v2/card_subtypes_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "properties": { "id": { @@ -15,6 +13,8 @@ "type": "string" } }, - "required": ["id", "name"] - } + "required": ["id", "name"], + "type": "object" + }, + "type": "array" } diff --git a/schema/v2/card_types_schema.json b/schema/v2/card_types_schema.json index 11222f52c..a4854a7b2 100644 --- a/schema/v2/card_types_schema.json +++ b/schema/v2/card_types_schema.json @@ -1,20 +1,13 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v2/card_types_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "allOf": [ { - "title": "Type ids must be valid for the side.", - "type": "object", "oneOf": [ { "properties": { - "side_id": { - "const": "corp" - }, "id": { "enum": [ "agenda", @@ -24,14 +17,14 @@ "operation", "upgrade" ] + }, + "side_id": { + "const": "corp" } } }, { "properties": { - "side_id": { - "const": "runner" - }, "id": { "enum": [ "event", @@ -40,10 +33,15 @@ "resource", "runner_identity" ] + }, + "side_id": { + "const": "runner" } } } - ] + ], + "title": "Type ids must be valid for the side.", + "type": "object" } ], "properties": { @@ -56,10 +54,12 @@ "type": "string" }, "side_id": { - "type": "string", - "enum": ["corp", "runner"] + "enum": ["corp", "runner"], + "type": "string" } }, - "required": ["id", "name", "side_id"] - } + "required": ["id", "name", "side_id"], + "type": "object" + }, + "type": "array" } diff --git a/schema/v2/cards_schema.json b/schema/v2/cards_schema.json index 597cab032..517e254e6 100644 --- a/schema/v2/cards_schema.json +++ b/schema/v2/cards_schema.json @@ -1,18 +1,12 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v2/cards_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "object", "additionalProperties": false, "allOf": [ { - "title": "Faction id must be valid for the side.", - "type": "object", "oneOf": [ { "properties": { - "side_id": { - "const": "corp" - }, "faction_id": { "enum": [ "haas_bioroid", @@ -21,14 +15,14 @@ "neutral_corp", "weyland_consortium" ] + }, + "side_id": { + "const": "corp" } } }, { "properties": { - "side_id": { - "const": "runner" - }, "faction_id": { "enum": [ "adam", @@ -39,20 +33,20 @@ "shaper", "sunny_lebeau" ] + }, + "side_id": { + "const": "runner" } } } - ] + ], + "title": "Faction id must be valid for the side.", + "type": "object" }, { - "title": "Type ids must be valid for the side.", - "type": "object", "oneOf": [ { "properties": { - "side_id": { - "const": "corp" - }, "card_type_id": { "enum": [ "agenda", @@ -62,14 +56,14 @@ "operation", "upgrade" ] + }, + "side_id": { + "const": "corp" } } }, { "properties": { - "side_id": { - "const": "runner" - }, "card_type_id": { "enum": [ "event", @@ -78,12 +72,101 @@ "resource", "runner_identity" ] + }, + "side_id": { + "const": "runner" } } } - ] + ], + "title": "Type ids must be valid for the side.", + "type": "object" } ], + "dependentSchemas": { + "layout_id": { + "oneOf": [ + { + "properties": { + "faces": { + "type": "null" + }, + "layout_id": { + "oneOf": [ + { + "const": "normal" + }, + { + "type": "null" + } + ] + } + } + }, + { + "properties": { + "faces": { + "items": { + "type": "object" + }, + "maxItems": 1, + "minItems": 1, + "type": "array" + }, + "layout_id": { + "const": "flip" + } + }, + "required": ["faces"] + }, + { + "properties": { + "faces": { + "items": { + "type": "object" + }, + "minItems": 1, + "type": "array" + }, + "layout_id": { + "const": "copy" + } + }, + "required": ["faces"] + }, + { + "properties": { + "faces": { + "items": { + "type": "object" + }, + "minItems": 1, + "type": "array" + }, + "layout_id": { + "const": "facade" + } + }, + "required": ["faces"] + }, + { + "properties": { + "faces": { + "items": { + "type": "object" + }, + "minItems": 1, + "type": "array" + }, + "layout_id": { + "const": "progression" + } + }, + "required": ["faces"] + } + ] + } + }, "oneOf": [ { "properties": { @@ -110,6 +193,9 @@ }, { "properties": { + "card_type_id": { + "enum": ["asset", "upgrade"] + }, "cost": { "oneOf": [ { @@ -124,15 +210,15 @@ "trash_cost": { "minimum": 0, "type": "integer" - }, - "card_type_id": { - "enum": ["asset", "upgrade"] } }, "required": ["cost", "trash_cost"] }, { "properties": { + "card_type_id": { + "enum": ["ice"] + }, "cost": { "oneOf": [ { @@ -153,15 +239,15 @@ "type": "null" } ] - }, - "card_type_id": { - "enum": ["ice"] } }, "required": ["cost", "strength"] }, { "properties": { + "card_type_id": { + "enum": ["event", "hardware", "operation", "program", "resource"] + }, "cost": { "oneOf": [ { @@ -172,15 +258,15 @@ "type": "null" } ] - }, - "card_type_id": { - "enum": ["event", "hardware", "operation", "program", "resource"] } }, "required": ["cost"] }, { "properties": { + "card_type_id": { + "enum": ["corp_identity", "runner_identity"] + }, "influence_limit": { "oneOf": [ { @@ -195,9 +281,6 @@ "minimum_deck_size": { "minimum": 0, "type": "integer" - }, - "card_type_id": { - "enum": ["corp_identity", "runner_identity"] } }, "required": ["influence_limit", "minimum_deck_size"] @@ -227,7 +310,7 @@ "minimum": 0, "type": "integer" }, - "id": { + "card_type_id": { "minLength": 1, "type": "string" }, @@ -246,10 +329,29 @@ "minimum": 1, "type": "integer" }, + "designed_by": { + "enum": ["fantasy_flight_games", "null_signal_games"], + "minLength": 1, + "type": "string" + }, + "faces": { + "oneOf": [ + { + "type": "array" + }, + { + "type": "null" + } + ] + }, "faction_id": { "minLength": 1, "type": "string" }, + "id": { + "minLength": 1, + "type": "string" + }, "influence_cost": { "minimum": 0, "type": "integer" @@ -265,11 +367,14 @@ } ] }, + "is_unique": { + "type": "boolean" + }, "layout_id": { "oneOf": [ { - "type": "string", - "enum": ["normal", "flip", "copy", "facade", "progression"] + "enum": ["normal", "flip", "copy", "facade", "progression"], + "type": "string" }, { "type": "null" @@ -285,19 +390,9 @@ "type": "integer" }, "side_id": { + "enum": ["corp", "runner"], "minLength": 1, - "type": "string", - "enum": ["corp", "runner"] - }, - "faces": { - "oneOf": [ - { - "type": "array" - }, - { - "type": "null" - } - ] + "type": "string" }, "strength": { "oneOf": [ @@ -317,6 +412,12 @@ "minLength": 1, "type": "string" }, + "subtypes": { + "items": { + "type": "string" + }, + "type": "array" + }, "text": { "minLength": 1, "type": "string" @@ -328,24 +429,6 @@ "trash_cost": { "minimum": 0, "type": "integer" - }, - "card_type_id": { - "minLength": 1, - "type": "string" - }, - "is_unique": { - "type": "boolean" - }, - "subtypes": { - "type": "array", - "items": { - "type": "string" - } - }, - "designed_by": { - "minLength": 1, - "type": "string", - "enum": ["fantasy_flight_games", "null_signal_games"] } }, "required": [ @@ -358,88 +441,5 @@ "side_id", "title" ], - "dependentSchemas": { - "layout_id": { - "oneOf": [ - { - "properties": { - "layout_id": { - "oneOf": [ - { - "const": "normal" - }, - { - "type": "null" - } - ] - }, - "faces": { - "type": "null" - } - } - }, - { - "properties": { - "layout_id": { - "const": "flip" - }, - "faces": { - "type": "array", - "minItems": 1, - "maxItems": 1, - "items": { - "type": "object" - } - } - }, - "required": ["faces"] - }, - { - "properties": { - "layout_id": { - "const": "copy" - }, - "faces": { - "type": "array", - "minItems": 1, - "items": { - "type": "object" - } - } - }, - "required": ["faces"] - }, - { - "properties": { - "layout_id": { - "const": "facade" - }, - "faces": { - "type": "array", - "minItems": 1, - "items": { - "type": "object" - } - } - }, - "required": ["faces"] - }, - { - "properties": { - "layout_id": { - "const": "progression" - }, - "faces": { - "type": "array", - "minItems": 1, - "items": { - "type": "object" - } - } - }, - "required": ["faces"] - } - ] - } - } + "type": "object" } diff --git a/schema/v2/factions_schema.json b/schema/v2/factions_schema.json index 6019e612e..a8f141180 100644 --- a/schema/v2/factions_schema.json +++ b/schema/v2/factions_schema.json @@ -1,20 +1,13 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v2/factions_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "allOf": [ { - "title": "Faction ids must be valid for the side.", - "type": "object", "oneOf": [ { "properties": { - "side_id": { - "const": "corp" - }, "id": { "enum": [ "haas_bioroid", @@ -23,14 +16,14 @@ "neutral_corp", "weyland_consortium" ] + }, + "side_id": { + "const": "corp" } } }, { "properties": { - "side_id": { - "const": "runner" - }, "id": { "enum": [ "adam", @@ -41,17 +34,18 @@ "shaper", "sunny_lebeau" ] + }, + "side_id": { + "const": "runner" } } } - ] + ], + "title": "Faction ids must be valid for the side.", + "type": "object" } ], "properties": { - "id": { - "minLength": 1, - "type": "string" - }, "color": { "description": "Faction color in hex triplet format. This can be used to display faction-specific information in the appropriate color on an HTML webpage.", "maxLength": 6, @@ -61,6 +55,10 @@ "description": { "type": "string" }, + "id": { + "minLength": 1, + "type": "string" + }, "is_mini": { "type": "boolean" }, @@ -73,6 +71,8 @@ "type": "string" } }, - "required": ["id", "name"] - } + "required": ["id", "name"], + "type": "object" + }, + "type": "array" } diff --git a/schema/v2/formats_schema.json b/schema/v2/formats_schema.json index 802e2f2a9..2baaad364 100644 --- a/schema/v2/formats_schema.json +++ b/schema/v2/formats_schema.json @@ -1,7 +1,6 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v2/formats_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "object", "additionalProperties": false, "properties": { "id": { @@ -13,14 +12,11 @@ "type": "string" }, "snapshots": { - "type": "array", "items": { - "type": "object", "additionalProperties": false, "properties": { - "id": { - "minLength": 1, - "type": "string" + "active": { + "type": "boolean" }, "card_pool_id": { "minLength": 1, @@ -30,17 +26,21 @@ "minLength": 1, "type": "string" }, - "active": { - "type": "boolean" + "id": { + "minLength": 1, + "type": "string" }, "restriction_id": { "minLength": 1, "type": "string" } }, - "required": ["card_pool_id", "date_start"] - } + "required": ["card_pool_id", "date_start"], + "type": "object" + }, + "type": "array" } }, - "required": ["id", "name"] + "required": ["id", "name"], + "type": "object" } diff --git a/schema/v2/printings_schema.json b/schema/v2/printings_schema.json index 7cf74385f..9a3d7ff8f 100644 --- a/schema/v2/printings_schema.json +++ b/schema/v2/printings_schema.json @@ -1,83 +1,16 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v2/printings_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, - "properties": { - "card_id": { - "minLength": 1, - "type": "string" - }, - "card_set_id": { - "minLength": 1, - "type": "string" - }, - "copy_quantity": { - "minimum": 1, - "type": "integer" - }, - "flavor": { - "minLength": 1, - "type": "string" - }, - "id": { - "minLength": 1, - "type": "string" - }, - "illustrator": { - "minLength": 1, - "type": "string" - }, - "layout_id": { - "oneOf": [ - { - "type": "string", - "enum": ["normal", "flip", "copy", "facade", "progression"] - }, - { - "type": "null" - } - ] - }, - "position": { - "minimum": 1, - "type": "integer" - }, - "quantity": { - "minimum": 1, - "type": "integer" - }, - "released_by": { - "minLength": 1, - "type": "string", - "enum": ["fantasy_flight_games", "null_signal_games"] - }, - "faces": { - "oneOf": [ - { - "type": "array" - }, - { - "type": "null" - } - ] - } - }, - "required": [ - "card_id", - "card_set_id", - "id", - "position", - "quantity", - "released_by" - ], "dependentSchemas": { "layout_id": { "oneOf": [ { "properties": { + "faces": { + "type": "null" + }, "layout_id": { "oneOf": [ { @@ -87,75 +20,142 @@ "type": "null" } ] - }, - "faces": { - "type": "null" } } }, { "properties": { - "layout_id": { - "const": "flip" - }, "faces": { - "type": "array", - "minItems": 1, - "maxItems": 1, "items": { "type": "object" - } + }, + "maxItems": 1, + "minItems": 1, + "type": "array" + }, + "layout_id": { + "const": "flip" } }, "required": ["faces"] }, { "properties": { - "layout_id": { - "const": "copy" - }, "faces": { - "type": "array", - "minItems": 1, "items": { "type": "object" - } + }, + "minItems": 1, + "type": "array" + }, + "layout_id": { + "const": "copy" } }, "required": ["faces"] }, { "properties": { - "layout_id": { - "const": "facade" - }, "faces": { - "type": "array", - "minItems": 1, "items": { "type": "object" - } + }, + "minItems": 1, + "type": "array" + }, + "layout_id": { + "const": "facade" } }, "required": ["faces"] }, { "properties": { - "layout_id": { - "const": "progression" - }, "faces": { - "type": "array", - "minItems": 1, "items": { "type": "object" - } + }, + "minItems": 1, + "type": "array" + }, + "layout_id": { + "const": "progression" } }, "required": ["faces"] } ] } - } - } + }, + "properties": { + "card_id": { + "minLength": 1, + "type": "string" + }, + "card_set_id": { + "minLength": 1, + "type": "string" + }, + "copy_quantity": { + "minimum": 1, + "type": "integer" + }, + "faces": { + "oneOf": [ + { + "type": "array" + }, + { + "type": "null" + } + ] + }, + "flavor": { + "minLength": 1, + "type": "string" + }, + "id": { + "minLength": 1, + "type": "string" + }, + "illustrator": { + "minLength": 1, + "type": "string" + }, + "layout_id": { + "oneOf": [ + { + "enum": ["normal", "flip", "copy", "facade", "progression"], + "type": "string" + }, + { + "type": "null" + } + ] + }, + "position": { + "minimum": 1, + "type": "integer" + }, + "quantity": { + "minimum": 1, + "type": "integer" + }, + "released_by": { + "enum": ["fantasy_flight_games", "null_signal_games"], + "minLength": 1, + "type": "string" + } + }, + "required": [ + "card_id", + "card_set_id", + "id", + "position", + "quantity", + "released_by" + ], + "type": "object" + }, + "type": "array" } diff --git a/schema/v2/restrictions_schema.json b/schema/v2/restrictions_schema.json index 2bf56e3f9..f088bbcd6 100644 --- a/schema/v2/restrictions_schema.json +++ b/schema/v2/restrictions_schema.json @@ -1,106 +1,106 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v2/restrictions_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "object", "additionalProperties": false, "properties": { - "id": { - "minLength": 1, - "type": "string" - }, "banned": { - "type": "array", "items": { "minLength": 1, "type": "string" - } + }, + "type": "array" }, "date_start": { "minLength": 1, "type": "string" }, - "subtypes": { - "type": "object", - "properties": { - "banned": { - "type": "array", - "items": { - "minLength": 1, - "type": "string" - } - } - } + "format_id": { + "minLength": 1, + "type": "string" }, "global_penalty": { - "type": "object", "properties": { "1": { - "type": "array", "items": { "type": "string" - } + }, + "type": "array" } - } + }, + "type": "object" }, - "universal_faction_cost": { - "type": "object", - "properties": { - "1": { - "type": "array", - "items": { - "type": "string" - } - }, - "3": { - "type": "array", - "items": { - "type": "string" - } - } - } + "id": { + "minLength": 1, + "type": "string" + }, + "name": { + "minLength": 1, + "type": "string" + }, + "point_limit": { + "minimum": 1, + "type": "integer" }, "points": { - "type": "object", "properties": { "1": { - "type": "array", "items": { "type": "string" - } + }, + "type": "array" }, "2": { - "type": "array", "items": { "type": "string" - } + }, + "type": "array" }, "3": { - "type": "array", "items": { "type": "string" - } + }, + "type": "array" } - } + }, + "type": "object" }, "restricted": { - "type": "array", "items": { "minLength": 1, "type": "string" - } - }, - "name": { - "minLength": 1, - "type": "string" + }, + "type": "array" }, - "format_id": { - "minLength": 1, - "type": "string" + "subtypes": { + "properties": { + "banned": { + "items": { + "minLength": 1, + "type": "string" + }, + "type": "array" + } + }, + "type": "object" }, - "point_limit": { - "minimum": 1, - "type": "integer" + "universal_faction_cost": { + "properties": { + "1": { + "items": { + "type": "string" + }, + "type": "array" + }, + "3": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" } }, - "required": ["id", "name", "date_start", "format_id"] + "required": ["id", "name", "date_start", "format_id"], + "type": "object" } diff --git a/schema/v2/sides_schema.json b/schema/v2/sides_schema.json index c2b912f32..2e881dd57 100644 --- a/schema/v2/sides_schema.json +++ b/schema/v2/sides_schema.json @@ -1,21 +1,21 @@ { "$id": "https://github.com/netrunnerdb/netrunner-cards-json/blob/master/schema/v1/sides_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "array", "items": { - "type": "object", "additionalProperties": false, "properties": { "id": { + "enum": ["corp", "runner"], "minLength": 1, - "type": "string", - "enum": ["corp", "runner"] + "type": "string" }, "name": { "minLength": 1, "type": "string" } }, - "required": ["id", "name"] - } + "required": ["id", "name"], + "type": "object" + }, + "type": "array" } diff --git a/test/tsconfig.json b/test/tsconfig.json index 1071f1a56..420e7c3d5 100644 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -1,12 +1,12 @@ { - "extends": "../tsconfig.json", "compilerOptions": { "baseUrl": "./", + "isolatedModules": false, "module": "commonjs", "strictPropertyInitialization": false, - "isolatedModules": false, "typeRoots": ["../node_modules/@types"] }, "exclude": ["../node_modules"], + "extends": "../tsconfig.json", "include": ["./**/*.ts"] } diff --git a/tsconfig.json b/tsconfig.json index f6fc35232..de18ce9b2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,19 +1,19 @@ { - "extends": "@tsconfig/recommended/tsconfig.json", "compilerOptions": { + "declaration": true, + "esModuleInterop": true, + "incremental": true, "module": "commonjs", - "outDir": "dist", - "target": "es2017", - "noImplicitAny": false, "moduleResolution": "node", - "strictNullChecks": true, - "sourceMap": true, + "noImplicitAny": false, + "outDir": "dist", "removeComments": true, - "esModuleInterop": true, - "incremental": true, - "declaration": true, - "types": ["mocha", "node"], - "typeRoots": ["node_modules/@types", "src/types"] + "sourceMap": true, + "strictNullChecks": true, + "target": "es2017", + "typeRoots": ["node_modules/@types", "src/types"], + "types": ["mocha", "node"] }, + "extends": "@tsconfig/recommended/tsconfig.json", "include": ["src/**/*"] } diff --git a/v2/card_layouts.json b/v2/card_layouts.json index e7a548125..95decf382 100644 --- a/v2/card_layouts.json +++ b/v2/card_layouts.json @@ -1,27 +1,27 @@ [ { - "id": "normal", "description": "A regular one-sided card.", + "id": "normal", "name": "Normal" }, { - "id": "flip", "description": "A card with a front and back side.", + "id": "flip", "name": "Flip" }, { - "id": "copy", "description": "A card that is made up of multiple distinct cards with the same name.", + "id": "copy", "name": "Copy" }, { - "id": "facade", "description": "A card that is made up of multiple cards with the same front face, but distinct flip sides.", + "id": "facade", "name": "Facade" }, { - "id": "progression", "description": "A card with iterations on its values.", + "id": "progression", "name": "Progression" } ] diff --git a/v2/card_pools/eternal.json b/v2/card_pools/eternal.json index a66d5a0af..92085ad24 100644 --- a/v2/card_pools/eternal.json +++ b/v2/card_pools/eternal.json @@ -1,8 +1,5 @@ [ { - "id": "eternal", - "name": "Eternal", - "format_id": "eternal", "card_cycle_ids": [ "ashes", "borealis", @@ -99,6 +96,9 @@ "upstalk", "what_lies_ahead", "whispers_in_nalubaale" - ] + ], + "format_id": "eternal", + "id": "eternal", + "name": "Eternal" } ] diff --git a/v2/card_pools/ram.json b/v2/card_pools/ram.json index 4987d30b4..a42be6ba0 100644 --- a/v2/card_pools/ram.json +++ b/v2/card_pools/ram.json @@ -1,8 +1,5 @@ [ { - "id": "ram_0", - "name": "RAM 0", - "format_id": "ram", "card_set_ids": [ "business_first", "chrome_city", @@ -18,12 +15,12 @@ "system_gateway", "up_and_over", "upstalk" - ] + ], + "format_id": "ram", + "id": "ram_0", + "name": "RAM 0" }, { - "id": "ram_1", - "format_id": "ram", - "name": "RAM 1", "card_set_ids": [ "creation_and_control", "daedalus_complex", @@ -39,12 +36,12 @@ "up_and_over", "what_lies_ahead", "whispers_in_nalubaale" - ] + ], + "format_id": "ram", + "id": "ram_1", + "name": "RAM 1" }, { - "id": "ram_2", - "format_id": "ram", - "name": "RAM 2", "card_set_ids": [ "all_that_remains", "blood_and_water", @@ -60,12 +57,12 @@ "the_universe_of_tomorrow", "trace_amount", "uprising" - ] + ], + "format_id": "ram", + "id": "ram_2", + "name": "RAM 2" }, { - "id": "ram_3", - "format_id": "ram", - "name": "RAM 3", "card_set_ids": [ "a_study_in_static", "business_first", @@ -81,12 +78,12 @@ "the_liberated_mind", "true_colors", "upstalk" - ] + ], + "format_id": "ram", + "id": "ram_3", + "name": "RAM 3" }, { - "id": "ram_4", - "format_id": "ram", - "name": "RAM 4", "card_set_ids": [ "blood_and_water", "council_of_the_crest", @@ -102,12 +99,12 @@ "second_thoughts", "the_valley", "up_and_over" - ] + ], + "format_id": "ram", + "id": "ram_4", + "name": "RAM 4" }, { - "id": "ram_5", - "format_id": "ram", - "name": "RAM 5", "card_set_ids": [ "23_seconds", "all_that_remains", @@ -123,12 +120,12 @@ "the_underway", "upstalk", "what_lies_ahead" - ] + ], + "format_id": "ram", + "id": "ram_5", + "name": "RAM 5" }, { - "id": "ram_6", - "format_id": "ram", - "name": "RAM 6", "card_set_ids": [ "chrome_city", "data_and_destiny", @@ -144,12 +141,12 @@ "system_gateway", "up_and_over", "whispers_in_nalubaale" - ] + ], + "format_id": "ram", + "id": "ram_6", + "name": "RAM 6" }, { - "id": "ram_7", - "format_id": "ram", - "name": "RAM 7", "card_set_ids": [ "all_that_remains", "creation_and_control", @@ -165,6 +162,9 @@ "the_liberated_mind", "up_and_over", "upstalk" - ] + ], + "format_id": "ram", + "id": "ram_7", + "name": "RAM 7" } ] diff --git a/v2/card_pools/snapshot.json b/v2/card_pools/snapshot.json index 6171e7f17..3068a30ab 100644 --- a/v2/card_pools/snapshot.json +++ b/v2/card_pools/snapshot.json @@ -1,8 +1,5 @@ [ { - "id": "snapshot", - "format_id": "snapshot", - "name": "Snapshot", "card_cycle_ids": [ "creation_and_control", "data_and_destiny", @@ -61,6 +58,9 @@ "up_and_over", "upstalk", "whispers_in_nalubaale" - ] + ], + "format_id": "snapshot", + "id": "snapshot", + "name": "Snapshot" } ] diff --git a/v2/card_pools/standard.json b/v2/card_pools/standard.json index 4d0629168..9a08a2d05 100644 --- a/v2/card_pools/standard.json +++ b/v2/card_pools/standard.json @@ -1,8 +1,5 @@ [ { - "id": "pre_rotation", - "format_id": "standard", - "name": "Pre Rotation", "card_cycle_ids": [ "core_set", "creation_and_control", @@ -66,12 +63,12 @@ "up_and_over", "upstalk", "what_lies_ahead" - ] + ], + "format_id": "standard", + "id": "pre_rotation", + "name": "Pre Rotation" }, { - "id": "rotation_2017", - "format_id": "standard", - "name": "First Rotation", "card_cycle_ids": [ "creation_and_control", "data_and_destiny", @@ -130,12 +127,12 @@ "up_and_over", "upstalk", "whispers_in_nalubaale" - ] + ], + "format_id": "standard", + "id": "rotation_2017", + "name": "First Rotation" }, { - "id": "rotation_2018", - "format_id": "standard", - "name": "Second Rotation", "card_cycle_ids": [ "creation_and_control", "data_and_destiny", @@ -197,12 +194,12 @@ "up_and_over", "upstalk", "whispers_in_nalubaale" - ] + ], + "format_id": "standard", + "id": "rotation_2018", + "name": "Second Rotation" }, { - "id": "rotation_2019", - "format_id": "standard", - "name": "Third Rotation", "card_cycle_ids": [ "ashes", "data_and_destiny", @@ -259,12 +256,12 @@ "uprising", "uprising_booster_pack", "whispers_in_nalubaale" - ] + ], + "format_id": "standard", + "id": "rotation_2019", + "name": "Third Rotation" }, { - "id": "rotation_2020", - "format_id": "standard", - "name": "Salvaged Memories", "card_cycle_ids": [ "ashes", "data_and_destiny", @@ -323,12 +320,12 @@ "uprising", "uprising_booster_pack", "whispers_in_nalubaale" - ] + ], + "format_id": "standard", + "id": "rotation_2020", + "name": "Salvaged Memories" }, { - "id": "rotation_2021", - "format_id": "standard", - "name": "Fourth Rotation", "card_cycle_ids": [ "ashes", "data_and_destiny", @@ -378,12 +375,12 @@ "uprising", "uprising_booster_pack", "whispers_in_nalubaale" - ] + ], + "format_id": "standard", + "id": "rotation_2021", + "name": "Fourth Rotation" }, { - "id": "rotation_2022", - "format_id": "standard", - "name": "Fifth Rotation", "card_cycle_ids": [ "ashes", "borealis", @@ -428,12 +425,12 @@ "uprising", "uprising_booster_pack", "whispers_in_nalubaale" - ] + ], + "format_id": "standard", + "id": "rotation_2022", + "name": "Fifth Rotation" }, { - "id": "rotation_2023", - "format_id": "standard", - "name": "Sixth Rotation", "card_cycle_ids": [ "ashes", "borealis", @@ -471,6 +468,9 @@ "uprising", "uprising_booster_pack", "whispers_in_nalubaale" - ] + ], + "format_id": "standard", + "id": "rotation_2023", + "name": "Sixth Rotation" } ] diff --git a/v2/card_pools/startup.json b/v2/card_pools/startup.json index 3c3730cf3..59789f951 100644 --- a/v2/card_pools/startup.json +++ b/v2/card_pools/startup.json @@ -1,8 +1,5 @@ [ { - "id": "startup_ashes", - "format_id": "startup", - "name": "Startup (Ashes)", "card_cycle_ids": ["ashes", "system_gateway", "system_update_2021"], "card_set_ids": [ "downfall", @@ -10,12 +7,12 @@ "system_update_2021", "uprising", "uprising_booster_pack" - ] + ], + "format_id": "startup", + "id": "startup_ashes", + "name": "Startup (Ashes)" }, { - "id": "startup_ashes_plus", - "format_id": "startup", - "name": "Startup (Ashes+)", "card_cycle_ids": ["ashes", "system_gateway", "system_update_2021"], "card_set_ids": [ "downfall", @@ -24,12 +21,12 @@ "system_update_2021", "uprising", "uprising_booster_pack" - ] + ], + "format_id": "startup", + "id": "startup_ashes_plus", + "name": "Startup (Ashes+)" }, { - "id": "startup_ashes_plus_midnight_sun", - "format_id": "startup", - "name": "Startup (Ashes + Midnight Sun)", "card_cycle_ids": ["ashes", "system_gateway", "system_update_2021"], "card_set_ids": [ "downfall", @@ -39,12 +36,12 @@ "system_update_2021", "uprising", "uprising_booster_pack" - ] + ], + "format_id": "startup", + "id": "startup_ashes_plus_midnight_sun", + "name": "Startup (Ashes + Midnight Sun)" }, { - "id": "startup_borealis", - "format_id": "startup", - "name": "Startup (Borealis)", "card_cycle_ids": ["borealis", "system_gateway", "system_update_2021"], "card_set_ids": [ "midnight_sun", @@ -52,12 +49,12 @@ "parhelion", "system_gateway", "system_update_2021" - ] + ], + "format_id": "startup", + "id": "startup_borealis", + "name": "Startup (Borealis)" }, { - "id": "startup_borealis_plus_the_automata_initiative", - "format_id": "startup", - "name": "Startup (The Automata Initiative)", "card_cycle_ids": ["borealis", "system_gateway", "system_update_2021"], "card_set_ids": [ "midnight_sun", @@ -66,6 +63,9 @@ "system_gateway", "system_update_2021", "the_automata_initiative" - ] + ], + "format_id": "startup", + "id": "startup_borealis_plus_the_automata_initiative", + "name": "Startup (The Automata Initiative)" } ] diff --git a/v2/card_pools/system_gateway.json b/v2/card_pools/system_gateway.json index 9a5dc83d2..b87ce1254 100644 --- a/v2/card_pools/system_gateway.json +++ b/v2/card_pools/system_gateway.json @@ -1,9 +1,9 @@ [ { - "id": "system_gateway", - "format_id": "system_gateway", - "name": "System Gateway", "card_cycle_ids": ["system_gateway"], - "card_set_ids": ["system_gateway"] + "card_set_ids": ["system_gateway"], + "format_id": "system_gateway", + "id": "system_gateway", + "name": "System Gateway" } ] diff --git a/v2/card_set_types.json b/v2/card_set_types.json index d8189d651..c4099d340 100644 --- a/v2/card_set_types.json +++ b/v2/card_set_types.json @@ -1,42 +1,42 @@ [ { + "description": "A booster pack released as a subset of a larger release.", "id": "booster_pack", - "name": "Booster Pack", - "description": "A booster pack released as a subset of a larger release." + "name": "Booster Pack" }, { + "description": "A campaign set not released for legal play.", "id": "campaign", - "name": "Campaign", - "description": "A campaign set not released for legal play." + "name": "Campaign" }, { + "description": "A core set, or set that makes up part of the core selection of cards.", "id": "core", - "name": "Core", - "description": "A core set, or set that makes up part of the core selection of cards." + "name": "Core" }, { + "description": "The major releases of each cycle.", "id": "data_pack", - "name": "Data Pack", - "description": "The major releases of each cycle." + "name": "Data Pack" }, { + "description": "A non-core set released in a big box.", "id": "deluxe", - "name": "Deluxe", - "description": "A non-core set released in a big box." + "name": "Deluxe" }, { + "description": "A draft-exclusive sets.", "id": "draft", - "name": "Draft", - "description": "A draft-exclusive sets." + "name": "Draft" }, { + "description": "A miscellaneous set released for legal play.", "id": "expansion", - "name": "Expansion", - "description": "A miscellaneous set released for legal play." + "name": "Expansion" }, { + "description": "A promotional set not released for legal play.", "id": "promo", - "name": "Promo", - "description": "A promotional set not released for legal play." + "name": "Promo" } ] diff --git a/v2/card_sets.json b/v2/card_sets.json index 82d7ac2d7..d3d6074ff 100644 --- a/v2/card_sets.json +++ b/v2/card_sets.json @@ -7,8 +7,8 @@ "legacy_code": "draft", "name": "Draft", "position": 1, - "size": 1, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 1 }, { "card_cycle_id": "core_set", @@ -18,8 +18,8 @@ "legacy_code": "core", "name": "Core Set", "position": 1, - "size": 113, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 113 }, { "card_cycle_id": "genesis", @@ -29,8 +29,8 @@ "legacy_code": "wla", "name": "What Lies Ahead", "position": 1, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "genesis", @@ -40,8 +40,8 @@ "legacy_code": "ta", "name": "Trace Amount", "position": 2, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "genesis", @@ -51,8 +51,8 @@ "legacy_code": "ce", "name": "Cyber Exodus", "position": 3, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "genesis", @@ -62,8 +62,8 @@ "legacy_code": "asis", "name": "A Study in Static", "position": 4, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "genesis", @@ -73,8 +73,8 @@ "legacy_code": "hs", "name": "Humanity's Shadow", "position": 5, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "genesis", @@ -84,8 +84,8 @@ "legacy_code": "fp", "name": "Future Proof", "position": 6, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "creation_and_control", @@ -95,8 +95,8 @@ "legacy_code": "cac", "name": "Creation and Control", "position": 1, - "size": 55, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 55 }, { "card_cycle_id": "spin", @@ -106,8 +106,8 @@ "legacy_code": "om", "name": "Opening Moves", "position": 1, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "spin", @@ -117,8 +117,8 @@ "legacy_code": "st", "name": "Second Thoughts", "position": 2, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "spin", @@ -128,8 +128,8 @@ "legacy_code": "mt", "name": "Mala Tempora", "position": 3, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "spin", @@ -139,8 +139,8 @@ "legacy_code": "tc", "name": "True Colors", "position": 4, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "spin", @@ -150,8 +150,8 @@ "legacy_code": "fal", "name": "Fear and Loathing", "position": 5, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "spin", @@ -161,8 +161,8 @@ "legacy_code": "dt", "name": "Double Time", "position": 6, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "honor_and_profit", @@ -172,8 +172,8 @@ "legacy_code": "hap", "name": "Honor and Profit", "position": 1, - "size": 55, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 55 }, { "card_cycle_id": "lunar", @@ -183,8 +183,8 @@ "legacy_code": "up", "name": "Upstalk", "position": 1, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "lunar", @@ -194,8 +194,8 @@ "legacy_code": "tsb", "name": "The Spaces Between", "position": 2, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "lunar", @@ -205,8 +205,8 @@ "legacy_code": "fc", "name": "First Contact", "position": 3, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "lunar", @@ -216,8 +216,8 @@ "legacy_code": "uao", "name": "Up and Over", "position": 4, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "lunar", @@ -227,8 +227,8 @@ "legacy_code": "atr", "name": "All That Remains", "position": 5, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "lunar", @@ -238,8 +238,8 @@ "legacy_code": "ts", "name": "The Source", "position": 6, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "order_and_chaos", @@ -249,8 +249,8 @@ "legacy_code": "oac", "name": "Order and Chaos", "position": 1, - "size": 55, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 55 }, { "card_cycle_id": "sansan", @@ -260,8 +260,8 @@ "legacy_code": "val", "name": "The Valley", "position": 1, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "sansan", @@ -271,8 +271,8 @@ "legacy_code": "bb", "name": "Breaker Bay", "position": 2, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "sansan", @@ -282,8 +282,8 @@ "legacy_code": "cc", "name": "Chrome City", "position": 3, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "sansan", @@ -293,8 +293,8 @@ "legacy_code": "uw", "name": "The Underway", "position": 4, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "sansan", @@ -304,8 +304,8 @@ "legacy_code": "oh", "name": "Old Hollywood", "position": 5, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "sansan", @@ -315,8 +315,8 @@ "legacy_code": "uot", "name": "The Universe of Tomorrow", "position": 6, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "data_and_destiny", @@ -326,8 +326,8 @@ "legacy_code": "dad", "name": "Data and Destiny", "position": 1, - "size": 55, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 55 }, { "card_cycle_id": "mumbad", @@ -337,8 +337,8 @@ "legacy_code": "kg", "name": "Kala Ghoda", "position": 1, - "size": 19, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 19 }, { "card_cycle_id": "mumbad", @@ -348,8 +348,8 @@ "legacy_code": "bf", "name": "Business First", "position": 2, - "size": 19, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 19 }, { "card_cycle_id": "mumbad", @@ -359,8 +359,8 @@ "legacy_code": "dag", "name": "Democracy and Dogma", "position": 3, - "size": 19, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 19 }, { "card_cycle_id": "mumbad", @@ -370,8 +370,8 @@ "legacy_code": "si", "name": "Salsette Island", "position": 4, - "size": 19, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 19 }, { "card_cycle_id": "mumbad", @@ -381,8 +381,8 @@ "legacy_code": "tlm", "name": "The Liberated Mind", "position": 5, - "size": 19, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 19 }, { "card_cycle_id": "mumbad", @@ -392,8 +392,8 @@ "legacy_code": "ftm", "name": "Fear the Masses", "position": 6, - "size": 19, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 19 }, { "card_cycle_id": "flashpoint", @@ -403,8 +403,8 @@ "legacy_code": "23s", "name": "23 Seconds", "position": 1, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "flashpoint", @@ -414,8 +414,8 @@ "legacy_code": "bm", "name": "Blood Money", "position": 2, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "flashpoint", @@ -425,8 +425,8 @@ "legacy_code": "es", "name": "Escalation", "position": 3, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "flashpoint", @@ -436,8 +436,8 @@ "legacy_code": "in", "name": "Intervention", "position": 4, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "flashpoint", @@ -447,8 +447,8 @@ "legacy_code": "ml", "name": "Martial Law", "position": 5, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "flashpoint", @@ -458,8 +458,8 @@ "legacy_code": "qu", "name": "Quorum", "position": 6, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "red_sand", @@ -469,8 +469,8 @@ "legacy_code": "dc", "name": "Daedalus Complex", "position": 1, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "red_sand", @@ -480,8 +480,8 @@ "legacy_code": "so", "name": "Station One", "position": 2, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "terminal_directive", @@ -491,8 +491,8 @@ "legacy_code": "td", "name": "Terminal Directive Cards", "position": 1, - "size": 57, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 57 }, { "card_cycle_id": "terminal_directive", @@ -502,8 +502,8 @@ "legacy_code": "tdc", "name": "Terminal Directive Campaign", "position": 2, - "size": 28, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 28 }, { "card_cycle_id": "red_sand", @@ -513,8 +513,8 @@ "legacy_code": "eas", "name": "Earth's Scion", "position": 3, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "red_sand", @@ -524,8 +524,8 @@ "legacy_code": "baw", "name": "Blood and Water", "position": 4, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "red_sand", @@ -535,8 +535,8 @@ "legacy_code": "fm", "name": "Free Mars", "position": 5, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "red_sand", @@ -546,8 +546,8 @@ "legacy_code": "cd", "name": "Crimson Dust", "position": 6, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "revised_core_set", @@ -557,8 +557,8 @@ "legacy_code": "core2", "name": "Revised Core Set", "position": 1, - "size": 132, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 132 }, { "card_cycle_id": "kitara", @@ -568,8 +568,8 @@ "legacy_code": "ss", "name": "Sovereign Sight", "position": 1, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "kitara", @@ -579,8 +579,8 @@ "legacy_code": "dtwn", "name": "Down the White Nile", "position": 2, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "kitara", @@ -590,8 +590,8 @@ "legacy_code": "cotc", "name": "Council of the Crest", "position": 3, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "kitara", @@ -601,8 +601,8 @@ "legacy_code": "tdatd", "name": "The Devil and the Dragon", "position": 4, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "kitara", @@ -612,8 +612,8 @@ "legacy_code": "win", "name": "Whispers in Nalubaale", "position": 5, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "kitara", @@ -623,8 +623,8 @@ "legacy_code": "ka", "name": "Kampala Ascendent", "position": 6, - "size": 20, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 20 }, { "card_cycle_id": "reign_and_reverie", @@ -634,8 +634,8 @@ "legacy_code": "rar", "name": "Reign and Reverie", "position": 1, - "size": 58, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 58 }, { "card_cycle_id": "magnum_opus", @@ -645,8 +645,8 @@ "legacy_code": "mo", "name": "Magnum Opus", "position": 1, - "size": 8, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 8 }, { "card_cycle_id": "napd_multiplayer", @@ -656,8 +656,8 @@ "legacy_code": "napd", "name": "NAPD Multiplayer", "position": 1, - "size": 1, - "released_by": "fantasy_flight_games" + "released_by": "fantasy_flight_games", + "size": 1 }, { "card_cycle_id": "system_core_2019", @@ -667,8 +667,8 @@ "legacy_code": "sc19", "name": "System Core 2019", "position": 1, - "size": 147, - "released_by": "null_signal_games" + "released_by": "null_signal_games", + "size": 147 }, { "card_cycle_id": "ashes", @@ -678,8 +678,8 @@ "legacy_code": "df", "name": "Downfall", "position": 1, - "size": 65, - "released_by": "null_signal_games" + "released_by": "null_signal_games", + "size": 65 }, { "card_cycle_id": "magnum_opus_reprint", @@ -689,8 +689,8 @@ "legacy_code": "mor", "name": "Magnum Opus Reprint", "position": 1, - "size": 6, - "released_by": "null_signal_games" + "released_by": "null_signal_games", + "size": 6 }, { "card_cycle_id": "ashes", @@ -700,8 +700,8 @@ "legacy_code": "urbp", "name": "Uprising Booster Pack", "position": 2, - "size": 7, - "released_by": "null_signal_games" + "released_by": "null_signal_games", + "size": 7 }, { "card_cycle_id": "ashes", @@ -711,8 +711,8 @@ "legacy_code": "ur", "name": "Uprising", "position": 3, - "size": 65, - "released_by": "null_signal_games" + "released_by": "null_signal_games", + "size": 65 }, { "card_cycle_id": "salvaged_memories", @@ -722,8 +722,8 @@ "legacy_code": "sm", "name": "Salvaged Memories", "position": 1, - "size": 18, - "released_by": "null_signal_games" + "released_by": "null_signal_games", + "size": 18 }, { "card_cycle_id": "system_gateway", @@ -733,8 +733,8 @@ "legacy_code": "sg", "name": "System Gateway", "position": 1, - "size": 77, - "released_by": "null_signal_games" + "released_by": "null_signal_games", + "size": 77 }, { "card_cycle_id": "system_update_2021", @@ -744,8 +744,8 @@ "legacy_code": "su21", "name": "System Update 2021", "position": 1, - "size": 82, - "released_by": "null_signal_games" + "released_by": "null_signal_games", + "size": 82 }, { "card_cycle_id": "borealis", @@ -755,8 +755,8 @@ "legacy_code": "msbp", "name": "Midnight Sun Booster Pack", "position": 1, - "size": 7, - "released_by": "null_signal_games" + "released_by": "null_signal_games", + "size": 7 }, { "card_cycle_id": "borealis", @@ -766,8 +766,8 @@ "legacy_code": "ms", "name": "Midnight Sun", "position": 2, - "size": 65, - "released_by": "null_signal_games" + "released_by": "null_signal_games", + "size": 65 }, { "card_cycle_id": "borealis", @@ -777,8 +777,8 @@ "legacy_code": "ph", "name": "Parhelion", "position": 3, - "size": 63, - "released_by": "null_signal_games" + "released_by": "null_signal_games", + "size": 63 }, { "card_cycle_id": "liberation", @@ -788,7 +788,7 @@ "legacy_code": "tai", "name": "The Automata Initiative", "position": 1, - "size": 65, - "released_by": "null_signal_games" + "released_by": "null_signal_games", + "size": 65 } ] diff --git a/v2/cards/a_teia_ip_recovery.json b/v2/cards/a_teia_ip_recovery.json index 235034d15..17c4bd17c 100644 --- a/v2/cards/a_teia_ip_recovery.json +++ b/v2/cards/a_teia_ip_recovery.json @@ -1,9 +1,9 @@ { - "id": "a_teia_ip_recovery", "card_type_id": "corp_identity", "deck_limit": 1, "designed_by": "null_signal_games", "faction_id": "jinteki", + "id": "a_teia_ip_recovery", "influence_limit": 15, "is_unique": false, "minimum_deck_size": 45, diff --git a/v2/cards/ablative_barrier.json b/v2/cards/ablative_barrier.json index b38e9fe40..c89f3b3d3 100644 --- a/v2/cards/ablative_barrier.json +++ b/v2/cards/ablative_barrier.json @@ -1,10 +1,10 @@ { - "id": "ablative_barrier", "card_type_id": "ice", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "haas_bioroid", + "id": "ablative_barrier", "influence_cost": 2, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/adrian_seis.json b/v2/cards/adrian_seis.json index b26098d25..a83084075 100644 --- a/v2/cards/adrian_seis.json +++ b/v2/cards/adrian_seis.json @@ -1,10 +1,10 @@ { - "id": "adrian_seis", "card_type_id": "upgrade", "cost": 0, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "jinteki", + "id": "adrian_seis", "influence_cost": 4, "is_unique": true, "side_id": "corp", diff --git a/v2/cards/airbladex_jsrf_ed.json b/v2/cards/airbladex_jsrf_ed.json index e6826735a..d98643803 100644 --- a/v2/cards/airbladex_jsrf_ed.json +++ b/v2/cards/airbladex_jsrf_ed.json @@ -1,10 +1,10 @@ { - "id": "airbladex_jsrf_ed", "card_type_id": "hardware", "cost": 1, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "shaper", + "id": "airbladex_jsrf_ed", "influence_cost": 1, "is_unique": true, "side_id": "runner", diff --git a/v2/cards/angelique_garza_correa.json b/v2/cards/angelique_garza_correa.json index ec00af5b4..db433d55b 100644 --- a/v2/cards/angelique_garza_correa.json +++ b/v2/cards/angelique_garza_correa.json @@ -1,10 +1,10 @@ { - "id": "angelique_garza_correa", "card_type_id": "upgrade", "cost": 0, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "weyland_consortium", + "id": "angelique_garza_correa", "influence_cost": 3, "is_unique": true, "side_id": "corp", diff --git a/v2/cards/arissana_rocha_nahu_street_artist.json b/v2/cards/arissana_rocha_nahu_street_artist.json index f75c0255d..6724c1456 100644 --- a/v2/cards/arissana_rocha_nahu_street_artist.json +++ b/v2/cards/arissana_rocha_nahu_street_artist.json @@ -1,10 +1,10 @@ { - "id": "arissana_rocha_nahu_street_artist", "base_link": 0, "card_type_id": "runner_identity", "deck_limit": 1, "designed_by": "null_signal_games", "faction_id": "shaper", + "id": "arissana_rocha_nahu_street_artist", "influence_limit": 15, "is_unique": false, "minimum_deck_size": 45, diff --git a/v2/cards/armed_asset_protection.json b/v2/cards/armed_asset_protection.json index ff43ed1c3..460e5923c 100644 --- a/v2/cards/armed_asset_protection.json +++ b/v2/cards/armed_asset_protection.json @@ -1,10 +1,10 @@ { - "id": "armed_asset_protection", "card_type_id": "operation", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "weyland_consortium", + "id": "armed_asset_protection", "influence_cost": 2, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/attini.json b/v2/cards/attini.json index 561d83631..faacd7ef9 100644 --- a/v2/cards/attini.json +++ b/v2/cards/attini.json @@ -1,10 +1,10 @@ { - "id": "attini", "card_type_id": "ice", "cost": 6, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "jinteki", + "id": "attini", "influence_cost": 3, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/audrey_v2.json b/v2/cards/audrey_v2.json index 4d2a97316..799f842cd 100644 --- a/v2/cards/audrey_v2.json +++ b/v2/cards/audrey_v2.json @@ -1,10 +1,10 @@ { - "id": "audrey_v2", "card_type_id": "program", "cost": 3, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "anarch", + "id": "audrey_v2", "influence_cost": 3, "is_unique": false, "memory_cost": 2, diff --git a/v2/cards/b_1001.json b/v2/cards/b_1001.json index c1bcc4a1b..7018a2211 100644 --- a/v2/cards/b_1001.json +++ b/v2/cards/b_1001.json @@ -1,10 +1,10 @@ { - "id": "b_1001", "card_type_id": "asset", "cost": 1, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "neutral_corp", + "id": "b_1001", "influence_cost": 0, "is_unique": true, "side_id": "corp", diff --git a/v2/cards/bahia_bands.json b/v2/cards/bahia_bands.json index 462513ebf..e4e45a37f 100644 --- a/v2/cards/bahia_bands.json +++ b/v2/cards/bahia_bands.json @@ -1,10 +1,10 @@ { - "id": "bahia_bands", "card_type_id": "event", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "neutral_runner", + "id": "bahia_bands", "influence_cost": 1, "is_unique": false, "side_id": "runner", diff --git a/v2/cards/balanced_coverage.json b/v2/cards/balanced_coverage.json index 1f09ff797..ac75bb87c 100644 --- a/v2/cards/balanced_coverage.json +++ b/v2/cards/balanced_coverage.json @@ -1,10 +1,10 @@ { - "id": "balanced_coverage", "card_type_id": "asset", "cost": 1, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "nbn", + "id": "balanced_coverage", "influence_cost": 1, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/banner.json b/v2/cards/banner.json index a4ed6a7b9..aaddcbb4f 100644 --- a/v2/cards/banner.json +++ b/v2/cards/banner.json @@ -1,10 +1,10 @@ { - "id": "banner", "card_type_id": "program", "cost": 4, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "anarch", + "id": "banner", "influence_cost": 3, "is_unique": false, "memory_cost": 1, diff --git a/v2/cards/beatriz_friere_gonzalez.json b/v2/cards/beatriz_friere_gonzalez.json index 2be6362e8..eb1e454c8 100644 --- a/v2/cards/beatriz_friere_gonzalez.json +++ b/v2/cards/beatriz_friere_gonzalez.json @@ -1,10 +1,10 @@ { - "id": "beatriz_friere_gonzalez", "card_type_id": "resource", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "shaper", + "id": "beatriz_friere_gonzalez", "influence_cost": 3, "is_unique": true, "side_id": "runner", diff --git a/v2/cards/behold.json b/v2/cards/behold.json index 04b97dfbb..96dcdfc1b 100644 --- a/v2/cards/behold.json +++ b/v2/cards/behold.json @@ -1,10 +1,10 @@ { - "id": "behold", "card_type_id": "asset", "cost": 0, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "nbn", + "id": "behold", "influence_cost": 2, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/bmi_buffer.json b/v2/cards/bmi_buffer.json index ca9f6c4b6..44e878209 100644 --- a/v2/cards/bmi_buffer.json +++ b/v2/cards/bmi_buffer.json @@ -3,20 +3,20 @@ "cost": 3, "deck_limit": 3, "designed_by": "fantasy_flight_games", + "faces": [ + { + "stripped_text": "Whenever a program is trashed from your grip, host it on BMI Buffer instead of adding it to your heap. click click: Install 1 hosted program, ignoring all costs.", + "text": "Whenever a program is trashed from your grip, host it on BMI Buffer instead of adding it to your heap.\n[click][click]: Install 1 hosted program, ignoring all costs." + } + ], "faction_id": "neutral_runner", "id": "bmi_buffer", "influence_cost": 0, "is_unique": false, + "layout_id": "progression", "side_id": "runner", "stripped_text": "Whenever a program is trashed from your grip, host it on BMI Buffer instead of adding it to your heap. click click: Install 1 hosted program (paying all costs).", "stripped_title": "BMI Buffer", "text": "Whenever a program is trashed from your grip, host it on BMI Buffer instead of adding it to your heap.\n[click][click]: Install 1 hosted program (paying all costs).", - "title": "BMI Buffer", - "layout_id": "progression", - "faces": [ - { - "stripped_text": "Whenever a program is trashed from your grip, host it on BMI Buffer instead of adding it to your heap. click click: Install 1 hosted program, ignoring all costs.", - "text": "Whenever a program is trashed from your grip, host it on BMI Buffer instead of adding it to your heap.\n[click][click]: Install 1 hosted program, ignoring all costs." - } - ] + "title": "BMI Buffer" } diff --git a/v2/cards/capybara.json b/v2/cards/capybara.json index 53184ce37..efdd5eb52 100644 --- a/v2/cards/capybara.json +++ b/v2/cards/capybara.json @@ -1,10 +1,10 @@ { - "id": "capybara", "card_type_id": "hardware", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "criminal", + "id": "capybara", "influence_cost": 2, "is_unique": true, "side_id": "runner", diff --git a/v2/cards/chrysopoeian_skimming.json b/v2/cards/chrysopoeian_skimming.json index 86ee42bd9..d94291fbc 100644 --- a/v2/cards/chrysopoeian_skimming.json +++ b/v2/cards/chrysopoeian_skimming.json @@ -1,10 +1,10 @@ { - "id": "chrysopoeian_skimming", "card_type_id": "event", "cost": 1, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "criminal", + "id": "chrysopoeian_skimming", "influence_cost": 1, "is_unique": false, "side_id": "runner", diff --git a/v2/cards/corporate_oversight.json b/v2/cards/corporate_oversight.json index 64f4df94f..3bf6c7a02 100644 --- a/v2/cards/corporate_oversight.json +++ b/v2/cards/corporate_oversight.json @@ -4,21 +4,21 @@ "card_type_id": "agenda", "deck_limit": 3, "designed_by": "fantasy_flight_games", + "faces": [ + { + "stripped_text": "When you score Corporate Oversight, you may search R&D for a piece of ice. Install and rez it protecting a central server, ignoring all costs. Shuffle R&D. If you win a game with Corporate Oversight in your score area, destroy it.", + "text": "When you score Corporate Oversight, you may search R&D for a piece of ice. Install and rez it protecting a central server, ignoring all costs. Shuffle R&D.\nIf you win a game with Corporate Oversight in your score area, destroy it." + } + ], "faction_id": "neutral_corp", "id": "corporate_oversight", "influence_cost": 0, "is_unique": false, + "layout_id": "copy", "side_id": "corp", "stripped_text": "When you score Corporate Oversight, you may search R&D for a piece of ice. Install and rez it protecting a remote server, ignoring all costs. Shuffle R&D. If you win a game with Corporate Oversight in your score area, destroy it.", "stripped_title": "Corporate Oversight", "subtypes": ["initiative"], "text": "When you score Corporate Oversight, you may search R&D for a piece of ice. Install and rez it protecting a remote server, ignoring all costs. Shuffle R&D.\nIf you win a game with Corporate Oversight in your score area, destroy it.", - "title": "Corporate Oversight", - "layout_id": "copy", - "faces": [ - { - "stripped_text": "When you score Corporate Oversight, you may search R&D for a piece of ice. Install and rez it protecting a central server, ignoring all costs. Shuffle R&D. If you win a game with Corporate Oversight in your score area, destroy it.", - "text": "When you score Corporate Oversight, you may search R&D for a piece of ice. Install and rez it protecting a central server, ignoring all costs. Shuffle R&D.\nIf you win a game with Corporate Oversight in your score area, destroy it." - } - ] + "title": "Corporate Oversight" } diff --git a/v2/cards/curupira.json b/v2/cards/curupira.json index b89e1efd9..1a3689f09 100644 --- a/v2/cards/curupira.json +++ b/v2/cards/curupira.json @@ -1,10 +1,10 @@ { - "id": "curupira", "card_type_id": "program", "cost": 3, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "criminal", + "id": "curupira", "influence_cost": 3, "is_unique": false, "memory_cost": 1, diff --git a/v2/cards/cybersand_harvester.json b/v2/cards/cybersand_harvester.json index f9ba80b66..84e41a5dc 100644 --- a/v2/cards/cybersand_harvester.json +++ b/v2/cards/cybersand_harvester.json @@ -1,10 +1,10 @@ { - "id": "cybersand_harvester", "card_type_id": "asset", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "weyland_consortium", + "id": "cybersand_harvester", "influence_cost": 2, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/daniela_jorge_inacio.json b/v2/cards/daniela_jorge_inacio.json index cf562b971..812ec53af 100644 --- a/v2/cards/daniela_jorge_inacio.json +++ b/v2/cards/daniela_jorge_inacio.json @@ -1,10 +1,10 @@ { - "id": "daniela_jorge_inacio", "card_type_id": "upgrade", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "jinteki", + "id": "daniela_jorge_inacio", "influence_cost": 3, "is_unique": true, "side_id": "corp", diff --git a/v2/cards/debbie_downtown_moreira.json b/v2/cards/debbie_downtown_moreira.json index 9a676c19c..ce943269a 100644 --- a/v2/cards/debbie_downtown_moreira.json +++ b/v2/cards/debbie_downtown_moreira.json @@ -1,10 +1,10 @@ { - "id": "debbie_downtown_moreira", "card_type_id": "resource", "cost": 1, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "criminal", + "id": "debbie_downtown_moreira", "influence_cost": 2, "is_unique": true, "side_id": "runner", diff --git a/v2/cards/earth_station_sea_headquarters.json b/v2/cards/earth_station_sea_headquarters.json index bcd3d1f3b..499b9c108 100644 --- a/v2/cards/earth_station_sea_headquarters.json +++ b/v2/cards/earth_station_sea_headquarters.json @@ -2,24 +2,24 @@ "card_type_id": "corp_identity", "deck_limit": 1, "designed_by": "null_signal_games", + "faces": [ + { + "stripped_text": "Limit 1 remote server. As an additional cost to run a remote server, the Runner must pay 6 credits. When the Runner makes a successful run on HQ, flip this identity.", + "stripped_title": "Earth Station: Ascending to Orbit", + "text": "Limit 1 remote server.\nAs an additional cost to run a remote server, the Runner must pay 6[credit].\nWhen the Runner makes a successful run on HQ, flip this identity.", + "title": "Earth Station: Ascending to Orbit" + } + ], "faction_id": "weyland_consortium", "id": "earth_station_sea_headquarters", "influence_limit": 15, "is_unique": false, + "layout_id": "flip", "minimum_deck_size": 45, "side_id": "corp", "stripped_text": "Limit 1 remote server. As an additional cost to run HQ, the Runner must pay 1 credit. click: Flip this identity.", "stripped_title": "Earth Station: SEA Headquarters", "subtypes": ["division"], "text": "Limit 1 remote server.\nAs an additional cost to run HQ, the Runner must pay 1[credit].\n[click]: Flip this identity.", - "title": "Earth Station: SEA Headquarters", - "layout_id": "flip", - "faces": [ - { - "stripped_text": "Limit 1 remote server. As an additional cost to run a remote server, the Runner must pay 6 credits. When the Runner makes a successful run on HQ, flip this identity.", - "stripped_title": "Earth Station: Ascending to Orbit", - "text": "Limit 1 remote server.\nAs an additional cost to run a remote server, the Runner must pay 6[credit].\nWhen the Runner makes a successful run on HQ, flip this identity.", - "title": "Earth Station: Ascending to Orbit" - } - ] + "title": "Earth Station: SEA Headquarters" } diff --git a/v2/cards/epiphany_analytica_nations_undivided.json b/v2/cards/epiphany_analytica_nations_undivided.json index 2fc553be1..a707654f6 100644 --- a/v2/cards/epiphany_analytica_nations_undivided.json +++ b/v2/cards/epiphany_analytica_nations_undivided.json @@ -1,9 +1,9 @@ { - "id": "epiphany_analytica_nations_undivided", "card_type_id": "corp_identity", "deck_limit": 1, "designed_by": "null_signal_games", "faction_id": "nbn", + "id": "epiphany_analytica_nations_undivided", "influence_limit": 15, "is_unique": false, "minimum_deck_size": 45, diff --git a/v2/cards/eru_ayase_pessoa.json b/v2/cards/eru_ayase_pessoa.json index c7187ee1f..6ebf3679e 100644 --- a/v2/cards/eru_ayase_pessoa.json +++ b/v2/cards/eru_ayase_pessoa.json @@ -1,10 +1,10 @@ { - "id": "eru_ayase_pessoa", "card_type_id": "resource", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "anarch", + "id": "eru_ayase_pessoa", "influence_cost": 3, "is_unique": true, "side_id": "runner", diff --git a/v2/cards/evidence_collection.json b/v2/cards/evidence_collection.json index 75228d02f..859fcafd8 100644 --- a/v2/cards/evidence_collection.json +++ b/v2/cards/evidence_collection.json @@ -4,17 +4,6 @@ "card_type_id": "agenda", "deck_limit": 3, "designed_by": "fantasy_flight_games", - "faction_id": "neutral_corp", - "id": "evidence_collection", - "influence_cost": 0, - "is_unique": false, - "side_id": "corp", - "stripped_text": "When you win a game with Evidence Collection in your score area, reveal set 2.", - "stripped_title": "Evidence Collection", - "subtypes": ["research"], - "text": "When you win a game with Evidence Collection in your score area, reveal set 2.", - "title": "Evidence Collection", - "layout_id": "progression", "faces": [ { "stripped_text": "When you win a game with Evidence Collection in your score area, reveal set 5.", @@ -28,5 +17,16 @@ "stripped_text": "Evidence Collection is worth 1 fewer agenda point while in the Runner's score area.", "text": "Evidence Collection is worth 1 fewer agenda point while in the Runner's score area." } - ] + ], + "faction_id": "neutral_corp", + "id": "evidence_collection", + "influence_cost": 0, + "is_unique": false, + "layout_id": "progression", + "side_id": "corp", + "stripped_text": "When you win a game with Evidence Collection in your score area, reveal set 2.", + "stripped_title": "Evidence Collection", + "subtypes": ["research"], + "text": "When you win a game with Evidence Collection in your score area, reveal set 2.", + "title": "Evidence Collection" } diff --git a/v2/cards/federal_fundraising.json b/v2/cards/federal_fundraising.json index 921a7dc2e..fff953007 100644 --- a/v2/cards/federal_fundraising.json +++ b/v2/cards/federal_fundraising.json @@ -1,10 +1,10 @@ { - "id": "federal_fundraising", "card_type_id": "asset", "cost": 0, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "nbn", + "id": "federal_fundraising", "influence_cost": 2, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/front_company.json b/v2/cards/front_company.json index 0db6d71de..47507c36e 100644 --- a/v2/cards/front_company.json +++ b/v2/cards/front_company.json @@ -1,10 +1,10 @@ { - "id": "front_company", "card_type_id": "asset", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "jinteki", + "id": "front_company", "influence_cost": 2, "is_unique": true, "side_id": "corp", diff --git a/v2/cards/fujii_asset_retrieval.json b/v2/cards/fujii_asset_retrieval.json index eeafaf866..31d1bcc8b 100644 --- a/v2/cards/fujii_asset_retrieval.json +++ b/v2/cards/fujii_asset_retrieval.json @@ -1,11 +1,11 @@ { - "id": "fujii_asset_retrieval", "advancement_requirement": 5, "agenda_points": 3, "card_type_id": "agenda", "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "jinteki", + "id": "fujii_asset_retrieval", "is_unique": false, "side_id": "corp", "stripped_text": "When this agenda is scored or stolen, do 2 net damage.", diff --git a/v2/cards/greasing_the_palm.json b/v2/cards/greasing_the_palm.json index 0f727c51a..1611b8c85 100644 --- a/v2/cards/greasing_the_palm.json +++ b/v2/cards/greasing_the_palm.json @@ -1,10 +1,10 @@ { - "id": "greasing_the_palm", "card_type_id": "operation", "cost": 3, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "haas_bioroid", + "id": "greasing_the_palm", "influence_cost": 3, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/hannah_wheels_pilintra.json b/v2/cards/hannah_wheels_pilintra.json index d91f00dbb..678d9de94 100644 --- a/v2/cards/hannah_wheels_pilintra.json +++ b/v2/cards/hannah_wheels_pilintra.json @@ -1,10 +1,10 @@ { - "id": "hannah_wheels_pilintra", "card_type_id": "resource", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "anarch", + "id": "hannah_wheels_pilintra", "influence_cost": 2, "is_unique": true, "side_id": "runner", diff --git a/v2/cards/hermes.json b/v2/cards/hermes.json index 4edf15b87..31adf60ef 100644 --- a/v2/cards/hermes.json +++ b/v2/cards/hermes.json @@ -1,10 +1,10 @@ { - "id": "hermes", "card_type_id": "hardware", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "criminal", + "id": "hermes", "influence_cost": 3, "is_unique": true, "side_id": "runner", diff --git a/v2/cards/hoshiko_shiro_untold_protagonist.json b/v2/cards/hoshiko_shiro_untold_protagonist.json index 57bff67e6..32b41075f 100644 --- a/v2/cards/hoshiko_shiro_untold_protagonist.json +++ b/v2/cards/hoshiko_shiro_untold_protagonist.json @@ -3,26 +3,26 @@ "card_type_id": "runner_identity", "deck_limit": 1, "designed_by": "null_signal_games", + "faces": [ + { + "base_link": 1, + "stripped_text": "When your turn begins, draw 1 card and lose 1 credit. When your turn ends, if you did not access at least 1 card this turn, flip this identity.", + "stripped_title": "Hoshiko Shiro: Mahou Shouju", + "subtypes": ["digital"], + "text": "When your turn begins, draw 1 card and lose 1[credit].\nWhen your turn ends, if you did not access at least 1 card this turn, flip this identity.", + "title": "Hoshiko Shiro: Mahou Shouju" + } + ], "faction_id": "anarch", "id": "hoshiko_shiro_untold_protagonist", "influence_limit": 15, "is_unique": false, + "layout_id": "flip", "minimum_deck_size": 45, "side_id": "runner", "stripped_text": "When your turn ends, if you accessed at least 1 card this turn, gain 2 credits and flip this identity.", "stripped_title": "Hoshiko Shiro: Untold Protagonist", "subtypes": ["natural"], "text": "When your turn ends, if you accessed at least 1 card this turn, gain 2[credit] and flip this identity.", - "title": "Hoshiko Shiro: Untold Protagonist", - "layout_id": "flip", - "faces": [ - { - "base_link": 1, - "stripped_text": "When your turn begins, draw 1 card and lose 1 credit. When your turn ends, if you did not access at least 1 card this turn, flip this identity.", - "stripped_title": "Hoshiko Shiro: Mahou Shouju", - "subtypes": ["digital"], - "text": "When your turn begins, draw 1 card and lose 1[credit].\nWhen your turn ends, if you did not access at least 1 card this turn, flip this identity.", - "title": "Hoshiko Shiro: Mahou Shouju" - } - ] + "title": "Hoshiko Shiro: Untold Protagonist" } diff --git a/v2/cards/investigator_inez_delgado.json b/v2/cards/investigator_inez_delgado.json index 9ffe66f7d..981f0249c 100644 --- a/v2/cards/investigator_inez_delgado.json +++ b/v2/cards/investigator_inez_delgado.json @@ -3,17 +3,6 @@ "cost": 0, "deck_limit": 3, "designed_by": "fantasy_flight_games", - "faction_id": "neutral_runner", - "id": "investigator_inez_delgado", - "influence_cost": 0, - "is_unique": true, - "side_id": "runner", - "stripped_text": "When you win a game with Investigator Inez Delgado in your score area, reveal set 2. Add Investigator Inez Delgado to your score area as an agenda worth 0 agenda points: Expose all cards in a remote server. Use this only if you have stolean an agenda this turn.", - "stripped_title": "Investigator Inez Delgado", - "subtypes": ["connection"], - "text": "When you win a game with Investigator Inez Delgado in your score area, reveal set 2.\nAdd Investigator Inez Delgado to your score area as an agenda worth 0 agenda points: Expose all cards in a remote server. Use this only if you have stolean an agenda this turn.", - "title": "Investigator Inez Delgado", - "layout_id": "progression", "faces": [ { "stripped_text": "When you win a game with Investigator Inez Delgado in your score area, reveal set 5. Add Investigator Inez Delgado to your score area as an agenda worth 0 agenda points: Reveal the top 3 cards in R&D. Use this only if you have stolean an agenda this turn.", @@ -27,5 +16,16 @@ "stripped_text": "Add Investigator Inez Delgado to your score area as an agenda worth 0 agenda points: Reveal each card in HQ and the top card of R&D. Use this only if you have stolean an agenda this turn.", "text": "Add Investigator Inez Delgado to your score area as an agenda worth 0 agenda points: Reveal each card in HQ and the top card of R&D. Use this only if you have stolean an agenda this turn." } - ] + ], + "faction_id": "neutral_runner", + "id": "investigator_inez_delgado", + "influence_cost": 0, + "is_unique": true, + "layout_id": "progression", + "side_id": "runner", + "stripped_text": "When you win a game with Investigator Inez Delgado in your score area, reveal set 2. Add Investigator Inez Delgado to your score area as an agenda worth 0 agenda points: Expose all cards in a remote server. Use this only if you have stolean an agenda this turn.", + "stripped_title": "Investigator Inez Delgado", + "subtypes": ["connection"], + "text": "When you win a game with Investigator Inez Delgado in your score area, reveal set 2.\nAdd Investigator Inez Delgado to your score area as an agenda worth 0 agenda points: Expose all cards in a remote server. Use this only if you have stolean an agenda this turn.", + "title": "Investigator Inez Delgado" } diff --git a/v2/cards/investigator_inez_delgado_a.json b/v2/cards/investigator_inez_delgado_a.json index a2ca71e94..32bfab60e 100644 --- a/v2/cards/investigator_inez_delgado_a.json +++ b/v2/cards/investigator_inez_delgado_a.json @@ -3,22 +3,22 @@ "cost": 0, "deck_limit": 3, "designed_by": "fantasy_flight_games", + "faces": [ + { + "stripped_text": "Whenever the Runner steals an agenda, you may resolve the \"when scored\" ability on that agenda, then swap it with an agenda in your scored area.", + "text": "Whenever the Runner steals an agenda, you may resolve the \"when scored\" ability on that agenda, then swap it with an agenda in your scored area." + } + ], "faction_id": "neutral_corp", "id": "investigator_inez_delgado_a", "influence_cost": 0, "is_unique": true, + "layout_id": "progression", "side_id": "corp", "stripped_text": "Whenever you score an agenda, you may swap it with an agenda in the Runner's score area worth at least 1 point, then resolve the \"when scored\" ability on that agenda.", "stripped_title": "Investigator Inez Delgado A", "subtypes": ["character"], "text": "Whenever you score an agenda, you may swap it with an agenda in the Runner's score area worth at least 1 point, then resolve the \"when scored\" ability on that agenda.", "title": "Investigator Inez Delgado A", - "trash_cost": 5, - "layout_id": "progression", - "faces": [ - { - "stripped_text": "Whenever the Runner steals an agenda, you may resolve the \"when scored\" ability on that agenda, then swap it with an agenda in your scored area.", - "text": "Whenever the Runner steals an agenda, you may resolve the \"when scored\" ability on that agenda, then swap it with an agenda in your scored area." - } - ] + "trash_cost": 5 } diff --git a/v2/cards/jaguarundi.json b/v2/cards/jaguarundi.json index 8f7148024..bd786449d 100644 --- a/v2/cards/jaguarundi.json +++ b/v2/cards/jaguarundi.json @@ -1,10 +1,10 @@ { - "id": "jaguarundi", "card_type_id": "ice", "cost": 4, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "haas_bioroid", + "id": "jaguarundi", "influence_cost": 2, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/jinteki_biotech_life_imagined.json b/v2/cards/jinteki_biotech_life_imagined.json index f9122b697..1d5b9b3cc 100644 --- a/v2/cards/jinteki_biotech_life_imagined.json +++ b/v2/cards/jinteki_biotech_life_imagined.json @@ -2,18 +2,6 @@ "card_type_id": "corp_identity", "deck_limit": 1, "designed_by": "fantasy_flight_games", - "faction_id": "jinteki", - "id": "jinteki_biotech_life_imagined", - "influence_limit": 15, - "is_unique": false, - "minimum_deck_size": 45, - "side_id": "corp", - "stripped_text": "Before taking your first turn, you may switch this identity with any copy of Jinteki Biotech. click click click: Flip this identity.", - "stripped_title": "Jinteki Biotech: Life Imagined", - "subtypes": ["division"], - "text": "Before taking your first turn, you may switch this identity with any copy of Jinteki Biotech.\n[click][click][click]: Flip this identity.", - "title": "Jinteki Biotech: Life Imagined", - "layout_id": "facade", "faces": [ { "stripped_text": "When you flip this identity, do 2 net damage.", @@ -36,5 +24,17 @@ "text": "When you flip this identity, place 4 advancement counters on 1 installed card that you can advance.", "title": "The Greenhouse: Jinteki Biotech" } - ] + ], + "faction_id": "jinteki", + "id": "jinteki_biotech_life_imagined", + "influence_limit": 15, + "is_unique": false, + "layout_id": "facade", + "minimum_deck_size": 45, + "side_id": "corp", + "stripped_text": "Before taking your first turn, you may switch this identity with any copy of Jinteki Biotech. click click click: Flip this identity.", + "stripped_title": "Jinteki Biotech: Life Imagined", + "subtypes": ["division"], + "text": "Before taking your first turn, you may switch this identity with any copy of Jinteki Biotech.\n[click][click][click]: Flip this identity.", + "title": "Jinteki Biotech: Life Imagined" } diff --git a/v2/cards/joy_ride.json b/v2/cards/joy_ride.json index 930509303..97475fc74 100644 --- a/v2/cards/joy_ride.json +++ b/v2/cards/joy_ride.json @@ -1,11 +1,11 @@ { "attribution": "Designed by 2020 American Continental Champion Jason Ford", - "id": "joy_ride", "card_type_id": "event", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "shaper", + "id": "joy_ride", "influence_cost": 3, "is_unique": false, "side_id": "runner", diff --git a/v2/cards/lago_paranoa_shelter.json b/v2/cards/lago_paranoa_shelter.json index 323aa4051..9134a924b 100644 --- a/v2/cards/lago_paranoa_shelter.json +++ b/v2/cards/lago_paranoa_shelter.json @@ -1,10 +1,10 @@ { - "id": "lago_paranoa_shelter", "card_type_id": "resource", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "anarch", + "id": "lago_paranoa_shelter", "influence_cost": 2, "is_unique": true, "side_id": "runner", diff --git a/v2/cards/laser_pointer.json b/v2/cards/laser_pointer.json index b55702d19..b18e80691 100644 --- a/v2/cards/laser_pointer.json +++ b/v2/cards/laser_pointer.json @@ -1,10 +1,10 @@ { - "id": "laser_pointer", "card_type_id": "program", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "criminal", + "id": "laser_pointer", "influence_cost": 3, "is_unique": false, "memory_cost": 1, diff --git a/v2/cards/lilypad.json b/v2/cards/lilypad.json index c0149029d..154797eb4 100644 --- a/v2/cards/lilypad.json +++ b/v2/cards/lilypad.json @@ -1,10 +1,10 @@ { - "id": "lilypad", "card_type_id": "hardware", "cost": 4, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "shaper", + "id": "lilypad", "influence_cost": 3, "is_unique": true, "side_id": "runner", diff --git a/v2/cards/living_mural.json b/v2/cards/living_mural.json index 9b111249c..354649f6c 100644 --- a/v2/cards/living_mural.json +++ b/v2/cards/living_mural.json @@ -1,10 +1,10 @@ { - "id": "living_mural", "card_type_id": "program", "cost": 3, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "shaper", + "id": "living_mural", "influence_cost": 2, "is_unique": false, "memory_cost": 1, diff --git a/v2/cards/lt_todachine.json b/v2/cards/lt_todachine.json index a2b6f7d41..be4966728 100644 --- a/v2/cards/lt_todachine.json +++ b/v2/cards/lt_todachine.json @@ -3,22 +3,22 @@ "cost": 3, "deck_limit": 3, "designed_by": "fantasy_flight_games", + "faces": [ + { + "stripped_text": "Whenever you rez a piece of ice, give the Runner 1 tag. Whenever the Runner accesses cards, he or she accesses 1 fewer card if he or she is tagged (to a minimum of 1 card).", + "text": "Whenever you rez a piece of ice, give the Runner 1 tag.\nWhenever the Runner accesses cards, he or she accesses 1 fewer card if he or she is tagged (to a minimum of 1 card)." + } + ], "faction_id": "neutral_corp", "id": "lt_todachine", "influence_cost": 0, "is_unique": true, + "layout_id": "progression", "side_id": "corp", "stripped_text": "Whenever you rez a piece of ice, give the Runner 1 tag.", "stripped_title": "Lt. Todachine", "subtypes": ["character"], "text": "Whenever you rez a piece of ice, give the Runner 1 tag.", "title": "Lt. Todachine", - "trash_cost": 5, - "layout_id": "progression", - "faces": [ - { - "stripped_text": "Whenever you rez a piece of ice, give the Runner 1 tag. Whenever the Runner accesses cards, he or she accesses 1 fewer card if he or she is tagged (to a minimum of 1 card).", - "text": "Whenever you rez a piece of ice, give the Runner 1 tag.\nWhenever the Runner accesses cards, he or she accesses 1 fewer card if he or she is tagged (to a minimum of 1 card)." - } - ] + "trash_cost": 5 } diff --git a/v2/cards/m_i_c.json b/v2/cards/m_i_c.json index a84da67b3..aeffe1ef1 100644 --- a/v2/cards/m_i_c.json +++ b/v2/cards/m_i_c.json @@ -1,10 +1,10 @@ { - "id": "m_i_c", "card_type_id": "ice", "cost": 6, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "haas_bioroid", + "id": "m_i_c", "influence_cost": 2, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/machicolation.json b/v2/cards/machicolation.json index 65ab44c70..621a4e921 100644 --- a/v2/cards/machicolation.json +++ b/v2/cards/machicolation.json @@ -3,23 +3,23 @@ "cost": 6, "deck_limit": 3, "designed_by": "fantasy_flight_games", + "faces": [ + { + "stripped_text": "Subroutine Trash 1 resource. Subroutine Trash 1 resource. Subroutine Do 1 net damage. Subroutine The Runner loses click, if able. End the run.", + "subtypes": ["code_gate", "destroyer", "ap"], + "text": "[subroutine] Trash 1 resource.\n[subroutine] Trash 1 resource.\n[subroutine] Do 1 net damage.\n[subroutine] The Runner loses [click], if able. End the run." + } + ], "faction_id": "neutral_corp", "id": "machicolation", "influence_cost": 0, "is_unique": false, + "layout_id": "copy", "side_id": "corp", "strength": 4, "stripped_text": "Subroutine Trash 1 program. Subroutine Trash 1 program. Subroutine Trash 1 piece of hardware. Subroutine The Runner loses 3 credits, if able. End the run.", "stripped_title": "Machicolation", "subtypes": ["code_gate", "destroyer"], "text": "[subroutine] Trash 1 program.\n[subroutine] Trash 1 program.\n[subroutine] Trash 1 piece of hardware.\n[subroutine] The Runner loses 3[credit], if able. End the run.", - "title": "Machicolation", - "layout_id": "copy", - "faces": [ - { - "stripped_text": "Subroutine Trash 1 resource. Subroutine Trash 1 resource. Subroutine Do 1 net damage. Subroutine The Runner loses click, if able. End the run.", - "subtypes": ["code_gate", "destroyer", "ap"], - "text": "[subroutine] Trash 1 resource.\n[subroutine] Trash 1 resource.\n[subroutine] Do 1 net damage.\n[subroutine] The Runner loses [click], if able. End the run." - } - ] + "title": "Machicolation" } diff --git a/v2/cards/mercury_chrome_libertador.json b/v2/cards/mercury_chrome_libertador.json index d7a6aed20..dfb1c6bcb 100644 --- a/v2/cards/mercury_chrome_libertador.json +++ b/v2/cards/mercury_chrome_libertador.json @@ -1,10 +1,10 @@ { - "id": "mercury_chrome_libertador", "base_link": 0, "card_type_id": "runner_identity", "deck_limit": 1, "designed_by": "null_signal_games", "faction_id": "criminal", + "id": "mercury_chrome_libertador", "influence_limit": 15, "is_unique": false, "minimum_deck_size": 45, diff --git a/v2/cards/mindscaping.json b/v2/cards/mindscaping.json index 17d6408d7..255337402 100644 --- a/v2/cards/mindscaping.json +++ b/v2/cards/mindscaping.json @@ -1,10 +1,10 @@ { - "id": "mindscaping", "card_type_id": "operation", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "jinteki", + "id": "mindscaping", "influence_cost": 2, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/monkeywrench.json b/v2/cards/monkeywrench.json index 0864cb033..c3e9c4def 100644 --- a/v2/cards/monkeywrench.json +++ b/v2/cards/monkeywrench.json @@ -1,10 +1,10 @@ { - "id": "monkeywrench", "card_type_id": "program", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "anarch", + "id": "monkeywrench", "influence_cost": 2, "is_unique": false, "memory_cost": 1, diff --git a/v2/cards/oppo_research.json b/v2/cards/oppo_research.json index 02b067f37..1d090a580 100644 --- a/v2/cards/oppo_research.json +++ b/v2/cards/oppo_research.json @@ -1,10 +1,10 @@ { - "id": "oppo_research", "card_type_id": "operation", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "nbn", + "id": "oppo_research", "influence_cost": 2, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/oracle_thinktank.json b/v2/cards/oracle_thinktank.json index 34da4ce8d..44b446524 100644 --- a/v2/cards/oracle_thinktank.json +++ b/v2/cards/oracle_thinktank.json @@ -1,11 +1,11 @@ { - "id": "oracle_thinktank", "advancement_requirement": 3, "agenda_points": 1, "card_type_id": "agenda", "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "nbn", + "id": "oracle_thinktank", "is_unique": false, "side_id": "corp", "stripped_text": "When the Runner steals this agenda, give them 1 tag. click, remove 1 tag: Shuffle this agenda into R&D. The Corp can use this ability only if this agenda is in the Runner's score area.", diff --git a/v2/cards/phoneutria.json b/v2/cards/phoneutria.json index 3d40603db..7b71f04cd 100644 --- a/v2/cards/phoneutria.json +++ b/v2/cards/phoneutria.json @@ -1,10 +1,10 @@ { - "id": "phoneutria", "card_type_id": "ice", "cost": 4, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "jinteki", + "id": "phoneutria", "influence_cost": 2, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/pichacao.json b/v2/cards/pichacao.json index a392ec976..e7f088187 100644 --- a/v2/cards/pichacao.json +++ b/v2/cards/pichacao.json @@ -1,10 +1,10 @@ { - "id": "pichacao", "card_type_id": "program", "cost": 1, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "shaper", + "id": "pichacao", "influence_cost": 2, "is_unique": false, "memory_cost": 1, diff --git a/v2/cards/pivot.json b/v2/cards/pivot.json index be0c11e98..afe502071 100644 --- a/v2/cards/pivot.json +++ b/v2/cards/pivot.json @@ -1,10 +1,10 @@ { - "id": "pivot", "card_type_id": "operation", "cost": 1, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "weyland_consortium", + "id": "pivot", "influence_cost": 2, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/s_dobrado.json b/v2/cards/s_dobrado.json index 18d172da5..d98e156ef 100644 --- a/v2/cards/s_dobrado.json +++ b/v2/cards/s_dobrado.json @@ -1,10 +1,10 @@ { - "id": "s_dobrado", "card_type_id": "event", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "criminal", + "id": "s_dobrado", "influence_cost": 3, "is_unique": false, "side_id": "runner", diff --git a/v2/cards/saci.json b/v2/cards/saci.json index d1ba253a9..dd5034a53 100644 --- a/v2/cards/saci.json +++ b/v2/cards/saci.json @@ -1,10 +1,10 @@ { - "id": "saci", "card_type_id": "program", "cost": 1, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "criminal", + "id": "saci", "influence_cost": 1, "is_unique": false, "memory_cost": 1, diff --git a/v2/cards/salvo_testing.json b/v2/cards/salvo_testing.json index c096ffe1c..99f814a24 100644 --- a/v2/cards/salvo_testing.json +++ b/v2/cards/salvo_testing.json @@ -1,11 +1,11 @@ { - "id": "salvo_testing", "advancement_requirement": 5, "agenda_points": 3, "card_type_id": "agenda", "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "haas_bioroid", + "id": "salvo_testing", "is_unique": false, "side_id": "corp", "stripped_text": "Whenever you score an agenda (including this one), you may do 1 core damage.", diff --git a/v2/cards/shibboleth.json b/v2/cards/shibboleth.json index f385baa93..5cf505fe3 100644 --- a/v2/cards/shibboleth.json +++ b/v2/cards/shibboleth.json @@ -1,10 +1,10 @@ { - "id": "shibboleth", "card_type_id": "program", "cost": 1, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "criminal", + "id": "shibboleth", "influence_cost": 2, "is_unique": false, "memory_cost": 1, diff --git a/v2/cards/slap_vandal.json b/v2/cards/slap_vandal.json index d0b0a9023..faa67b73e 100644 --- a/v2/cards/slap_vandal.json +++ b/v2/cards/slap_vandal.json @@ -1,10 +1,10 @@ { - "id": "slap_vandal", "card_type_id": "program", "cost": 1, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "shaper", + "id": "slap_vandal", "influence_cost": 2, "is_unique": false, "memory_cost": 1, diff --git a/v2/cards/slash_and_burn_agriculture.json b/v2/cards/slash_and_burn_agriculture.json index 74351767d..da2112760 100644 --- a/v2/cards/slash_and_burn_agriculture.json +++ b/v2/cards/slash_and_burn_agriculture.json @@ -1,11 +1,11 @@ { - "id": "slash_and_burn_agriculture", "advancement_requirement": 4, "agenda_points": 2, "card_type_id": "agenda", "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "weyland_consortium", + "id": "slash_and_burn_agriculture", "is_unique": false, "side_id": "corp", "stripped_text": "click, 1 credit, reveal and trash this agenda from HQ: Place 2 advancement counters on 1 installed card that you can advance.", diff --git a/v2/cards/sneakdoor_prime.json b/v2/cards/sneakdoor_prime.json index afffbd710..46dde8b0e 100644 --- a/v2/cards/sneakdoor_prime.json +++ b/v2/cards/sneakdoor_prime.json @@ -3,21 +3,21 @@ "cost": 6, "deck_limit": 3, "designed_by": "fantasy_flight_games", + "faces": [ + { + "stripped_text": "click,click: Make a run on a central server. If successful, instead treat it as a successful run on a remote server.", + "text": "[click],[click]: Make a run on a central server. If successful, instead treat it as a successful run on a remote server." + } + ], "faction_id": "neutral_runner", "id": "sneakdoor_prime", "influence_cost": 0, "is_unique": false, + "layout_id": "copy", "memory_cost": 2, "side_id": "runner", "stripped_text": "click,click: Make a run on a remote server. If successful, instead treat it as a successful run on a central server.", "stripped_title": "Sneakdoor Prime", "text": "[click],[click]: Make a run on a remote server. If successful, instead treat it as a successful run on a central server.", - "title": "Sneakdoor Prime", - "layout_id": "copy", - "faces": [ - { - "stripped_text": "click,click: Make a run on a central server. If successful, instead treat it as a successful run on a remote server.", - "text": "[click],[click]: Make a run on a central server. If successful, instead treat it as a successful run on a remote server." - } - ] + "title": "Sneakdoor Prime" } diff --git a/v2/cards/solidarity_badge.json b/v2/cards/solidarity_badge.json index cc9015d85..ea8a6a262 100644 --- a/v2/cards/solidarity_badge.json +++ b/v2/cards/solidarity_badge.json @@ -1,10 +1,10 @@ { - "id": "solidarity_badge", "card_type_id": "hardware", "cost": 1, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "anarch", + "id": "solidarity_badge", "influence_cost": 1, "is_unique": true, "side_id": "runner", diff --git a/v2/cards/starlit_knight.json b/v2/cards/starlit_knight.json index 3ae46d86d..a7ad47818 100644 --- a/v2/cards/starlit_knight.json +++ b/v2/cards/starlit_knight.json @@ -1,10 +1,10 @@ { - "id": "starlit_knight", "card_type_id": "ice", "cost": 5, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "nbn", + "id": "starlit_knight", "influence_cost": 3, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/stegodon_mk_iv.json b/v2/cards/stegodon_mk_iv.json index 5a90e817d..b9d60fd4c 100644 --- a/v2/cards/stegodon_mk_iv.json +++ b/v2/cards/stegodon_mk_iv.json @@ -1,11 +1,11 @@ { - "id": "stegodon_mk_iv", "advancement_requirement": 3, "agenda_points": 1, "card_type_id": "agenda", "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "haas_bioroid", + "id": "stegodon_mk_iv", "is_unique": false, "side_id": "corp", "stripped_text": "Each run, as long as a piece of ice has been derezzed during that run, each installed icebreaker gets 2 strength. Whenever a run begins, you may derez 1 piece of ice not protecting the attacked server to gain 1 credit. Use this ability only once per turn.", diff --git a/v2/cards/strike_fund.json b/v2/cards/strike_fund.json index fece5cd45..4a879bd71 100644 --- a/v2/cards/strike_fund.json +++ b/v2/cards/strike_fund.json @@ -1,10 +1,10 @@ { - "id": "strike_fund", "card_type_id": "event", "cost": 1, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "anarch", + "id": "strike_fund", "influence_cost": 1, "is_unique": false, "side_id": "runner", diff --git a/v2/cards/surveillance_network_key.json b/v2/cards/surveillance_network_key.json index c23ffc583..d974656eb 100644 --- a/v2/cards/surveillance_network_key.json +++ b/v2/cards/surveillance_network_key.json @@ -3,21 +3,21 @@ "cost": 2, "deck_limit": 3, "designed_by": "fantasy_flight_games", + "faces": [ + { + "stripped_text": "Whenever the Corp spends click to draw 1 or more cards (including through a card ability), reveal the first card drawn. 2 credits: For the remainder of this run, access 1 additional card whenever you access cards from HQ or R&D. Use this ability only once per turn.", + "text": "Whenever the Corp spends [click] to draw 1 or more cards (including through a card ability), reveal the first card drawn.\n2[credit]: For the remainder of this run, access 1 additional card whenever you access cards from HQ or R&D. Use this ability only once per turn." + } + ], "faction_id": "neutral_runner", "id": "surveillance_network_key", "influence_cost": 0, "is_unique": false, + "layout_id": "progression", "memory_cost": 1, "side_id": "runner", "stripped_text": "Whenever the Corp spends click to draw 1 or more cards (including through a card ability), reveal the first card drawn.", "stripped_title": "Surveillance Network Key", "text": "Whenever the Corp spends [click] to draw 1 or more cards (including through a card ability), reveal the first card drawn.", - "title": "Surveillance Network Key", - "layout_id": "progression", - "faces": [ - { - "stripped_text": "Whenever the Corp spends click to draw 1 or more cards (including through a card ability), reveal the first card drawn. 2 credits: For the remainder of this run, access 1 additional card whenever you access cards from HQ or R&D. Use this ability only once per turn.", - "text": "Whenever the Corp spends [click] to draw 1 or more cards (including through a card ability), reveal the first card drawn.\n2[credit]: For the remainder of this run, access 1 additional card whenever you access cards from HQ or R&D. Use this ability only once per turn." - } - ] + "title": "Surveillance Network Key" } diff --git a/v2/cards/sync_everything_everywhere.json b/v2/cards/sync_everything_everywhere.json index c8e95a31f..3295ccb9c 100644 --- a/v2/cards/sync_everything_everywhere.json +++ b/v2/cards/sync_everything_everywhere.json @@ -2,22 +2,22 @@ "card_type_id": "corp_identity", "deck_limit": 1, "designed_by": "fantasy_flight_games", + "faces": [ + { + "stripped_text": "click: Flip this identity. You may pay 2 credits fewer when spending a click to trash a resource (not through a card ability).", + "text": "[click]: Flip this identity.\nYou may pay 2[credit] fewer when spending a [click] to trash a resource (not through a card ability)." + } + ], "faction_id": "nbn", "id": "sync_everything_everywhere", "influence_limit": 15, "is_unique": false, + "layout_id": "flip", "minimum_deck_size": 40, "side_id": "corp", "stripped_text": "click: Flip this identity. The Runner pays 1 credit more when spending a click to remove a tag (not through a card ability).", "stripped_title": "SYNC: Everything, Everywhere", "subtypes": ["division"], "text": "[click]: Flip this identity.\nThe Runner pays 1[credit] more when spending a [click] to remove a tag (not through a card ability).", - "title": "SYNC: Everything, Everywhere", - "layout_id": "flip", - "faces": [ - { - "stripped_text": "click: Flip this identity. You may pay 2 credits fewer when spending a click to trash a resource (not through a card ability).", - "text": "[click]: Flip this identity.\nYou may pay 2[credit] fewer when spending a [click] to trash a resource (not through a card ability)." - } - ] + "title": "SYNC: Everything, Everywhere" } diff --git a/v2/cards/tatu_bola.json b/v2/cards/tatu_bola.json index 06d374a81..b43db3921 100644 --- a/v2/cards/tatu_bola.json +++ b/v2/cards/tatu_bola.json @@ -1,11 +1,11 @@ { "attribution": "Designed by 2020 Intercontinental Champion Yannick Stucki", - "id": "tatu_bola", "card_type_id": "ice", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "jinteki", + "id": "tatu_bola", "influence_cost": 2, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/the_masque.json b/v2/cards/the_masque.json index cd49d5119..419245b74 100644 --- a/v2/cards/the_masque.json +++ b/v2/cards/the_masque.json @@ -3,21 +3,21 @@ "cost": 1, "deck_limit": 3, "designed_by": "fantasy_flight_games", + "faces": [ + { + "stripped_text": "click,trash: Make a run and gain click. If that run is successful when it ends, you may immediately make another run on another server.", + "text": "[click],[trash]: Make a run and gain [click]. If that run is successful when it ends, you may immediately make another run on another server." + } + ], "faction_id": "neutral_runner", "id": "the_masque", "influence_cost": 0, "is_unique": true, + "layout_id": "copy", "side_id": "runner", "stripped_text": "click,trash: Make a run and gain click. If successful, draw 1 card.", "stripped_title": "The Masque", "subtypes": ["connection"], "text": "[click],[trash]: Make a run and gain [click]. If successful, draw 1 card.", - "title": "The Masque", - "layout_id": "copy", - "faces": [ - { - "stripped_text": "click,trash: Make a run and gain click. If that run is successful when it ends, you may immediately make another run on another server.", - "text": "[click],[trash]: Make a run and gain [click]. If that run is successful when it ends, you may immediately make another run on another server." - } - ] + "title": "The Masque" } diff --git a/v2/cards/the_price.json b/v2/cards/the_price.json index ce1371b6d..881998c5c 100644 --- a/v2/cards/the_price.json +++ b/v2/cards/the_price.json @@ -1,10 +1,10 @@ { - "id": "the_price", "card_type_id": "event", "cost": 1, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "anarch", + "id": "the_price", "influence_cost": 2, "is_unique": false, "side_id": "runner", diff --git a/v2/cards/timely_public_release.json b/v2/cards/timely_public_release.json index 7b92d6127..26da3ec1f 100644 --- a/v2/cards/timely_public_release.json +++ b/v2/cards/timely_public_release.json @@ -1,7 +1,7 @@ { - "attribution": "Designed by 2015 World Champion Dan D'Argenio", "advancement_requirement": 4, "agenda_points": 2, + "attribution": "Designed by 2015 World Champion Dan D'Argenio", "card_type_id": "agenda", "deck_limit": 3, "designed_by": "fantasy_flight_games", diff --git a/v2/cards/tree_line.json b/v2/cards/tree_line.json index 7d48292c6..8d0c8bdf9 100644 --- a/v2/cards/tree_line.json +++ b/v2/cards/tree_line.json @@ -1,10 +1,10 @@ { - "id": "tree_line", "card_type_id": "ice", "cost": 4, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "weyland_consortium", + "id": "tree_line", "influence_cost": 1, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/tucana.json b/v2/cards/tucana.json index 821475752..617c6be2d 100644 --- a/v2/cards/tucana.json +++ b/v2/cards/tucana.json @@ -1,10 +1,10 @@ { - "id": "tucana", "card_type_id": "upgrade", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "weyland_consortium", + "id": "tucana", "influence_cost": 3, "is_unique": true, "side_id": "corp", diff --git a/v2/cards/umbrella.json b/v2/cards/umbrella.json index 8eab92fe5..f9750d690 100644 --- a/v2/cards/umbrella.json +++ b/v2/cards/umbrella.json @@ -1,10 +1,10 @@ { - "id": "umbrella", "card_type_id": "program", "cost": 3, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "shaper", + "id": "umbrella", "influence_cost": 2, "is_unique": false, "memory_cost": 1, diff --git a/v2/cards/urban_art_vernissage.json b/v2/cards/urban_art_vernissage.json index d8db63a3f..ea8561330 100644 --- a/v2/cards/urban_art_vernissage.json +++ b/v2/cards/urban_art_vernissage.json @@ -1,10 +1,10 @@ { - "id": "urban_art_vernissage", "card_type_id": "resource", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "shaper", + "id": "urban_art_vernissage", "influence_cost": 2, "is_unique": false, "side_id": "runner", diff --git a/v2/cards/valentao.json b/v2/cards/valentao.json index 0f36a09fe..1db6a9322 100644 --- a/v2/cards/valentao.json +++ b/v2/cards/valentao.json @@ -1,10 +1,10 @@ { - "id": "valentao", "card_type_id": "ice", "cost": 5, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "weyland_consortium", + "id": "valentao", "influence_cost": 3, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/virtual_service_agent.json b/v2/cards/virtual_service_agent.json index c2b0fa78b..28000b617 100644 --- a/v2/cards/virtual_service_agent.json +++ b/v2/cards/virtual_service_agent.json @@ -1,10 +1,10 @@ { - "id": "virtual_service_agent", "card_type_id": "ice", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "nbn", + "id": "virtual_service_agent", "influence_cost": 2, "is_unique": false, "side_id": "corp", diff --git a/v2/cards/vovo_ozetti.json b/v2/cards/vovo_ozetti.json index 2856387e5..744f871a0 100644 --- a/v2/cards/vovo_ozetti.json +++ b/v2/cards/vovo_ozetti.json @@ -1,10 +1,10 @@ { - "id": "vovo_ozetti", "card_type_id": "upgrade", "cost": 1, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "haas_bioroid", + "id": "vovo_ozetti", "influence_cost": 2, "is_unique": true, "side_id": "corp", diff --git a/v2/cards/wage_workers.json b/v2/cards/wage_workers.json index 7521f85e5..ef4334d7e 100644 --- a/v2/cards/wage_workers.json +++ b/v2/cards/wage_workers.json @@ -1,10 +1,10 @@ { - "id": "wage_workers", "card_type_id": "asset", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "haas_bioroid", + "id": "wage_workers", "influence_cost": 2, "is_unique": true, "side_id": "corp", diff --git a/v2/cards/your_digital_life.json b/v2/cards/your_digital_life.json index 8122436f0..c703492c5 100644 --- a/v2/cards/your_digital_life.json +++ b/v2/cards/your_digital_life.json @@ -1,10 +1,10 @@ { - "id": "your_digital_life", "card_type_id": "operation", "cost": 2, "deck_limit": 3, "designed_by": "null_signal_games", "faction_id": "nbn", + "id": "your_digital_life", "influence_cost": 2, "is_unique": false, "side_id": "corp", diff --git a/v2/factions.json b/v2/factions.json index bb6c86d44..ba3c3648a 100644 --- a/v2/factions.json +++ b/v2/factions.json @@ -1,92 +1,92 @@ [ { - "id": "adam", "color": "A79C59", "description": "", + "id": "adam", "is_mini": true, "name": "Adam", "side_id": "runner" }, { - "id": "anarch", "color": "FF4500", "description": "It doesn’t have to be this way.\nAfter centuries of corporate control, the laws of the market seem as real and unbreakable as the laws of physics. When you can’t bear living “sensibly” anymore, there is no choice but to attempt the impossible. And sometimes, it works. It works because we’re desperate, it works because we’ve been lied to. It works because anything is possible.\nThe passions that drive Anarchs are as diverse as the disruptive tactics they employ. To the corp, they are the enemy no plan survives contact with. Anarchs are unpredictable, pushing their limits, they run for a better future.", + "id": "anarch", "is_mini": false, "name": "Anarch", "side_id": "runner" }, { - "id": "apex", "color": "8C4847", + "id": "apex", "is_mini": true, "name": "Apex", "side_id": "runner" }, { - "id": "criminal", "color": "4169E1", "description": "Some runners have learned that the only way to get ahead in the system is to step outside it.\nThese Criminals know better than to draw attention to their exploits, and so they work in the shadows, sneaking their way into corporate accounts, or they blend in, pretending to be a trusted friend in order to obtain credentials that they definitely should not have. Crims run because it is profitable, whether it be by siphoning funds or selling corporate secrets to the highest bidder.\nAs long as there is a profit to be made from running, Criminals will continue to run.", + "id": "criminal", "is_mini": false, "name": "Criminal", "side_id": "runner" }, { - "id": "haas_bioroid", "color": "8A2BE2", "description": "The world leader in cybernetics and artificial intelligence, Haas-Bioroid is most recognized for their eponymous bioroids, cybernetic androids powered by brain-taping technology. The process has become so advanced that these anthropomorphic “labor solutions” almost seem human. Almost.\nThe availability of bioroids has changed the worlds forever. Corporations and the wealthy race to replace their workers, leaving the lower classes fighting for scraps. But bioroids also exceed human capabilities: they can work in conditions that no human can withstand. The synthetic athletes from HB’s Sportsmetal division showcase their faster reflexes, agility, and strength for a popular audience. Brain scans also work in the digital realm. Using the same software as bioroid brains, HB has created ice that can learn, adapt, and outsmart intruders.\nBeyond bioroids, HB’s patents on neural channeling and cybernetics grant them dominance in the fields of prosthetic design and industrial manufacturing. They undercut the competition with inhuman efficiency and precision engineering on both Earth and Luna.", + "id": "haas_bioroid", "is_mini": false, "name": "Haas-Bioroid", "side_id": "corp" }, { - "id": "jinteki", "color": "DC143C", "description": "Life is code, and code is mutable. Jinteki’s biotech empire demonstrates this in everything from medtech to bioweapons. They are best known for their monopoly on clone production, competing with Haas-Bioroid by pushing aggressively into labor markets with specialized, gengineered clones. Rumor has it that they take desired traits from animal genetics, but Jinteki has refused to reveal their trade secrets.\nAnd Jinteki takes their secrets very seriously. Although they seldom deign to dirty their hands with wetwork operations, they have no problem setting up traps for an unsuspecting Runner and rezzing dangerous ice. Another criminal fried by their own rig is a tragedy, but not a liability.\nRunners tell stories about their runs against Jinteki, being thwarted at every turn, as if someone could anticipate their every move. It is alleged that Jinteki uses their clone projects to research the potential of human psionic ability, but serious scientists dismiss these claims.\nJinteki remains silent on the matter.", + "id": "jinteki", "is_mini": false, "name": "Jinteki", "side_id": "corp" }, { - "id": "nbn", "color": "FF8C00", "description": "NBN is the world’s largest news and entertainment conglomerate. No matter what you do, you do it through NBN. It’s where you get your news from, where you find information. It’s how you talk to your friends. It’s what you watch, what you play. NBN’s Augmented Reality spaces are all that stand between you and the harsh reality of lunar living. It even educates your children. This generates vast amounts of data, which is sold to generate vast amounts of revenue. Through these platforms NBN has rendered itself indispensable for life not only on Earth, but beyond it.\nBut NBN’s greatest claim to power is so ubiquitous it becomes invisible: all public network traffic goes through them. Meddling with their media stranglehold is a dangerous game – you may find your bank account emptied, your healthcare void, your level 73 Warlock suddenly deleted. But that’s fine, right? After all, how could you live without them?", + "id": "nbn", "is_mini": false, "name": "NBN", "side_id": "corp" }, { - "id": "neutral_corp", "color": "808080", + "id": "neutral_corp", "is_mini": false, "name": "Neutral Corp", "side_id": "corp" }, { - "id": "neutral_runner", "color": "808080", + "id": "neutral_runner", "is_mini": false, "name": "Neutral Runner", "side_id": "runner" }, { - "id": "shaper", "color": "32CD32", "description": "Shapers run.\nThey don’t run for money, they don’t run for change. They run because they can. They run for fame, for notoriety, for fun. They run because, to them, it is the purest form of self-expression. It’s a challenge, to tinker together the perfect program, to find the most efficient solution to their problems. Though it may take some time for them to find the correct solution, once they do they can crack any server. The contents of the server don’t matter.\nAll that matters is the run.", + "id": "shaper", "is_mini": false, "name": "Shaper", "side_id": "runner" }, { - "id": "sunny_lebeau", "color": "786196", + "id": "sunny_lebeau", "is_mini": true, "name": "Sunny Lebeau", "side_id": "runner" }, { - "id": "weyland_consortium", "color": "006400", "description": "Money is power. Power is money. Nobody knows the extent of Weyland Consortium’s control, but they always make a profit. The world’s largest conglomerate, they own—visibly, and invisibly—hundreds of megacorps. Banking, security, arms, mining, construction—all are within their remit. No matter the situation, Weyland comes out on top.\nRising beyond the Earth’s atmosphere, the Space Elevator known as “The Beanstalk” has enabled Weyland’s influence to extend beyond the global, to the orbital, the lunar. The future of humanity is in the stars and Weyland will stop at nothing to get there.\nEnemies of the Consortium, and there are many, rarely last long. Buildings collapse. Drone strikes go awry. Bodies are found with bullets in their heads. Yet the blame is never theirs, because they were never there. Black ops agents and PR teams ensure that. They exist in the shadows, pulling the strings to ensure their vision of the world is never compromised.", + "id": "weyland_consortium", "is_mini": false, "name": "Weyland Consortium", "side_id": "corp" diff --git a/v2/formats/eternal.json b/v2/formats/eternal.json index e570eaf2d..3f66b310f 100644 --- a/v2/formats/eternal.json +++ b/v2/formats/eternal.json @@ -3,39 +3,39 @@ "name": "Eternal", "snapshots": [ { - "id": "eternal_0", "card_pool_id": "eternal", - "date_start": "2017-10-01" + "date_start": "2017-10-01", + "id": "eternal_0" }, { - "id": "eternal_1", "card_pool_id": "eternal", "date_start": "2021-07-10", + "id": "eternal_1", "restriction_id": "eternal_points_list_1_0" }, { - "id": "eternal_2", "card_pool_id": "eternal", "date_start": "2021-11-12", + "id": "eternal_2", "restriction_id": "eternal_points_list_21_11" }, { - "id": "eternal_3", "card_pool_id": "eternal", "date_start": "2022-09-26", + "id": "eternal_3", "restriction_id": "eternal_points_list_22_09" }, { - "id": "eternal_4", "card_pool_id": "eternal", "date_start": "2023-03-31", + "id": "eternal_4", "restriction_id": "eternal_points_list_23_03" }, { - "id": "eternal_5", "active": true, "card_pool_id": "eternal", "date_start": "2023-12-08", + "id": "eternal_5", "restriction_id": "eternal_points_list_23_11" } ] diff --git a/v2/formats/ram.json b/v2/formats/ram.json index 3137aa546..1b75e46dd 100644 --- a/v2/formats/ram.json +++ b/v2/formats/ram.json @@ -3,45 +3,45 @@ "name": "Random Access Memories", "snapshots": [ { - "id": "ram_0", "card_pool_id": "ram_0", - "date_start": "2021-12-07" + "date_start": "2021-12-07", + "id": "ram_0" }, { - "id": "ram_1", "card_pool_id": "ram_1", - "date_start": "2021-12-18" + "date_start": "2021-12-18", + "id": "ram_1" }, { - "id": "ram_2", "card_pool_id": "ram_2", - "date_start": "2022-01-01" + "date_start": "2022-01-01", + "id": "ram_2" }, { - "id": "ram_3", "card_pool_id": "ram_3", - "date_start": "2022-01-15" + "date_start": "2022-01-15", + "id": "ram_3" }, { - "id": "ram_4", "card_pool_id": "ram_4", - "date_start": "2022-01-29" + "date_start": "2022-01-29", + "id": "ram_4" }, { - "id": "ram_5", "card_pool_id": "ram_5", - "date_start": "2022-02-12" + "date_start": "2022-02-12", + "id": "ram_5" }, { - "id": "ram_6", "card_pool_id": "ram_6", - "date_start": "2022-02-26" + "date_start": "2022-02-26", + "id": "ram_6" }, { - "id": "ram_7", "active": true, "card_pool_id": "ram_7", - "date_start": "2022-11-12" + "date_start": "2022-11-12", + "id": "ram_7" } ] } diff --git a/v2/formats/snapshot.json b/v2/formats/snapshot.json index dfa02a5eb..6b3efdcad 100644 --- a/v2/formats/snapshot.json +++ b/v2/formats/snapshot.json @@ -3,10 +3,10 @@ "name": "Snapshot", "snapshots": [ { - "id": "snapshot_0", "active": true, "card_pool_id": "snapshot", "date_start": "2018-11-16", + "id": "snapshot_0", "restriction_id": "snapshot_ban_list_1_0" } ] diff --git a/v2/formats/standard.json b/v2/formats/standard.json index 22acdf15a..291828881 100644 --- a/v2/formats/standard.json +++ b/v2/formats/standard.json @@ -3,159 +3,159 @@ "name": "Standard", "snapshots": [ { - "id": "standard_0", "card_pool_id": "pre_rotation", - "date_start": "2012-09-06" + "date_start": "2012-09-06", + "id": "standard_0" }, { - "id": "standard_1", "card_pool_id": "pre_rotation", "date_start": "2016-02-01", + "id": "standard_1", "restriction_id": "napd_mwl_1_0" }, { - "id": "standard_2", "card_pool_id": "pre_rotation", "date_start": "2016-08-01", + "id": "standard_2", "restriction_id": "napd_mwl_1_1" }, { - "id": "standard_3", "card_pool_id": "pre_rotation", "date_start": "2017-04-12", + "id": "standard_3", "restriction_id": "napd_mwl_1_2" }, { - "id": "standard_4", "card_pool_id": "rotation_2017", "date_start": "2017-10-01", + "id": "standard_4", "restriction_id": "napd_mwl_2_0" }, { - "id": "standard_5", "card_pool_id": "rotation_2017", "date_start": "2018-02-26", + "id": "standard_5", "restriction_id": "napd_mwl_2_1" }, { - "id": "standard_6", "card_pool_id": "rotation_2017", "date_start": "2018-09-06", + "id": "standard_6", "restriction_id": "napd_mwl_2_2" }, { - "id": "standard_7", "card_pool_id": "rotation_2018", "date_start": "2018-12-21", + "id": "standard_7", "restriction_id": "standard_mwl_3_0" }, { - "id": "standard_8", "card_pool_id": "rotation_2018", "date_start": "2019-02-22", + "id": "standard_8", "restriction_id": "standard_mwl_3_1" }, { - "id": "standard_9", "card_pool_id": "rotation_2018", "date_start": "2019-05-10", + "id": "standard_9", "restriction_id": "standard_mwl_3_2" }, { - "id": "standard_10", "card_pool_id": "rotation_2018", "date_start": "2019-07-19", + "id": "standard_10", "restriction_id": "standard_mwl_3_3" }, { - "id": "standard_11", "card_pool_id": "rotation_2018", "date_start": "2019-09-20", + "id": "standard_11", "restriction_id": "standard_mwl_3_4" }, { - "id": "standard_12", "card_pool_id": "rotation_2019", "date_start": "2019-12-27", + "id": "standard_12", "restriction_id": "standard_mwl_3_4" }, { - "id": "standard_13", "card_pool_id": "rotation_2019", "date_start": "2019-12-31", + "id": "standard_13", "restriction_id": "standard_mwl_3_4_b" }, { - "id": "standard_14", "card_pool_id": "rotation_2019", "date_start": "2020-06-26", + "id": "standard_14", "restriction_id": "standard_ban_list_20_06" }, { - "id": "standard_15", "card_pool_id": "rotation_2019", "date_start": "2020-09-25", + "id": "standard_15", "restriction_id": "standard_ban_list_20_09" }, { - "id": "standard_16", "card_pool_id": "rotation_2020", "date_start": "2020-12-18", + "id": "standard_16", "restriction_id": "standard_ban_list_20_09" }, { - "id": "standard_17", "card_pool_id": "rotation_2021", "date_start": "2021-04-09", + "id": "standard_17", "restriction_id": "standard_ban_list_21_04" }, { - "id": "standard_18", "card_pool_id": "rotation_2021", "date_start": "2021-05-01", + "id": "standard_18", "restriction_id": "standard_ban_list_21_05" }, { - "id": "standard_19", "card_pool_id": "rotation_2021", "date_start": "2021-06-19", + "id": "standard_19", "restriction_id": "standard_ban_list_21_06" }, { - "id": "standard_20", "card_pool_id": "rotation_2021", "date_start": "2021-10-29", + "id": "standard_20", "restriction_id": "standard_ban_list_21_10" }, { - "id": "standard_21", "card_pool_id": "rotation_2022", "date_start": "2022-08-05", + "id": "standard_21", "restriction_id": "standard_ban_list_22_08" }, { - "id": "standard_22", "card_pool_id": "rotation_2022", "date_start": "2022-09-23", + "id": "standard_22", "restriction_id": "standard_ban_list_22_09" }, { - "id": "standard_23", "card_pool_id": "rotation_2022", "date_start": "2023-03-03", + "id": "standard_23", "restriction_id": "standard_ban_list_23_03" }, { - "id": "standard_24", "card_pool_id": "rotation_2023", "date_start": "2023-08-11", + "id": "standard_24", "restriction_id": "standard_ban_list_23_08" }, { - "id": "standard_25", "active": true, "card_pool_id": "rotation_2023", "date_start": "2023-09-22", + "id": "standard_25", "restriction_id": "standard_ban_list_23_09" } ] diff --git a/v2/formats/startup.json b/v2/formats/startup.json index f39ae2e96..7bad5ac51 100644 --- a/v2/formats/startup.json +++ b/v2/formats/startup.json @@ -3,30 +3,30 @@ "name": "Startup", "snapshots": [ { - "id": "startup_0", "card_pool_id": "startup_ashes", - "date_start": "2019-03-18" + "date_start": "2019-03-18", + "id": "startup_0" }, { - "id": "startup_1", "card_pool_id": "startup_ashes_plus", - "date_start": "2022-03-04" + "date_start": "2022-03-04", + "id": "startup_1" }, { - "id": "startup_2", "card_pool_id": "startup_ashes_plus_midnight_sun", - "date_start": "2022-07-22" + "date_start": "2022-07-22", + "id": "startup_2" }, { - "id": "startup_3", "card_pool_id": "startup_borealis", - "date_start": "2022-12-09" + "date_start": "2022-12-09", + "id": "startup_3" }, { - "id": "startup_4", "active": true, "card_pool_id": "startup_borealis_plus_the_automata_initiative", - "date_start": "2023-08-11" + "date_start": "2023-08-11", + "id": "startup_4" } ] } diff --git a/v2/formats/system_gateway.json b/v2/formats/system_gateway.json index 1c619f527..1e67cf599 100644 --- a/v2/formats/system_gateway.json +++ b/v2/formats/system_gateway.json @@ -3,10 +3,10 @@ "name": "System Gateway", "snapshots": [ { - "id": "system_gateway_0", "active": true, "card_pool_id": "system_gateway", - "date_start": "2021-04-09" + "date_start": "2021-04-09", + "id": "system_gateway_0" } ] } diff --git a/v2/printings/parhelion.json b/v2/printings/parhelion.json index 39e50923c..149e47c08 100644 --- a/v2/printings/parhelion.json +++ b/v2/printings/parhelion.json @@ -278,13 +278,6 @@ { "card_id": "matryoshka", "card_set_id": "parhelion", - "flavor": "She leads and they all follow.", - "id": "33094", - "illustrator": "Ed Mattinian", - "position": 94, - "quantity": 6, - "released_by": "null_signal_games", - "layout_id": "copy", "copy_quantity": 1, "faces": [ { @@ -307,7 +300,14 @@ "copy_quantity": 1, "flavor": "Look at the little baby, even she helps!" } - ] + ], + "flavor": "She leads and they all follow.", + "id": "33094", + "illustrator": "Ed Mattinian", + "layout_id": "copy", + "position": 94, + "quantity": 6, + "released_by": "null_signal_games" }, { "card_id": "thule_subsea_safety_below", diff --git a/v2/printings/terminal_directive_campaign.json b/v2/printings/terminal_directive_campaign.json index c12265883..06f342668 100644 --- a/v2/printings/terminal_directive_campaign.json +++ b/v2/printings/terminal_directive_campaign.json @@ -47,34 +47,34 @@ { "card_id": "machicolation", "card_set_id": "terminal_directive_campaign", - "id": "14010", - "illustrator": "Ed Mattinian", - "position": 6, - "quantity": 6, - "released_by": "fantasy_flight_games", - "layout_id": "copy", "copy_quantity": 3, "faces": [ { "copy_quantity": 3 } - ] + ], + "id": "14010", + "illustrator": "Ed Mattinian", + "layout_id": "copy", + "position": 6, + "quantity": 6, + "released_by": "fantasy_flight_games" }, { "card_id": "corporate_oversight", "card_set_id": "terminal_directive_campaign", - "id": "14012", - "illustrator": "Matt Zeilinger", - "position": 7, - "quantity": 6, - "released_by": "fantasy_flight_games", - "layout_id": "copy", "copy_quantity": 3, "faces": [ { "copy_quantity": 3 } - ] + ], + "id": "14012", + "illustrator": "Matt Zeilinger", + "layout_id": "copy", + "position": 7, + "quantity": 6, + "released_by": "fantasy_flight_games" }, { "card_id": "investigator_inez_delgado", @@ -124,33 +124,33 @@ { "card_id": "the_masque", "card_set_id": "terminal_directive_campaign", - "id": "14024", - "illustrator": "PxelSlayer", - "position": 13, - "quantity": 6, - "released_by": "fantasy_flight_games", - "layout_id": "copy", "copy_quantity": 3, "faces": [ { "copy_quantity": 3 } - ] + ], + "id": "14024", + "illustrator": "PxelSlayer", + "layout_id": "copy", + "position": 13, + "quantity": 6, + "released_by": "fantasy_flight_games" }, { "card_id": "sneakdoor_prime", "card_set_id": "terminal_directive_campaign", - "id": "14026", - "illustrator": "Dmitry Prosvirnin", - "position": 14, - "quantity": 6, - "released_by": "fantasy_flight_games", - "layout_id": "copy", "copy_quantity": 3, "faces": [ { "copy_quantity": 3 } - ] + ], + "id": "14026", + "illustrator": "Dmitry Prosvirnin", + "layout_id": "copy", + "position": 14, + "quantity": 6, + "released_by": "fantasy_flight_games" } ] diff --git a/v2/printings/the_valley.json b/v2/printings/the_valley.json index 4dbf83c5c..e09ea9757 100644 --- a/v2/printings/the_valley.json +++ b/v2/printings/the_valley.json @@ -109,11 +109,6 @@ { "card_id": "jinteki_biotech_life_imagined", "card_set_id": "the_valley", - "id": "08012", - "illustrator": "Emilio Rodríguez", - "position": 12, - "quantity": 3, - "released_by": "fantasy_flight_games", "faces": [ { "flavor": "The vats in Building C can create-and destroy-life itself." @@ -124,7 +119,12 @@ { "flavor": "The Greenhouse was built to enhance natural beauty." } - ] + ], + "id": "08012", + "illustrator": "Emilio Rodríguez", + "position": 12, + "quantity": 3, + "released_by": "fantasy_flight_games" }, { "card_id": "genetic_resequencing", diff --git a/v2/printings/uprising.json b/v2/printings/uprising.json index 020a3d8d7..d8cafc3ce 100644 --- a/v2/printings/uprising.json +++ b/v2/printings/uprising.json @@ -2,17 +2,17 @@ { "card_id": "hoshiko_shiro_untold_protagonist", "card_set_id": "uprising", + "faces": [ + { + "flavor": "I'm going to be my own kind of hero." + } + ], "flavor": "Please, let me have this dream.", "id": "26066", "illustrator": "Luminita Pham", "position": 66, "quantity": 3, - "released_by": "null_signal_games", - "faces": [ - { - "flavor": "I'm going to be my own kind of hero." - } - ] + "released_by": "null_signal_games" }, { "card_id": "moshing", @@ -539,17 +539,17 @@ { "card_id": "earth_station_sea_headquarters", "card_set_id": "uprising", + "faces": [ + { + "flavor": "...Further Beyond" + } + ], "flavor": "The First Step...", "id": "26120", "illustrator": "Kira L. Nguyen", "position": 120, "quantity": 3, - "released_by": "null_signal_games", - "faces": [ - { - "flavor": "...Further Beyond" - } - ] + "released_by": "null_signal_games" }, { "card_id": "transport_monopoly", diff --git a/v2/restrictions/eternal/eternal_points_list_1_0.json b/v2/restrictions/eternal/eternal_points_list_1_0.json index 9f3c55f06..0d23a60ab 100644 --- a/v2/restrictions/eternal/eternal_points_list_1_0.json +++ b/v2/restrictions/eternal/eternal_points_list_1_0.json @@ -1,10 +1,10 @@ { - "id": "eternal_points_list_1_0", - "name": "Eternal Points List, Version 1.0", + "banned": ["salvaged_vanadis_armory"], "date_start": "2021-07-10", "format_id": "eternal", + "id": "eternal_points_list_1_0", + "name": "Eternal Points List, Version 1.0", "point_limit": 7, - "banned": ["salvaged_vanadis_armory"], "points": { "1": [ "24_7_news_cycle", diff --git a/v2/restrictions/eternal/eternal_points_list_21_11.json b/v2/restrictions/eternal/eternal_points_list_21_11.json index 8a81e8f3a..a57fc8e52 100644 --- a/v2/restrictions/eternal/eternal_points_list_21_11.json +++ b/v2/restrictions/eternal/eternal_points_list_21_11.json @@ -1,15 +1,15 @@ { - "id": "eternal_points_list_21_11", - "name": "Eternal Points List 21.11", - "date_start": "2021-11-12", - "format_id": "eternal", - "point_limit": 7, "banned": [ "accelerated_diagnostics", "hired_help", "salvaged_vanadis_armory", "watch_the_world_burn" ], + "date_start": "2021-11-12", + "format_id": "eternal", + "id": "eternal_points_list_21_11", + "name": "Eternal Points List 21.11", + "point_limit": 7, "points": { "1": [ "24_7_news_cycle", diff --git a/v2/restrictions/eternal/eternal_points_list_22_09.json b/v2/restrictions/eternal/eternal_points_list_22_09.json index c8fe7a627..6791b4b7b 100644 --- a/v2/restrictions/eternal/eternal_points_list_22_09.json +++ b/v2/restrictions/eternal/eternal_points_list_22_09.json @@ -1,15 +1,15 @@ { - "id": "eternal_points_list_22_09", - "name": "Eternal Points List 22.09", - "date_start": "2022-09-26", - "format_id": "eternal", - "point_limit": 7, "banned": [ "accelerated_diagnostics", "hired_help", "salvaged_vanadis_armory", "watch_the_world_burn" ], + "date_start": "2022-09-26", + "format_id": "eternal", + "id": "eternal_points_list_22_09", + "name": "Eternal Points List 22.09", + "point_limit": 7, "points": { "1": [ "24_7_news_cycle", diff --git a/v2/restrictions/eternal/eternal_points_list_23_03.json b/v2/restrictions/eternal/eternal_points_list_23_03.json index 2e29ac44b..1ef3ecc9e 100644 --- a/v2/restrictions/eternal/eternal_points_list_23_03.json +++ b/v2/restrictions/eternal/eternal_points_list_23_03.json @@ -1,15 +1,15 @@ { - "id": "eternal_points_list_23_03", - "name": "Eternal Points List 23.03", - "date_start": "2023-03-31", - "format_id": "eternal", - "point_limit": 7, "banned": [ "accelerated_diagnostics", "hired_help", "salvaged_vanadis_armory", "watch_the_world_burn" ], + "date_start": "2023-03-31", + "format_id": "eternal", + "id": "eternal_points_list_23_03", + "name": "Eternal Points List 23.03", + "point_limit": 7, "points": { "1": [ "24_7_news_cycle", diff --git a/v2/restrictions/eternal/eternal_points_list_23_11.json b/v2/restrictions/eternal/eternal_points_list_23_11.json index 37ff4cbf0..7458430b0 100644 --- a/v2/restrictions/eternal/eternal_points_list_23_11.json +++ b/v2/restrictions/eternal/eternal_points_list_23_11.json @@ -1,9 +1,4 @@ { - "id": "eternal_points_list_23_11", - "name": "Eternal Points List 23.11", - "date_start": "2023-12-08", - "format_id": "eternal", - "point_limit": 7, "banned": [ "accelerated_diagnostics", "aghora", @@ -13,6 +8,11 @@ "vamadeva", "watch_the_world_burn" ], + "date_start": "2023-12-08", + "format_id": "eternal", + "id": "eternal_points_list_23_11", + "name": "Eternal Points List 23.11", + "point_limit": 7, "points": { "1": [ "24_7_news_cycle", diff --git a/v2/restrictions/snapshot/snapshot_ban_list_1_0.json b/v2/restrictions/snapshot/snapshot_ban_list_1_0.json index f9c933a9a..3d1dec443 100644 --- a/v2/restrictions/snapshot/snapshot_ban_list_1_0.json +++ b/v2/restrictions/snapshot/snapshot_ban_list_1_0.json @@ -1,8 +1,27 @@ { - "id": "snapshot_ban_list_1_0", - "name": "Snapshot Ban List 1.0", + "banned": [ + "24_7_news_cycle", + "aaron_marron", + "bloo_moose", + "cerebral_imaging_infinite_frontiers", + "clone_suffrage_movement", + "estelle_moon", + "faust", + "friends_in_high_places", + "hyperdriver", + "mars_for_martians", + "museum_of_history", + "salvaged_vanadis_armory", + "sensie_actors_union", + "sifr", + "tapwrm", + "temujin_contract", + "zer0" + ], "date_start": "2018-09-06", "format_id": "snapshot", + "id": "snapshot_ban_list_1_0", + "name": "Snapshot Ban List 1.0", "restricted": [ "aesops_pawnshop", "bio_ethics_association", @@ -27,24 +46,5 @@ "surveyor", "violet_level_clearance", "whampoa_reclamation" - ], - "banned": [ - "24_7_news_cycle", - "aaron_marron", - "bloo_moose", - "cerebral_imaging_infinite_frontiers", - "clone_suffrage_movement", - "estelle_moon", - "faust", - "friends_in_high_places", - "hyperdriver", - "mars_for_martians", - "museum_of_history", - "salvaged_vanadis_armory", - "sensie_actors_union", - "sifr", - "tapwrm", - "temujin_contract", - "zer0" ] } diff --git a/v2/restrictions/standard/napd_mwl_1_0.json b/v2/restrictions/standard/napd_mwl_1_0.json index 31417fb3d..3617f2b06 100644 --- a/v2/restrictions/standard/napd_mwl_1_0.json +++ b/v2/restrictions/standard/napd_mwl_1_0.json @@ -1,6 +1,4 @@ { - "id": "napd_mwl_1_0", - "name": "NAPD MWL 1.0", "date_start": "2016-02-01", "format_id": "standard", "global_penalty": { @@ -17,5 +15,7 @@ "sansan_city_grid", "yog_0" ] - } + }, + "id": "napd_mwl_1_0", + "name": "NAPD MWL 1.0" } diff --git a/v2/restrictions/standard/napd_mwl_1_1.json b/v2/restrictions/standard/napd_mwl_1_1.json index acf9f19d6..040221b34 100644 --- a/v2/restrictions/standard/napd_mwl_1_1.json +++ b/v2/restrictions/standard/napd_mwl_1_1.json @@ -1,6 +1,4 @@ { - "id": "napd_mwl_1_1", - "name": "NAPD MWL 1.1", "date_start": "2016-08-01", "format_id": "standard", "global_penalty": { @@ -21,5 +19,7 @@ "wyldside", "yog_0" ] - } + }, + "id": "napd_mwl_1_1", + "name": "NAPD MWL 1.1" } diff --git a/v2/restrictions/standard/napd_mwl_1_2.json b/v2/restrictions/standard/napd_mwl_1_2.json index 9cd4b63e3..c9315fc1c 100644 --- a/v2/restrictions/standard/napd_mwl_1_2.json +++ b/v2/restrictions/standard/napd_mwl_1_2.json @@ -1,8 +1,8 @@ { - "id": "napd_mwl_1_2", - "name": "NAPD MWL 1.2", "date_start": "2017-04-12", "format_id": "standard", + "id": "napd_mwl_1_2", + "name": "NAPD MWL 1.2", "universal_faction_cost": { "1": [ "architect", diff --git a/v2/restrictions/standard/napd_mwl_2_0.json b/v2/restrictions/standard/napd_mwl_2_0.json index ce07ad177..9f92fde09 100644 --- a/v2/restrictions/standard/napd_mwl_2_0.json +++ b/v2/restrictions/standard/napd_mwl_2_0.json @@ -1,8 +1,21 @@ { - "id": "napd_mwl_2_0", - "name": "NAPD MWL 2.0", + "banned": [ + "aaron_marron", + "bloo_moose", + "clone_suffrage_movement", + "faust", + "friends_in_high_places", + "mumbad_city_hall", + "rumor_mill", + "salvaged_vanadis_armory", + "sensie_actors_union", + "sifr", + "temujin_contract" + ], "date_start": "2017-10-01", "format_id": "standard", + "id": "napd_mwl_2_0", + "name": "NAPD MWL 2.0", "restricted": [ "aesops_pawnshop", "bio_ethics_association", @@ -20,18 +33,5 @@ "mumba_temple", "museum_of_history", "obokata_protocol" - ], - "banned": [ - "aaron_marron", - "bloo_moose", - "clone_suffrage_movement", - "faust", - "friends_in_high_places", - "mumbad_city_hall", - "rumor_mill", - "salvaged_vanadis_armory", - "sensie_actors_union", - "sifr", - "temujin_contract" ] } diff --git a/v2/restrictions/standard/napd_mwl_2_1.json b/v2/restrictions/standard/napd_mwl_2_1.json index ac0ac3ce3..565f5fab8 100644 --- a/v2/restrictions/standard/napd_mwl_2_1.json +++ b/v2/restrictions/standard/napd_mwl_2_1.json @@ -1,8 +1,20 @@ { - "id": "napd_mwl_2_1", - "name": "NAPD MWL 2.1", + "banned": [ + "aaron_marron", + "bloo_moose", + "clone_suffrage_movement", + "faust", + "friends_in_high_places", + "salvaged_vanadis_armory", + "sensie_actors_union", + "sifr", + "temujin_contract", + "violet_level_clearance" + ], "date_start": "2018-02-26", "format_id": "standard", + "id": "napd_mwl_2_1", + "name": "NAPD MWL 2.1", "restricted": [ "aesops_pawnshop", "bio_ethics_association", @@ -26,17 +38,5 @@ "rumor_mill", "tapwrm", "whampoa_reclamation" - ], - "banned": [ - "aaron_marron", - "bloo_moose", - "clone_suffrage_movement", - "faust", - "friends_in_high_places", - "salvaged_vanadis_armory", - "sensie_actors_union", - "sifr", - "temujin_contract", - "violet_level_clearance" ] } diff --git a/v2/restrictions/standard/napd_mwl_2_2.json b/v2/restrictions/standard/napd_mwl_2_2.json index 4b92de1d3..a660ae18d 100644 --- a/v2/restrictions/standard/napd_mwl_2_2.json +++ b/v2/restrictions/standard/napd_mwl_2_2.json @@ -1,8 +1,27 @@ { - "id": "napd_mwl_2_2", - "name": "NAPD MWL 2.2", + "banned": [ + "24_7_news_cycle", + "aaron_marron", + "bloo_moose", + "cerebral_imaging_infinite_frontiers", + "clone_suffrage_movement", + "estelle_moon", + "faust", + "friends_in_high_places", + "hyperdriver", + "mars_for_martians", + "museum_of_history", + "salvaged_vanadis_armory", + "sensie_actors_union", + "sifr", + "tapwrm", + "temujin_contract", + "zer0" + ], "date_start": "2018-09-06", "format_id": "standard", + "id": "napd_mwl_2_2", + "name": "NAPD MWL 2.2", "restricted": [ "aesops_pawnshop", "bio_ethics_association", @@ -27,24 +46,5 @@ "surveyor", "violet_level_clearance", "whampoa_reclamation" - ], - "banned": [ - "24_7_news_cycle", - "aaron_marron", - "bloo_moose", - "cerebral_imaging_infinite_frontiers", - "clone_suffrage_movement", - "estelle_moon", - "faust", - "friends_in_high_places", - "hyperdriver", - "mars_for_martians", - "museum_of_history", - "salvaged_vanadis_armory", - "sensie_actors_union", - "sifr", - "tapwrm", - "temujin_contract", - "zer0" ] } diff --git a/v2/restrictions/standard/standard_ban_list_20_06.json b/v2/restrictions/standard/standard_ban_list_20_06.json index ec05ea8cd..d45567362 100644 --- a/v2/restrictions/standard/standard_ban_list_20_06.json +++ b/v2/restrictions/standard/standard_ban_list_20_06.json @@ -1,11 +1,4 @@ { - "id": "standard_ban_list_20_06", - "name": "Standard Ban List 20.06", - "date_start": "2020-06-26", - "format_id": "standard", - "subtypes": { - "banned": ["current"] - }, "banned": [ "24_7_news_cycle", "aaron_marron", @@ -78,5 +71,12 @@ "watch_the_world_burn", "whampoa_reclamation", "zealous_judge" - ] + ], + "date_start": "2020-06-26", + "format_id": "standard", + "id": "standard_ban_list_20_06", + "name": "Standard Ban List 20.06", + "subtypes": { + "banned": ["current"] + } } diff --git a/v2/restrictions/standard/standard_ban_list_20_09.json b/v2/restrictions/standard/standard_ban_list_20_09.json index 55017ec14..86a5c3d25 100644 --- a/v2/restrictions/standard/standard_ban_list_20_09.json +++ b/v2/restrictions/standard/standard_ban_list_20_09.json @@ -1,11 +1,4 @@ { - "id": "standard_ban_list_20_09", - "name": "Standard Ban List 20.09", - "date_start": "2020-09-25", - "format_id": "standard", - "subtypes": { - "banned": ["current"] - }, "banned": [ "24_7_news_cycle", "aaron_marron", @@ -81,5 +74,12 @@ "watch_the_world_burn", "whampoa_reclamation", "zealous_judge" - ] + ], + "date_start": "2020-09-25", + "format_id": "standard", + "id": "standard_ban_list_20_09", + "name": "Standard Ban List 20.09", + "subtypes": { + "banned": ["current"] + } } diff --git a/v2/restrictions/standard/standard_ban_list_21_04.json b/v2/restrictions/standard/standard_ban_list_21_04.json index 953015be5..db8078934 100644 --- a/v2/restrictions/standard/standard_ban_list_21_04.json +++ b/v2/restrictions/standard/standard_ban_list_21_04.json @@ -1,11 +1,4 @@ { - "id": "standard_ban_list_21_04", - "name": "Standard Ban List 21.04", - "date_start": "2021-04-09", - "format_id": "standard", - "subtypes": { - "banned": ["current"] - }, "banned": [ "24_7_news_cycle", "aaron_marron", @@ -82,5 +75,12 @@ "watch_the_world_burn", "whampoa_reclamation", "zealous_judge" - ] + ], + "date_start": "2021-04-09", + "format_id": "standard", + "id": "standard_ban_list_21_04", + "name": "Standard Ban List 21.04", + "subtypes": { + "banned": ["current"] + } } diff --git a/v2/restrictions/standard/standard_ban_list_21_05.json b/v2/restrictions/standard/standard_ban_list_21_05.json index e12f92b1e..271b2be6c 100644 --- a/v2/restrictions/standard/standard_ban_list_21_05.json +++ b/v2/restrictions/standard/standard_ban_list_21_05.json @@ -1,11 +1,4 @@ { - "id": "standard_ban_list_21_05", - "name": "Standard Ban List 21.05", - "date_start": "2021-05-01", - "format_id": "standard", - "subtypes": { - "banned": ["current"] - }, "banned": [ "24_7_news_cycle", "aaron_marron", @@ -79,5 +72,12 @@ "watch_the_world_burn", "whampoa_reclamation", "zealous_judge" - ] + ], + "date_start": "2021-05-01", + "format_id": "standard", + "id": "standard_ban_list_21_05", + "name": "Standard Ban List 21.05", + "subtypes": { + "banned": ["current"] + } } diff --git a/v2/restrictions/standard/standard_ban_list_21_06.json b/v2/restrictions/standard/standard_ban_list_21_06.json index e498228a4..e877e238f 100644 --- a/v2/restrictions/standard/standard_ban_list_21_06.json +++ b/v2/restrictions/standard/standard_ban_list_21_06.json @@ -1,11 +1,4 @@ { - "id": "standard_ban_list_21_06", - "name": "Standard Ban List 21.06", - "date_start": "2021-06-19", - "format_id": "standard", - "subtypes": { - "banned": ["current"] - }, "banned": [ "24_7_news_cycle", "aaron_marron", @@ -85,5 +78,12 @@ "watch_the_world_burn", "whampoa_reclamation", "zealous_judge" - ] + ], + "date_start": "2021-06-19", + "format_id": "standard", + "id": "standard_ban_list_21_06", + "name": "Standard Ban List 21.06", + "subtypes": { + "banned": ["current"] + } } diff --git a/v2/restrictions/standard/standard_ban_list_21_10.json b/v2/restrictions/standard/standard_ban_list_21_10.json index aee0203f7..efcc4b058 100644 --- a/v2/restrictions/standard/standard_ban_list_21_10.json +++ b/v2/restrictions/standard/standard_ban_list_21_10.json @@ -1,11 +1,4 @@ { - "id": "standard_ban_list_21_10", - "name": "Standard Ban List 21.10", - "date_start": "2021-10-29", - "format_id": "standard", - "subtypes": { - "banned": ["current"] - }, "banned": [ "24_7_news_cycle", "419_amoral_scammer", @@ -81,5 +74,12 @@ "watch_the_world_burn", "whampoa_reclamation", "zealous_judge" - ] + ], + "date_start": "2021-10-29", + "format_id": "standard", + "id": "standard_ban_list_21_10", + "name": "Standard Ban List 21.10", + "subtypes": { + "banned": ["current"] + } } diff --git a/v2/restrictions/standard/standard_ban_list_22_08.json b/v2/restrictions/standard/standard_ban_list_22_08.json index aafcd9204..cbad018d5 100644 --- a/v2/restrictions/standard/standard_ban_list_22_08.json +++ b/v2/restrictions/standard/standard_ban_list_22_08.json @@ -1,11 +1,4 @@ { - "id": "standard_ban_list_22_08", - "name": "Standard Ban List 22.08", - "date_start": "2022-08-05", - "format_id": "standard", - "subtypes": { - "banned": ["current"] - }, "banned": [ "24_7_news_cycle", "419_amoral_scammer", @@ -58,5 +51,12 @@ "violet_level_clearance", "watch_the_world_burn", "whampoa_reclamation" - ] + ], + "date_start": "2022-08-05", + "format_id": "standard", + "id": "standard_ban_list_22_08", + "name": "Standard Ban List 22.08", + "subtypes": { + "banned": ["current"] + } } diff --git a/v2/restrictions/standard/standard_ban_list_22_09.json b/v2/restrictions/standard/standard_ban_list_22_09.json index 0f5913d11..186b04930 100644 --- a/v2/restrictions/standard/standard_ban_list_22_09.json +++ b/v2/restrictions/standard/standard_ban_list_22_09.json @@ -1,11 +1,4 @@ { - "id": "standard_ban_list_22_09", - "name": "Standard Ban List 22.09", - "date_start": "2022-09-23", - "format_id": "standard", - "subtypes": { - "banned": ["current"] - }, "banned": [ "24_7_news_cycle", "aaron_marron", @@ -61,5 +54,12 @@ "violet_level_clearance", "watch_the_world_burn", "whampoa_reclamation" - ] + ], + "date_start": "2022-09-23", + "format_id": "standard", + "id": "standard_ban_list_22_09", + "name": "Standard Ban List 22.09", + "subtypes": { + "banned": ["current"] + } } diff --git a/v2/restrictions/standard/standard_ban_list_23_03.json b/v2/restrictions/standard/standard_ban_list_23_03.json index 93cd35410..7050cb9e7 100644 --- a/v2/restrictions/standard/standard_ban_list_23_03.json +++ b/v2/restrictions/standard/standard_ban_list_23_03.json @@ -1,11 +1,4 @@ { - "id": "standard_ban_list_23_03", - "name": "Standard Ban List 23.03", - "date_start": "2023-03-03", - "format_id": "standard", - "subtypes": { - "banned": ["current"] - }, "banned": [ "24_7_news_cycle", "aaron_marron", @@ -65,5 +58,12 @@ "violet_level_clearance", "watch_the_world_burn", "whampoa_reclamation" - ] + ], + "date_start": "2023-03-03", + "format_id": "standard", + "id": "standard_ban_list_23_03", + "name": "Standard Ban List 23.03", + "subtypes": { + "banned": ["current"] + } } diff --git a/v2/restrictions/standard/standard_ban_list_23_08.json b/v2/restrictions/standard/standard_ban_list_23_08.json index b49f72b05..3a5ceffba 100644 --- a/v2/restrictions/standard/standard_ban_list_23_08.json +++ b/v2/restrictions/standard/standard_ban_list_23_08.json @@ -1,11 +1,4 @@ { - "id": "standard_ban_list_23_08", - "name": "Standard Ban List 23.08", - "date_start": "2023-08-11", - "format_id": "standard", - "subtypes": { - "banned": ["current"] - }, "banned": [ "another_day_another_paycheck", "archived_memories", @@ -58,5 +51,12 @@ "tithonium", "watch_the_world_burn", "whampoa_reclamation" - ] + ], + "date_start": "2023-08-11", + "format_id": "standard", + "id": "standard_ban_list_23_08", + "name": "Standard Ban List 23.08", + "subtypes": { + "banned": ["current"] + } } diff --git a/v2/restrictions/standard/standard_ban_list_23_09.json b/v2/restrictions/standard/standard_ban_list_23_09.json index 47351897e..32c218f98 100644 --- a/v2/restrictions/standard/standard_ban_list_23_09.json +++ b/v2/restrictions/standard/standard_ban_list_23_09.json @@ -1,11 +1,4 @@ { - "id": "standard_ban_list_23_09", - "name": "Standard Ban List 23.09", - "date_start": "2023-09-22", - "format_id": "standard", - "subtypes": { - "banned": ["current"] - }, "banned": [ "another_day_another_paycheck", "archived_memories", @@ -59,5 +52,12 @@ "tithonium", "watch_the_world_burn", "whampoa_reclamation" - ] + ], + "date_start": "2023-09-22", + "format_id": "standard", + "id": "standard_ban_list_23_09", + "name": "Standard Ban List 23.09", + "subtypes": { + "banned": ["current"] + } } diff --git a/v2/restrictions/standard/standard_mwl_3_0.json b/v2/restrictions/standard/standard_mwl_3_0.json index 876fc1f2b..69fbc7f0d 100644 --- a/v2/restrictions/standard/standard_mwl_3_0.json +++ b/v2/restrictions/standard/standard_mwl_3_0.json @@ -1,8 +1,29 @@ { - "id": "standard_mwl_3_0", - "name": "Standard MWL 3.0", + "banned": [ + "24_7_news_cycle", + "aaron_marron", + "bloo_moose", + "bryan_stinson", + "cerebral_imaging_infinite_frontiers", + "clone_suffrage_movement", + "faust", + "friends_in_high_places", + "hired_help", + "hyperdriver", + "mars_for_martians", + "museum_of_history", + "salvaged_vanadis_armory", + "sensie_actors_union", + "sifr", + "tapwrm", + "temujin_contract", + "watch_the_world_burn", + "zer0" + ], "date_start": "2018-12-21", "format_id": "standard", + "id": "standard_mwl_3_0", + "name": "Standard MWL 3.0", "restricted": [ "aesops_pawnshop", "bio_ethics_association", @@ -26,26 +47,5 @@ "surveyor", "violet_level_clearance", "whampoa_reclamation" - ], - "banned": [ - "24_7_news_cycle", - "aaron_marron", - "bloo_moose", - "bryan_stinson", - "cerebral_imaging_infinite_frontiers", - "clone_suffrage_movement", - "faust", - "friends_in_high_places", - "hired_help", - "hyperdriver", - "mars_for_martians", - "museum_of_history", - "salvaged_vanadis_armory", - "sensie_actors_union", - "sifr", - "tapwrm", - "temujin_contract", - "watch_the_world_burn", - "zer0" ] } diff --git a/v2/restrictions/standard/standard_mwl_3_1.json b/v2/restrictions/standard/standard_mwl_3_1.json index 4098ecf39..017ffcfaf 100644 --- a/v2/restrictions/standard/standard_mwl_3_1.json +++ b/v2/restrictions/standard/standard_mwl_3_1.json @@ -1,8 +1,30 @@ { - "id": "standard_mwl_3_1", - "name": "Standard MWL 3.1", + "banned": [ + "24_7_news_cycle", + "aaron_marron", + "bloo_moose", + "bryan_stinson", + "cerebral_imaging_infinite_frontiers", + "clone_suffrage_movement", + "faust", + "friends_in_high_places", + "hired_help", + "hyperdriver", + "jinteki_potential_unleashed", + "mars_for_martians", + "museum_of_history", + "salvaged_vanadis_armory", + "sensie_actors_union", + "sifr", + "tapwrm", + "temujin_contract", + "watch_the_world_burn", + "zer0" + ], "date_start": "2019-02-22", "format_id": "standard", + "id": "standard_mwl_3_1", + "name": "Standard MWL 3.1", "restricted": [ "aesops_pawnshop", "bio_ethics_association", @@ -27,27 +49,5 @@ "surveyor", "violet_level_clearance", "whampoa_reclamation" - ], - "banned": [ - "24_7_news_cycle", - "aaron_marron", - "bloo_moose", - "bryan_stinson", - "cerebral_imaging_infinite_frontiers", - "clone_suffrage_movement", - "faust", - "friends_in_high_places", - "hired_help", - "hyperdriver", - "jinteki_potential_unleashed", - "mars_for_martians", - "museum_of_history", - "salvaged_vanadis_armory", - "sensie_actors_union", - "sifr", - "tapwrm", - "temujin_contract", - "watch_the_world_burn", - "zer0" ] } diff --git a/v2/restrictions/standard/standard_mwl_3_2.json b/v2/restrictions/standard/standard_mwl_3_2.json index 8baa834d0..88ff1e513 100644 --- a/v2/restrictions/standard/standard_mwl_3_2.json +++ b/v2/restrictions/standard/standard_mwl_3_2.json @@ -1,30 +1,4 @@ { - "id": "standard_mwl_3_2", - "name": "Standard MWL 3.2", - "date_start": "2019-05-10", - "format_id": "standard", - "restricted": [ - "aesops_pawnshop", - "bio_ethics_association", - "crowdfunding", - "dorm_computer", - "excalibur", - "film_critic", - "gang_sign", - "global_food_initiative", - "inversificator", - "laamb", - "labor_rights", - "levy_ar_lab_access", - "mad_dash", - "mother_goddess", - "mumba_temple", - "obokata_protocol", - "paperclip", - "rumor_mill", - "surveyor", - "whampoa_reclamation" - ], "banned": [ "24_7_news_cycle", "aaron_marron", @@ -50,5 +24,31 @@ "temujin_contract", "watch_the_world_burn", "zer0" + ], + "date_start": "2019-05-10", + "format_id": "standard", + "id": "standard_mwl_3_2", + "name": "Standard MWL 3.2", + "restricted": [ + "aesops_pawnshop", + "bio_ethics_association", + "crowdfunding", + "dorm_computer", + "excalibur", + "film_critic", + "gang_sign", + "global_food_initiative", + "inversificator", + "laamb", + "labor_rights", + "levy_ar_lab_access", + "mad_dash", + "mother_goddess", + "mumba_temple", + "obokata_protocol", + "paperclip", + "rumor_mill", + "surveyor", + "whampoa_reclamation" ] } diff --git a/v2/restrictions/standard/standard_mwl_3_3.json b/v2/restrictions/standard/standard_mwl_3_3.json index fa292f74f..c1ca3f56f 100644 --- a/v2/restrictions/standard/standard_mwl_3_3.json +++ b/v2/restrictions/standard/standard_mwl_3_3.json @@ -1,33 +1,4 @@ { - "id": "standard_mwl_3_3", - "name": "Standard MWL 3.3", - "date_start": "2019-07-19", - "format_id": "standard", - "restricted": [ - "aesops_pawnshop", - "au_revoir", - "bio_ethics_association", - "corporate_grant", - "dorm_computer", - "film_critic", - "gang_sign", - "global_food_initiative", - "inversificator", - "laamb", - "labor_rights", - "levy_ar_lab_access", - "mad_dash", - "mother_goddess", - "mumba_temple", - "obokata_protocol", - "paperclip", - "power_tap", - "rumor_mill", - "siu", - "tech_trader", - "whampoa_reclamation", - "zealous_judge" - ], "banned": [ "24_7_news_cycle", "aaron_marron", @@ -54,5 +25,34 @@ "temujin_contract", "watch_the_world_burn", "zer0" + ], + "date_start": "2019-07-19", + "format_id": "standard", + "id": "standard_mwl_3_3", + "name": "Standard MWL 3.3", + "restricted": [ + "aesops_pawnshop", + "au_revoir", + "bio_ethics_association", + "corporate_grant", + "dorm_computer", + "film_critic", + "gang_sign", + "global_food_initiative", + "inversificator", + "laamb", + "labor_rights", + "levy_ar_lab_access", + "mad_dash", + "mother_goddess", + "mumba_temple", + "obokata_protocol", + "paperclip", + "power_tap", + "rumor_mill", + "siu", + "tech_trader", + "whampoa_reclamation", + "zealous_judge" ] } diff --git a/v2/restrictions/standard/standard_mwl_3_4.json b/v2/restrictions/standard/standard_mwl_3_4.json index 272741922..74aa001c8 100644 --- a/v2/restrictions/standard/standard_mwl_3_4.json +++ b/v2/restrictions/standard/standard_mwl_3_4.json @@ -1,31 +1,4 @@ { - "id": "standard_mwl_3_4", - "name": "Standard MWL 3.4", - "date_start": "2019-09-20", - "format_id": "standard", - "restricted": [ - "aesops_pawnshop", - "au_revoir", - "bio_ethics_association", - "corporate_grant", - "dorm_computer", - "engolo", - "film_critic", - "gang_sign", - "global_food_initiative", - "inversificator", - "labor_rights", - "levy_ar_lab_access", - "mad_dash", - "mother_goddess", - "mumba_temple", - "obokata_protocol", - "paperclip", - "power_tap", - "rumor_mill", - "tech_trader", - "whampoa_reclamation" - ], "banned": [ "24_7_news_cycle", "aaron_marron", @@ -54,5 +27,32 @@ "watch_the_world_burn", "zealous_judge", "zer0" + ], + "date_start": "2019-09-20", + "format_id": "standard", + "id": "standard_mwl_3_4", + "name": "Standard MWL 3.4", + "restricted": [ + "aesops_pawnshop", + "au_revoir", + "bio_ethics_association", + "corporate_grant", + "dorm_computer", + "engolo", + "film_critic", + "gang_sign", + "global_food_initiative", + "inversificator", + "labor_rights", + "levy_ar_lab_access", + "mad_dash", + "mother_goddess", + "mumba_temple", + "obokata_protocol", + "paperclip", + "power_tap", + "rumor_mill", + "tech_trader", + "whampoa_reclamation" ] } diff --git a/v2/restrictions/standard/standard_mwl_3_4_b.json b/v2/restrictions/standard/standard_mwl_3_4_b.json index e2b6c1889..5520d25da 100644 --- a/v2/restrictions/standard/standard_mwl_3_4_b.json +++ b/v2/restrictions/standard/standard_mwl_3_4_b.json @@ -1,27 +1,4 @@ { - "id": "standard_mwl_3_4_b", - "name": "Standard MWL 3.4b", - "date_start": "2019-12-31", - "format_id": "standard", - "restricted": [ - "aesops_pawnshop", - "bio_ethics_association", - "corporate_grant", - "dorm_computer", - "engolo", - "film_critic", - "gang_sign", - "global_food_initiative", - "inversificator", - "labor_rights", - "mad_dash", - "mumba_temple", - "obokata_protocol", - "paperclip", - "rumor_mill", - "tech_trader", - "whampoa_reclamation" - ], "banned": [ "24_7_news_cycle", "aaron_marron", @@ -50,5 +27,28 @@ "watch_the_world_burn", "zealous_judge", "zer0" + ], + "date_start": "2019-12-31", + "format_id": "standard", + "id": "standard_mwl_3_4_b", + "name": "Standard MWL 3.4b", + "restricted": [ + "aesops_pawnshop", + "bio_ethics_association", + "corporate_grant", + "dorm_computer", + "engolo", + "film_critic", + "gang_sign", + "global_food_initiative", + "inversificator", + "labor_rights", + "mad_dash", + "mumba_temple", + "obokata_protocol", + "paperclip", + "rumor_mill", + "tech_trader", + "whampoa_reclamation" ] } diff --git a/v2/rulings/419_amoral_scammer.json b/v2/rulings/419_amoral_scammer.json index 9340c018d..145fe3305 100644 --- a/v2/rulings/419_amoral_scammer.json +++ b/v2/rulings/419_amoral_scammer.json @@ -1,9 +1,9 @@ [ { + "answer": "A. The Runner chooses to use the ability, then the Corp chooses whether or not to pay the 1.", "card_id": "419_amoral_scammer", "date_update": "2018-04-06", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nAfter the Corp installs a card for the first time in a turn, who decides first?\n\n* (A) Does the Runner decide to use the ability, forcing the Corp to pay 1 or expose the card, or\n* (B) Does the Corp decide whether or not to pay 1, allowing the Runner to choose whether or not the card should be exposed?", - "answer": "A. The Runner chooses to use the ability, then the Corp chooses whether or not to pay the 1." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nAfter the Corp installs a card for the first time in a turn, who decides first?\n\n* (A) Does the Runner decide to use the ability, forcing the Corp to pay 1 or expose the card, or\n* (B) Does the Corp decide whether or not to pay 1, allowing the Runner to choose whether or not the card should be exposed?" } ] diff --git a/v2/rulings/aaron_marron.json b/v2/rulings/aaron_marron.json index 467423c6c..12a2113df 100644 --- a/v2/rulings/aaron_marron.json +++ b/v2/rulings/aaron_marron.json @@ -1,9 +1,9 @@ [ { + "answer": "As long as either a tag would be removed or a card would be drawn, the ability has the potential to change the game state and thus can be used. If both the stack is empty and the Runner has no tags, then Aaron Marrón cannot possibly change the game state and thus cannot be used.", "card_id": "aaron_marron", "date_update": "2017-04-21", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Runner use Aaron Marrón when they have no tags? How about if the stack is empty?", - "answer": "As long as either a tag would be removed or a card would be drawn, the ability has the potential to change the game state and thus can be used. If both the stack is empty and the Runner has no tags, then Aaron Marrón cannot possibly change the game state and thus cannot be used." + "question": "####UFAQ [Michael Boggs]\nCan the Runner use Aaron Marrón when they have no tags? How about if the stack is empty?" } ] diff --git a/v2/rulings/acacia.json b/v2/rulings/acacia.json index 149283184..34d50b430 100644 --- a/v2/rulings/acacia.json +++ b/v2/rulings/acacia.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "acacia", "date_update": "2018-02-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nCan the Runner prevent Acacia from being trashed and still gain the credits?", - "answer": "Yes." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nCan the Runner prevent Acacia from being trashed and still gain the credits?" } ] diff --git a/v2/rulings/acme_consulting_the_truth_you_need.json b/v2/rulings/acme_consulting_the_truth_you_need.json index b313201af..63ebd7873 100644 --- a/v2/rulings/acme_consulting_the_truth_you_need.json +++ b/v2/rulings/acme_consulting_the_truth_you_need.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Runner is considered to have an additional tag during encounters with outermost ice, even when they have none, but it does not exist for the purposes of being manipulated (such as removing it).", "card_id": "acme_consulting_the_truth_you_need", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the additional tag from Acme Consulting be removed?", - "answer": "No. The Runner is considered to have an additional tag during encounters with outermost ice, even when they have none, but it does not exist for the purposes of being manipulated (such as removing it)." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the additional tag from Acme Consulting be removed?" } ] diff --git a/v2/rulings/adam_compulsive_hacker.json b/v2/rulings/adam_compulsive_hacker.json index 541128ad3..358e7b1bc 100644 --- a/v2/rulings/adam_compulsive_hacker.json +++ b/v2/rulings/adam_compulsive_hacker.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner chooses which 3 directives Adam uses after IDs are revealed.", "card_id": "adam_compulsive_hacker", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nWhen does the Runner need to decide which 3 directives Adam starts the game with?", - "answer": "The Runner chooses which 3 directives Adam uses after IDs are revealed." + "question": "####UFAQ [Michael Boggs]\nWhen does the Runner need to decide which 3 directives Adam starts the game with?" } ] diff --git a/v2/rulings/adjusted_matrix.json b/v2/rulings/adjusted_matrix.json index edc28959c..09be6a73c 100644 --- a/v2/rulings/adjusted_matrix.json +++ b/v2/rulings/adjusted_matrix.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner can use this ability if the host icebreaker meets the strength of the encountered ice. Treat the card as if it said “Host icebreaker gains **AI** and \"You may spend to break any subroutine on a piece of ice currently being encountered.\"", "card_id": "adjusted_matrix", "date_update": "2017-05-25", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhen can the Runner use the ability gained by Adjusted Matrix?", - "answer": "The Runner can use this ability if the host icebreaker meets the strength of the encountered ice. Treat the card as if it said “Host icebreaker gains **AI** and \"You may spend to break any subroutine on a piece of ice currently being encountered.\"" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhen can the Runner use the ability gained by Adjusted Matrix?" } ] diff --git a/v2/rulings/aeneas_informant.json b/v2/rulings/aeneas_informant.json index 7b6b92e6a..e97b4d734 100644 --- a/v2/rulings/aeneas_informant.json +++ b/v2/rulings/aeneas_informant.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes. The Runner accessed a card and did not trash it.", "card_id": "aeneas_informant", "date_update": "2018-02-13", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 19](http://ancur.wikia.com/wiki/Sovereign_Sight_UFAQ) [Michael Boggs]\n**Updated** If the Runner uses [Salsette Slums](/en/card/10059) to remove an accessed card from the game, does Aeneas Informant trigger?", - "answer": "Yes. The Runner accessed a card and did not trash it." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 19](http://ancur.wikia.com/wiki/Sovereign_Sight_UFAQ) [Michael Boggs]\n**Updated** If the Runner uses [Salsette Slums](/en/card/10059) to remove an accessed card from the game, does Aeneas Informant trigger?" }, { + "answer": "Yes. Revealing the card is part of the effect and not a condition for using the ability.\n\nIf the Runner has both [Maw](/en/card/12002) and Aeneas Informant installed, what happens if the first card accessed is not trashed or stolen? What if the card trashed by Maw is that already accessed card?", "card_id": "aeneas_informant", "date_update": "2018-02-13", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 15](http://ancur.wikia.com/wiki/Earth's_Scion_UFAQ) [Michael Boggs]\nCan the Runner use Aeneas Informant when accessing a rezzed card?", - "answer": "Yes. Revealing the card is part of the effect and not a condition for using the ability.\n\nIf the Runner has both [Maw](/en/card/12002) and Aeneas Informant installed, what happens if the first card accessed is not trashed or stolen? What if the card trashed by Maw is that already accessed card?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 15](http://ancur.wikia.com/wiki/Earth's_Scion_UFAQ) [Michael Boggs]\nCan the Runner use Aeneas Informant when accessing a rezzed card?" } ] diff --git a/v2/rulings/aesops_pawnshop.json b/v2/rulings/aesops_pawnshop.json index aed134f75..6bf61ce44 100644 --- a/v2/rulings/aesops_pawnshop.json +++ b/v2/rulings/aesops_pawnshop.json @@ -1,9 +1,9 @@ [ { + "answer": "No, there is only one opportunity for ‘when your turn begins’ effects to meet their trigger condition.", "card_id": "aesops_pawnshop", "date_update": "2022-04-23", "nsg_rules_team_verified": false, - "question": "Can [Aesop’s Pawnshop](https://netrunnerdb.com/en/card/31035) be used multiple times in a turn to trash multiple cards?", - "answer": "No, there is only one opportunity for ‘when your turn begins’ effects to meet their trigger condition." + "question": "Can [Aesop’s Pawnshop](https://netrunnerdb.com/en/card/31035) be used multiple times in a turn to trash multiple cards?" } ] diff --git a/v2/rulings/afshar.json b/v2/rulings/afshar.json index 49b7fe854..59f3e310c 100644 --- a/v2/rulings/afshar.json +++ b/v2/rulings/afshar.json @@ -1,9 +1,9 @@ [ { + "answer": "The additional subroutines can be broken normally. Afshar’s ability only affects its printed subroutines.", "card_id": "afshar", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat happens if Afshar is protecting HQ and gains additional subroutines?", - "answer": "The additional subroutines can be broken normally. Afshar’s ability only affects its printed subroutines." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat happens if Afshar is protecting HQ and gains additional subroutines?" } ] diff --git a/v2/rulings/afterimage.json b/v2/rulings/afterimage.json index 66547c41f..ed6b190b9 100644 --- a/v2/rulings/afterimage.json +++ b/v2/rulings/afterimage.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Pelangi can only add subtypes to ice during the paid ability window of an encounter, and Afterimage meets its trigger condition when an encounter begins. There is no opportunity to use Pelangi in time to trigger Afterimage's bypass ability for that same encounter.", "card_id": "afterimage", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Runner use Pelangi to make a piece of ice a sentry and then bypass it with Afterimage?", - "answer": "No. Pelangi can only add subtypes to ice during the paid ability window of an encounter, and Afterimage meets its trigger condition when an encounter begins. There is no opportunity to use Pelangi in time to trigger Afterimage's bypass ability for that same encounter." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Runner use Pelangi to make a piece of ice a sentry and then bypass it with Afterimage?" } ] diff --git a/v2/rulings/aghora.json b/v2/rulings/aghora.json index f254d447d..a7666e79b 100644 --- a/v2/rulings/aghora.json +++ b/v2/rulings/aghora.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Reina's ability only lasts for the duration in which the Corp is paying to rez the ice.\n\nCan the Runner use Aghora to swap in another copy of Aghora from the grip?", "card_id": "aghora", "date_update": "2022-01-04", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nDoes [Reina Roja's](/en/card/04041) ability allow a newly rezzed piece of ice with a printed rez cost of 4 to be broken by Aghora?", - "answer": "No. Reina's ability only lasts for the duration in which the Corp is paying to rez the ice.\n\nCan the Runner use Aghora to swap in another copy of Aghora from the grip?" + "question": "####UFAQ [Damon Stone]\nDoes [Reina Roja's](/en/card/04041) ability allow a newly rezzed piece of ice with a printed rez cost of 4 to be broken by Aghora?" } ] diff --git a/v2/rulings/aginfusion_new_miracles_for_a_new_world.json b/v2/rulings/aginfusion_new_miracles_for_a_new_world.json index 9531dc58a..84405fdc3 100644 --- a/v2/rulings/aginfusion_new_miracles_for_a_new_world.json +++ b/v2/rulings/aginfusion_new_miracles_for_a_new_world.json @@ -1,23 +1,23 @@ [ { + "answer": "If the outermost piece of ice is unrezzed, the Runner passes it and proceeds as normal for a run on the new server. There is no opportunity to rez the ice because the approach phase is skipped.\n \nIf the Corp uses [AgInfusion](/en/card/12052) to redirect the Runner to a different server with a rezzed piece of ice, can the Runner jack out before encountering that ice?", "card_id": "aginfusion_new_miracles_for_a_new_world", "date_update": "2022-12-11", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Corp uses [AgInfusion](/en/card/12052) to redirect the Runner to a different server, what happens if the outermost ice protecting the new server is unrezzed?", - "answer": "If the outermost piece of ice is unrezzed, the Runner passes it and proceeds as normal for a run on the new server. There is no opportunity to rez the ice because the approach phase is skipped.\n \nIf the Corp uses [AgInfusion](/en/card/12052) to redirect the Runner to a different server with a rezzed piece of ice, can the Runner jack out before encountering that ice?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Corp uses [AgInfusion](/en/card/12052) to redirect the Runner to a different server, what happens if the outermost ice protecting the new server is unrezzed?" }, { + "answer": "[AgInfusion](/en/card/12052)'s ability does close the paid ability window. The Runner does not have the opportunity to use paid abilities before the encounter with the outermost ice protecting the new server begins.", "card_id": "aginfusion_new_miracles_for_a_new_world", "date_update": "2022-12-11", "nsg_rules_team_verified": false, - "question": "When the Corp uses [AgInfusion](/en/card/12052)'s ability, does it close the paid ability window? Can the runner use paid abilities before encountering the outermost ice on the server they are redirected to?", - "answer": "[AgInfusion](/en/card/12052)'s ability does close the paid ability window. The Runner does not have the opportunity to use paid abilities before the encounter with the outermost ice protecting the new server begins." + "question": "When the Corp uses [AgInfusion](/en/card/12052)'s ability, does it close the paid ability window? Can the runner use paid abilities before encountering the outermost ice on the server they are redirected to?" }, { + "answer": "The runner moves to the Movement Phase, 6.9.4. The runner can jack out before approaching the server.", "card_id": "aginfusion_new_miracles_for_a_new_world", "date_update": "2022-12-11", "nsg_rules_team_verified": false, - "question": "If the Corp uses [AgInfusion](/en/card/12052) to redirect the Runner to a different server, what happens if there is no ice protecting the new server? Can the Runner jack out?", - "answer": "The runner moves to the Movement Phase, 6.9.4. The runner can jack out before approaching the server." + "question": "If the Corp uses [AgInfusion](/en/card/12052) to redirect the Runner to a different server, what happens if there is no ice protecting the new server? Can the Runner jack out?" } ] diff --git a/v2/rulings/akhet.json b/v2/rulings/akhet.json index ce0581fbb..bd2752c37 100644 --- a/v2/rulings/akhet.json +++ b/v2/rulings/akhet.json @@ -1,9 +1,9 @@ [ { + "answer": "The additional subroutines can be broken normally. Akhet's ability only affects its printed subroutines.", "card_id": "akhet", "date_update": "2020-04-23", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat happens if Akhet has 3 or more hosted advancement tokens and gains additional subroutines?", - "answer": "The additional subroutines can be broken normally. Akhet's ability only affects its printed subroutines." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat happens if Akhet has 3 or more hosted advancement tokens and gains additional subroutines?" } ] diff --git a/v2/rulings/algernon.json b/v2/rulings/algernon.json index 04ab7ceb6..b881f7ef0 100644 --- a/v2/rulings/algernon.json +++ b/v2/rulings/algernon.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Once triggered, Algernon's ability exists independently of the source card, so the second part of its ability will still trigger when the turn ends.\n\nAudited by NISEI Rules (2022.05).", "card_id": "algernon", "date_update": "2022-05-27", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner uses Algernon to gain , but then uses [Dr. Lovegood](/en/card/09042) to blank Algernon, is it still trashed at the end of the turn if the Runner doesn't make a successful run?", - "answer": "Yes. Once triggered, Algernon's ability exists independently of the source card, so the second part of its ability will still trigger when the turn ends.\n\nAudited by NISEI Rules (2022.05)." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner uses Algernon to gain , but then uses [Dr. Lovegood](/en/card/09042) to blank Algernon, is it still trashed at the end of the turn if the Runner doesn't make a successful run?" } ] diff --git a/v2/rulings/algo_trading.json b/v2/rulings/algo_trading.json index 75d3d9b4e..6d083b7c6 100644 --- a/v2/rulings/algo_trading.json +++ b/v2/rulings/algo_trading.json @@ -1,9 +1,9 @@ [ { + "answer": "Algo Trading’s second ability can start putting 2 on it the second turn after it is installed. Both abilities meet their trigger condition at the same time each turn, so the Runner can choose the order in which they trigger. The second ability does not check how many credits are on Algo Trading until it resolves, so if the Runner chooses to trigger the first ability before the second ability and this brings the number of credits on it up to 6, then the second ability will be able to resolve.", "card_id": "algo_trading", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes Algo Trading start getting 2 from the bank on the second or third turn after it is installed?", - "answer": "Algo Trading’s second ability can start putting 2 on it the second turn after it is installed. Both abilities meet their trigger condition at the same time each turn, so the Runner can choose the order in which they trigger. The second ability does not check how many credits are on Algo Trading until it resolves, so if the Runner chooses to trigger the first ability before the second ability and this brings the number of credits on it up to 6, then the second ability will be able to resolve." + "question": "####UFAQ [Michael Boggs]\nDoes Algo Trading start getting 2 from the bank on the second or third turn after it is installed?" } ] diff --git a/v2/rulings/alice_merchant_clan_agitator.json b/v2/rulings/alice_merchant_clan_agitator.json index b70086813..9008aeaca 100644 --- a/v2/rulings/alice_merchant_clan_agitator.json +++ b/v2/rulings/alice_merchant_clan_agitator.json @@ -1,9 +1,9 @@ [ { + "answer": "Before.", "card_id": "alice_merchant_clan_agitator", "date_update": "2017-06-23", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhen Alice Merchant makes a successful run on Archives, does the Corp trash a card from HQ before or after the Runner accesses cards?", - "answer": "Before." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhen Alice Merchant makes a successful run on Archives, does the Corp trash a card from HQ before or after the Runner accesses cards?" } ] diff --git a/v2/rulings/always_have_a_backup_plan.json b/v2/rulings/always_have_a_backup_plan.json index e89dda214..401b610f0 100644 --- a/v2/rulings/always_have_a_backup_plan.json +++ b/v2/rulings/always_have_a_backup_plan.json @@ -1,9 +1,9 @@ [ { + "answer": "In either case, the Runner does not encounter that piece of ice, and thus no ice is bypassed.\n\nIf the first run with Always Have a Backup Plan is deflected to a new server, which server does the Runner run the second time?", "card_id": "always_have_a_backup_plan", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the last ice you encountered during the first run of Always Have a Backup Plan is swapped to a different server, uninstalled, or derezzed, what happens during the second run?", - "answer": "In either case, the Runner does not encounter that piece of ice, and thus no ice is bypassed.\n\nIf the first run with Always Have a Backup Plan is deflected to a new server, which server does the Runner run the second time?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the last ice you encountered during the first run of Always Have a Backup Plan is swapped to a different server, uninstalled, or derezzed, what happens during the second run?" } ] diff --git a/v2/rulings/amani_senai.json b/v2/rulings/amani_senai.json index b84342ca7..dcb797915 100644 --- a/v2/rulings/amani_senai.json +++ b/v2/rulings/amani_senai.json @@ -1,9 +1,9 @@ [ { + "answer": "Medical Breakthrough’s ability is active before Amani Senai’s ability resolves, so if it’s the first copy of Medical Breakthrough to be scored or stolen, the base trace strength will be 3. Each additional copy in a player’s score area would lower the base trace strength by another 1.", "card_id": "amani_senai", "date_update": "2018-04-06", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nIf the Corp scores Medical Breakthrough, what is the base trace strength for Amani Senai?", - "answer": "Medical Breakthrough’s ability is active before Amani Senai’s ability resolves, so if it’s the first copy of Medical Breakthrough to be scored or stolen, the base trace strength will be 3. Each additional copy in a player’s score area would lower the base trace strength by another 1." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nIf the Corp scores Medical Breakthrough, what is the base trace strength for Amani Senai?" } ] diff --git a/v2/rulings/amaze_amusements.json b/v2/rulings/amaze_amusements.json index c9c69ed4f..ff70cbff4 100644 --- a/v2/rulings/amaze_amusements.json +++ b/v2/rulings/amaze_amusements.json @@ -1,16 +1,16 @@ [ { + "answer": "No. The ability only persists if the Runner trashes [AMAZE Amusements](/en/card/30058) while accessing it.", "card_id": "amaze_amusements", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Runner uses [Political Operative](/en/card/10043) to trash [AMAZE Amusements](/en/card/30058), does its ability remain active?", - "answer": "No. The ability only persists if the Runner trashes [AMAZE Amusements](/en/card/30058) while accessing it." + "question": "If the Runner uses [Political Operative](/en/card/10043) to trash [AMAZE Amusements](/en/card/30058), does its ability remain active?" }, { + "answer": "No. The persistent flag only indicates that an active ability can remain active beyond its source card. The ability must be active to begin with in order for it to persist.", "card_id": "amaze_amusements", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Runner accesses and trashes an unrezzed [AMAZE Amusements](/en/card/30058), does its ability apply?", - "answer": "No. The persistent flag only indicates that an active ability can remain active beyond its source card. The ability must be active to begin with in order for it to persist." + "question": "If the Runner accesses and trashes an unrezzed [AMAZE Amusements](/en/card/30058), does its ability apply?" } ] diff --git a/v2/rulings/anansi.json b/v2/rulings/anansi.json index fb965346c..1bb456020 100644 --- a/v2/rulings/anansi.json +++ b/v2/rulings/anansi.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Bypassing causes the encounter to end immediately, which is the trigger condition for Anansi's ability.\n\nCan the Runner use [Hunting Grounds](/en/card/09035) to prevent Anansi's ability?", "card_id": "anansi", "date_update": "2020-01-29", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 21](http://ancur.wikia.com/wiki/Council_of_the_Crest_UFAQ) [Michael Boggs]\nIf the Runner bypasses Anansi with an encounter bypass ability (e.g. [Inside Job](/en/card/20023)), does Anansi still do 3 net damage?", - "answer": "Yes. Bypassing causes the encounter to end immediately, which is the trigger condition for Anansi's ability.\n\nCan the Runner use [Hunting Grounds](/en/card/09035) to prevent Anansi's ability?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 21](http://ancur.wikia.com/wiki/Council_of_the_Crest_UFAQ) [Michael Boggs]\nIf the Runner bypasses Anansi with an encounter bypass ability (e.g. [Inside Job](/en/card/20023)), does Anansi still do 3 net damage?" } ] diff --git a/v2/rulings/anemone.json b/v2/rulings/anemone.json index 9a47773c7..70a826b42 100644 --- a/v2/rulings/anemone.json +++ b/v2/rulings/anemone.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, as long as there is a run in progress and [Anemone](https://netrunnerdb.com/en/card/33043) is protecting the attacked server.", "card_id": "anemone", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "If the Corp uses a card ability to rez [Anemone](https://netrunnerdb.com/en/card/33043) at a time other than while the Runner is approaching it, will they be able to use its ability?", - "answer": "Yes, as long as there is a run in progress and [Anemone](https://netrunnerdb.com/en/card/33043) is protecting the attacked server." + "question": "If the Corp uses a card ability to rez [Anemone](https://netrunnerdb.com/en/card/33043) at a time other than while the Runner is approaching it, will they be able to use its ability?" } ] diff --git a/v2/rulings/aniccam.json b/v2/rulings/aniccam.json index 0bce9483e..fe4ec01cc 100644 --- a/v2/rulings/aniccam.json +++ b/v2/rulings/aniccam.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes, unless the event removes itself from the game or otherwise does not follow normal procedure. Normally, events are trashed after resolving.\n\nCan Aniccam cause the Runner to draw a card after an event is hit by damage?", "card_id": "aniccam", "date_update": "2020-03-09", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan Aniccam cause the Runner to draw a card after playing an event?", - "answer": "Yes, unless the event removes itself from the game or otherwise does not follow normal procedure. Normally, events are trashed after resolving.\n\nCan Aniccam cause the Runner to draw a card after an event is hit by damage?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan Aniccam cause the Runner to draw a card after playing an event?" }, { + "answer": "No, [Networking](https://netrunnerdb.com/en/card/31020) adding itself to HQ prevents the default trashing of a resolved event.", "card_id": "aniccam", "date_update": "2022-04-24", "nsg_rules_team_verified": false, - "question": "If you play [Networking](https://netrunnerdb.com/en/card/31020) and choose to add it to your grip, do you draw 1 card with [Aniccam](https://netrunnerdb.com/en/card/26084)?", - "answer": "No, [Networking](https://netrunnerdb.com/en/card/31020) adding itself to HQ prevents the default trashing of a resolved event." + "question": "If you play [Networking](https://netrunnerdb.com/en/card/31020) and choose to add it to your grip, do you draw 1 card with [Aniccam](https://netrunnerdb.com/en/card/26084)?" } ] diff --git a/v2/rulings/ankusa.json b/v2/rulings/ankusa.json index 2d7fa169b..1bf84c2fd 100644 --- a/v2/rulings/ankusa.json +++ b/v2/rulings/ankusa.json @@ -1,9 +1,9 @@ [ { + "answer": "If it is the Runner's turn, then Paper Wall is returned to HQ and is not trashed. If it is the Corp's turn, then Paper Wall is trashed and is not returned to HQ.\n\nIf Ankusa breaks all subroutines on a piece of ice during a [Knifed](/en/card/07038) run, what happens?", "card_id": "ankusa", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf Ankusa breaks all the subroutines on [Paper Wall](/en/card/04059), what happens?", - "answer": "If it is the Runner's turn, then Paper Wall is returned to HQ and is not trashed. If it is the Corp's turn, then Paper Wall is trashed and is not returned to HQ.\n\nIf Ankusa breaks all subroutines on a piece of ice during a [Knifed](/en/card/07038) run, what happens?" + "question": "####UFAQ [Damon Stone]\nIf Ankusa breaks all the subroutines on [Paper Wall](/en/card/04059), what happens?" } ] diff --git a/v2/rulings/anoetic_void.json b/v2/rulings/anoetic_void.json index 196af7b45..6e6618f0d 100644 --- a/v2/rulings/anoetic_void.json +++ b/v2/rulings/anoetic_void.json @@ -1,16 +1,16 @@ [ { + "answer": "The Runner has an opportunity to jack out after passing the last piece of ice protecting the server. The “last chance” you are looking for is the paid ability window just after this (step 4e).", "card_id": "anoetic_void", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "When is the Corp’s last chance to rez [Anoetic Void](/en/card/30050) for its ability to apply to a run?", - "answer": "The Runner has an opportunity to jack out after passing the last piece of ice protecting the server. The “last chance” you are looking for is the paid ability window just after this (step 4e)." + "question": "When is the Corp’s last chance to rez [Anoetic Void](/en/card/30050) for its ability to apply to a run?" }, { + "answer": "No. “Cards from HQ” only refers to cards in the Corp’s hand. Upgrades installed in the root of a central server are not “in” that server.", "card_id": "anoetic_void", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If [Anoetic Void](/en/card/30050) is installed in the root of HQ, can it be one of the cards trashed from HQ for its ability?", - "answer": "No. “Cards from HQ” only refers to cards in the Corp’s hand. Upgrades installed in the root of a central server are not “in” that server." + "question": "If [Anoetic Void](/en/card/30050) is installed in the root of HQ, can it be one of the cards trashed from HQ for its ability?" } ] diff --git a/v2/rulings/ansel_1_0.json b/v2/rulings/ansel_1_0.json index cdffdd903..aba2040c3 100644 --- a/v2/rulings/ansel_1_0.json +++ b/v2/rulings/ansel_1_0.json @@ -1,23 +1,23 @@ [ { + "answer": "If the Corp trashes [Ansel 1.0](/en/card/30038) this way, they finish resolving the install instruction, then the encounter ends and the Runner passes [Ansel 1.0](/en/card/30038)’s former position. The third subroutine on [Ansel 1.0](/en/card/30038) will not have the opportunity to resolve, because it is no longer active.", "card_id": "ansel_1_0", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "If the Corp installs a piece of ice with the second subroutine on [Ansel 1.0](/en/card/30038) and trashes [Ansel 1.0](/en/card/30038) as part of the installation process, what happens?", - "answer": "If the Corp trashes [Ansel 1.0](/en/card/30038) this way, they finish resolving the install instruction, then the encounter ends and the Runner passes [Ansel 1.0](/en/card/30038)’s former position. The third subroutine on [Ansel 1.0](/en/card/30038) will not have the opportunity to resolve, because it is no longer active." + "question": "If the Corp installs a piece of ice with the second subroutine on [Ansel 1.0](/en/card/30038) and trashes [Ansel 1.0](/en/card/30038) as part of the installation process, what happens?" }, { + "answer": "No. The new ice must be installed in the outermost position protecting the server. Since the Runner already has a position relative to the other ice protecting the server, the new ice will necessarily have a position outward from the Runner. Trashing multiple ice does not allow new ice to “leapfrog” the Runner’s position, but just moves the Runner 1 position toward the server for each trashed piece of ice that was inward from their earlier position.", "card_id": "ansel_1_0", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "If the Corp installs a piece of ice with the second subroutine on [Ansel 1.0](/en/card/30038), can they force the Runner to approach the new ice by trashing [Ansel 1.0](/en/card/30038) and/or other ice protecting the attacked server as part of that install?", - "answer": "No. The new ice must be installed in the outermost position protecting the server. Since the Runner already has a position relative to the other ice protecting the server, the new ice will necessarily have a position outward from the Runner. Trashing multiple ice does not allow new ice to “leapfrog” the Runner’s position, but just moves the Runner 1 position toward the server for each trashed piece of ice that was inward from their earlier position." + "question": "If the Corp installs a piece of ice with the second subroutine on [Ansel 1.0](/en/card/30038), can they force the Runner to approach the new ice by trashing [Ansel 1.0](/en/card/30038) and/or other ice protecting the attacked server as part of that install?" }, { + "answer": "No. That subroutine prohibits the Runner from trashing cards they access in any way, not just by using the basic trash ability.", "card_id": "ansel_1_0", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Runner use [Carnivore](/en/card/30003) if the last subroutine on [Ansel 1.0](/en/card/30038) resolved earlier in the run?", - "answer": "No. That subroutine prohibits the Runner from trashing cards they access in any way, not just by using the basic trash ability." + "question": "Can the Runner use [Carnivore](/en/card/30003) if the last subroutine on [Ansel 1.0](/en/card/30038) resolved earlier in the run?" } ] diff --git a/v2/rulings/archer.json b/v2/rulings/archer.json index 2a218cabd..c699c3801 100644 --- a/v2/rulings/archer.json +++ b/v2/rulings/archer.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes. “Ignoring all costs” in [Send a Message](/en/card/30069)’s ability refers to both the rez cost of the ice and any additional costs.", "card_id": "archer", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Corp use [Send a Message](/en/card/30069)’s ability to rez an [Archer](/en/card/31075) without forfeiting an agenda?", - "answer": "Yes. “Ignoring all costs” in [Send a Message](/en/card/30069)’s ability refers to both the rez cost of the ice and any additional costs." + "question": "Can the Corp use [Send a Message](/en/card/30069)’s ability to rez an [Archer](/en/card/31075) without forfeiting an agenda?" }, { + "answer": "It costs 3 plus the forfeit of [Braintrust](https://netrunnerdb.com/en/card/20094). The decision of what you use to pay is made upfront and then the cost is paid simultaneously. The [Braintrust](https://netrunnerdb.com/en/card/20094) ability applies while deciding what to pay for the cost.", "card_id": "archer", "date_update": "2022-04-23", "nsg_rules_team_verified": true, - "question": "When the Corp has a scored [Braintrust](https://netrunnerdb.com/en/card/20094) with 1 agenda counter, and forfeits it to rez [Archer](), how much does the Corp pay for rezzing [Archer](https://netrunnerdb.com/en/card/31075)?", - "answer": "It costs 3 plus the forfeit of [Braintrust](https://netrunnerdb.com/en/card/20094). The decision of what you use to pay is made upfront and then the cost is paid simultaneously. The [Braintrust](https://netrunnerdb.com/en/card/20094) ability applies while deciding what to pay for the cost." + "question": "When the Corp has a scored [Braintrust](https://netrunnerdb.com/en/card/20094) with 1 agenda counter, and forfeits it to rez [Archer](), how much does the Corp pay for rezzing [Archer](https://netrunnerdb.com/en/card/31075)?" } ] diff --git a/v2/rulings/architect_deployment_test.json b/v2/rulings/architect_deployment_test.json index 41f51c7ad..d57574491 100644 --- a/v2/rulings/architect_deployment_test.json +++ b/v2/rulings/architect_deployment_test.json @@ -1,9 +1,9 @@ [ { + "answer": "They remain in R&D in the same order they were found.", "card_id": "architect_deployment_test", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat happens to the cards the Corp looked at but did not install when resolving Architect Deployment Test’s ability?", - "answer": "They remain in R&D in the same order they were found." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat happens to the cards the Corp looked at but did not install when resolving Architect Deployment Test’s ability?" } ] diff --git a/v2/rulings/ark_lockdown.json b/v2/rulings/ark_lockdown.json index 362dc8509..3f07cb757 100644 --- a/v2/rulings/ark_lockdown.json +++ b/v2/rulings/ark_lockdown.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Abilities are only checked for their potential to change the game state to determine whether those abilities can be triggered. Once an ability begins resolving, it does not have to change the game state.", "card_id": "ark_lockdown", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Corp name a card that is not in the heap when playing Ark Lockdown?", - "answer": "Yes. Abilities are only checked for their potential to change the game state to determine whether those abilities can be triggered. Once an ability begins resolving, it does not have to change the game state." + "question": "####UFAQ [Michael Boggs]\nCan the Corp name a card that is not in the heap when playing Ark Lockdown?" } ] diff --git a/v2/rulings/armed_intimidation.json b/v2/rulings/armed_intimidation.json index 5e0d51ca2..61eba6703 100644 --- a/v2/rulings/armed_intimidation.json +++ b/v2/rulings/armed_intimidation.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The ability forces the Runner to choose one of the options, but once an option has been chosen, the resolution can still be modified or prevented.", "card_id": "armed_intimidation", "date_update": "2018-03-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 21](http://ancur.wikia.com/wiki/Council_of_the_Crest_UFAQ) [Michael Boggs]\nWhen the Corp scores Armed Intimidation, can the Runner choose either of the options then prevent/avoid the damage/tags?", - "answer": "Yes. The ability forces the Runner to choose one of the options, but once an option has been chosen, the resolution can still be modified or prevented." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 21](http://ancur.wikia.com/wiki/Council_of_the_Crest_UFAQ) [Michael Boggs]\nWhen the Corp scores Armed Intimidation, can the Runner choose either of the options then prevent/avoid the damage/tags?" } ] diff --git a/v2/rulings/armored_servers.json b/v2/rulings/armored_servers.json index 299ccd9f4..0afd41721 100644 --- a/v2/rulings/armored_servers.json +++ b/v2/rulings/armored_servers.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Both add an additional cost to jacking out or breaking subroutines, so the Runner would have to trash 2 cards from their grip whenever they wish to do one of those two things.\n\nIf the Runner wants use an ability that breaks multiple subroutines, must they trash a card from their grip for each subroutine that ability would break?", "card_id": "armored_servers", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Corp use more than one Armored Servers during a run?", - "answer": "Yes. Both add an additional cost to jacking out or breaking subroutines, so the Runner would have to trash 2 cards from their grip whenever they wish to do one of those two things.\n\nIf the Runner wants use an ability that breaks multiple subroutines, must they trash a card from their grip for each subroutine that ability would break?" + "question": "####UFAQ [Michael Boggs]\nCan the Corp use more than one Armored Servers during a run?" } ] diff --git a/v2/rulings/artificial_cryptocrash.json b/v2/rulings/artificial_cryptocrash.json index e13298018..bfddca8a5 100644 --- a/v2/rulings/artificial_cryptocrash.json +++ b/v2/rulings/artificial_cryptocrash.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner loses all of their credits.", "card_id": "artificial_cryptocrash", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "What happens if the Corp scores [Artificial Cryptocrash](https://netrunnerdb.com/en/card/33049) when the Runner has fewer than 7?", - "answer": "The Runner loses all of their credits." + "question": "What happens if the Corp scores [Artificial Cryptocrash](https://netrunnerdb.com/en/card/33049) when the Runner has fewer than 7?" } ] diff --git a/v2/rulings/artist_colony.json b/v2/rulings/artist_colony.json index 9e5e1d56f..664b33db9 100644 --- a/v2/rulings/artist_colony.json +++ b/v2/rulings/artist_colony.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes because Artist Colony does not restrict which card can be searched for. If the Runner cannot install the card, though, it will just get shuffled back into the stack.", "card_id": "artist_colony", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan the Runner use Artist Colony to search for a card they are unable to install (either because it’s an Event or because they can’t afford the install cost)?", - "answer": "Yes because Artist Colony does not restrict which card can be searched for. If the Runner cannot install the card, though, it will just get shuffled back into the stack." + "question": "####UFAQ [Damon Stone]\nCan the Runner use Artist Colony to search for a card they are unable to install (either because it’s an Event or because they can’t afford the install cost)?" } ] diff --git a/v2/rulings/aryabhata_tech.json b/v2/rulings/aryabhata_tech.json index 171010ed9..7961d84ad 100644 --- a/v2/rulings/aryabhata_tech.json +++ b/v2/rulings/aryabhata_tech.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The “if successful” effects of a trace are constant effects, so they always resolve before any abilities triggered by the successful trace.\n\nIf the Runner has 4 when the trace on Virgo is successful and boosted to at least trace strength 5, can the Runner avoid both tags with New Angeles City Hall before losing 1 to Aryabhata Tech?", "card_id": "aryabhata_tech", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner has 2 when the trace on [Virgo](/en/card/06109) is successful, can the Runner avoid the tag with [New Angeles City Hall](/en/card/02109) before losing 1 to Aryabhata Tech?", - "answer": "Yes. The “if successful” effects of a trace are constant effects, so they always resolve before any abilities triggered by the successful trace.\n\nIf the Runner has 4 when the trace on Virgo is successful and boosted to at least trace strength 5, can the Runner avoid both tags with New Angeles City Hall before losing 1 to Aryabhata Tech?" + "question": "####UFAQ [Damon Stone]\nIf the Runner has 2 when the trace on [Virgo](/en/card/06109) is successful, can the Runner avoid the tag with [New Angeles City Hall](/en/card/02109) before losing 1 to Aryabhata Tech?" } ] diff --git a/v2/rulings/assimilator.json b/v2/rulings/assimilator.json index 986314c30..4dc1cb2fa 100644 --- a/v2/rulings/assimilator.json +++ b/v2/rulings/assimilator.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nWhat happens if the Runner uses Assimilator to flip up a console while a console is already installed?", "card_id": "assimilator", "date_update": "2017-12-29", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan [Apex: Invasive Predator](/en/card/09029) use Assimilator to obtain non-virtual resources?", - "answer": "Yes.\n\nWhat happens if the Runner uses Assimilator to flip up a console while a console is already installed?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan [Apex: Invasive Predator](/en/card/09029) use Assimilator to obtain non-virtual resources?" } ] diff --git a/v2/rulings/asteroid_belt.json b/v2/rulings/asteroid_belt.json index 6041d3e81..641287af7 100644 --- a/v2/rulings/asteroid_belt.json +++ b/v2/rulings/asteroid_belt.json @@ -1,9 +1,9 @@ [ { + "answer": "It would cost 0[c]. To determine what a cost is when effects are modifying its value, start with the default value for that cost ([Asteroid Belt](07012)’s printed rez cost is 9[c]), apply each effect that increases the cost ([Tread Lightly](30012) adds 3[c]), and then apply each effect that lowers the cost ([Asteroid Belt](07012)’s ability subtracts 3[c] for each hosted advancement counter).", "card_id": "asteroid_belt", "date_update": "2021-10-09", "nsg_rules_team_verified": false, - "question": "If an [Asteroid Belt](07012) has 4 hosted advancement counters, how much does it cost to rez it during a run made with [Tread Lightly](30012)?", - "answer": "It would cost 0[c]. To determine what a cost is when effects are modifying its value, start with the default value for that cost ([Asteroid Belt](07012)’s printed rez cost is 9[c]), apply each effect that increases the cost ([Tread Lightly](30012) adds 3[c]), and then apply each effect that lowers the cost ([Asteroid Belt](07012)’s ability subtracts 3[c] for each hosted advancement counter)." + "question": "If an [Asteroid Belt](07012) has 4 hosted advancement counters, how much does it cost to rez it during a run made with [Tread Lightly](30012)?" } ] diff --git a/v2/rulings/audacity.json b/v2/rulings/audacity.json index 620f3e967..456c3d366 100644 --- a/v2/rulings/audacity.json +++ b/v2/rulings/audacity.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "audacity", "date_update": "2017-05-25", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nDoes Audacity count itself toward the required number of cards in HQ?", - "answer": "Yes." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nDoes Audacity count itself toward the required number of cards in HQ?" } ] diff --git a/v2/rulings/aumakua.json b/v2/rulings/aumakua.json index c9e9118cd..869550144 100644 --- a/v2/rulings/aumakua.json +++ b/v2/rulings/aumakua.json @@ -1,9 +1,9 @@ [ { + "answer": "Aumakua triggers once after the whole access step.\n\nDoes Aumakua trigger after the Runner accesses Archives?", "card_id": "aumakua", "date_update": "2017-10-17", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf there are cards installed in the root of a central server, how many times does Aumakua trigger?", - "answer": "Aumakua triggers once after the whole access step.\n\nDoes Aumakua trigger after the Runner accesses Archives?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf there are cards installed in the root of a central server, how many times does Aumakua trigger?" } ] diff --git a/v2/rulings/authenticator.json b/v2/rulings/authenticator.json index 8032aadf9..4b7a32e8c 100644 --- a/v2/rulings/authenticator.json +++ b/v2/rulings/authenticator.json @@ -1,9 +1,9 @@ [ { + "answer": "If the Runner avoids the tag, then they have not paid the cost to bypass Authenticator and therefore do not bypass it.\n \nIf [Jesminder Sareen](/en/card/10006) has not previously avoided a tag this run and encounters Authenticator, can she bypass it?", "card_id": "authenticator", "date_update": "2017-05-25", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Runner avoid the tag from Authenticator and still bypass it?", - "answer": "If the Runner avoids the tag, then they have not paid the cost to bypass Authenticator and therefore do not bypass it.\n \nIf [Jesminder Sareen](/en/card/10006) has not previously avoided a tag this run and encounters Authenticator, can she bypass it?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Runner avoid the tag from Authenticator and still bypass it?" } ] diff --git a/v2/rulings/avgustina_ivanovskaya.json b/v2/rulings/avgustina_ivanovskaya.json index f9a0fe045..220dbf4f0 100644 --- a/v2/rulings/avgustina_ivanovskaya.json +++ b/v2/rulings/avgustina_ivanovskaya.json @@ -1,9 +1,9 @@ [ { + "answer": "No, the Corp is trashing the cards when resolving a sabotage effect.", "card_id": "avgustina_ivanovskaya", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does the Runner gain a credit when they sabotage and have [Demolisher](/en/card/26002) installed?", - "answer": "No, the Corp is trashing the cards when resolving a sabotage effect." + "question": "Does the Runner gain a credit when they sabotage and have [Demolisher](/en/card/26002) installed?" } ] diff --git a/v2/rulings/awakening_center.json b/v2/rulings/awakening_center.json index 38f8ea07d..e98b8ce80 100644 --- a/v2/rulings/awakening_center.json +++ b/v2/rulings/awakening_center.json @@ -18,10 +18,10 @@ "text_ruling": "Ice on Awakening Center are in the server and do not count as ice\nprotecting the server. [Official FAQ]" }, { + "answer": "Yes, but only if that piece of ice is a rezzed ​**bioroid​**, because [Awakening Center​](/en/card/03021) is only a legal location for ​**bioroid​** ice. If the ice is unrezzed, the Runner cannot demonstrate that the swap is legal. It does not matter if the ice was exposed earlier in the game or is otherwise known by the Runner; it only matters whether the Runner is allowed to see the ​**bioroid​** subtype at the time Tāo’s ability resolves. If a rezzed **bioroid​** is swapped this way, the Corp will not be able to pay the cost to force the Runner to encounter it with [Awakening Center​](/en/card/03021)​’s second ability unless another effect derezzes the ​**bioroid​**.", "card_id": "awakening_center", "date_update": "2021-10-11", "nsg_rules_team_verified": false, - "question": "Can the Runner use [Tāo Salonga](/en/card/30019) to swap a piece of ice protecting a server with ice hosted on ​[Awakening Center​](/en/card/03021)?", - "answer": "Yes, but only if that piece of ice is a rezzed ​**bioroid​**, because [Awakening Center​](/en/card/03021) is only a legal location for ​**bioroid​** ice. If the ice is unrezzed, the Runner cannot demonstrate that the swap is legal. It does not matter if the ice was exposed earlier in the game or is otherwise known by the Runner; it only matters whether the Runner is allowed to see the ​**bioroid​** subtype at the time Tāo’s ability resolves. If a rezzed **bioroid​** is swapped this way, the Corp will not be able to pay the cost to force the Runner to encounter it with [Awakening Center​](/en/card/03021)​’s second ability unless another effect derezzes the ​**bioroid​**." + "question": "Can the Runner use [Tāo Salonga](/en/card/30019) to swap a piece of ice protecting a server with ice hosted on ​[Awakening Center​](/en/card/03021)?" } ] diff --git a/v2/rulings/ayla_bios_rahim_simulant_specialist.json b/v2/rulings/ayla_bios_rahim_simulant_specialist.json index 6a0caa1a6..ba981daeb 100644 --- a/v2/rulings/ayla_bios_rahim_simulant_specialist.json +++ b/v2/rulings/ayla_bios_rahim_simulant_specialist.json @@ -1,16 +1,16 @@ [ { + "answer": "The Runner should set aside the cards after revealing IDs and shuffling their deck, before drawing any cards. After setting aside cards and shuffling again, the Runner draws a starting hand. If the Runner chooses to take a mulligan, the set aside cards are not affected in any way, as those cards are no longer in the deck.", "card_id": "ayla_bios_rahim_simulant_specialist", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "When exactly does the Runner set aside cards with [Ayla “Bios” Rahim](https://netrunnerdb.com/en/card/31025), and how does the ability interact with taking a mulligan?", - "answer": "The Runner should set aside the cards after revealing IDs and shuffling their deck, before drawing any cards. After setting aside cards and shuffling again, the Runner draws a starting hand. If the Runner chooses to take a mulligan, the set aside cards are not affected in any way, as those cards are no longer in the deck." + "question": "When exactly does the Runner set aside cards with [Ayla “Bios” Rahim](https://netrunnerdb.com/en/card/31025), and how does the ability interact with taking a mulligan?" }, { + "answer": "No, set aside cards are not installed.", "card_id": "ayla_bios_rahim_simulant_specialist", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "Can the Runner trash cards set aside with [Ayla “Bios” Rahim](https://netrunnerdb.com/en/card/31025) to use [Endless Hunger](https://netrunnerdb.com/en/card/09033)?", - "answer": "No, set aside cards are not installed." + "question": "Can the Runner trash cards set aside with [Ayla “Bios” Rahim](https://netrunnerdb.com/en/card/31025) to use [Endless Hunger](https://netrunnerdb.com/en/card/09033)?" } ] diff --git a/v2/rulings/azef_protocol.json b/v2/rulings/azef_protocol.json index 8f20af950..5e5c22ddc 100644 --- a/v2/rulings/azef_protocol.json +++ b/v2/rulings/azef_protocol.json @@ -1,23 +1,23 @@ [ { + "answer": "Yes and yes. When the Corp pays the additional cost to score [Azef Protocol](/en/card/33058), a checkpoint occurs before the score effect itself is resolved. [Ob Superheavy Logistics](/en/card/33057) triggers at this checkpoint and resolves in time for [Malapert Data Vault](/en/card/30066) to be active when its trigger condition is met.", "card_id": "azef_protocol", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "If the Corp trashes a card with a printed rez cost of 2 to pay the additional cost to score [Azef Protocol](/en/card/33058), can they use [Ob Superheavy Logistics](/en/card/33057) to install [Malapert Data Vault](/en/card/30066) into the root of the same server as the [Azef Protocol](/en/card/33058)? Can they then resolve [Malapert Data Vault](/en/card/30066)’s ability?", - "answer": "Yes and yes. When the Corp pays the additional cost to score [Azef Protocol](/en/card/33058), a checkpoint occurs before the score effect itself is resolved. [Ob Superheavy Logistics](/en/card/33057) triggers at this checkpoint and resolves in time for [Malapert Data Vault](/en/card/30066) to be active when its trigger condition is met." + "question": "If the Corp trashes a card with a printed rez cost of 2 to pay the additional cost to score [Azef Protocol](/en/card/33058), can they use [Ob Superheavy Logistics](/en/card/33057) to install [Malapert Data Vault](/en/card/30066) into the root of the same server as the [Azef Protocol](/en/card/33058)? Can they then resolve [Malapert Data Vault](/en/card/30066)’s ability?" }, { + "answer": "It is not possible to do this and still score the [Azef Protocol](/en/card/33058). When the Corp pays the additional cost to score [Azef Protocol](/en/card/33058), a checkpoint occurs before the score effect itself is resolved. [Ob Superheavy Logistics](/en/card/33057) triggers at this checkpoint and resolves fully before the game continues attempting to resolve scoring. If the Corp chooses to install an asset in the root of the server that currently contains [Azef Protocol](/en/card/33058), they must trash [Azef Protocol](/en/card/33058) as part of installing the asset. This is legal, but when the reaction window closes and the game proceeds, the score effect won't be able to find [Azef Protocol](/en/card/33058) because it is no longer installed.", "card_id": "azef_protocol", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "Can the Corp use [Ob Superheavy Logistics](/en/card/33057) while resolving the additional cost on [Azef Protocol](/en/card/33058) to install an asset in the root of the same server as [Azef Protocol](/en/card/33058)?", - "answer": "It is not possible to do this and still score the [Azef Protocol](/en/card/33058). When the Corp pays the additional cost to score [Azef Protocol](/en/card/33058), a checkpoint occurs before the score effect itself is resolved. [Ob Superheavy Logistics](/en/card/33057) triggers at this checkpoint and resolves fully before the game continues attempting to resolve scoring. If the Corp chooses to install an asset in the root of the server that currently contains [Azef Protocol](/en/card/33058), they must trash [Azef Protocol](/en/card/33058) as part of installing the asset. This is legal, but when the reaction window closes and the game proceeds, the score effect won't be able to find [Azef Protocol](/en/card/33058) because it is no longer installed." + "question": "Can the Corp use [Ob Superheavy Logistics](/en/card/33057) while resolving the additional cost on [Azef Protocol](/en/card/33058) to install an asset in the root of the same server as [Azef Protocol](/en/card/33058)?" }, { + "answer": "No, trashing the [SanSan City Grid](/en/card/31069) would result in no longer meeting the requirement for scoring the [Azef Protocol](/en/card/33058).", "card_id": "azef_protocol", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "If the Corp has [Azef Protocol](/en/card/33058) with 2 advancement counters in the root of a server with a rezzed [SanSan City Grid](/en/card/31069), can they trash the [SanSan City Grid](/en/card/31069) to score the [Azef Protocol](/en/card/33058)?", - "answer": "No, trashing the [SanSan City Grid](/en/card/31069) would result in no longer meeting the requirement for scoring the [Azef Protocol](/en/card/33058)." + "question": "If the Corp has [Azef Protocol](/en/card/33058) with 2 advancement counters in the root of a server with a rezzed [SanSan City Grid](/en/card/31069), can they trash the [SanSan City Grid](/en/card/31069) to score the [Azef Protocol](/en/card/33058)?" } ] diff --git a/v2/rulings/azmari_edtech_shaping_the_future.json b/v2/rulings/azmari_edtech_shaping_the_future.json index d0ccce28d..2d0a8fc2d 100644 --- a/v2/rulings/azmari_edtech_shaping_the_future.json +++ b/v2/rulings/azmari_edtech_shaping_the_future.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Following the rules for playing events, \"when played\" abilities do not meet their trigger condition until the even in question is active in the play area. Employee Strike blanks Azmari EdTech as soon as it becomes active, so its ability is no longer active and cannot trigger.", "card_id": "azmari_edtech_shaping_the_future", "date_update": "2018-03-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 21](http://ancur.wikia.com/wiki/Council_of_the_Crest_UFAQ) [Michael Boggs]\nIf the Corp names \"event\" for the card type for Azmari EdTech, does the Corp still gain 2 if the Runner plays [Employee Strike](/en/card/09053)?", - "answer": "No. Following the rules for playing events, \"when played\" abilities do not meet their trigger condition until the even in question is active in the play area. Employee Strike blanks Azmari EdTech as soon as it becomes active, so its ability is no longer active and cannot trigger." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 21](http://ancur.wikia.com/wiki/Council_of_the_Crest_UFAQ) [Michael Boggs]\nIf the Corp names \"event\" for the card type for Azmari EdTech, does the Corp still gain 2 if the Runner plays [Employee Strike](/en/card/09053)?" } ] diff --git a/v2/rulings/backstitching.json b/v2/rulings/backstitching.json index 33dfe6c1e..7bfb12d67 100644 --- a/v2/rulings/backstitching.json +++ b/v2/rulings/backstitching.json @@ -1,30 +1,30 @@ [ { + "answer": "When you identify your mark, that server becomes your mark for the turn, even if the card that instructed you to identify your mark leaves play. If an event instructs you to identify your mark, that server continues to be your mark for the remainder of the turn after that event resolves.", "card_id": "backstitching", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does the Runner’s mark stay if all mark cards leave play, or does it leave and return when a new mark card comes into play?", - "answer": "When you identify your mark, that server becomes your mark for the turn, even if the card that instructed you to identify your mark leaves play. If an event instructs you to identify your mark, that server continues to be your mark for the remainder of the turn after that event resolves." + "question": "Does the Runner’s mark stay if all mark cards leave play, or does it leave and return when a new mark card comes into play?" }, { + "answer": "No. The Runner only identifies a mark when an ability instructs them to.", "card_id": "backstitching", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner does not have a mark, and they install a card that says “When your turn begins, identify your mark.”, do they get a mark for the current turn?", - "answer": "No. The Runner only identifies a mark when an ability instructs them to." + "question": "If the Runner does not have a mark, and they install a card that says “When your turn begins, identify your mark.”, do they get a mark for the current turn?" }, { + "answer": "The first time each turn the Runner resolves an instruction to identify their mark, they will randomly choose a central server. That server becomes their mark for the entire turn. Resolving another instruction to identify their mark will have no effect.", "card_id": "backstitching", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner has multiple “mark” cards, how do they identify their mark?", - "answer": "The first time each turn the Runner resolves an instruction to identify their mark, they will randomly choose a central server. That server becomes their mark for the entire turn. Resolving another instruction to identify their mark will have no effect." + "question": "If the Runner has multiple “mark” cards, how do they identify their mark?" }, { + "answer": "Yes. The attacked server is still the Runner’s mark, so the forced encounter from [Konjin](/en/card/26109) still meets [Backstitching](/en/card/33019)’s trigger condition.", "card_id": "backstitching", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner encounters [Konjin](/en/card/26109) protecting their mark, and they are forced to encounter ice protecting a different server, can they trash [Backstitching](/en/card/33019) to bypass the ice that [Konjin](/en/card/26109) forced them to encounter?", - "answer": "Yes. The attacked server is still the Runner’s mark, so the forced encounter from [Konjin](/en/card/26109) still meets [Backstitching](/en/card/33019)’s trigger condition." + "question": "If the Runner encounters [Konjin](/en/card/26109) protecting their mark, and they are forced to encounter ice protecting a different server, can they trash [Backstitching](/en/card/33019) to bypass the ice that [Konjin](/en/card/26109) forced them to encounter?" } ] diff --git a/v2/rulings/bacterial_programming.json b/v2/rulings/bacterial_programming.json index 60975d08d..02e4802e2 100644 --- a/v2/rulings/bacterial_programming.json +++ b/v2/rulings/bacterial_programming.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner continues accessing cards from R&D as normal, starting with whatever card is now on top of R&D, and proceeding down through as many cards as they have accesses remaining.\n\nIf the Runner steals Bacterial Programming from **HQ** with accesses remaining, what happens if the Corp uses the ability on Bacterial Programming to add any cards to HQ?", "card_id": "bacterial_programming", "date_update": "2018-02-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nIf the Runner steals Bacterial Programming from **R&D** with accesses remaining, what happens if the Corp uses the ability on Bacterial Programming?", - "answer": "The Runner continues accessing cards from R&D as normal, starting with whatever card is now on top of R&D, and proceeding down through as many cards as they have accesses remaining.\n\nIf the Runner steals Bacterial Programming from **HQ** with accesses remaining, what happens if the Corp uses the ability on Bacterial Programming to add any cards to HQ?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nIf the Runner steals Bacterial Programming from **R&D** with accesses remaining, what happens if the Corp uses the ability on Bacterial Programming?" } ] diff --git a/v2/rulings/bailiff.json b/v2/rulings/bailiff.json index 60d7c7f5d..843ef51ad 100644 --- a/v2/rulings/bailiff.json +++ b/v2/rulings/bailiff.json @@ -1,9 +1,9 @@ [ { + "answer": "The Corp gains 2. Even though the Runner only triggered one ability, both subroutines were broken.", "card_id": "bailiff", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Corp uses [Sub Boost](/en/card/07025) or [Sensei](/en/card/02034) to give Bailiff an additional subroutine, and the Runner uses [Breach](/en/card/05042) to break both subroutines at once, does the Corp gain 1 or 2?", - "answer": "The Corp gains 2. Even though the Runner only triggered one ability, both subroutines were broken." + "question": "####UFAQ [Damon Stone]\nIf the Corp uses [Sub Boost](/en/card/07025) or [Sensei](/en/card/02034) to give Bailiff an additional subroutine, and the Runner uses [Breach](/en/card/05042) to break both subroutines at once, does the Corp gain 1 or 2?" } ] diff --git a/v2/rulings/baklan_bochkin.json b/v2/rulings/baklan_bochkin.json index ba7333126..72ea26fb2 100644 --- a/v2/rulings/baklan_bochkin.json +++ b/v2/rulings/baklan_bochkin.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nCan the Corp re-rez a piece of ice immediately after “Baklan” Bochkin derezzes it?", "card_id": "baklan_bochkin", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Runner use “Baklan” Bochkin to take a tag, even if they are not encountering a piece of ice?", - "answer": "Yes.\n\nCan the Corp re-rez a piece of ice immediately after “Baklan” Bochkin derezzes it?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Runner use “Baklan” Bochkin to take a tag, even if they are not encountering a piece of ice?" } ] diff --git a/v2/rulings/ballista.json b/v2/rulings/ballista.json index 91ac80614..420f22606 100644 --- a/v2/rulings/ballista.json +++ b/v2/rulings/ballista.json @@ -1,9 +1,9 @@ [ { + "answer": "The Corp makes any choices in resolving subroutines unless the ability specifically directs the Runner to perform its effect.", "card_id": "ballista", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Who chooses whether to trash a program or end the run?", - "answer": "The Corp makes any choices in resolving subroutines unless the ability specifically directs the Runner to perform its effect." + "question": "Who chooses whether to trash a program or end the run?" } ] diff --git a/v2/rulings/bazaar.json b/v2/rulings/bazaar.json index 2664d4d92..5481f7e28 100644 --- a/v2/rulings/bazaar.json +++ b/v2/rulings/bazaar.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Bazaar and Replicator meet their trigger condition simultaneously, so the Runner can choose to trigger Replicator first and then trigger Bazaar. The Runner may choose to repeat this process until there are no more copies of that hardware available to install.", "card_id": "bazaar", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner has both Bazaar and [Replicator](/en/card/02088) installed, can they install all copies of a piece of hardware from Grip and Stack by installing the first copy?", - "answer": "Yes. Bazaar and Replicator meet their trigger condition simultaneously, so the Runner can choose to trigger Replicator first and then trigger Bazaar. The Runner may choose to repeat this process until there are no more copies of that hardware available to install." + "question": "####UFAQ [Damon Stone]\nIf the Runner has both Bazaar and [Replicator](/en/card/02088) installed, can they install all copies of a piece of hardware from Grip and Stack by installing the first copy?" } ] diff --git a/v2/rulings/bellona.json b/v2/rulings/bellona.json index 8cfebd4b7..5e14ecfbd 100644 --- a/v2/rulings/bellona.json +++ b/v2/rulings/bellona.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. There is not normally a cost to steal an agenda, so the Runner is paying a cost because of a Corp card ability.\n\nIf the Runner steals Bellona with 2 advancement counters on it while NAPD Cordon is active, how many different costs do they pay? How many times can the Corp trigger GameNET?", "card_id": "bellona", "date_update": "2020-04-14", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes the additional cost from Bellona meet GameNET's trigger condition?", - "answer": "Yes. There is not normally a cost to steal an agenda, so the Runner is paying a cost because of a Corp card ability.\n\nIf the Runner steals Bellona with 2 advancement counters on it while NAPD Cordon is active, how many different costs do they pay? How many times can the Corp trigger GameNET?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes the additional cost from Bellona meet GameNET's trigger condition?" } ] diff --git a/v2/rulings/ben_musashi.json b/v2/rulings/ben_musashi.json index 783b3bb0c..ab592c3d9 100644 --- a/v2/rulings/ben_musashi.json +++ b/v2/rulings/ben_musashi.json @@ -1,9 +1,9 @@ [ { + "answer": "If the Runner prevents even a single point of the net damage incurred by Ben Musashi, then they have not paid the additional cost to steal the agenda and therefore do not steal it.", "card_id": "ben_musashi", "date_update": "2017-05-25", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Runner still steal an agenda if they prevent some or all of the net damage incurred by Ben Musashi?", - "answer": "If the Runner prevents even a single point of the net damage incurred by Ben Musashi, then they have not paid the additional cost to steal the agenda and therefore do not steal it." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Runner still steal an agenda if they prevent some or all of the net damage incurred by Ben Musashi?" } ] diff --git a/v2/rulings/berserker.json b/v2/rulings/berserker.json index 69b55ffba..d630e594a 100644 --- a/v2/rulings/berserker.json +++ b/v2/rulings/berserker.json @@ -1,9 +1,9 @@ [ { + "answer": "Like with typical strength boosts from icebreakers, Berserker resets at the end of each encounter.\n\nIf the Runner encounters a [Galahad](/en/card/06011), how much strength does Berserker gain?", "card_id": "berserker", "date_update": "2017-05-25", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nHow long does the strength boost on Berserker last?", - "answer": "Like with typical strength boosts from icebreakers, Berserker resets at the end of each encounter.\n\nIf the Runner encounters a [Galahad](/en/card/06011), how much strength does Berserker gain?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nHow long does the strength boost on Berserker last?" } ] diff --git a/v2/rulings/best_defense.json b/v2/rulings/best_defense.json index 582a559b9..f183095c6 100644 --- a/v2/rulings/best_defense.json +++ b/v2/rulings/best_defense.json @@ -1,16 +1,16 @@ [ { + "answer": "No. Facedown Runner cards do not have install costs.", "card_id": "best_defense", "date_update": "2018-02-13", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nCan Best Defense trash facedown Runner cards?", - "answer": "No. Facedown Runner cards do not have install costs." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nCan Best Defense trash facedown Runner cards?" }, { + "answer": "No.", "card_id": "best_defense", "date_update": "2018-02-13", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 10](http://ancur.wikia.com/wiki/Intervention_UFAQ) [Michael Boggs]\nCan Best Defense trash a Corp card?", - "answer": "No." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 10](http://ancur.wikia.com/wiki/Intervention_UFAQ) [Michael Boggs]\nCan Best Defense trash a Corp card?" } ] diff --git a/v2/rulings/beth_kilrain_chang.json b/v2/rulings/beth_kilrain_chang.json index a90ce499f..543bd3dc9 100644 --- a/v2/rulings/beth_kilrain_chang.json +++ b/v2/rulings/beth_kilrain_chang.json @@ -1,9 +1,9 @@ [ { + "answer": "This means that the player has that number of credits in their credit pool. Recurring credits and other credits hosted on cards do not count unless they say otherwise.\n\nWith Beth Kilrain-Chang installed, if the Corp has 9 and a scored [Corporate Sales Team](/en/card/10037) when the Runner's turn begins, does the Runner gain 1, draw 1 card, or both?", "card_id": "beth_kilrain_chang", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nWhat does it mean for the Corp to “have” a certain number of credits?", - "answer": "This means that the player has that number of credits in their credit pool. Recurring credits and other credits hosted on cards do not count unless they say otherwise.\n\nWith Beth Kilrain-Chang installed, if the Corp has 9 and a scored [Corporate Sales Team](/en/card/10037) when the Runner's turn begins, does the Runner gain 1, draw 1 card, or both?" + "question": "####UFAQ [Michael Boggs]\nWhat does it mean for the Corp to “have” a certain number of credits?" } ] diff --git a/v2/rulings/biased_reporting.json b/v2/rulings/biased_reporting.json index 538506ff3..b1a5fa740 100644 --- a/v2/rulings/biased_reporting.json +++ b/v2/rulings/biased_reporting.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner.\n\nDoes the Corp gain credits before or after the Runner trashes cards to Biased Reporting?", "card_id": "biased_reporting", "date_update": "2017-07-21", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhen the Runner trashes cards during Biased Reporting, which player gains the credits?", - "answer": "The Runner.\n\nDoes the Corp gain credits before or after the Runner trashes cards to Biased Reporting?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhen the Runner trashes cards during Biased Reporting, which player gains the credits?" } ] diff --git a/v2/rulings/big_deal.json b/v2/rulings/big_deal.json index 022e9ff02..6108e7eff 100644 --- a/v2/rulings/big_deal.json +++ b/v2/rulings/big_deal.json @@ -1,9 +1,9 @@ [ { + "answer": "Normally, resolving a **terminal** operation would skip all remaining paid ability windows this turn where the Corp can score an agenda. This effect provides an opportunity to score outside of a paid ability window, but the Corp still needs to meet the advancement requirement of the agenda and any other requirements in effect.", "card_id": "big_deal", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "What does “You may score that card, if able.” mean?", - "answer": "Normally, resolving a **terminal** operation would skip all remaining paid ability windows this turn where the Corp can score an agenda. This effect provides an opportunity to score outside of a paid ability window, but the Corp still needs to meet the advancement requirement of the agenda and any other requirements in effect." + "question": "What does “You may score that card, if able.” mean?" } ] diff --git a/v2/rulings/bio_ethics_association.json b/v2/rulings/bio_ethics_association.json index 1827c9b8a..c21b29faa 100644 --- a/v2/rulings/bio_ethics_association.json +++ b/v2/rulings/bio_ethics_association.json @@ -6,10 +6,10 @@ "text_ruling": "####MWL [update v1.2]\nNAPD Most Wanted List - **Level 1**: Each copy of this card costs 1 universal influence, which is separate & in addition to the normal printed influence, and counts against all Identities influence limits, even those in the same faction." }, { + "answer": "Yes. If the Corp chooses to trigger Blue Sun before triggering the ability on Bio-Ethics Association, then when that ability resolves the \"if\" clause will be true and allow resolution.", "card_id": "bio_ethics_association", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the only piece of ice protecting Bio-Ethics Association is returned to hand by [Blue Sun](/en/card/06068) at the start of the Corp's turn, does the ability of the political asset still trigger?", - "answer": "Yes. If the Corp chooses to trigger Blue Sun before triggering the ability on Bio-Ethics Association, then when that ability resolves the \"if\" clause will be true and allow resolution." + "question": "####UFAQ [Damon Stone]\nIf the only piece of ice protecting Bio-Ethics Association is returned to hand by [Blue Sun](/en/card/06068) at the start of the Corp's turn, does the ability of the political asset still trigger?" } ] diff --git a/v2/rulings/bio_modeled_network.json b/v2/rulings/bio_modeled_network.json index b02fe115f..47037f029 100644 --- a/v2/rulings/bio_modeled_network.json +++ b/v2/rulings/bio_modeled_network.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The Runner can trash Bio-Modeled Network, preventing all but the first damage, then pay 1 using Net Shield to prevent that damage.", "card_id": "bio_modeled_network", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Runner prevent all of the first instance of net damage in a turn using both [Net Shield](/en/card/01045) and Bio-Modeled Network?", - "answer": "Yes. The Runner can trash Bio-Modeled Network, preventing all but the first damage, then pay 1 using Net Shield to prevent that damage." + "question": "####UFAQ [Michael Boggs]\nCan the Runner prevent all of the first instance of net damage in a turn using both [Net Shield](/en/card/01045) and Bio-Modeled Network?" } ] diff --git a/v2/rulings/biometric_spoofing.json b/v2/rulings/biometric_spoofing.json index 7c0f9787f..e31f3726d 100644 --- a/v2/rulings/biometric_spoofing.json +++ b/v2/rulings/biometric_spoofing.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Because the ability does not say \"if able\", it will resolve as much as possible when used.", "card_id": "biometric_spoofing", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Runner use Biometric Spoofing to prevent 1 damage?", - "answer": "Yes. Because the ability does not say \"if able\", it will resolve as much as possible when used." + "question": "####UFAQ [Michael Boggs]\nCan the Runner use Biometric Spoofing to prevent 1 damage?" } ] diff --git a/v2/rulings/bioroid_work_crew.json b/v2/rulings/bioroid_work_crew.json index 01d4d6f89..da128ffb2 100644 --- a/v2/rulings/bioroid_work_crew.json +++ b/v2/rulings/bioroid_work_crew.json @@ -1,9 +1,9 @@ [ { + "answer": "Treat Bioroid Work Crew as if it read “Use this ability only during the next paid ability window after playing and resolving an operation.”", "card_id": "bioroid_work_crew", "date_update": "2017-05-25", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhat does “immediately after playing an operation” on Bioroid Work Crew mean? Does the Corp trigger this ability in the next paid ability window after resolving an operation, or does it have special timing?", - "answer": "Treat Bioroid Work Crew as if it read “Use this ability only during the next paid ability window after playing and resolving an operation.”" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhat does “immediately after playing an operation” on Bioroid Work Crew mean? Does the Corp trigger this ability in the next paid ability window after resolving an operation, or does it have special timing?" } ] diff --git a/v2/rulings/black_level_clearance.json b/v2/rulings/black_level_clearance.json index e0c356f9a..2518f05f7 100644 --- a/v2/rulings/black_level_clearance.json +++ b/v2/rulings/black_level_clearance.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The latter part of the ability is conditional on the first part.\n\nIf the Runner jacks out with Black Level Clearance, does the Runner take a tag from [John Masanori](/en/card/04009)?", "card_id": "black_level_clearance", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes the Corp gain the bonuses from Black Level Clearance if the Runner jacks out before Black Level Clearance allows the Runner to?", - "answer": "No. The latter part of the ability is conditional on the first part.\n\nIf the Runner jacks out with Black Level Clearance, does the Runner take a tag from [John Masanori](/en/card/04009)?" + "question": "####UFAQ [Michael Boggs]\nDoes the Corp gain the bonuses from Black Level Clearance if the Runner jacks out before Black Level Clearance allows the Runner to?" } ] diff --git a/v2/rulings/bladderwort.json b/v2/rulings/bladderwort.json index 1bb9a525b..f45274c59 100644 --- a/v2/rulings/bladderwort.json +++ b/v2/rulings/bladderwort.json @@ -1,16 +1,16 @@ [ { + "answer": "[Bladderwort](https://netrunnerdb.com/en/card/33041) checks the Corp’s credits when its second instruction resolves, after the Corp gains 1 from its first instruction.", "card_id": "bladderwort", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "When does [Bladderwort](https://netrunnerdb.com/en/card/33041) check the Corp’s credits?", - "answer": "[Bladderwort](https://netrunnerdb.com/en/card/33041) checks the Corp’s credits when its second instruction resolves, after the Corp gains 1 from its first instruction." + "question": "When does [Bladderwort](https://netrunnerdb.com/en/card/33041) check the Corp’s credits?" }, { + "answer": "The Corp resolves 1 copy of the ability at a time in full before moving on to the next copy. If a chain reaction or other “when your turn begins” ability resolves in the middle of this process and causes the Corp to lose or spend credits, it is possible that a copy resolved later could do net damage even though the Corp had too many credits to meet the requirement on a previously-resolved copy.", "card_id": "bladderwort", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "How do multiple rezzed copies of [Bladderwort](https://netrunnerdb.com/en/card/33041) interact with each other?", - "answer": "The Corp resolves 1 copy of the ability at a time in full before moving on to the next copy. If a chain reaction or other “when your turn begins” ability resolves in the middle of this process and causes the Corp to lose or spend credits, it is possible that a copy resolved later could do net damage even though the Corp had too many credits to meet the requirement on a previously-resolved copy." + "question": "How do multiple rezzed copies of [Bladderwort](https://netrunnerdb.com/en/card/33041) interact with each other?" } ] diff --git a/v2/rulings/bloo_moose.json b/v2/rulings/bloo_moose.json index 2068b62db..de0638141 100644 --- a/v2/rulings/bloo_moose.json +++ b/v2/rulings/bloo_moose.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Both Aesop's Pawnshop and Bloo Moose meet their trigger conditions at the same time, so the Runner can choose the order in which the abilities trigger.", "card_id": "bloo_moose", "date_update": "2017-07-21", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Runner trash a card with [Aesop's Pawnshop](/en/card/01047) and then remove that same card from the heap with Bloo Moose?", - "answer": "Yes. Both Aesop's Pawnshop and Bloo Moose meet their trigger conditions at the same time, so the Runner can choose the order in which the abilities trigger." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Runner trash a card with [Aesop's Pawnshop](/en/card/01047) and then remove that same card from the heap with Bloo Moose?" } ] diff --git a/v2/rulings/blood_in_the_water.json b/v2/rulings/blood_in_the_water.json index 04bb4452f..87259b00e 100644 --- a/v2/rulings/blood_in_the_water.json +++ b/v2/rulings/blood_in_the_water.json @@ -1,16 +1,16 @@ [ { + "answer": "[Amani Senai](https://netrunnerdb.com/en/card/21076)’s base trace strength will be equal to the number of cards in the Runner’s grip.", "card_id": "blood_in_the_water", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "What is the base trace strength for [Amani Senai](https://netrunnerdb.com/en/card/21076)’s ability if Blood in the Water is scored or stolen?", - "answer": "[Amani Senai](https://netrunnerdb.com/en/card/21076)’s base trace strength will be equal to the number of cards in the Runner’s grip." + "question": "What is the base trace strength for [Amani Senai](https://netrunnerdb.com/en/card/21076)’s ability if Blood in the Water is scored or stolen?" }, { + "answer": "The chosen number must be equal to the number of cards in the Runner’s grip at the time [RNG Key](https://netrunnerdb.com/en/card/21029)’s last sentence resolves during the access of [Blood in the Water](https://netrunnerdb.com/en/card/33039). This is not necessarily the same as the number of cards in the Runner’s grip when the choice is made. For example, if the Runner has 4 cards in their grip when the run is declared successful, but suffers 1 net damage from [Hokusai Grid](https://netrunnerdb.com/en/card/31059) before breaching the server, they will need to have chosen the number 3 in order to draw cards or gain credits with [RNG Key](https://netrunnerdb.com/en/card/21029).", "card_id": "blood_in_the_water", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "What choice does the Runner need to make with [RNG Key](https://netrunnerdb.com/en/card/21029) to gain credits or draw cards if the next card they access is [Blood in the Water](https://netrunnerdb.com/en/card/33039)?", - "answer": "The chosen number must be equal to the number of cards in the Runner’s grip at the time [RNG Key](https://netrunnerdb.com/en/card/21029)’s last sentence resolves during the access of [Blood in the Water](https://netrunnerdb.com/en/card/33039). This is not necessarily the same as the number of cards in the Runner’s grip when the choice is made. For example, if the Runner has 4 cards in their grip when the run is declared successful, but suffers 1 net damage from [Hokusai Grid](https://netrunnerdb.com/en/card/31059) before breaching the server, they will need to have chosen the number 3 in order to draw cards or gain credits with [RNG Key](https://netrunnerdb.com/en/card/21029)." + "question": "What choice does the Runner need to make with [RNG Key](https://netrunnerdb.com/en/card/21029) to gain credits or draw cards if the next card they access is [Blood in the Water](https://netrunnerdb.com/en/card/33039)?" } ] diff --git a/v2/rulings/bloom.json b/v2/rulings/bloom.json index 107c0be2a..88779c166 100644 --- a/v2/rulings/bloom.json +++ b/v2/rulings/bloom.json @@ -1,9 +1,9 @@ [ { + "answer": "The ice is installed in the position closer to the server than Bloom where the Runner would approach it after passing Bloom.\n\nIf the Corp uses [Wormhole](/en/card/07013) to resolve Bloom's first subroutine, where can the Corp install the ice?", "card_id": "bloom", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nWhere does the Corp install the ice for Bloom's second subroutine?", - "answer": "The ice is installed in the position closer to the server than Bloom where the Runner would approach it after passing Bloom.\n\nIf the Corp uses [Wormhole](/en/card/07013) to resolve Bloom's first subroutine, where can the Corp install the ice?" + "question": "####UFAQ [Michael Boggs]\nWhere does the Corp install the ice for Bloom's second subroutine?" } ] diff --git a/v2/rulings/boomerang.json b/v2/rulings/boomerang.json index bdd162d7d..9e94bff3e 100644 --- a/v2/rulings/boomerang.json +++ b/v2/rulings/boomerang.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Boomerang can keep track of which piece of ice was chosen as long as both Boomerang and the ice remain installed.\n\nIf the ice chosen for Boomerang is uninstalled and then reinstalled, can Boomerang still be used?", "card_id": "boomerang", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the ice chosen for Boomerang is derezzed or moved, can Boomerang still be used?", - "answer": "Yes. Boomerang can keep track of which piece of ice was chosen as long as both Boomerang and the ice remain installed.\n\nIf the ice chosen for Boomerang is uninstalled and then reinstalled, can Boomerang still be used?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the ice chosen for Boomerang is derezzed or moved, can Boomerang still be used?" } ] diff --git a/v2/rulings/botulus.json b/v2/rulings/botulus.json index daabb25eb..229cf800d 100644 --- a/v2/rulings/botulus.json +++ b/v2/rulings/botulus.json @@ -1,16 +1,16 @@ [ { + "answer": "[Botulus](/en/card/30004) is not an **icebreaker**, so it does not have a strength value. Its ability can be used to break subroutines on ice of any strength.", "card_id": "botulus", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "What is [Botulus](/en/card/30004)’s strength?", - "answer": "[Botulus](/en/card/30004) is not an **icebreaker**, so it does not have a strength value. Its ability can be used to break subroutines on ice of any strength." + "question": "What is [Botulus](/en/card/30004)’s strength?" }, { + "answer": "If the host ice is trashed or otherwise uninstalled, any cards and counters hosted on it, including [Botulus](/en/card/30004), are trashed. If the host ice is merely derezzed, it keeps all of its hosted cards and counters, including [Botulus](/en/card/30004).", "card_id": "botulus", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "What happens to [Botulus](/en/card/30004) if the ice hosting it is trashed or derezzed?", - "answer": "If the host ice is trashed or otherwise uninstalled, any cards and counters hosted on it, including [Botulus](/en/card/30004), are trashed. If the host ice is merely derezzed, it keeps all of its hosted cards and counters, including [Botulus](/en/card/30004)." + "question": "What happens to [Botulus](/en/card/30004) if the ice hosting it is trashed or derezzed?" } ] diff --git a/v2/rulings/brahman.json b/v2/rulings/brahman.json index 87bfdfed0..c6224ec2b 100644 --- a/v2/rulings/brahman.json +++ b/v2/rulings/brahman.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Faerie and Brahman meet their trigger condition simultaneously, so the Runner chooses the order in which their conditional abilities resolve. If the Runner chooses to resolve Brahman’s ability first, then Faerie is no longer active, so its conditional ability fails to resolve.", "card_id": "brahman", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner uses both Brahman and [Faerie](/en/card/02104) to break subroutines on a piece of ice, can the Runner choose to add Faerie to the top of their stack instead of trashing Faerie?", - "answer": "Yes. Faerie and Brahman meet their trigger condition simultaneously, so the Runner chooses the order in which their conditional abilities resolve. If the Runner chooses to resolve Brahman’s ability first, then Faerie is no longer active, so its conditional ability fails to resolve." + "question": "####UFAQ [Damon Stone]\nIf the Runner uses both Brahman and [Faerie](/en/card/02104) to break subroutines on a piece of ice, can the Runner choose to add Faerie to the top of their stack instead of trashing Faerie?" } ] diff --git a/v2/rulings/brain_rewiring.json b/v2/rulings/brain_rewiring.json index 7f845bee7..8e5fb40f5 100644 --- a/v2/rulings/brain_rewiring.json +++ b/v2/rulings/brain_rewiring.json @@ -1,9 +1,9 @@ [ { + "answer": "Both.", "card_id": "brain_rewiring", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nWhat is randomized by Brain Rewiring? Which cards are selected from the grip, or the order they are put on the bottom of the stack?", - "answer": "Both." + "question": "####UFAQ [Michael Boggs]\nWhat is randomized by Brain Rewiring? Which cards are selected from the grip, or the order they are put on the bottom of the stack?" } ] diff --git a/v2/rulings/braintrust.json b/v2/rulings/braintrust.json index 56acb743d..63c154287 100644 --- a/v2/rulings/braintrust.json +++ b/v2/rulings/braintrust.json @@ -1,9 +1,9 @@ [ { + "answer": "It costs 3 plus the forfeit of [Braintrust](https://netrunnerdb.com/en/card/20094). The decision of what you use to pay is made upfront and then the cost is paid simultaneously. The [Braintrust](https://netrunnerdb.com/en/card/20094) ability applies while deciding what to pay for the cost.", "card_id": "braintrust", "date_update": "2022-04-24", "nsg_rules_team_verified": false, - "question": "When the Corp has a scored [Braintrust](https://netrunnerdb.com/en/card/20094) with 1 agenda counter, and forfeits it to rez [Archer](), how much does the Corp pay for rezzing [Archer](https://netrunnerdb.com/en/card/31075)?", - "answer": "It costs 3 plus the forfeit of [Braintrust](https://netrunnerdb.com/en/card/20094). The decision of what you use to pay is made upfront and then the cost is paid simultaneously. The [Braintrust](https://netrunnerdb.com/en/card/20094) ability applies while deciding what to pay for the cost." + "question": "When the Corp has a scored [Braintrust](https://netrunnerdb.com/en/card/20094) with 1 agenda counter, and forfeits it to rez [Archer](), how much does the Corp pay for rezzing [Archer](https://netrunnerdb.com/en/card/31075)?" } ] diff --git a/v2/rulings/bran_1_0.json b/v2/rulings/bran_1_0.json index e17c16f6f..d3eb64452 100644 --- a/v2/rulings/bran_1_0.json +++ b/v2/rulings/bran_1_0.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes, the procedure for installing ice is followed normally, except for the destination position being behind [Brân 1.0](/en/card/30039) instead of the outermost position. However, the relative position of each piece of ice protecting the server is established before any cards are trashed. If [Brân 1.0](/en/card/30039) is trashed, the encounter will end as soon as the install effect is complete, no more of its subroutines will resolve, and the Runner’s next position will correspond to the newly-installed ice.", "card_id": "bran_1_0", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "When the Corp installs ice with the first subroutine on [Brân 1.0](/en/card/30039), can they trash other ice? Can they trash [Brân 1.0](/en/card/30039) itself? What happens if they do?", - "answer": "Yes, the procedure for installing ice is followed normally, except for the destination position being behind [Brân 1.0](/en/card/30039) instead of the outermost position. However, the relative position of each piece of ice protecting the server is established before any cards are trashed. If [Brân 1.0](/en/card/30039) is trashed, the encounter will end as soon as the install effect is complete, no more of its subroutines will resolve, and the Runner’s next position will correspond to the newly-installed ice." + "question": "When the Corp installs ice with the first subroutine on [Brân 1.0](/en/card/30039), can they trash other ice? Can they trash [Brân 1.0](/en/card/30039) itself? What happens if they do?" }, { + "answer": "Yes. The “ignoring all costs” clause only applies while the ice is being installed, not when it is later approached and rezzed.", "card_id": "bran_1_0", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "Does the Corp have to pay to rez ice installed with [Brân 1.0](/en/card/30039)?", - "answer": "Yes. The “ignoring all costs” clause only applies while the ice is being installed, not when it is later approached and rezzed." + "question": "Does the Corp have to pay to rez ice installed with [Brân 1.0](/en/card/30039)?" } ] diff --git a/v2/rulings/bravado.json b/v2/rulings/bravado.json index def546016..ce9249b25 100644 --- a/v2/rulings/bravado.json +++ b/v2/rulings/bravado.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Bravado's conditional ability meets its trigger condition when the run ends, regardless of how it ended.\n\nIf the Runner passes an unrezzed piece of ice, does it count toward how many credits Bravado lets them gain?", "card_id": "bravado", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes the run need to be successful for the Runner to gain credits?", - "answer": "No. Bravado's conditional ability meets its trigger condition when the run ends, regardless of how it ended.\n\nIf the Runner passes an unrezzed piece of ice, does it count toward how many credits Bravado lets them gain?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes the run need to be successful for the Runner to gain credits?" } ] diff --git a/v2/rulings/bryan_stinson.json b/v2/rulings/bryan_stinson.json index 0e8568e99..67dcb8592 100644 --- a/v2/rulings/bryan_stinson.json +++ b/v2/rulings/bryan_stinson.json @@ -1,9 +1,9 @@ [ { + "answer": "Paywall Implementation will be removed from the game instead of trashed whenever it would normally get trashed: once an agenda is stolen or another current is played. Once Bryan Stinson’s ability is triggered, it exists independently of Bryan Stinson, so Paywall Implementation will still be removed from game instead of being trashed even if Bryan Stinson is trashed before that happens.\n\nIf the Corp plays a terminal transaction with Bryan Stinson, such as [Violet Level Clearance](/en/card/11111), does it still get removed from the game?", "card_id": "bryan_stinson", "date_update": "2017-04-21", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Corp plays [Paywall Implementation](/en/card/06028) with Bryan Stinson, does it get removed from the game? If so, when? What if the Runner trashes Bryan Stinson before an agenda is stolen or another current is played?", - "answer": "Paywall Implementation will be removed from the game instead of trashed whenever it would normally get trashed: once an agenda is stolen or another current is played. Once Bryan Stinson’s ability is triggered, it exists independently of Bryan Stinson, so Paywall Implementation will still be removed from game instead of being trashed even if Bryan Stinson is trashed before that happens.\n\nIf the Corp plays a terminal transaction with Bryan Stinson, such as [Violet Level Clearance](/en/card/11111), does it still get removed from the game?" + "question": "####UFAQ [Michael Boggs]\nIf the Corp plays [Paywall Implementation](/en/card/06028) with Bryan Stinson, does it get removed from the game? If so, when? What if the Runner trashes Bryan Stinson before an agenda is stolen or another current is played?" } ] diff --git a/v2/rulings/buffer_drive.json b/v2/rulings/buffer_drive.json index 7bac3860e..17e151845 100644 --- a/v2/rulings/buffer_drive.json +++ b/v2/rulings/buffer_drive.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Events resolve in and are then trashed from from the play area, not the grip. Nice try!\n\nIf a card is trashed from the grip or stack, can Buffer Drive move it to the bottom of the stack before Skorpios Defense Systems removes it from the game?", "card_id": "buffer_drive", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Runner use Buffer Drive to put an event at the bottom of the stack after playing it?", - "answer": "No. Events resolve in and are then trashed from from the play area, not the grip. Nice try!\n\nIf a card is trashed from the grip or stack, can Buffer Drive move it to the bottom of the stack before Skorpios Defense Systems removes it from the game?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Runner use Buffer Drive to put an event at the bottom of the stack after playing it?" } ] diff --git a/v2/rulings/bug_out_bag.json b/v2/rulings/bug_out_bag.json index b93e3331f..7ee1ad655 100644 --- a/v2/rulings/bug_out_bag.json +++ b/v2/rulings/bug_out_bag.json @@ -1,9 +1,9 @@ [ { + "answer": "Lowering the install cost of Bug Out Bag has no effect on the value of X. The number of counters placed on Bug Out Bag is always equal to the number of credits actually paid to install it.\n\nHow many tags must the Runner have for the Corp to use [Best Defense](/en/card/11079) to trash a Bug Out Bag with 5 power counters on it?", "card_id": "bug_out_bag", "date_update": "2017-06-23", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner installs Bug Out Bag with [Career Fair](/en/card/08023), how many power counters are placed on it?", - "answer": "Lowering the install cost of Bug Out Bag has no effect on the value of X. The number of counters placed on Bug Out Bag is always equal to the number of credits actually paid to install it.\n\nHow many tags must the Runner have for the Corp to use [Best Defense](/en/card/11079) to trash a Bug Out Bag with 5 power counters on it?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner installs Bug Out Bag with [Career Fair](/en/card/08023), how many power counters are placed on it?" } ] diff --git a/v2/rulings/building_blocks.json b/v2/rulings/building_blocks.json index d32756b4b..08289f25a 100644 --- a/v2/rulings/building_blocks.json +++ b/v2/rulings/building_blocks.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, but the barrier is both installed and rezzed simultaneously, thus rendering the ice ineligible to be exposed. Because the barrier cannot be exposed, the Corp can decline to pay 1 and 419's ability will simply do nothing.", "card_id": "building_blocks", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the first time the Corp installs a card in a turn is with Building Blocks, does [419](/en/card/21063) trigger?", - "answer": "Yes, but the barrier is both installed and rezzed simultaneously, thus rendering the ice ineligible to be exposed. Because the barrier cannot be exposed, the Corp can decline to pay 1 and 419's ability will simply do nothing." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the first time the Corp installs a card in a turn is with Building Blocks, does [419](/en/card/21063) trigger?" } ] diff --git a/v2/rulings/bukhgalter.json b/v2/rulings/bukhgalter.json index e5e636da6..45a6ede00 100644 --- a/v2/rulings/bukhgalter.json +++ b/v2/rulings/bukhgalter.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, what matters is that all subroutines were broken using Bukhgalter.\n\nWhat happens if the encountered ice gains additional subroutines after the Runner uses Bukhgalter to break all of the other subroutines?", "card_id": "bukhgalter", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nDoes the Runner still gain credits from Bukhgalter if another card is used during the encounter where all subroutines are broken by Bukhgalter (i..e Datasucker to reduce strength)?", - "answer": "Yes, what matters is that all subroutines were broken using Bukhgalter.\n\nWhat happens if the encountered ice gains additional subroutines after the Runner uses Bukhgalter to break all of the other subroutines?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nDoes the Runner still gain credits from Bukhgalter if another card is used during the encounter where all subroutines are broken by Bukhgalter (i..e Datasucker to reduce strength)?" } ] diff --git a/v2/rulings/by_any_means.json b/v2/rulings/by_any_means.json index 7ea790632..50ab4a617 100644 --- a/v2/rulings/by_any_means.json +++ b/v2/rulings/by_any_means.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Whenever more than one ability meet their trigger conditions, first the active player's abilities resolve, then the inactive player's abilities resolve. If one of those abilities moves the card being accessed to a different zone, no further \"when accessed\" abilities can resolve.\n\nIf the Runner plays By Any Means and then accesses an advanced [Project Junebug](/en/card/01069), can the Corp deal net damage?", "card_id": "by_any_means", "date_update": "2017-12-29", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner plays By Any Means and then accesses an [Archangel](/en/card/09013), can the Runner trash the Archangel before encountering it?", - "answer": "Yes. Whenever more than one ability meet their trigger conditions, first the active player's abilities resolve, then the inactive player's abilities resolve. If one of those abilities moves the card being accessed to a different zone, no further \"when accessed\" abilities can resolve.\n\nIf the Runner plays By Any Means and then accesses an advanced [Project Junebug](/en/card/01069), can the Corp deal net damage?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner plays By Any Means and then accesses an [Archangel](/en/card/09013), can the Runner trash the Archangel before encountering it?" } ] diff --git a/v2/rulings/calibration_testing.json b/v2/rulings/calibration_testing.json index c0cb19788..c8d77e197 100644 --- a/v2/rulings/calibration_testing.json +++ b/v2/rulings/calibration_testing.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Only installed cards can host advancement tokens.", "card_id": "calibration_testing", "date_update": "2017-12-29", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Corp moves Calibration Testing to HQ, can they use it to place advancement tokens on an agenda in HQ?", - "answer": "No. Only installed cards can host advancement tokens." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Corp moves Calibration Testing to HQ, can they use it to place advancement tokens on an agenda in HQ?" } ] diff --git a/v2/rulings/calvin_b4l3y.json b/v2/rulings/calvin_b4l3y.json index d3d444c46..54f627a72 100644 --- a/v2/rulings/calvin_b4l3y.json +++ b/v2/rulings/calvin_b4l3y.json @@ -1,9 +1,9 @@ [ { + "answer": "No.", "card_id": "calvin_b4l3y", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nDoes Calvin B4L3Y’s last ability trigger when it’s unrezzed or not installed?", - "answer": "No." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nDoes Calvin B4L3Y’s last ability trigger when it’s unrezzed or not installed?" } ] diff --git a/v2/rulings/captain_padma_isbister_intrepid_explorer.json b/v2/rulings/captain_padma_isbister_intrepid_explorer.json index be0111820..3d7304481 100644 --- a/v2/rulings/captain_padma_isbister_intrepid_explorer.json +++ b/v2/rulings/captain_padma_isbister_intrepid_explorer.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, a card that has 2 power counters qualifies as having at least 1 power counter.", "card_id": "captain_padma_isbister_intrepid_explorer", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can a player charge cards that have 2 or more power counters?", - "answer": "Yes, a card that has 2 power counters qualifies as having at least 1 power counter." + "question": "Can a player charge cards that have 2 or more power counters?" } ] diff --git a/v2/rulings/carnivore.json b/v2/rulings/carnivore.json index d2c67e668..b6e2eb8da 100644 --- a/v2/rulings/carnivore.json +++ b/v2/rulings/carnivore.json @@ -1,30 +1,30 @@ [ { + "answer": "No. The Runner must fully resolve [Carnivore](/en/card/30003)’s ability before the trigger condition on *Loup*’s ability is met.", "card_id": "carnivore", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Runner chooses to use [Carnivore](/en/card/30003), can they draw with [René “Loup” Arcemont](/en/card/30001) before trashing cards from their grip?", - "answer": "No. The Runner must fully resolve [Carnivore](/en/card/30003)’s ability before the trigger condition on *Loup*’s ability is met." + "question": "If the Runner chooses to use [Carnivore](/en/card/30003), can they draw with [René “Loup” Arcemont](/en/card/30001) before trashing cards from their grip?" }, { + "answer": "Yes. [Carnivore](/en/card/30003) does not care whether a card you access has a trash cost.", "card_id": "carnivore", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Runner use [Carnivore](/en/card/30003) to trash an operation or piece of ice?", - "answer": "Yes. [Carnivore](/en/card/30003) does not care whether a card you access has a trash cost." + "question": "Can the Runner use [Carnivore](/en/card/30003) to trash an operation or piece of ice?" }, { + "answer": "Yes. Once the agenda is trashed, the access ends. The Runner will not steal it.", "card_id": "carnivore", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Runner use [Carnivore](/en/card/30003) to trash an agenda they don’t want to steal?", - "answer": "Yes. Once the agenda is trashed, the access ends. The Runner will not steal it." + "question": "Can the Runner use [Carnivore](/en/card/30003) to trash an agenda they don’t want to steal?" }, { + "answer": "No. That subroutine prohibits the Runner from trashing cards they access in any way, not just by using the basic trash ability.", "card_id": "carnivore", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Runner use [Carnivore](/en/card/30003) if the last subroutine on [Ansel 1.0](/en/card/30038) resolved earlier in the run?", - "answer": "No. That subroutine prohibits the Runner from trashing cards they access in any way, not just by using the basic trash ability." + "question": "Can the Runner use [Carnivore](/en/card/30003) if the last subroutine on [Ansel 1.0](/en/card/30038) resolved earlier in the run?" } ] diff --git a/v2/rulings/carpe_diem.json b/v2/rulings/carpe_diem.json index 4c9e7333e..202b3802e 100644 --- a/v2/rulings/carpe_diem.json +++ b/v2/rulings/carpe_diem.json @@ -1,23 +1,23 @@ [ { + "answer": "When you identify your mark, that server becomes your mark for the turn, even if the card that instructed you to identify your mark leaves play. If an event instructs you to identify your mark, that server continues to be your mark for the remainder of the turn after that event resolves.", "card_id": "carpe_diem", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does the Runner’s mark stay if all mark cards leave play, or does it leave and return when a new mark card comes into play?", - "answer": "When you identify your mark, that server becomes your mark for the turn, even if the card that instructed you to identify your mark leaves play. If an event instructs you to identify your mark, that server continues to be your mark for the remainder of the turn after that event resolves." + "question": "Does the Runner’s mark stay if all mark cards leave play, or does it leave and return when a new mark card comes into play?" }, { + "answer": "The first time each turn the Runner resolves an instruction to identify their mark, they will randomly choose a central server. That server becomes their mark for the entire turn. Resolving another instruction to identify their mark will have no effect.", "card_id": "carpe_diem", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner has multiple “mark” cards, how do they identify their mark?", - "answer": "The first time each turn the Runner resolves an instruction to identify their mark, they will randomly choose a central server. That server becomes their mark for the entire turn. Resolving another instruction to identify their mark will have no effect." + "question": "If the Runner has multiple “mark” cards, how do they identify their mark?" }, { + "answer": "No. To meet these abilities’ trigger conditions, the Runner must make a successful run on a server while that server is their mark. A previous successful run made before the attacked server became the Runner’s mark will not retroactively become a run on their mark. The Runner can still trigger these abilities by running the server again after it becomes their mark.", "card_id": "carpe_diem", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner makes a successful run on a server that later becomes their mark with [Carpe Diem](/en/card/33012), will “the first time each turn you make a successful run on your mark” abilities resolve?", - "answer": "No. To meet these abilities’ trigger conditions, the Runner must make a successful run on a server while that server is their mark. A previous successful run made before the attacked server became the Runner’s mark will not retroactively become a run on their mark. The Runner can still trigger these abilities by running the server again after it becomes their mark." + "question": "If the Runner makes a successful run on a server that later becomes their mark with [Carpe Diem](/en/card/33012), will “the first time each turn you make a successful run on your mark” abilities resolve?" } ] diff --git a/v2/rulings/cayambe_grid.json b/v2/rulings/cayambe_grid.json index 3fad6fd52..48a84b341 100644 --- a/v2/rulings/cayambe_grid.json +++ b/v2/rulings/cayambe_grid.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Cayambe Grid's first ability does not require you to choose a piece of ice you can advance.\n\nWhat is an \"advanced piece of ice?\"", "card_id": "cayambe_grid", "date_update": "2020-04-23", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Corp use Cayambe Grid to place advancement tokens on Border Control?", - "answer": "Yes. Cayambe Grid's first ability does not require you to choose a piece of ice you can advance.\n\nWhat is an \"advanced piece of ice?\"" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Corp use Cayambe Grid to place advancement tokens on Border Control?" } ] diff --git a/v2/rulings/cerebral_overwriter.json b/v2/rulings/cerebral_overwriter.json index 939d94da4..a99740e32 100644 --- a/v2/rulings/cerebral_overwriter.json +++ b/v2/rulings/cerebral_overwriter.json @@ -1,9 +1,9 @@ [ { + "answer": "Only in the most technical sense. The newly updated wording and the rules for nested costs in CR 1.4 indicate that the 3[c] in Cerebral Overwriter's second ability is a cost, which was not clear before. But the ability functions essentially as it always did.", "card_id": "cerebral_overwriter", "date_update": "2020-04-10", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nThis card is a reprint. Has anything changed about how Cerebral Overwriter works?", - "answer": "Only in the most technical sense. The newly updated wording and the rules for nested costs in CR 1.4 indicate that the 3[c] in Cerebral Overwriter's second ability is a cost, which was not clear before. But the ability functions essentially as it always did." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nThis card is a reprint. Has anything changed about how Cerebral Overwriter works?" } ] diff --git a/v2/rulings/cezve.json b/v2/rulings/cezve.json index fcac4baa1..ab526af2e 100644 --- a/v2/rulings/cezve.json +++ b/v2/rulings/cezve.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes. The run is already in progress when abilities with “run begins” trigger conditions resolve.", "card_id": "cezve", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the Runner use credits on [Cezve]([Cezve](/en/card/33017)) to pay for installing cards with [Masterwork (v37)](/en/card/26015)?", - "answer": "Yes. The run is already in progress when abilities with “run begins” trigger conditions resolve." + "question": "Can the Runner use credits on [Cezve]([Cezve](/en/card/33017)) to pay for installing cards with [Masterwork (v37)](/en/card/26015)?" }, { + "answer": "No. When installing a card, players trash cards before paying for install costs.", "card_id": "cezve", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the Runner use credits hosted on [Cezve](/en/card/33017) to install [MKUltra](/en/card/11081), [Black Orchestra](/en/card/11042) or [Paperclip](/en/card/11024) if they intend to trash [Cezve](/en/card/33017) to install that program?", - "answer": "No. When installing a card, players trash cards before paying for install costs." + "question": "Can the Runner use credits hosted on [Cezve](/en/card/33017) to install [MKUltra](/en/card/11081), [Black Orchestra](/en/card/11042) or [Paperclip](/en/card/11024) if they intend to trash [Cezve](/en/card/33017) to install that program?" } ] diff --git a/v2/rulings/charlatan.json b/v2/rulings/charlatan.json index df5d601ba..bd4d0fb8a 100644 --- a/v2/rulings/charlatan.json +++ b/v2/rulings/charlatan.json @@ -1,9 +1,9 @@ [ { + "answer": "No. “When approached” abilities meet their trigger condition at step 2 of a run when the approach begins, but the Corp does not rez approached ice until step 2.3 of the run. Charlatan’s ability creates a conditional ability that only meets its trigger condition the first time the runner approaches an already rezzed piece of ice.", "card_id": "charlatan", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Runner use Charlatan to bypass a piece of ice after the Corp rezzes it?", - "answer": "No. “When approached” abilities meet their trigger condition at step 2 of a run when the approach begins, but the Corp does not rez approached ice until step 2.3 of the run. Charlatan’s ability creates a conditional ability that only meets its trigger condition the first time the runner approaches an already rezzed piece of ice." + "question": "####UFAQ [Michael Boggs]\nCan the Runner use Charlatan to bypass a piece of ice after the Corp rezzes it?" } ] diff --git a/v2/rulings/chastushka.json b/v2/rulings/chastushka.json index c0a1034c9..58875c049 100644 --- a/v2/rulings/chastushka.json +++ b/v2/rulings/chastushka.json @@ -1,37 +1,37 @@ [ { + "answer": "No, the Corp must choose which cards to trash first, and then all cards are trashed simultaneously. The Corp can look at the trashed cards from R&D in Archives after all trashes from sabotage have been resolved.", "card_id": "chastushka", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the Corp look at the cards that are being trashed while resolving sabotage?", - "answer": "No, the Corp must choose which cards to trash first, and then all cards are trashed simultaneously. The Corp can look at the trashed cards from R&D in Archives after all trashes from sabotage have been resolved." + "question": "Can the Corp look at the cards that are being trashed while resolving sabotage?" }, { + "answer": "No, the Corp must trash 2 cards if possible. The Corp must trash the remaining card from R&D.", "card_id": "chastushka", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Corp has only 1 card in HQ and must sabotage 2, can they choose to “trash 2 cards from HQ” in order to only trash the 1 card in HQ?", - "answer": "No, the Corp must trash 2 cards if possible. The Corp must trash the remaining card from R&D." + "question": "If the Corp has only 1 card in HQ and must sabotage 2, can they choose to “trash 2 cards from HQ” in order to only trash the 1 card in HQ?" }, { + "answer": "No, the Corp must trash 2 cards if possible. The Corp must trash the remaining card from HQ.", "card_id": "chastushka", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Corp has only 1 card in R&D and must sabotage 2, can they choose to “trash 2 cards from R&D” in order to only trash the 1 card in R&D?", - "answer": "No, the Corp must trash 2 cards if possible. The Corp must trash the remaining card from HQ." + "question": "If the Corp has only 1 card in R&D and must sabotage 2, can they choose to “trash 2 cards from R&D” in order to only trash the 1 card in R&D?" }, { + "answer": "The Corp trashes all cards from HQ and R&D.", "card_id": "chastushka", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "What if the Corp has only 1 card total in HQ and R&D and must sabotage 2?", - "answer": "The Corp trashes all cards from HQ and R&D." + "question": "What if the Corp has only 1 card total in HQ and R&D and must sabotage 2?" }, { + "answer": "No, the Corp is trashing the cards when resolving a sabotage effect.", "card_id": "chastushka", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does the Runner gain a credit when they sabotage and have [Demolisher](/en/card/26002) installed?", - "answer": "No, the Corp is trashing the cards when resolving a sabotage effect." + "question": "Does the Runner gain a credit when they sabotage and have [Demolisher](/en/card/26002) installed?" } ] diff --git a/v2/rulings/chatterjee_university.json b/v2/rulings/chatterjee_university.json index 06514f433..46777d510 100644 --- a/v2/rulings/chatterjee_university.json +++ b/v2/rulings/chatterjee_university.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The text of the ability resolves in order, so the counter is only removed after the program is installed. Therefore the counter is still on Chatterjee University when the install cost must be paid, and reduces the cost.\n\nCan the Runner use Chatterjee University's ability to install a program when there are no counters on it?", "card_id": "chatterjee_university", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nDoes the counter spent to install a program with Chatterjee University count toward reducing the program's cost?", - "answer": "Yes. The text of the ability resolves in order, so the counter is only removed after the program is installed. Therefore the counter is still on Chatterjee University when the install cost must be paid, and reduces the cost.\n\nCan the Runner use Chatterjee University's ability to install a program when there are no counters on it?" + "question": "####UFAQ [Damon Stone]\nDoes the counter spent to install a program with Chatterjee University count toward reducing the program's cost?" } ] diff --git a/v2/rulings/chief_slee.json b/v2/rulings/chief_slee.json index 6957841c7..90369ef3c 100644 --- a/v2/rulings/chief_slee.json +++ b/v2/rulings/chief_slee.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. If an encountered piece of ice is uninstalled, then the encounter immediately ends.\n\nIf the Runner trashes [Hive](/en/card/04117) during the encounter while the Corp has 2 agenda points in their score area, how many power counters are placed on Chief Slee? What if the Runner encounters and trashes an ice that gains subroutines, like [Komainu](/en/card/05017)?", "card_id": "chief_slee", "date_update": "2017-04-14", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf an encountered piece of ice is trashed, does Chief Slee gain power counters?", - "answer": "Yes. If an encountered piece of ice is uninstalled, then the encounter immediately ends.\n\nIf the Runner trashes [Hive](/en/card/04117) during the encounter while the Corp has 2 agenda points in their score area, how many power counters are placed on Chief Slee? What if the Runner encounters and trashes an ice that gains subroutines, like [Komainu](/en/card/05017)?" + "question": "####UFAQ [Michael Boggs]\nIf an encountered piece of ice is trashed, does Chief Slee gain power counters?" } ] diff --git a/v2/rulings/chisel.json b/v2/rulings/chisel.json index af23f55b3..ec77756c0 100644 --- a/v2/rulings/chisel.json +++ b/v2/rulings/chisel.json @@ -1,16 +1,16 @@ [ { + "answer": "No, Datasucker can only reduce the strength of ice during the paid ability window of an encounter, which is after Chisel’s ability will already have resolved and either trashed the ice or added a virus counter to itself. Null, on the other hand, has a conditional ability with the same trigger condition as Chisel, so the Runner can choose the order to trigger and resolve those abilities. Chisel looks at the strength of the ice at the time its ability resolves, which will include Null’s effect if that was resolved first.\n\nIf the Runner encounters a Tollbooth hosting a Chisel with 5 virus counters, do they still have to pay 3?", "card_id": "chisel", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Runner use Datasucker to help trash ice faster with Chisel? What about cards like Null: Whistleblower?", - "answer": "No, Datasucker can only reduce the strength of ice during the paid ability window of an encounter, which is after Chisel’s ability will already have resolved and either trashed the ice or added a virus counter to itself. Null, on the other hand, has a conditional ability with the same trigger condition as Chisel, so the Runner can choose the order to trigger and resolve those abilities. Chisel looks at the strength of the ice at the time its ability resolves, which will include Null’s effect if that was resolved first.\n\nIf the Runner encounters a Tollbooth hosting a Chisel with 5 virus counters, do they still have to pay 3?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Runner use Datasucker to help trash ice faster with Chisel? What about cards like Null: Whistleblower?" }, { + "answer": "Before. [Ice Carver](https://netrunnerdb.com/en/card/31009) has a static ability, which means it applies as soon as the encounter begins. The Runner doesn’t have to trigger the ability explicitly or wait for conditional abilities to resolve before it takes effect.", "card_id": "chisel", "date_update": "2022-04-24", "nsg_rules_team_verified": false, - "question": "Does [Ice Carver](https://netrunnerdb.com/en/card/31009) apply its -1 strength before or after [Chisel](https://netrunnerdb.com/en/card/26003)’s ability resolves?", - "answer": "Before. [Ice Carver](https://netrunnerdb.com/en/card/31009) has a static ability, which means it applies as soon as the encounter begins. The Runner doesn’t have to trigger the ability explicitly or wait for conditional abilities to resolve before it takes effect." + "question": "Does [Ice Carver](https://netrunnerdb.com/en/card/31009) apply its -1 strength before or after [Chisel](https://netrunnerdb.com/en/card/26003)’s ability resolves?" } ] diff --git a/v2/rulings/chrysalis.json b/v2/rulings/chrysalis.json index bffd4b2d7..e851fe678 100644 --- a/v2/rulings/chrysalis.json +++ b/v2/rulings/chrysalis.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "chrysalis", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan the Runner use [Political Operative](/en/card/10043) to trash a rezzed Chrysalis?", - "answer": "Yes." + "question": "####UFAQ [Damon Stone]\nCan the Runner use [Political Operative](/en/card/10043) to trash a rezzed Chrysalis?" } ] diff --git a/v2/rulings/citadel_sanctuary.json b/v2/rulings/citadel_sanctuary.json index bf00aa484..a5cc3452a 100644 --- a/v2/rulings/citadel_sanctuary.json +++ b/v2/rulings/citadel_sanctuary.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Runner must be tagged when the end of the turn occurs in order for Citadel Sanctuary to meet its trigger condition. If the Runner takes a tag after the end of the turn has already occurred, such as through Joshua B.’s ability, then Citadel Sanctuary cannot retroactively meet its trigger condition.", "card_id": "citadel_sanctuary", "date_update": "2017-04-14", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Runner uses [Joshua B.](/en/card/02042) to gain an extra click while untagged, can [Citadel Sanctuary](/en/card/11070) remove the tag gained from Joshua B.’s ability at the end of the turn?", - "answer": "No. The Runner must be tagged when the end of the turn occurs in order for Citadel Sanctuary to meet its trigger condition. If the Runner takes a tag after the end of the turn has already occurred, such as through Joshua B.’s ability, then Citadel Sanctuary cannot retroactively meet its trigger condition." + "question": "####UFAQ [Michael Boggs]\nIf the Runner uses [Joshua B.](/en/card/02042) to gain an extra click while untagged, can [Citadel Sanctuary](/en/card/11070) remove the tag gained from Joshua B.’s ability at the end of the turn?" } ] diff --git a/v2/rulings/clearinghouse.json b/v2/rulings/clearinghouse.json index e83ffd8f5..4db53a3d2 100644 --- a/v2/rulings/clearinghouse.json +++ b/v2/rulings/clearinghouse.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Abilities that allow the Corp to advance a card are active even if the card is unrezzed.", "card_id": "clearinghouse", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Corp advance [Clearinghouse](/en/card/30061) if it’s unrezzed?", - "answer": "Yes. Abilities that allow the Corp to advance a card are active even if the card is unrezzed." + "question": "Can the Corp advance [Clearinghouse](/en/card/30061) if it’s unrezzed?" } ] diff --git a/v2/rulings/climactic_showdown.json b/v2/rulings/climactic_showdown.json index 2189c8f3e..0c502f2ed 100644 --- a/v2/rulings/climactic_showdown.json +++ b/v2/rulings/climactic_showdown.json @@ -1,9 +1,9 @@ [ { + "answer": "If the Runner accesses HQ before R&D that turn, they access 2 additional cards from HQ. If the Runner accesses R&D before HQ that turn, they access 2 additional cards from R&D.\n\nWhat happens if the Corp does not have any installed ice when Climactic Showdown resolves?", "card_id": "climactic_showdown", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Corp does not trash a card for Climactic Showdown, does the Runner access 2 additional cards from the chosen server or from the server they are accessing?", - "answer": "If the Runner accesses HQ before R&D that turn, they access 2 additional cards from HQ. If the Runner accesses R&D before HQ that turn, they access 2 additional cards from R&D.\n\nWhat happens if the Corp does not have any installed ice when Climactic Showdown resolves?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Corp does not trash a card for Climactic Showdown, does the Runner access 2 additional cards from the chosen server or from the server they are accessing?" } ] diff --git a/v2/rulings/clone_suffrage_movement.json b/v2/rulings/clone_suffrage_movement.json index 93c901d99..b93146fb3 100644 --- a/v2/rulings/clone_suffrage_movement.json +++ b/v2/rulings/clone_suffrage_movement.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, just like when returning a copy of [Subliminal Messaging](/en/card/04100) from Archives to HQ, the Corp must reveal this information as the ability resolves.\n\nIf the only piece of ice protecting Clone Suffrage Movement is returned to hand by [Blue Sun](/en/card/06068) at the start of the Corp's turn, does the ability of the political asset still trigger?", "card_id": "clone_suffrage_movement", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the operation returned to HQ with Clone Suffrage Movement is facedown in Archives, must the Corp reveal it to the Runner?", - "answer": "Yes, just like when returning a copy of [Subliminal Messaging](/en/card/04100) from Archives to HQ, the Corp must reveal this information as the ability resolves.\n\nIf the only piece of ice protecting Clone Suffrage Movement is returned to hand by [Blue Sun](/en/card/06068) at the start of the Corp's turn, does the ability of the political asset still trigger?" + "question": "####UFAQ [Damon Stone]\nIf the operation returned to HQ with Clone Suffrage Movement is facedown in Archives, must the Corp reveal it to the Runner?" } ] diff --git a/v2/rulings/clones_are_not_people.json b/v2/rulings/clones_are_not_people.json index b1f8ae918..ef339818a 100644 --- a/v2/rulings/clones_are_not_people.json +++ b/v2/rulings/clones_are_not_people.json @@ -1,9 +1,9 @@ [ { + "answer": "No. \"Clones are not People\" is added to the Corp's score area as a blank agenda.", "card_id": "clones_are_not_people", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIs \"Clones are not People\" trashed while in the score area if another current is played or an agenda is stolen?", - "answer": "No. \"Clones are not People\" is added to the Corp's score area as a blank agenda." + "question": "####UFAQ [Damon Stone]\nIs \"Clones are not People\" trashed while in the score area if another current is played or an agenda is stolen?" } ] diff --git a/v2/rulings/clot.json b/v2/rulings/clot.json index cd6303e41..eb8ea036b 100644 --- a/v2/rulings/clot.json +++ b/v2/rulings/clot.json @@ -1,9 +1,9 @@ [ { + "answer": "When the Corp places the last required advancement counter on an agenda during their turn, they will be the next player to receive priority, so they can score the agenda immediately. If the Runner wants to use [Clot](https://netrunnerdb.com/en/card/31005) to prohibit the Corp from scoring, they must install it before the final advancement counter is placed on it. Note that sometimes more than one advancement counter can be placed at a time, such as with [Trick of Light](https://netrunnerdb.com/en/card/31058), so the Runner may have to install [Clot](https://netrunnerdb.com/en/card/31005) when they think the Corp still needs two more advancement counters to account for such effects.", "card_id": "clot", "date_update": "2022-04-28", "nsg_rules_team_verified": true, - "question": "When is the Runner’s last chance to use an ability like [Simulchip](https://netrunnerdb.com/en/card/26085) to install [Clot](https://netrunnerdb.com/en/card/31005) before the Corp can score an agenda?", - "answer": "When the Corp places the last required advancement counter on an agenda during their turn, they will be the next player to receive priority, so they can score the agenda immediately. If the Runner wants to use [Clot](https://netrunnerdb.com/en/card/31005) to prohibit the Corp from scoring, they must install it before the final advancement counter is placed on it. Note that sometimes more than one advancement counter can be placed at a time, such as with [Trick of Light](https://netrunnerdb.com/en/card/31058), so the Runner may have to install [Clot](https://netrunnerdb.com/en/card/31005) when they think the Corp still needs two more advancement counters to account for such effects." + "question": "When is the Runner’s last chance to use an ability like [Simulchip](https://netrunnerdb.com/en/card/26085) to install [Clot](https://netrunnerdb.com/en/card/31005) before the Corp can score an agenda?" } ] diff --git a/v2/rulings/code_replicator.json b/v2/rulings/code_replicator.json index bd3a41bac..34f27c843 100644 --- a/v2/rulings/code_replicator.json +++ b/v2/rulings/code_replicator.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Runner is only disallowed from jacking out the first time they approach a piece of ice in a run. This rule is not tied to any specific piece of ice.", "card_id": "code_replicator", "date_update": "2018-03-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 21](http://ancur.wikia.com/wiki/Council_of_the_Crest_UFAQ) [Michael Boggs]\nIf the Corp uses Code Replicator to force the Runner to approach the outermost piece of ice a second time, is the Runner still prohibited from jacking out?", - "answer": "No. The Runner is only disallowed from jacking out the first time they approach a piece of ice in a run. This rule is not tied to any specific piece of ice." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 21](http://ancur.wikia.com/wiki/Council_of_the_Crest_UFAQ) [Michael Boggs]\nIf the Corp uses Code Replicator to force the Runner to approach the outermost piece of ice a second time, is the Runner still prohibited from jacking out?" } ] diff --git a/v2/rulings/cold_read.json b/v2/rulings/cold_read.json index a967d4865..97a901677 100644 --- a/v2/rulings/cold_read.json +++ b/v2/rulings/cold_read.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Spending recurring credits from a card is considered using that card, so trashing Cloak for Cold Read is allowed.", "card_id": "cold_read", "date_update": "2017-04-18", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Runner trash a [Cloak](/en/card/03041) if they spend the credit from Cloak during the run initiated by Cold Read?", - "answer": "Yes. Spending recurring credits from a card is considered using that card, so trashing Cloak for Cold Read is allowed." + "question": "####UFAQ [Michael Boggs]\nCan the Runner trash a [Cloak](/en/card/03041) if they spend the credit from Cloak during the run initiated by Cold Read?" } ] diff --git a/v2/rulings/colossus.json b/v2/rulings/colossus.json index 4e95240b0..48c7b5237 100644 --- a/v2/rulings/colossus.json +++ b/v2/rulings/colossus.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The wording of Colossus's subroutines has been updated to remove the parentheses. Each subroutine now uses a conditional replacement effect, which in most cases achieves the same result. But effects such as Loki that refer to subroutines on Colossus now interact with it differently. If Loki gains a subroutine from Colossus, it will now check the number of advancement tokens on itself (Loki) to determine the effect the subroutine should have. Previously, it was unclear how to interpret the two different instructions in the subroutine without the linked ability explaining the parenthetical text.", "card_id": "colossus", "date_update": "2020-04-23", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nThis card is a reprint. Has anything changed about how Colossus works?", - "answer": "Yes. The wording of Colossus's subroutines has been updated to remove the parentheses. Each subroutine now uses a conditional replacement effect, which in most cases achieves the same result. But effects such as Loki that refer to subroutines on Colossus now interact with it differently. If Loki gains a subroutine from Colossus, it will now check the number of advancement tokens on itself (Loki) to determine the effect the subroutine should have. Previously, it was unclear how to interpret the two different instructions in the subroutine without the linked ability explaining the parenthetical text." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nThis card is a reprint. Has anything changed about how Colossus works?" } ] diff --git a/v2/rulings/commercial_bankers_group.json b/v2/rulings/commercial_bankers_group.json index 804cebfca..7a18188ca 100644 --- a/v2/rulings/commercial_bankers_group.json +++ b/v2/rulings/commercial_bankers_group.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. If the Corp chooses to trigger Blue Sun before triggering the ability on Commercial Bankers Group, then when that ability resolves the \"if\" clause will be true and allow resolution.", "card_id": "commercial_bankers_group", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the only piece of ice protecting Commercial Bankers Group is returned to hand by [Blue Sun](/en/card/06068) at the start of the Corp's turn, does the ability of the political asset still trigger?", - "answer": "Yes. If the Corp chooses to trigger Blue Sun before triggering the ability on Commercial Bankers Group, then when that ability resolves the \"if\" clause will be true and allow resolution." + "question": "####UFAQ [Damon Stone]\nIf the only piece of ice protecting Commercial Bankers Group is returned to hand by [Blue Sun](/en/card/06068) at the start of the Corp's turn, does the ability of the political asset still trigger?" } ] diff --git a/v2/rulings/compile.json b/v2/rulings/compile.json index 015a63bc3..92e9bcfd4 100644 --- a/v2/rulings/compile.json +++ b/v2/rulings/compile.json @@ -1,9 +1,9 @@ [ { + "answer": "Per the rules on searching a deck for cards, after a search is performed, the deck must be shuffled immediately before proceeding with any remaining effects initiated by the search.", "card_id": "compile", "date_update": "2018-05-07", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nDoes the Runner have to shuffle the stack after searching it with Compile?", - "answer": "Per the rules on searching a deck for cards, after a search is performed, the deck must be shuffled immediately before proceeding with any remaining effects initiated by the search." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nDoes the Runner have to shuffle the stack after searching it with Compile?" } ] diff --git a/v2/rulings/complete_image.json b/v2/rulings/complete_image.json index 9f2263293..4e8fe1b02 100644 --- a/v2/rulings/complete_image.json +++ b/v2/rulings/complete_image.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner draws from the ability on I’ve Had Worse before the next iteration of Complete Image. The Corp names the next target card after the draw is complete.\n\nIf Complete Image doesn’t trash the named card but Potential Unleashed does, does Complete Image repeat?", "card_id": "complete_image", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Corp names I’ve Had Worse and trashes one with Complete Image, does the Runner draw right away or later?", - "answer": "The Runner draws from the ability on I’ve Had Worse before the next iteration of Complete Image. The Corp names the next target card after the draw is complete.\n\nIf Complete Image doesn’t trash the named card but Potential Unleashed does, does Complete Image repeat?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Corp names I’ve Had Worse and trashes one with Complete Image, does the Runner draw right away or later?" } ] diff --git a/v2/rulings/conduit.json b/v2/rulings/conduit.json index 89ed5beec..7712f9614 100644 --- a/v2/rulings/conduit.json +++ b/v2/rulings/conduit.json @@ -1,23 +1,23 @@ [ { + "answer": "After. A run is still in progress while the attacked server is being breached, and [Conduit](/en/card/30024)’s first ability waits for the run to end.", "card_id": "conduit", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "If the Runner uses [Conduit](/en/card/30024)'s paid ability and makes a successful run on R&D, do they put a virus counter on [Conduit](/en/card/30024) before or after they breach R&D?", - "answer": "After. A run is still in progress while the attacked server is being breached, and [Conduit](/en/card/30024)’s first ability waits for the run to end." + "question": "If the Runner uses [Conduit](/en/card/30024)'s paid ability and makes a successful run on R&D, do they put a virus counter on [Conduit](/en/card/30024) before or after they breach R&D?" }, { + "answer": "[Conduit](/en/card/30024)’s action ability checks the number of hosted counters at the time its nested “when you breach R&D” ability resolves. If [Conduit](/en/card/30024) is trashed before this, there are no longer any hosted counters, so the Runner will not access any additional cards.", "card_id": "conduit", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "If the Runner uses [Conduit](/en/card/30024)’s action ability to run R&D, but [Conduit](/en/card/30024) is trashed before R&D is breached, how many additional cards does the Runner access?", - "answer": "[Conduit](/en/card/30024)’s action ability checks the number of hosted counters at the time its nested “when you breach R&D” ability resolves. If [Conduit](/en/card/30024) is trashed before this, there are no longer any hosted counters, so the Runner will not access any additional cards." + "question": "If the Runner uses [Conduit](/en/card/30024)’s action ability to run R&D, but [Conduit](/en/card/30024) is trashed before R&D is breached, how many additional cards does the Runner access?" }, { + "answer": "Yes. The limit to how many cards the Runner can access from R&D is determined at the beginning of breaching R&D. Once accessing cards begins, changing the number of virus counters on [Conduit](/en/card/30024) will have no effect on the breach already in progress.", "card_id": "conduit", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "The Runner uses [Conduit](/en/card/30024)'s action ability while there are 2 virus counters on [Conduit](/en/card/30024). The second card the Runner accesses is Cyberdex Virus Suite and the Corp purges virus counters. Does the Runner access a third card in R&D?", - "answer": "Yes. The limit to how many cards the Runner can access from R&D is determined at the beginning of breaching R&D. Once accessing cards begins, changing the number of virus counters on [Conduit](/en/card/30024) will have no effect on the breach already in progress." + "question": "The Runner uses [Conduit](/en/card/30024)'s action ability while there are 2 virus counters on [Conduit](/en/card/30024). The second card the Runner accesses is Cyberdex Virus Suite and the Corp purges virus counters. Does the Runner access a third card in R&D?" } ] diff --git a/v2/rulings/consulting_visit.json b/v2/rulings/consulting_visit.json index 1d02af0e6..cb5c476cf 100644 --- a/v2/rulings/consulting_visit.json +++ b/v2/rulings/consulting_visit.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Jeeves Model Bioroids triggers off of the Corp paying the clicks, and due to the chain reaction rule it must resolve before Mumbad City Hall continues on to play the Consulting Visit.\n\nIf the Corp plays [Accelerated Diagnostics](/en/card/04052) and finds Consulting Visit and two other operations, can they play Consulting Visit followed by the other operations seen with Accelerated Diagnostics?", "card_id": "consulting_visit", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Corp triggers [Mumbad City Hall](/en/card/10055) three times with [Jeeves Model Bioroids](/en/card/10067) rezzed, can they reveal Consulting Visit for the third usage of Mumbad City Hall and use the click from Jeeves to pay the additional cost?", - "answer": "Yes. Jeeves Model Bioroids triggers off of the Corp paying the clicks, and due to the chain reaction rule it must resolve before Mumbad City Hall continues on to play the Consulting Visit.\n\nIf the Corp plays [Accelerated Diagnostics](/en/card/04052) and finds Consulting Visit and two other operations, can they play Consulting Visit followed by the other operations seen with Accelerated Diagnostics?" + "question": "####UFAQ [Damon Stone]\nIf the Corp triggers [Mumbad City Hall](/en/card/10055) three times with [Jeeves Model Bioroids](/en/card/10067) rezzed, can they reveal Consulting Visit for the third usage of Mumbad City Hall and use the click from Jeeves to pay the additional cost?" } ] diff --git a/v2/rulings/consume.json b/v2/rulings/consume.json index 247123f2c..8d15f5a98 100644 --- a/v2/rulings/consume.json +++ b/v2/rulings/consume.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner gains 8 and removes all four virus counters from both Consume and Hivemind.\n\nIf the Runner plays [Apocalypse](/en/card/09030) while Consume is installed, does Consume gain virus counters before being flipped facedown?", "card_id": "consume", "date_update": "2018-04-06", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nIf the Runner has both Consume and [Hivemind](/en/card/07042) installed, each with 2 virus counters hosted on them, what happens when the Runner uses Consume?", - "answer": "The Runner gains 8 and removes all four virus counters from both Consume and Hivemind.\n\nIf the Runner plays [Apocalypse](/en/card/09030) while Consume is installed, does Consume gain virus counters before being flipped facedown?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nIf the Runner has both Consume and [Hivemind](/en/card/07042) installed, each with 2 virus counters hosted on them, what happens when the Runner uses Consume?" } ] diff --git a/v2/rulings/contaminate.json b/v2/rulings/contaminate.json index 98499ab6b..06d5849be 100644 --- a/v2/rulings/contaminate.json +++ b/v2/rulings/contaminate.json @@ -1,9 +1,9 @@ [ { + "answer": "No.", "card_id": "contaminate", "date_update": "2018-05-07", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nCan the Runner play Contaminate if the only installed Runner cards are virus programs and a [Hivemind](/en/card/07042) with a virus counter on it?", - "answer": "No." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nCan the Runner play Contaminate if the only installed Runner cards are virus programs and a [Hivemind](/en/card/07042) with a virus counter on it?" } ] diff --git a/v2/rulings/cookbook.json b/v2/rulings/cookbook.json index 308bbf4c6..d2905c5b2 100644 --- a/v2/rulings/cookbook.json +++ b/v2/rulings/cookbook.json @@ -1,9 +1,9 @@ [ { + "answer": "By managing their abilities carefully, the Runner can choose whether to derez the ice right away or not. [Hivemind](/en/card/07042)’s second ability is a static ability, so it always applies as soon as [Tranquilizer](/en/card/30017) is installed. But the conditional abilities on [Cookbook](/en/card/30009) and [Tranquilizer](/en/card/30017) meet their trigger conditions at the same time, so the Runner can choose the order to resolve them. If they resolve [Tranquilizer](/en/card/30017) first, it will only have 2 hosted virus counters (including the one shared from [Hivemind](/en/card/07042)) at the time that the number of counters is checked. If they resolve [Cookbook](/en/card/30009) first, then by the time [Tranquilizer](/en/card/30017) resolves, it will have 3 hosted virus counters and will derez the ice.", "card_id": "cookbook", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Suppose the Runner has [Cookbook](/en/card/30009) and [Hivemind](/en/card/07042) installed, with 1 virus counter on [Hivemind](/en/card/07042). If they then install [Tranquilizer](/en/card/30017), is the host ice derezzed immediately? Or does it wait for the next check at the beginning of the Runner's next turn?", - "answer": "By managing their abilities carefully, the Runner can choose whether to derez the ice right away or not. [Hivemind](/en/card/07042)’s second ability is a static ability, so it always applies as soon as [Tranquilizer](/en/card/30017) is installed. But the conditional abilities on [Cookbook](/en/card/30009) and [Tranquilizer](/en/card/30017) meet their trigger conditions at the same time, so the Runner can choose the order to resolve them. If they resolve [Tranquilizer](/en/card/30017) first, it will only have 2 hosted virus counters (including the one shared from [Hivemind](/en/card/07042)) at the time that the number of counters is checked. If they resolve [Cookbook](/en/card/30009) first, then by the time [Tranquilizer](/en/card/30017) resolves, it will have 3 hosted virus counters and will derez the ice." + "question": "Suppose the Runner has [Cookbook](/en/card/30009) and [Hivemind](/en/card/07042) installed, with 1 virus counter on [Hivemind](/en/card/07042). If they then install [Tranquilizer](/en/card/30017), is the host ice derezzed immediately? Or does it wait for the next check at the beginning of the Runner's next turn?" } ] diff --git a/v2/rulings/cordyceps.json b/v2/rulings/cordyceps.json index 1124c916c..7169dbad9 100644 --- a/v2/rulings/cordyceps.json +++ b/v2/rulings/cordyceps.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, but only if that piece of ice is a rezzed bioroid, because Awakening Center is only a legal location for bioroid ice. If the ice is unrezzed, the Runner cannot demonstrate that the swap is legal. It does not matter if the ice was exposed earlier in the game or is otherwise known by the Runner; it only matters whether the Runner is allowed to see the bioroid subtype at the time Cordyceps's ability resolves. If a rezzed bioroid is swapped this way, the Corp will not be able to pay the cost to force the Runner to encounter it with Awakening Center's second ability unless another effect derezzes the bioroid.", "card_id": "cordyceps", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Runner use Cordyceps to swap a piece of ice protecting the attacked server with ice hosted on Awakening Center?", - "answer": "Yes, but only if that piece of ice is a rezzed bioroid, because Awakening Center is only a legal location for bioroid ice. If the ice is unrezzed, the Runner cannot demonstrate that the swap is legal. It does not matter if the ice was exposed earlier in the game or is otherwise known by the Runner; it only matters whether the Runner is allowed to see the bioroid subtype at the time Cordyceps's ability resolves. If a rezzed bioroid is swapped this way, the Corp will not be able to pay the cost to force the Runner to encounter it with Awakening Center's second ability unless another effect derezzes the bioroid." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Runner use Cordyceps to swap a piece of ice protecting the attacked server with ice hosted on Awakening Center?" } ] diff --git a/v2/rulings/corporate_scandal.json b/v2/rulings/corporate_scandal.json index ef32f075e..ad55c95e1 100644 --- a/v2/rulings/corporate_scandal.json +++ b/v2/rulings/corporate_scandal.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Corp is considered to have an additional bad publicity, even when they have none, but it does not exist for the purposes of being manipulated (such as removing it).\n\nThe Corp has 0 bad publicity when the Runner plays Corporate Scandal. The Corp plays [The All-Seeing I](/en/card/09022). Can the Runner remove the additional bad publicity from Corporate Scandal to prevent all resources from being trashed?", "card_id": "corporate_scandal", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan the additional bad publicity from Corporate Scandal be removed?", - "answer": "No. The Corp is considered to have an additional bad publicity, even when they have none, but it does not exist for the purposes of being manipulated (such as removing it).\n\nThe Corp has 0 bad publicity when the Runner plays Corporate Scandal. The Corp plays [The All-Seeing I](/en/card/09022). Can the Runner remove the additional bad publicity from Corporate Scandal to prevent all resources from being trashed?" + "question": "####UFAQ [Damon Stone]\nCan the additional bad publicity from Corporate Scandal be removed?" } ] diff --git a/v2/rulings/councilman.json b/v2/rulings/councilman.json index 21e9f4287..343d4c6c2 100644 --- a/v2/rulings/councilman.json +++ b/v2/rulings/councilman.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Whenever an ability queries a value from the game, modifiers are taken into account unless otherwise noted.\n\nIs the rez cost in Councilman's ability affected by modifiers at the time of rez, such as from [Worlds Plaza](/en/card/08116)?", "card_id": "councilman", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIs the rez cost in Councilman's ability affected by constant abilities on cards such as [Breaker Bay Grid](/en/card/08040)?", - "answer": "Yes. Whenever an ability queries a value from the game, modifiers are taken into account unless otherwise noted.\n\nIs the rez cost in Councilman's ability affected by modifiers at the time of rez, such as from [Worlds Plaza](/en/card/08116)?" + "question": "####UFAQ [Damon Stone]\nIs the rez cost in Councilman's ability affected by constant abilities on cards such as [Breaker Bay Grid](/en/card/08040)?" } ] diff --git a/v2/rulings/counter_surveillance.json b/v2/rulings/counter_surveillance.json index ded078ca2..78d1c59d0 100644 --- a/v2/rulings/counter_surveillance.json +++ b/v2/rulings/counter_surveillance.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner cannot pay the full cost, so the Runner’s access step is replaced with accessing no cards.\n\nIf the Runner uses [Eater](/en/card/07040) during a run initiated by Counter Surveillance, what happens?", "card_id": "counter_surveillance", "date_update": "2021-11-03", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Runner uses Counter Surveillance to run on R&D, but they have fewer credits than tags by the time the run is successful, what happens?", - "answer": "The Runner cannot pay the full cost, so the Runner’s access step is replaced with accessing no cards.\n\nIf the Runner uses [Eater](/en/card/07040) during a run initiated by Counter Surveillance, what happens?" + "question": "####UFAQ [Michael Boggs]\nIf the Runner uses Counter Surveillance to run on R&D, but they have fewer credits than tags by the time the run is successful, what happens?" } ] diff --git a/v2/rulings/cradle.json b/v2/rulings/cradle.json index 26eb80250..f3cf3cb27 100644 --- a/v2/rulings/cradle.json +++ b/v2/rulings/cradle.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, strength on both ice and icebreakers can be negative. An icebreaker's strength being negative does not affect its basic functionality; it can still only break subroutines on ice with strength less than or equal to the icebreaker's strength.\n\nAudited by NISEI Rules (2022.05).", "card_id": "cradle", "date_update": "2022-05-27", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan Cradle have negative strength if the Runner has 6 or more cards in their grip? If so, what ice can Cradle break if its strength is negative?", - "answer": "Yes, strength on both ice and icebreakers can be negative. An icebreaker's strength being negative does not affect its basic functionality; it can still only break subroutines on ice with strength less than or equal to the icebreaker's strength.\n\nAudited by NISEI Rules (2022.05)." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan Cradle have negative strength if the Runner has 6 or more cards in their grip? If so, what ice can Cradle break if its strength is negative?" } ] diff --git a/v2/rulings/creative_commission.json b/v2/rulings/creative_commission.json index ff3d15297..077bcc9dc 100644 --- a/v2/rulings/creative_commission.json +++ b/v2/rulings/creative_commission.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The Runner only needs to spend the 1 click required for the basic action to play an event. The second sentence on [Creative Commission](/en/card/30020) is part of its effect, not a cost to play the card.", "card_id": "creative_commission", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "Can the Runner play [Creative Commission](/en/card/30020) if they only have 1 click left?", - "answer": "Yes. The Runner only needs to spend the 1 click required for the basic action to play an event. The second sentence on [Creative Commission](/en/card/30020) is part of its effect, not a cost to play the card." + "question": "Can the Runner play [Creative Commission](/en/card/30020) if they only have 1 click left?" } ] diff --git a/v2/rulings/credit_crash.json b/v2/rulings/credit_crash.json index cc99a3494..f304e7b71 100644 --- a/v2/rulings/credit_crash.json +++ b/v2/rulings/credit_crash.json @@ -1,9 +1,9 @@ [ { + "answer": "The card must be revealed. This effect requires the Corp to act on an element of the card, so it is satisfied by the Corp examining that card.\n\nIf the Corp prevents the trashing of the first card accessed with Credit Crash, can the Runner still trash that card normally?", "card_id": "credit_crash", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDuring a run initiated by Credit Crash, is the Runner required to reveal the accessed card to the Corp if it is accessed from R&D?", - "answer": "The card must be revealed. This effect requires the Corp to act on an element of the card, so it is satisfied by the Corp examining that card.\n\nIf the Corp prevents the trashing of the first card accessed with Credit Crash, can the Runner still trash that card normally?" + "question": "####UFAQ [Michael Boggs]\nDuring a run initiated by Credit Crash, is the Runner required to reveal the accessed card to the Corp if it is accessed from R&D?" } ] diff --git a/v2/rulings/credit_kiting.json b/v2/rulings/credit_kiting.json index e9ae8c3f6..a8c8ee7ac 100644 --- a/v2/rulings/credit_kiting.json +++ b/v2/rulings/credit_kiting.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "credit_kiting", "date_update": "2018-02-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nCan the Runner avoid the tag from Credit Kiting and still install a card?", - "answer": "Yes." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nCan the Runner avoid the tag from Credit Kiting and still install a card?" } ] diff --git a/v2/rulings/crisium_grid.json b/v2/rulings/crisium_grid.json index 08f0c657b..fad019546 100644 --- a/v2/rulings/crisium_grid.json +++ b/v2/rulings/crisium_grid.json @@ -1,37 +1,37 @@ [ { + "answer": "No. [Jailbreak](/en/card/30028)’s ability that gives an additional access is a delayed conditional ability created by its “If successful” ability. Since [Crisium Grid](/en/card/31079) stops the run from being declared successful, that ability is never resolved.", "card_id": "crisium_grid", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "If the Runner uses [Jailbreak](/en/card/30028) to run a server with a rezzed [Crisium Grid](/en/card/31079), will they access an additional card?", - "answer": "No. [Jailbreak](/en/card/30028)’s ability that gives an additional access is a delayed conditional ability created by its “If successful” ability. Since [Crisium Grid](/en/card/31079) stops the run from being declared successful, that ability is never resolved." + "question": "If the Runner uses [Jailbreak](/en/card/30028) to run a server with a rezzed [Crisium Grid](/en/card/31079), will they access an additional card?" }, { + "answer": "No, the Runner did not make a successful run on HQ due to [Crisium Grid](https://netrunnerdb.com/en/card/31079)’s ability. Trashing [Crisium Grid](https://netrunnerdb.com/en/card/31079) does not retroactively make the run successful.", "card_id": "crisium_grid", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "Can the Runner play [Emergency Shutdown](https://netrunnerdb.com/en/card/31016) on their second click after they ran HQ with an active [Crisium Grid](https://netrunnerdb.com/en/card/31079) that was trashed during the breach?", - "answer": "No, the Runner did not make a successful run on HQ due to [Crisium Grid](https://netrunnerdb.com/en/card/31079)’s ability. Trashing [Crisium Grid](https://netrunnerdb.com/en/card/31079) does not retroactively make the run successful." + "question": "Can the Runner play [Emergency Shutdown](https://netrunnerdb.com/en/card/31016) on their second click after they ran HQ with an active [Crisium Grid](https://netrunnerdb.com/en/card/31079) that was trashed during the breach?" }, { + "answer": "Yes. Preventing the run from being declared successful only affects abilities that require a successful run, such as the restriction on playing [Emergency Shutdown](https://netrunnerdb.com/en/card/31016).", "card_id": "crisium_grid", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If the Runner breaches a server that has a rezzed [Crisium Grid](https://netrunnerdb.com/en/card/31079), do they access cards as normal?", - "answer": "Yes. Preventing the run from being declared successful only affects abilities that require a successful run, such as the restriction on playing [Emergency Shutdown](https://netrunnerdb.com/en/card/31016)." + "question": "If the Runner breaches a server that has a rezzed [Crisium Grid](https://netrunnerdb.com/en/card/31079), do they access cards as normal?" }, { + "answer": "No, [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023) changes the attacked server while step 6.9.5a of the run is imminent, because the expected effects of that step include the trigger condition of [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023)’s delayed conditional ability, which is that the run on Archives would be declared successful. However, once the attacked server is changed to HQ, the imminent step cannot declare the run successful after all because of [Crisium Grid](https://netrunnerdb.com/en/card/31079)’s ability. The Runner will still breach HQ.", "card_id": "crisium_grid", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If [Crisium Grid](https://netrunnerdb.com/en/card/31079) is active in the root of HQ and the Runner uses [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023), is the run successful on either Archives or HQ?", - "answer": "No, [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023) changes the attacked server while step 6.9.5a of the run is imminent, because the expected effects of that step include the trigger condition of [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023)’s delayed conditional ability, which is that the run on Archives would be declared successful. However, once the attacked server is changed to HQ, the imminent step cannot declare the run successful after all because of [Crisium Grid](https://netrunnerdb.com/en/card/31079)’s ability. The Runner will still breach HQ." + "question": "If [Crisium Grid](https://netrunnerdb.com/en/card/31079) is active in the root of HQ and the Runner uses [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023), is the run successful on either Archives or HQ?" }, { + "answer": "The Runner breaches Archives and the run is not declared successful. Since [Crisium Grid](https://netrunnerdb.com/en/card/31079)’s ability is a static ability and applies immediately, declaring the run successful is never part of the expected effects of step 6.9.5a of the run, so the trigger condition of [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023)’s delayed conditional ability is never met and the ability never resolves.", "card_id": "crisium_grid", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If [Crisium Grid](https://netrunnerdb.com/en/card/31079) is active in the root of Archives and the Runner uses [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023), what server does the Runner breach and is the run successful?", - "answer": "The Runner breaches Archives and the run is not declared successful. Since [Crisium Grid](https://netrunnerdb.com/en/card/31079)’s ability is a static ability and applies immediately, declaring the run successful is never part of the expected effects of step 6.9.5a of the run, so the trigger condition of [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023)’s delayed conditional ability is never met and the ability never resolves." + "question": "If [Crisium Grid](https://netrunnerdb.com/en/card/31079) is active in the root of Archives and the Runner uses [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023), what server does the Runner breach and is the run successful?" } ] diff --git a/v2/rulings/customized_secretary.json b/v2/rulings/customized_secretary.json index bbd9985a4..c8939081c 100644 --- a/v2/rulings/customized_secretary.json +++ b/v2/rulings/customized_secretary.json @@ -1,9 +1,9 @@ [ { + "answer": "No, the program moves off of Customized Secretary and is installed in the rig as usual.", "card_id": "customized_secretary", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nWhen the Runner installs a program from Customized Secretary, does it remain hosted?", - "answer": "No, the program moves off of Customized Secretary and is installed in the rig as usual." + "question": "####UFAQ [Michael Boggs]\nWhen the Runner installs a program from Customized Secretary, does it remain hosted?" } ] diff --git a/v2/rulings/cyberdelia.json b/v2/rulings/cyberdelia.json index 6c7219e27..a6fbcaedd 100644 --- a/v2/rulings/cyberdelia.json +++ b/v2/rulings/cyberdelia.json @@ -1,9 +1,9 @@ [ { + "answer": "As long as the run reaches step 3.1, then the Runner is considered to have broken all 0 subroutines on Troll.", "card_id": "cyberdelia", "date_update": "2017-12-29", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner encounters [Troll](/en/card/06108) with Cyberdelia installed, do they gain 1?", - "answer": "As long as the run reaches step 3.1, then the Runner is considered to have broken all 0 subroutines on Troll." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner encounters [Troll](/en/card/06108) with Cyberdelia installed, do they gain 1?" } ] diff --git a/v2/rulings/cyberdex_sandbox.json b/v2/rulings/cyberdex_sandbox.json index 133784547..f9667890f 100644 --- a/v2/rulings/cyberdex_sandbox.json +++ b/v2/rulings/cyberdex_sandbox.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Per rule 10.1.1a, the Corp can always use an effect that purges virus counters, even if that effect would not normally be determined to have the potential to change the game state.\n\nWhen the Corp scores Cyberdex Sandbox, does its second ability allow them to trigger its first ability and gain 4[c]?", "card_id": "cyberdex_sandbox", "date_update": "2020-04-23", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Corp purge virus counters even if there are none in play?", - "answer": "Yes. Per rule 10.1.1a, the Corp can always use an effect that purges virus counters, even if that effect would not normally be determined to have the potential to change the game state.\n\nWhen the Corp scores Cyberdex Sandbox, does its second ability allow them to trigger its first ability and gain 4[c]?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Corp purge virus counters even if there are none in play?" } ] diff --git a/v2/rulings/cyberdex_virus_suite.json b/v2/rulings/cyberdex_virus_suite.json index 52200dd25..3364272f3 100644 --- a/v2/rulings/cyberdex_virus_suite.json +++ b/v2/rulings/cyberdex_virus_suite.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Paid abilities can only be used when a player has priority in a paid ability window, not in the middle of resolving another ability.", "card_id": "cyberdex_virus_suite", "date_update": "2021-10-11", "nsg_rules_team_verified": false, - "question": "Can the Corp use [Cyberdex Virus Suite](/en/card/07027) in the middle of the Runner using [Fermenter](/en/card/30007) to stop them from gaining credits?", - "answer": "No. Paid abilities can only be used when a player has priority in a paid ability window, not in the middle of resolving another ability." + "question": "Can the Corp use [Cyberdex Virus Suite](/en/card/07027) in the middle of the Runner using [Fermenter](/en/card/30007) to stop them from gaining credits?" } ] diff --git a/v2/rulings/cyberfeeder.json b/v2/rulings/cyberfeeder.json index d2ab1b96e..b0bd47a9f 100644 --- a/v2/rulings/cyberfeeder.json +++ b/v2/rulings/cyberfeeder.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Since the bypass ability is an optional ability, you are considered to be using the ability. The credits from [Cyberfeeder](https://netrunnerdb.com/en/card/25008) can be spent to pay for the use of that ability.", "card_id": "cyberfeeder", "date_update": "2022-04-24", "nsg_rules_team_verified": false, - "question": "Can you use the credits hosted on [Cyberfeeder](https://netrunnerdb.com/en/card/25008) to pay for [Femme Fatale](https://netrunnerdb.com/en/card/31022)’s bypass ability?", - "answer": "Yes. Since the bypass ability is an optional ability, you are considered to be using the ability. The credits from [Cyberfeeder](https://netrunnerdb.com/en/card/25008) can be spent to pay for the use of that ability." + "question": "Can you use the credits hosted on [Cyberfeeder](https://netrunnerdb.com/en/card/25008) to pay for [Femme Fatale](https://netrunnerdb.com/en/card/31022)’s bypass ability?" } ] diff --git a/v2/rulings/cybertrooper_talut.json b/v2/rulings/cybertrooper_talut.json index 06bcdada4..d68ed003f 100644 --- a/v2/rulings/cybertrooper_talut.json +++ b/v2/rulings/cybertrooper_talut.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Cybertrooper Talut only cares whether the program is an AI or not at the time it is installed. Once the strength bonus is applied, the ability does not continue checking the program's subtypes.", "card_id": "cybertrooper_talut", "date_update": "2020-03-11", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner installs a non-AI icebreaker and then hosts Adjusted Matrix on it, does that icebreaker lose the strength bonus from Cybertrooper Talut?", - "answer": "No. Cybertrooper Talut only cares whether the program is an AI or not at the time it is installed. Once the strength bonus is applied, the ability does not continue checking the program's subtypes." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner installs a non-AI icebreaker and then hosts Adjusted Matrix on it, does that icebreaker lose the strength bonus from Cybertrooper Talut?" } ] diff --git a/v2/rulings/dadiana_chacon.json b/v2/rulings/dadiana_chacon.json index ed157c30c..69d73c5fb 100644 --- a/v2/rulings/dadiana_chacon.json +++ b/v2/rulings/dadiana_chacon.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Although the Runner can trigger Order of Sol first, Dadiana Chacon will still be trashed.", "card_id": "dadiana_chacon", "date_update": "2017-05-25", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner has both Dadiana Chacon and [Order of Sol](/en/card/06058) installed, can the Runner keep Dadiana Chacon from trashing herself by triggering Order of Sol first?", - "answer": "No. Although the Runner can trigger Order of Sol first, Dadiana Chacon will still be trashed." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner has both Dadiana Chacon and [Order of Sol](/en/card/06058) installed, can the Runner keep Dadiana Chacon from trashing herself by triggering Order of Sol first?" } ] diff --git a/v2/rulings/daily_business_show.json b/v2/rulings/daily_business_show.json index cf52306a8..b4f154d8e 100644 --- a/v2/rulings/daily_business_show.json +++ b/v2/rulings/daily_business_show.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, each of the interrupt abilities will increase the number of draws for the first draw by 1 each. The ‘when you draw those’ abilities will then also each separately cause you to add 1 card to the bottom of R&D.", "card_id": "daily_business_show", "date_update": "2022-04-24", "nsg_rules_team_verified": false, - "question": "Do the abilities of multiple rezzed [Daily Business Show](https://netrunnerdb.com/en/card/31063) assets stack?", - "answer": "Yes, each of the interrupt abilities will increase the number of draws for the first draw by 1 each. The ‘when you draw those’ abilities will then also each separately cause you to add 1 card to the bottom of R&D." + "question": "Do the abilities of multiple rezzed [Daily Business Show](https://netrunnerdb.com/en/card/31063) assets stack?" } ] diff --git a/v2/rulings/daily_casts.json b/v2/rulings/daily_casts.json index 2b1e3fb9a..56848c012 100644 --- a/v2/rulings/daily_casts.json +++ b/v2/rulings/daily_casts.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The wording was updated to our current style, including using the new \"load\" and \"empty\" keywords, but there are no functional changes.", "card_id": "daily_casts", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nThis card is a reprint. Has anything changed about how Daily Casts works?", - "answer": "No. The wording was updated to our current style, including using the new \"load\" and \"empty\" keywords, but there are no functional changes." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nThis card is a reprint. Has anything changed about how Daily Casts works?" } ] diff --git a/v2/rulings/daruma.json b/v2/rulings/daruma.json index 5aff134bb..0e9ed3346 100644 --- a/v2/rulings/daruma.json +++ b/v2/rulings/daruma.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Daruma swaps out a card installed in the same server from which it was trashed. There are no cards installed in central servers, only the inactive cards in the Corp’s hand/deck/discard and the cards installed in the root.\n\nWhat about using Daruma in a remote server to swap something into the root of a central server?", "card_id": "daruma", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Corp use a Daruma that is installed in the root of a central server?", - "answer": "No. Daruma swaps out a card installed in the same server from which it was trashed. There are no cards installed in central servers, only the inactive cards in the Corp’s hand/deck/discard and the cards installed in the root.\n\nWhat about using Daruma in a remote server to swap something into the root of a central server?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Corp use a Daruma that is installed in the root of a central server?" } ] diff --git a/v2/rulings/data_breach.json b/v2/rulings/data_breach.json index 2d1b02bf2..07d34d49b 100644 --- a/v2/rulings/data_breach.json +++ b/v2/rulings/data_breach.json @@ -1,9 +1,9 @@ [ { + "answer": "Both Doppelgänger and Data Breach meet their trigger condition at the same time, so the Runner chooses the order the effects trigger. Once the additional run from either effect has completed, then the other ability triggers and the Runner may initiate another run. Either (a) the Runner chooses to trigger Data Breach first, makes a run on R&D, and then makes an additional run with Doppelgänger’s ability; or (b) the Runner makes an additional run with Doppelgänger’s ability, and then makes an additional run on R&D after that run completes.", "card_id": "data_breach", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf a Runner with [Doppelgänger](/en/card/02064) uses Data Breach, can he or she choose in which order their effects trigger?", - "answer": "Both Doppelgänger and Data Breach meet their trigger condition at the same time, so the Runner chooses the order the effects trigger. Once the additional run from either effect has completed, then the other ability triggers and the Runner may initiate another run. Either (a) the Runner chooses to trigger Data Breach first, makes a run on R&D, and then makes an additional run with Doppelgänger’s ability; or (b) the Runner makes an additional run with Doppelgänger’s ability, and then makes an additional run on R&D after that run completes." + "question": "####UFAQ [Michael Boggs]\nIf a Runner with [Doppelgänger](/en/card/02064) uses Data Breach, can he or she choose in which order their effects trigger?" } ] diff --git a/v2/rulings/data_loop.json b/v2/rulings/data_loop.json index 281af8911..de5d2a92e 100644 --- a/v2/rulings/data_loop.json +++ b/v2/rulings/data_loop.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. As the effect does not stipulate \"if able\", as much of the effect as can be resolved must be resolved.", "card_id": "data_loop", "date_update": "2017-07-21", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner only has 1 card in their grip when they encounter Data Loop, do they have to put that card on top of the stack?", - "answer": "Yes. As the effect does not stipulate \"if able\", as much of the effect as can be resolved must be resolved." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner only has 1 card in their grip when they encounter Data Loop, do they have to put that card on top of the stack?" } ] diff --git a/v2/rulings/datasucker.json b/v2/rulings/datasucker.json index af059f607..014e14771 100644 --- a/v2/rulings/datasucker.json +++ b/v2/rulings/datasucker.json @@ -1,9 +1,9 @@ [ { + "answer": "Not quite. Because [Datasucker](/en/card/01008) says that the ice you are encountering must be rezzed, there are some rare encounters where it cannot be used, such as an encounter with an [Archangel](/en/card/09013) being accessed from the Corp’s hand or deck. [Leech](/en/card/30008) can be used even during these encounters.", "card_id": "datasucker", "date_update": "2021-10-11", "nsg_rules_team_verified": false, - "question": "Is [Leech](/en/card/30008) a functional reprint of [Datasucker](/en/card/01008)?", - "answer": "Not quite. Because [Datasucker](/en/card/01008) says that the ice you are encountering must be rezzed, there are some rare encounters where it cannot be used, such as an encounter with an [Archangel](/en/card/09013) being accessed from the Corp’s hand or deck. [Leech](/en/card/30008) can be used even during these encounters." + "question": "Is [Leech](/en/card/30008) a functional reprint of [Datasucker](/en/card/01008)?" } ] diff --git a/v2/rulings/dean_lister.json b/v2/rulings/dean_lister.json index db4e0cb59..a2de26f63 100644 --- a/v2/rulings/dean_lister.json +++ b/v2/rulings/dean_lister.json @@ -1,9 +1,9 @@ [ { + "answer": "It expires immediately just like an icebreaker boosting its own strength.\n\nIs the strength increase from Dean Lister locked in at the moment the ability resolves, or does it track the number of cards in the Runner’s grip?", "card_id": "dean_lister", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nWhen does the ability from Dean Lister expire if activated outside of a run?", - "answer": "It expires immediately just like an icebreaker boosting its own strength.\n\nIs the strength increase from Dean Lister locked in at the moment the ability resolves, or does it track the number of cards in the Runner’s grip?" + "question": "####UFAQ [Michael Boggs]\nWhen does the ability from Dean Lister expire if activated outside of a run?" } ] diff --git a/v2/rulings/death_and_taxes.json b/v2/rulings/death_and_taxes.json index 3204995cb..be7afb918 100644 --- a/v2/rulings/death_and_taxes.json +++ b/v2/rulings/death_and_taxes.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "death_and_taxes", "date_update": "2018-03-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 21](http://ancur.wikia.com/wiki/Council_of_the_Crest_UFAQ) [Michael Boggs]\nDoes Death and Taxes trigger when the Runner trashes one of their own cards?", - "answer": "Yes." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 21](http://ancur.wikia.com/wiki/Council_of_the_Crest_UFAQ) [Michael Boggs]\nDoes Death and Taxes trigger when the Runner trashes one of their own cards?" } ] diff --git a/v2/rulings/dedicated_neural_net.json b/v2/rulings/dedicated_neural_net.json index 9348c9c43..c0712e439 100644 --- a/v2/rulings/dedicated_neural_net.json +++ b/v2/rulings/dedicated_neural_net.json @@ -1,9 +1,9 @@ [ { + "answer": "The Corp chooses a set of cards for the runner to access of size equal to the number of cards the Runner will access from HQ, then the Runner accesses them one at a time in the order of the Runner’s choosing.\n\nIf the Corp has scored Dedicated Neural Net and wins the Psi game, what happens when an [Information Sifting](/en/card/10079) run is successful?", "card_id": "dedicated_neural_net", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner plays [Legwork](/en/card/05035) while Dedicated Neural Net is scored and loses the Psi game, does the Corp choose the cards the Runner will access one at a time, or does the Corp choose a set of cards and the Runner accesses them in any order?", - "answer": "The Corp chooses a set of cards for the runner to access of size equal to the number of cards the Runner will access from HQ, then the Runner accesses them one at a time in the order of the Runner’s choosing.\n\nIf the Corp has scored Dedicated Neural Net and wins the Psi game, what happens when an [Information Sifting](/en/card/10079) run is successful?" + "question": "####UFAQ [Damon Stone]\nIf the Runner plays [Legwork](/en/card/05035) while Dedicated Neural Net is scored and loses the Psi game, does the Corp choose the cards the Runner will access one at a time, or does the Corp choose a set of cards and the Runner accesses them in any order?" } ] diff --git a/v2/rulings/dedicated_processor.json b/v2/rulings/dedicated_processor.json index d304e5134..026191048 100644 --- a/v2/rulings/dedicated_processor.json +++ b/v2/rulings/dedicated_processor.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "dedicated_processor", "date_update": "2017-05-25", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf Dedicated Processor is hosted on an icebreaker that is hosted on [Baba Yaga](/en/card/11088), does Baba Yaga gain \"2: +4 strength.\"?", - "answer": "Yes." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf Dedicated Processor is hosted on an icebreaker that is hosted on [Baba Yaga](/en/card/11088), does Baba Yaga gain \"2: +4 strength.\"?" } ] diff --git a/v2/rulings/dedication_ceremony.json b/v2/rulings/dedication_ceremony.json index cdf4581cc..59febc19e 100644 --- a/v2/rulings/dedication_ceremony.json +++ b/v2/rulings/dedication_ceremony.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Dedicated Ceremony does not specify to put the tokens on a card that can be advanced, and rezzed cards are faceup.\n\nDoes Dedication Ceremony trigger the abilities on public agendas like [Oaktown Renovation](/en/card/08058)?", "card_id": "dedication_ceremony", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan Dedication Ceremony be used to place advancement tokens on a rezzed [Haas Arcology AI](/en/card/03011)?", - "answer": "Yes. Dedicated Ceremony does not specify to put the tokens on a card that can be advanced, and rezzed cards are faceup.\n\nDoes Dedication Ceremony trigger the abilities on public agendas like [Oaktown Renovation](/en/card/08058)?" + "question": "####UFAQ [Damon Stone]\nCan Dedication Ceremony be used to place advancement tokens on a rezzed [Haas Arcology AI](/en/card/03011)?" } ] diff --git a/v2/rulings/deep_data_mining.json b/v2/rulings/deep_data_mining.json index 6bf1c38d1..3c9c71e45 100644 --- a/v2/rulings/deep_data_mining.json +++ b/v2/rulings/deep_data_mining.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner accesses 5 cards. “Up to” limits the number of additional accesses the Runner can get, not the total number of accesses.", "card_id": "deep_data_mining", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Runner has 4 unused MU when they play Deep Data Mining, do they access 4 cards or 5 cards from R&D?", - "answer": "The Runner accesses 5 cards. “Up to” limits the number of additional accesses the Runner can get, not the total number of accesses." + "question": "####UFAQ [Michael Boggs]\nIf the Runner has 4 unused MU when they play Deep Data Mining, do they access 4 cards or 5 cards from R&D?" } ] diff --git a/v2/rulings/deep_dive.json b/v2/rulings/deep_dive.json index c2958e67b..cd7f73854 100644 --- a/v2/rulings/deep_dive.json +++ b/v2/rulings/deep_dive.json @@ -1,9 +1,9 @@ [ { + "answer": "No. [Deep Dive](/en/card/33022) grants a single opportunity to pay 1 to access 1 additional card.", "card_id": "deep_dive", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner has more than 2 remaining when they play [Deep Dive](/en/card/33022), can they pay multiple additional to access more than 2 cards?", - "answer": "No. [Deep Dive](/en/card/33022) grants a single opportunity to pay 1 to access 1 additional card." + "question": "If the Runner has more than 2 remaining when they play [Deep Dive](/en/card/33022), can they pay multiple additional to access more than 2 cards?" } ] diff --git a/v2/rulings/deuces_wild.json b/v2/rulings/deuces_wild.json index c9ab1912f..9e7b75106 100644 --- a/v2/rulings/deuces_wild.json +++ b/v2/rulings/deuces_wild.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner does not have to choose which mode to resolve next until the first has finished resolving.\n\nCan the Runner choose the same option on Deuces Wild twice?", "card_id": "deuces_wild", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nWhen does the Runner choose and resolve the second option for Deuces Wild?", - "answer": "The Runner does not have to choose which mode to resolve next until the first has finished resolving.\n\nCan the Runner choose the same option on Deuces Wild twice?" + "question": "####UFAQ [Damon Stone]\nWhen does the Runner choose and resolve the second option for Deuces Wild?" } ] diff --git a/v2/rulings/devil_charm.json b/v2/rulings/devil_charm.json index 01713b753..dac7e36c5 100644 --- a/v2/rulings/devil_charm.json +++ b/v2/rulings/devil_charm.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Devil Charm and Chisel meet their trigger conditions at the same time, so the Runner can choose the order to trigger and resolve the two abilities. Chisel does not check the ice's strength until its ability resolves.\n\nIf the Runner uses Devil Charm to lower the strength of a piece of ice to a negative value during a run made with Prey, can the Runner trash that ice when they pass it? How many cards do they need to trash?", "card_id": "devil_charm", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Runner use Devil Charm to lower the strength of a piece of ice to 0 or less before using Chisel to trash it?", - "answer": "Yes. Devil Charm and Chisel meet their trigger conditions at the same time, so the Runner can choose the order to trigger and resolve the two abilities. Chisel does not check the ice's strength until its ability resolves.\n\nIf the Runner uses Devil Charm to lower the strength of a piece of ice to a negative value during a run made with Prey, can the Runner trash that ice when they pass it? How many cards do they need to trash?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Runner use Devil Charm to lower the strength of a piece of ice to 0 or less before using Chisel to trash it?" } ] diff --git a/v2/rulings/dhegdheer.json b/v2/rulings/dhegdheer.json index 5fe9803ba..7eb39fdfc 100644 --- a/v2/rulings/dhegdheer.json +++ b/v2/rulings/dhegdheer.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Interpret the text as if it read \"Lower the install cost of programs you install on Dhegdheer by 1.\"", "card_id": "dhegdheer", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDhegdheer's middle ability is worded like a conditional ability that triggers *after* the install action. Does Dhegdheer actually reduce the cost to install programs on it?", - "answer": "Yes. Interpret the text as if it read \"Lower the install cost of programs you install on Dhegdheer by 1.\"" + "question": "####UFAQ [Michael Boggs]\nDhegdheer's middle ability is worded like a conditional ability that triggers *after* the install action. Does Dhegdheer actually reduce the cost to install programs on it?" } ] diff --git a/v2/rulings/dianas_hunt.json b/v2/rulings/dianas_hunt.json index 4bf1f63e2..2baf3435c 100644 --- a/v2/rulings/dianas_hunt.json +++ b/v2/rulings/dianas_hunt.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Femme Fatale was not installed at the time that its trigger condition would have been met.", "card_id": "dianas_hunt", "date_update": "2017-10-17", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner uses Diana's Hunt to install a [Femme Fatale](/en/card/01026) targeting the encountered ice, can they then use Femme Fatale to bypass that ice?", - "answer": "No. The Femme Fatale was not installed at the time that its trigger condition would have been met." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner uses Diana's Hunt to install a [Femme Fatale](/en/card/01026) targeting the encountered ice, can they then use Femme Fatale to bypass that ice?" } ] diff --git a/v2/rulings/digital_rights_management.json b/v2/rulings/digital_rights_management.json index 94ab6f979..691b2f9b2 100644 --- a/v2/rulings/digital_rights_management.json +++ b/v2/rulings/digital_rights_management.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The \"Play only if…\" restriction is not satisfied, because there is no \"Runner's last turn\" to check as to whether there were any successful runs on HQ.", "card_id": "digital_rights_management", "date_update": "2020-04-15", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Corp play Digital Rights Management on the first turn of the game?", - "answer": "No. The \"Play only if…\" restriction is not satisfied, because there is no \"Runner's last turn\" to check as to whether there were any successful runs on HQ." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Corp play Digital Rights Management on the first turn of the game?" } ] diff --git a/v2/rulings/direct_access.json b/v2/rulings/direct_access.json index f28bd4e5b..cc5339086 100644 --- a/v2/rulings/direct_access.json +++ b/v2/rulings/direct_access.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes. The identities lose their abilities as soon as Direct Access becomes active, before the run begins and the attacked server is declared.\n\nPlaying as Apex, can the Runner use DaVinci to install a non-virtual resource during a Direct Access run?", "card_id": "direct_access", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nPlaying against Replicating Perfection, can the Runner use Direct Access to run on a remote server if they have not run on any central servers yet that turn?", - "answer": "Yes. The identities lose their abilities as soon as Direct Access becomes active, before the run begins and the attacked server is declared.\n\nPlaying as Apex, can the Runner use DaVinci to install a non-virtual resource during a Direct Access run?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nPlaying against Replicating Perfection, can the Runner use Direct Access to run on a remote server if they have not run on any central servers yet that turn?" }, { + "answer": "Yes. Replicating Perfection must register a central server run when they regain their ability, before a remote server can be attacked.", "card_id": "direct_access", "date_update": "2019-12-27", "nsg_rules_team_verified": false, - "question": "If the Runner uses Direct Access to run a remote server against Replicating Perfection, do they have to run a central server to run another remote server?", - "answer": "Yes. Replicating Perfection must register a central server run when they regain their ability, before a remote server can be attacked." + "question": "If the Runner uses Direct Access to run a remote server against Replicating Perfection, do they have to run a central server to run another remote server?" } ] diff --git a/v2/rulings/disposable_hq.json b/v2/rulings/disposable_hq.json index 69b67e28f..41c4df959 100644 --- a/v2/rulings/disposable_hq.json +++ b/v2/rulings/disposable_hq.json @@ -1,9 +1,9 @@ [ { + "answer": "In the order of the Corp’s choice. Disposable HQ implicitly gives the choice to the Corp due to being a Corp card effect. ([CBI Raid](/en/card/10022), for example, specifies the choice because it is a Runner card effect.)\n\nDoes Disposable HQ trigger from Archives?", "card_id": "disposable_hq", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIn what order are the cards added to the bottom of R&D with Disposable HQ?", - "answer": "In the order of the Corp’s choice. Disposable HQ implicitly gives the choice to the Corp due to being a Corp card effect. ([CBI Raid](/en/card/10022), for example, specifies the choice because it is a Runner card effect.)\n\nDoes Disposable HQ trigger from Archives?" + "question": "####UFAQ [Damon Stone]\nIn what order are the cards added to the bottom of R&D with Disposable HQ?" } ] diff --git a/v2/rulings/district_99.json b/v2/rulings/district_99.json index d3603334a..02fc9e1f1 100644 --- a/v2/rulings/district_99.json +++ b/v2/rulings/district_99.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Damage causes cards to be trashed.\n\nIf discarding at the end of the Runner's turn is the first time that turn a program or hardware is put into the heap, does District 99 gain a power counter?", "card_id": "district_99", "date_update": "2022-05-27", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf damage is the first time in a turn that a program or hardware is put into the heap, does District 99 gain a power counter?", - "answer": "Yes. Damage causes cards to be trashed.\n\nIf discarding at the end of the Runner's turn is the first time that turn a program or hardware is put into the heap, does District 99 gain a power counter?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf damage is the first time in a turn that a program or hardware is put into the heap, does District 99 gain a power counter?" } ] diff --git a/v2/rulings/divert_power.json b/v2/rulings/divert_power.json index 0ac334d0b..716adde2c 100644 --- a/v2/rulings/divert_power.json +++ b/v2/rulings/divert_power.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. To play Divert Power, it must have the potential to change the game state (via at least one rezzed card that can be derezzed and/or at least one unrezzed card that can be rezzed), but when the operation actually resolves, the Corp does not have to do anything since all of Divert Power's effects are adjustable.\n\nAudited by NISEI Rules (2022.07).", "card_id": "divert_power", "date_update": "2022-07-08", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Corp play Divert Power but choose not to derez or rez any cards?", - "answer": "Yes. To play Divert Power, it must have the potential to change the game state (via at least one rezzed card that can be derezzed and/or at least one unrezzed card that can be rezzed), but when the operation actually resolves, the Corp does not have to do anything since all of Divert Power's effects are adjustable.\n\nAudited by NISEI Rules (2022.07)." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Corp play Divert Power but choose not to derez or rez any cards?" } ] diff --git a/v2/rulings/divested_trust.json b/v2/rulings/divested_trust.json index 879055aae..64ca6ec12 100644 --- a/v2/rulings/divested_trust.json +++ b/v2/rulings/divested_trust.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Runner wins the game while Divested Trust’s ability is still pending.\n\nIf the Corp uses Divested Trust to snatch a 3-point agenda from the Runner, but the Runner steals that agenda again, how much damage does Punitive Counterstrike do?", "card_id": "divested_trust", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Corp use Divested Trust to stop the Runner from winning after stealing their 7th agenda point?", - "answer": "No. The Runner wins the game while Divested Trust’s ability is still pending.\n\nIf the Corp uses Divested Trust to snatch a 3-point agenda from the Runner, but the Runner steals that agenda again, how much damage does Punitive Counterstrike do?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Corp use Divested Trust to stop the Runner from winning after stealing their 7th agenda point?" } ] diff --git a/v2/rulings/divide_and_conquer.json b/v2/rulings/divide_and_conquer.json index 38bbc6152..52424d7e0 100644 --- a/v2/rulings/divide_and_conquer.json +++ b/v2/rulings/divide_and_conquer.json @@ -1,16 +1,16 @@ [ { + "answer": "No.\n\nWhat happens if the Runner uses [The Turning Wheel](/en/card/10085) during a run made with Divide and Conquer?", "card_id": "divide_and_conquer", "date_update": "2022-05-27", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Runner access upgrades installed in the root of R&D or HQ with Divide and Conquer?", - "answer": "No.\n\nWhat happens if the Runner uses [The Turning Wheel](/en/card/10085) during a run made with Divide and Conquer?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Runner access upgrades installed in the root of R&D or HQ with Divide and Conquer?" }, { + "answer": "Aumakua will trigger up to three times, once for each server breached with no cards trashed or stolen.\n\nUpdated (2022.05).", "card_id": "divide_and_conquer", "date_update": "2022-06-09", "nsg_rules_team_verified": true, - "question": "####[NISEI](http://nisei.net) [NISEI Rules Team Update]\nIf the Runner plays Divide and Conquer with an [Aumakua](/en/card/12104) installed, how many times does Aumakua trigger?", - "answer": "Aumakua will trigger up to three times, once for each server breached with no cards trashed or stolen.\n\nUpdated (2022.05)." + "question": "####[NISEI](http://nisei.net) [NISEI Rules Team Update]\nIf the Runner plays Divide and Conquer with an [Aumakua](/en/card/12104) installed, how many times does Aumakua trigger?" } ] diff --git a/v2/rulings/diviner.json b/v2/rulings/diviner.json index 185a40e32..a900f4f4f 100644 --- a/v2/rulings/diviner.json +++ b/v2/rulings/diviner.json @@ -1,23 +1,23 @@ [ { + "answer": "[Diviner](/en/card/30046) will not end the run.", "card_id": "diviner", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "What happens if [Diviner](/en/card/30046) trashes a card with a play or install cost of 0?", - "answer": "[Diviner](/en/card/30046) will not end the run." + "question": "What happens if [Diviner](/en/card/30046) trashes a card with a play or install cost of 0?" }, { + "answer": "[Diviner](/en/card/30046) will not end the run. A play or install cost of X is considered to be 0 until the card is played or installed.", "card_id": "diviner", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "What happens if [Diviner](/en/card/30046) trashes a card with play or install cost of X?", - "answer": "[Diviner](/en/card/30046) will not end the run. A play or install cost of X is considered to be 0 until the card is played or installed." + "question": "What happens if [Diviner](/en/card/30046) trashes a card with play or install cost of X?" }, { + "answer": "No. [Diviner](/en/card/30046)’s subroutine is checking the install/play cost of the card that was trashed from the Runner’s grip by the net damage.", "card_id": "diviner", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Does [Diviner](/en/card/30046)’s subroutine require you to trash cards from HQ like [Anoetic Void](/en/card/30050)?", - "answer": "No. [Diviner](/en/card/30046)’s subroutine is checking the install/play cost of the card that was trashed from the Runner’s grip by the net damage." + "question": "Does [Diviner](/en/card/30046)’s subroutine require you to trash cards from HQ like [Anoetic Void](/en/card/30050)?" } ] diff --git a/v2/rulings/diwan.json b/v2/rulings/diwan.json index cba6cb928..1d44b6742 100644 --- a/v2/rulings/diwan.json +++ b/v2/rulings/diwan.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Cards installed in the root of a central server are not in that central server.", "card_id": "diwan", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan Diwan increase the install cost of an upgrade installed in the root of a central server?", - "answer": "No. Cards installed in the root of a central server are not in that central server." + "question": "####UFAQ [Damon Stone]\nCan Diwan increase the install cost of an upgrade installed in the root of a central server?" } ] diff --git a/v2/rulings/dj_fenris.json b/v2/rulings/dj_fenris.json index cfb0b02e1..40e51505c 100644 --- a/v2/rulings/dj_fenris.json +++ b/v2/rulings/dj_fenris.json @@ -1,9 +1,9 @@ [ { + "answer": "The identity remains hosted on DJ Fenris but has no effect on the game as it is not active. If DJ Fenris is turned back faceup, it will have the text of the hosted identity again.\n\nWhat happens if DJ Fenris is blanked by [Dr. Lovegood](/en/card/09042)?", "card_id": "dj_fenris", "date_update": "2022-05-10", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nWhat happens if DJ Fenris is flipped facedown by [Apocalypse](/en/card/09030)?", - "answer": "The identity remains hosted on DJ Fenris but has no effect on the game as it is not active. If DJ Fenris is turned back faceup, it will have the text of the hosted identity again.\n\nWhat happens if DJ Fenris is blanked by [Dr. Lovegood](/en/card/09042)?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nWhat happens if DJ Fenris is flipped facedown by [Apocalypse](/en/card/09030)?" } ] diff --git a/v2/rulings/docklands_pass.json b/v2/rulings/docklands_pass.json index 5cc9a9370..8edda3ad3 100644 --- a/v2/rulings/docklands_pass.json +++ b/v2/rulings/docklands_pass.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. “The first time you breach HQ” refers to a breach actually taking place, not just reaching the “Breach the attacked server.” step of the run.", "card_id": "docklands_pass", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If breaching HQ is replaced with another effect, such as gaining 2 with [Security Testing](/en/card/31024), will the Runner get the additional access with [Docklands Pass](/en/card/30013) if they make a successful run on HQ again later in the turn?", - "answer": "Yes. “The first time you breach HQ” refers to a breach actually taking place, not just reaching the “Breach the attacked server.” step of the run." + "question": "If breaching HQ is replaced with another effect, such as gaining 2 with [Security Testing](/en/card/31024), will the Runner get the additional access with [Docklands Pass](/en/card/30013) if they make a successful run on HQ again later in the turn?" } ] diff --git a/v2/rulings/door_to_door.json b/v2/rulings/door_to_door.json index ab6ba1738..f8ee135db 100644 --- a/v2/rulings/door_to_door.json +++ b/v2/rulings/door_to_door.json @@ -1,9 +1,9 @@ [ { + "answer": "Door to Door does not give the tag if the trace is unsuccessful, but rather only if the trace is successful and the Runner is not tagged.", "card_id": "door_to_door", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes Door to Door give the Runner 1 tag if the trace is unsuccessful or if the runner is not tagged?", - "answer": "Door to Door does not give the tag if the trace is unsuccessful, but rather only if the trace is successful and the Runner is not tagged." + "question": "####UFAQ [Michael Boggs]\nDoes Door to Door give the Runner 1 tag if the trace is unsuccessful or if the runner is not tagged?" } ] diff --git a/v2/rulings/drafter.json b/v2/rulings/drafter.json index b1b35d8c9..eb637cb50 100644 --- a/v2/rulings/drafter.json +++ b/v2/rulings/drafter.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The new ice must be installed in the outermost position protecting the server. Since the Runner already has a position relative to the other ice protecting the server, the new ice will necessarily have a position outward from the Runner. Trashing multiple ice does not allow new ice to \"leapfrog\" the Runner's position, but just moves the Runner 1 position toward the server for each trashed piece of ice that was inward from their earlier position.", "card_id": "drafter", "date_update": "2020-04-10", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Corp installs a piece of ice with Drafter's second subroutine, can they force the Runner to approach the new ice by trashing Drafter and/or other ice protecting the attacked server as part of that install?", - "answer": "No. The new ice must be installed in the outermost position protecting the server. Since the Runner already has a position relative to the other ice protecting the server, the new ice will necessarily have a position outward from the Runner. Trashing multiple ice does not allow new ice to \"leapfrog\" the Runner's position, but just moves the Runner 1 position toward the server for each trashed piece of ice that was inward from their earlier position." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Corp installs a piece of ice with Drafter's second subroutine, can they force the Runner to approach the new ice by trashing Drafter and/or other ice protecting the attacked server as part of that install?" } ] diff --git a/v2/rulings/dreamnet.json b/v2/rulings/dreamnet.json index 3eb22a024..02246c46f 100644 --- a/v2/rulings/dreamnet.json +++ b/v2/rulings/dreamnet.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, as long as they meet one of the specified conditions of having a digital identity or at least 2[link]. The second sentence of the ability is not in any way dependent on the effects of the first sentence. The word \"also\" is used only to make clear that both sentences are part of the same ability.", "card_id": "dreamnet", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner is resolving DreamNet's ability, but they are unable to draw a card because their stack is empty or the Corp resolved the subroutine on Lockdown, do they still gain a credit?", - "answer": "Yes, as long as they meet one of the specified conditions of having a digital identity or at least 2[link]. The second sentence of the ability is not in any way dependent on the effects of the first sentence. The word \"also\" is used only to make clear that both sentences are part of the same ability." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner is resolving DreamNet's ability, but they are unable to draw a card because their stack is empty or the Corp resolved the subroutine on Lockdown, do they still gain a credit?" } ] diff --git a/v2/rulings/dummy_box.json b/v2/rulings/dummy_box.json index 46333b420..8962c237c 100644 --- a/v2/rulings/dummy_box.json +++ b/v2/rulings/dummy_box.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The program hosted on NetChip is trashed by the hosting rules and not by the Corp. Trashing hosted cards when the host is uninstalled cannot be prevented.\n\nIf the first subroutine on [Conundrum](/en/card/12120) resolves, can the Runner use Dummy Box to save the chosen program?", "card_id": "dummy_box", "date_update": "2017-10-17", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Corp trashes a [NetChip](/en/card/10024) hosting a program, can the Runner trash a program from grip to use Dummy Box to save the hosted program?", - "answer": "No. The program hosted on NetChip is trashed by the hosting rules and not by the Corp. Trashing hosted cards when the host is uninstalled cannot be prevented.\n\nIf the first subroutine on [Conundrum](/en/card/12120) resolves, can the Runner use Dummy Box to save the chosen program?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Corp trashes a [NetChip](/en/card/10024) hosting a program, can the Runner trash a program from grip to use Dummy Box to save the hosted program?" } ] diff --git a/v2/rulings/dzmz_optimizer.json b/v2/rulings/dzmz_optimizer.json index 77e2f2afa..1968ed92e 100644 --- a/v2/rulings/dzmz_optimizer.json +++ b/v2/rulings/dzmz_optimizer.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. If you have 2 [DZMZ Optimizer](/en/card/30022)s installed, you will pay 2[c] less to install your first program each turn.", "card_id": "dzmz_optimizer", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "If I have multiple [DZMZ Optimizer](/en/card/30022)s installed, do their discounts stack?", - "answer": "Yes. If you have 2 [DZMZ Optimizer](/en/card/30022)s installed, you will pay 2[c] less to install your first program each turn." + "question": "If I have multiple [DZMZ Optimizer](/en/card/30022)s installed, do their discounts stack?" } ] diff --git a/v2/rulings/earth_station_sea_headquarters.json b/v2/rulings/earth_station_sea_headquarters.json index a7042e155..f249a82c1 100644 --- a/v2/rulings/earth_station_sea_headquarters.json +++ b/v2/rulings/earth_station_sea_headquarters.json @@ -1,9 +1,9 @@ [ { + "answer": "The game state is now illegal, so in the next checkpoint after Earth Station's ability becomes active again, the Corp must choose exactly 1 remote server they will keep. The game trashes all cards in and protecting all other remote servers. This trashing cannot be prevented.\n\nWhat happens if the previous situation occurs while Architect is rezzed protecting a remote server?", "card_id": "earth_station_sea_headquarters", "date_update": "2020-04-16", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat happens if there is more than one remote server when an effect disabling Earth Station's \"Limit 1 remote server.\" ability (such as Employee Strike or Direct Access) ends?", - "answer": "The game state is now illegal, so in the next checkpoint after Earth Station's ability becomes active again, the Corp must choose exactly 1 remote server they will keep. The game trashes all cards in and protecting all other remote servers. This trashing cannot be prevented.\n\nWhat happens if the previous situation occurs while Architect is rezzed protecting a remote server?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat happens if there is more than one remote server when an effect disabling Earth Station's \"Limit 1 remote server.\" ability (such as Employee Strike or Direct Access) ends?" } ] diff --git a/v2/rulings/eavesdrop.json b/v2/rulings/eavesdrop.json index 74f212cbb..aab73b8f9 100644 --- a/v2/rulings/eavesdrop.json +++ b/v2/rulings/eavesdrop.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Hunting Grounds prevents \"when encountered\" abilities on ice, and the trace ability from Eavesdrop is on a condition counter.", "card_id": "eavesdrop", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Runner prevent the Eavesdrop trace with [Hunting Grounds](/en/card/09035)?", - "answer": "No. Hunting Grounds prevents \"when encountered\" abilities on ice, and the trace ability from Eavesdrop is on a condition counter." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Runner prevent the Eavesdrop trace with [Hunting Grounds](/en/card/09035)?" } ] diff --git a/v2/rulings/echo.json b/v2/rulings/echo.json index 273aa1acb..66c0dbe8e 100644 --- a/v2/rulings/echo.json +++ b/v2/rulings/echo.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. When [Echo](https://netrunnerdb.com/en/card/33035) is rezzed, it becomes active before the checkpoint in which its own ability’s trigger condition is met.", "card_id": "echo", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "Does [Echo](https://netrunnerdb.com/en/card/33035) get a power counter from itself?", - "answer": "Yes. When [Echo](https://netrunnerdb.com/en/card/33035) is rezzed, it becomes active before the checkpoint in which its own ability’s trigger condition is met." + "question": "Does [Echo](https://netrunnerdb.com/en/card/33035) get a power counter from itself?" } ] diff --git a/v2/rulings/egret.json b/v2/rulings/egret.json index d93b4e7a9..8aad4b49d 100644 --- a/v2/rulings/egret.json +++ b/v2/rulings/egret.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, facedown corp cards still have subtypes as normal and [Egret](https://netrunnerdb.com/en/card/31032) still grants the subtypes sentry, code gate and barrier to the ice.", "card_id": "egret", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If an ice with a hosted [Egret](https://netrunnerdb.com/en/card/31032) is derezzed, does the ice still gain the subtypes from [Egret](https://netrunnerdb.com/en/card/31032)?", - "answer": "Yes, facedown corp cards still have subtypes as normal and [Egret](https://netrunnerdb.com/en/card/31032) still grants the subtypes sentry, code gate and barrier to the ice." + "question": "If an ice with a hosted [Egret](https://netrunnerdb.com/en/card/31032) is derezzed, does the ice still gain the subtypes from [Egret](https://netrunnerdb.com/en/card/31032)?" } ] diff --git a/v2/rulings/election_day.json b/v2/rulings/election_day.json index 27701c0e9..465535f4c 100644 --- a/v2/rulings/election_day.json +++ b/v2/rulings/election_day.json @@ -1,9 +1,9 @@ [ { + "answer": "The text \"(minimum of 1)\" prohibits the Corp from playing Election Day unless at least one card is trashed by its effect.", "card_id": "election_day", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nWhat does the parenthetical \"(minimum of 1)\" mean on Election Day?", - "answer": "The text \"(minimum of 1)\" prohibits the Corp from playing Election Day unless at least one card is trashed by its effect." + "question": "####UFAQ [Damon Stone]\nWhat does the parenthetical \"(minimum of 1)\" mean on Election Day?" } ] diff --git a/v2/rulings/emergency_shutdown.json b/v2/rulings/emergency_shutdown.json index 70196d708..31f3dc766 100644 --- a/v2/rulings/emergency_shutdown.json +++ b/v2/rulings/emergency_shutdown.json @@ -1,9 +1,9 @@ [ { + "answer": "No, the Runner did not make a successful run on HQ due to [Crisium Grid](https://netrunnerdb.com/en/card/31079)’s ability. Trashing [Crisium Grid](https://netrunnerdb.com/en/card/31079) does not retroactively make the run successful.", "card_id": "emergency_shutdown", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "Can the Runner play [Emergency Shutdown](https://netrunnerdb.com/en/card/31016) on their second click after they ran HQ with an active [Crisium Grid](https://netrunnerdb.com/en/card/31079) that was trashed during the breach?", - "answer": "No, the Runner did not make a successful run on HQ due to [Crisium Grid](https://netrunnerdb.com/en/card/31079)’s ability. Trashing [Crisium Grid](https://netrunnerdb.com/en/card/31079) does not retroactively make the run successful." + "question": "Can the Runner play [Emergency Shutdown](https://netrunnerdb.com/en/card/31016) on their second click after they ran HQ with an active [Crisium Grid](https://netrunnerdb.com/en/card/31079) that was trashed during the breach?" } ] diff --git a/v2/rulings/emergent_creativity.json b/v2/rulings/emergent_creativity.json index f31569eb0..183d985f0 100644 --- a/v2/rulings/emergent_creativity.json +++ b/v2/rulings/emergent_creativity.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "emergent_creativity", "date_update": "2018-02-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nCan the Runner trash a mix of programs and hardware to Emergent Creativity?", - "answer": "Yes." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nCan the Runner trash a mix of programs and hardware to Emergent Creativity?" } ] diff --git a/v2/rulings/emp_device.json b/v2/rulings/emp_device.json index 29d06aede..4f7834667 100644 --- a/v2/rulings/emp_device.json +++ b/v2/rulings/emp_device.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, EMP Device only restricts how much ice the Corp can rez from the time it is used until the end of the run.\n\nAfter the Runner uses EMP Device, the Corp rezzes [Howler](/en/card/03016). Can Howler’s subroutine still install a bioroid behind itself? Is the Howler still trashed?", "card_id": "emp_device", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan the Corp rez any pieces of ice after the Runner uses EMP Device if the Corp has already rezzed ice during the run?", - "answer": "Yes, EMP Device only restricts how much ice the Corp can rez from the time it is used until the end of the run.\n\nAfter the Runner uses EMP Device, the Corp rezzes [Howler](/en/card/03016). Can Howler’s subroutine still install a bioroid behind itself? Is the Howler still trashed?" + "question": "####UFAQ [Damon Stone]\nCan the Corp rez any pieces of ice after the Runner uses EMP Device if the Corp has already rezzed ice during the run?" } ] diff --git a/v2/rulings/emptied_mind.json b/v2/rulings/emptied_mind.json index ad38f26db..b686c20a8 100644 --- a/v2/rulings/emptied_mind.json +++ b/v2/rulings/emptied_mind.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, Emptied Mind checks the number of cards in grip when its ability resolves. If other simultaneous effects are triggered before Emptied Mind, then the check will wait until those effects are fully resolved.", "card_id": "emptied_mind", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner starts their turn with [Out of the Ashes](/en/card/10080) in their heap and Emptied Mind installed, does the Runner still gain if during the run from Out of the Ashes they discard all the cards in grip to using Faust?", - "answer": "Yes, Emptied Mind checks the number of cards in grip when its ability resolves. If other simultaneous effects are triggered before Emptied Mind, then the check will wait until those effects are fully resolved." + "question": "####UFAQ [Damon Stone]\nIf the Runner starts their turn with [Out of the Ashes](/en/card/10080) in their heap and Emptied Mind installed, does the Runner still gain if during the run from Out of the Ashes they discard all the cards in grip to using Faust?" } ] diff --git a/v2/rulings/en_passant.json b/v2/rulings/en_passant.json index 7cb13b275..e5359bfb1 100644 --- a/v2/rulings/en_passant.json +++ b/v2/rulings/en_passant.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. [En Passant](https://netrunnerdb.com/en/card/31003) only cares about the current rezzed or unrezzed status of its target and whether it was passed during the Runner’s last run, not whether it happened to be rezzed at any point during that run.", "card_id": "en_passant", "date_update": "2022-04-22", "nsg_rules_team_verified": false, - "question": "Can the Runner play [En Passant](https://netrunnerdb.com/en/card/31003) to trash a piece of ice that was passed while rezzed and then subsequently derezzed, such as by playing [Emergency Shutdown](https://netrunnerdb.com/en/card/31016)?", - "answer": "Yes. [En Passant](https://netrunnerdb.com/en/card/31003) only cares about the current rezzed or unrezzed status of its target and whether it was passed during the Runner’s last run, not whether it happened to be rezzed at any point during that run." + "question": "Can the Runner play [En Passant](https://netrunnerdb.com/en/card/31003) to trash a piece of ice that was passed while rezzed and then subsequently derezzed, such as by playing [Emergency Shutdown](https://netrunnerdb.com/en/card/31016)?" } ] diff --git a/v2/rulings/encore.json b/v2/rulings/encore.json index 808653509..f20f8901e 100644 --- a/v2/rulings/encore.json +++ b/v2/rulings/encore.json @@ -1,9 +1,9 @@ [ { + "answer": "If the Runner has enough clicks in a single turn to run successfully on R&D, HQ, and Archives then play two Encores, then the Runner takes two additional turns after that one.", "card_id": "encore", "date_update": "2017-04-21", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Runner play two Encores on the same turn?", - "answer": "If the Runner has enough clicks in a single turn to run successfully on R&D, HQ, and Archives then play two Encores, then the Runner takes two additional turns after that one." + "question": "####UFAQ [Michael Boggs]\nCan the Runner play two Encores on the same turn?" } ] diff --git a/v2/rulings/endurance.json b/v2/rulings/endurance.json index 9d0feaafb..adbd81095 100644 --- a/v2/rulings/endurance.json +++ b/v2/rulings/endurance.json @@ -1,9 +1,9 @@ [ { + "answer": "There are two tanker ships in the foreground of [Ob Superheavy Logistics](/en/card/33057) with large white cylindrical tanks. *[Endurance](/en/card/33025)* is about one-twelfth the length of those ships, smaller than the radius of one of the tanks.", "card_id": "endurance", "date_update": "2022-09-21", "nsg_rules_team_verified": true, - "question": "How big is *[Endurance](/en/card/33025)* compared to the ships depicted on [Ob Superheavy Logistics](/en/card/33057)?", - "answer": "There are two tanker ships in the foreground of [Ob Superheavy Logistics](/en/card/33057) with large white cylindrical tanks. *[Endurance](/en/card/33025)* is about one-twelfth the length of those ships, smaller than the radius of one of the tanks." + "question": "How big is *[Endurance](/en/card/33025)* compared to the ships depicted on [Ob Superheavy Logistics](/en/card/33057)?" } ] diff --git a/v2/rulings/enforcing_loyalty.json b/v2/rulings/enforcing_loyalty.json index caf8d52b3..882d925ed 100644 --- a/v2/rulings/enforcing_loyalty.json +++ b/v2/rulings/enforcing_loyalty.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. There are no Corp cards that have factions that match the factions of Runner identities.\n\nDo neutral cards match the faction of any Runner's identity?", "card_id": "enforcing_loyalty", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan Enforcing Loyalty be used to trash installed Corp cards?", - "answer": "Yes. There are no Corp cards that have factions that match the factions of Runner identities.\n\nDo neutral cards match the faction of any Runner's identity?" + "question": "####UFAQ [Michael Boggs]\nCan Enforcing Loyalty be used to trash installed Corp cards?" } ] diff --git a/v2/rulings/engram_flush.json b/v2/rulings/engram_flush.json index 226a96b65..76fcdaf4e 100644 --- a/v2/rulings/engram_flush.json +++ b/v2/rulings/engram_flush.json @@ -1,9 +1,9 @@ [ { + "answer": "If an encounter with Engram Flush is in progress and its conditional ability has resolved, the Corp can trash a card of the chosen type, regardless of whether the subroutine is resolving due to the normal progression of a run or because of a card ability. If a subroutine on Engram Flush resolves outside of an encounter with it, or during an encounter in which no card type was chosen (perhaps due to Hunting Grounds's first ability), the Corp only reveals the grip and cannot trash anything.\n\nIf the Corp is playing Harishchandra Ent. and the Runner is tagged, can the Corp reveal the grip and trash a card with Engram Flush?", "card_id": "engram_flush", "date_update": "2020-04-10", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Corp uses Marcus Batty to resolve a subroutine with Engram Flush, can they trash a card from the grip?", - "answer": "If an encounter with Engram Flush is in progress and its conditional ability has resolved, the Corp can trash a card of the chosen type, regardless of whether the subroutine is resolving due to the normal progression of a run or because of a card ability. If a subroutine on Engram Flush resolves outside of an encounter with it, or during an encounter in which no card type was chosen (perhaps due to Hunting Grounds's first ability), the Corp only reveals the grip and cannot trash anything.\n\nIf the Corp is playing Harishchandra Ent. and the Runner is tagged, can the Corp reveal the grip and trash a card with Engram Flush?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Corp uses Marcus Batty to resolve a subroutine with Engram Flush, can they trash a card from the grip?" } ] diff --git a/v2/rulings/envelopment.json b/v2/rulings/envelopment.json index 57b4b6270..79d4b7661 100644 --- a/v2/rulings/envelopment.json +++ b/v2/rulings/envelopment.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner is inward from the new ice, so they will not approach it. When ice is uninstalled during a run, the Runner and all ice protecting the server immediately “collapse” their positions toward the root of the server. Ice cannot “jump in front of ” the Runner by trashing and installing midrun.", "card_id": "envelopment", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "If the Corp trashes a piece of ice (such as [Envelopment](/en/card/33060)) while the Runner is encountering it, then installs a new piece of ice protecting the same server with [Ob Superheavy Logistics](/en/card/33057), where is the Runner’s position relative to the newly installed ice?", - "answer": "The Runner is inward from the new ice, so they will not approach it. When ice is uninstalled during a run, the Runner and all ice protecting the server immediately “collapse” their positions toward the root of the server. Ice cannot “jump in front of ” the Runner by trashing and installing midrun." + "question": "If the Corp trashes a piece of ice (such as [Envelopment](/en/card/33060)) while the Runner is encountering it, then installs a new piece of ice protecting the same server with [Ob Superheavy Logistics](/en/card/33057), where is the Runner’s position relative to the newly installed ice?" } ] diff --git a/v2/rulings/esa_afontov_eco_insurrectionist.json b/v2/rulings/esa_afontov_eco_insurrectionist.json index fcc93e07c..c72cf4517 100644 --- a/v2/rulings/esa_afontov_eco_insurrectionist.json +++ b/v2/rulings/esa_afontov_eco_insurrectionist.json @@ -1,37 +1,37 @@ [ { + "answer": "No, the Corp must choose which cards to trash first, and then all cards are trashed simultaneously. The Corp can look at the trashed cards from R&D in Archives after all trashes from sabotage have been resolved.", "card_id": "esa_afontov_eco_insurrectionist", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the Corp look at the cards that are being trashed while resolving sabotage?", - "answer": "No, the Corp must choose which cards to trash first, and then all cards are trashed simultaneously. The Corp can look at the trashed cards from R&D in Archives after all trashes from sabotage have been resolved." + "question": "Can the Corp look at the cards that are being trashed while resolving sabotage?" }, { + "answer": "No, the Corp must trash 2 cards if possible. The Corp must trash the remaining card from R&D.", "card_id": "esa_afontov_eco_insurrectionist", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Corp has only 1 card in HQ and must sabotage 2, can they choose to “trash 2 cards from HQ” in order to only trash the 1 card in HQ?", - "answer": "No, the Corp must trash 2 cards if possible. The Corp must trash the remaining card from R&D." + "question": "If the Corp has only 1 card in HQ and must sabotage 2, can they choose to “trash 2 cards from HQ” in order to only trash the 1 card in HQ?" }, { + "answer": "No, the Corp must trash 2 cards if possible. The Corp must trash the remaining card from HQ.", "card_id": "esa_afontov_eco_insurrectionist", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Corp has only 1 card in R&D and must sabotage 2, can they choose to “trash 2 cards from R&D” in order to only trash the 1 card in R&D?", - "answer": "No, the Corp must trash 2 cards if possible. The Corp must trash the remaining card from HQ." + "question": "If the Corp has only 1 card in R&D and must sabotage 2, can they choose to “trash 2 cards from R&D” in order to only trash the 1 card in R&D?" }, { + "answer": "The Corp trashes all cards from HQ and R&D.", "card_id": "esa_afontov_eco_insurrectionist", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "What if the Corp has only 1 card total in HQ and R&D and must sabotage 2?", - "answer": "The Corp trashes all cards from HQ and R&D." + "question": "What if the Corp has only 1 card total in HQ and R&D and must sabotage 2?" }, { + "answer": "No, the Corp is trashing the cards when resolving a sabotage effect.", "card_id": "esa_afontov_eco_insurrectionist", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does the Runner gain a credit when they sabotage and have [Demolisher](/en/card/26002) installed?", - "answer": "No, the Corp is trashing the cards when resolving a sabotage effect." + "question": "Does the Runner gain a credit when they sabotage and have [Demolisher](/en/card/26002) installed?" } ] diff --git a/v2/rulings/estelle_moon.json b/v2/rulings/estelle_moon.json index ca4234a11..d0f7352d4 100644 --- a/v2/rulings/estelle_moon.json +++ b/v2/rulings/estelle_moon.json @@ -1,9 +1,9 @@ [ { + "answer": "The latter.", "card_id": "estelle_moon", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf Estelle Moon has 3 power counters, does the Corp draw 1 card and gain 6 or draw 3 cards and gain 6?", - "answer": "The latter." + "question": "####UFAQ [Michael Boggs]\nIf Estelle Moon has 3 power counters, does the Corp draw 1 card and gain 6 or draw 3 cards and gain 6?" } ] diff --git a/v2/rulings/exclusive_party.json b/v2/rulings/exclusive_party.json index 3fb841670..3267dd094 100644 --- a/v2/rulings/exclusive_party.json +++ b/v2/rulings/exclusive_party.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Events are not trashed until they finish resolving.\n\nDoes \"Limit 6 per deck.\" apply during a draft?", "card_id": "exclusive_party", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nDoes the Runner gain 1 for the played copy of Exclusive Party?", - "answer": "No. Events are not trashed until they finish resolving.\n\nDoes \"Limit 6 per deck.\" apply during a draft?" + "question": "####UFAQ [Damon Stone]\nDoes the Runner gain 1 for the played copy of Exclusive Party?" } ] diff --git a/v2/rulings/executive_functioning.json b/v2/rulings/executive_functioning.json index 2ce8b6455..659dbdfac 100644 --- a/v2/rulings/executive_functioning.json +++ b/v2/rulings/executive_functioning.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Interpret the text as if it said \"If successful\".", "card_id": "executive_functioning", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes the trace for the subroutine on Executive Functioning need to be successful to do the brain damage?", - "answer": "Yes. Interpret the text as if it said \"If successful\"." + "question": "####UFAQ [Michael Boggs]\nDoes the trace for the subroutine on Executive Functioning need to be successful to do the brain damage?" } ] diff --git a/v2/rulings/executive_search_firm.json b/v2/rulings/executive_search_firm.json index b36701b8f..7aa282310 100644 --- a/v2/rulings/executive_search_firm.json +++ b/v2/rulings/executive_search_firm.json @@ -1,9 +1,9 @@ [ { + "answer": "No. It is assumed that the Corp's deck is legal, and the influence value on the card is irrelevant for the purposes of gameplay.\n\nWhat happens if the Corp no longer has enough cards in their deck to satisfy the Alliance requirement for a card due to cards being removed from the game?", "card_id": "executive_search_firm", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?", - "answer": "No. It is assumed that the Corp's deck is legal, and the influence value on the card is irrelevant for the purposes of gameplay.\n\nWhat happens if the Corp no longer has enough cards in their deck to satisfy the Alliance requirement for a card due to cards being removed from the game?" + "question": "####UFAQ [Damon Stone]\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?" } ] diff --git a/v2/rulings/exer.json b/v2/rulings/exer.json index b43c18a14..c338e104e 100644 --- a/v2/rulings/exer.json +++ b/v2/rulings/exer.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The limit to how many cards the Runner can access from R&D is determined at the beginning of breaching R&D. If an ability that would modify a breach, such as [eXer](/en/card/21041)’s ability, becomes active after the Runner has accessed a card, then it is too late to affect that breach.", "card_id": "exer", "date_update": "2021-10-10", "nsg_rules_team_verified": false, - "question": "If the Runner steals an agenda with their first R&D access and uses [Pantograph](/en/card/30023) to install [eXer](/en/card/21041), can they access another card?", - "answer": "No. The limit to how many cards the Runner can access from R&D is determined at the beginning of breaching R&D. If an ability that would modify a breach, such as [eXer](/en/card/21041)’s ability, becomes active after the Runner has accessed a card, then it is too late to affect that breach." + "question": "If the Runner steals an agenda with their first R&D access and uses [Pantograph](/en/card/30023) to install [eXer](/en/card/21041), can they access another card?" } ] diff --git a/v2/rulings/fairchild_1_0.json b/v2/rulings/fairchild_1_0.json index b6a83f11c..fb8c579e4 100644 --- a/v2/rulings/fairchild_1_0.json +++ b/v2/rulings/fairchild_1_0.json @@ -1,9 +1,9 @@ [ { + "answer": "When one of Fairchild 1.0's subroutines resolves, the Runner must follow the instructions to the extent that they are able. So if they have no credits, they will need to trash an installed card. If they have no installed cards, they will be forced to pay a credit. If they have neither credits nor installed cards, they will not be able to fulfill the instruction at all, so the subroutine does nothing.", "card_id": "fairchild_1_0", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nWhat happens if the Runner has no installed cards or no credits when encountering Fairchild 1.0?", - "answer": "When one of Fairchild 1.0's subroutines resolves, the Runner must follow the instructions to the extent that they are able. So if they have no credits, they will need to trash an installed card. If they have no installed cards, they will be forced to pay a credit. If they have neither credits nor installed cards, they will not be able to fulfill the instruction at all, so the subroutine does nothing." + "question": "####UFAQ [Damon Stone]\nWhat happens if the Runner has no installed cards or no credits when encountering Fairchild 1.0?" } ] diff --git a/v2/rulings/fairchild_2_0.json b/v2/rulings/fairchild_2_0.json index a5cf7d726..d3234dd00 100644 --- a/v2/rulings/fairchild_2_0.json +++ b/v2/rulings/fairchild_2_0.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner must choose an option they are able to fulfill if possible. If they don’t have 2, they must trash an installed card. If the Runner doesn’t have any installed cards, they can’t fulfill either option, so they get to keep their 1.", "card_id": "fairchild_2_0", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Runner has exactly 1 when Fairchild 2.0’s first subroutine resolves, what happens? What if the Runner has no installed cards?", - "answer": "The Runner must choose an option they are able to fulfill if possible. If they don’t have 2, they must trash an installed card. If the Runner doesn’t have any installed cards, they can’t fulfill either option, so they get to keep their 1." + "question": "####UFAQ [Michael Boggs]\nIf the Runner has exactly 1 when Fairchild 2.0’s first subroutine resolves, what happens? What if the Runner has no installed cards?" } ] diff --git a/v2/rulings/false_lead.json b/v2/rulings/false_lead.json index d18880a57..a34a0f741 100644 --- a/v2/rulings/false_lead.json +++ b/v2/rulings/false_lead.json @@ -12,10 +12,10 @@ "text_ruling": "The Corp can forfeit 2 copies of False Lead at 1.1 to force the Runner\nto lose 4 clicks. The turn advances to the Runner’s discard phase\nafter 1.2 resolves and the Runner has no clicks. [Official FAQ]" }, { + "answer": "No. The original wording of False Lead used an “if able” clause to accomplish the same thing as the condition in the new wording, but we feel that the new wording is much clearer.", "card_id": "false_lead", "date_update": "2020-04-23", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nThis card is a reprint. Has anything changed about how False Lead works?", - "answer": "No. The original wording of False Lead used an “if able” clause to accomplish the same thing as the condition in the new wording, but we feel that the new wording is much clearer." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nThis card is a reprint. Has anything changed about how False Lead works?" } ] diff --git a/v2/rulings/fast_break.json b/v2/rulings/fast_break.json index e7c0d53b4..d75082b4d 100644 --- a/v2/rulings/fast_break.json +++ b/v2/rulings/fast_break.json @@ -1,9 +1,9 @@ [ { + "answer": "The Corp must decide how many cards they will draw (any number from 0 to X), then draw that many cards. They cannot see the cards as they draw them, then use this information to decide when to stop drawing. The same is true for the installs; first the Corp decides how many cards they will install, then they install that many cards one at a time.\n\nAudited by NISEI Rules (2022.07).", "card_id": "fast_break", "date_update": "2022-07-08", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nWhen the Corp plays Fast Break, do they draw cards until either they have drawn X cards or they wish to stop? What about for the installs?", - "answer": "The Corp must decide how many cards they will draw (any number from 0 to X), then draw that many cards. They cannot see the cards as they draw them, then use this information to decide when to stop drawing. The same is true for the installs; first the Corp decides how many cards they will install, then they install that many cards one at a time.\n\nAudited by NISEI Rules (2022.07)." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nWhen the Corp plays Fast Break, do they draw cards until either they have drawn X cards or they wish to stop? What about for the installs?" } ] diff --git a/v2/rulings/fear_the_masses.json b/v2/rulings/fear_the_masses.json index 21c5cad15..9ded568bd 100644 --- a/v2/rulings/fear_the_masses.json +++ b/v2/rulings/fear_the_masses.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner reveals the other copies during the access cards step (4.5) before any cards have been trashed from Fear the Masses' effect.\n\nDoes \"Limit 6 per deck.\" apply during a draft?", "card_id": "fear_the_masses", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nWhen does the Runner reveal extra copies of Fear the Masses to force the Corp to trash additional cards?", - "answer": "The Runner reveals the other copies during the access cards step (4.5) before any cards have been trashed from Fear the Masses' effect.\n\nDoes \"Limit 6 per deck.\" apply during a draft?" + "question": "####UFAQ [Damon Stone]\nWhen does the Runner reveal extra copies of Fear the Masses to force the Corp to trash additional cards?" } ] diff --git a/v2/rulings/femme_fatale.json b/v2/rulings/femme_fatale.json index 526ecb9b7..899efa1b5 100644 --- a/v2/rulings/femme_fatale.json +++ b/v2/rulings/femme_fatale.json @@ -1,30 +1,30 @@ [ { + "answer": "No, the bypass ability does not have an interface flag, so there is no prerequisite of matching the strength of the encountered ice in order to use that ability.", "card_id": "femme_fatale", "date_update": "2022-04-23", "nsg_rules_team_verified": false, - "question": "Does [Femme Fatale](https://netrunnerdb.com/en/card/31022) need to match strength to use its bypass ability?", - "answer": "No, the bypass ability does not have an interface flag, so there is no prerequisite of matching the strength of the encountered ice in order to use that ability." + "question": "Does [Femme Fatale](https://netrunnerdb.com/en/card/31022) need to match strength to use its bypass ability?" }, { + "answer": "Yes. Since the bypass ability is an optional ability, you are considered to be using the ability. The credits from [Cyberfeeder](https://netrunnerdb.com/en/card/25008) can be spent to pay for the use of that ability.", "card_id": "femme_fatale", "date_update": "2022-04-23", "nsg_rules_team_verified": false, - "question": "Can you use the credits hosted on [Cyberfeeder](https://netrunnerdb.com/en/card/25008) to pay for [Femme Fatale](https://netrunnerdb.com/en/card/31022)’s bypass ability?", - "answer": "Yes. Since the bypass ability is an optional ability, you are considered to be using the ability. The credits from [Cyberfeeder](https://netrunnerdb.com/en/card/25008) can be spent to pay for the use of that ability." + "question": "Can you use the credits hosted on [Cyberfeeder](https://netrunnerdb.com/en/card/25008) to pay for [Femme Fatale](https://netrunnerdb.com/en/card/31022)’s bypass ability?" }, { + "answer": "No, the choice of ice is only retained for as long as [Femme Fatale](https://netrunnerdb.com/en/card/31022) is installed. When it is uninstalled, the choice is forgotten. When you reinstall [Femme Fatale](https://netrunnerdb.com/en/card/31022), it can only bypass the ice chosen during its most recent installation.", "card_id": "femme_fatale", "date_update": "2022-04-23", "nsg_rules_team_verified": false, - "question": "When [Femme Fatale](https://netrunnerdb.com/en/card/31022) is reinstalled, can the ice chosen when [Femme Fatale](https://netrunnerdb.com/en/card/31022) was first installed be bypassed with [Femme Fatale](31022)’s ability?", - "answer": "No, the choice of ice is only retained for as long as [Femme Fatale](https://netrunnerdb.com/en/card/31022) is installed. When it is uninstalled, the choice is forgotten. When you reinstall [Femme Fatale](https://netrunnerdb.com/en/card/31022), it can only bypass the ice chosen during its most recent installation." + "question": "When [Femme Fatale](https://netrunnerdb.com/en/card/31022) is reinstalled, can the ice chosen when [Femme Fatale](https://netrunnerdb.com/en/card/31022) was first installed be bypassed with [Femme Fatale](31022)’s ability?" }, { + "answer": "No. The newly installed ice is a different game object than the originally installed ice. The chosen ice in [Femme Fatale](https://netrunnerdb.com/en/card/31022)’s ability only applies to the original object, which doesn’t exist anymore.", "card_id": "femme_fatale", "date_update": "2022-04-23", "nsg_rules_team_verified": false, - "question": "When an ice chosen for [Femme Fatale](https://netrunnerdb.com/en/card/31022)'s ability is uninstalled, can it be bypassed with [Femme Fatale](https://netrunnerdb.com/en/card/31022)'s ability after it has been reinstalled later in the game?", - "answer": "No. The newly installed ice is a different game object than the originally installed ice. The chosen ice in [Femme Fatale](https://netrunnerdb.com/en/card/31022)’s ability only applies to the original object, which doesn’t exist anymore." + "question": "When an ice chosen for [Femme Fatale](https://netrunnerdb.com/en/card/31022)'s ability is uninstalled, can it be bypassed with [Femme Fatale](https://netrunnerdb.com/en/card/31022)'s ability after it has been reinstalled later in the game?" } ] diff --git a/v2/rulings/fencer_fueno.json b/v2/rulings/fencer_fueno.json index a2817a053..aa952f6f7 100644 --- a/v2/rulings/fencer_fueno.json +++ b/v2/rulings/fencer_fueno.json @@ -1,9 +1,9 @@ [ { + "answer": "Once a run becomes successful, the credits on Fencer Fueno become available for the Runner to spend for any purpose until that run ends. The Runner can feel free to spend the credits on anything as if they were in their credit pool, including but not limited to the trace from Ash 2X3ZB9CY, the psi game from The Future Perfect, or even using a Self-Modifying Code during an access encounter with Archangel.", "card_id": "fencer_fueno", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat are the applicable uses for credits on Fencer Fueno other than trashing accessed cards? Can the Runner use the credits to break the subroutine when accessing Archangel?", - "answer": "Once a run becomes successful, the credits on Fencer Fueno become available for the Runner to spend for any purpose until that run ends. The Runner can feel free to spend the credits on anything as if they were in their credit pool, including but not limited to the trace from Ash 2X3ZB9CY, the psi game from The Future Perfect, or even using a Self-Modifying Code during an access encounter with Archangel." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat are the applicable uses for credits on Fencer Fueno other than trashing accessed cards? Can the Runner use the credits to break the subroutine when accessing Archangel?" } ] diff --git a/v2/rulings/fermenter.json b/v2/rulings/fermenter.json index 8a377e987..608ad558b 100644 --- a/v2/rulings/fermenter.json +++ b/v2/rulings/fermenter.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Paid abilities can only be used when a player has priority in a paid ability window, not in the middle of resolving another ability.", "card_id": "fermenter", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Corp use [Cyberdex Virus Suite](/en/card/07027) in the middle of the Runner using [Fermenter](/en/card/30007) to stop them from gaining credits?", - "answer": "No. Paid abilities can only be used when a player has priority in a paid ability window, not in the middle of resolving another ability." + "question": "Can the Corp use [Cyberdex Virus Suite](/en/card/07027) in the middle of the Runner using [Fermenter](/en/card/30007) to stop them from gaining credits?" } ] diff --git a/v2/rulings/financial_collapse.json b/v2/rulings/financial_collapse.json index eac7e240d..bbce5f6cd 100644 --- a/v2/rulings/financial_collapse.json +++ b/v2/rulings/financial_collapse.json @@ -1,9 +1,9 @@ [ { + "answer": "No.\n\nThe Runner is playing [Armand \"Geist\" Walker](/en/card/08063), and [Fall Guy](/en/card/04106) and [Tech Trader](/en/card/10023) are the only installed resources. If the Corp plays Financial Collapse, can Geist attempt to trash Tech Trader for Financial Collapse, then prevent the trash with Fall Guy? What happens?", "card_id": "financial_collapse", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Corp play Financial Collapse while there are no installed resources?", - "answer": "No.\n\nThe Runner is playing [Armand \"Geist\" Walker](/en/card/08063), and [Fall Guy](/en/card/04106) and [Tech Trader](/en/card/10023) are the only installed resources. If the Corp plays Financial Collapse, can Geist attempt to trash Tech Trader for Financial Collapse, then prevent the trash with Fall Guy? What happens?" + "question": "####UFAQ [Michael Boggs]\nCan the Corp play Financial Collapse while there are no installed resources?" } ] diff --git a/v2/rulings/find_the_truth.json b/v2/rulings/find_the_truth.json index fd99f5d5c..2b342f852 100644 --- a/v2/rulings/find_the_truth.json +++ b/v2/rulings/find_the_truth.json @@ -1,16 +1,16 @@ [ { + "answer": "No. The directives start the game installed, but during set up they are not active.", "card_id": "find_the_truth", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf Adam starts the game with Find the Truth in play, does the Runner reveal his or her starting hand to the Corp?", - "answer": "No. The directives start the game installed, but during set up they are not active." + "question": "####UFAQ [Michael Boggs]\nIf Adam starts the game with Find the Truth in play, does the Runner reveal his or her starting hand to the Corp?" }, { + "answer": "Yes. Both abilities meet their trigger conditions at the same time, so the Runner chooses the order to resolve them.", "card_id": "find_the_truth", "date_update": "2022-04-24", "nsg_rules_team_verified": false, - "question": "Can the Runner choose to look at the top card of R&D with [Find the Truth](https://netrunnerdb.com/en/card/11047) before using [Steve Cambridge](https://netrunnerdb.com/en/card/13001)?", - "answer": "Yes. Both abilities meet their trigger conditions at the same time, so the Runner chooses the order to resolve them." + "question": "Can the Runner choose to look at the top card of R&D with [Find the Truth](https://netrunnerdb.com/en/card/11047) before using [Steve Cambridge](https://netrunnerdb.com/en/card/13001)?" } ] diff --git a/v2/rulings/flame_out.json b/v2/rulings/flame_out.json index 38e8d81e5..14b06d4e3 100644 --- a/v2/rulings/flame_out.json +++ b/v2/rulings/flame_out.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Paying a program's install cost is not using that program, and Self-Modifying Code is no longer hosted on Flame-out when the program is being installed, so neither card can meet the requirements to use credits from Flame-out.", "card_id": "flame_out", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Runner use credits hosted on Flame-out to pay the install cost from using Self-Modifying Code?", - "answer": "No. Paying a program's install cost is not using that program, and Self-Modifying Code is no longer hosted on Flame-out when the program is being installed, so neither card can meet the requirements to use credits from Flame-out." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Runner use credits hosted on Flame-out to pay the install cost from using Self-Modifying Code?" } ] diff --git a/v2/rulings/flashbang.json b/v2/rulings/flashbang.json index 642559cff..1a5b73125 100644 --- a/v2/rulings/flashbang.json +++ b/v2/rulings/flashbang.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Derezzing is a form of interacting with a piece of ice, and icebreakers must match strength to interact with ice.", "card_id": "flashbang", "date_update": "2017-07-21", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nDoes Flashbang have to match the strength of a sentry in order to derez it?", - "answer": "Yes. Derezzing is a form of interacting with a piece of ice, and icebreakers must match strength to interact with ice." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nDoes Flashbang have to match the strength of a sentry in order to derez it?" } ] diff --git a/v2/rulings/flip_switch.json b/v2/rulings/flip_switch.json index 7cf388c98..d94ab7978 100644 --- a/v2/rulings/flip_switch.json +++ b/v2/rulings/flip_switch.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. When the ability on Flip Switch resolves, the Runner must trash a program to jack out. If they do not trash a program, they do not jack out.\n\nDoes the third ability on Flip Switch trigger Armand “Geist” Walker?", "card_id": "flip_switch", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nDoes the Runner still have to pay the additional cost from Port Anson Grid if they use Flip Switch to jack out from a run on its server?", - "answer": "Yes. When the ability on Flip Switch resolves, the Runner must trash a program to jack out. If they do not trash a program, they do not jack out.\n\nDoes the third ability on Flip Switch trigger Armand “Geist” Walker?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nDoes the Runner still have to pay the additional cost from Port Anson Grid if they use Flip Switch to jack out from a run on its server?" } ] diff --git a/v2/rulings/flower_sermon.json b/v2/rulings/flower_sermon.json index 0f383518d..1f4ea5016 100644 --- a/v2/rulings/flower_sermon.json +++ b/v2/rulings/flower_sermon.json @@ -1,9 +1,9 @@ [ { + "answer": "If Flower Sermon's ability is the first time the Corp would draw cards in a turn, and no other relevant effects apply, then the Corp reveals the top card of R&D, then looks at the top 3 cards of R&D. They put one of those 3 cards on the bottom of R&D and draw the other 2. Finally, they put a card from HQ (which could be one of the drawn cards or another card) on top of R&D.\n\nWhat happens if the Corp uses Jinja City Grid to reveal and install all the cards they would draw while resolving Flower Sermon's ability?", "card_id": "flower_sermon", "date_update": "2020-04-10", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nHow does Flower Sermon interact with Daily Business Show?", - "answer": "If Flower Sermon's ability is the first time the Corp would draw cards in a turn, and no other relevant effects apply, then the Corp reveals the top card of R&D, then looks at the top 3 cards of R&D. They put one of those 3 cards on the bottom of R&D and draw the other 2. Finally, they put a card from HQ (which could be one of the drawn cards or another card) on top of R&D.\n\nWhat happens if the Corp uses Jinja City Grid to reveal and install all the cards they would draw while resolving Flower Sermon's ability?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nHow does Flower Sermon interact with Daily Business Show?" } ] diff --git a/v2/rulings/forged_activation_orders.json b/v2/rulings/forged_activation_orders.json index 7c6ec6336..5cddc4962 100644 --- a/v2/rulings/forged_activation_orders.json +++ b/v2/rulings/forged_activation_orders.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes. Install, rez, and play costs must always be paid, as well as any additional costs that apply, unless the ability that allows a player to install, rez, or play a card specifically says otherwise.", "card_id": "forged_activation_orders", "date_update": "2022-04-23", "nsg_rules_team_verified": false, - "question": "Does the Corp have to pay the rez cost of ice rezzed due to [Forged Activation Orders](https://netrunnerdb.com/en/card/31017)?", - "answer": "Yes. Install, rez, and play costs must always be paid, as well as any additional costs that apply, unless the ability that allows a player to install, rez, or play a card specifically says otherwise." + "question": "Does the Corp have to pay the rez cost of ice rezzed due to [Forged Activation Orders](https://netrunnerdb.com/en/card/31017)?" }, { + "answer": "No, the Corp cannot rez [Akitaro Watanabe](https://netrunnerdb.com/en/card/01079) in response to a [Forged Activation Orders](https://netrunnerdb.com/en/card/31017) being played. The effect of [Forged Activation Orders](https://netrunnerdb.com/en/card/31017) is immediately resolved unless prevented or avoided.", "card_id": "forged_activation_orders", "date_update": "2022-04-23", "nsg_rules_team_verified": false, - "question": "Can the Corp rez [Akitaro Watanabe](https://netrunnerdb.com/en/card/01079) in response to Forged Activation Orders?", - "answer": "No, the Corp cannot rez [Akitaro Watanabe](https://netrunnerdb.com/en/card/01079) in response to a [Forged Activation Orders](https://netrunnerdb.com/en/card/31017) being played. The effect of [Forged Activation Orders](https://netrunnerdb.com/en/card/31017) is immediately resolved unless prevented or avoided." + "question": "Can the Corp rez [Akitaro Watanabe](https://netrunnerdb.com/en/card/01079) in response to Forged Activation Orders?" } ] diff --git a/v2/rulings/formicary.json b/v2/rulings/formicary.json index f4702268a..3c55b1945 100644 --- a/v2/rulings/formicary.json +++ b/v2/rulings/formicary.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Although forcing the Runner into a Formicary negates the trigger for any additional Formicaries, the next thing the Runner does after passing the first Formicary is approach the server a second time. At that point the Corp could use a second Formicary, and even a third afterward in similar fashion.\n\nHow does Formicary interact with [Mti Mwekundu](/en/card/21114)?", "card_id": "formicary", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Corp rez and move more than one Formicary per run?", - "answer": "Yes. Although forcing the Runner into a Formicary negates the trigger for any additional Formicaries, the next thing the Runner does after passing the first Formicary is approach the server a second time. At that point the Corp could use a second Formicary, and even a third afterward in similar fashion.\n\nHow does Formicary interact with [Mti Mwekundu](/en/card/21114)?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Corp rez and move more than one Formicary per run?" } ] diff --git a/v2/rulings/fractal_threat_matrix.json b/v2/rulings/fractal_threat_matrix.json index 58a4a7a96..a5b976e5c 100644 --- a/v2/rulings/fractal_threat_matrix.json +++ b/v2/rulings/fractal_threat_matrix.json @@ -1,9 +1,9 @@ [ { + "answer": "If Troll's \"when encountered\" ability ends the run, then the Runner will not have reached step 3.1 of the run and thus will not have had the chance to break any subroutines. If Troll does not end the run, the Runner is considered to have broken all 0 subroutines on Troll, thus triggering Fractal Threat Matrix.\n\nThe Runner encounters an [Ashigaru](/en/card/06064) protecting HQ, and the Corp has [Panic Button](/en/card/04072) and Fractal Threat Matrix installed. Each time the Runner breaks all the remaining subroutines on Ashigaru, the Corp uses Panic Button to add another subroutine to Ashigaru. Does Fractal Threat Matrix trigger each tim eht Runner breaks the added subroutines?", "card_id": "fractal_threat_matrix", "date_update": "2017-10-17", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner encounters a [Troll](/en/card/06108) protecting a server with Fractal Threat Matrix, do they trash the top 2 cards of their stack?", - "answer": "If Troll's \"when encountered\" ability ends the run, then the Runner will not have reached step 3.1 of the run and thus will not have had the chance to break any subroutines. If Troll does not end the run, the Runner is considered to have broken all 0 subroutines on Troll, thus triggering Fractal Threat Matrix.\n\nThe Runner encounters an [Ashigaru](/en/card/06064) protecting HQ, and the Corp has [Panic Button](/en/card/04072) and Fractal Threat Matrix installed. Each time the Runner breaks all the remaining subroutines on Ashigaru, the Corp uses Panic Button to add another subroutine to Ashigaru. Does Fractal Threat Matrix trigger each tim eht Runner breaks the added subroutines?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner encounters a [Troll](/en/card/06108) protecting a server with Fractal Threat Matrix, do they trash the top 2 cards of their stack?" } ] diff --git a/v2/rulings/frantic_coding.json b/v2/rulings/frantic_coding.json index 261c9c572..9e0482082 100644 --- a/v2/rulings/frantic_coding.json +++ b/v2/rulings/frantic_coding.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Paige Piper interrupts the resolution of Frantic Coding, and as a search effect it shuffles the stack. After this, the cards that were looked at can no longer be confirmed and referenced, so the rest of Frantic Coding’s ability fails to resolve.", "card_id": "frantic_coding", "date_update": "2017-04-14", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Runner uses [Paige Piper](/en/card/08002) to find and trash the other copies of the card installed by Frantic Coding, are the rest of the cards looked at still trashed?", - "answer": "No. Paige Piper interrupts the resolution of Frantic Coding, and as a search effect it shuffles the stack. After this, the cards that were looked at can no longer be confirmed and referenced, so the rest of Frantic Coding’s ability fails to resolve." + "question": "####UFAQ [Michael Boggs]\nIf the Runner uses [Paige Piper](/en/card/08002) to find and trash the other copies of the card installed by Frantic Coding, are the rest of the cards looked at still trashed?" } ] diff --git a/v2/rulings/freedom_khumalo_crypto_anarchist.json b/v2/rulings/freedom_khumalo_crypto_anarchist.json index 1b4b488fa..565c2bbc3 100644 --- a/v2/rulings/freedom_khumalo_crypto_anarchist.json +++ b/v2/rulings/freedom_khumalo_crypto_anarchist.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Agendas do not have rez or play costs.\n\nIf the Runner wishes to trash a card with a rez or play cost of 0 with Freedom Khumalo, can they still do so if they have no virus counters or no installed cards at all?", "card_id": "freedom_khumalo_crypto_anarchist", "date_update": "2018-05-07", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nCan Freedom Khumalo trash accessed agendas?", - "answer": "No. Agendas do not have rez or play costs.\n\nIf the Runner wishes to trash a card with a rez or play cost of 0 with Freedom Khumalo, can they still do so if they have no virus counters or no installed cards at all?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nCan Freedom Khumalo trash accessed agendas?" } ] diff --git a/v2/rulings/freedom_through_equality.json b/v2/rulings/freedom_through_equality.json index 2bd6ad67f..b63338c4e 100644 --- a/v2/rulings/freedom_through_equality.json +++ b/v2/rulings/freedom_through_equality.json @@ -1,9 +1,9 @@ [ { + "answer": "No. \"Freedom Through Equality\" is added to the Runner's score area as a blank agenda worth 1 agenda point. Additionally, agendas in the Runner's score area are not active.", "card_id": "freedom_through_equality", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIs \"Freedom Through Equality\" trashed while in the score area if another current is played or an agenda is scored?", - "answer": "No. \"Freedom Through Equality\" is added to the Runner's score area as a blank agenda worth 1 agenda point. Additionally, agendas in the Runner's score area are not active." + "question": "####UFAQ [Damon Stone]\nIs \"Freedom Through Equality\" trashed while in the score area if another current is played or an agenda is scored?" } ] diff --git a/v2/rulings/friends_in_high_places.json b/v2/rulings/friends_in_high_places.json index a23740640..38d2112f7 100644 --- a/v2/rulings/friends_in_high_places.json +++ b/v2/rulings/friends_in_high_places.json @@ -1,9 +1,9 @@ [ { + "answer": "Immediately after the operation resolves and is trashed from playing it, \"after you resolve this operation\" triggers meet their trigger condition. Ending the action phase then advances the game to the discard phase. This skips the paid ability window that would normally follow the end of an action, ceases the resolution of any other pending abilities or effects, and invalidates any conditional abilities. If the operation was played as part of a card ability, any remaining effects from that card ability immediately stop resolving as well.\n\nIf the Corp plays Friends in High Places as the first operation for [Subcontract](/en/card/10113), what happens?", "card_id": "friends_in_high_places", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nHow does \"After you resolve this operation, end your action phase.\" on terminal operations like Friends in High Places work?", - "answer": "Immediately after the operation resolves and is trashed from playing it, \"after you resolve this operation\" triggers meet their trigger condition. Ending the action phase then advances the game to the discard phase. This skips the paid ability window that would normally follow the end of an action, ceases the resolution of any other pending abilities or effects, and invalidates any conditional abilities. If the operation was played as part of a card ability, any remaining effects from that card ability immediately stop resolving as well.\n\nIf the Corp plays Friends in High Places as the first operation for [Subcontract](/en/card/10113), what happens?" + "question": "####UFAQ [Damon Stone]\nHow does \"After you resolve this operation, end your action phase.\" on terminal operations like Friends in High Places work?" } ] diff --git a/v2/rulings/fully_operational.json b/v2/rulings/fully_operational.json index dfd6d80b4..debee85d1 100644 --- a/v2/rulings/fully_operational.json +++ b/v2/rulings/fully_operational.json @@ -1,9 +1,9 @@ [ { + "answer": "Twice. The ability resolves once, then it is repeated for the one matching remote server.\n\nHow many times does NASX trigger while resolving Fully Operational?", "card_id": "fully_operational", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Corp has one remote server with ice protecting it and a card installed in it, how many times does the ability resolve?", - "answer": "Twice. The ability resolves once, then it is repeated for the one matching remote server.\n\nHow many times does NASX trigger while resolving Fully Operational?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Corp has one remote server with ice protecting it and a card installed in it, how many times does the ability resolve?" } ] diff --git a/v2/rulings/fumiko_yamamori.json b/v2/rulings/fumiko_yamamori.json index 868f6b90c..dc445eea5 100644 --- a/v2/rulings/fumiko_yamamori.json +++ b/v2/rulings/fumiko_yamamori.json @@ -1,9 +1,9 @@ [ { + "answer": "After. The run ending is a constant effect from the result of the secretly spent credits being revealed, so it must be immediately resolved before any abilities triggered from the secretly spent credits being revealed.", "card_id": "fumiko_yamamori", "date_update": "2017-04-14", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Runner loses the psi game from [Caprice Nisei](/en/card/04114) while Fumiko Yamamori is rezzed, does the Runner take meat damage before or after the run ends?", - "answer": "After. The run ending is a constant effect from the result of the secretly spent credits being revealed, so it must be immediately resolved before any abilities triggered from the secretly spent credits being revealed." + "question": "####UFAQ [Michael Boggs]\nIf the Runner loses the psi game from [Caprice Nisei](/en/card/04114) while Fumiko Yamamori is rezzed, does the Runner take meat damage before or after the run ends?" } ] diff --git a/v2/rulings/funhouse.json b/v2/rulings/funhouse.json index 0cb5c0355..3c7de2f06 100644 --- a/v2/rulings/funhouse.json +++ b/v2/rulings/funhouse.json @@ -1,23 +1,23 @@ [ { + "answer": "No. The “unless” in [Funhouse](/en/card/30054)’s ability indicates a nested cost. If the Runner does not take a tag, the cost is not paid and [Funhouse](/en/card/30054) will end the run.", "card_id": "funhouse", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Runner stop [Funhouse](/en/card/30054) from ending the run by choosing to take the tag and then preventing it?", - "answer": "No. The “unless” in [Funhouse](/en/card/30054)’s ability indicates a nested cost. If the Runner does not take a tag, the cost is not paid and [Funhouse](/en/card/30054) will end the run." + "question": "Can the Runner stop [Funhouse](/en/card/30054) from ending the run by choosing to take the tag and then preventing it?" }, { + "answer": "Players cannot attempt to pay a cost that would be prevented. If *Jesminder*’s ability is applicable, the Runner must choose to end the run.", "card_id": "funhouse", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "What happens if the Runner has a mandatory ability that would prevent the tag from [Funhouse](/en/card/30054), such as the ability on [Jesminder Sareen: Girl Behind the Curtain](/en/card/10006)?", - "answer": "Players cannot attempt to pay a cost that would be prevented. If *Jesminder*’s ability is applicable, the Runner must choose to end the run." + "question": "What happens if the Runner has a mandatory ability that would prevent the tag from [Funhouse](/en/card/30054), such as the ability on [Jesminder Sareen: Girl Behind the Curtain](/en/card/10006)?" }, { + "answer": "No. An ability that meets its trigger condition due to an encounter beginning can only resolve if the encounter is still taking place. [Inside Job](https://netrunnerdb.com/en/card/31018)’s bypass ability meets its trigger condition at the same time as [Funhouse](https://netrunnerdb.com/en/card/30054) or [Tollbooth](https://netrunnerdb.com/en/card/31066)’s ability, and as it’s the Runner’s turn, they will resolve the ability they control first. Bypassing a piece of ice immediately ends the encounter, stopping the Corp from resolving their ability before they can tag the Runner or charge a toll.", "card_id": "funhouse", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If the Runner plays [Inside Job](https://netrunnerdb.com/en/card/31018) and bypasses [Funhouse](https://netrunnerdb.com/en/card/30054) or [Tollbooth](https://netrunnerdb.com/en/card/31066), do the non-subroutine abilities on those cards resolve?", - "answer": "No. An ability that meets its trigger condition due to an encounter beginning can only resolve if the encounter is still taking place. [Inside Job](https://netrunnerdb.com/en/card/31018)’s bypass ability meets its trigger condition at the same time as [Funhouse](https://netrunnerdb.com/en/card/30054) or [Tollbooth](https://netrunnerdb.com/en/card/31066)’s ability, and as it’s the Runner’s turn, they will resolve the ability they control first. Bypassing a piece of ice immediately ends the encounter, stopping the Corp from resolving their ability before they can tag the Runner or charge a toll." + "question": "If the Runner plays [Inside Job](https://netrunnerdb.com/en/card/31018) and bypasses [Funhouse](https://netrunnerdb.com/en/card/30054) or [Tollbooth](https://netrunnerdb.com/en/card/31066), do the non-subroutine abilities on those cards resolve?" } ] diff --git a/v2/rulings/gachapon.json b/v2/rulings/gachapon.json index 6251f2970..864ce49b3 100644 --- a/v2/rulings/gachapon.json +++ b/v2/rulings/gachapon.json @@ -1,9 +1,9 @@ [ { + "answer": "Cards that are set aside are in their own zone and are no longer in their previous location. See the notes on the set-aside zone, above. Other effects that manipulate the stack cannot affect the cards from Gachapon while they are set aside.\n\nHow do set-aside cards interact with Paige Piper?", "card_id": "gachapon", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nAre cards set aside with Gachapon still on top of the stack? What happens if another effect moves or shuffles cards within the stack while Gachapon is resolving?", - "answer": "Cards that are set aside are in their own zone and are no longer in their previous location. See the notes on the set-aside zone, above. Other effects that manipulate the stack cannot affect the cards from Gachapon while they are set aside.\n\nHow do set-aside cards interact with Paige Piper?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nAre cards set aside with Gachapon still on top of the stack? What happens if another effect moves or shuffles cards within the stack while Gachapon is resolving?" } ] diff --git a/v2/rulings/gamenet_where_dreams_are_real.json b/v2/rulings/gamenet_where_dreams_are_real.json index e224abb35..a4c928cd2 100644 --- a/v2/rulings/gamenet_where_dreams_are_real.json +++ b/v2/rulings/gamenet_where_dreams_are_real.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Runner must actually lose or spend at least 1 for the Corp to be able to trigger GameNET. For simplicity, we'll assume the Runner is able to spend at least 1 for the rest of these GameNET questions.\n\nDoes the \"pay credits\" option on abilities like one of Fairchild 1.0's subroutines meet GameNET's trigger condition?", "card_id": "gamenet_where_dreams_are_real", "date_update": "2022-10-22", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan an ability meet GameNET's trigger condition if it tries to make the Runner spend or lose credits, but the Runner doesn't have any credits to spend or lose?", - "answer": "No. The Runner must actually lose or spend at least 1 for the Corp to be able to trigger GameNET. For simplicity, we'll assume the Runner is able to spend at least 1 for the rest of these GameNET questions.\n\nDoes the \"pay credits\" option on abilities like one of Fairchild 1.0's subroutines meet GameNET's trigger condition?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan an ability meet GameNET's trigger condition if it tries to make the Runner spend or lose credits, but the Runner doesn't have any credits to spend or lose?" } ] diff --git a/v2/rulings/ganked.json b/v2/rulings/ganked.json index 507ef5de4..79db45c01 100644 --- a/v2/rulings/ganked.json +++ b/v2/rulings/ganked.json @@ -1,16 +1,16 @@ [ { + "answer": "No. The Runner is still accessing cards while they are being forced to encounter the ice. However, they are no longer accessing Ganked! itself, because Ganked! is trashed as part of resolving its ability. When the forced encounter ends, resolving Ganked!'s ability is complete, and the game proceeds with the remaining accesses from the set of cards being accessed.\n\nWhat happens if an \"end the run\" effect resolves during an encounter created by Ganked!?", "card_id": "ganked", "date_update": "2020-04-15", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Corp uses Ganked! to make the Runner to encounter a piece of ice, does the Runner's position move back to that ice?", - "answer": "No. The Runner is still accessing cards while they are being forced to encounter the ice. However, they are no longer accessing Ganked! itself, because Ganked! is trashed as part of resolving its ability. When the forced encounter ends, resolving Ganked!'s ability is complete, and the game proceeds with the remaining accesses from the set of cards being accessed.\n\nWhat happens if an \"end the run\" effect resolves during an encounter created by Ganked!?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Corp uses Ganked! to make the Runner to encounter a piece of ice, does the Runner's position move back to that ice?" }, { + "answer": "Yes and yes. Nothing stops the Runner from jacking out at unusual times if given the opportunity by a card ability. Jacking out ends the run, which ends any breach in progress as well.", "card_id": "ganked", "date_update": "2021-10-11", "nsg_rules_team_verified": false, - "question": "If [Karunā](30047)’s first subroutine resolves while the Runner is already breaching the attacked server (perhaps because of [Ganked!](26119)), can the Runner still jack out? Does that stop them from accessing any more cards?", - "answer": "Yes and yes. Nothing stops the Runner from jacking out at unusual times if given the opportunity by a card ability. Jacking out ends the run, which ends any breach in progress as well." + "question": "If [Karunā](30047)’s first subroutine resolves while the Runner is already breaching the attacked server (perhaps because of [Ganked!](26119)), can the Runner still jack out? Does that stop them from accessing any more cards?" } ] diff --git a/v2/rulings/gauss.json b/v2/rulings/gauss.json index 3e0a2747b..27f8a7e69 100644 --- a/v2/rulings/gauss.json +++ b/v2/rulings/gauss.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Whenever a card becomes uninstalled, it becomes a new copy of itself without any memory of its previous state.", "card_id": "gauss", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Runner is able to uninstall and reinstall the same Gauss in a single turn, will it have +6 strength that turn?", - "answer": "No. Whenever a card becomes uninstalled, it becomes a new copy of itself without any memory of its previous state." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Runner is able to uninstall and reinstall the same Gauss in a single turn, will it have +6 strength that turn?" } ] diff --git a/v2/rulings/gebrselassie.json b/v2/rulings/gebrselassie.json index fec9fe03d..fc4af4c21 100644 --- a/v2/rulings/gebrselassie.json +++ b/v2/rulings/gebrselassie.json @@ -1,9 +1,9 @@ [ { + "answer": "Gebrselassie replaces any instance of an icebreaker resetting to base strength at the end of an encounter with resetting at the end of the turn. This includes the basic rule applied to any strength boost that does not specify a duration, as well as any strength boost that specifies the end of an encounter explicitly (such as [Takobi](/en/card/21026)). Gebrselassie does not have any effect on abilities that continuously modify strength (like [Na'Not'K](/en/card/12088)) or abilities that modify the strength of the host icebreaker for a different specified duration.\n\nSo how does Gebrselassie interact with a card like [Dean Lister](/en/card/13025)?", "card_id": "gebrselassie", "date_update": "2018-05-07", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nHow exactly does Gebrselassie's ability affect the host icebreaker?", - "answer": "Gebrselassie replaces any instance of an icebreaker resetting to base strength at the end of an encounter with resetting at the end of the turn. This includes the basic rule applied to any strength boost that does not specify a duration, as well as any strength boost that specifies the end of an encounter explicitly (such as [Takobi](/en/card/21026)). Gebrselassie does not have any effect on abilities that continuously modify strength (like [Na'Not'K](/en/card/12088)) or abilities that modify the strength of the host icebreaker for a different specified duration.\n\nSo how does Gebrselassie interact with a card like [Dean Lister](/en/card/13025)?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nHow exactly does Gebrselassie's ability affect the host icebreaker?" } ] diff --git a/v2/rulings/georgia_emelyov.json b/v2/rulings/georgia_emelyov.json index 446b032af..95a90fde6 100644 --- a/v2/rulings/georgia_emelyov.json +++ b/v2/rulings/georgia_emelyov.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Georgia Emelyov must be moved to another server that already exists. New remote servers can only be made during installations.", "card_id": "georgia_emelyov", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan the Corp move Georgia Emelyov to a new remote server?", - "answer": "No. Georgia Emelyov must be moved to another server that already exists. New remote servers can only be made during installations." + "question": "####UFAQ [Damon Stone]\nCan the Corp move Georgia Emelyov to a new remote server?" } ] diff --git a/v2/rulings/giordano_memorial_field.json b/v2/rulings/giordano_memorial_field.json index 3b359862c..a9a928ad3 100644 --- a/v2/rulings/giordano_memorial_field.json +++ b/v2/rulings/giordano_memorial_field.json @@ -1,9 +1,9 @@ [ { + "answer": "After a run has been declared successful, it cannot be made unsuccessful.\n\nAudited by NISEI Rules (2022.07).", "card_id": "giordano_memorial_field", "date_update": "2022-07-08", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf Giordano Memorial Field ends the run, is the run considered successful or unsuccessful?", - "answer": "After a run has been declared successful, it cannot be made unsuccessful.\n\nAudited by NISEI Rules (2022.07)." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf Giordano Memorial Field ends the run, is the run considered successful or unsuccessful?" } ] diff --git a/v2/rulings/glut_cipher.json b/v2/rulings/glut_cipher.json index 6cadca43e..1d36f93a3 100644 --- a/v2/rulings/glut_cipher.json +++ b/v2/rulings/glut_cipher.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner does not access any cards. The Corp does not add any cards from Archives to HQ nor trash any cards from HQ.\n\nWhich player trashes the random cards from HQ? Does this trashing trigger effects like [Hostile Infrastructure](/en/card/06083)?", "card_id": "glut_cipher", "date_update": "2018-04-06", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nWhat happens when a run initiated by Glut Cipher is successful and there are fewer than 5 cards in Archives?", - "answer": "The Runner does not access any cards. The Corp does not add any cards from Archives to HQ nor trash any cards from HQ.\n\nWhich player trashes the random cards from HQ? Does this trashing trigger effects like [Hostile Infrastructure](/en/card/06083)?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nWhat happens when a run initiated by Glut Cipher is successful and there are fewer than 5 cards in Archives?" } ] diff --git a/v2/rulings/god_of_war.json b/v2/rulings/god_of_war.json index 34bb15e05..ee193083d 100644 --- a/v2/rulings/god_of_war.json +++ b/v2/rulings/god_of_war.json @@ -1,9 +1,9 @@ [ { + "answer": "No, taking the tag is a cost to placing the virus counters on God of War. If the tag is avoided, the cost hasn't been paid and the counters do not get placed.", "card_id": "god_of_war", "date_update": "2017-07-21", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Runner avoid the tag from God of War and still get the virus counters?", - "answer": "No, taking the tag is a cost to placing the virus counters on God of War. If the tag is avoided, the cost hasn't been paid and the counters do not get placed." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Runner avoid the tag from God of War and still get the virus counters?" } ] diff --git a/v2/rulings/gold_farmer.json b/v2/rulings/gold_farmer.json index 1b7be1122..331c1bff5 100644 --- a/v2/rulings/gold_farmer.json +++ b/v2/rulings/gold_farmer.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner will lose 2[c]. Gold Farmer's trigger condition is met for each subroutine that is broken, regardless of which or how many abilities are used to break them.\n\nIf the Runner breaks both subroutines on Gold Farmer by using Corroder's ability twice, and then trashes Gold Farmer with Hippo, do they still lose 2[c]?", "card_id": "gold_farmer", "date_update": "2020-04-14", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner breaks both subroutines on Gold Farmer with a single ability, such as Paperclip's ability, how many credits do they lose?", - "answer": "The Runner will lose 2[c]. Gold Farmer's trigger condition is met for each subroutine that is broken, regardless of which or how many abilities are used to break them.\n\nIf the Runner breaks both subroutines on Gold Farmer by using Corroder's ability twice, and then trashes Gold Farmer with Hippo, do they still lose 2[c]?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner breaks both subroutines on Gold Farmer with a single ability, such as Paperclip's ability, how many credits do they lose?" } ] diff --git a/v2/rulings/golden.json b/v2/rulings/golden.json index 467613b72..fc8945bed 100644 --- a/v2/rulings/golden.json +++ b/v2/rulings/golden.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Runner cannot use Golden to break any subroutines on Troll, so the usage requirement for Golden has no way of being satisfied.", "card_id": "golden", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Runner use Golden to derez [Troll](/en/card/06108)?", - "answer": "No. The Runner cannot use Golden to break any subroutines on Troll, so the usage requirement for Golden has no way of being satisfied." + "question": "####UFAQ [Michael Boggs]\nCan the Runner use Golden to derez [Troll](/en/card/06108)?" } ] diff --git a/v2/rulings/gpi_net_tap.json b/v2/rulings/gpi_net_tap.json index e376041ef..e7007c873 100644 --- a/v2/rulings/gpi_net_tap.json +++ b/v2/rulings/gpi_net_tap.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Each effect is separate from the other. \"Then\" does not imply any conditionality to the expose effect, it only indicates the order of resolution.", "card_id": "gpi_net_tap", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the expose effect is prevented, can the Runner still trash GPI Net Tap to jack out?", - "answer": "Yes. Each effect is separate from the other. \"Then\" does not imply any conditionality to the expose effect, it only indicates the order of resolution." + "question": "####UFAQ [Damon Stone]\nIf the expose effect is prevented, can the Runner still trash GPI Net Tap to jack out?" } ] diff --git a/v2/rulings/guinea_pig.json b/v2/rulings/guinea_pig.json index 5cfe28681..2d5fff4e1 100644 --- a/v2/rulings/guinea_pig.json +++ b/v2/rulings/guinea_pig.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nIf the Runner plays Guinea Pig with [Dadiana Chacon](/en/card/12049) installed and exactly 4 in their credit pool, does the Runner flatline?", "card_id": "guinea_pig", "date_update": "2022-05-27", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Runner play Guinea Pig when it is the only card left in the grip?", - "answer": "Yes.\n\nIf the Runner plays Guinea Pig with [Dadiana Chacon](/en/card/12049) installed and exactly 4 in their credit pool, does the Runner flatline?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Runner play Guinea Pig when it is the only card left in the grip?" } ] diff --git a/v2/rulings/guru_davinder.json b/v2/rulings/guru_davinder.json index 0de5175cd..63f457ab3 100644 --- a/v2/rulings/guru_davinder.json +++ b/v2/rulings/guru_davinder.json @@ -1,9 +1,9 @@ [ { + "answer": "Guru Davinder prevents all net or meat damage, leaving nothing left for the Runner to use Net Shield on. In the case of Guru Davinder and Muresh Bodysuit, simultaneous triggers on cards are resolved in the order of their owner's choosing.", "card_id": "guru_davinder", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nThe Runner has Guru Davinder and [Net Shield](/en/card/01045) installed when they suffer 1 net damage. Can they choose to use Net Shield, or are they forced to use Guru Davinder because his ability is constant versus Net Shield's paid ability? What if the Runner suffers 1 meat damage while Guru Davinder and [Muresh Bodysuit](/en/card/02044) are both installed (as they are both constant)?", - "answer": "Guru Davinder prevents all net or meat damage, leaving nothing left for the Runner to use Net Shield on. In the case of Guru Davinder and Muresh Bodysuit, simultaneous triggers on cards are resolved in the order of their owner's choosing." + "question": "####UFAQ [Damon Stone]\nThe Runner has Guru Davinder and [Net Shield](/en/card/01045) installed when they suffer 1 net damage. Can they choose to use Net Shield, or are they forced to use Guru Davinder because his ability is constant versus Net Shield's paid ability? What if the Runner suffers 1 meat damage while Guru Davinder and [Muresh Bodysuit](/en/card/02044) are both installed (as they are both constant)?" } ] diff --git a/v2/rulings/haas_bioroid_architects_of_tomorrow.json b/v2/rulings/haas_bioroid_architects_of_tomorrow.json index 185c9fa09..059dcf583 100644 --- a/v2/rulings/haas_bioroid_architects_of_tomorrow.json +++ b/v2/rulings/haas_bioroid_architects_of_tomorrow.json @@ -1,9 +1,9 @@ [ { + "answer": "No. [Haas-Bioroid: Architects of Tomorrow](https://netrunnerdb.com/en/card/11072) requires the Runner to pass a rezzed piece of ice in order to meet its trigger condition, and the trashed ice is neither rezzed nor unrezzed. Consequently, the ability is still available to meet its trigger condition later in the same turn.", "card_id": "haas_bioroid_architects_of_tomorrow", "date_update": "2022-04-24", "nsg_rules_team_verified": false, - "question": "Does [Haas-Bioroid: Architects of Tomorrow](https://netrunnerdb.com/en/card/11072) meet its trigger condition if the Runner trashes an encountered bioroid?", - "answer": "No. [Haas-Bioroid: Architects of Tomorrow](https://netrunnerdb.com/en/card/11072) requires the Runner to pass a rezzed piece of ice in order to meet its trigger condition, and the trashed ice is neither rezzed nor unrezzed. Consequently, the ability is still available to meet its trigger condition later in the same turn." + "question": "Does [Haas-Bioroid: Architects of Tomorrow](https://netrunnerdb.com/en/card/11072) meet its trigger condition if the Runner trashes an encountered bioroid?" } ] diff --git a/v2/rulings/hakarl_1_0.json b/v2/rulings/hakarl_1_0.json index 6e2107fe2..5e4322dac 100644 --- a/v2/rulings/hakarl_1_0.json +++ b/v2/rulings/hakarl_1_0.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The Corp can use the ability as long as there is a run in progress and [Hákarl 1.0](https://netrunnerdb.com/en/card/33036) is protecting the attacked server.", "card_id": "hakarl_1_0", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "If the Corp uses a card ability to rez [Hákarl 1.0](https://netrunnerdb.com/en/card/33036) at a time other than while the Runner is approaching it, will they be able to use its ability?", - "answer": "Yes. The Corp can use the ability as long as there is a run in progress and [Hákarl 1.0](https://netrunnerdb.com/en/card/33036) is protecting the attacked server." + "question": "If the Corp uses a card ability to rez [Hákarl 1.0](https://netrunnerdb.com/en/card/33036) at a time other than while the Runner is approaching it, will they be able to use its ability?" } ] diff --git a/v2/rulings/hangeki.json b/v2/rulings/hangeki.json index 8cb8aea02..902c8ab66 100644 --- a/v2/rulings/hangeki.json +++ b/v2/rulings/hangeki.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nSo if the Corp chooses an installed [Archangel](/en/card/09013) for Hangeki, the Runner could encounter it if they do not take the -1 agenda point?", "card_id": "hangeki", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Corp choose an installed piece of ice for Hangeki?", - "answer": "Yes.\n\nSo if the Corp chooses an installed [Archangel](/en/card/09013) for Hangeki, the Runner could encounter it if they do not take the -1 agenda point?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Corp choose an installed piece of ice for Hangeki?" } ] diff --git a/v2/rulings/hansei_review.json b/v2/rulings/hansei_review.json index 4cf04f35d..dc427fa5b 100644 --- a/v2/rulings/hansei_review.json +++ b/v2/rulings/hansei_review.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Operations and events are placed into the play area before they begin to resolve.", "card_id": "hansei_review", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Is [Hansei Review](/en/card/30048) a card in HQ while its own ability is resolving?", - "answer": "No. Operations and events are placed into the play area before they begin to resolve." + "question": "Is [Hansei Review](/en/card/30048) a card in HQ while its own ability is resolving?" } ] diff --git a/v2/rulings/hard_hitting_news.json b/v2/rulings/hard_hitting_news.json index 397e48e85..681834be5 100644 --- a/v2/rulings/hard_hitting_news.json +++ b/v2/rulings/hard_hitting_news.json @@ -1,9 +1,9 @@ [ { + "answer": "Immediately after the operation resolves and is trashed from playing it, \"after you resolve this operation\" triggers meet their trigger condition. Ending the action phase then advances the game to the discard phase. This skips the paid ability window that would normally follow the end of an action, ceases the resolution of any other pending abilities or effects, and invalidates any conditional abilities. If the operation was played as part of a card ability, any remaining effects from that card ability immediately stop resolving as well.\n\nIf the Corp plays Hard-Hitting News as the first operation for [Subcontract](/en/card/10113), what happens?", "card_id": "hard_hitting_news", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nHow does \"After you resolve this operation, end your action phase.\" on terminal operations like Hard-Hitting News work?", - "answer": "Immediately after the operation resolves and is trashed from playing it, \"after you resolve this operation\" triggers meet their trigger condition. Ending the action phase then advances the game to the discard phase. This skips the paid ability window that would normally follow the end of an action, ceases the resolution of any other pending abilities or effects, and invalidates any conditional abilities. If the operation was played as part of a card ability, any remaining effects from that card ability immediately stop resolving as well.\n\nIf the Corp plays Hard-Hitting News as the first operation for [Subcontract](/en/card/10113), what happens?" + "question": "####UFAQ [Damon Stone]\nHow does \"After you resolve this operation, end your action phase.\" on terminal operations like Hard-Hitting News work?" } ] diff --git a/v2/rulings/harishchandra_ent_where_you_re_the_star.json b/v2/rulings/harishchandra_ent_where_you_re_the_star.json index fcfa6c973..562c6dd83 100644 --- a/v2/rulings/harishchandra_ent_where_you_re_the_star.json +++ b/v2/rulings/harishchandra_ent_where_you_re_the_star.json @@ -1,9 +1,9 @@ [ { + "answer": "Damage is still random. In practice, the Runner should hide and shuffle their grip, suffer damage as normal, then reveal their grip again.", "card_id": "harishchandra_ent_where_you_re_the_star", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf a tagged Runner is damaged while playing against Harischandra Ent., how is the damage resolved?", - "answer": "Damage is still random. In practice, the Runner should hide and shuffle their grip, suffer damage as normal, then reveal their grip again." + "question": "####UFAQ [Damon Stone]\nIf a tagged Runner is damaged while playing against Harischandra Ent., how is the damage resolved?" } ] diff --git a/v2/rulings/harmony_ar_therapy.json b/v2/rulings/harmony_ar_therapy.json index 046fb5c57..01ddc0b1a 100644 --- a/v2/rulings/harmony_ar_therapy.json +++ b/v2/rulings/harmony_ar_therapy.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Harmony AR Therapy removes itself from the game, so it always has the potential to change the game state. In this case, the Runner will shuffle the cards found by the search to form their new stack.\n\nCan the Runner play Harmony AR Therapy if there are no cards in their heap?", "card_id": "harmony_ar_therapy", "date_update": "2020-03-09", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Runner play Harmony AR Therapy if there are no cards in their stack?", - "answer": "Yes. Harmony AR Therapy removes itself from the game, so it always has the potential to change the game state. In this case, the Runner will shuffle the cards found by the search to form their new stack.\n\nCan the Runner play Harmony AR Therapy if there are no cards in their heap?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Runner play Harmony AR Therapy if there are no cards in their stack?" } ] diff --git a/v2/rulings/harvester.json b/v2/rulings/harvester.json index 8a28844f0..eb7aa786a 100644 --- a/v2/rulings/harvester.json +++ b/v2/rulings/harvester.json @@ -1,9 +1,9 @@ [ { + "answer": "Resolve the text of each subroutine in the order it appears. First the Runner draws 3 cards, then they must discard to their maximum hand size.\n\nIf the Runner does not draw 3 cards due to Harvester’s subroutine effect, must they still discard cards?", "card_id": "harvester", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nDoes the Runner have to discard before or after drawing 3 cards from Harvester?", - "answer": "Resolve the text of each subroutine in the order it appears. First the Runner draws 3 cards, then they must discard to their maximum hand size.\n\nIf the Runner does not draw 3 cards due to Harvester’s subroutine effect, must they still discard cards?" + "question": "####UFAQ [Damon Stone]\nDoes the Runner have to discard before or after drawing 3 cards from Harvester?" } ] diff --git a/v2/rulings/hatchet_job.json b/v2/rulings/hatchet_job.json index 0c5507a00..e48b35c26 100644 --- a/v2/rulings/hatchet_job.json +++ b/v2/rulings/hatchet_job.json @@ -1,9 +1,9 @@ [ { + "answer": "No, cards can only be added to hands and decks belonging to their owner.\n\nCan Hatchet Job add a facedown virtual card to the Runner's grip?", "card_id": "hatchet_job", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan Hatchet Job add a Corp card to the Runner's grip?", - "answer": "No, cards can only be added to hands and decks belonging to their owner.\n\nCan Hatchet Job add a facedown virtual card to the Runner's grip?" + "question": "####UFAQ [Michael Boggs]\nCan Hatchet Job add a Corp card to the Runner's grip?" } ] diff --git a/v2/rulings/helheim_servers.json b/v2/rulings/helheim_servers.json index ce88fe2c6..617be44c6 100644 --- a/v2/rulings/helheim_servers.json +++ b/v2/rulings/helheim_servers.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The effect does not have the potential to cause a change in the game state, so it cannot be used.", "card_id": "helheim_servers", "date_update": "2017-07-21", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp use a Helheim Servers installed in the root of HQ if there is no ice protecting HQ?", - "answer": "No. The effect does not have the potential to cause a change in the game state, so it cannot be used." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp use a Helheim Servers installed in the root of HQ if there is no ice protecting HQ?" } ] diff --git a/v2/rulings/hellion_beta_test.json b/v2/rulings/hellion_beta_test.json index 5f3592dc3..b6efc8ead 100644 --- a/v2/rulings/hellion_beta_test.json +++ b/v2/rulings/hellion_beta_test.json @@ -1,9 +1,9 @@ [ { + "answer": "No, Hellion Beta Test’s condition requires a card to have been trashed while it was being accessed.\n\nIf the Runner trashed only one Corp card on their last turn and subsequently used [Salsette Slums](/en/card/10059) to remove that card from the game, can the Corp still play Hellion Beta Test?", "card_id": "hellion_beta_test", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Runner accesses a card and then later trashes it outside of an access (e.g. with [Political Operative](/en/card/10043)), can the Corp play Hellion Beta Test on the next turn?", - "answer": "No, Hellion Beta Test’s condition requires a card to have been trashed while it was being accessed.\n\nIf the Runner trashed only one Corp card on their last turn and subsequently used [Salsette Slums](/en/card/10059) to remove that card from the game, can the Corp still play Hellion Beta Test?" + "question": "####UFAQ [Michael Boggs]\nIf the Runner accesses a card and then later trashes it outside of an access (e.g. with [Political Operative](/en/card/10043)), can the Corp play Hellion Beta Test on the next turn?" } ] diff --git a/v2/rulings/henry_phillips.json b/v2/rulings/henry_phillips.json index 9a110adec..a22624408 100644 --- a/v2/rulings/henry_phillips.json +++ b/v2/rulings/henry_phillips.json @@ -1,9 +1,9 @@ [ { + "answer": "The Corp gains 2 for each subroutine broken.", "card_id": "henry_phillips", "date_update": "2017-05-26", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner is tagged and breaks more than one subroutine with a single ability (e.g. with [Berserker](/en/card/12041)), how many credits does the Corp gain?", - "answer": "The Corp gains 2 for each subroutine broken." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner is tagged and breaks more than one subroutine with a single ability (e.g. with [Berserker](/en/card/12041)), how many credits does the Corp gain?" } ] diff --git a/v2/rulings/heritage_committee.json b/v2/rulings/heritage_committee.json index a5e2a5b7d..684231e8f 100644 --- a/v2/rulings/heritage_committee.json +++ b/v2/rulings/heritage_committee.json @@ -1,9 +1,9 @@ [ { + "answer": "No. It is assumed that the Corp's deck is legal, and the influence value on the card is irrelevant for the purposes of gameplay.\n\nWhat happens if the Corp no longer has enough cards in their deck to satisfy the Alliance requirement for a card due to cards being removed from the game?", "card_id": "heritage_committee", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?", - "answer": "No. It is assumed that the Corp's deck is legal, and the influence value on the card is irrelevant for the purposes of gameplay.\n\nWhat happens if the Corp no longer has enough cards in their deck to satisfy the Alliance requirement for a card due to cards being removed from the game?" + "question": "####UFAQ [Damon Stone]\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?" } ] diff --git a/v2/rulings/hernando_cortez.json b/v2/rulings/hernando_cortez.json index 85d21dec7..1fc76cb39 100644 --- a/v2/rulings/hernando_cortez.json +++ b/v2/rulings/hernando_cortez.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Those effects cause the next piece of ice encountered to gain a subroutine, but ice is rezzed during the approach.\n\nHow many credits is the additional cost incurred for rezzing a piece of ice with flexible subroutines while Hernando Cortez's ability is active (such as [NEXT Silver](/en/card/06002), [Ashigaru](/en/card/06064), [Tour Guide](/en/card/08118), etc.)?", "card_id": "hernando_cortez", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf a piece of ice will gain a subroutine from an effect like [Sensei](/en/card/02034) or [Komainu](/en/card/05017), does that subroutine factor into the additional cost for Hernando Cortez as well?", - "answer": "No. Those effects cause the next piece of ice encountered to gain a subroutine, but ice is rezzed during the approach.\n\nHow many credits is the additional cost incurred for rezzing a piece of ice with flexible subroutines while Hernando Cortez's ability is active (such as [NEXT Silver](/en/card/06002), [Ashigaru](/en/card/06064), [Tour Guide](/en/card/08118), etc.)?" + "question": "####UFAQ [Damon Stone]\nIf a piece of ice will gain a subroutine from an effect like [Sensei](/en/card/02034) or [Komainu](/en/card/05017), does that subroutine factor into the additional cost for Hernando Cortez as well?" } ] diff --git a/v2/rulings/high_stakes_job.json b/v2/rulings/high_stakes_job.json index 1a29408dc..3bb3046ae 100644 --- a/v2/rulings/high_stakes_job.json +++ b/v2/rulings/high_stakes_job.json @@ -1,9 +1,9 @@ [ { + "answer": "High-Stakes Job triggers as soon as a successful run ends, similar to [Dirty Laundry](/en/card/03052) or [Doppelgänger](/en/card/02064)?", "card_id": "high_stakes_job", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "#### UFAQ [Damon Stone]\nWhen does High-Stakes Job trigger?", - "answer": "High-Stakes Job triggers as soon as a successful run ends, similar to [Dirty Laundry](/en/card/03052) or [Doppelgänger](/en/card/02064)?" + "question": "#### UFAQ [Damon Stone]\nWhen does High-Stakes Job trigger?" } ] diff --git a/v2/rulings/hippo.json b/v2/rulings/hippo.json index a59049b5c..61474bbcd 100644 --- a/v2/rulings/hippo.json +++ b/v2/rulings/hippo.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, Hippo can be used after breaking the subroutine on Mirāju, and the Runner will not be moved to Archives. Mirāju's ability checks whether the Runner broke its printed subroutine at the time they would pass it (Step 4 of the run). Since Hippo's ability triggers as soon as all subroutines are broken (in step 3.1), Mirāju is no longer active in order to replace passing with moving to Archives.", "card_id": "hippo", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Runner trash [Mirāju](/en/card/12071) with Hippo? If they do, are they moved to Archives?", - "answer": "Yes, Hippo can be used after breaking the subroutine on Mirāju, and the Runner will not be moved to Archives. Mirāju's ability checks whether the Runner broke its printed subroutine at the time they would pass it (Step 4 of the run). Since Hippo's ability triggers as soon as all subroutines are broken (in step 3.1), Mirāju is no longer active in order to replace passing with moving to Archives." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Runner trash [Mirāju](/en/card/12071) with Hippo? If they do, are they moved to Archives?" } ] diff --git a/v2/rulings/hivemind.json b/v2/rulings/hivemind.json index 7473eb355..b8dd8b3c7 100644 --- a/v2/rulings/hivemind.json +++ b/v2/rulings/hivemind.json @@ -1,9 +1,9 @@ [ { + "answer": "By managing their abilities carefully, the Runner can choose whether to derez the ice right away or not. [Hivemind](/en/card/07042)’s second ability is a static ability, so it always applies as soon as [Tranquilizer](/en/card/30017) is installed. But the conditional abilities on [Cookbook](/en/card/30009) and [Tranquilizer](/en/card/30017) meet their trigger conditions at the same time, so the Runner can choose the order to resolve them. If they resolve [Tranquilizer](/en/card/30017) first, it will only have 2 hosted virus counters (including the one shared from [Hivemind](/en/card/07042)) at the time that the number of counters is checked. If they resolve [Cookbook](/en/card/30009) first, then by the time [Tranquilizer](/en/card/30017) resolves, it will have 3 hosted virus counters and will derez the ice.", "card_id": "hivemind", "date_update": "2021-10-11", "nsg_rules_team_verified": false, - "question": "Suppose the Runner has [Cookbook](/en/card/30009) and [Hivemind](/en/card/07042) installed, with 1 virus counter on [Hivemind](/en/card/07042). If they then install [Tranquilizer](/en/card/30017), is the host ice derezzed immediately? Or does it wait for the next check at the beginning of the Runner's next turn?", - "answer": "By managing their abilities carefully, the Runner can choose whether to derez the ice right away or not. [Hivemind](/en/card/07042)’s second ability is a static ability, so it always applies as soon as [Tranquilizer](/en/card/30017) is installed. But the conditional abilities on [Cookbook](/en/card/30009) and [Tranquilizer](/en/card/30017) meet their trigger conditions at the same time, so the Runner can choose the order to resolve them. If they resolve [Tranquilizer](/en/card/30017) first, it will only have 2 hosted virus counters (including the one shared from [Hivemind](/en/card/07042)) at the time that the number of counters is checked. If they resolve [Cookbook](/en/card/30009) first, then by the time [Tranquilizer](/en/card/30017) resolves, it will have 3 hosted virus counters and will derez the ice." + "question": "Suppose the Runner has [Cookbook](/en/card/30009) and [Hivemind](/en/card/07042) installed, with 1 virus counter on [Hivemind](/en/card/07042). If they then install [Tranquilizer](/en/card/30017), is the host ice derezzed immediately? Or does it wait for the next check at the beginning of the Runner's next turn?" } ] diff --git a/v2/rulings/holmegaard.json b/v2/rulings/holmegaard.json index de0a5aa06..b599f5791 100644 --- a/v2/rulings/holmegaard.json +++ b/v2/rulings/holmegaard.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Interpret the text as if it said \"If successful\".", "card_id": "holmegaard", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes the trace for the subroutine on Holmegaard need to be successful to stop the Runner from accessing cards?", - "answer": "Yes. Interpret the text as if it said \"If successful\"." + "question": "####UFAQ [Michael Boggs]\nDoes the trace for the subroutine on Holmegaard need to be successful to stop the Runner from accessing cards?" } ] diff --git a/v2/rulings/hoshiko_shiro_untold_protagonist.json b/v2/rulings/hoshiko_shiro_untold_protagonist.json index 9059859b9..ea8358845 100644 --- a/v2/rulings/hoshiko_shiro_untold_protagonist.json +++ b/v2/rulings/hoshiko_shiro_untold_protagonist.json @@ -1,9 +1,9 @@ [ { + "answer": "Hoshiko enters play with her Untold Protagonist side faceup.\n\nIf the Runner runs a server with no cards in it, does Hoshiko Shiro: Untold Protagonist flip at the end of the turn?", "card_id": "hoshiko_shiro_untold_protagonist", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat happens if the Runner plays Rebirth to switch their identity with Hoshiko Shiro?", - "answer": "Hoshiko enters play with her Untold Protagonist side faceup.\n\nIf the Runner runs a server with no cards in it, does Hoshiko Shiro: Untold Protagonist flip at the end of the turn?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat happens if the Runner plays Rebirth to switch their identity with Hoshiko Shiro?" } ] diff --git a/v2/rulings/hyoubu_precog_manifold.json b/v2/rulings/hyoubu_precog_manifold.json index 1d23e2ce6..422127bdf 100644 --- a/v2/rulings/hyoubu_precog_manifold.json +++ b/v2/rulings/hyoubu_precog_manifold.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Once the run is declared successful, it can't stop being successful. The Runner just won't access cards if the run ends before they have the chance.\n\nIf the Runner makes a run using Sneakdoor Beta while Hyoubu Precog Manifold is active, and the chosen server is HQ, can Hyoubu Precog Manifold's ability resolve?", "card_id": "hyoubu_precog_manifold", "date_update": "2020-04-13", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf Hyoubu Precog Manifold ends the run, is the run still successful?", - "answer": "Yes. Once the run is declared successful, it can't stop being successful. The Runner just won't access cards if the run ends before they have the chance.\n\nIf the Runner makes a run using Sneakdoor Beta while Hyoubu Precog Manifold is active, and the chosen server is HQ, can Hyoubu Precog Manifold's ability resolve?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf Hyoubu Precog Manifold ends the run, is the run still successful?" } ] diff --git a/v2/rulings/hyperbaric.json b/v2/rulings/hyperbaric.json index 65dda7f3a..207ab2ee8 100644 --- a/v2/rulings/hyperbaric.json +++ b/v2/rulings/hyperbaric.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. [Hyperbaric](/en/card/33026)’s “when you install” ability resolves in between the instruction from [Rigging Up](/en/card/33024) that installs it and the instruction that gives the option to charge it. By the time the latter instruction resolves, [Hyperbaric](/en/card/33026) has a hosted power counter and is legal to charge.", "card_id": "hyperbaric", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the Runner use [Rigging Up](/en/card/33024) to put an extra counter on [Hyperbaric](/en/card/33026)?", - "answer": "Yes. [Hyperbaric](/en/card/33026)’s “when you install” ability resolves in between the instruction from [Rigging Up](/en/card/33024) that installs it and the instruction that gives the option to charge it. By the time the latter instruction resolves, [Hyperbaric](/en/card/33026) has a hosted power counter and is legal to charge." + "question": "Can the Runner use [Rigging Up](/en/card/33024) to put an extra counter on [Hyperbaric](/en/card/33026)?" } ] diff --git a/v2/rulings/hyperloop_extension.json b/v2/rulings/hyperloop_extension.json index 04edf15d9..38bfcb4db 100644 --- a/v2/rulings/hyperloop_extension.json +++ b/v2/rulings/hyperloop_extension.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nAudited by NISEI Rules (2022.07).", "card_id": "hyperloop_extension", "date_update": "2022-07-08", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan Hyperloop Extension's ability be resolved by cards like [Bifrost Array](/en/card/06081) and [24/7 News Cycle](/en/card/09019)?", - "answer": "Yes.\n\nAudited by NISEI Rules (2022.07)." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan Hyperloop Extension's ability be resolved by cards like [Bifrost Array](/en/card/06081) and [24/7 News Cycle](/en/card/09019)?" } ] diff --git a/v2/rulings/ibrahim_salem.json b/v2/rulings/ibrahim_salem.json index 08871c334..85f2bf70b 100644 --- a/v2/rulings/ibrahim_salem.json +++ b/v2/rulings/ibrahim_salem.json @@ -1,9 +1,9 @@ [ { + "answer": "No. It is assumed that the Corp's deck is legal, and the influence value on the card is irrelevant for the purposes of gameplay.\n\nWhat happens if the Corp no longer has enough cards in their deck to satisfy the Alliance requirement for a card due to cards being removed from the game?", "card_id": "ibrahim_salem", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?", - "answer": "No. It is assumed that the Corp's deck is legal, and the influence value on the card is irrelevant for the purposes of gameplay.\n\nWhat happens if the Corp no longer has enough cards in their deck to satisfy the Alliance requirement for a card due to cards being removed from the game?" + "question": "####UFAQ [Damon Stone]\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?" } ] diff --git a/v2/rulings/ice_carver.json b/v2/rulings/ice_carver.json index 087c61c9c..25e21a419 100644 --- a/v2/rulings/ice_carver.json +++ b/v2/rulings/ice_carver.json @@ -1,9 +1,9 @@ [ { + "answer": "Before. [Ice Carver](https://netrunnerdb.com/en/card/31009) has a static ability, which means it applies as soon as the encounter begins. The Runner doesn’t have to trigger the ability explicitly or wait for conditional abilities to resolve before it takes effect.", "card_id": "ice_carver", "date_update": "2022-04-23", "nsg_rules_team_verified": true, - "question": "Does [Ice Carver](https://netrunnerdb.com/en/card/31009) apply its -1 strength before or after [Chisel](https://netrunnerdb.com/en/card/26003)’s ability resolves?", - "answer": "Before. [Ice Carver](https://netrunnerdb.com/en/card/31009) has a static ability, which means it applies as soon as the encounter begins. The Runner doesn’t have to trigger the ability explicitly or wait for conditional abilities to resolve before it takes effect." + "question": "Does [Ice Carver](https://netrunnerdb.com/en/card/31009) apply its -1 strength before or after [Chisel](https://netrunnerdb.com/en/card/26003)’s ability resolves?" } ] diff --git a/v2/rulings/ika.json b/v2/rulings/ika.json index 9cc90c789..1c87d5a32 100644 --- a/v2/rulings/ika.json +++ b/v2/rulings/ika.json @@ -1,9 +1,9 @@ [ { + "answer": "No.\n\nAudited by NISEI Rules (2022.06).", "card_id": "ika", "date_update": "2022-06-21", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner uses credits from [Flame-out](/en/card/21109) to use Ika, and then moves Ika off of Flame-out, is Ika still trashed at the end of the turn?", - "answer": "No.\n\nAudited by NISEI Rules (2022.06)." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner uses credits from [Flame-out](/en/card/21109) to use Ika, and then moves Ika off of Flame-out, is Ika still trashed at the end of the turn?" } ] diff --git a/v2/rulings/illegal_arms_factory.json b/v2/rulings/illegal_arms_factory.json index 8bd01227e..de73bf509 100644 --- a/v2/rulings/illegal_arms_factory.json +++ b/v2/rulings/illegal_arms_factory.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The ability is not active if Illegal Arms Factory is not active. The phrase \"while it is installed\" is just a reminder and does not functionally change the ability.", "card_id": "illegal_arms_factory", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes the Corp take a bad publicity if the Runner trashes an unrezzed Illegal Arms Factory?", - "answer": "No. The ability is not active if Illegal Arms Factory is not active. The phrase \"while it is installed\" is just a reminder and does not functionally change the ability." + "question": "####UFAQ [Michael Boggs]\nDoes the Corp take a bad publicity if the Runner trashes an unrezzed Illegal Arms Factory?" } ] diff --git a/v2/rulings/imp.json b/v2/rulings/imp.json index e19e48055..fe44bcf03 100644 --- a/v2/rulings/imp.json +++ b/v2/rulings/imp.json @@ -1,9 +1,9 @@ [ { + "answer": "The previous wording for [Imp](https://netrunnerdb.com/en/card/31007) and similar cards did not fit into any of the modern ability types that the CR supports, and it was not clear exactly when it could be used. The new “Access →“ flag lets this type of ability be written as a paid ability and gives it clear timing and structure.", "card_id": "imp", "date_update": "2022-04-22", "nsg_rules_team_verified": true, - "question": "Why is [Imp](https://netrunnerdb.com/en/card/31007)’s ability written differently than in previous printings?", - "answer": "The previous wording for [Imp](https://netrunnerdb.com/en/card/31007) and similar cards did not fit into any of the modern ability types that the CR supports, and it was not clear exactly when it could be used. The new “Access →“ flag lets this type of ability be written as a paid ability and gives it clear timing and structure." + "question": "Why is [Imp](https://netrunnerdb.com/en/card/31007)’s ability written differently than in previous printings?" } ] diff --git a/v2/rulings/increased_drop_rates.json b/v2/rulings/increased_drop_rates.json index 8aad12dfc..0a7d28ba0 100644 --- a/v2/rulings/increased_drop_rates.json +++ b/v2/rulings/increased_drop_rates.json @@ -1,9 +1,9 @@ [ { + "answer": "Since “unless” designates taking a tag as a nested cost (rule 1.15.10b) and costs cannot be avoided (rule 1.15.1a), the tag cannot be avoided.\n\nIf the Corp does not have any bad publicity when the Runner accesses Increased Drop Rates, is the Runner forced to take a tag?", "card_id": "increased_drop_rates", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Runner avoids a tag from Increased Drop rate, can the Corp still remove bad publicity?", - "answer": "Since “unless” designates taking a tag as a nested cost (rule 1.15.10b) and costs cannot be avoided (rule 1.15.1a), the tag cannot be avoided.\n\nIf the Corp does not have any bad publicity when the Runner accesses Increased Drop Rates, is the Runner forced to take a tag?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Runner avoids a tag from Increased Drop rate, can the Corp still remove bad publicity?" } ] diff --git a/v2/rulings/indian_union_stock_exchange.json b/v2/rulings/indian_union_stock_exchange.json index 54240cc3c..ed3b7c262 100644 --- a/v2/rulings/indian_union_stock_exchange.json +++ b/v2/rulings/indian_union_stock_exchange.json @@ -1,9 +1,9 @@ [ { + "answer": "Out-of-faction refers to cards that do not belong to the faction of the Corp’s identity.\n\nIf the Corp is playing a Weyland identity, does the parenthetical text on Indian Union Stock Exchange allow it to still trigger off of itself?", "card_id": "indian_union_stock_exchange", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nDoes “out-of-faction” refer to cards not belonging to the Corp’s identity faction or to cards not belonging to Weyland?", - "answer": "Out-of-faction refers to cards that do not belong to the faction of the Corp’s identity.\n\nIf the Corp is playing a Weyland identity, does the parenthetical text on Indian Union Stock Exchange allow it to still trigger off of itself?" + "question": "####UFAQ [Damon Stone]\nDoes “out-of-faction” refer to cards not belonging to the Corp’s identity faction or to cards not belonging to Weyland?" } ] diff --git a/v2/rulings/information_sifting.json b/v2/rulings/information_sifting.json index d861328fe..ada71896c 100644 --- a/v2/rulings/information_sifting.json +++ b/v2/rulings/information_sifting.json @@ -1,9 +1,9 @@ [ { + "answer": "The Corp cannot make a facedown pile of 0 cards. At least 1 card must be in each pile in order for it to be a pile and for it to be facedown.\n\nIf HQ does not contain enough cards to make 2 piles when an Information Sifting run is successful, what happens?", "card_id": "information_sifting", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nWhen Information Sifting resolves, can the Corp choose for one of the piles to contain 0 cards?", - "answer": "The Corp cannot make a facedown pile of 0 cards. At least 1 card must be in each pile in order for it to be a pile and for it to be facedown.\n\nIf HQ does not contain enough cards to make 2 piles when an Information Sifting run is successful, what happens?" + "question": "####UFAQ [Damon Stone]\nWhen Information Sifting resolves, can the Corp choose for one of the piles to contain 0 cards?" } ] diff --git a/v2/rulings/inside_job.json b/v2/rulings/inside_job.json index 97c7ffeb0..29f2f9380 100644 --- a/v2/rulings/inside_job.json +++ b/v2/rulings/inside_job.json @@ -1,9 +1,9 @@ [ { + "answer": "No. An ability that meets its trigger condition due to an encounter beginning can only resolve if the encounter is still taking place. [Inside Job](https://netrunnerdb.com/en/card/31018)’s bypass ability meets its trigger condition at the same time as [Funhouse](https://netrunnerdb.com/en/card/30054) or [Tollbooth](https://netrunnerdb.com/en/card/31066)’s ability, and as it’s the Runner’s turn, they will resolve the ability they control first. Bypassing a piece of ice immediately ends the encounter, stopping the Corp from resolving their ability before they can tag the Runner or charge a toll.", "card_id": "inside_job", "date_update": "2022-04-23", "nsg_rules_team_verified": true, - "question": "If the Runner plays [Inside Job](https://netrunnerdb.com/en/card/31018) and bypasses [Funhouse](https://netrunnerdb.com/en/card/30054) or [Tollbooth](https://netrunnerdb.com/en/card/31066), do the non-subroutine abilities on those cards resolve?", - "answer": "No. An ability that meets its trigger condition due to an encounter beginning can only resolve if the encounter is still taking place. [Inside Job](https://netrunnerdb.com/en/card/31018)’s bypass ability meets its trigger condition at the same time as [Funhouse](https://netrunnerdb.com/en/card/30054) or [Tollbooth](https://netrunnerdb.com/en/card/31066)’s ability, and as it’s the Runner’s turn, they will resolve the ability they control first. Bypassing a piece of ice immediately ends the encounter, stopping the Corp from resolving their ability before they can tag the Runner or charge a toll." + "question": "If the Runner plays [Inside Job](https://netrunnerdb.com/en/card/31018) and bypasses [Funhouse](https://netrunnerdb.com/en/card/30054) or [Tollbooth](https://netrunnerdb.com/en/card/31066), do the non-subroutine abilities on those cards resolve?" } ] diff --git a/v2/rulings/into_the_depths.json b/v2/rulings/into_the_depths.json index 1c36f5650..2daa64f84 100644 --- a/v2/rulings/into_the_depths.json +++ b/v2/rulings/into_the_depths.json @@ -1,30 +1,30 @@ [ { + "answer": "Yes, a card that has 2 power counters qualifies as having at least 1 power counter.", "card_id": "into_the_depths", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can a player charge cards that have 2 or more power counters?", - "answer": "Yes, a card that has 2 power counters qualifies as having at least 1 power counter." + "question": "Can a player charge cards that have 2 or more power counters?" }, { + "answer": "Yes. The Runner does not encounter unrezzed ice, but they still pass it.", "card_id": "into_the_depths", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner passes an unrezzed piece of ice, does it count toward how many modes they can use for [Into the Depths](/en/card/33023)?", - "answer": "Yes. The Runner does not encounter unrezzed ice, but they still pass it." + "question": "If the Runner passes an unrezzed piece of ice, does it count toward how many modes they can use for [Into the Depths](/en/card/33023)?" }, { + "answer": "If the Runner already passed the uninstalled piece of ice, [Into the Depths](/en/card/33023) will remember that it was passed and count that toward the number of modes the Runner can resolve when the run is declared successful. If the ice is uninstalled while it is being encountered, the encounter immediately ends. The Runner passes that ice's former position, but since the ice is no longer there it does not count as the Runner passing a piece of ice.", "card_id": "into_the_depths", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "What happens if a piece of ice is uninstalled during a run made with [Into the Depths](/en/card/33023)?", - "answer": "If the Runner already passed the uninstalled piece of ice, [Into the Depths](/en/card/33023) will remember that it was passed and count that toward the number of modes the Runner can resolve when the run is declared successful. If the ice is uninstalled while it is being encountered, the encounter immediately ends. The Runner passes that ice's former position, but since the ice is no longer there it does not count as the Runner passing a piece of ice." + "question": "What happens if a piece of ice is uninstalled during a run made with [Into the Depths](/en/card/33023)?" }, { + "answer": "Yes.", "card_id": "into_the_depths", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner passes the same ice more than once during a single [Into the Depths](/en/card/33023) run, does that ice count multiple times for the payout?", - "answer": "Yes." + "question": "If the Runner passes the same ice more than once during a single [Into the Depths](/en/card/33023) run, does that ice count multiple times for the payout?" } ] diff --git a/v2/rulings/inversificator.json b/v2/rulings/inversificator.json index 7fb9d3bb3..0ea20536f 100644 --- a/v2/rulings/inversificator.json +++ b/v2/rulings/inversificator.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Unless specified otherwise, only installed cards can be chosen by effects.", "card_id": "inversificator", "date_update": "2018-08-11", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 15](https://ancur.wikia.com/wiki/Earth's_Scion_UFAQ) [Michael Boggs]\nCan the Runner use Inversificator to swap the passed piece of ice with an ice in Archives?", - "answer": "No. Unless specified otherwise, only installed cards can be chosen by effects." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 15](https://ancur.wikia.com/wiki/Earth's_Scion_UFAQ) [Michael Boggs]\nCan the Runner use Inversificator to swap the passed piece of ice with an ice in Archives?" } ] diff --git a/v2/rulings/isolation.json b/v2/rulings/isolation.json index 644627fd8..766e63738 100644 --- a/v2/rulings/isolation.json +++ b/v2/rulings/isolation.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Both the credit cost and the additional cost are paid at the same time. Dadiana is inactive by the time her last ability meets its trigger condition, so it never becomes pending or resolves.", "card_id": "isolation", "date_update": "2019-04-26", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Runner has exactly 2 and plays Isolation, trashing Dadiana Chacon, do they suffer meat damage?", - "answer": "No. Both the credit cost and the additional cost are paid at the same time. Dadiana is inactive by the time her last ability meets its trigger condition, so it never becomes pending or resolves." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Runner has exactly 2 and plays Isolation, trashing Dadiana Chacon, do they suffer meat damage?" } ] diff --git a/v2/rulings/ivik.json b/v2/rulings/ivik.json index 34cf177ae..d6ecf4e76 100644 --- a/v2/rulings/ivik.json +++ b/v2/rulings/ivik.json @@ -1,9 +1,9 @@ [ { + "answer": "No. [Ivik](https://netrunnerdb.com/en/card/33045) only counts rezzed code gates, and it is not rezzed until after the Corp pays its rez cost. However, if an ability checks [Ivik](https://netrunnerdb.com/en/card/33045)’s rez cost afterward, it will count itself then.", "card_id": "ivik", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "If the Runner plays [Tinkering](https://netrunnerdb.com/en/card/25047) on an unrezzed [Ivik](https://netrunnerdb.com/en/card/33045), then runs the server it is protecting, does it reduce its own cost when the Corp rezzes it?", - "answer": "No. [Ivik](https://netrunnerdb.com/en/card/33045) only counts rezzed code gates, and it is not rezzed until after the Corp pays its rez cost. However, if an ability checks [Ivik](https://netrunnerdb.com/en/card/33045)’s rez cost afterward, it will count itself then." + "question": "If the Runner plays [Tinkering](https://netrunnerdb.com/en/card/25047) on an unrezzed [Ivik](https://netrunnerdb.com/en/card/33045), then runs the server it is protecting, does it reduce its own cost when the Corp rezzes it?" } ] diff --git a/v2/rulings/jackpot.json b/v2/rulings/jackpot.json index abcc0f76d..84016bf83 100644 --- a/v2/rulings/jackpot.json +++ b/v2/rulings/jackpot.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nIf both Jackpot! and [Another Day, Another Paycheck](/en/card/11007) are active, which card meets its trigger condition first?", "card_id": "jackpot", "date_update": "2021-10-12", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nDoes Jackpot! trigger with cards that are added to the Runner's score area without being stolen, such as [Notoriety](/en/card/20041) or [Director Haas](/en/card/03010)?", - "answer": "Yes.\n\nIf both Jackpot! and [Another Day, Another Paycheck](/en/card/11007) are active, which card meets its trigger condition first?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nDoes Jackpot! trigger with cards that are added to the Runner's score area without being stolen, such as [Notoriety](/en/card/20041) or [Director Haas](/en/card/03010)?" } ] diff --git a/v2/rulings/jailbreak.json b/v2/rulings/jailbreak.json index eb2d28113..2f72bedc0 100644 --- a/v2/rulings/jailbreak.json +++ b/v2/rulings/jailbreak.json @@ -1,23 +1,23 @@ [ { + "answer": "When the run is declared successful at step 5a.", "card_id": "jailbreak", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "When does the Runner draw 1 card with [Jailbreak](/en/card/30028)?", - "answer": "When the run is declared successful at step 5a." + "question": "When does the Runner draw 1 card with [Jailbreak](/en/card/30028)?" }, { + "answer": "No. [Jailbreak](/en/card/30028)’s ability that gives an additional access is a delayed conditional ability created by its “If successful” ability. Since [Crisium Grid](/en/card/31079) stops the run from being declared successful, that ability is never resolved.", "card_id": "jailbreak", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "If the Runner uses [Jailbreak](/en/card/30028) to run a server with a rezzed [Crisium Grid](/en/card/31079), will they access an additional card?", - "answer": "No. [Jailbreak](/en/card/30028)’s ability that gives an additional access is a delayed conditional ability created by its “If successful” ability. Since [Crisium Grid](/en/card/31079) stops the run from being declared successful, that ability is never resolved." + "question": "If the Runner uses [Jailbreak](/en/card/30028) to run a server with a rezzed [Crisium Grid](/en/card/31079), will they access an additional card?" }, { + "answer": "No. An event that initiates a run is not fully resolved until that run is complete, and thus is in the play area, not the heap, at the time [Steve Cambridge](https://netrunnerdb.com/en/card/13001)’s ability resolves.", "card_id": "jailbreak", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If the Runner plays [Jailbreak](https://netrunnerdb.com/en/card/30028) or another run event to make a successful run on HQ, can they choose that event as one of the cards for [Steve Cambridge](https://netrunnerdb.com/en/card/13001)’s ability?", - "answer": "No. An event that initiates a run is not fully resolved until that run is complete, and thus is in the play area, not the heap, at the time [Steve Cambridge](https://netrunnerdb.com/en/card/13001)’s ability resolves." + "question": "If the Runner plays [Jailbreak](https://netrunnerdb.com/en/card/30028) or another run event to make a successful run on HQ, can they choose that event as one of the cards for [Steve Cambridge](https://netrunnerdb.com/en/card/13001)’s ability?" } ] diff --git a/v2/rulings/jarogniew_mercs.json b/v2/rulings/jarogniew_mercs.json index efb2c6ed1..81cd8e2a4 100644 --- a/v2/rulings/jarogniew_mercs.json +++ b/v2/rulings/jarogniew_mercs.json @@ -1,9 +1,9 @@ [ { + "answer": "Four power counters are placed on Jarogniew Mercs: 3 + 1 for the tag taken from its ability.\n\nIf the Corp plays [The All-Seeing I](/en/card/09022) while Jarogniew Mercs and another resource are installed, what happens?", "card_id": "jarogniew_mercs", "date_update": "2018-02-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner has zero tags when they install Jarogniew Mercs, how many power counters are placed on it?", - "answer": "Four power counters are placed on Jarogniew Mercs: 3 + 1 for the tag taken from its ability.\n\nIf the Corp plays [The All-Seeing I](/en/card/09022) while Jarogniew Mercs and another resource are installed, what happens?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner has zero tags when they install Jarogniew Mercs, how many power counters are placed on it?" } ] diff --git a/v2/rulings/jeeves_model_bioroids.json b/v2/rulings/jeeves_model_bioroids.json index 257f6809c..10d9193a8 100644 --- a/v2/rulings/jeeves_model_bioroids.json +++ b/v2/rulings/jeeves_model_bioroids.json @@ -6,10 +6,10 @@ "text_ruling": "####Official FAQ\n* Playing a double operation and then playing a regular operation, spending three clicks for [Melange Mining Corp.](/en/card/01108), as well as clicking for three credits are each considered spending three clicks on the same action. Additional costs are still costs to trigger an ability.\n* Jeeves must be rezzed while all 3 clicks are being spent. Installed cards must be active while meeting their trigger condition, and Jeeves trigger condition is the spending of 3 clicks on the same action, not the third click." }, { + "answer": "* Advance three different cards\n* Install a piece of ice, an asset, and an upgrade\n* Use a copy of [Marked Accounts](/en/card/02055) three times\n* Purge virus counters\n* Use [Mumbad City Hall](/en/card/10055) to find [Mumba Temple](/en/card/10018), [Museum of History](/en/card/10019), then [Heritage Committee](/en/card/10013)\n\nAmong other things, the following series of actions do **not** trigger Jeeves Model Bioroids:", "card_id": "jeeves_model_bioroids", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nAmong other things, the following series of actions can all trigger Jeeves Model Bioroids:", - "answer": "* Advance three different cards\n* Install a piece of ice, an asset, and an upgrade\n* Use a copy of [Marked Accounts](/en/card/02055) three times\n* Purge virus counters\n* Use [Mumbad City Hall](/en/card/10055) to find [Mumba Temple](/en/card/10018), [Museum of History](/en/card/10019), then [Heritage Committee](/en/card/10013)\n\nAmong other things, the following series of actions do **not** trigger Jeeves Model Bioroids:" + "question": "####UFAQ [Damon Stone]\nAmong other things, the following series of actions can all trigger Jeeves Model Bioroids:" } ] diff --git a/v2/rulings/jemison_astronautics_sacrifice_audacity_success.json b/v2/rulings/jemison_astronautics_sacrifice_audacity_success.json index d47495de2..5199b9c1e 100644 --- a/v2/rulings/jemison_astronautics_sacrifice_audacity_success.json +++ b/v2/rulings/jemison_astronautics_sacrifice_audacity_success.json @@ -1,9 +1,9 @@ [ { + "answer": "No, all the advancement tokens must be placed on the same card.\n\nIf the Corp, playing as Jemison Astronautics, forfeits [Hostile Takeover](/en/card/01094) hosting [Political Graffiti](/en/card/10039), how many advancement tokens do they place on a card?", "card_id": "jemison_astronautics_sacrifice_audacity_success", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Corp place the advancement tokens from the ability on Jemison Astronautics onto multiple cards?", - "answer": "No, all the advancement tokens must be placed on the same card.\n\nIf the Corp, playing as Jemison Astronautics, forfeits [Hostile Takeover](/en/card/01094) hosting [Political Graffiti](/en/card/10039), how many advancement tokens do they place on a card?" + "question": "####UFAQ [Michael Boggs]\nCan the Corp place the advancement tokens from the ability on Jemison Astronautics onto multiple cards?" } ] diff --git a/v2/rulings/jesminder_sareen_girl_behind_the_curtain.json b/v2/rulings/jesminder_sareen_girl_behind_the_curtain.json index 4c836587c..74805428c 100644 --- a/v2/rulings/jesminder_sareen_girl_behind_the_curtain.json +++ b/v2/rulings/jesminder_sareen_girl_behind_the_curtain.json @@ -1,16 +1,16 @@ [ { + "answer": "No. Jesminder can only avoid the first tag that is given during any single run.\n\nCan Jesminder Sareen avoid the tag from [John Masanori](/en/card/04009)?", "card_id": "jesminder_sareen_girl_behind_the_curtain", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner avoids a tag from [Data Raven](/en/card/01088) with a card other than Jesminder Sareen (e.g. [New Angeles City Hall](/en/card/02109)), does Jesminder Sareen avoid the tag from a second Data Raven?", - "answer": "No. Jesminder can only avoid the first tag that is given during any single run.\n\nCan Jesminder Sareen avoid the tag from [John Masanori](/en/card/04009)?" + "question": "####UFAQ [Damon Stone]\nIf the Runner avoids a tag from [Data Raven](/en/card/01088) with a card other than Jesminder Sareen (e.g. [New Angeles City Hall](/en/card/02109)), does Jesminder Sareen avoid the tag from a second Data Raven?" }, { + "answer": "Players cannot attempt to pay a cost that would be prevented. If Jesminder Sareen’s ability is applicable, the Runner must choose to end the run.", "card_id": "jesminder_sareen_girl_behind_the_curtain", "date_update": "2021-10-11", "nsg_rules_team_verified": false, - "question": "What happens if the Runner has a mandatory ability that would prevent the tag from [Funhouse](30054), such as the ability on [Jesminder Sareen: Girl Behind the Curtain](10006)?", - "answer": "Players cannot attempt to pay a cost that would be prevented. If Jesminder Sareen’s ability is applicable, the Runner must choose to end the run." + "question": "What happens if the Runner has a mandatory ability that would prevent the tag from [Funhouse](30054), such as the ability on [Jesminder Sareen: Girl Behind the Curtain](10006)?" } ] diff --git a/v2/rulings/jinja_city_grid.json b/v2/rulings/jinja_city_grid.json index f741872b0..bb59c426d 100644 --- a/v2/rulings/jinja_city_grid.json +++ b/v2/rulings/jinja_city_grid.json @@ -1,9 +1,9 @@ [ { + "answer": "Drawing multiple cards at once is a batch effect. The Corp draws all three cards, then Jinja City Grid meets its trigger condition simultaneously for each drawn piece of ice. The Corp decides the order in which to trigger the instances of Jinja City Grid's ability, and thus the order in which to install the drawn ice.\n\nIf the Runner initiates a run on a server with Jinja City Grid and the Corp has a scored [Advanced Concept Hopper](/en/card/10011), will the Runner approach an ice drawn with Advanced Concept Hopper and installed with Jinja City Grid?", "card_id": "jinja_city_grid", "date_update": "2018-02-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nIf the Corp plays [Anonymous Tip](/en/card/20118), do they draw all the cards at once and then decide which ice to install with Jinja City Grid, or do they draw the cards one at a time and decide as ice is drawn whether or not to install any of those ice?", - "answer": "Drawing multiple cards at once is a batch effect. The Corp draws all three cards, then Jinja City Grid meets its trigger condition simultaneously for each drawn piece of ice. The Corp decides the order in which to trigger the instances of Jinja City Grid's ability, and thus the order in which to install the drawn ice.\n\nIf the Runner initiates a run on a server with Jinja City Grid and the Corp has a scored [Advanced Concept Hopper](/en/card/10011), will the Runner approach an ice drawn with Advanced Concept Hopper and installed with Jinja City Grid?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nIf the Corp plays [Anonymous Tip](/en/card/20118), do they draw all the cards at once and then decide which ice to install with Jinja City Grid, or do they draw the cards one at a time and decide as ice is drawn whether or not to install any of those ice?" } ] diff --git a/v2/rulings/jinteki_personal_evolution.json b/v2/rulings/jinteki_personal_evolution.json index 451966fd2..6a1912bb8 100644 --- a/v2/rulings/jinteki_personal_evolution.json +++ b/v2/rulings/jinteki_personal_evolution.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner wins the game in the checkpoint following the steal. The [Jinteki: Personal Evolution](https://netrunnerdb.com/en/card/31050) ability has become pending, but would only resolve in the reaction window following this checkpoint. Since the Runner has won the game in this checkpoint, the game has ended and that reaction window never happens.", "card_id": "jinteki_personal_evolution", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If the Runner accesses an agenda that would earn them 7 agenda points with 0 cards in their grip, who wins the game?", - "answer": "The Runner wins the game in the checkpoint following the steal. The [Jinteki: Personal Evolution](https://netrunnerdb.com/en/card/31050) ability has become pending, but would only resolve in the reaction window following this checkpoint. Since the Runner has won the game in this checkpoint, the game has ended and that reaction window never happens." + "question": "If the Runner accesses an agenda that would earn them 7 agenda points with 0 cards in their grip, who wins the game?" } ] diff --git a/v2/rulings/jinteki_potential_unleashed.json b/v2/rulings/jinteki_potential_unleashed.json index 301dab92e..3fc3bb30c 100644 --- a/v2/rulings/jinteki_potential_unleashed.json +++ b/v2/rulings/jinteki_potential_unleashed.json @@ -1,9 +1,9 @@ [ { + "answer": "Both Potential Unleashed and I’ve Had Worse meet their trigger conditions at the same time. If it is currently the Runner’s turn, they draw three cards then trash a card from the top of the stack. If it is the Corp’s turn, the top card of the stack is trashed then the Runner draws three cards.\n\nIf the Runner takes more than 1 net damage at once (e.g. with [Project Junebug](/en/card/01069)), how many cards do they trash from the top of the stack?", "card_id": "jinteki_potential_unleashed", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Runner suffers net damage and one of the cards trashed is [I've Had Worse](/en/card/07032), which goes first: trashing the top card of the stack or drawing three cards?", - "answer": "Both Potential Unleashed and I’ve Had Worse meet their trigger conditions at the same time. If it is currently the Runner’s turn, they draw three cards then trash a card from the top of the stack. If it is the Corp’s turn, the top card of the stack is trashed then the Runner draws three cards.\n\nIf the Runner takes more than 1 net damage at once (e.g. with [Project Junebug](/en/card/01069)), how many cards do they trash from the top of the stack?" + "question": "####UFAQ [Michael Boggs]\nIf the Runner suffers net damage and one of the cards trashed is [I've Had Worse](/en/card/07032), which goes first: trashing the top card of the stack or drawing three cards?" } ] diff --git a/v2/rulings/jinteki_restoring_humanity.json b/v2/rulings/jinteki_restoring_humanity.json index badf5af68..6070d9d9d 100644 --- a/v2/rulings/jinteki_restoring_humanity.json +++ b/v2/rulings/jinteki_restoring_humanity.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes!", "card_id": "jinteki_restoring_humanity", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Corp trigger [Jinteki: Restoring Humanity](/en/card/30043) if they have no facedown cards in Archives for most of their turn, but they discard cards to their maximum hand size?", - "answer": "Yes!" + "question": "Can the Corp trigger [Jinteki: Restoring Humanity](/en/card/30043) if they have no facedown cards in Archives for most of their turn, but they discard cards to their maximum hand size?" }, { + "answer": "We sometimes write abilities with “when your discard phase ends” to emphasize that they resolve after your hand size is checked. There is no difference in timing or functionality between this wording and “when your turn ends”.", "card_id": "jinteki_restoring_humanity", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "What’s the difference between \"when your discard phase ends\" and \"when your turn ends\"?", - "answer": "We sometimes write abilities with “when your discard phase ends” to emphasize that they resolve after your hand size is checked. There is no difference in timing or functionality between this wording and “when your turn ends”." + "question": "What’s the difference between \"when your discard phase ends\" and \"when your turn ends\"?" } ] diff --git a/v2/rulings/jua.json b/v2/rulings/jua.json index cc10513dd..0d726ca66 100644 --- a/v2/rulings/jua.json +++ b/v2/rulings/jua.json @@ -1,9 +1,9 @@ [ { + "answer": "The Corp cannot choose 2 installed cards, so nothing is added to the top of the stack.", "card_id": "jua", "date_update": "2018-02-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nWhat happens if Jua's subroutine resolves while the RUnner only has one installed card?", - "answer": "The Corp cannot choose 2 installed cards, so nothing is added to the top of the stack." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nWhat happens if Jua's subroutine resolves while the RUnner only has one installed card?" } ] diff --git a/v2/rulings/kabonesa_wu_netspace_thrillseeker.json b/v2/rulings/kabonesa_wu_netspace_thrillseeker.json index fc4f05d32..836be58de 100644 --- a/v2/rulings/kabonesa_wu_netspace_thrillseeker.json +++ b/v2/rulings/kabonesa_wu_netspace_thrillseeker.json @@ -1,9 +1,9 @@ [ { + "answer": "No. After the program is uninstalled, it is considered a new copy of that card.\n\nIf the Runner uses Kabonesa Wu to find and install a [Chameleon](/en/card/08069), what happens at the end of the turn?", "card_id": "kabonesa_wu_netspace_thrillseeker", "date_update": "2018-02-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nIf the Runner plays [Scavenge](/en/card/03034) to trash and reinstall the program installed with Kabonesa Wu, do they still have to remove that program from the game at the end of the turn?", - "answer": "No. After the program is uninstalled, it is considered a new copy of that card.\n\nIf the Runner uses Kabonesa Wu to find and install a [Chameleon](/en/card/08069), what happens at the end of the turn?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nIf the Runner plays [Scavenge](/en/card/03034) to trash and reinstall the program installed with Kabonesa Wu, do they still have to remove that program from the game at the end of the turn?" } ] diff --git a/v2/rulings/kakugo.json b/v2/rulings/kakugo.json index 6e2033633..be855117c 100644 --- a/v2/rulings/kakugo.json +++ b/v2/rulings/kakugo.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The encounter ends immediately when Kakugo is trashed, but then it is no longer active and thus its ability cannot trigger.", "card_id": "kakugo", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes Kakugo trigger if it is trashed during an encounter?", - "answer": "No. The encounter ends immediately when Kakugo is trashed, but then it is no longer active and thus its ability cannot trigger." + "question": "####UFAQ [Michael Boggs]\nDoes Kakugo trigger if it is trashed during an encounter?" } ] diff --git a/v2/rulings/kakurenbo.json b/v2/rulings/kakurenbo.json index 701e9b388..6dda24a0b 100644 --- a/v2/rulings/kakurenbo.json +++ b/v2/rulings/kakurenbo.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Cards in Archives do not have an order, and the Corp is not required to distinguish facedown cards in Archives from each other for the Runner.", "card_id": "kakurenbo", "date_update": "2020-04-13", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Corp shuffle or rearrange the cards in Archives after turning them facedown?", - "answer": "Yes. Cards in Archives do not have an order, and the Corp is not required to distinguish facedown cards in Archives from each other for the Runner." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Corp shuffle or rearrange the cards in Archives after turning them facedown?" } ] diff --git a/v2/rulings/karuna.json b/v2/rulings/karuna.json index 8fa971152..ab7a12834 100644 --- a/v2/rulings/karuna.json +++ b/v2/rulings/karuna.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes and yes. Nothing stops the Runner from jacking out at unusual times if given the opportunity by a card ability. Jacking out ends the run, which ends any breach in progress as well.", "card_id": "karuna", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If [Karunā](/en/card/30047)’s first subroutine resolves while the Runner is already breaching the attacked server (perhaps because of [Ganked!](/en/card/26119)), can the Runner still jack out? Does that stop them from accessing any more cards?", - "answer": "Yes and yes. Nothing stops the Runner from jacking out at unusual times if given the opportunity by a card ability. Jacking out ends the run, which ends any breach in progress as well." + "question": "If [Karunā](/en/card/30047)’s first subroutine resolves while the Runner is already breaching the attacked server (perhaps because of [Ganked!](/en/card/26119)), can the Runner still jack out? Does that stop them from accessing any more cards?" } ] diff --git a/v2/rulings/kasi_string.json b/v2/rulings/kasi_string.json index 0521b863a..77f643739 100644 --- a/v2/rulings/kasi_string.json +++ b/v2/rulings/kasi_string.json @@ -1,9 +1,9 @@ [ { + "answer": "Nothing.", "card_id": "kasi_string", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf there is a Kasi String in a score area, what happens when the Runner installs another Kasi String?", - "answer": "Nothing." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf there is a Kasi String in a score area, what happens when the Runner installs another Kasi String?" } ] diff --git a/v2/rulings/keiko.json b/v2/rulings/keiko.json index c1445075a..42f1d279b 100644 --- a/v2/rulings/keiko.json +++ b/v2/rulings/keiko.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Keiko's trigger condition is met when installing a companion is complete, at step 8.3.6 in the rules for installing a card. Keiko becomes active before that, at step 8.3.5, so the ability is able to see that its trigger condition is met, and the Runner can trigger it and gain a credit.\n\nIf the Runner spends a credit from Paladin Poemu to install Keiko, can they trigger Keiko's ability?", "card_id": "keiko", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner installs Keiko, and hasn't installed or used any other companions this turn, do they gain a credit?", - "answer": "Yes. Keiko's trigger condition is met when installing a companion is complete, at step 8.3.6 in the rules for installing a card. Keiko becomes active before that, at step 8.3.5, so the ability is able to see that its trigger condition is met, and the Runner can trigger it and gain a credit.\n\nIf the Runner spends a credit from Paladin Poemu to install Keiko, can they trigger Keiko's ability?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner installs Keiko, and hasn't installed or used any other companions this turn, do they gain a credit?" } ] diff --git a/v2/rulings/keros_mcintyre.json b/v2/rulings/keros_mcintyre.json index 163605bc9..9c0d48802 100644 --- a/v2/rulings/keros_mcintyre.json +++ b/v2/rulings/keros_mcintyre.json @@ -1,9 +1,9 @@ [ { + "answer": "Unless otherwise stated in the card text, the player who owns the card is always assumed to be the owner of any abilities on that card. Keros Mcintyre's ability only triggers if the Runner is responsible for the ice being derezzed. If a Corp card derezzes a piece of ice (e.g. [Test Ground](/en/card/08071)), or if a Runner card tells the Corp to derez a piece of ice (e.g. [Muertos Gang Member](/en/card/08068)), then Keros Mcintyre does not trigger.", "card_id": "keros_mcintyre", "date_update": "2017-06-23", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nDoes Keros Mcintyre gain 2 if the Corp derezzes a piece of ice? How do the players know if the Runner or the Corp is responsible for the derez?", - "answer": "Unless otherwise stated in the card text, the player who owns the card is always assumed to be the owner of any abilities on that card. Keros Mcintyre's ability only triggers if the Runner is responsible for the ice being derezzed. If a Corp card derezzes a piece of ice (e.g. [Test Ground](/en/card/08071)), or if a Runner card tells the Corp to derez a piece of ice (e.g. [Muertos Gang Member](/en/card/08068)), then Keros Mcintyre does not trigger." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nDoes Keros Mcintyre gain 2 if the Corp derezzes a piece of ice? How do the players know if the Runner or the Corp is responsible for the derez?" } ] diff --git a/v2/rulings/khan_savvy_skiptracer.json b/v2/rulings/khan_savvy_skiptracer.json index b7a91b9ac..3359eb503 100644 --- a/v2/rulings/khan_savvy_skiptracer.json +++ b/v2/rulings/khan_savvy_skiptracer.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Ice that is uninstalled while it is being approached or encountered is immediately passed.", "card_id": "khan_savvy_skiptracer", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes Khan’s ability trigger if an encountered ice is trashed?", - "answer": "Yes. Ice that is uninstalled while it is being approached or encountered is immediately passed." + "question": "####UFAQ [Michael Boggs]\nDoes Khan’s ability trigger if an encountered ice is trashed?" } ] diff --git a/v2/rulings/khusyuk.json b/v2/rulings/khusyuk.json index 3246fc0bd..ca3a2e7f7 100644 --- a/v2/rulings/khusyuk.json +++ b/v2/rulings/khusyuk.json @@ -1,9 +1,9 @@ [ { + "answer": "Khushyuk replaces the Runner’s access step with its own ability, but Ash still prohibits the Runner from accessing any card other than itself. The Runner reveals cards from the top of R&D, but does not access any of them, nor do they access Ash.\n\nWhat happens if the trace from the second subroutine on SYNC BRE is successful during a Khusyuk run?", "card_id": "khusyuk", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat happens if the trace on Ash 2X3ZB9CY is successful during a Khusyuk run?", - "answer": "Khushyuk replaces the Runner’s access step with its own ability, but Ash still prohibits the Runner from accessing any card other than itself. The Runner reveals cards from the top of R&D, but does not access any of them, nor do they access Ash.\n\nWhat happens if the trace from the second subroutine on SYNC BRE is successful during a Khusyuk run?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat happens if the trace on Ash 2X3ZB9CY is successful during a Khusyuk run?" } ] diff --git a/v2/rulings/kill_switch.json b/v2/rulings/kill_switch.json index a3fbd78e2..697082d27 100644 --- a/v2/rulings/kill_switch.json +++ b/v2/rulings/kill_switch.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "kill_switch", "date_update": "2018-04-06", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nIs the Runner required to reveal agendas accessed from R&D while Kill Switch is active?", - "answer": "Yes." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nIs the Runner required to reveal agendas accessed from R&D while Kill Switch is active?" } ] diff --git a/v2/rulings/konjin.json b/v2/rulings/konjin.json index b6eedf78c..7f6c1643f 100644 --- a/v2/rulings/konjin.json +++ b/v2/rulings/konjin.json @@ -1,9 +1,9 @@ [ { + "answer": "If the Corp wins the Psi game, they choose another rezzed piece of ice and create a forced encounter with it. This means that an Encounter Ice Phase resolves for the chosen ice, but the Runner's position does not change: they are still in Konjin's position throughout, and they will not pass the other piece of ice. When that encounter ends, Konjin's ability is finished resolving and the game proceeds with the rest of the encounter with Konjin itself. So if Konjin has acquired any subroutines of its own, the Runner's opportunity to break those subroutines is after the forced encounter. See section 6.5.2 for more details.\n\nWhat happens if an \"end the run\" effect resolves during an encounter created by Konjin?", "card_id": "konjin", "date_update": "2020-04-10", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat actually happens when the runner encounters Konjin?", - "answer": "If the Corp wins the Psi game, they choose another rezzed piece of ice and create a forced encounter with it. This means that an Encounter Ice Phase resolves for the chosen ice, but the Runner's position does not change: they are still in Konjin's position throughout, and they will not pass the other piece of ice. When that encounter ends, Konjin's ability is finished resolving and the game proceeds with the rest of the encounter with Konjin itself. So if Konjin has acquired any subroutines of its own, the Runner's opportunity to break those subroutines is after the forced encounter. See section 6.5.2 for more details.\n\nWhat happens if an \"end the run\" effect resolves during an encounter created by Konjin?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat actually happens when the runner encounters Konjin?" } ] diff --git a/v2/rulings/la_costa_grid.json b/v2/rulings/la_costa_grid.json index 76b7fdbf4..f69fec255 100644 --- a/v2/rulings/la_costa_grid.json +++ b/v2/rulings/la_costa_grid.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. It cannot even be installed into the root of a central server.\n\nCan La Costa Grid be swapped to a central server?", "card_id": "la_costa_grid", "date_update": "2020-04-13", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes La Costa Grid's \"Remote server only.\" restriction apply even while it is unrezzed?", - "answer": "Yes. It cannot even be installed into the root of a central server.\n\nCan La Costa Grid be swapped to a central server?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes La Costa Grid's \"Remote server only.\" restriction apply even while it is unrezzed?" } ] diff --git a/v2/rulings/laamb.json b/v2/rulings/laamb.json index b79d43597..978ccebd0 100644 --- a/v2/rulings/laamb.json +++ b/v2/rulings/laamb.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Just like bypassing a piece of ice with [Femme Fatale](/en/card/20029), Laamb has a \"when encountered\" ability that is usable regardless of strength.\n\nCan the Runner install [Paperclip](/en/card/11024) from their heap after giving apiece of ice barrier with Laamb?", "card_id": "laamb", "date_update": "2018-05-07", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nDoes Laamb have to match the strength of an encountered piece of ice to give it barrier?", - "answer": "No. Just like bypassing a piece of ice with [Femme Fatale](/en/card/20029), Laamb has a \"when encountered\" ability that is usable regardless of strength.\n\nCan the Runner install [Paperclip](/en/card/11024) from their heap after giving apiece of ice barrier with Laamb?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nDoes Laamb have to match the strength of an encountered piece of ice to give it barrier?" } ] diff --git a/v2/rulings/lady_liberty.json b/v2/rulings/lady_liberty.json index 41c8dd5c5..3f79a5f24 100644 --- a/v2/rulings/lady_liberty.json +++ b/v2/rulings/lady_liberty.json @@ -1,9 +1,9 @@ [ { + "answer": "The phrase \"worth agenda points equal to the exact number of hosted power counters\" is a qualifier to \"an agenda\". The Corp can only use Lady Liberty on an agenda in HQ that is already worth as many agenda points as there are power counters hosted on Lady Liberty. The ability cannot change the number of points on an agenda because it is not a conversion effect using the word \"as\".\n\nAudited by NISEI Rules (2022.05).", "card_id": "lady_liberty", "date_update": "2022-05-27", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nHow does Lady Liberty Work? Can the Corp use Lady Liberty to turn an agenda into a different number of agenda points?", - "answer": "The phrase \"worth agenda points equal to the exact number of hosted power counters\" is a qualifier to \"an agenda\". The Corp can only use Lady Liberty on an agenda in HQ that is already worth as many agenda points as there are power counters hosted on Lady Liberty. The ability cannot change the number of points on an agenda because it is not a conversion effect using the word \"as\".\n\nAudited by NISEI Rules (2022.05)." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nHow does Lady Liberty Work? Can the Corp use Lady Liberty to turn an agenda into a different number of agenda points?" } ] diff --git a/v2/rulings/lakshmi_smartfabrics.json b/v2/rulings/lakshmi_smartfabrics.json index b89076033..36f6d4039 100644 --- a/v2/rulings/lakshmi_smartfabrics.json +++ b/v2/rulings/lakshmi_smartfabrics.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. \"When you rez\" abilities meet their trigger condition at the end of the rez action, so Lakshmi Smartfabrics is active and can see its own rez action trigger.\n\nIf the Runner trashes Lakshmi Smartfabrics after the Corp uses its ability, can the Runner steal copies of the revealed agenda?", "card_id": "lakshmi_smartfabrics", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nDoes Lakshmi Smartfabrics get a power counter when it is rezzed?", - "answer": "Yes. \"When you rez\" abilities meet their trigger condition at the end of the rez action, so Lakshmi Smartfabrics is active and can see its own rez action trigger.\n\nIf the Runner trashes Lakshmi Smartfabrics after the Corp uses its ability, can the Runner steal copies of the revealed agenda?" + "question": "####UFAQ [Damon Stone]\nDoes Lakshmi Smartfabrics get a power counter when it is rezzed?" } ] diff --git a/v2/rulings/lat_ethical_freelancer.json b/v2/rulings/lat_ethical_freelancer.json index c429b4fed..14c9e1417 100644 --- a/v2/rulings/lat_ethical_freelancer.json +++ b/v2/rulings/lat_ethical_freelancer.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner discards to hand size first, then checks whether to draw a card from Lat’s ability. They don’t check hand size again that turn.\n\nIf Lat has Safety First installed, which comes first?", "card_id": "lat_ethical_freelancer", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhich comes first, Lat’s ability or discarding to hand size?", - "answer": "The Runner discards to hand size first, then checks whether to draw a card from Lat’s ability. They don’t check hand size again that turn.\n\nIf Lat has Safety First installed, which comes first?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhich comes first, Lat’s ability or discarding to hand size?" } ] diff --git a/v2/rulings/lean_and_mean.json b/v2/rulings/lean_and_mean.json index 5f50a24cd..cac93575f 100644 --- a/v2/rulings/lean_and_mean.json +++ b/v2/rulings/lean_and_mean.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Lean and Mean checks the number of programs installed as the run is initiated, and if there are 3 or fewer programs installed at that time applies a constant effect during the run.\n\nIf the Runner has three programs installed when they play Lean and Mean, then they use [Clone Chip](/en/card/03038) to install a fourth program, do icebreakers then lose the +2 strength?", "card_id": "lean_and_mean", "date_update": "2017-07-21", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner has four programs installed when they play Lean and Mean, then one of them is trashed during that run, do icebreakers then gain +2 strength?", - "answer": "No. Lean and Mean checks the number of programs installed as the run is initiated, and if there are 3 or fewer programs installed at that time applies a constant effect during the run.\n\nIf the Runner has three programs installed when they play Lean and Mean, then they use [Clone Chip](/en/card/03038) to install a fourth program, do icebreakers then lose the +2 strength?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner has four programs installed when they play Lean and Mean, then one of them is trashed during that run, do icebreakers then gain +2 strength?" } ] diff --git a/v2/rulings/leech.json b/v2/rulings/leech.json index 6b685d4a7..1034507b1 100644 --- a/v2/rulings/leech.json +++ b/v2/rulings/leech.json @@ -1,9 +1,9 @@ [ { + "answer": "Not quite. Because [Datasucker](/en/card/01008) says that the ice you are encountering must be rezzed, there are some rare encounters where it cannot be used, such as an encounter with an [Archangel](/en/card/09013) being accessed from the Corp’s hand or deck. [Leech](/en/card/30008) can be used even during these encounters.", "card_id": "leech", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Is [Leech](/en/card/30008) a functional reprint of [Datasucker](/en/card/01008)?", - "answer": "Not quite. Because [Datasucker](/en/card/01008) says that the ice you are encountering must be rezzed, there are some rare encounters where it cannot be used, such as an encounter with an [Archangel](/en/card/09013) being accessed from the Corp’s hand or deck. [Leech](/en/card/30008) can be used even during these encounters." + "question": "Is [Leech](/en/card/30008) a functional reprint of [Datasucker](/en/card/01008)?" } ] diff --git a/v2/rulings/letheia_nisei.json b/v2/rulings/letheia_nisei.json index 546fff014..baa205b66 100644 --- a/v2/rulings/letheia_nisei.json +++ b/v2/rulings/letheia_nisei.json @@ -1,9 +1,9 @@ [ { + "answer": "If the Corp wins the Psi game, the Corp may choose to trash Letheia and force the Runner to go back to the top of the server and progress through all the ice protecting the server again. Since her trigger condition is “the first time each run the Runner approaches this server”, once the Runner gets through the ice a second time, another copy of Letheia Nisei cannot trigger.", "card_id": "letheia_nisei", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat does Letheia Nisei actually do?", - "answer": "If the Corp wins the Psi game, the Corp may choose to trash Letheia and force the Runner to go back to the top of the server and progress through all the ice protecting the server again. Since her trigger condition is “the first time each run the Runner approaches this server”, once the Runner gets through the ice a second time, another copy of Letheia Nisei cannot trigger." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat does Letheia Nisei actually do?" } ] diff --git a/v2/rulings/levy_advanced_research_lab.json b/v2/rulings/levy_advanced_research_lab.json index afe428a3e..7208e4070 100644 --- a/v2/rulings/levy_advanced_research_lab.json +++ b/v2/rulings/levy_advanced_research_lab.json @@ -1,9 +1,9 @@ [ { + "answer": "No.\n\nIf Levy Advanced Research Lab does not reveal any programs, or if the Runner chooses not to take any revealed programs, do the revealed cards still get added to the bottom of the stack?", "card_id": "levy_advanced_research_lab", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf Levy Advanced Research Lab reveals a program, can the Runner add a non-program from among the revealed cards to the grip?", - "answer": "No.\n\nIf Levy Advanced Research Lab does not reveal any programs, or if the Runner chooses not to take any revealed programs, do the revealed cards still get added to the bottom of the stack?" + "question": "####UFAQ [Michael Boggs]\nIf Levy Advanced Research Lab reveals a program, can the Runner add a non-program from among the revealed cards to the grip?" } ] diff --git a/v2/rulings/lewi_guilherme.json b/v2/rulings/lewi_guilherme.json index beb80ed25..b36efecb9 100644 --- a/v2/rulings/lewi_guilherme.json +++ b/v2/rulings/lewi_guilherme.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "lewi_guilherme", "date_update": "2017-12-29", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nAt the start of the Runner's turn, can they choose to trash Lewi Guilherme and use [Fall Guy](/en/card/04106) to prevent Lewi from being trashed?", - "answer": "Yes." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nAt the start of the Runner's turn, can they choose to trash Lewi Guilherme and use [Fall Guy](/en/card/04106) to prevent Lewi from being trashed?" } ] diff --git a/v2/rulings/liberated_chela.json b/v2/rulings/liberated_chela.json index 0ef04245b..3c6801137 100644 --- a/v2/rulings/liberated_chela.json +++ b/v2/rulings/liberated_chela.json @@ -1,9 +1,9 @@ [ { + "answer": "No, if adding Liberated Chela to the score area is prevented, then it never becomes an agenda at all.", "card_id": "liberated_chela", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner has 5 agenda points and a [Fan Site](/en/card/08085) in their score area, can they use Liberated Chela to win the game before the Corp can forfeit an agenda?", - "answer": "No, if adding Liberated Chela to the score area is prevented, then it never becomes an agenda at all." + "question": "####UFAQ [Damon Stone]\nIf the Runner has 5 agenda points and a [Fan Site](/en/card/08085) in their score area, can they use Liberated Chela to win the game before the Corp can forfeit an agenda?" } ] diff --git a/v2/rulings/light_the_fire.json b/v2/rulings/light_the_fire.json index e31ee8cb7..2b367b76b 100644 --- a/v2/rulings/light_the_fire.json +++ b/v2/rulings/light_the_fire.json @@ -1,44 +1,44 @@ [ { + "answer": "Any agenda in the root of the attacked server is trashed along with any other cards in that root. There will be no cards of any type left in the root to access when the Runner breaches the attacked server.", "card_id": "light_the_fire", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "What happens to agendas during a run made with [Light the Fire!](/en/card/33009)?", - "answer": "Any agenda in the root of the attacked server is trashed along with any other cards in that root. There will be no cards of any type left in the root to access when the Runner breaches the attacked server." + "question": "What happens to agendas during a run made with [Light the Fire!](/en/card/33009)?" }, { + "answer": "As long as the server is protected by ice, yes. You still breach the server when using [Light the Fire!](/en/card/33009), unless the server itself ceases to exist. Usually, there will be no cards to access during that breach, but [Aumakua](/en/card/12104)’s trigger condition is still met.", "card_id": "light_the_fire", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does [Aumakua](/en/card/12104) gain a virus counter when successfully running a server with [Light the Fire!](/en/card/33009)?", - "answer": "As long as the server is protected by ice, yes. You still breach the server when using [Light the Fire!](/en/card/33009), unless the server itself ceases to exist. Usually, there will be no cards to access during that breach, but [Aumakua](/en/card/12104)’s trigger condition is still met." + "question": "Does [Aumakua](/en/card/12104) gain a virus counter when successfully running a server with [Light the Fire!](/en/card/33009)?" }, { + "answer": "Cards hosted on [Full Immersion RecStudio](/en/card/10108) are in the root of the server, and lose their abilities. All cards in the root of the attacked server, including the hosted cards, will be trashed by [Light the Fire!](/en/card/33009).", "card_id": "light_the_fire", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner uses [Light the Fire!](/en/card/33009) to run a server that has a [Full Immersion RecStudio](/en/card/10108) in the root, hosting two cards, do the hosted cards lose their abilities? What happens to the hosted cards once [Full Immersion RecStudio](/en/card/10108) is trashed?", - "answer": "Cards hosted on [Full Immersion RecStudio](/en/card/10108) are in the root of the server, and lose their abilities. All cards in the root of the attacked server, including the hosted cards, will be trashed by [Light the Fire!](/en/card/33009)." + "question": "If the Runner uses [Light the Fire!](/en/card/33009) to run a server that has a [Full Immersion RecStudio](/en/card/10108) in the root, hosting two cards, do the hosted cards lose their abilities? What happens to the hosted cards once [Full Immersion RecStudio](/en/card/10108) is trashed?" }, { + "answer": "When the run is declared successful, the Runner will trash all upgrades in the root of the new attacked server. They will breach and access cards in the server’s corresponding zone normally.", "card_id": "light_the_fire", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the attacked server changes to a central server during a run made with [Light the Fire!](/en/card/33009), what happens?", - "answer": "When the run is declared successful, the Runner will trash all upgrades in the root of the new attacked server. They will breach and access cards in the server’s corresponding zone normally." + "question": "If the attacked server changes to a central server during a run made with [Light the Fire!](/en/card/33009), what happens?" }, { + "answer": "Once the Runner triggers [Light the Fire!](/en/card/33009)’s ability, there is no opportunity for the Corp to use [NGO Front](/en/card/21039) before the ability begins to resolve. If the run is made against the server with [NGO Front](/en/card/21039) in its root, the Corp will not be able to use that [NGO Front](/en/card/21039) until after the run ends, and then only if it is still installed. However, the Corp does have the opportunity to use [NGO Front](/en/card/21039) in the paid ability window before the Runner takes the action on [Light the Fire!](/en/card/33009). The Runner cannot use [Light the Fire!](/en/card/33009) immediately after installing it without giving the Corp an opportunity to trigger paid abilities.", "card_id": "light_the_fire", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "How does [Light the Fire!](/en/card/33009) affect a remote server with an advanced [NGO Front](/en/card/21039)?", - "answer": "Once the Runner triggers [Light the Fire!](/en/card/33009)’s ability, there is no opportunity for the Corp to use [NGO Front](/en/card/21039) before the ability begins to resolve. If the run is made against the server with [NGO Front](/en/card/21039) in its root, the Corp will not be able to use that [NGO Front](/en/card/21039) until after the run ends, and then only if it is still installed. However, the Corp does have the opportunity to use [NGO Front](/en/card/21039) in the paid ability window before the Runner takes the action on [Light the Fire!](/en/card/33009). The Runner cannot use [Light the Fire!](/en/card/33009) immediately after installing it without giving the Corp an opportunity to trigger paid abilities." + "question": "How does [Light the Fire!](/en/card/33009) affect a remote server with an advanced [NGO Front](/en/card/21039)?" }, { + "answer": "Yes, you still breach the server when using [Light the Fire!](/en/card/33009). You can combine the breach replacement effect and the [Light the Fire!](/en/card/33009) trash effect.", "card_id": "light_the_fire", "date_update": "2022-09-11", "nsg_rules_team_verified": true, - "question": "Can the Runner gain credits from [Security Testing](/en/card/31024) and trash the cards due to [Light the Fire!](/en/card/33009)?", - "answer": "Yes, you still breach the server when using [Light the Fire!](/en/card/33009). You can combine the breach replacement effect and the [Light the Fire!](/en/card/33009) trash effect." + "question": "Can the Runner gain credits from [Security Testing](/en/card/31024) and trash the cards due to [Light the Fire!](/en/card/33009)?" } ] diff --git a/v2/rulings/liquidation.json b/v2/rulings/liquidation.json index 84806be07..96c0ee6b1 100644 --- a/v2/rulings/liquidation.json +++ b/v2/rulings/liquidation.json @@ -1,9 +1,9 @@ [ { + "answer": "No, you cannot trigger an ability that has no potential to change the game state.\n\nCan the Corp play Liquidation while there are rezzed cards, but then choose not to trash any cards?", "card_id": "liquidation", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Corp play Liquidation while there are no rezzed cards?", - "answer": "No, you cannot trigger an ability that has no potential to change the game state.\n\nCan the Corp play Liquidation while there are rezzed cards, but then choose not to trash any cards?" + "question": "####UFAQ [Michael Boggs]\nCan the Corp play Liquidation while there are no rezzed cards?" } ] diff --git a/v2/rulings/liza_talking_thunder_prominent_legislator.json b/v2/rulings/liza_talking_thunder_prominent_legislator.json index 5a222fc72..828315a97 100644 --- a/v2/rulings/liza_talking_thunder_prominent_legislator.json +++ b/v2/rulings/liza_talking_thunder_prominent_legislator.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The cards and the tag are not dependent on each other, they are two separate effects combined into one composite ability.\n\nAudited by NISEI Rules (2022.06).", "card_id": "liza_talking_thunder_prominent_legislator", "date_update": "2022-06-09", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Runner avoid the tag and still draw the 2 cards?", - "answer": "Yes. The cards and the tag are not dependent on each other, they are two separate effects combined into one composite ability.\n\nAudited by NISEI Rules (2022.06)." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Runner avoid the tag and still draw the 2 cards?" } ] diff --git a/v2/rulings/logic_bomb.json b/v2/rulings/logic_bomb.json index 4ad4353ec..70648bc86 100644 --- a/v2/rulings/logic_bomb.json +++ b/v2/rulings/logic_bomb.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes.", "card_id": "logic_bomb", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner uses Logic Bomb to bypass a piece of ice on which they have already broken all subroutines, are those subroutines still considered broken for the purposes of card abilities (such as [Inversificator](/en/card/12048))?", - "answer": "Yes." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner uses Logic Bomb to bypass a piece of ice on which they have already broken all subroutines, are those subroutines still considered broken for the purposes of card abilities (such as [Inversificator](/en/card/12048))?" }, { + "answer": "Yes. Losing remaining is part of the ability's effect, not part of its cost.", "card_id": "logic_bomb", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nCan the Runner use Logic Bomb when they have no remaining ?", - "answer": "Yes. Losing remaining is part of the ability's effect, not part of its cost." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nCan the Runner use Logic Bomb when they have no remaining ?" } ] diff --git a/v2/rulings/loki.json b/v2/rulings/loki.json index 440272a44..b0c185641 100644 --- a/v2/rulings/loki.json +++ b/v2/rulings/loki.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes, as long as there are at least 2 cards in the stack that can be shuffled.", "card_id": "loki", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner has zero cards in grip, can they still choose to shuffle their grip into the stack in order to keep Loki from ending the run?", - "answer": "Yes, as long as there are at least 2 cards in the stack that can be shuffled." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner has zero cards in grip, can they still choose to shuffle their grip into the stack in order to keep Loki from ending the run?" }, { + "answer": "Everything in the subroutine resolves as normal, except for any effect with a self-reference in it. The reference does not refer to Loki, so it cannot resolve.\n\nIf Loki gains a subroutine from a [Mausolus](/en/card/11097) with 3 advancement tokens on it, does the regular text resolve or does the parenthetical text resolve?", "card_id": "loki", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf Loki gains a subroutine with a self-reference from another piece of ice, such as a trap like [Kitsune](/en/card/06043), what happens?", - "answer": "Everything in the subroutine resolves as normal, except for any effect with a self-reference in it. The reference does not refer to Loki, so it cannot resolve.\n\nIf Loki gains a subroutine from a [Mausolus](/en/card/11097) with 3 advancement tokens on it, does the regular text resolve or does the parenthetical text resolve?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf Loki gains a subroutine with a self-reference from another piece of ice, such as a trap like [Kitsune](/en/card/06043), what happens?" } ] diff --git a/v2/rulings/longevity_serum.json b/v2/rulings/longevity_serum.json index d34e44ad6..2408c261a 100644 --- a/v2/rulings/longevity_serum.json +++ b/v2/rulings/longevity_serum.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The abilities on both [Spoilers](/en/card/08082) and [Longevity Serum](/en/card/30044) have the same trigger condition. Since agendas are always scored on the Corp’s turn, the Corp is the active player and must fully resolve their abilities before the Runner resolves any of theirs.", "card_id": "longevity_serum", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Runner has [Spoilers](/en/card/08082) installed and the Corp scores [Longevity Serum](/en/card/30044), can the Corp choose to add the card trashed by Spoilers to R&D?", - "answer": "No. The abilities on both [Spoilers](/en/card/08082) and [Longevity Serum](/en/card/30044) have the same trigger condition. Since agendas are always scored on the Corp’s turn, the Corp is the active player and must fully resolve their abilities before the Runner resolves any of theirs." + "question": "If the Runner has [Spoilers](/en/card/08082) installed and the Corp scores [Longevity Serum](/en/card/30044), can the Corp choose to add the card trashed by Spoilers to R&D?" } ] diff --git a/v2/rulings/loot_box.json b/v2/rulings/loot_box.json index 3f7c30f77..e0deb0b57 100644 --- a/v2/rulings/loot_box.json +++ b/v2/rulings/loot_box.json @@ -1,9 +1,9 @@ [ { + "answer": "With the recent changes to self-reference templating, “this ice” refers to Loki and Loki will trash itself when the subroutines resolve.", "card_id": "loot_box", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat happens if Loki gains Loot Box’s subroutines and they resolve?", - "answer": "With the recent changes to self-reference templating, “this ice” refers to Loki and Loki will trash itself when the subroutines resolve." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat happens if Loki gains Loot Box’s subroutines and they resolve?" } ] diff --git a/v2/rulings/lucky_charm.json b/v2/rulings/lucky_charm.json index 045eb8952..9c5805a60 100644 --- a/v2/rulings/lucky_charm.json +++ b/v2/rulings/lucky_charm.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Just like with avoiding the tag from Data Raven, the ability only requires the Runner to make a choice. Once the choice is made, whether or not the effect is prevented does not undo or invalidate the choice.\n\nCan the Runner use Lucky Charm to prevent the first subroutine on Fairchild from ending the run if they decline to pay the credits?", "card_id": "lucky_charm", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Runner use Lucky Charm to prevent the “when encountered” ability on Data Raven from ending the run without having to take a tag?", - "answer": "Yes. Just like with avoiding the tag from Data Raven, the ability only requires the Runner to make a choice. Once the choice is made, whether or not the effect is prevented does not undo or invalidate the choice.\n\nCan the Runner use Lucky Charm to prevent the first subroutine on Fairchild from ending the run if they decline to pay the credits?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Runner use Lucky Charm to prevent the “when encountered” ability on Data Raven from ending the run without having to take a tag?" } ] diff --git a/v2/rulings/mache.json b/v2/rulings/mache.json index 594bdbab0..4354d670e 100644 --- a/v2/rulings/mache.json +++ b/v2/rulings/mache.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Mâché triggers when the Runner trashes a card at the time of access.\n\nAudited by NISEI Rules (2022.06).", "card_id": "mache", "date_update": "2022-06-21", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner access a card and then trashes that card later in the turn (e.g. with [Apocalypse](/en/card/09030) or [Political Operative](/en/card/10043)), does Mâché gain power counters?", - "answer": "No. Mâché triggers when the Runner trashes a card at the time of access.\n\nAudited by NISEI Rules (2022.06)." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner access a card and then trashes that card later in the turn (e.g. with [Apocalypse](/en/card/09030) or [Political Operative](/en/card/10043)), does Mâché gain power counters?" } ] diff --git a/v2/rulings/macrophage.json b/v2/rulings/macrophage.json index 59ddb6494..7ce642ad7 100644 --- a/v2/rulings/macrophage.json +++ b/v2/rulings/macrophage.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Subroutines that are not broken must resolve, even if they will not have any direct effect on the game state.", "card_id": "macrophage", "date_update": "2017-04-21", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the first subroutine on Macrophage resolves and the trace is successful, but there are no virus counters hosted on cards and no cards that will be trashed from the purge effect, does the Corp still lose 2 from [Fester](/en/card/06075)?", - "answer": "Yes. Subroutines that are not broken must resolve, even if they will not have any direct effect on the game state." + "question": "####UFAQ [Michael Boggs]\nIf the first subroutine on Macrophage resolves and the trace is successful, but there are no virus counters hosted on cards and no cards that will be trashed from the purge effect, does the Corp still lose 2 from [Fester](/en/card/06075)?" } ] diff --git a/v2/rulings/magnet.json b/v2/rulings/magnet.json index 2a31311d3..af22dabcc 100644 --- a/v2/rulings/magnet.json +++ b/v2/rulings/magnet.json @@ -1,16 +1,16 @@ [ { + "answer": "No, the static ability on [Magnet](https://netrunnerdb.com/en/card/31044) is already active before the conditional ability on [Parasite](https://netrunnerdb.com/en/card/01012) can meet its trigger condition.", "card_id": "magnet", "date_update": "2022-04-24", "nsg_rules_team_verified": false, - "question": "If a [Parasite](https://netrunnerdb.com/en/card/01012) with 3 hosted virus counters is moved to a [Magnet](https://netrunnerdb.com/en/card/31044) when it is rezzed, is [Magnet](https://netrunnerdb.com/en/card/31044) trashed?", - "answer": "No, the static ability on [Magnet](https://netrunnerdb.com/en/card/31044) is already active before the conditional ability on [Parasite](https://netrunnerdb.com/en/card/01012) can meet its trigger condition." + "question": "If a [Parasite](https://netrunnerdb.com/en/card/01012) with 3 hosted virus counters is moved to a [Magnet](https://netrunnerdb.com/en/card/31044) when it is rezzed, is [Magnet](https://netrunnerdb.com/en/card/31044) trashed?" }, { + "answer": "No. Subtypes are not abilities and are not lost because of [Magnet](https://netrunnerdb.com/en/card/31044). All the Caïssa programs require themselves to move to ice not already hosting Caïssa, so the Runner cannot move them to [Magnet](https://netrunnerdb.com/en/card/31044) if one is already hosted.", "card_id": "magnet", "date_update": "2022-04-24", "nsg_rules_team_verified": false, - "question": "Can the Runner host a Caïssa program on a [Magnet](https://netrunnerdb.com/en/card/31044) that is already hosting another Caïssa program?", - "answer": "No. Subtypes are not abilities and are not lost because of [Magnet](https://netrunnerdb.com/en/card/31044). All the Caïssa programs require themselves to move to ice not already hosting Caïssa, so the Runner cannot move them to [Magnet](https://netrunnerdb.com/en/card/31044) if one is already hosted." + "question": "Can the Runner host a Caïssa program on a [Magnet](https://netrunnerdb.com/en/card/31044) that is already hosting another Caïssa program?" } ] diff --git a/v2/rulings/makler.json b/v2/rulings/makler.json index bcf1a3046..e34baf515 100644 --- a/v2/rulings/makler.json +++ b/v2/rulings/makler.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. All that matters for Makler's trigger condition is that all subroutines were broken using only Makler and no other cards.\n\nWhat happens if the encountered ice gains additional subroutines after the Runner uses Makler to break all of the other subroutines?", "card_id": "makler", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes the Runner still gain credits from Makler if another card (like Datasucker) is used during the encounter where all subroutines are broken by Makler?", - "answer": "Yes. All that matters for Makler's trigger condition is that all subroutines were broken using only Makler and no other cards.\n\nWhat happens if the encountered ice gains additional subroutines after the Runner uses Makler to break all of the other subroutines?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes the Runner still gain credits from Makler if another card (like Datasucker) is used during the encounter where all subroutines are broken by Makler?" } ] diff --git a/v2/rulings/malapert_data_vault.json b/v2/rulings/malapert_data_vault.json index f8997f4c4..b65521356 100644 --- a/v2/rulings/malapert_data_vault.json +++ b/v2/rulings/malapert_data_vault.json @@ -1,9 +1,9 @@ [ { + "answer": "This ability meets its trigger condition when the Corp scores an agenda that was in or in the root of the same server as [Malapert Data Vault](/en/card/30066).", "card_id": "malapert_data_vault", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "What does it mean to “score an agenda from this server”?", - "answer": "This ability meets its trigger condition when the Corp scores an agenda that was in or in the root of the same server as [Malapert Data Vault](/en/card/30066)." + "question": "What does it mean to “score an agenda from this server”?" } ] diff --git a/v2/rulings/malia_z0l0k4.json b/v2/rulings/malia_z0l0k4.json index 241689b7e..31bed8b19 100644 --- a/v2/rulings/malia_z0l0k4.json +++ b/v2/rulings/malia_z0l0k4.json @@ -1,9 +1,9 @@ [ { + "answer": "Once Malia is derezzed, its ability is no longer active. When it is rezzed again, only the resource chosen for the most recent trigger is blank.\n\nIf the Corp chooses a resource for Malia that is hosting cards or tokens, what happens to the hosted objects?", "card_id": "malia_z0l0k4", "date_update": "2018-04-06", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nWhat happens if Malia is derezzed and then rezzed again?", - "answer": "Once Malia is derezzed, its ability is no longer active. When it is rezzed again, only the resource chosen for the most recent trigger is blank.\n\nIf the Corp chooses a resource for Malia that is hosting cards or tokens, what happens to the hosted objects?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nWhat happens if Malia is derezzed and then rezzed again?" } ] diff --git a/v2/rulings/mammon.json b/v2/rulings/mammon.json index 5a50cac09..fad41bca6 100644 --- a/v2/rulings/mammon.json +++ b/v2/rulings/mammon.json @@ -1,9 +1,9 @@ [ { + "answer": "No. When the Runner’s turn begins, they can trigger Mammon’s ability first to put power counters on it, then trigger Dr. Lovegood’s ability to blank Mammon’s text box. It is still the Runner’s turn when “turn ends” abilities meet their trigger condition, so Mammon’s text box will still be blank, and the ability that removes the counters won’t meet its trigger condition.", "card_id": "mammon", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Runner uses [Dr. Lovegood](/en/card/09042) to blank the text of Mammon for the remainder of the turn, does Mammon still lose all of its power counters?", - "answer": "No. When the Runner’s turn begins, they can trigger Mammon’s ability first to put power counters on it, then trigger Dr. Lovegood’s ability to blank Mammon’s text box. It is still the Runner’s turn when “turn ends” abilities meet their trigger condition, so Mammon’s text box will still be blank, and the ability that removes the counters won’t meet its trigger condition." + "question": "####UFAQ [Michael Boggs]\nIf the Runner uses [Dr. Lovegood](/en/card/09042) to blank the text of Mammon for the remainder of the turn, does Mammon still lose all of its power counters?" } ] diff --git a/v2/rulings/mandatory_seed_replacement.json b/v2/rulings/mandatory_seed_replacement.json index 44b018b62..03246670e 100644 --- a/v2/rulings/mandatory_seed_replacement.json +++ b/v2/rulings/mandatory_seed_replacement.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The same amount of ice must be protecting each server after the rearrangement as before, and thus no new servers can be created through the rearrangement.", "card_id": "mandatory_seed_replacement", "date_update": "2017-07-21", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhen the Corp scores Mandatory Seed Replacement, can they change the number of ice protecting a server or create new servers with the available ice?", - "answer": "No. The same amount of ice must be protecting each server after the rearrangement as before, and thus no new servers can be created through the rearrangement." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhen the Corp scores Mandatory Seed Replacement, can they change the number of ice protecting a server or create new servers with the available ice?" } ] diff --git a/v2/rulings/manegarm_skunkworks.json b/v2/rulings/manegarm_skunkworks.json index 1d24c73fc..509c71c52 100644 --- a/v2/rulings/manegarm_skunkworks.json +++ b/v2/rulings/manegarm_skunkworks.json @@ -1,16 +1,16 @@ [ { + "answer": "The Runner has an opportunity to jack out after passing the last piece of ice protecting the server. The “last chance” you are looking for is the paid ability window just after this (step 4e).", "card_id": "manegarm_skunkworks", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "When is the Corp’s last chance to rez [Manegarm Skunkworks](/en/card/30042) for its ability to apply to a run?", - "answer": "The Runner has an opportunity to jack out after passing the last piece of ice protecting the server. The “last chance” you are looking for is the paid ability window just after this (step 4e)." + "question": "When is the Corp’s last chance to rez [Manegarm Skunkworks](/en/card/30042) for its ability to apply to a run?" }, { + "answer": "[Manegarm Skunkworks](/en/card/30042) will not affect this run unless it is rezzed in the root of Archives. [Omar Keung](/en/card/11043)’s ability moves the attacked server just before step 5a, which is after the step that can meet [Manegarm Skunkworks](/en/card/30042)’s trigger condition, step 4g.", "card_id": "manegarm_skunkworks", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "What happens if the Runner uses [Omar Keung](/en/card/11043)’s ability to run R&D with [Manegarm Skunkworks](/en/card/30042) rezzed?", - "answer": "[Manegarm Skunkworks](/en/card/30042) will not affect this run unless it is rezzed in the root of Archives. [Omar Keung](/en/card/11043)’s ability moves the attacked server just before step 5a, which is after the step that can meet [Manegarm Skunkworks](/en/card/30042)’s trigger condition, step 4g." + "question": "What happens if the Runner uses [Omar Keung](/en/card/11043)’s ability to run R&D with [Manegarm Skunkworks](/en/card/30042) rezzed?" } ] diff --git a/v2/rulings/manta_grid.json b/v2/rulings/manta_grid.json index 990dabe53..9415929d5 100644 --- a/v2/rulings/manta_grid.json +++ b/v2/rulings/manta_grid.json @@ -1,9 +1,9 @@ [ { + "answer": "The credit amount requirement for Manta Grid’s ability is a part of the trigger condition, so the number of credits the Runner has when the run ends is the amount that is checked. Any changes in credit amount due to other triggered abilities will not stop Manta Grid from triggering.\n\nIf the Runner trashes Manta Grid after the run in which it triggers (e.g. with [Political Operative](/en/card/10043) or on another run), does the Corp still get an additional click on their next turn?", "card_id": "manta_grid", "date_update": "2017-04-18", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Runner would gain enough credits to have more than 6 when the run ends (e.g. through a run initiated by [Dirty Laundry](/en/card/03052) or [High-Stakes Job](/en/card/10004)), does Manta Grid still trigger?", - "answer": "The credit amount requirement for Manta Grid’s ability is a part of the trigger condition, so the number of credits the Runner has when the run ends is the amount that is checked. Any changes in credit amount due to other triggered abilities will not stop Manta Grid from triggering.\n\nIf the Runner trashes Manta Grid after the run in which it triggers (e.g. with [Political Operative](/en/card/10043) or on another run), does the Corp still get an additional click on their next turn?" + "question": "####UFAQ [Michael Boggs]\nIf the Runner would gain enough credits to have more than 6 when the run ends (e.g. through a run initiated by [Dirty Laundry](/en/card/03052) or [High-Stakes Job](/en/card/10004)), does Manta Grid still trigger?" } ] diff --git a/v2/rulings/marathon.json b/v2/rulings/marathon.json index 81569aded..9489cf45b 100644 --- a/v2/rulings/marathon.json +++ b/v2/rulings/marathon.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The restriction on running the server again is independent of the \"if successful\" ability.\n\nIf the Runner is redirected to a different remote server during a Marathon run, do they still gain and add Marathon to their grip if the run is successful against the new server? Which server are they prohibited from running again during that turn?", "card_id": "marathon", "date_update": "2018-03-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 21](http://ancur.wikia.com/wiki/Council_of_the_Crest_UFAQ) [Michael Boggs]\nIf the run initiated with Marathon is unsuccessful, is the Runner still prohibited from running that server again?", - "answer": "Yes. The restriction on running the server again is independent of the \"if successful\" ability.\n\nIf the Runner is redirected to a different remote server during a Marathon run, do they still gain and add Marathon to their grip if the run is successful against the new server? Which server are they prohibited from running again during that turn?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 21](http://ancur.wikia.com/wiki/Council_of_the_Crest_UFAQ) [Michael Boggs]\nIf the run initiated with Marathon is unsuccessful, is the Runner still prohibited from running that server again?" } ] diff --git a/v2/rulings/marilyn_campaign.json b/v2/rulings/marilyn_campaign.json index 98ed69755..e852efca2 100644 --- a/v2/rulings/marilyn_campaign.json +++ b/v2/rulings/marilyn_campaign.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The interrupt ability on [Marilyn Campaign](https://netrunnerdb.com/en/card/31042) is not active while the source card is unrezzed.", "card_id": "marilyn_campaign", "date_update": "2022-04-24", "nsg_rules_team_verified": false, - "question": "If [Marilyn Campaign](https://netrunnerdb.com/en/card/31042) is installed but unrezzed, can the Corp still shuffle it into R&D when it is trashed?", - "answer": "No. The interrupt ability on [Marilyn Campaign](https://netrunnerdb.com/en/card/31042) is not active while the source card is unrezzed." + "question": "If [Marilyn Campaign](https://netrunnerdb.com/en/card/31042) is installed but unrezzed, can the Corp still shuffle it into R&D when it is trashed?" } ] diff --git a/v2/rulings/mass_commercialization.json b/v2/rulings/mass_commercialization.json index 395483e05..39db8be9f 100644 --- a/v2/rulings/mass_commercialization.json +++ b/v2/rulings/mass_commercialization.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "mass_commercialization", "date_update": "2017-06-23", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf [Tennin Institute](/en/card/05003) has placed an advancement token on a Runner card, does that increase the credits gained from Mass Commercialization?", - "answer": "Yes." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf [Tennin Institute](/en/card/05003) has placed an advancement token on a Runner card, does that increase the credits gained from Mass Commercialization?" } ] diff --git a/v2/rulings/mass_driver.json b/v2/rulings/mass_driver.json index e5cb91795..bdc52a735 100644 --- a/v2/rulings/mass_driver.json +++ b/v2/rulings/mass_driver.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nIf the Runner breaks all the subroutines on a piece of ice with Mass-Driver, then breaks one of the first three subroutines on the next ice encountered, does the fourth subroutine on that ice resolve or not?", "card_id": "mass_driver", "date_update": "2017-06-23", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner breaks all the subroutines on a piece of ice with Mass-Driver, can they still break the subroutines on the next piece of ice that would not normally resolve?", - "answer": "Yes.\n\nIf the Runner breaks all the subroutines on a piece of ice with Mass-Driver, then breaks one of the first three subroutines on the next ice encountered, does the fourth subroutine on that ice resolve or not?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner breaks all the subroutines on a piece of ice with Mass-Driver, can they still break the subroutines on the next piece of ice that would not normally resolve?" } ] diff --git a/v2/rulings/masterwork_v37.json b/v2/rulings/masterwork_v37.json index 9405e604f..a39387aa3 100644 --- a/v2/rulings/masterwork_v37.json +++ b/v2/rulings/masterwork_v37.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The two cost modifiers are combined into a net of 0.", "card_id": "masterwork_v37", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Runner use Masterwork (v37) with Az McCaffrey to install a 0 cost piece of hardware when they have no credits?", - "answer": "Yes. The two cost modifiers are combined into a net of 0." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Runner use Masterwork (v37) with Az McCaffrey to install a 0 cost piece of hardware when they have no credits?" } ] diff --git a/v2/rulings/masvingo.json b/v2/rulings/masvingo.json index 5a6cffe45..f6fd93678 100644 --- a/v2/rulings/masvingo.json +++ b/v2/rulings/masvingo.json @@ -1,9 +1,9 @@ [ { + "answer": "No matter how many advancement tokens are on Masvingo, Hernando Cortez does not add any additional cost to rez it. Masvingo's ability is not active until rezzed.", "card_id": "masvingo", "date_update": "2018-05-07", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nWhat is the additional cost to rez Masvingo incurred by [Hernando Cortez](/en/card/11004)?", - "answer": "No matter how many advancement tokens are on Masvingo, Hernando Cortez does not add any additional cost to rez it. Masvingo's ability is not active until rezzed." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nWhat is the additional cost to rez Masvingo incurred by [Hernando Cortez](/en/card/11004)?" } ] diff --git a/v2/rulings/maui.json b/v2/rulings/maui.json index 2d0416736..47bc6f0b2 100644 --- a/v2/rulings/maui.json +++ b/v2/rulings/maui.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The value of X is already greater than 0 when Māui is installed, so credits up to that X value are immediately placed on it.\n\nIf the Corp installs another piece of ice protecting HQ during a run on HQ, does Māui gain an additional credit for use immediately?", "card_id": "maui", "date_update": "2017-06-23", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nDoes the Runner place credits on Māui when they install it if there are pieces of ice currently protecting HQ?", - "answer": "Yes. The value of X is already greater than 0 when Māui is installed, so credits up to that X value are immediately placed on it.\n\nIf the Corp installs another piece of ice protecting HQ during a run on HQ, does Māui gain an additional credit for use immediately?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nDoes the Runner place credits on Māui when they install it if there are pieces of ice currently protecting HQ?" } ] diff --git a/v2/rulings/maw.json b/v2/rulings/maw.json index b4da714b0..7be47439c 100644 --- a/v2/rulings/maw.json +++ b/v2/rulings/maw.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes. The Runner accessed a card but did not steal or trash it.", "card_id": "maw", "date_update": "2018-02-13", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 19](http://ancur.wikia.com/wiki/Sovereign_Sight_UFAQ) [Michael Boggs]\n**Updated** Does Maw trigger if the Runner uses [Salsette Slums](/en/card/10059) to remove an accessed card from the game?", - "answer": "Yes. The Runner accessed a card but did not steal or trash it." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 19](http://ancur.wikia.com/wiki/Sovereign_Sight_UFAQ) [Michael Boggs]\n**Updated** Does Maw trigger if the Runner uses [Salsette Slums](/en/card/10059) to remove an accessed card from the game?" }, { + "answer": "Yes. The Runner accessed a card and did not steal or trash it. Maw's trigger condition can only ever be met after an access ends, so it isn't a condition met by entering the \"accessing a card\" timing structure. Ending the access prematurely with Film Critic won't invalidate its trigger condition.\n\nIf the Runner does not steal or trash the first card they access in HQ, and that card is then randomly selected for Maw's trigger, is the card trashed to Archives faceup or facedown?", "card_id": "maw", "date_update": "2018-02-13", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 13](http://ancur.wikia.com/wiki/Daedalus_Complex_UFAQ) [Michael Boggs]\nIf the first card the Runner accesses not in Archives that they do not steal or trash is an agenda that they host on [Film Critic](/en/card/08086), does Maw trigger?", - "answer": "Yes. The Runner accessed a card and did not steal or trash it. Maw's trigger condition can only ever be met after an access ends, so it isn't a condition met by entering the \"accessing a card\" timing structure. Ending the access prematurely with Film Critic won't invalidate its trigger condition.\n\nIf the Runner does not steal or trash the first card they access in HQ, and that card is then randomly selected for Maw's trigger, is the card trashed to Archives faceup or facedown?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 13](http://ancur.wikia.com/wiki/Daedalus_Complex_UFAQ) [Michael Boggs]\nIf the first card the Runner accesses not in Archives that they do not steal or trash is an agenda that they host on [Film Critic](/en/card/08086), does Maw trigger?" } ] diff --git a/v2/rulings/maxwell_james.json b/v2/rulings/maxwell_james.json index 7e13fb992..99bcbf870 100644 --- a/v2/rulings/maxwell_james.json +++ b/v2/rulings/maxwell_james.json @@ -1,9 +1,9 @@ [ { + "answer": "Maxwell James can be used in any paid ability window during the same turn in which the Runner has made a successful run on HQ. Interpret the card as if it said \"Use this ability only if you made a successful run on HQ during this turn.\"", "card_id": "maxwell_james", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nWhen can the Runner use the ability on Maxwell James?", - "answer": "Maxwell James can be used in any paid ability window during the same turn in which the Runner has made a successful run on HQ. Interpret the card as if it said \"Use this ability only if you made a successful run on HQ during this turn.\"" + "question": "####UFAQ [Michael Boggs]\nWhen can the Runner use the ability on Maxwell James?" } ] diff --git a/v2/rulings/maya.json b/v2/rulings/maya.json index 3159e35bb..72df821f0 100644 --- a/v2/rulings/maya.json +++ b/v2/rulings/maya.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Maya triggers after the access has ended, so the state of the accessed card does not matter for the resolution of Maya's effect.", "card_id": "maya", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan the Runner use Maya to add an accessed card to the bottom of R&D even after trashing it or stealing it?", - "answer": "Yes. Maya triggers after the access has ended, so the state of the accessed card does not matter for the resolution of Maya's effect." + "question": "####UFAQ [Damon Stone]\nCan the Runner use Maya to add an accessed card to the bottom of R&D even after trashing it or stealing it?" } ] diff --git a/v2/rulings/mayfly.json b/v2/rulings/mayfly.json index 64ba34976..ba57642c6 100644 --- a/v2/rulings/mayfly.json +++ b/v2/rulings/mayfly.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Each time [Mayfly](/en/card/30032)’s interface ability resolves, it creates a delayed conditional ability that will wait until the end of the run to trash [Mayfly](/en/card/30032), but extra copies of this ability that try to resolve after [Mayfly](/en/card/30032) is already trashed will simply do nothing.", "card_id": "mayfly", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "Can the Runner use [Mayfly](/en/card/30032) to break more than one subroutine in a run?", - "answer": "Yes. Each time [Mayfly](/en/card/30032)’s interface ability resolves, it creates a delayed conditional ability that will wait until the end of the run to trash [Mayfly](/en/card/30032), but extra copies of this ability that try to resolve after [Mayfly](/en/card/30032) is already trashed will simply do nothing." + "question": "Can the Runner use [Mayfly](/en/card/30032) to break more than one subroutine in a run?" } ] diff --git a/v2/rulings/mca_austerity_policy.json b/v2/rulings/mca_austerity_policy.json index 4e9466f3c..2486cd18e 100644 --- a/v2/rulings/mca_austerity_policy.json +++ b/v2/rulings/mca_austerity_policy.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Only the first ability is limited to once per turn.", "card_id": "mca_austerity_policy", "date_update": "2017-10-17", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp use the second ability on MCA Austerity Policy on the same turn the third power counter is placed on it?", - "answer": "Yes. Only the first ability is limited to once per turn." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp use the second ability on MCA Austerity Policy on the same turn the third power counter is placed on it?" } ] diff --git a/v2/rulings/mca_informant.json b/v2/rulings/mca_informant.json index aa9e67ea5..3c5fcae0e 100644 --- a/v2/rulings/mca_informant.json +++ b/v2/rulings/mca_informant.json @@ -1,16 +1,16 @@ [ { + "answer": "Immediately after the operation resolves and is trashed from playing it, \"after you resolve this operation\" triggers meet their trigger condition. Ending the action phase then advances the game to the discard phase. This skips the paid ability window that would normally follow the end of an action, ceases the resolution of any other pending abilities or effects, and invalidates any conditional abilities. If the operation was played as part of a card ability, any remaining effects from that card ability immediately stop resolving as well.\n\nIf the Corp plays MCA Informant as the first operation for [Subcontract](/en/card/10113), what happens?", "card_id": "mca_informant", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nHow does \"After you resolve this operation, end your action phase.\" on terminal operations like MCA Informant work?", - "answer": "Immediately after the operation resolves and is trashed from playing it, \"after you resolve this operation\" triggers meet their trigger condition. Ending the action phase then advances the game to the discard phase. This skips the paid ability window that would normally follow the end of an action, ceases the resolution of any other pending abilities or effects, and invalidates any conditional abilities. If the operation was played as part of a card ability, any remaining effects from that card ability immediately stop resolving as well.\n\nIf the Corp plays MCA Informant as the first operation for [Subcontract](/en/card/10113), what happens?" + "question": "####UFAQ [Damon Stone]\nHow does \"After you resolve this operation, end your action phase.\" on terminal operations like MCA Informant work?" }, { + "answer": "No. The Runner is considered to have an additional tag, but it cannot be manipulated by card abilities.", "card_id": "mca_informant", "date_update": "2023-01-09", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nWhile MCA Informant is installed as a condition counter, can the tag be removed if the Runner has no tag tokens?", - "answer": "No. The Runner is considered to have an additional tag, but it cannot be manipulated by card abilities." + "question": "####UFAQ [Michael Boggs]\nWhile MCA Informant is installed as a condition counter, can the tag be removed if the Runner has no tag tokens?" } ] diff --git a/v2/rulings/megaprix_qualifier.json b/v2/rulings/megaprix_qualifier.json index 29ebf7970..76e948d12 100644 --- a/v2/rulings/megaprix_qualifier.json +++ b/v2/rulings/megaprix_qualifier.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Megaprix Qualifier's ability is only active in the Corp's score area, so it keeps its printed agenda point value in the Runner's score area.\n\nIf the Corp scores Bifrost Array while there is a copy of Megaprix Qualifier in their score area, can they trigger Megaprix Qualifier's ability and put an agenda counter on it?", "card_id": "megaprix_qualifier", "date_update": "2020-04-10", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf a copy of Megaprix Qualifier in the Runner's score area has a hosted agenda counter, is it worth an extra agenda point?", - "answer": "No. Megaprix Qualifier's ability is only active in the Corp's score area, so it keeps its printed agenda point value in the Runner's score area.\n\nIf the Corp scores Bifrost Array while there is a copy of Megaprix Qualifier in their score area, can they trigger Megaprix Qualifier's ability and put an agenda counter on it?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf a copy of Megaprix Qualifier in the Runner's score area has a hosted agenda counter, is it worth an extra agenda point?" } ] diff --git a/v2/rulings/merger.json b/v2/rulings/merger.json index d79d6dda0..176a2f964 100644 --- a/v2/rulings/merger.json +++ b/v2/rulings/merger.json @@ -1,9 +1,9 @@ [ { + "answer": "The game ends in a tie.", "card_id": "merger", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf both players have 6 agenda points, what happens when the Corp plays [Exchange of Information](/en/card/10092) and swaps a scored Merger with a stolen [Global Food Initiative](/en/card/09026)?", - "answer": "The game ends in a tie." + "question": "####UFAQ [Damon Stone]\nIf both players have 6 agenda points, what happens when the Corp plays [Exchange of Information](/en/card/10092) and swaps a scored Merger with a stolen [Global Food Initiative](/en/card/09026)?" } ] diff --git a/v2/rulings/meridian.json b/v2/rulings/meridian.json index db6bdfd17..267f66063 100644 --- a/v2/rulings/meridian.json +++ b/v2/rulings/meridian.json @@ -1,16 +1,16 @@ [ { + "answer": "No.\n\nIf Meridian is hosting a [Sub Boost](/en/card/07025) when the Runner chooses to add Meridian to their score area, does the run still end?", "card_id": "meridian", "date_update": "2022-07-08", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner takes Meridian as a -1 point agenda, does the Corp still gain 4?", - "answer": "No.\n\nIf Meridian is hosting a [Sub Boost](/en/card/07025) when the Runner chooses to add Meridian to their score area, does the run still end?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner takes Meridian as a -1 point agenda, does the Corp still gain 4?" }, { + "answer": "Because of the text update to Meridian to remove the self-reference, the subroutine resolves as normal. The Runner can add Loki to their score area; if they don't the run ends and the Corp gains 4.\n\nUpdated (2022.07).", "card_id": "meridian", "date_update": "2022-07-08", "nsg_rules_team_verified": true, - "question": "####[NISEI](http://nisei.net) [NISEI Rules Team Update]\nWhat happens if the Corp uses [Loki](/en/card/12069) to copy Meridian's subroutine?", - "answer": "Because of the text update to Meridian to remove the self-reference, the subroutine resolves as normal. The Runner can add Loki to their score area; if they don't the run ends and the Corp gains 4.\n\nUpdated (2022.07)." + "question": "####[NISEI](http://nisei.net) [NISEI Rules Team Update]\nWhat happens if the Corp uses [Loki](/en/card/12069) to copy Meridian's subroutine?" } ] diff --git a/v2/rulings/mestnichestvo.json b/v2/rulings/mestnichestvo.json index f7be84787..45dcdbbd0 100644 --- a/v2/rulings/mestnichestvo.json +++ b/v2/rulings/mestnichestvo.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The ability on [Weyland Consortium: Builder of Nations](https://netrunnerdb.com/en/card/11038) triggers when an encounter with an advanced piece of ice ends. The game checks if the ice is advanced at the end of the encounter.", "card_id": "mestnichestvo", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "If the Runner encounters [Mestnichestvo](https://netrunnerdb.com/en/card/33053) with 1 hosted advancement counter, which is spent to make the Runner lose 3, will [Weyland Consortium: Builder of Nations](https://netrunnerdb.com/en/card/11038) trigger at the end of the encounter?", - "answer": "No. The ability on [Weyland Consortium: Builder of Nations](https://netrunnerdb.com/en/card/11038) triggers when an encounter with an advanced piece of ice ends. The game checks if the ice is advanced at the end of the encounter." + "question": "If the Runner encounters [Mestnichestvo](https://netrunnerdb.com/en/card/33053) with 1 hosted advancement counter, which is spent to make the Runner lose 3, will [Weyland Consortium: Builder of Nations](https://netrunnerdb.com/en/card/11038) trigger at the end of the encounter?" } ] diff --git a/v2/rulings/metamorph.json b/v2/rulings/metamorph.json index b1a6a6cc0..c9cd64dbd 100644 --- a/v2/rulings/metamorph.json +++ b/v2/rulings/metamorph.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. These restriction apply at the time they are installed and do not affect the card once installed.\n\nCan the Corp use Metamorph to swap an extra **region**, asset, or agenda into a server?", "card_id": "metamorph", "date_update": "2017-07-21", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp use Metamorph to swap a card with an installation restriction like [Bamboo Dome](/en/card/12053) (install only in the root of R&D) to a different server?", - "answer": "Yes. These restriction apply at the time they are installed and do not affect the card once installed.\n\nCan the Corp use Metamorph to swap an extra **region**, asset, or agenda into a server?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp use Metamorph to swap a card with an installation restriction like [Bamboo Dome](/en/card/12053) (install only in the root of R&D) to a different server?" } ] diff --git a/v2/rulings/mganga.json b/v2/rulings/mganga.json index 751826324..f1bf8e4fc 100644 --- a/v2/rulings/mganga.json +++ b/v2/rulings/mganga.json @@ -1,9 +1,9 @@ [ { + "answer": "Both.", "card_id": "mganga", "date_update": "2017-12-29", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIs Mganga trashed when the Corp and the Runner spend the same number of credits or a different number of credits?", - "answer": "Both." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIs Mganga trashed when the Corp and the Runner spend the same number of credits or a different number of credits?" } ] diff --git a/v2/rulings/midnight_3_arcology.json b/v2/rulings/midnight_3_arcology.json index d9ce481b3..0753782ae 100644 --- a/v2/rulings/midnight_3_arcology.json +++ b/v2/rulings/midnight_3_arcology.json @@ -1,9 +1,9 @@ [ { + "answer": "You will not discard cards due to exceeding your maximum hand size this turn.", "card_id": "midnight_3_arcology", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "What does “skip your discard step this turn” mean?", - "answer": "You will not discard cards due to exceeding your maximum hand size this turn." + "question": "What does “skip your discard step this turn” mean?" } ] diff --git a/v2/rulings/mind_game.json b/v2/rulings/mind_game.json index 89e0a4926..dd72fd35a 100644 --- a/v2/rulings/mind_game.json +++ b/v2/rulings/mind_game.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner can jack out before encountering ice on the new server, as long as they add 1 installed card to the bottom of the stack. The choice to jack out from a run is during the approach to a piece of ice, and the restriction from jacking out on a run only applies to the first piece of ice approached during a run, not the outermost ice of any server.\n\nWhat happens if the subroutine on [Wormhole](/en/card/07013) resolves the one on Mind Game?", "card_id": "mind_game", "date_update": "2017-04-18", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf there is ice protecting the server chosen for Mind Game, can the Runner jack out before encountering the outermost piece of ice on that server, or must they encounter it first?", - "answer": "The Runner can jack out before encountering ice on the new server, as long as they add 1 installed card to the bottom of the stack. The choice to jack out from a run is during the approach to a piece of ice, and the restriction from jacking out on a run only applies to the first piece of ice approached during a run, not the outermost ice of any server.\n\nWhat happens if the subroutine on [Wormhole](/en/card/07013) resolves the one on Mind Game?" + "question": "####UFAQ [Michael Boggs]\nIf there is ice protecting the server chosen for Mind Game, can the Runner jack out before encountering the outermost piece of ice on that server, or must they encounter it first?" } ] diff --git a/v2/rulings/minds_eye.json b/v2/rulings/minds_eye.json index a009a3bf8..5a8aad003 100644 --- a/v2/rulings/minds_eye.json +++ b/v2/rulings/minds_eye.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Mind's Eye resolves the steps of the Timing Structure of Breaching a Server (section 11.4) as if the Runner had just made a successful run on R&D, including applying effects that modify accessing cards from R&D and setting the number of cards to access. However, you cannot access upgrades installed in the root of R&D with Mind's Eye, nor can you apply effects like The Turning Wheel that depend on a run being in progress.\n\nUpdated (2022.06).", "card_id": "minds_eye", "date_update": "2022-06-21", "nsg_rules_team_verified": true, - "question": "####[NISEI](http://nisei.net) [NISEI Rules Team Update]\nCan the access from Mind's Eye be augmented with additional accesses from cards like [Akiko Nisei](/en/card/22015), [Nyashia](/en/card/21067), and [eXer](/en/card/21041)?", - "answer": "Yes. Mind's Eye resolves the steps of the Timing Structure of Breaching a Server (section 11.4) as if the Runner had just made a successful run on R&D, including applying effects that modify accessing cards from R&D and setting the number of cards to access. However, you cannot access upgrades installed in the root of R&D with Mind's Eye, nor can you apply effects like The Turning Wheel that depend on a run being in progress.\n\nUpdated (2022.06)." + "question": "####[NISEI](http://nisei.net) [NISEI Rules Team Update]\nCan the access from Mind's Eye be augmented with additional accesses from cards like [Akiko Nisei](/en/card/22015), [Nyashia](/en/card/21067), and [eXer](/en/card/21041)?" } ] diff --git a/v2/rulings/mining_accident.json b/v2/rulings/mining_accident.json index dcecd2ac3..b7d101326 100644 --- a/v2/rulings/mining_accident.json +++ b/v2/rulings/mining_accident.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "mining_accident", "date_update": "2017-10-17", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Corp has less than 5 when the Runner plays Mining Accident, must they take the bad publicity?", - "answer": "Yes." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Corp has less than 5 when the Runner plays Mining Accident, must they take the bad publicity?" } ] diff --git a/v2/rulings/miraju.json b/v2/rulings/miraju.json index 382e99e95..f4f1acabc 100644 --- a/v2/rulings/miraju.json +++ b/v2/rulings/miraju.json @@ -1,9 +1,9 @@ [ { + "answer": "When the Runner reaches step 4 of the run and would pass Mirāju, if they broke the printed subroutine they instead run on Archives and the Corp derezzes Mirāju.\n\nWhen the subroutine on Mirāju resolves, does the Corp have to draw a card in order to shuffle a card from HQ into R&D?", "card_id": "miraju", "date_update": "2017-06-23", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhen does Mirāju's effect resolve? Does the Runner start running on Archives immediately upon breaking Mirāju's subroutine?", - "answer": "When the Runner reaches step 4 of the run and would pass Mirāju, if they broke the printed subroutine they instead run on Archives and the Corp derezzes Mirāju.\n\nWhen the subroutine on Mirāju resolves, does the Corp have to draw a card in order to shuffle a card from HQ into R&D?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhen does Mirāju's effect resolve? Does the Runner start running on Archives immediately upon breaking Mirāju's subroutine?" } ] diff --git a/v2/rulings/mirror.json b/v2/rulings/mirror.json index bb4fdc0f7..17e33100f 100644 --- a/v2/rulings/mirror.json +++ b/v2/rulings/mirror.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Recurring credits can only be replaced up to the value shown on the card, never over it.\n\nCan the Runner use Mirror's ability to replace a spent recurring credit on [Whizzard: Master Gamer](/en/card/02001)?", "card_id": "mirror", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the number of recurring credits available on [Pheromones](/en/card/02086) has decreased (e.g. from the Corp using [Cyberdex Virus Suite](/en/card/07027) during the run on R&D), can the Runner still use Mirror to replace a recurring credit if the number of credits still hosted on Pheromones is greater than or equal the number of virus counters?", - "answer": "No. Recurring credits can only be replaced up to the value shown on the card, never over it.\n\nCan the Runner use Mirror's ability to replace a spent recurring credit on [Whizzard: Master Gamer](/en/card/02001)?" + "question": "####UFAQ [Damon Stone]\nIf the number of recurring credits available on [Pheromones](/en/card/02086) has decreased (e.g. from the Corp using [Cyberdex Virus Suite](/en/card/07027) during the run on R&D), can the Runner still use Mirror to replace a recurring credit if the number of credits still hosted on Pheromones is greater than or equal the number of virus counters?" } ] diff --git a/v2/rulings/mirrormorph_endless_iteration.json b/v2/rulings/mirrormorph_endless_iteration.json index b24fb7710..c1b52779c 100644 --- a/v2/rulings/mirrormorph_endless_iteration.json +++ b/v2/rulings/mirrormorph_endless_iteration.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Playing an operation is not normally considered complete until step 8.6.11, after the “after you resolve” ability from the Terminal ends the action phase. If Mirrormorph were already pending at that time, it would be cancelled as per rule 5.4.3b, but it only meets its trigger condition at the next checkpoint after that (5.4.3d). Therefore Mirrormorph’s ability is the very next thing to happen after the action phase is ended.", "card_id": "mirrormorph_endless_iteration", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Corp is playing Mirrormorph and the third action they take on their turn is to play a Terminal operation, do they get a bonus action?", - "answer": "Yes. Playing an operation is not normally considered complete until step 8.6.11, after the “after you resolve” ability from the Terminal ends the action phase. If Mirrormorph were already pending at that time, it would be cancelled as per rule 5.4.3b, but it only meets its trigger condition at the next checkpoint after that (5.4.3d). Therefore Mirrormorph’s ability is the very next thing to happen after the action phase is ended." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Corp is playing Mirrormorph and the third action they take on their turn is to play a Terminal operation, do they get a bonus action?" } ] diff --git a/v2/rulings/mitosis.json b/v2/rulings/mitosis.json index e0ee9edd4..a06acdf47 100644 --- a/v2/rulings/mitosis.json +++ b/v2/rulings/mitosis.json @@ -1,10 +1,10 @@ [ { + "answer": "Yes. The Corp must have at least 1 card in HQ that could be installed in order to play [Mitosis](https://netrunnerdb.com/en/card/33046), but once they are resolving the operation, they can choose not to install any cards.", "card_id": "mitosis", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "Can the Corp play [Mitosis](https://netrunnerdb.com/en/card/33046) but install 0 cards?", - "answer": "Yes. The Corp must have at least 1 card in HQ that could be installed in order to play [Mitosis](https://netrunnerdb.com/en/card/33046), but once they are resolving the operation, they can choose not to install any cards." + "question": "Can the Corp play [Mitosis](https://netrunnerdb.com/en/card/33046) but install 0 cards?" }, { "card_id": "mitosis", @@ -13,10 +13,10 @@ "text_ruling": "Can the Corp rez cards installed with [Mitosis](https://netrunnerdb.com/en/card/33046) on the Runner’s immediately following turn?\nYes." }, { + "answer": "Each card installed with [Mitosis](https://netrunnerdb.com/en/card/33046) must create a new server. The two cards cannot be installed to the same server as each other or to any other server that already exists.", "card_id": "mitosis", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "What does “creating a new remote server each time” mean?", - "answer": "Each card installed with [Mitosis](https://netrunnerdb.com/en/card/33046) must create a new server. The two cards cannot be installed to the same server as each other or to any other server that already exists." + "question": "What does “creating a new remote server each time” mean?" } ] diff --git a/v2/rulings/mlinzi.json b/v2/rulings/mlinzi.json index 4c6882324..720a91171 100644 --- a/v2/rulings/mlinzi.json +++ b/v2/rulings/mlinzi.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Runner must be able to pay the full cost in cards trashed in order to not suffer the net damage. (This reverses a previous ruling, which did not consider Mlinzi’s effects using the rules for costs. Since rule 1.15.1c now makes clear that trashing cards from the stack in Mlinzi’s subroutines is a cost, those rules should be applied.)", "card_id": "mlinzi", "date_update": "2019-04-26", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes) [NISEI Rules Team]\nIf the Runner has fewer cards in their stack than required to trash by a subroutine on Mlinzi, can they still choose to trash the top cards of the stack to not suffer the net damage?", - "answer": "No. The Runner must be able to pay the full cost in cards trashed in order to not suffer the net damage. (This reverses a previous ruling, which did not consider Mlinzi’s effects using the rules for costs. Since rule 1.15.1c now makes clear that trashing cards from the stack in Mlinzi’s subroutines is a cost, those rules should be applied.)" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes) [NISEI Rules Team]\nIf the Runner has fewer cards in their stack than required to trash by a subroutine on Mlinzi, can they still choose to trash the top cards of the stack to not suffer the net damage?" } ] diff --git a/v2/rulings/mobius.json b/v2/rulings/mobius.json index 3d8b02b27..690a6a9be 100644 --- a/v2/rulings/mobius.json +++ b/v2/rulings/mobius.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner gains 4 from Möbius as soon as the second run is considered to be successful.", "card_id": "mobius", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nWhen does the Runner gain credits from Möbius?", - "answer": "The Runner gains 4 from Möbius as soon as the second run is considered to be successful." + "question": "####UFAQ [Michael Boggs]\nWhen does the Runner gain credits from Möbius?" } ] diff --git a/v2/rulings/mongoose.json b/v2/rulings/mongoose.json index f2c627a40..9106419ba 100644 --- a/v2/rulings/mongoose.json +++ b/v2/rulings/mongoose.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. It is the same copy of the ice, so the Runner can break subroutines on it.", "card_id": "mongoose", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner uses Mongoose to break subroutines on a piece of ice, and then that ice is encountered a second time during the run (through [Cell Portal](/en/card/01074) or The [The Twins](/en/card/07024), for example) can the Runner still break its subroutines with Mongoose?", - "answer": "Yes. It is the same copy of the ice, so the Runner can break subroutines on it." + "question": "####UFAQ [Damon Stone]\nIf the Runner uses Mongoose to break subroutines on a piece of ice, and then that ice is encountered a second time during the run (through [Cell Portal](/en/card/01074) or The [The Twins](/en/card/07024), for example) can the Runner still break its subroutines with Mongoose?" } ] diff --git a/v2/rulings/moon_pool.json b/v2/rulings/moon_pool.json index 642e204bc..68450b2f2 100644 --- a/v2/rulings/moon_pool.json +++ b/v2/rulings/moon_pool.json @@ -6,10 +6,10 @@ "text_ruling": "> Can the Corp use [Regensis](https://netrunnerdb.com/en/card/33040)’s ability after using [Moon Pool](https://netrunnerdb.com/en/card/33042)?\nIf the Corp uses [Moon Pool](https://netrunnerdb.com/en/card/33042) on their turn and does not trash any cards from HQ with its ability, they can still meet the condition on [Regenesis](https://netrunnerdb.com/en/card/33040). [Moon Pool](https://netrunnerdb.com/en/card/33042) itself is removed from the game by its ability, so it never enters Archives." }, { + "answer": "Yes.", "card_id": "moon_pool", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "If the Corp shuffles 0 cards into R&D with [Moon Pool](https://netrunnerdb.com/en/card/33042), do they shuffle R&D?", - "answer": "Yes." + "question": "If the Corp shuffles 0 cards into R&D with [Moon Pool](https://netrunnerdb.com/en/card/33042), do they shuffle R&D?" } ] diff --git a/v2/rulings/moshing.json b/v2/rulings/moshing.json index 32de8563d..f9cc35753 100644 --- a/v2/rulings/moshing.json +++ b/v2/rulings/moshing.json @@ -1,9 +1,9 @@ [ { + "answer": "No. An event is placed into the play area before its play cost is paid, so it is not a card in the grip at the time 3 cards need to be trashed.", "card_id": "moshing", "date_update": "2020-02-19", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Runner trash Moshing itself as one of the 3 cards trashed for its additional cost?", - "answer": "No. An event is placed into the play area before its play cost is paid, so it is not a card in the grip at the time 3 cards need to be trashed." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Runner trash Moshing itself as one of the 3 cards trashed for its additional cost?" } ] diff --git a/v2/rulings/mti_mwekundu_life_improved.json b/v2/rulings/mti_mwekundu_life_improved.json index 316d16b97..2fdf7b53e 100644 --- a/v2/rulings/mti_mwekundu_life_improved.json +++ b/v2/rulings/mti_mwekundu_life_improved.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nDoes installing a piece of ice with Mti Mwekundu cause [K. P. Lynn](/en/card/13052) to trigger twice during a single run?", "card_id": "mti_mwekundu_life_improved", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nWhen the Corp installs a piece of ice with Mti Mwekundu, can they trash other ice protecting the server?", - "answer": "Yes.\n\nDoes installing a piece of ice with Mti Mwekundu cause [K. P. Lynn](/en/card/13052) to trigger twice during a single run?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nWhen the Corp installs a piece of ice with Mti Mwekundu, can they trash other ice protecting the server?" } ] diff --git a/v2/rulings/mu_safecracker.json b/v2/rulings/mu_safecracker.json index d8eb51658..d1675420b 100644 --- a/v2/rulings/mu_safecracker.json +++ b/v2/rulings/mu_safecracker.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Only one instance of a conditional ability becomes pending for each time the trigger condition is met. The Runner will only have 1 opportunity each run to trigger the pending ability and pay 1[c] to access 1 additional card from HQ.", "card_id": "mu_safecracker", "date_update": "2021-10-05", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Runner spend 2[c] from stealth cards to access 2 additional cards from HQ with Mu Safecracker?", - "answer": "No. Only one instance of a conditional ability becomes pending for each time the trigger condition is met. The Runner will only have 1 opportunity each run to trigger the pending ability and pay 1[c] to access 1 additional card from HQ." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan the Runner spend 2[c] from stealth cards to access 2 additional cards from HQ with Mu Safecracker?" } ] diff --git a/v2/rulings/mumba_temple.json b/v2/rulings/mumba_temple.json index 9a2241fc3..64600d93b 100644 --- a/v2/rulings/mumba_temple.json +++ b/v2/rulings/mumba_temple.json @@ -6,10 +6,10 @@ "text_ruling": "NAPD Most Wanted List - Level 1: Each copy of this card costs 1 universal influence, which is separate & in addition to the normal printed influence, and counts against all Identities influence limits, even those in the same faction. [MWL v1.2]" }, { + "answer": "No. It is assumed that the Corp's deck is legal, and the influence value on the card is irrelevant for the purposes of gameplay.\n\nWhat happens if the Corp no longer has enough cards in their deck to satisfy the Alliance requirement for a card due to cards being removed from the game?", "card_id": "mumba_temple", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?", - "answer": "No. It is assumed that the Corp's deck is legal, and the influence value on the card is irrelevant for the purposes of gameplay.\n\nWhat happens if the Corp no longer has enough cards in their deck to satisfy the Alliance requirement for a card due to cards being removed from the game?" + "question": "####UFAQ [Damon Stone]\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?" } ] diff --git a/v2/rulings/mumbad_city_grid.json b/v2/rulings/mumbad_city_grid.json index c6763a132..f4f961d9e 100644 --- a/v2/rulings/mumbad_city_grid.json +++ b/v2/rulings/mumbad_city_grid.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Runner is no longer passing that Wall of Static, so Mumbad City Grid's trigger condition has expired.\n\nIf a passed piece of ice protecting a server with Mumbad City Grid is uninstalled (e.g. [Paper Wall](/en/card/04059), or via a card effect like [False Echo](/en/card/04007)), what happens?", "card_id": "mumbad_city_grid", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nThe Runner passes a [Wall of Static](/en/card/01113) and uses [Copycat](/en/card/04025) to bounce to another Wall of Static on a different server. Can the Corp still use Mumbad City Grid to swap the original Wall of Static with another piece of ice protecting the original server?", - "answer": "No. The Runner is no longer passing that Wall of Static, so Mumbad City Grid's trigger condition has expired.\n\nIf a passed piece of ice protecting a server with Mumbad City Grid is uninstalled (e.g. [Paper Wall](/en/card/04059), or via a card effect like [False Echo](/en/card/04007)), what happens?" + "question": "####UFAQ [Damon Stone]\nThe Runner passes a [Wall of Static](/en/card/01113) and uses [Copycat](/en/card/04025) to bounce to another Wall of Static on a different server. Can the Corp still use Mumbad City Grid to swap the original Wall of Static with another piece of ice protecting the original server?" } ] diff --git a/v2/rulings/mumbad_city_hall.json b/v2/rulings/mumbad_city_hall.json index 667a50e42..11a7a9ecb 100644 --- a/v2/rulings/mumbad_city_hall.json +++ b/v2/rulings/mumbad_city_hall.json @@ -6,10 +6,10 @@ "text_ruling": "####MWL [Update v1.2]\nNAPD Most Wanted List - **Level 1**: Each copy of this card costs 1 universal influence, which is separate & in addition to the normal printed influence, and counts against all Identities influence limits, even those in the same faction." }, { + "answer": "Yes, whether the last card is an alliance card or not. Since R&D is a hidden zone, the game doesn’t check whether the last card in R&D might meet the criteria for the search when determining if Mumbad City Hall’s ability has the potential to change the game state.\n\nCan the Corp use Mumbad City Hall when R&D is empty?", "card_id": "mumbad_city_hall", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan the Corp use Mumbad City Hall when there is only one card in R&D? Does it matter if that card is an alliance card?", - "answer": "Yes, whether the last card is an alliance card or not. Since R&D is a hidden zone, the game doesn’t check whether the last card in R&D might meet the criteria for the search when determining if Mumbad City Hall’s ability has the potential to change the game state.\n\nCan the Corp use Mumbad City Hall when R&D is empty?" + "question": "####UFAQ [Damon Stone]\nCan the Corp use Mumbad City Hall when there is only one card in R&D? Does it matter if that card is an alliance card?" } ] diff --git a/v2/rulings/mumbad_construction_co.json b/v2/rulings/mumbad_construction_co.json index c9a27a5db..597820092 100644 --- a/v2/rulings/mumbad_construction_co.json +++ b/v2/rulings/mumbad_construction_co.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Neither placing nor moving advancement tokens is considered the same as advancing a card.", "card_id": "mumbad_construction_co", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nDoes moving an advancement token from Mumbad Construction Co. to a public agenda trigger its ability?", - "answer": "No. Neither placing nor moving advancement tokens is considered the same as advancing a card." + "question": "####UFAQ [Damon Stone]\nDoes moving an advancement token from Mumbad Construction Co. to a public agenda trigger its ability?" } ] diff --git a/v2/rulings/mumbad_virtual_tour.json b/v2/rulings/mumbad_virtual_tour.json index 94dfe2dfe..bc99afe6d 100644 --- a/v2/rulings/mumbad_virtual_tour.json +++ b/v2/rulings/mumbad_virtual_tour.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The Runner is able to trash Mumbad Virtual Tour, so they must do so.\n\nIf the Runner has only 2 but a full [Ghost Runner](/en/card/06040) installed, is the Runner forced to spend the credits from Ghost Runner to trash Mumbad Virtual Tour?", "card_id": "mumbad_virtual_tour", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner does not have 5 but has an installed [Imp](/en/card/02003) that they haven’t used yet, is the Runner forced to use the Imp to trash Mumbad Virtual Tour?", - "answer": "Yes. The Runner is able to trash Mumbad Virtual Tour, so they must do so.\n\nIf the Runner has only 2 but a full [Ghost Runner](/en/card/06040) installed, is the Runner forced to spend the credits from Ghost Runner to trash Mumbad Virtual Tour?" + "question": "####UFAQ [Damon Stone]\nIf the Runner does not have 5 but has an installed [Imp](/en/card/02003) that they haven’t used yet, is the Runner forced to use the Imp to trash Mumbad Virtual Tour?" } ] diff --git a/v2/rulings/museum_of_history.json b/v2/rulings/museum_of_history.json index efc8c1b50..1340b5f11 100644 --- a/v2/rulings/museum_of_history.json +++ b/v2/rulings/museum_of_history.json @@ -1,9 +1,9 @@ [ { + "answer": "No. It is assumed that the Corp's deck is legal, and the influence value on the card is irrelevant for the purposes of gameplay.\n\nWhat happens if the Corp no longer has enough cards in their deck to satisfy the Alliance requirement for a card due to cards being removed from the game?", "card_id": "museum_of_history", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?", - "answer": "No. It is assumed that the Corp's deck is legal, and the influence value on the card is irrelevant for the purposes of gameplay.\n\nWhat happens if the Corp no longer has enough cards in their deck to satisfy the Alliance requirement for a card due to cards being removed from the game?" + "question": "####UFAQ [Damon Stone]\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?" } ] diff --git a/v2/rulings/mwanza_city_grid.json b/v2/rulings/mwanza_city_grid.json index e2fa73be6..93a2c0dc8 100644 --- a/v2/rulings/mwanza_city_grid.json +++ b/v2/rulings/mwanza_city_grid.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The trashed cards were still accessed, even though they are no longer in the server.\n\nCan Mwanza City Grid count as one of the additional cards I need to access from R&D because of its ability?", "card_id": "mwanza_city_grid", "date_update": "2019-01-07", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nIf the Runner trashes any of the accessed cards, does the Corp still gain 2 for each of the trashed cards?", - "answer": "Yes. The trashed cards were still accessed, even though they are no longer in the server.\n\nCan Mwanza City Grid count as one of the additional cards I need to access from R&D because of its ability?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nIf the Runner trashes any of the accessed cards, does the Corp still gain 2 for each of the trashed cards?" } ] diff --git a/v2/rulings/mystic_maemi.json b/v2/rulings/mystic_maemi.json index 72b0762eb..639a50625 100644 --- a/v2/rulings/mystic_maemi.json +++ b/v2/rulings/mystic_maemi.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes. District 99's trigger condition looks for cards trashed from any location.\n\nCan the Runner play Isolation by spending credits from Mystic Maemi to pay the play cost and trashing Mystic Maemi to pay the additional cost?", "card_id": "mystic_maemi", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf Mystic Maemi's last ability trashes a program or hardware from the Runner's grip, does District 99 get a counter?", - "answer": "Yes. District 99's trigger condition looks for cards trashed from any location.\n\nCan the Runner play Isolation by spending credits from Mystic Maemi to pay the play cost and trashing Mystic Maemi to pay the additional cost?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf Mystic Maemi's last ability trashes a program or hardware from the Runner's grip, does District 99 get a counter?" }, { + "answer": "No. Conditional abilities must be active at the time their trigger condition is met in order to resolve. [Mystic Maemi](/en/card/26072) was not installed until after the agenda was stolen, so the Runner cannot trigger its ability at that time.", "card_id": "mystic_maemi", "date_update": "2021-10-10", "nsg_rules_team_verified": false, - "question": "If the Corp scores an agenda, and the Runner uses [Pantograph](/en/card/30023) to install [Mystic Maemi](/en/card/26072), does the Runner put a credit on [Mystic Maemi](/en/card/26072)?", - "answer": "No. Conditional abilities must be active at the time their trigger condition is met in order to resolve. [Mystic Maemi](/en/card/26072) was not installed until after the agenda was stolen, so the Runner cannot trigger its ability at that time." + "question": "If the Corp scores an agenda, and the Runner uses [Pantograph](/en/card/30023) to install [Mystic Maemi](/en/card/26072), does the Runner put a credit on [Mystic Maemi](/en/card/26072)?" } ] diff --git a/v2/rulings/nanoetching_matrix.json b/v2/rulings/nanoetching_matrix.json index 5c3426dcb..8202aaec7 100644 --- a/v2/rulings/nanoetching_matrix.json +++ b/v2/rulings/nanoetching_matrix.json @@ -1,9 +1,9 @@ [ { + "answer": "No.", "card_id": "nanoetching_matrix", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nDoes Nanoetching Matrix’s last ability trigger when it’s unrezzed or not installed?", - "answer": "No." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nDoes Nanoetching Matrix’s last ability trigger when it’s unrezzed or not installed?" } ] diff --git a/v2/rulings/napd_cordon.json b/v2/rulings/napd_cordon.json index b2d33d5c0..b84ca8b77 100644 --- a/v2/rulings/napd_cordon.json +++ b/v2/rulings/napd_cordon.json @@ -1,9 +1,9 @@ [ { + "answer": "The Corp can trigger GameNET only once. The Runner pays an additional cost of 8[c] due to NAPD Cordon and an additional cost of 5[c] due to Bellona, but the Runner pays both costs simultaneously for a total of 13[c]. Since the total cost to steal Bellona is paid all at once, Corp card abilities caused the Runner to spend credits only 1 time.", "card_id": "napd_cordon", "date_update": "2020-04-23", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner steals Bellona with 2 advancement counters on it while NAPD Cordon is active, how many different costs do they pay? How many times can the Corp trigger GameNET?", - "answer": "The Corp can trigger GameNET only once. The Runner pays an additional cost of 8[c] due to NAPD Cordon and an additional cost of 5[c] due to Bellona, but the Runner pays both costs simultaneously for a total of 13[c]. Since the total cost to steal Bellona is paid all at once, Corp card abilities caused the Runner to spend credits only 1 time." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner steals Bellona with 2 advancement counters on it while NAPD Cordon is active, how many different costs do they pay? How many times can the Corp trigger GameNET?" } ] diff --git a/v2/rulings/nasx.json b/v2/rulings/nasx.json index 9989efa9f..33c12bee8 100644 --- a/v2/rulings/nasx.json +++ b/v2/rulings/nasx.json @@ -1,9 +1,9 @@ [ { + "answer": "The Corp places 1 power counter on NASX. \"That many power counters\" refers to the number of credits \"up to 2\" that the Corp spends using the ability.\n\nDoes NASX trigger before or after the credits are gained? For example, if the Corp plays [Beanstalk Royalties](/en/card/01098) with an empty credit pool, can they use NASX at all?", "card_id": "nasx", "date_update": "2019-08-09", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Corp spends 1 after playing [Hedge Fund](/en/card/01110), do they place 1 power counter on NASX or 9?", - "answer": "The Corp places 1 power counter on NASX. \"That many power counters\" refers to the number of credits \"up to 2\" that the Corp spends using the ability.\n\nDoes NASX trigger before or after the credits are gained? For example, if the Corp plays [Beanstalk Royalties](/en/card/01098) with an empty credit pool, can they use NASX at all?" + "question": "####UFAQ [Michael Boggs]\nIf the Corp spends 1 after playing [Hedge Fund](/en/card/01110), do they place 1 power counter on NASX or 9?" } ] diff --git a/v2/rulings/navi_mumbai_city_grid.json b/v2/rulings/navi_mumbai_city_grid.json index bd6e6c59b..4731df8de 100644 --- a/v2/rulings/navi_mumbai_city_grid.json +++ b/v2/rulings/navi_mumbai_city_grid.json @@ -1,9 +1,9 @@ [ { + "answer": "No, the Runner can still use all of those abilities. Even though those abilities involve paying a cost, paid abilities are always specifically written in the form “**cost**: effect”. Only those abilities are prohibited.", "card_id": "navi_mumbai_city_grid", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nDoes Navi Mumbai City Grid prohibit the Runner from using conditional abilities with costs, such as the subroutine breaking of [e3 Feedback Implants](/en/card/02024) or the derez of [Councilman](/en/card/10047)? What about the to break ability provided on many bioroid pieces of ice?", - "answer": "No, the Runner can still use all of those abilities. Even though those abilities involve paying a cost, paid abilities are always specifically written in the form “**cost**: effect”. Only those abilities are prohibited." + "question": "####UFAQ [Damon Stone]\nDoes Navi Mumbai City Grid prohibit the Runner from using conditional abilities with costs, such as the subroutine breaking of [e3 Feedback Implants](/en/card/02024) or the derez of [Councilman](/en/card/10047)? What about the to break ability provided on many bioroid pieces of ice?" } ] diff --git a/v2/rulings/nbn_controlling_the_message.json b/v2/rulings/nbn_controlling_the_message.json index 0685f26cf..0ee032b64 100644 --- a/v2/rulings/nbn_controlling_the_message.json +++ b/v2/rulings/nbn_controlling_the_message.json @@ -1,9 +1,9 @@ [ { + "answer": "One.\n\nIf the Runner plays [Apocalypse](/en/card/09030) and [Aryabhata Tech](/en/card/10070) Tech trigger?", "card_id": "nbn_controlling_the_message", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner trashes more than one Corp card at the same time, such as with [Apocalypse](/en/card/09030), how many traces does Controlling the Message initiate?", - "answer": "One.\n\nIf the Runner plays [Apocalypse](/en/card/09030) and [Aryabhata Tech](/en/card/10070) Tech trigger?" + "question": "####UFAQ [Damon Stone]\nIf the Runner trashes more than one Corp card at the same time, such as with [Apocalypse](/en/card/09030), how many traces does Controlling the Message initiate?" } ] diff --git a/v2/rulings/nbn_reality_plus.json b/v2/rulings/nbn_reality_plus.json index 669c21006..e9bab98e6 100644 --- a/v2/rulings/nbn_reality_plus.json +++ b/v2/rulings/nbn_reality_plus.json @@ -1,30 +1,30 @@ [ { + "answer": "Yes. Giving the Runner 1 or more tags results in the Runner taking tags.", "card_id": "nbn_reality_plus", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Corp uses [Public Trail](/en/card/30057) or another card to give the Runner a tag, can they trigger [NBN: Reality Plus](/en/card/30051)?", - "answer": "Yes. Giving the Runner 1 or more tags results in the Runner taking tags." + "question": "If the Corp uses [Public Trail](/en/card/30057) or another card to give the Runner a tag, can they trigger [NBN: Reality Plus](/en/card/30051)?" }, { + "answer": "No. If a tag is prevented, then the Runner does not take the tag.", "card_id": "nbn_reality_plus", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Runner prevents taking a tag, can the Corp still trigger [NBN: Reality Plus](/en/card/30051)?", - "answer": "No. If a tag is prevented, then the Runner does not take the tag." + "question": "If the Runner prevents taking a tag, can the Corp still trigger [NBN: Reality Plus](/en/card/30051)?" }, { + "answer": "Yes. [NBN: Reality Plus](/en/card/30051)’s ability looks for the first time a tag is actually taken. It doesn’t care whether it’s the first time an ability tried to give the Runner a tag.", "card_id": "nbn_reality_plus", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Runner prevents taking a tag and then takes a tag later in the turn, can the Corp trigger [NBN: Reality Plus](/en/card/30051)?", - "answer": "Yes. [NBN: Reality Plus](/en/card/30051)’s ability looks for the first time a tag is actually taken. It doesn’t care whether it’s the first time an ability tried to give the Runner a tag." + "question": "If the Runner prevents taking a tag and then takes a tag later in the turn, can the Corp trigger [NBN: Reality Plus](/en/card/30051)?" }, { + "answer": "No. Once a card being accessed moves to another zone, the access ends immediately.", "card_id": "nbn_reality_plus", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Runner accesses [Snare!](/en/card/31054) from R&D and takes a tag, can they still trash the [Snare!](/en/card/31054) if the Corp draws it with [NBN: Reality Plus](/en/card/30051)?", - "answer": "No. Once a card being accessed moves to another zone, the access ends immediately." + "question": "If the Runner accesses [Snare!](/en/card/31054) from R&D and takes a tag, can they still trash the [Snare!](/en/card/31054) if the Corp draws it with [NBN: Reality Plus](/en/card/30051)?" } ] diff --git a/v2/rulings/net_mercur.json b/v2/rulings/net_mercur.json index fef8f198f..02818a043 100644 --- a/v2/rulings/net_mercur.json +++ b/v2/rulings/net_mercur.json @@ -1,9 +1,9 @@ [ { + "answer": "For the purposes of spending credits, credits on Net Mercur act like credits in your credit pool. However, if an effect makes the Runner lose all credits in their credit pool, credits on Net Mercur are not lost.", "card_id": "net_mercur", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nWhat does \"for anything\" on Net Mercur mean?", - "answer": "For the purposes of spending credits, credits on Net Mercur act like credits in your credit pool. However, if an effect makes the Runner lose all credits in their credit pool, credits on Net Mercur are not lost." + "question": "####UFAQ [Michael Boggs]\nWhat does \"for anything\" on Net Mercur mean?" } ] diff --git a/v2/rulings/net_quarantine.json b/v2/rulings/net_quarantine.json index 3ffa5bd03..16f956140 100644 --- a/v2/rulings/net_quarantine.json +++ b/v2/rulings/net_quarantine.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nWhen the first trace on a turn occurs with Net Quarantine scored, do cloud breakers then cost MU (and subsequently must be trashed if the Runner is over their memory limit)?", "card_id": "net_quarantine", "date_update": "2017-04-21", "nsg_rules_team_verified": false, - "question": "####UFAQ [Micahel Boggs]\nDoes the base link strength reduction include any link from installed cards?", - "answer": "Yes.\n\nWhen the first trace on a turn occurs with Net Quarantine scored, do cloud breakers then cost MU (and subsequently must be trashed if the Runner is over their memory limit)?" + "question": "####UFAQ [Micahel Boggs]\nDoes the base link strength reduction include any link from installed cards?" } ] diff --git a/v2/rulings/netchip.json b/v2/rulings/netchip.json index 8ac2ac3ca..11fa863ac 100644 --- a/v2/rulings/netchip.json +++ b/v2/rulings/netchip.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, as the hosting restriction applies at all times. Cards can host any other game object by default, but abilities can define limitations on the capability to host.\n\nThere are four NetChips installed, and one of them is hosting an Endless Hunger. At the start of the Runner’s turn, [Dr. Lovegood](/en/card/09042) blanks the text of that NetChip. Is the Endless Hunger trashed as a result?", "card_id": "netchip", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nThere are four NetChips installed, and one of them is hosting an [Endless Hunger](/en/card/09033). A different NetChip is trashed. Is the Endless Hunger trashed as a result?", - "answer": "Yes, as the hosting restriction applies at all times. Cards can host any other game object by default, but abilities can define limitations on the capability to host.\n\nThere are four NetChips installed, and one of them is hosting an Endless Hunger. At the start of the Runner’s turn, [Dr. Lovegood](/en/card/09042) blanks the text of that NetChip. Is the Endless Hunger trashed as a result?" + "question": "####UFAQ [Damon Stone]\nThere are four NetChips installed, and one of them is hosting an [Endless Hunger](/en/card/09033). A different NetChip is trashed. Is the Endless Hunger trashed as a result?" } ] diff --git a/v2/rulings/networking.json b/v2/rulings/networking.json index a1619a997..2e740de3b 100644 --- a/v2/rulings/networking.json +++ b/v2/rulings/networking.json @@ -1,9 +1,9 @@ [ { + "answer": "No, [Networking](https://netrunnerdb.com/en/card/31020) adding itself to HQ prevents the default trashing of a resolved event.", "card_id": "networking", "date_update": "2022-04-23", "nsg_rules_team_verified": true, - "question": "If you play [Networking](https://netrunnerdb.com/en/card/31020) and choose to add it to your grip, do you draw 1 card with [Aniccam](https://netrunnerdb.com/en/card/26084)?", - "answer": "No, [Networking](https://netrunnerdb.com/en/card/31020) adding itself to HQ prevents the default trashing of a resolved event." + "question": "If you play [Networking](https://netrunnerdb.com/en/card/31020) and choose to add it to your grip, do you draw 1 card with [Aniccam](https://netrunnerdb.com/en/card/26084)?" } ] diff --git a/v2/rulings/neurospike.json b/v2/rulings/neurospike.json index 3d874cd87..996216814 100644 --- a/v2/rulings/neurospike.json +++ b/v2/rulings/neurospike.json @@ -1,9 +1,9 @@ [ { + "answer": "[Neurospike](/en/card/30049) doesn’t look for agendas in any particular location. Rather, it looks back at the history of the Corp’s turn for each time that they scored an agenda, then checks the printed point value of each of those scored agendas at the time when they were scored. Forfeiting an agenda has no effect on the amount of damage it adds to [Neurospike](/en/card/30049)’s total.", "card_id": "neurospike", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Corp scores an agenda, but then forfeits that agenda later in the turn, how much damage does [Neurospike](/en/card/30049) do?", - "answer": "[Neurospike](/en/card/30049) doesn’t look for agendas in any particular location. Rather, it looks back at the history of the Corp’s turn for each time that they scored an agenda, then checks the printed point value of each of those scored agendas at the time when they were scored. Forfeiting an agenda has no effect on the amount of damage it adds to [Neurospike](/en/card/30049)’s total." + "question": "If the Corp scores an agenda, but then forfeits that agenda later in the turn, how much damage does [Neurospike](/en/card/30049) do?" } ] diff --git a/v2/rulings/new_construction.json b/v2/rulings/new_construction.json index be6ed3473..01358eb40 100644 --- a/v2/rulings/new_construction.json +++ b/v2/rulings/new_construction.json @@ -1,9 +1,9 @@ [ { + "answer": "No, ice is installed protecting a server not in a server.", "card_id": "new_construction", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan the Corp install ice with New Construction's ability?", - "answer": "No, ice is installed protecting a server not in a server." + "question": "####UFAQ [Damon Stone]\nCan the Corp install ice with New Construction's ability?" } ] diff --git a/v2/rulings/next_activation_command.json b/v2/rulings/next_activation_command.json index b2587ac6f..0a28df75a 100644 --- a/v2/rulings/next_activation_command.json +++ b/v2/rulings/next_activation_command.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Quetzal is a non-icebreaker card.\n\nCan the Runner click through bioroids if NEXT Activation Command is active?", "card_id": "next_activation_command", "date_update": "2020-04-10", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan Quetzal break a barrier subroutine when NEXT Activation Command is active?", - "answer": "No. Quetzal is a non-icebreaker card.\n\nCan the Runner click through bioroids if NEXT Activation Command is active?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nCan Quetzal break a barrier subroutine when NEXT Activation Command is active?" } ] diff --git a/v2/rulings/next_wave_2.json b/v2/rulings/next_wave_2.json index 0f2599a1c..a30da446a 100644 --- a/v2/rulings/next_wave_2.json +++ b/v2/rulings/next_wave_2.json @@ -1,9 +1,9 @@ [ { + "answer": "No, NEXT Wave 2 does not have an explicit “when scored” ability on it because its ability has an additional condition.", "card_id": "next_wave_2", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Corp use [Bifrost Array](/en/card/06081) or [24/7 News Cycle](/en/card/09019) to trigger the ability on NEXT Wave 2?", - "answer": "No, NEXT Wave 2 does not have an explicit “when scored” ability on it because its ability has an additional condition." + "question": "####UFAQ [Michael Boggs]\nCan the Corp use [Bifrost Array](/en/card/06081) or [24/7 News Cycle](/en/card/09019) to trigger the ability on NEXT Wave 2?" } ] diff --git a/v2/rulings/nfr.json b/v2/rulings/nfr.json index b6c5956e8..ed85a77f2 100644 --- a/v2/rulings/nfr.json +++ b/v2/rulings/nfr.json @@ -1,9 +1,9 @@ [ { + "answer": "The encounter with the piece of ice ending is a result of the Runner passing the ice. For simultaneous effects, first all of the active player’s abilities trigger, then all of the inactive player’s abilities trigger. Thus, if it is the Runner’s turn, Nfr will gain a counter before the second encounter occurs. If it is the Corp’s turn, The Twins triggers first; after the second encounter with the piece of ice, Nfr will resolve twice to place two counters on itself.", "card_id": "nfr", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Corp has [The Twins](/en/card/07024) installed, which goes first, Nfr or The Twins? If The Twins is used first, does Nfr still gain a counter after the second encounter?", - "answer": "The encounter with the piece of ice ending is a result of the Runner passing the ice. For simultaneous effects, first all of the active player’s abilities trigger, then all of the inactive player’s abilities trigger. Thus, if it is the Runner’s turn, Nfr will gain a counter before the second encounter occurs. If it is the Corp’s turn, The Twins triggers first; after the second encounter with the piece of ice, Nfr will resolve twice to place two counters on itself." + "question": "####UFAQ [Michael Boggs]\nIf the Corp has [The Twins](/en/card/07024) installed, which goes first, Nfr or The Twins? If The Twins is used first, does Nfr still gain a counter after the second encounter?" } ] diff --git a/v2/rulings/ngo_front.json b/v2/rulings/ngo_front.json index 1cd797eeb..5f5da082f 100644 --- a/v2/rulings/ngo_front.json +++ b/v2/rulings/ngo_front.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Once the run is declared successful, there are no more windows to use paid abilities like the ones on [NGO Front](https://netrunnerdb.com/en/card/21039).", "card_id": "ngo_front", "date_update": "2022-10-22", "nsg_rules_team_verified": false, - "question": "Can the Corp use [Pravdivost Consulting](https://netrunnerdb.com/en/card/33048) to put a counter on [NGO Front](https://netrunnerdb.com/en/card/21039) and then use [NGO Front](https://netrunnerdb.com/en/card/21039)’s ability before the Runner breaches the attacked server?", - "answer": "No. Once the run is declared successful, there are no more windows to use paid abilities like the ones on [NGO Front](https://netrunnerdb.com/en/card/21039)." + "question": "Can the Corp use [Pravdivost Consulting](https://netrunnerdb.com/en/card/33048) to put a counter on [NGO Front](https://netrunnerdb.com/en/card/21039) and then use [NGO Front](https://netrunnerdb.com/en/card/21039)’s ability before the Runner breaches the attacked server?" } ] diff --git a/v2/rulings/nico_campaign.json b/v2/rulings/nico_campaign.json index 83405e250..f9624cbd8 100644 --- a/v2/rulings/nico_campaign.json +++ b/v2/rulings/nico_campaign.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Corp only draws a card if [Nico Campaign](/en/card/30037) is trashed by its own ability.", "card_id": "nico_campaign", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "If the Runner trashes [Nico Campaign](/en/card/30037), does the Corp draw a card?", - "answer": "No. The Corp only draws a card if [Nico Campaign](/en/card/30037) is trashed by its own ability." + "question": "If the Runner trashes [Nico Campaign](/en/card/30037), does the Corp draw a card?" } ] diff --git a/v2/rulings/nightdancer.json b/v2/rulings/nightdancer.json index 6611fa9e2..3a7543ca0 100644 --- a/v2/rulings/nightdancer.json +++ b/v2/rulings/nightdancer.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "nightdancer", "date_update": "2018-02-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nIf a subroutine on Nightdancer resolves while the Runner has no to lose, does the Corp still gain an additional on their next turn?", - "answer": "Yes." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nIf a subroutine on Nightdancer resolves while the Runner has no to lose, does the Corp still gain an additional on their next turn?" } ] diff --git a/v2/rulings/no_free_lunch.json b/v2/rulings/no_free_lunch.json index fa2ec215f..a50c2c010 100644 --- a/v2/rulings/no_free_lunch.json +++ b/v2/rulings/no_free_lunch.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Runner can only use [No Free Lunch](/en/card/33020) when they have priority in a paid ability window.", "card_id": "no_free_lunch", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the Runner trash [No Free Lunch](/en/card/33020) to gain credits while another ability is resolving, such as when they are installing a card with [Gachapon](/en/card/26069) or contesting a trace from [Punitive Counterstrike](/en/card/31078)?", - "answer": "No. The Runner can only use [No Free Lunch](/en/card/33020) when they have priority in a paid ability window." + "question": "Can the Runner trash [No Free Lunch](/en/card/33020) to gain credits while another ability is resolving, such as when they are installing a card with [Gachapon](/en/card/26069) or contesting a trace from [Punitive Counterstrike](/en/card/31078)?" } ] diff --git a/v2/rulings/no_one_home.json b/v2/rulings/no_one_home.json index 5343262ea..e942f0fdb 100644 --- a/v2/rulings/no_one_home.json +++ b/v2/rulings/no_one_home.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nWhen a [Snare!](/en/card/20098) resolves, when does the Runner have to choose between preventing the net damage or avoiding the tag with No One Home?", "card_id": "no_one_home", "date_update": "2018-03-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 21](http://ancur.wikia.com/wiki/Council_of_the_Crest_UFAQ) [Michael Boggs]\nIf the trace on No One Home is unsuccessful, can the Runner choose to avoid/prevent fewer than the total incoming tags/damage?", - "answer": "Yes.\n\nWhen a [Snare!](/en/card/20098) resolves, when does the Runner have to choose between preventing the net damage or avoiding the tag with No One Home?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 21](http://ancur.wikia.com/wiki/Council_of_the_Crest_UFAQ) [Michael Boggs]\nIf the trace on No One Home is unsuccessful, can the Runner choose to avoid/prevent fewer than the total incoming tags/damage?" } ] diff --git a/v2/rulings/nyashia.json b/v2/rulings/nyashia.json index f3e985781..f25df8645 100644 --- a/v2/rulings/nyashia.json +++ b/v2/rulings/nyashia.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The ability only triggers once per trigger condition.", "card_id": "nyashia", "date_update": "2018-04-06", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nCan the Runner use all three power counters from Nyashia on a single run?", - "answer": "No. The ability only triggers once per trigger condition." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nCan the Runner use all three power counters from Nyashia on a single run?" } ] diff --git a/v2/rulings/nyusha_sable_sintashta_symphonic_prodigy.json b/v2/rulings/nyusha_sable_sintashta_symphonic_prodigy.json index f905dc134..bfb4c0560 100644 --- a/v2/rulings/nyusha_sable_sintashta_symphonic_prodigy.json +++ b/v2/rulings/nyusha_sable_sintashta_symphonic_prodigy.json @@ -1,30 +1,30 @@ [ { + "answer": "When you identify your mark, that server becomes your mark for the turn, even if the card that instructed you to identify your mark leaves play. If an event instructs you to identify your mark, that server continues to be your mark for the remainder of the turn after that event resolves.", "card_id": "nyusha_sable_sintashta_symphonic_prodigy", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does the Runner’s mark stay if all mark cards leave play, or does it leave and return when a new mark card comes into play?", - "answer": "When you identify your mark, that server becomes your mark for the turn, even if the card that instructed you to identify your mark leaves play. If an event instructs you to identify your mark, that server continues to be your mark for the remainder of the turn after that event resolves." + "question": "Does the Runner’s mark stay if all mark cards leave play, or does it leave and return when a new mark card comes into play?" }, { + "answer": "No. The Runner only identifies a mark when an ability instructs them to.", "card_id": "nyusha_sable_sintashta_symphonic_prodigy", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner does not have a mark, and they install a card that says “When your turn begins, identify your mark.”, do they get a mark for the current turn?", - "answer": "No. The Runner only identifies a mark when an ability instructs them to." + "question": "If the Runner does not have a mark, and they install a card that says “When your turn begins, identify your mark.”, do they get a mark for the current turn?" }, { + "answer": "The first time each turn the Runner resolves an instruction to identify their mark, they will randomly choose a central server. That server becomes their mark for the entire turn. Resolving another instruction to identify their mark will have no effect.", "card_id": "nyusha_sable_sintashta_symphonic_prodigy", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner has multiple “mark” cards, how do they identify their mark?", - "answer": "The first time each turn the Runner resolves an instruction to identify their mark, they will randomly choose a central server. That server becomes their mark for the entire turn. Resolving another instruction to identify their mark will have no effect." + "question": "If the Runner has multiple “mark” cards, how do they identify their mark?" }, { + "answer": "No. The mark only lasts for the Runner’s turn.", "card_id": "nyusha_sable_sintashta_symphonic_prodigy", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the Runner gain a click with [Nyusha “Sable” Sintashta](/en/card/33011) if they are somehow able to make a successful run on the Corp’s turn?", - "answer": "No. The mark only lasts for the Runner’s turn." + "question": "Can the Runner gain a click with [Nyusha “Sable” Sintashta](/en/card/33011) if they are somehow able to make a successful run on the Corp’s turn?" } ] diff --git a/v2/rulings/oaktown_renovation.json b/v2/rulings/oaktown_renovation.json index a8a156410..80a652887 100644 --- a/v2/rulings/oaktown_renovation.json +++ b/v2/rulings/oaktown_renovation.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Advancing a card results in placing an advancement counter on it, but placing advancement counters does not by itself count as advancing a card.", "card_id": "oaktown_renovation", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "Does placing advancement counters with [Seamless Launch](/en/card/30040) meet the trigger condition for “when you advance” abilities like the one on [Oaktown Renovation](/en/card/31072)?", - "answer": "No. Advancing a card results in placing an advancement counter on it, but placing advancement counters does not by itself count as advancing a card." + "question": "Does placing advancement counters with [Seamless Launch](/en/card/30040) meet the trigger condition for “when you advance” abilities like the one on [Oaktown Renovation](/en/card/31072)?" } ] diff --git a/v2/rulings/ob_superheavy_logistics_extract_export_excel.json b/v2/rulings/ob_superheavy_logistics_extract_export_excel.json index bdededf25..c7608b7ef 100644 --- a/v2/rulings/ob_superheavy_logistics_extract_export_excel.json +++ b/v2/rulings/ob_superheavy_logistics_extract_export_excel.json @@ -1,149 +1,149 @@ [ { + "answer": "Yes, as long as the [Anemone](/en/card/33043) is installed protecting the attacked server. The search effect from [Ob Superheavy Logistics](/en/card/33057) and any resulting chain reactions are resolved immediately after paying the cost of [Border Control](/en/card/23054)'s ability, before the \"End the run.\" instruction resolves, so the condition on [Anemone](/en/card/33043)'s ability can still be met.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "If the Corp trashes a [Border Control](/en/card/23054) to end the run and then uses [Ob Superheavy Logistics](/en/card/33057) to search for an [Anemone](/en/card/33043), can they also trigger [Anemone](/en/card/33043)'s rez ability?", - "answer": "Yes, as long as the [Anemone](/en/card/33043) is installed protecting the attacked server. The search effect from [Ob Superheavy Logistics](/en/card/33057) and any resulting chain reactions are resolved immediately after paying the cost of [Border Control](/en/card/23054)'s ability, before the \"End the run.\" instruction resolves, so the condition on [Anemone](/en/card/33043)'s ability can still be met." + "question": "If the Corp trashes a [Border Control](/en/card/23054) to end the run and then uses [Ob Superheavy Logistics](/en/card/33057) to search for an [Anemone](/en/card/33043), can they also trigger [Anemone](/en/card/33043)'s rez ability?" }, { + "answer": "Yes, but since there are no cards with a printed rez cost less than 0, they will fail to find any cards and simply shuffle R&D. Note that the ability was still used, even if no card was installed, so it cannot be used again that turn.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "Can the Corp use [Ob Superheavy Logistics](/en/card/33057) to search R&D for a card when they trash a card with rez cost 0?", - "answer": "Yes, but since there are no cards with a printed rez cost less than 0, they will fail to find any cards and simply shuffle R&D. Note that the ability was still used, even if no card was installed, so it cannot be used again that turn." + "question": "Can the Corp use [Ob Superheavy Logistics](/en/card/33057) to search R&D for a card when they trash a card with rez cost 0?" }, { + "answer": "The shuffle happens before drawing cards. Trashing [Rashida Jaheem](/en/card/21080) is a nested cost, which requires a checkpoint to occur after it is paid. [Ob Superheavy Logistics](/en/card/33057) triggers at this checkpoint and resolves before the rest of [Rashida Jaheem](/en/card/21080)’s ability resolves.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "If the Corp trashes [Rashida Jaheem](/en/card/21080) and triggers [Ob Superheavy Logistics](/en/card/33057) to shuffle R&D, does the shuffle happen before or after they draw 3 cards?", - "answer": "The shuffle happens before drawing cards. Trashing [Rashida Jaheem](/en/card/21080) is a nested cost, which requires a checkpoint to occur after it is paid. [Ob Superheavy Logistics](/en/card/33057) triggers at this checkpoint and resolves before the rest of [Rashida Jaheem](/en/card/21080)’s ability resolves." + "question": "If the Corp trashes [Rashida Jaheem](/en/card/21080) and triggers [Ob Superheavy Logistics](/en/card/33057) to shuffle R&D, does the shuffle happen before or after they draw 3 cards?" }, { + "answer": "The Corp can search for and install [Daily Quest](/en/card/26048), but if it is not their action phase, it will remain unrezzed. The Corp must reveal the card to show that it cannot be rezzed.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "Can the Corp use [Ob Superheavy Logistics](/en/card/33057) to search for [Daily Quest](/en/card/26048) when not in their action phase? What happens if the Corp tries to install and rez a card that cannot be rezzed?", - "answer": "The Corp can search for and install [Daily Quest](/en/card/26048), but if it is not their action phase, it will remain unrezzed. The Corp must reveal the card to show that it cannot be rezzed." + "question": "Can the Corp use [Ob Superheavy Logistics](/en/card/33057) to search for [Daily Quest](/en/card/26048) when not in their action phase? What happens if the Corp tries to install and rez a card that cannot be rezzed?" }, { + "answer": "Yes and yes. When the Corp pays the additional cost to score [Azef Protocol](/en/card/33058), a checkpoint occurs before the score effect itself is resolved. [Ob Superheavy Logistics](/en/card/33057) triggers at this checkpoint and resolves in time for [Malapert Data Vault](/en/card/30066) to be active when its trigger condition is met.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "If the Corp trashes a card with a printed rez cost of 2 to pay the additional cost to score [Azef Protocol](/en/card/33058), can they use [Ob Superheavy Logistics](/en/card/33057) to install [Malapert Data Vault](/en/card/30066) into the root of the same server as the [Azef Protocol](/en/card/33058)? Can they then resolve [Malapert Data Vault](/en/card/30066)’s ability?", - "answer": "Yes and yes. When the Corp pays the additional cost to score [Azef Protocol](/en/card/33058), a checkpoint occurs before the score effect itself is resolved. [Ob Superheavy Logistics](/en/card/33057) triggers at this checkpoint and resolves in time for [Malapert Data Vault](/en/card/30066) to be active when its trigger condition is met." + "question": "If the Corp trashes a card with a printed rez cost of 2 to pay the additional cost to score [Azef Protocol](/en/card/33058), can they use [Ob Superheavy Logistics](/en/card/33057) to install [Malapert Data Vault](/en/card/30066) into the root of the same server as the [Azef Protocol](/en/card/33058)? Can they then resolve [Malapert Data Vault](/en/card/30066)’s ability?" }, { + "answer": "No. [Ob Superheavy Logistics](/en/card/33057) directs the Corp to ignore credit costs, and this includes install costs.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "If the Corp uses [Ob Superheavy Logistics](/en/card/33057) to install a piece of ice, do they pay the install cost of that ice?", - "answer": "No. [Ob Superheavy Logistics](/en/card/33057) directs the Corp to ignore credit costs, and this includes install costs." + "question": "If the Corp uses [Ob Superheavy Logistics](/en/card/33057) to install a piece of ice, do they pay the install cost of that ice?" }, { + "answer": "Yes. “Ignoring credit costs” includes both increases to rez costs like the one imposed by [Tread Lightly](/en/card/30012) and additional costs consisting of credits like the one imposed by [Hernando Cortez](/en/card/11004).", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "Does rezzing a piece of ice with [Ob Superheavy Logistics](/en/card/33057) ignore effects like [Tread Lightly](/en/card/30012) and [Hernando Cortez](/en/card/11004)?", - "answer": "Yes. “Ignoring credit costs” includes both increases to rez costs like the one imposed by [Tread Lightly](/en/card/30012) and additional costs consisting of credits like the one imposed by [Hernando Cortez](/en/card/11004)." + "question": "Does rezzing a piece of ice with [Ob Superheavy Logistics](/en/card/33057) ignore effects like [Tread Lightly](/en/card/30012) and [Hernando Cortez](/en/card/11004)?" }, { + "answer": "The Corp has the opportunity to trash other cards as part of the process of installing a new card. This clause excludes this type of trashing from the trigger condition of [Ob Superheavy Logistics](/en/card/33057). You cannot use its ability while in the process of installing a card.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "What does “except during installation” mean?", - "answer": "The Corp has the opportunity to trash other cards as part of the process of installing a new card. This clause excludes this type of trashing from the trigger condition of [Ob Superheavy Logistics](/en/card/33057). You cannot use its ability while in the process of installing a card." + "question": "What does “except during installation” mean?" }, { + "answer": "No. Since agendas do not have rez costs, they can never meet the requirements of the search.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "Can the Corp use [Ob Superheavy Logistics](/en/card/33057) to install an agenda?", - "answer": "No. Since agendas do not have rez costs, they can never meet the requirements of the search." + "question": "Can the Corp use [Ob Superheavy Logistics](/en/card/33057) to install an agenda?" }, { + "answer": "No. The trigger condition on [Ob Superheavy Logistics](/en/card/33057) only looks for cards trashed by the Corp, and cards trashed because of uniqueness are trashed by the game rules, not by a player.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "If the Corp has two rezzed copies of a unique (♦) card, the older copy will be trashed. Can the Corp use [Ob Superheavy Logistics](/en/card/33057) due to this trashing?", - "answer": "No. The trigger condition on [Ob Superheavy Logistics](/en/card/33057) only looks for cards trashed by the Corp, and cards trashed because of uniqueness are trashed by the game rules, not by a player." + "question": "If the Corp has two rezzed copies of a unique (♦) card, the older copy will be trashed. Can the Corp use [Ob Superheavy Logistics](/en/card/33057) due to this trashing?" }, { + "answer": "If the additional cost is paying credits, that cost is already being ignored, so the Corp cannot decline to pay it. If the additional cost is anything other than credits, such as the additional cost on [Archer](/en/card/31075), the Corp can decline to pay it. If they decline, the card will not be rezzed, but they must reveal the card to show why it was not rezzed.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "If the Corp uses [Ob Superheavy Logistics](/en/card/33057) to install a card that has an additional cost to rez, can they decline to pay the additional cost?", - "answer": "If the additional cost is paying credits, that cost is already being ignored, so the Corp cannot decline to pay it. If the additional cost is anything other than credits, such as the additional cost on [Archer](/en/card/31075), the Corp can decline to pay it. If they decline, the card will not be rezzed, but they must reveal the card to show why it was not rezzed." + "question": "If the Corp uses [Ob Superheavy Logistics](/en/card/33057) to install a card that has an additional cost to rez, can they decline to pay the additional cost?" }, { + "answer": "The Runner is inward from the new ice, so they will not approach it. When ice is uninstalled during a run, the Runner and all ice protecting the server immediately “collapse” their positions toward the root of the server. Ice cannot “jump in front of ” the Runner by trashing and installing midrun.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "If the Corp trashes a piece of ice (such as [Envelopment](/en/card/33060)) while the Runner is encountering it, then installs a new piece of ice protecting the same server with [Ob Superheavy Logistics](/en/card/33057), where is the Runner’s position relative to the newly installed ice?", - "answer": "The Runner is inward from the new ice, so they will not approach it. When ice is uninstalled during a run, the Runner and all ice protecting the server immediately “collapse” their positions toward the root of the server. Ice cannot “jump in front of ” the Runner by trashing and installing midrun." + "question": "If the Corp trashes a piece of ice (such as [Envelopment](/en/card/33060)) while the Runner is encountering it, then installs a new piece of ice protecting the same server with [Ob Superheavy Logistics](/en/card/33057), where is the Runner’s position relative to the newly installed ice?" }, { + "answer": "No. The Corp’s opportunity to use [Ob Superheavy Logistics](/en/card/33057) is immediately after the cost of [Alexa Belsky](/en/card/11055)’s ability is paid, before the ability resolves. No cards will have been shuffled from HQ into R&D yet.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "If the Corp trashes [Alexa Belsky](/en/card/11055) with her ability, can they use [Ob Superheavy Logistics](/en/card/33057) to install a card shuffled from HQ into R&D by that ability?", - "answer": "No. The Corp’s opportunity to use [Ob Superheavy Logistics](/en/card/33057) is immediately after the cost of [Alexa Belsky](/en/card/11055)’s ability is paid, before the ability resolves. No cards will have been shuffled from HQ into R&D yet." + "question": "If the Corp trashes [Alexa Belsky](/en/card/11055) with her ability, can they use [Ob Superheavy Logistics](/en/card/33057) to install a card shuffled from HQ into R&D by that ability?" }, { + "answer": "Yes. Trashing [Daruma](/en/card/22041) is paying a nested cost, so it is immediately followed by a checkpoint. The ability on [Ob Superheavy Logistics](/en/card/33057) resolves in full before the game continues to the instruction to swap cards in [Daruma](/en/card/22041)’s ability, so the newly installed card is available as a possible target for that instruction.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "Can the Corp trash [Daruma](/en/card/22041) to use its ability, install a card with [Ob Superheavy Logistics](/en/card/33057), and then choose the newly installed card to swap when resolving [Daruma](/en/card/22041)’s ability?", - "answer": "Yes. Trashing [Daruma](/en/card/22041) is paying a nested cost, so it is immediately followed by a checkpoint. The ability on [Ob Superheavy Logistics](/en/card/33057) resolves in full before the game continues to the instruction to swap cards in [Daruma](/en/card/22041)’s ability, so the newly installed card is available as a possible target for that instruction." + "question": "Can the Corp trash [Daruma](/en/card/22041) to use its ability, install a card with [Ob Superheavy Logistics](/en/card/33057), and then choose the newly installed card to swap when resolving [Daruma](/en/card/22041)’s ability?" }, { + "answer": "It is not possible to do this and still score the [Azef Protocol](/en/card/33058). When the Corp pays the additional cost to score [Azef Protocol](/en/card/33058), a checkpoint occurs before the score effect itself is resolved. [Ob Superheavy Logistics](/en/card/33057) triggers at this checkpoint and resolves fully before the game continues attempting to resolve scoring. If the Corp chooses to install an asset in the root of the server that currently contains [Azef Protocol](/en/card/33058), they must trash [Azef Protocol](/en/card/33058) as part of installing the asset. This is legal, but when the reaction window closes and the game proceeds, the score effect won't be able to find [Azef Protocol](/en/card/33058) because it is no longer installed.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "Can the Corp use [Ob Superheavy Logistics](/en/card/33057) while resolving the additional cost on [Azef Protocol](/en/card/33058) to install an asset in the root of the same server as [Azef Protocol](/en/card/33058)?", - "answer": "It is not possible to do this and still score the [Azef Protocol](/en/card/33058). When the Corp pays the additional cost to score [Azef Protocol](/en/card/33058), a checkpoint occurs before the score effect itself is resolved. [Ob Superheavy Logistics](/en/card/33057) triggers at this checkpoint and resolves fully before the game continues attempting to resolve scoring. If the Corp chooses to install an asset in the root of the server that currently contains [Azef Protocol](/en/card/33058), they must trash [Azef Protocol](/en/card/33058) as part of installing the asset. This is legal, but when the reaction window closes and the game proceeds, the score effect won't be able to find [Azef Protocol](/en/card/33058) because it is no longer installed." + "question": "Can the Corp use [Ob Superheavy Logistics](/en/card/33057) while resolving the additional cost on [Azef Protocol](/en/card/33058) to install an asset in the root of the same server as [Azef Protocol](/en/card/33058)?" }, { + "answer": "Yes, but there must be a card the Corp can advance installed before they begin this process. If there are no installed cards the Corp can advance, the game does not consider [Reconstruction Contract](/en/card/21020)’s ability to have the potential to change the game state.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "Can the Corp trash [Reconstruction Contract](/en/card/21020) to use its paid ability, install a card with [Ob Superheavy Logistics](/en/card/33057), and then resolve the ability to place an advancement counter on the card that was just installed?", - "answer": "Yes, but there must be a card the Corp can advance installed before they begin this process. If there are no installed cards the Corp can advance, the game does not consider [Reconstruction Contract](/en/card/21020)’s ability to have the potential to change the game state." + "question": "Can the Corp trash [Reconstruction Contract](/en/card/21020) to use its paid ability, install a card with [Ob Superheavy Logistics](/en/card/33057), and then resolve the ability to place an advancement counter on the card that was just installed?" }, { + "answer": "Yes, the Corp can do this, as long as the new card is installed in the root of the same server from which [Calibration Testing](/en/card/21017) is trashed. It is not relevant whether other cards are installed in the root of the server. The game checks if [Calibration Testing](/en/card/21017)’s ability has the potential to change the game state before the card is trashed, so it sees [Calibration Testing](/en/card/21017) itself as a potential target and allows the Corp to use the ability.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "Can the Corp trash [Calibration Testing](/en/card/21017) to use its ability, install a card with [Ob Superheavy Logistics](/en/card/33057), and then resolve the ability to place an advancement counter on the card that was just installed? Does it matter what other cards are in the root of the server with [Calibration Testing](/en/card/21017) when they begin this process?", - "answer": "Yes, the Corp can do this, as long as the new card is installed in the root of the same server from which [Calibration Testing](/en/card/21017) is trashed. It is not relevant whether other cards are installed in the root of the server. The game checks if [Calibration Testing](/en/card/21017)’s ability has the potential to change the game state before the card is trashed, so it sees [Calibration Testing](/en/card/21017) itself as a potential target and allows the Corp to use the ability." + "question": "Can the Corp trash [Calibration Testing](/en/card/21017) to use its ability, install a card with [Ob Superheavy Logistics](/en/card/33057), and then resolve the ability to place an advancement counter on the card that was just installed? Does it matter what other cards are in the root of the server with [Calibration Testing](/en/card/21017) when they begin this process?" }, { + "answer": "No. The attacked server ceases to exist in the checkpoint immediately after [Reconstruction Contract](/en/card/21020) is trashed, before the ability on [Ob Superheavy Logistics](/en/card/33057) resolves. The non-existent server is not a valid destination for installing a card after this point.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "During a run, if the attacked server has [Reconstruction Contract](/en/card/21020) and no other cards in its root and no ice protecting it, can the Corp trash [Reconstruction Contract](/en/card/21020) to use its ability and then use [Ob Superheavy Logistics](/en/card/33057) to install a new card in the root of the same server?", - "answer": "No. The attacked server ceases to exist in the checkpoint immediately after [Reconstruction Contract](/en/card/21020) is trashed, before the ability on [Ob Superheavy Logistics](/en/card/33057) resolves. The non-existent server is not a valid destination for installing a card after this point." + "question": "During a run, if the attacked server has [Reconstruction Contract](/en/card/21020) and no other cards in its root and no ice protecting it, can the Corp trash [Reconstruction Contract](/en/card/21020) to use its ability and then use [Ob Superheavy Logistics](/en/card/33057) to install a new card in the root of the same server?" }, { + "answer": "No, [Rashida Jaheem](/en/card/21080) has the same trigger condition as [Svyatogor Excavator](/en/card/33059), and was not active when that trigger condition was met. Once a reaction window opens to handle pending conditional abilities for a particular trigger condition, new abilities cannot become pending for that trigger condition.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "The Corp trashes a card with [Svyatogor Excavator](/en/card/33059) and uses [Ob Superheavy Logistics](/en/card/33057) to install [Rashida Jaheem](/en/card/21080). Can the Corp immediately use [Rashida Jaheem](/en/card/21080)’s ability?", - "answer": "No, [Rashida Jaheem](/en/card/21080) has the same trigger condition as [Svyatogor Excavator](/en/card/33059), and was not active when that trigger condition was met. Once a reaction window opens to handle pending conditional abilities for a particular trigger condition, new abilities cannot become pending for that trigger condition." + "question": "The Corp trashes a card with [Svyatogor Excavator](/en/card/33059) and uses [Ob Superheavy Logistics](/en/card/33057) to install [Rashida Jaheem](/en/card/21080). Can the Corp immediately use [Rashida Jaheem](/en/card/21080)’s ability?" }, { + "answer": "There are two tanker ships in the foreground of [Ob Superheavy Logistics](/en/card/33057) with large white cylindrical tanks. *[Endurance](/en/card/33025)* is about one-twelfth the length of those ships, smaller than the radius of one of the tanks.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "How big is *[Endurance](/en/card/33025)* compared to the ships depicted on [Ob Superheavy Logistics](/en/card/33057)?", - "answer": "There are two tanker ships in the foreground of [Ob Superheavy Logistics](/en/card/33057) with large white cylindrical tanks. *[Endurance](/en/card/33025)* is about one-twelfth the length of those ships, smaller than the radius of one of the tanks." + "question": "How big is *[Endurance](/en/card/33025)* compared to the ships depicted on [Ob Superheavy Logistics](/en/card/33057)?" }, { + "answer": "The shuffle happens before drawing cards. When searching their deck, players set aside any cards found by the search and shuffle immediately, before resolving further instructions that act on the found cards. In particular, in this case the Corp shuffles before [Spin Doctor](/en/card/30053) is installed and rezzed.", "card_id": "ob_superheavy_logistics_extract_export_excel", "date_update": "2022-11-22", "nsg_rules_team_verified": true, - "question": "If the Corp uses [Ob Superheavy Logistics](/en/card/33057) to search for [Spin Doctor](/en/card/30053), do they shuffle R&D before or after drawing cards with [Spin Doctor](/en/card/30053)’s first ability?", - "answer": "The shuffle happens before drawing cards. When searching their deck, players set aside any cards found by the search and shuffle immediately, before resolving further instructions that act on the found cards. In particular, in this case the Corp shuffles before [Spin Doctor](/en/card/30053) is installed and rezzed." + "question": "If the Corp uses [Ob Superheavy Logistics](/en/card/33057) to search for [Spin Doctor](/en/card/30053), do they shuffle R&D before or after drawing cards with [Spin Doctor](/en/card/30053)’s first ability?" } ] diff --git a/v2/rulings/obelus.json b/v2/rulings/obelus.json index ff019ba3c..274d3f347 100644 --- a/v2/rulings/obelus.json +++ b/v2/rulings/obelus.json @@ -1,9 +1,9 @@ [ { + "answer": "Two cards. The Runner is considered to have accessed two cards even if they end up being the same card.\n\nIf the Runner accesses cards from another server during a run on HQ or R&D, such as through the ability on [Hades Shard](/en/card/06059), does the Runner draw cards for those accesses as well?", "card_id": "obelus", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Runner accesses a single card twice during a run on HQ with Obelus, how many cards do they draw?", - "answer": "Two cards. The Runner is considered to have accessed two cards even if they end up being the same card.\n\nIf the Runner accesses cards from another server during a run on HQ or R&D, such as through the ability on [Hades Shard](/en/card/06059), does the Runner draw cards for those accesses as well?" + "question": "####UFAQ [Michael Boggs]\nIf the Runner accesses a single card twice during a run on HQ with Obelus, how many cards do they draw?" } ] diff --git a/v2/rulings/obokata_protocol.json b/v2/rulings/obokata_protocol.json index c4e3172c5..c361967ea 100644 --- a/v2/rulings/obokata_protocol.json +++ b/v2/rulings/obokata_protocol.json @@ -1,9 +1,9 @@ [ { + "answer": "The Corp cannot use Tori Hanzō's ability on the net damage from Obokata Protocol because Tori only works on net damage that is dealt by the Corp.", "card_id": "obokata_protocol", "date_update": "2017-06-23", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhen the Runner accesses Obokata Protocol, can the Corp use [Tori Hanzō](/en/card/05022) to replace the net damage with brain damage? Does this prevent the Runner from stealing the agenda?", - "answer": "The Corp cannot use Tori Hanzō's ability on the net damage from Obokata Protocol because Tori only works on net damage that is dealt by the Corp." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhen the Runner accesses Obokata Protocol, can the Corp use [Tori Hanzō](/en/card/05022) to replace the net damage with brain damage? Does this prevent the Runner from stealing the agenda?" } ] diff --git a/v2/rulings/observe_and_destroy.json b/v2/rulings/observe_and_destroy.json index 60c0e5073..c630e071d 100644 --- a/v2/rulings/observe_and_destroy.json +++ b/v2/rulings/observe_and_destroy.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "observe_and_destroy", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan Observe and Destroy trash a Corp card?", - "answer": "Yes." + "question": "####UFAQ [Michael Boggs]\nCan Observe and Destroy trash a Corp card?" } ] diff --git a/v2/rulings/oduduwa.json b/v2/rulings/oduduwa.json index 888c6321f..e7d0d0097 100644 --- a/v2/rulings/oduduwa.json +++ b/v2/rulings/oduduwa.json @@ -1,9 +1,9 @@ [ { + "answer": "After.", "card_id": "oduduwa", "date_update": "2018-04-06", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nWhen the Runner encounters Oduduwa, is the value of X determined before or after placing 1 advancement token on it?", - "answer": "After." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nWhen the Runner encounters Oduduwa, is the value of X determined before or after placing 1 advancement token on it?" } ] diff --git a/v2/rulings/omar_keung_conspiracy_theorist.json b/v2/rulings/omar_keung_conspiracy_theorist.json index 3d22d907d..fafc34809 100644 --- a/v2/rulings/omar_keung_conspiracy_theorist.json +++ b/v2/rulings/omar_keung_conspiracy_theorist.json @@ -1,16 +1,16 @@ [ { + "answer": "The choice is not made until the relevant part of the ability resolves.", "card_id": "omar_keung_conspiracy_theorist", "date_update": "2019-07-20", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes the Runner have to choose a server for Omar’s ability when it is used or when the run on Archives is successful?", - "answer": "The choice is not made until the relevant part of the ability resolves." + "question": "####UFAQ [Michael Boggs]\nDoes the Runner have to choose a server for Omar’s ability when it is used or when the run on Archives is successful?" }, { + "answer": "[Manegarm Skunkworks](/en/card/30042) will not affect this run unless it is rezzed in the root of Archives. [Omar Keung](/en/card/11043)’s ability moves the attacked server just before step 5a, which is after the step that can meet [Manegarm Skunkworks](/en/card/30042)’s trigger condition, step 4g.", "card_id": "omar_keung_conspiracy_theorist", "date_update": "2021-10-10", "nsg_rules_team_verified": false, - "question": "What happens if the Runner uses [Omar Keung](/en/card/11043)’s ability to run R&D with [Manegarm Skunkworks](/en/card/30042) rezzed?", - "answer": "[Manegarm Skunkworks](/en/card/30042) will not affect this run unless it is rezzed in the root of Archives. [Omar Keung](/en/card/11043)’s ability moves the attacked server just before step 5a, which is after the step that can meet [Manegarm Skunkworks](/en/card/30042)’s trigger condition, step 4g." + "question": "What happens if the Runner uses [Omar Keung](/en/card/11043)’s ability to run R&D with [Manegarm Skunkworks](/en/card/30042) rezzed?" } ] diff --git a/v2/rulings/on_the_lam.json b/v2/rulings/on_the_lam.json index 1e23e14bd..59aa95f85 100644 --- a/v2/rulings/on_the_lam.json +++ b/v2/rulings/on_the_lam.json @@ -1,9 +1,9 @@ [ { + "answer": "No. On the Lam is a condition counter and no longer considered a card while hosted on the resource.\n\nCan the Runner install On the Lam from a [Street Peddler](/en/card/08062)?", "card_id": "on_the_lam", "date_update": "2017-04-14", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes using On the Lam's ability trigger [Wasteland](/en/card/09036)?", - "answer": "No. On the Lam is a condition counter and no longer considered a card while hosted on the resource.\n\nCan the Runner install On the Lam from a [Street Peddler](/en/card/08062)?" + "question": "####UFAQ [Michael Boggs]\nDoes using On the Lam's ability trigger [Wasteland](/en/card/09036)?" } ] diff --git a/v2/rulings/otoroshi.json b/v2/rulings/otoroshi.json index 3e51458ab..b6e04e60a 100644 --- a/v2/rulings/otoroshi.json +++ b/v2/rulings/otoroshi.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes.", "card_id": "otoroshi", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIs the Corp allowed to place 0 advancement tokens on a card and still force the Runner to either access that card or pay 3?", - "answer": "Yes." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIs the Corp allowed to place 0 advancement tokens on a card and still force the Runner to either access that card or pay 3?" }, { + "answer": "Yes, the card accessed would still count. *Zahya*’s ability does not require a successful run.", "card_id": "otoroshi", "date_update": "2021-10-11", "nsg_rules_team_verified": false, - "question": "If the Runner runs HQ or R&D, accesses a card during the run due to [Otoroshi](/en/card/22038), and then the run ends unsuccessfully, can they still claim 1[c] from [Zahya Sadeghi](/en/card/30010)'s ability?", - "answer": "Yes, the card accessed would still count. *Zahya*’s ability does not require a successful run." + "question": "If the Runner runs HQ or R&D, accesses a card during the run due to [Otoroshi](/en/card/22038), and then the run ends unsuccessfully, can they still claim 1[c] from [Zahya Sadeghi](/en/card/30010)'s ability?" } ] diff --git a/v2/rulings/out_of_the_ashes.json b/v2/rulings/out_of_the_ashes.json index 53b5eacee..e667e6e6a 100644 --- a/v2/rulings/out_of_the_ashes.json +++ b/v2/rulings/out_of_the_ashes.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, each Out of the Ashes triggers separately from each other. Each copy is finished resolving only after the run has ended, at which time the Runner can resolve another copy (or any other “when your turn begins” abilities).\n\nIs using the “When your turn begins” ability on Out of the Ashes considered to be playing the event?", "card_id": "out_of_the_ashes", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan the Runner use more than one copy of Out of the Ashes when their turn begins?", - "answer": "Yes, each Out of the Ashes triggers separately from each other. Each copy is finished resolving only after the run has ended, at which time the Runner can resolve another copy (or any other “when your turn begins” abilities).\n\nIs using the “When your turn begins” ability on Out of the Ashes considered to be playing the event?" + "question": "####UFAQ [Damon Stone]\nCan the Runner use more than one copy of Out of the Ashes when their turn begins?" } ] diff --git a/v2/rulings/overclock.json b/v2/rulings/overclock.json index 61aabda77..860d8272b 100644 --- a/v2/rulings/overclock.json +++ b/v2/rulings/overclock.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Credits are always lost from the credit pool.", "card_id": "overclock", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "If the first subroutine on [Whitespace](/en/card/30074) resolves, can the Runner lose credits from [Overclock](/en/card/30029)?", - "answer": "No. Credits are always lost from the credit pool." + "question": "If the first subroutine on [Whitespace](/en/card/30074) resolves, can the Runner lose credits from [Overclock](/en/card/30029)?" } ] diff --git a/v2/rulings/pad_factory.json b/v2/rulings/pad_factory.json index 7787eeeb1..6d8adaf86 100644 --- a/v2/rulings/pad_factory.json +++ b/v2/rulings/pad_factory.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Corp cannot choose a card that is not installed to place the advancement token on.\n\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?", "card_id": "pad_factory", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan PAD Factory place tokens on non-installed cards?", - "answer": "No. The Corp cannot choose a card that is not installed to place the advancement token on.\n\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?" + "question": "####UFAQ [Damon Stone]\nCan PAD Factory place tokens on non-installed cards?" } ] diff --git a/v2/rulings/pad_tap.json b/v2/rulings/pad_tap.json index e43b557c6..b779140f4 100644 --- a/v2/rulings/pad_tap.json +++ b/v2/rulings/pad_tap.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Whenever the Corp \"takes\" credits from a card and moves them to their credit pool, they are considered to have “gained” those credits.", "card_id": "pad_tap", "date_update": "2019-05-03", "nsg_rules_team_verified": false, - "question": "####[NISEI Rules Team]\nDoes PAD Tap trigger when the Corp takes credits from a card like [Adonis Campaign](/en/card/20064)?", - "answer": "Yes. Whenever the Corp \"takes\" credits from a card and moves them to their credit pool, they are considered to have “gained” those credits." + "question": "####[NISEI Rules Team]\nDoes PAD Tap trigger when the Corp takes credits from a card like [Adonis Campaign](/en/card/20064)?" } ] diff --git a/v2/rulings/paladin_poemu.json b/v2/rulings/paladin_poemu.json index cb49af7e2..e2d9ed876 100644 --- a/v2/rulings/paladin_poemu.json +++ b/v2/rulings/paladin_poemu.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Since Paladin Poemu is a companion, the first time the Runner spends credits from or installs a companion this turn is paying Keiko's install cost, which happens at step 8.3.4. Keiko's abilities only become active at step 8.3.5, so the ability is not active when the trigger condition is met, and it cannot be triggered.", "card_id": "paladin_poemu", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner spends a credit from Paladin Poemu to install Keiko, can they trigger Keiko's ability?", - "answer": "No. Since Paladin Poemu is a companion, the first time the Runner spends credits from or installs a companion this turn is paying Keiko's install cost, which happens at step 8.3.4. Keiko's abilities only become active at step 8.3.5, so the ability is not active when the trigger condition is met, and it cannot be triggered." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner spends a credit from Paladin Poemu to install Keiko, can they trigger Keiko's ability?" } ] diff --git a/v2/rulings/palana_foods_sustainable_growth.json b/v2/rulings/palana_foods_sustainable_growth.json index 749ba95da..b17f314e7 100644 --- a/v2/rulings/palana_foods_sustainable_growth.json +++ b/v2/rulings/palana_foods_sustainable_growth.json @@ -1,9 +1,9 @@ [ { + "answer": "Conditional abilities that trigger when the Runner’s turn ends do so at Runner 2.4, and abilities that trigger when the Corp’s turn begins do so at Corp 1.2. Pālanā Foods will gain a credit for both Safety First and for Drug Dealer, assuming each was the first time the Runner drew a card.", "card_id": "palana_foods_sustainable_growth", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nThe Runner has [Safety First](/en/card/09044) and [Drug Dealer](/en/card/08083) installed. What is the exact timing of the two draw effects, and how many times does Pālanā Foods gain 1?", - "answer": "Conditional abilities that trigger when the Runner’s turn ends do so at Runner 2.4, and abilities that trigger when the Corp’s turn begins do so at Corp 1.2. Pālanā Foods will gain a credit for both Safety First and for Drug Dealer, assuming each was the first time the Runner drew a card." + "question": "####UFAQ [Damon Stone]\nThe Runner has [Safety First](/en/card/09044) and [Drug Dealer](/en/card/08083) installed. What is the exact timing of the two draw effects, and how many times does Pālanā Foods gain 1?" } ] diff --git a/v2/rulings/panchatantra.json b/v2/rulings/panchatantra.json index bb39f710a..b5ae3f7ff 100644 --- a/v2/rulings/panchatantra.json +++ b/v2/rulings/panchatantra.json @@ -1,9 +1,9 @@ [ { + "answer": "Comprehensive Rules 1.3, 2.15.6:", "card_id": "panchatantra", "date_update": "2019-11-26", "nsg_rules_team_verified": false, - "question": "Which subtypes are valid for Panchatantra to give to ice? Does the Runner have to choose a subtype on a rezzed piece of ice?", - "answer": "Comprehensive Rules 1.3, 2.15.6:" + "question": "Which subtypes are valid for Panchatantra to give to ice? Does the Runner have to choose a subtype on a rezzed piece of ice?" } ] diff --git a/v2/rulings/pantograph.json b/v2/rulings/pantograph.json index b2901f7ed..49637d6f7 100644 --- a/v2/rulings/pantograph.json +++ b/v2/rulings/pantograph.json @@ -1,16 +1,16 @@ [ { + "answer": "No. The limit to how many cards the Runner can access from R&D is determined at the beginning of breaching R&D. If an ability that would modify a breach, such as [eXer](/en/card/21041)’s ability, becomes active after the Runner has accessed a card, then it is too late to affect that breach.", "card_id": "pantograph", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "If the Runner steals an agenda with their first R&D access and uses [Pantograph](/en/card/30023) to install [eXer](/en/card/21041), can they access another card?", - "answer": "No. The limit to how many cards the Runner can access from R&D is determined at the beginning of breaching R&D. If an ability that would modify a breach, such as [eXer](/en/card/21041)’s ability, becomes active after the Runner has accessed a card, then it is too late to affect that breach." + "question": "If the Runner steals an agenda with their first R&D access and uses [Pantograph](/en/card/30023) to install [eXer](/en/card/21041), can they access another card?" }, { + "answer": "No. Conditional abilities must be active at the time their trigger condition is met in order to resolve. [Mystic Maemi](/en/card/26072) was not installed until after the agenda was stolen, so the Runner cannot trigger its ability at that time.", "card_id": "pantograph", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "If the Corp scores an agenda, and the Runner uses [Pantograph](/en/card/30023) to install [Mystic Maemi](/en/card/26072), does the Runner put a credit on [Mystic Maemi](/en/card/26072)?", - "answer": "No. Conditional abilities must be active at the time their trigger condition is met in order to resolve. [Mystic Maemi](/en/card/26072) was not installed until after the agenda was stolen, so the Runner cannot trigger its ability at that time." + "question": "If the Corp scores an agenda, and the Runner uses [Pantograph](/en/card/30023) to install [Mystic Maemi](/en/card/26072), does the Runner put a credit on [Mystic Maemi](/en/card/26072)?" } ] diff --git a/v2/rulings/paperclip.json b/v2/rulings/paperclip.json index f5fd137d4..291b7df80 100644 --- a/v2/rulings/paperclip.json +++ b/v2/rulings/paperclip.json @@ -1,9 +1,9 @@ [ { + "answer": "No. While triggering Paperclip’s ability from the heap is considered using Paperclip, paying the install cost is part of the install action and not a cost of using the ability.\n\nCan the Runner use Paperclip’s paid ability even if its strength doesn’t match a piece of ice?", "card_id": "paperclip", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Runner spend credits on [Cloak](/en/card/03041) to install Paperclip from the heap?", - "answer": "No. While triggering Paperclip’s ability from the heap is considered using Paperclip, paying the install cost is part of the install action and not a cost of using the ability.\n\nCan the Runner use Paperclip’s paid ability even if its strength doesn’t match a piece of ice?" + "question": "####UFAQ [Michael Boggs]\nCan the Runner spend credits on [Cloak](/en/card/03041) to install Paperclip from the heap?" } ] diff --git a/v2/rulings/paricia.json b/v2/rulings/paricia.json index 0929386e6..c1ee3db1a 100644 --- a/v2/rulings/paricia.json +++ b/v2/rulings/paricia.json @@ -1,16 +1,16 @@ [ { + "answer": "That symbol means “recurring credits”, and it means that after a player installs (or rezzes, for Corp cards) the card it appears on, they should place the indicated number of credits on it (in [Paricia](https://netrunnerdb.com/en/card/31034)’s case, 2 of them). Then, for as long as the card remains active, the player “refills” the card up to the indicated number of credits just before their turn begins. If there are already as many credits as the number indicated (or more), then no more credits will be added.", "card_id": "paricia", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "What is the credit symbol with the arrow on [Paricia](https://netrunnerdb.com/en/card/31034) and what does it do?", - "answer": "That symbol means “recurring credits”, and it means that after a player installs (or rezzes, for Corp cards) the card it appears on, they should place the indicated number of credits on it (in [Paricia](https://netrunnerdb.com/en/card/31034)’s case, 2 of them). Then, for as long as the card remains active, the player “refills” the card up to the indicated number of credits just before their turn begins. If there are already as many credits as the number indicated (or more), then no more credits will be added." + "question": "What is the credit symbol with the arrow on [Paricia](https://netrunnerdb.com/en/card/31034) and what does it do?" }, { + "answer": "Only the interaction with [Salsette Slums](https://netrunnerdb.com/en/card/10059) has changed, and it is restored to the original state of that interaction before [Salsette Slums](https://netrunnerdb.com/en/card/10059) received its first errata. The new wording for [Paricia](https://netrunnerdb.com/en/card/31034) allows the Runner to spend its hosted credits when paying any cost that refers to an asset’s trash cost, including the basic trash ability and the current wording of [Salsette Slums](https://netrunnerdb.com/en/card/10059). While [Political Operative](https://netrunnerdb.com/en/card/10043) previously used a wording that would be compatible with this requirement, it has never previously been able to work with [Paricia](https://netrunnerdb.com/en/card/31034), and so has received otherwise-nonfunctional errata to maintain this non-interaction.", "card_id": "paricia", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "The wording on [Paricia](https://netrunnerdb.com/en/card/31034) looks a little different. Has anything changed about how the Runner can spend its credits?", - "answer": "Only the interaction with [Salsette Slums](https://netrunnerdb.com/en/card/10059) has changed, and it is restored to the original state of that interaction before [Salsette Slums](https://netrunnerdb.com/en/card/10059) received its first errata. The new wording for [Paricia](https://netrunnerdb.com/en/card/31034) allows the Runner to spend its hosted credits when paying any cost that refers to an asset’s trash cost, including the basic trash ability and the current wording of [Salsette Slums](https://netrunnerdb.com/en/card/10059). While [Political Operative](https://netrunnerdb.com/en/card/10043) previously used a wording that would be compatible with this requirement, it has never previously been able to work with [Paricia](https://netrunnerdb.com/en/card/31034), and so has received otherwise-nonfunctional errata to maintain this non-interaction." + "question": "The wording on [Paricia](https://netrunnerdb.com/en/card/31034) looks a little different. Has anything changed about how the Runner can spend its credits?" } ] diff --git a/v2/rulings/patchwork.json b/v2/rulings/patchwork.json index 28f6bc1e8..a2a698c08 100644 --- a/v2/rulings/patchwork.json +++ b/v2/rulings/patchwork.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nAudited by NISEI Rules (2022.05).", "card_id": "patchwork", "date_update": "2022-05-27", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Runner use Patchwork to play [Sure Gamble](/en/card/20056) with only 3 in their credit pool?", - "answer": "Yes.\n\nAudited by NISEI Rules (2022.05)." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the Runner use Patchwork to play [Sure Gamble](/en/card/20056) with only 3 in their credit pool?" } ] diff --git a/v2/rulings/patron.json b/v2/rulings/patron.json index facc398c3..12bd7adfc 100644 --- a/v2/rulings/patron.json +++ b/v2/rulings/patron.json @@ -1,9 +1,9 @@ [ { + "answer": "Patron's replacement effect is not optional. Patron still replaces the access, but the Runner does not draw any cards.", "card_id": "patron", "date_update": "2023-02-25", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nWhat happens if the Runner's stack is empty by the time they make a successful run on the server chosen with Patron?", - "answer": "Patron's replacement effect is not optional. Patron still replaces the access, but the Runner does not draw any cards." + "question": "####UFAQ [Damon Stone]\nWhat happens if the Runner's stack is empty by the time they make a successful run on the server chosen with Patron?" } ] diff --git a/v2/rulings/paules_cafe.json b/v2/rulings/paules_cafe.json index 01ba9ab42..b9c5e7870 100644 --- a/v2/rulings/paules_cafe.json +++ b/v2/rulings/paules_cafe.json @@ -1,9 +1,9 @@ [ { + "answer": "Paule's Café counts each installed connection that has the ◆ symbol, which indicates unique cards. It does not count connections without that symbol, even if they are the only installed copy of that card or have one-of-a-kind alternate art.", "card_id": "paules_cafe", "date_update": "2020-03-11", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat does \"each unique connection” mean?", - "answer": "Paule's Café counts each installed connection that has the ◆ symbol, which indicates unique cards. It does not count connections without that symbol, even if they are the only installed copy of that card or have one-of-a-kind alternate art." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat does \"each unique connection” mean?" } ] diff --git a/v2/rulings/peace_in_our_time.json b/v2/rulings/peace_in_our_time.json index 13ed53e72..35d2081b4 100644 --- a/v2/rulings/peace_in_our_time.json +++ b/v2/rulings/peace_in_our_time.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "peace_in_our_time", "date_update": "2017-04-21", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Runner play Peace in Our Time if they’ve already made any runs before spending any clicks, such as with [Out of the Ashes](/en/card/10080) or [Jak Sinclair](/en/card/09052)?", - "answer": "Yes." + "question": "####UFAQ [Michael Boggs]\nCan the Runner play Peace in Our Time if they’ve already made any runs before spending any clicks, such as with [Out of the Ashes](/en/card/10080) or [Jak Sinclair](/en/card/09052)?" } ] diff --git a/v2/rulings/peeping_tom.json b/v2/rulings/peeping_tom.json index a912346bf..c6c1c5b0e 100644 --- a/v2/rulings/peeping_tom.json +++ b/v2/rulings/peeping_tom.json @@ -1,9 +1,9 @@ [ { + "answer": "*Designer's Note: Technically, as Peeping Tom is written the ice gains the subroutines until the end of the game, but treat it as if the card reads \"... has the named type for the remainder of this run.\" Errata for this card will be issued in the next official FAQ.*", "card_id": "peeping_tom", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nHow long does Peeping Tom gain subroutines from its ability?", - "answer": "*Designer's Note: Technically, as Peeping Tom is written the ice gains the subroutines until the end of the game, but treat it as if the card reads \"... has the named type for the remainder of this run.\" Errata for this card will be issued in the next official FAQ.*" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nHow long does Peeping Tom gain subroutines from its ability?" } ] diff --git a/v2/rulings/pelangi.json b/v2/rulings/pelangi.json index f5f395c56..e6ad2b9bc 100644 --- a/v2/rulings/pelangi.json +++ b/v2/rulings/pelangi.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Whenever a player must choose a subtype, they must choose one that exists, and if applicable they must choose one that is applicable to the card type in question. For a complete list of all subtypes by card type, see rule 2.15.7.", "card_id": "pelangi", "date_update": "2019-04-29", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Runner use Pelangi to give an encountered Wraparound “fracter” or a made up subtype?", - "answer": "No. Whenever a player must choose a subtype, they must choose one that exists, and if applicable they must choose one that is applicable to the card type in question. For a complete list of all subtypes by card type, see rule 2.15.7." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Runner use Pelangi to give an encountered Wraparound “fracter” or a made up subtype?" } ] diff --git a/v2/rulings/penrose.json b/v2/rulings/penrose.json index 32c2ad314..24f8a2f05 100644 --- a/v2/rulings/penrose.json +++ b/v2/rulings/penrose.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Penrose always has the fracter subtype, even after it loses its ability to break barrier subroutines.", "card_id": "penrose", "date_update": "2020-03-10", "nsg_rules_team_verified": false, - "question": "After the turn when Penrose is installed ends, does Wraparound get +7 strength?", - "answer": "No. Penrose always has the fracter subtype, even after it loses its ability to break barrier subroutines." + "question": "After the turn when Penrose is installed ends, does Wraparound get +7 strength?" } ] diff --git a/v2/rulings/penumbral_toolkit.json b/v2/rulings/penumbral_toolkit.json index 13fade9d1..423697504 100644 --- a/v2/rulings/penumbral_toolkit.json +++ b/v2/rulings/penumbral_toolkit.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Those credits are only available to be spent. “Losing” credits always drains the Runner’s credit pool.", "card_id": "penumbral_toolkit", "date_update": "2021-10-11", "nsg_rules_team_verified": false, - "question": "Can the Runner lose credits hosted on [Overclock](/en/card/30029) or [Penumbral Toolkit](/en/card/26081) for the first subroutine on [Whitespace](/en/card/30074)?", - "answer": "No. Those credits are only available to be spent. “Losing” credits always drains the Runner’s credit pool." + "question": "Can the Runner lose credits hosted on [Overclock](/en/card/30029) or [Penumbral Toolkit](/en/card/26081) for the first subroutine on [Whitespace](/en/card/30074)?" } ] diff --git a/v2/rulings/persephone.json b/v2/rulings/persephone.json index 0b144d407..7e4132205 100644 --- a/v2/rulings/persephone.json +++ b/v2/rulings/persephone.json @@ -1,9 +1,9 @@ [ { + "answer": "If the Runner wishes to use Persephone, they must trash 1 card from the top of their stack. This will trash the top 2 cards of R&D.", "card_id": "persephone", "date_update": "2017-05-25", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf two subroutines resolve during an encounter with a sentry and the Runner has Persephone installed, how many cards does each player trash from the top of their decks?", - "answer": "If the Runner wishes to use Persephone, they must trash 1 card from the top of their stack. This will trash the top 2 cards of R&D." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf two subroutines resolve during an encounter with a sentry and the Runner has Persephone installed, how many cards does each player trash from the top of their decks?" } ] diff --git a/v2/rulings/personality_profiles.json b/v2/rulings/personality_profiles.json index cebd21d50..97223faa6 100644 --- a/v2/rulings/personality_profiles.json +++ b/v2/rulings/personality_profiles.json @@ -1,9 +1,9 @@ [ { + "answer": "When the search initiates, before the Runner looks at the stack.", "card_id": "personality_profiles", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nDoes Personality Profiles trigger when the search for [Hostage](/en/card/04004) begins or after a connection is found and added to the Runner’s grip?", - "answer": "When the search initiates, before the Runner looks at the stack." + "question": "####UFAQ [Damon Stone]\nDoes Personality Profiles trigger when the search for [Hostage](/en/card/04004) begins or after a connection is found and added to the Runner’s grip?" } ] diff --git a/v2/rulings/pharos.json b/v2/rulings/pharos.json index b145db685..71b229ab2 100644 --- a/v2/rulings/pharos.json +++ b/v2/rulings/pharos.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Abilities that allow the Corp to advance a card are active even if the card is unrezzed.", "card_id": "pharos", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Corp advance [Pharos](/en/card/30063) if it’s unrezzed?", - "answer": "Yes. Abilities that allow the Corp to advance a card are active even if the card is unrezzed." + "question": "Can the Corp advance [Pharos](/en/card/30063) if it’s unrezzed?" } ] diff --git a/v2/rulings/ping.json b/v2/rulings/ping.json index a29350d44..2fe6fc35c 100644 --- a/v2/rulings/ping.json +++ b/v2/rulings/ping.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, as long as there is a run in progress and [Ping](/en/card/30055) is protecting the attacked server.", "card_id": "ping", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Corp uses a card ability to rez [Ping](/en/card/30055) at a time other than while the Runner is approaching it, will its ability give the Runner a tag?", - "answer": "Yes, as long as there is a run in progress and [Ping](/en/card/30055) is protecting the attacked server." + "question": "If the Corp uses a card ability to rez [Ping](/en/card/30055) at a time other than while the Runner is approaching it, will its ability give the Runner a tag?" } ] diff --git a/v2/rulings/pinhole_threading.json b/v2/rulings/pinhole_threading.json index f779603cf..798d999f4 100644 --- a/v2/rulings/pinhole_threading.json +++ b/v2/rulings/pinhole_threading.json @@ -1,37 +1,37 @@ [ { + "answer": "No. [Pinhole Threading](/en/card/33013) replaces breaching the attacked server, and the access it grants is not a breach, so it does not meet [Aumakua](/en/card/12104)’s trigger condition regardless of whether the accessed card is trashed.", "card_id": "pinhole_threading", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the Runner trigger [Aumakua](/en/card/12104)’s ability with the access from [Pinhole Threading](/en/card/33013)?", - "answer": "No. [Pinhole Threading](/en/card/33013) replaces breaching the attacked server, and the access it grants is not a breach, so it does not meet [Aumakua](/en/card/12104)’s trigger condition regardless of whether the accessed card is trashed." + "question": "Can the Runner trigger [Aumakua](/en/card/12104)’s ability with the access from [Pinhole Threading](/en/card/33013)?" }, { + "answer": "No. [Pinhole Threading](/en/card/33013) replaces breaching the attacked server, and the access it grants is not a breach, so it does not meet [Kasi String](/en/card/21111)’s trigger condition regardless of whether the accessed card is stolen.", "card_id": "pinhole_threading", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the Runner trigger [Kasi String](/en/card/21111) with the access from [Pinhole Threading](/en/card/33013) by running Archives?", - "answer": "No. [Pinhole Threading](/en/card/33013) replaces breaching the attacked server, and the access it grants is not a breach, so it does not meet [Kasi String](/en/card/21111)’s trigger condition regardless of whether the accessed card is stolen." + "question": "Can the Runner trigger [Kasi String](/en/card/21111) with the access from [Pinhole Threading](/en/card/33013) by running Archives?" }, { + "answer": "The access from [Pinhole Threading](/en/card/33013) doesn't change the attacked server, so the Corp can only use the [Border Control](/en/card/28005) protecting the server where the run was made, not the server where [Ganked!](/en/card/26119) was accessed.", "card_id": "pinhole_threading", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "The Runner uses [Pinhole Threading](/en/card/33013) to access [Ganked!](/en/card/26119) and is forced to encounter ice. Both the attacked server and the accessed server are protected by [Border Control](/en/card/28005). Which paid ability among the [Border Control](/en/card/28005)s can the Corp use to end the run?", - "answer": "The access from [Pinhole Threading](/en/card/33013) doesn't change the attacked server, so the Corp can only use the [Border Control](/en/card/28005) protecting the server where the run was made, not the server where [Ganked!](/en/card/26119) was accessed." + "question": "The Runner uses [Pinhole Threading](/en/card/33013) to access [Ganked!](/en/card/26119) and is forced to encounter ice. Both the attacked server and the accessed server are protected by [Border Control](/en/card/28005). Which paid ability among the [Border Control](/en/card/28005)s can the Corp use to end the run?" }, { + "answer": "The access from [Pinhole Threading](/en/card/33013) doesn't change the attacked server, so abilities like [Henry Phillips](/en/card/12056) that apply “during a run on this server” only apply for cards in the root of or protecting the server where the run was made. The ability would be able to resolve successfully even though the subroutines being broken are on ice protecting a different server. Conversely, a copy of [Henry Phillips](/en/card/12056) in the root of the server where [Ganked!](/en/card/26119) was accessed would not be able to meet its trigger condition.", "card_id": "pinhole_threading", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "The Runner uses [Pinhole Threading](/en/card/33013) to access [Ganked!](/en/card/26119) and is forced to encounter ice. If the Runner is tagged, can the Corp gain credits from [Henry Phillips](/en/card/12056) during that encounter? Where would [Henry Phillips](/en/card/12056) need to be installed for this to work?", - "answer": "The access from [Pinhole Threading](/en/card/33013) doesn't change the attacked server, so abilities like [Henry Phillips](/en/card/12056) that apply “during a run on this server” only apply for cards in the root of or protecting the server where the run was made. The ability would be able to resolve successfully even though the subroutines being broken are on ice protecting a different server. Conversely, a copy of [Henry Phillips](/en/card/12056) in the root of the server where [Ganked!](/en/card/26119) was accessed would not be able to meet its trigger condition." + "question": "The Runner uses [Pinhole Threading](/en/card/33013) to access [Ganked!](/en/card/26119) and is forced to encounter ice. If the Runner is tagged, can the Corp gain credits from [Henry Phillips](/en/card/12056) during that encounter? Where would [Henry Phillips](/en/card/12056) need to be installed for this to work?" }, { + "answer": "Yes. The run is still on a central server.", "card_id": "pinhole_threading", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner uses [Pinhole Threading](/en/card/33013) to run a central server, can they use credits hosted on [Cezve](/en/card/33017) to trash an asset in the root of a remote server?", - "answer": "Yes. The run is still on a central server." + "question": "If the Runner uses [Pinhole Threading](/en/card/33013) to run a central server, can they use credits hosted on [Cezve](/en/card/33017) to trash an asset in the root of a remote server?" } ] diff --git a/v2/rulings/political_dealings.json b/v2/rulings/political_dealings.json index 3fc8bd92b..f90d5ed1a 100644 --- a/v2/rulings/political_dealings.json +++ b/v2/rulings/political_dealings.json @@ -1,9 +1,9 @@ [ { + "answer": "No, the Corp can return the installed agenda to the bottom of R&D if desired, as the game still knows that it was drawn by Daily Business Show.\n\nIf the Corp draws two agendas with Daily Business Show and uses Political Dealings to install both agendas, is the Corp forced to return one of the installed agendas to the bottom of R&D?", "card_id": "political_dealings", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Corp draws an agenda and a non-agenda with [Daily Business Show](/en/card/06086) and uses Political Dealings to install the agenda, is the Corp forced to return the non-agenda card to the bottom of R&D?", - "answer": "No, the Corp can return the installed agenda to the bottom of R&D if desired, as the game still knows that it was drawn by Daily Business Show.\n\nIf the Corp draws two agendas with Daily Business Show and uses Political Dealings to install both agendas, is the Corp forced to return one of the installed agendas to the bottom of R&D?" + "question": "####UFAQ [Damon Stone]\nIf the Corp draws an agenda and a non-agenda with [Daily Business Show](/en/card/06086) and uses Political Dealings to install the agenda, is the Corp forced to return the non-agenda card to the bottom of R&D?" } ] diff --git a/v2/rulings/political_graffiti.json b/v2/rulings/political_graffiti.json index 57ae8a994..513afac64 100644 --- a/v2/rulings/political_graffiti.json +++ b/v2/rulings/political_graffiti.json @@ -1,9 +1,9 @@ [ { + "answer": "It would be worth 1 agenda point.\n\nIf the Runner adds Political Graffiti to a [Project Beale](/en/card/02115) with an agenda counter on it, how many agenda points is the Beale worth?", "card_id": "political_graffiti", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner adds Political Graffiti to an [AstroScript Pilot Program](/en/card/01081), is the AstroScript worth negative 1 agenda point or 1 agenda point?", - "answer": "It would be worth 1 agenda point.\n\nIf the Runner adds Political Graffiti to a [Project Beale](/en/card/02115) with an agenda counter on it, how many agenda points is the Beale worth?" + "question": "####UFAQ [Damon Stone]\nIf the Runner adds Political Graffiti to an [AstroScript Pilot Program](/en/card/01081), is the AstroScript worth negative 1 agenda point or 1 agenda point?" } ] diff --git a/v2/rulings/political_operative.json b/v2/rulings/political_operative.json index 9344e9a1c..bb1df92f1 100644 --- a/v2/rulings/political_operative.json +++ b/v2/rulings/political_operative.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Those cards specify to use their credits for trashing cards, so they cannot be spent on using Political Operative.\n\nIs the cost of Political Operative's ability affected by cards such as [Industrial Genomics](/en/card/06105) and [Skulljack](/en/card/08042)?", "card_id": "political_operative", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan recurring credits from cards like [Whizzard](/en/card/02001) and [Scrubber](/en/card/02063) be used to pay the cost for Political Operative's ability?", - "answer": "No. Those cards specify to use their credits for trashing cards, so they cannot be spent on using Political Operative.\n\nIs the cost of Political Operative's ability affected by cards such as [Industrial Genomics](/en/card/06105) and [Skulljack](/en/card/08042)?" + "question": "####UFAQ [Damon Stone]\nCan recurring credits from cards like [Whizzard](/en/card/02001) and [Scrubber](/en/card/02063) be used to pay the cost for Political Operative's ability?" } ] diff --git a/v2/rulings/populist_rally.json b/v2/rulings/populist_rally.json index 68ce084fa..1644938fe 100644 --- a/v2/rulings/populist_rally.json +++ b/v2/rulings/populist_rally.json @@ -1,9 +1,9 @@ [ { + "answer": "No. As the Corp cannot have fewer than 0 clicks to spend on their next turn, playing Populist Rally would not cause a change in game state and thus cannot be played.", "card_id": "populist_rally", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan Populist Rally be played if the Corp has 0 clicks to spend on their next turn?", - "answer": "No. As the Corp cannot have fewer than 0 clicks to spend on their next turn, playing Populist Rally would not cause a change in game state and thus cannot be played." + "question": "####UFAQ [Damon Stone]\nCan Populist Rally be played if the Corp has 0 clicks to spend on their next turn?" } ] diff --git a/v2/rulings/prana_condenser.json b/v2/rulings/prana_condenser.json index c8391d518..c72934483 100644 --- a/v2/rulings/prana_condenser.json +++ b/v2/rulings/prana_condenser.json @@ -1,9 +1,9 @@ [ { + "answer": "The active player has the first opportunity to trigger interrupts and prevent the damage. Once the expected amount of damage is 0 or less, any further interrupt abilities preventing damage are not relevant and can no longer be triggered.\n\nIf the Corp plays Neural EMP and prevents the damage with Prāna Condenser, then they use Prāna Condenser's other ability to do net damage, can the Runner use No One Home?", "card_id": "prana_condenser", "date_update": "2020-04-10", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat happens if both players want to prevent the same instance of net damage?", - "answer": "The active player has the first opportunity to trigger interrupts and prevent the damage. Once the expected amount of damage is 0 or less, any further interrupt abilities preventing damage are not relevant and can no longer be triggered.\n\nIf the Corp plays Neural EMP and prevents the damage with Prāna Condenser, then they use Prāna Condenser's other ability to do net damage, can the Runner use No One Home?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat happens if both players want to prevent the same instance of net damage?" } ] diff --git a/v2/rulings/pravdivost_consulting_political_solutions.json b/v2/rulings/pravdivost_consulting_political_solutions.json index 49b591e50..ebc8d8887 100644 --- a/v2/rulings/pravdivost_consulting_political_solutions.json +++ b/v2/rulings/pravdivost_consulting_political_solutions.json @@ -1,23 +1,23 @@ [ { + "answer": "Yes.", "card_id": "pravdivost_consulting_political_solutions", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "Can the Corp use [Pravdivost Consulting](https://netrunnerdb.com/en/card/33048)’s ability to place an advancement counter on a card the Runner is about to access, like a [Chekist Scion](https://netrunnerdb.com/en/card/33050)?", - "answer": "Yes." + "question": "Can the Corp use [Pravdivost Consulting](https://netrunnerdb.com/en/card/33048)’s ability to place an advancement counter on a card the Runner is about to access, like a [Chekist Scion](https://netrunnerdb.com/en/card/33050)?" }, { + "answer": "No. The Runner’s final chance to jack out is before the run is declared successful.", "card_id": "pravdivost_consulting_political_solutions", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "Can the Runner jack out after the Corp places an advancement counter with [Pravdivost Consulting](https://netrunnerdb.com/en/card/33048)?", - "answer": "No. The Runner’s final chance to jack out is before the run is declared successful." + "question": "Can the Runner jack out after the Corp places an advancement counter with [Pravdivost Consulting](https://netrunnerdb.com/en/card/33048)?" }, { + "answer": "No. Once the run is declared successful, there are no more windows to use paid abilities like the ones on [NGO Front](https://netrunnerdb.com/en/card/21039).", "card_id": "pravdivost_consulting_political_solutions", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "Can the Corp use [Pravdivost Consulting](https://netrunnerdb.com/en/card/33048) to put a counter on [NGO Front](https://netrunnerdb.com/en/card/21039) and then use [NGO Front](https://netrunnerdb.com/en/card/21039)’s ability before the Runner breaches the attacked server?", - "answer": "No. Once the run is declared successful, there are no more windows to use paid abilities like the ones on [NGO Front](https://netrunnerdb.com/en/card/21039)." + "question": "Can the Corp use [Pravdivost Consulting](https://netrunnerdb.com/en/card/33048) to put a counter on [NGO Front](https://netrunnerdb.com/en/card/21039) and then use [NGO Front](https://netrunnerdb.com/en/card/21039)’s ability before the Runner breaches the attacked server?" } ] diff --git a/v2/rulings/predictive_planogram.json b/v2/rulings/predictive_planogram.json index a26da5075..1a49f9488 100644 --- a/v2/rulings/predictive_planogram.json +++ b/v2/rulings/predictive_planogram.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, but the Corp must decide before resolving either effect whether they will be resolving both of them or only 1.", "card_id": "predictive_planogram", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Corp plays [Predictive Planogram](/en/card/30056) while the Runner is tagged, can they choose the order to resolve its effects?", - "answer": "Yes, but the Corp must decide before resolving either effect whether they will be resolving both of them or only 1." + "question": "If the Corp plays [Predictive Planogram](/en/card/30056) while the Runner is tagged, can they choose the order to resolve its effects?" } ] diff --git a/v2/rulings/preemptive_action.json b/v2/rulings/preemptive_action.json index 72fb41497..57630aa51 100644 --- a/v2/rulings/preemptive_action.json +++ b/v2/rulings/preemptive_action.json @@ -1,9 +1,9 @@ [ { + "answer": "Immediately after the operation resolves and is trashed from playing it, \"after you resolve this operation\" triggers meet their trigger condition. Ending the action phase then advances the game to the discard phase. This skips the paid ability window that would normally follow the end of an action, ceases the resolution of any other pending abilities or effects, and invalidates any conditional abilities. If the operation was played as part of a card ability, any remaining effects from that card ability immediately stop resolving as well.\n\nIf the Corp plays Preemptive Action as the first operation for [Subcontract](/en/card/10113), what happens?", "card_id": "preemptive_action", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nHow does \"After you resolve this operation, end your action phase.\" on terminal operations like Preemptive Action work?", - "answer": "Immediately after the operation resolves and is trashed from playing it, \"after you resolve this operation\" triggers meet their trigger condition. Ending the action phase then advances the game to the discard phase. This skips the paid ability window that would normally follow the end of an action, ceases the resolution of any other pending abilities or effects, and invalidates any conditional abilities. If the operation was played as part of a card ability, any remaining effects from that card ability immediately stop resolving as well.\n\nIf the Corp plays Preemptive Action as the first operation for [Subcontract](/en/card/10113), what happens?" + "question": "####UFAQ [Damon Stone]\nHow does \"After you resolve this operation, end your action phase.\" on terminal operations like Preemptive Action work?" } ] diff --git a/v2/rulings/product_recall.json b/v2/rulings/product_recall.json index e7ab86bb7..da63ac41f 100644 --- a/v2/rulings/product_recall.json +++ b/v2/rulings/product_recall.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Modifiers are always taken into account whenever a value is queried from the game state.\n\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?", "card_id": "product_recall", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nDo the credits gained from Product Recall include modifications to the trash cost, such as that from [Industrial Genomics](/en/card/06105)?", - "answer": "Yes. Modifiers are always taken into account whenever a value is queried from the game state.\n\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?" + "question": "####UFAQ [Damon Stone]\nDo the credits gained from Product Recall include modifications to the trash cost, such as that from [Industrial Genomics](/en/card/06105)?" } ] diff --git a/v2/rulings/prognostic_q_loop.json b/v2/rulings/prognostic_q_loop.json index 7b28bed76..0a23dcec6 100644 --- a/v2/rulings/prognostic_q_loop.json +++ b/v2/rulings/prognostic_q_loop.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Effects that allow players to install cards require them to pay their normal costs unless specifically stated.", "card_id": "prognostic_q_loop", "date_update": "2020-02-21", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes Prognostic Q-Loop require the Runner to pay the install cost when they use it to install a program or piece of hardware?", - "answer": "Yes. Effects that allow players to install cards require them to pay their normal costs unless specifically stated." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes Prognostic Q-Loop require the Runner to pay the install cost when they use it to install a program or piece of hardware?" } ] diff --git a/v2/rulings/project_kusanagi.json b/v2/rulings/project_kusanagi.json index 906c69684..4a7c5475d 100644 --- a/v2/rulings/project_kusanagi.json +++ b/v2/rulings/project_kusanagi.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, but it won’t do anything because unrezzed ice cannot have subroutines. Note that the Corp can only activate Project Kusagani’s ability if there is a rezzed piece of ice somewhere: to activate the ability, it must have the potential to change the game state, but once the ability resolves the Corp is not required to make a choice that actually changes the game state.", "card_id": "project_kusanagi", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Corp choose an unrezzed piece of ice for Project Kusanagi's ability?", - "answer": "Yes, but it won’t do anything because unrezzed ice cannot have subroutines. Note that the Corp can only activate Project Kusagani’s ability if there is a rezzed piece of ice somewhere: to activate the ability, it must have the potential to change the game state, but once the ability resolves the Corp is not required to make a choice that actually changes the game state." + "question": "####UFAQ [Michael Boggs]\nCan the Corp choose an unrezzed piece of ice for Project Kusanagi's ability?" } ] diff --git a/v2/rulings/project_vacheron.json b/v2/rulings/project_vacheron.json index e6f6d0523..21d02560e 100644 --- a/v2/rulings/project_vacheron.json +++ b/v2/rulings/project_vacheron.json @@ -1,9 +1,9 @@ [ { + "answer": "No. When the Runner steals Project Vacheron, it will already have hosted agenda counters, and the ability changing its agenda point value will already be active, as it enters their score area. There is no point at which the Runner has agenda points from Project Vacheron until all the counters are removed.\n\nIf the Runner steals Project Vacheron during their turn, can the Corp play Game Over or Punitive Counterstrike on their next turn?", "card_id": "project_vacheron", "date_update": "2020-08-04", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner has 4 or more agenda points and then steals Project Vacheron from a server other than Archives, do they win the game?", - "answer": "No. When the Runner steals Project Vacheron, it will already have hosted agenda counters, and the ability changing its agenda point value will already be active, as it enters their score area. There is no point at which the Runner has agenda points from Project Vacheron until all the counters are removed.\n\nIf the Runner steals Project Vacheron during their turn, can the Corp play Game Over or Punitive Counterstrike on their next turn?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner has 4 or more agenda points and then steals Project Vacheron from a server other than Archives, do they win the game?" } ] diff --git a/v2/rulings/project_yagi_uda.json b/v2/rulings/project_yagi_uda.json index fde180d17..0ee76cedb 100644 --- a/v2/rulings/project_yagi_uda.json +++ b/v2/rulings/project_yagi_uda.json @@ -1,9 +1,9 @@ [ { + "answer": "Project Yagi-Uda explicitly allows the Runner to jack out right after the swap occurs, regardless of when the ability is used. If a piece of ice is swapped while it is being approached, the Runner is still approaching that position and the Corp can rez the new piece of ice. If a piece of ice is swapped to HQ while being encountered, the encounter will end and the Runner will proceed to pass the position now occupied by the ice swapped from HQ.\n\nCan the Corp swap a card in HQ with a card in R&D or Archives?", "card_id": "project_yagi_uda", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Corp swaps a rezzed piece of ice with an unrezzed one, does the Runner still approach the swapped in ice? If so, is the Runner still allowed to jack out?", - "answer": "Project Yagi-Uda explicitly allows the Runner to jack out right after the swap occurs, regardless of when the ability is used. If a piece of ice is swapped while it is being approached, the Runner is still approaching that position and the Corp can rez the new piece of ice. If a piece of ice is swapped to HQ while being encountered, the encounter will end and the Runner will proceed to pass the position now occupied by the ice swapped from HQ.\n\nCan the Corp swap a card in HQ with a card in R&D or Archives?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf the Corp swaps a rezzed piece of ice with an unrezzed one, does the Runner still approach the swapped in ice? If so, is the Runner still allowed to jack out?" } ] diff --git a/v2/rulings/psych_mike.json b/v2/rulings/psych_mike.json index 482abf134..7533fa9a6 100644 --- a/v2/rulings/psych_mike.json +++ b/v2/rulings/psych_mike.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner gains 2. Psych Mike counts the number of times the Runner accesses a card from R&D, not specific cards accessed from R&D.\n\nDoes the Runner gain credits from Psych Mike for accessing upgrades installed in the root of R&D?", "card_id": "psych_mike", "date_update": "2022-06-21", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner accesses the same card twice (e.g. running R&D and a [Shiro](/en/card/05019) fires), do they gain 1 or 2?", - "answer": "The Runner gains 2. Psych Mike counts the number of times the Runner accesses a card from R&D, not specific cards accessed from R&D.\n\nDoes the Runner gain credits from Psych Mike for accessing upgrades installed in the root of R&D?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner accesses the same card twice (e.g. running R&D and a [Shiro](/en/card/05019) fires), do they gain 1 or 2?" } ] diff --git a/v2/rulings/psychokinesis.json b/v2/rulings/psychokinesis.json index d9690342d..ab83f2aa4 100644 --- a/v2/rulings/psychokinesis.json +++ b/v2/rulings/psychokinesis.json @@ -1,9 +1,9 @@ [ { + "answer": "Immediately after the operation resolves and is trashed from playing it, \"after you resolve this operation\" triggers meet their trigger condition. Ending the action phase then advances the game to the discard phase. This skips the paid ability window that would normally follow the end of an action, ceases the resolution of any other pending abilities or effects, and invalidates any conditional abilities. If the operation was played as part of a card ability, any remaining effects from that card ability immediately stop resolving as well.\n\nIf the Corp plays Psychokinesis as the first operation for [Subcontract](/en/card/10113), what happens?", "card_id": "psychokinesis", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nHow does \"After you resolve this operation, end your action phase.\" on terminal operations like Psychokinesis work?", - "answer": "Immediately after the operation resolves and is trashed from playing it, \"after you resolve this operation\" triggers meet their trigger condition. Ending the action phase then advances the game to the discard phase. This skips the paid ability window that would normally follow the end of an action, ceases the resolution of any other pending abilities or effects, and invalidates any conditional abilities. If the operation was played as part of a card ability, any remaining effects from that card ability immediately stop resolving as well.\n\nIf the Corp plays Psychokinesis as the first operation for [Subcontract](/en/card/10113), what happens?" + "question": "####UFAQ [Damon Stone]\nHow does \"After you resolve this operation, end your action phase.\" on terminal operations like Psychokinesis work?" } ] diff --git a/v2/rulings/public_trail.json b/v2/rulings/public_trail.json index cd30063fd..bb2342d16 100644 --- a/v2/rulings/public_trail.json +++ b/v2/rulings/public_trail.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Giving the Runner 1 or more tags results in the Runner taking tags.", "card_id": "public_trail", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Corp uses [Public Trail](/en/card/30057) or another card to give the Runner a tag, can they trigger [NBN: Reality Plus](/en/card/30051)?", - "answer": "Yes. Giving the Runner 1 or more tags results in the Runner taking tags." + "question": "If the Corp uses [Public Trail](/en/card/30057) or another card to give the Runner a tag, can they trigger [NBN: Reality Plus](/en/card/30051)?" } ] diff --git a/v2/rulings/puffer.json b/v2/rulings/puffer.json index b4b992ea1..22d6d5e79 100644 --- a/v2/rulings/puffer.json +++ b/v2/rulings/puffer.json @@ -1,9 +1,9 @@ [ { + "answer": "Puffer is trashed as it no longer can be hosted on the Omni-drive.", "card_id": "puffer", "date_update": "2017-12-29", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhat happens if the Runner uses Puffer's click ability while it is hosted on an [Omni-drive](/en/card/03039)?", - "answer": "Puffer is trashed as it no longer can be hosted on the Omni-drive." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhat happens if the Runner uses Puffer's click ability while it is hosted on an [Omni-drive](/en/card/03039)?" } ] diff --git a/v2/rulings/pushing_the_envelope.json b/v2/rulings/pushing_the_envelope.json index 2bd588811..ca01184f0 100644 --- a/v2/rulings/pushing_the_envelope.json +++ b/v2/rulings/pushing_the_envelope.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The ability of Pushing the Envelope takes effect when the event is played.\n\nIf the Runner installs another icebreaker during a run initiated by Pushing the Envelope (e.g. [Paperclip](/en/card/11024) from heap), does it have +2 strength?", "card_id": "pushing_the_envelope", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Runner draws cards so they have 3 or more in grip during the run initiated by Pushing the Envelope, do installed icebreakers lose the +2 strength?", - "answer": "No. The ability of Pushing the Envelope takes effect when the event is played.\n\nIf the Runner installs another icebreaker during a run initiated by Pushing the Envelope (e.g. [Paperclip](/en/card/11024) from heap), does it have +2 strength?" + "question": "####UFAQ [Michael Boggs]\nIf the Runner draws cards so they have 3 or more in grip during the run initiated by Pushing the Envelope, do installed icebreakers lose the +2 strength?" } ] diff --git a/v2/rulings/quarantine_system.json b/v2/rulings/quarantine_system.json index 01804394a..6a138dcfd 100644 --- a/v2/rulings/quarantine_system.json +++ b/v2/rulings/quarantine_system.json @@ -1,9 +1,9 @@ [ { + "answer": "The trigger for Jemison Astronautics is the forfeiting of the agenda. As this is a chain reaction, Jemison must resolve before Quarantine System, so the Corp places 2 advancement tokens on a card, which can be placed on Asteroid Belt. Then, Quarantine System resolves and rezzes one piece of ice at a time. If the Asteroid Belt receives the advancement tokens from Jemison, then the total rez cost of the Asteroid Belt is 1: 9 printed rez cost, 6 discounted for having 2 advancement tokens, and 2 discounted for the printed agenda point on the forfeited Hostile Takeover.\n\nIf the Corp forfeits a card that becomes an agenda for Quarantine System, such as [\"Clones are not People\"](/en/card/10052), how much is the discount for rezzing the ice?", "card_id": "quarantine_system", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nThe Corp, playing [Jemison Astronautics](/en/card/12016), uses Quarantine System to forfeit a [Hostile Takeover](/en/card/01094). What is the exact order of operations, and how much discount does the Corp receive for rezzing an [Asteroid Belt](/en/card/07012)?", - "answer": "The trigger for Jemison Astronautics is the forfeiting of the agenda. As this is a chain reaction, Jemison must resolve before Quarantine System, so the Corp places 2 advancement tokens on a card, which can be placed on Asteroid Belt. Then, Quarantine System resolves and rezzes one piece of ice at a time. If the Asteroid Belt receives the advancement tokens from Jemison, then the total rez cost of the Asteroid Belt is 1: 9 printed rez cost, 6 discounted for having 2 advancement tokens, and 2 discounted for the printed agenda point on the forfeited Hostile Takeover.\n\nIf the Corp forfeits a card that becomes an agenda for Quarantine System, such as [\"Clones are not People\"](/en/card/10052), how much is the discount for rezzing the ice?" + "question": "####UFAQ [Michael Boggs]\nThe Corp, playing [Jemison Astronautics](/en/card/12016), uses Quarantine System to forfeit a [Hostile Takeover](/en/card/01094). What is the exact order of operations, and how much discount does the Corp receive for rezzing an [Asteroid Belt](/en/card/07012)?" } ] diff --git a/v2/rulings/quetzal_free_spirit.json b/v2/rulings/quetzal_free_spirit.json index 703c3bb6d..5eaebf070 100644 --- a/v2/rulings/quetzal_free_spirit.json +++ b/v2/rulings/quetzal_free_spirit.json @@ -1,9 +1,9 @@ [ { + "answer": "The old wording of [Quetzal](https://netrunnerdb.com/en/card/31001)’s ability did not fit into any of the modern ability types that the CR supports. In practice, it always worked like a paid ability, but now it’s written as one so that it’s clear what timing and other rules apply to it.", "card_id": "quetzal_free_spirit", "date_update": "2022-04-22", "nsg_rules_team_verified": true, - "question": "Why is [Quetzal](https://netrunnerdb.com/en/card/31001)’s ability written differently than in previous printings?", - "answer": "The old wording of [Quetzal](https://netrunnerdb.com/en/card/31001)’s ability did not fit into any of the modern ability types that the CR supports. In practice, it always worked like a paid ability, but now it’s written as one so that it’s clear what timing and other rules apply to it." + "question": "Why is [Quetzal](https://netrunnerdb.com/en/card/31001)’s ability written differently than in previous printings?" } ] diff --git a/v2/rulings/raman_rai.json b/v2/rulings/raman_rai.json index 8b546ee37..a63df88c7 100644 --- a/v2/rulings/raman_rai.json +++ b/v2/rulings/raman_rai.json @@ -1,9 +1,9 @@ [ { + "answer": "Facedown.\n\nThe Corp has Raman Rai and [Political Dealings](/en/card/10051) rezzed for the mandatory draw. If the Corp uses Raman Rai first to swap a drawn agenda with one in Archives, can the Corp then use Political Dealings to install the agenda swapped into Archives? What about the other way around?", "card_id": "raman_rai", "date_update": "2021-09-13", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nDoes the card swapped into Archives with Raman Rai enter faceup, facedown, or in the same state as the card swapped out of Archives?", - "answer": "Facedown.\n\nThe Corp has Raman Rai and [Political Dealings](/en/card/10051) rezzed for the mandatory draw. If the Corp uses Raman Rai first to swap a drawn agenda with one in Archives, can the Corp then use Political Dealings to install the agenda swapped into Archives? What about the other way around?" + "question": "####UFAQ [Damon Stone]\nDoes the card swapped into Archives with Raman Rai enter faceup, facedown, or in the same state as the card swapped out of Archives?" } ] diff --git a/v2/rulings/ramujan_reliant_550_bmi.json b/v2/rulings/ramujan_reliant_550_bmi.json index 9c98581f5..efb0eb972 100644 --- a/v2/rulings/ramujan_reliant_550_bmi.json +++ b/v2/rulings/ramujan_reliant_550_bmi.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner only needs 1 copy of Ramujan-Reliant 550 BMI, which can be used to prevent the 1 brain damage from Viktor 1.0. Since Sentinel Defense Program requires the Runner to ‘’suffer’’ damage and not just be dealt damage, it does not trigger if the damage is prevented.\n\nDoes \"Limit 6 per deck.\" apply during a draft?", "card_id": "ramujan_reliant_550_bmi", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nThe Corp has a scored [Sentinel Defense Program](/en/card/03007) when the Runner encounters a [Viktor 1.0](/en/card/01063) and cannot break the subroutines. How many copies of Ramujan-Reliant 550 BMI must be installed to prevent all the damage?", - "answer": "The Runner only needs 1 copy of Ramujan-Reliant 550 BMI, which can be used to prevent the 1 brain damage from Viktor 1.0. Since Sentinel Defense Program requires the Runner to ‘’suffer’’ damage and not just be dealt damage, it does not trigger if the damage is prevented.\n\nDoes \"Limit 6 per deck.\" apply during a draft?" + "question": "####UFAQ [Damon Stone]\nThe Corp has a scored [Sentinel Defense Program](/en/card/03007) when the Runner encounters a [Viktor 1.0](/en/card/01063) and cannot break the subroutines. How many copies of Ramujan-Reliant 550 BMI must be installed to prevent all the damage?" } ] diff --git a/v2/rulings/ravana_1_0.json b/v2/rulings/ravana_1_0.json index 93d43c489..ca718ae3d 100644 --- a/v2/rulings/ravana_1_0.json +++ b/v2/rulings/ravana_1_0.json @@ -1,9 +1,9 @@ [ { + "answer": "A mandatory loop is created. The general rule is that the Corp chooses a number X and the loop continues X iterations and then stops. In this case the end result is that the subroutine does not have any effect for whatever number the Corp chooses.", "card_id": "ravana_1_0", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If the only rezzed bioroid ice are multiple copies of [Ravana 1.0](https://netrunnerdb.com/en/card/31045), what happens if one of their subs resolves?", - "answer": "A mandatory loop is created. The general rule is that the Corp chooses a number X and the loop continues X iterations and then stops. In this case the end result is that the subroutine does not have any effect for whatever number the Corp chooses." + "question": "If the only rezzed bioroid ice are multiple copies of [Ravana 1.0](https://netrunnerdb.com/en/card/31045), what happens if one of their subs resolves?" } ] diff --git a/v2/rulings/rebirth.json b/v2/rulings/rebirth.json index 6f8cf218d..e01719f4e 100644 --- a/v2/rulings/rebirth.json +++ b/v2/rulings/rebirth.json @@ -1,9 +1,9 @@ [ { + "answer": "No, the factioned identities from the Hardwired draft are for \"draft format only\" as indicated on the cards.\n\nCan [Apex](/en/card/09029), [Adam](/en/card/09037), and [Sunny Lebeau](/en/card/09045) play Rebirth?", "card_id": "rebirth", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan [Andromeda](/en/card/02083) play Rebirth and change into [Boris \"Syfr\" Kovac](/en/card/00008)?", - "answer": "No, the factioned identities from the Hardwired draft are for \"draft format only\" as indicated on the cards.\n\nCan [Apex](/en/card/09029), [Adam](/en/card/09037), and [Sunny Lebeau](/en/card/09045) play Rebirth?" + "question": "####UFAQ [Damon Stone]\nCan [Andromeda](/en/card/02083) play Rebirth and change into [Boris \"Syfr\" Kovac](/en/card/00008)?" } ] diff --git a/v2/rulings/red_team.json b/v2/rulings/red_team.json index 6cdcdcab1..e07cff9be 100644 --- a/v2/rulings/red_team.json +++ b/v2/rulings/red_team.json @@ -1,9 +1,9 @@ [ { + "answer": "[Red Team](/en/card/30018) cares about the server the Runner declared to be the attacked server at the beginning of the run. Therefore, it will always count a run made with [Sneakdoor Beta](/en/card/31023) as a run against Archives. The Runner will not be able to use [Red Team](/en/card/30018) to run Archives later in the turn.", "card_id": "red_team", "date_update": "2021-10-12", "nsg_rules_team_verified": true, - "question": "If the Runner uses [Sneakdoor Beta](/en/card/31023) to run Archives and then switch to HQ, does [Red Team](/en/card/30018) count that as a run on Archives or HQ?", - "answer": "[Red Team](/en/card/30018) cares about the server the Runner declared to be the attacked server at the beginning of the run. Therefore, it will always count a run made with [Sneakdoor Beta](/en/card/31023) as a run against Archives. The Runner will not be able to use [Red Team](/en/card/30018) to run Archives later in the turn." + "question": "If the Runner uses [Sneakdoor Beta](/en/card/31023) to run Archives and then switch to HQ, does [Red Team](/en/card/30018) count that as a run on Archives or HQ?" } ] diff --git a/v2/rulings/reeducation.json b/v2/rulings/reeducation.json index 81a0e81f4..f9f00944b 100644 --- a/v2/rulings/reeducation.json +++ b/v2/rulings/reeducation.json @@ -1,9 +1,9 @@ [ { + "answer": "No. If the Runner does not have enough cards with which to resolve the effect, then they are not \"able\" to do so.", "card_id": "reeducation", "date_update": "2017-06-23", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Corp uses Reeducation to add more cards from HQ to the bottom of R&D than the Runner has in their grip, does the Runner still have to randomly add cards to the bottom of their stack?", - "answer": "No. If the Runner does not have enough cards with which to resolve the effect, then they are not \"able\" to do so." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Corp uses Reeducation to add more cards from HQ to the bottom of R&D than the Runner has in their grip, does the Runner still have to randomly add cards to the bottom of their stack?" } ] diff --git a/v2/rulings/regenesis.json b/v2/rulings/regenesis.json index fb78c8181..dd295fcc8 100644 --- a/v2/rulings/regenesis.json +++ b/v2/rulings/regenesis.json @@ -1,16 +1,16 @@ [ { + "answer": "No. [Seamless Launch](https://netrunnerdb.com/en/card/30040) will resolve and be trashed before a paid ability window occurs in which the Corp could score [Regenesis](https://netrunnerdb.com/en/card/33040).", "card_id": "regenesis", "date_update": "2022-11-27", "nsg_rules_team_verified": true, - "question": "Can the Corp play [Seamless Launch](https://netrunnerdb.com/en/card/30040) to put the last required advancement counters on [Regenesis](https://netrunnerdb.com/en/card/33040), and then score [Regenesis](https://netrunnerdb.com/en/card/33040) before [Seamless Launch](https://netrunnerdb.com/en/card/30040) is added to Archives?", - "answer": "No. [Seamless Launch](https://netrunnerdb.com/en/card/30040) will resolve and be trashed before a paid ability window occurs in which the Corp could score [Regenesis](https://netrunnerdb.com/en/card/33040)." + "question": "Can the Corp play [Seamless Launch](https://netrunnerdb.com/en/card/30040) to put the last required advancement counters on [Regenesis](https://netrunnerdb.com/en/card/33040), and then score [Regenesis](https://netrunnerdb.com/en/card/33040) before [Seamless Launch](https://netrunnerdb.com/en/card/30040) is added to Archives?" }, { + "answer": "If the Corp uses [Moon Pool](https://netrunnerdb.com/en/card/33042) on their turn and does not trash any cards from HQ with its ability, they can still meet the condition on [Regenesis](https://netrunnerdb.com/en/card/33040). [Moon Pool](https://netrunnerdb.com/en/card/33042) itself is removed from the game by its ability, so it never enters Archives.", "card_id": "regenesis", "date_update": "2022-11-27", "nsg_rules_team_verified": true, - "question": "Can the Corp use [Regensis](https://netrunnerdb.com/en/card/33040)’s ability after using [Moon Pool](https://netrunnerdb.com/en/card/33042)?", - "answer": "If the Corp uses [Moon Pool](https://netrunnerdb.com/en/card/33042) on their turn and does not trash any cards from HQ with its ability, they can still meet the condition on [Regenesis](https://netrunnerdb.com/en/card/33040). [Moon Pool](https://netrunnerdb.com/en/card/33042) itself is removed from the game by its ability, so it never enters Archives." + "question": "Can the Corp use [Regensis](https://netrunnerdb.com/en/card/33040)’s ability after using [Moon Pool](https://netrunnerdb.com/en/card/33042)?" } ] diff --git a/v2/rulings/reina_roja_freedom_fighter.json b/v2/rulings/reina_roja_freedom_fighter.json index 19d40a67e..886c3fcf0 100644 --- a/v2/rulings/reina_roja_freedom_fighter.json +++ b/v2/rulings/reina_roja_freedom_fighter.json @@ -1,9 +1,9 @@ [ { + "answer": "No. [Reina](https://netrunnerdb.com/en/card/31002) increases the rez cost temporarily of the first ice being rezzed by the Corp. This increase in rez cost is not an additional cost, so by using [Tithonium](https://netrunnerdb.com/en/card/12098)’s first ability you do not need to pay 1 extra credit.", "card_id": "reina_roja_freedom_fighter", "date_update": "2022-04-22", "nsg_rules_team_verified": true, - "question": "If the Runner is playing [Reina Roja](https://netrunnerdb.com/en/card/31002) and the first piece of ice the Corp rezzes in a given turn is [Tithonium](https://netrunnerdb.com/en/card/12098), does the Corp have to pay 1 if they forfeit an agenda rather than pay [Tithonium](https://netrunnerdb.com/en/card/12098)’s rez cost?", - "answer": "No. [Reina](https://netrunnerdb.com/en/card/31002) increases the rez cost temporarily of the first ice being rezzed by the Corp. This increase in rez cost is not an additional cost, so by using [Tithonium](https://netrunnerdb.com/en/card/12098)’s first ability you do not need to pay 1 extra credit." + "question": "If the Runner is playing [Reina Roja](https://netrunnerdb.com/en/card/31002) and the first piece of ice the Corp rezzes in a given turn is [Tithonium](https://netrunnerdb.com/en/card/12098), does the Corp have to pay 1 if they forfeit an agenda rather than pay [Tithonium](https://netrunnerdb.com/en/card/12098)’s rez cost?" } ] diff --git a/v2/rulings/rejig.json b/v2/rulings/rejig.json index 543354f2c..3823436d5 100644 --- a/v2/rulings/rejig.json +++ b/v2/rulings/rejig.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. After the Runner adds the Astrolabe to their grip, their installed programs exceed their memory limit, so they must trash programs down to their new memory limit before continuing to resolve Rejig.\n\nWhich uninstalled card does Rejig refer to?", "card_id": "rejig", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nThe Runner has an Astrolabe installed and has installed programs with a total memory cost meeting their memory limit. If they Rejig their Astrolabe into another console with +1, do they have to trash programs?", - "answer": "Yes. After the Runner adds the Astrolabe to their grip, their installed programs exceed their memory limit, so they must trash programs down to their new memory limit before continuing to resolve Rejig.\n\nWhich uninstalled card does Rejig refer to?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nThe Runner has an Astrolabe installed and has installed programs with a total memory cost meeting their memory limit. If they Rejig their Astrolabe into another console with +1, do they have to trash programs?" } ] diff --git a/v2/rulings/remote_enforcement.json b/v2/rulings/remote_enforcement.json index 02de28b98..bb6987893 100644 --- a/v2/rulings/remote_enforcement.json +++ b/v2/rulings/remote_enforcement.json @@ -1,9 +1,9 @@ [ { + "answer": "No. If you install Archer with Remote Enforcement and do not forfeit an agenda, it will remain unrezzed.", "card_id": "remote_enforcement", "date_update": "2023-02-25", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nCan Remote Enforcement rez an Archer without forfeiting an agenda?", - "answer": "No. If you install Archer with Remote Enforcement and do not forfeit an agenda, it will remain unrezzed." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nCan Remote Enforcement rez an Archer without forfeiting an agenda?" } ] diff --git a/v2/rulings/rene_loup_arcemont_party_animal.json b/v2/rulings/rene_loup_arcemont_party_animal.json index ae24060f0..e1d19dd72 100644 --- a/v2/rulings/rene_loup_arcemont_party_animal.json +++ b/v2/rulings/rene_loup_arcemont_party_animal.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Runner must fully resolve [Carnivore](/en/card/30003)’s ability before the trigger condition on *Loup*’s ability is met.", "card_id": "rene_loup_arcemont_party_animal", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Runner chooses to use [Carnivore](/en/card/30003), can they draw with [René “Loup” Arcemont](/en/card/30001) before trashing cards from their grip?", - "answer": "No. The Runner must fully resolve [Carnivore](/en/card/30003)’s ability before the trigger condition on *Loup*’s ability is met." + "question": "If the Runner chooses to use [Carnivore](/en/card/30003), can they draw with [René “Loup” Arcemont](/en/card/30001) before trashing cards from their grip?" } ] diff --git a/v2/rulings/respirocytes.json b/v2/rulings/respirocytes.json index 3b32b5c86..0843fe6be 100644 --- a/v2/rulings/respirocytes.json +++ b/v2/rulings/respirocytes.json @@ -1,9 +1,9 @@ [ { + "answer": "When the trigger condition is met, the Runner draws one card for each installed Respirocytes, so they will draw 3 cards.", "card_id": "respirocytes", "date_update": "2017-10-17", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner has 3 Respirocytes installed, how many cards do they draw when they have 0 cards in their grip?", - "answer": "When the trigger condition is met, the Runner draws one card for each installed Respirocytes, so they will draw 3 cards." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner has 3 Respirocytes installed, how many cards do they draw when they have 0 cards in their grip?" } ] diff --git a/v2/rulings/restore.json b/v2/rulings/restore.json index 8dcb1f6c8..9a0e31533 100644 --- a/v2/rulings/restore.json +++ b/v2/rulings/restore.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nCan the Corp use Restore to install an asset, upgrade, or ice from Archives that they don't have enough credits to rez?", "card_id": "restore", "date_update": "2017-10-17", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp use Restore to install an agenda from Archives and remove any other copies of that agenda from the game?", - "answer": "Yes.\n\nCan the Corp use Restore to install an asset, upgrade, or ice from Archives that they don't have enough credits to rez?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp use Restore to install an agenda from Archives and remove any other copies of that agenda from the game?" } ] diff --git a/v2/rulings/revolver.json b/v2/rulings/revolver.json index b9a71e048..d070d808a 100644 --- a/v2/rulings/revolver.json +++ b/v2/rulings/revolver.json @@ -1,9 +1,9 @@ [ { + "answer": "No.", "card_id": "revolver", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "When using the interface ability on [Revolver](/en/card/33018) by spending a power counter, does the Runner gain a credit from [Tech Trader](/en/card/10023)?", - "answer": "No." + "question": "When using the interface ability on [Revolver](/en/card/33018) by spending a power counter, does the Runner gain a credit from [Tech Trader](/en/card/10023)?" } ] diff --git a/v2/rulings/rigging_up.json b/v2/rulings/rigging_up.json index dba1ca6a9..d4ea845bf 100644 --- a/v2/rulings/rigging_up.json +++ b/v2/rulings/rigging_up.json @@ -1,23 +1,23 @@ [ { + "answer": "Yes. [Hyperbaric](/en/card/33026)’s “when you install” ability resolves in between the instruction from [Rigging Up](/en/card/33024) that installs it and the instruction that gives the option to charge it. By the time the latter instruction resolves, [Hyperbaric](/en/card/33026) has a hosted power counter and is legal to charge.", "card_id": "rigging_up", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the Runner use [Rigging Up](/en/card/33024) to put an extra counter on [Hyperbaric](/en/card/33026)?", - "answer": "Yes. [Hyperbaric](/en/card/33026)’s “when you install” ability resolves in between the instruction from [Rigging Up](/en/card/33024) that installs it and the instruction that gives the option to charge it. By the time the latter instruction resolves, [Hyperbaric](/en/card/33026) has a hosted power counter and is legal to charge." + "question": "Can the Runner use [Rigging Up](/en/card/33024) to put an extra counter on [Hyperbaric](/en/card/33026)?" }, { + "answer": "This text is included to clarify that the “you may charge that card” effect is still subject to the requirement that a card can only be charged if it has a hosted power counter.", "card_id": "rigging_up", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Why does [Rigging Up](/en/card/33024) say “if able”?", - "answer": "This text is included to clarify that the “you may charge that card” effect is still subject to the requirement that a card can only be charged if it has a hosted power counter." + "question": "Why does [Rigging Up](/en/card/33024) say “if able”?" }, { + "answer": "Yes, a card that has 2 power counters qualifies as having at least 1 power counter.", "card_id": "rigging_up", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can a player charge cards that have 2 or more power counters?", - "answer": "Yes, a card that has 2 power counters qualifies as having at least 1 power counter." + "question": "Can a player charge cards that have 2 or more power counters?" } ] diff --git a/v2/rulings/rime.json b/v2/rulings/rime.json index 49a97860d..769c76351 100644 --- a/v2/rulings/rime.json +++ b/v2/rulings/rime.json @@ -1,9 +1,9 @@ [ { + "answer": "Rime’s ability means that it can be rezzed in paid ability windows that allow the Corp to rez assets and upgrades, not just the special paid ability window while it is being approached. It cannot be rezzed during paid ability windows that don’t allow rezzing non-ice cards, most notably the paid ability window during an encounter.\n\nCan the Corp rez Rime with the ability on Architects of Tomorrow?", "card_id": "rime", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhen can Rime be rezzed?", - "answer": "Rime’s ability means that it can be rezzed in paid ability windows that allow the Corp to rez assets and upgrades, not just the special paid ability window while it is being approached. It cannot be rezzed during paid ability windows that don’t allow rezzing non-ice cards, most notably the paid ability window during an encounter.\n\nCan the Corp rez Rime with the ability on Architects of Tomorrow?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhen can Rime be rezzed?" } ] diff --git a/v2/rulings/rip_deal.json b/v2/rulings/rip_deal.json index ab8e4bff7..2a8b8c26b 100644 --- a/v2/rulings/rip_deal.json +++ b/v2/rulings/rip_deal.json @@ -1,9 +1,9 @@ [ { + "answer": "If the Runner chooses to use Rip Deal's ability, they still access cards from the root of HQ, but those cards do not add to the number of cards that the Runner adds from the heap to the grip.\n\nIf the Runner has an installed [Nerve Agent](/en/card/02041), does it gain an additional virus counter before or after the Runner decides to use Rip Deal's effect?", "card_id": "rip_deal", "date_update": "2017-07-25", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nHow does Rip Deal interact with upgrades installed in the root of HQ?", - "answer": "If the Runner chooses to use Rip Deal's ability, they still access cards from the root of HQ, but those cards do not add to the number of cards that the Runner adds from the heap to the grip.\n\nIf the Runner has an installed [Nerve Agent](/en/card/02041), does it gain an additional virus counter before or after the Runner decides to use Rip Deal's effect?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nHow does Rip Deal interact with upgrades installed in the root of HQ?" } ] diff --git a/v2/rulings/rng_key.json b/v2/rulings/rng_key.json index 553e5fa91..386ebae27 100644 --- a/v2/rulings/rng_key.json +++ b/v2/rulings/rng_key.json @@ -1,9 +1,9 @@ [ { + "answer": "RNG Key triggers a maximum of once per turn, when the Runner makes a successful run on either HQ or R&D.", "card_id": "rng_key", "date_update": "2018-03-02", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nDoes RNG Key trigger once for the first successful run on each of HQ and R&D, or does it trigger once the first time the Runner makes a successful run on either HQ or R&D?", - "answer": "RNG Key triggers a maximum of once per turn, when the Runner makes a successful run on either HQ or R&D." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 20](http://ancur.wikia.com/wiki/Down_the_White_Nile_UFAQ) [Michael Boggs]\nDoes RNG Key trigger once for the first successful run on each of HQ and R&D, or does it trigger once the first time the Runner makes a successful run on either HQ or R&D?" } ] diff --git a/v2/rulings/rosetta_2_0.json b/v2/rulings/rosetta_2_0.json index a963dd746..1fac6d806 100644 --- a/v2/rulings/rosetta_2_0.json +++ b/v2/rulings/rosetta_2_0.json @@ -1,9 +1,9 @@ [ { + "answer": "Dhegdheer’s cost reduction only applies at the time the program hosted on it is installed. The install cost of the new program will be lowered by the printed cost of the trashed program.", "card_id": "rosetta_2_0", "date_update": "2017-05-25", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner removes a program hosted on [Dhegdheer](/en/card/13020) from the game as the cost for using Rosetta 2.0, by how much is the install cost of the new program lowered?", - "answer": "Dhegdheer’s cost reduction only applies at the time the program hosted on it is installed. The install cost of the new program will be lowered by the printed cost of the trashed program." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the Runner removes a program hosted on [Dhegdheer](/en/card/13020) from the game as the cost for using Rosetta 2.0, by how much is the install cost of the new program lowered?" } ] diff --git a/v2/rulings/rover_algorithm.json b/v2/rulings/rover_algorithm.json index ace70fc9a..d94813b0a 100644 --- a/v2/rulings/rover_algorithm.json +++ b/v2/rulings/rover_algorithm.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The ability is on the condition counter, which remains active even while the ice is inactive.", "card_id": "rover_algorithm", "date_update": "2017-07-21", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the ice hosting Rover Algorithm is derezzed, does Rover Algorithm still gain power counters when the Runner passes that ice?", - "answer": "Yes. The ability is on the condition counter, which remains active even while the ice is inactive." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf the ice hosting Rover Algorithm is derezzed, does Rover Algorithm still gain power counters when the Runner passes that ice?" } ] diff --git a/v2/rulings/rumor_mill.json b/v2/rulings/rumor_mill.json index 6c6107d31..43faa95f8 100644 --- a/v2/rulings/rumor_mill.json +++ b/v2/rulings/rumor_mill.json @@ -1,9 +1,9 @@ [ { + "answer": "No, Ibrahim Salem’s text box is considered blank while Rumor Mill is active, even if Ibrahim Salem is inactive.\n\nDoes the Runner add [Director Haas](/en/card/03010) to their score area if they trash it when accessing it from R&D while Rumor Mill is active?", "card_id": "rumor_mill", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes the Corp have to forfeit an agenda to rez [Ibrahim Salem](/en/card/10109) while Rumor Mill is active?", - "answer": "No, Ibrahim Salem’s text box is considered blank while Rumor Mill is active, even if Ibrahim Salem is inactive.\n\nDoes the Runner add [Director Haas](/en/card/03010) to their score area if they trash it when accessing it from R&D while Rumor Mill is active?" + "question": "####UFAQ [Michael Boggs]\nDoes the Corp have to forfeit an agenda to rez [Ibrahim Salem](/en/card/10109) while Rumor Mill is active?" } ] diff --git a/v2/rulings/run_amok.json b/v2/rulings/run_amok.json index f1b5d9395..5068f2fad 100644 --- a/v2/rulings/run_amok.json +++ b/v2/rulings/run_amok.json @@ -1,9 +1,9 @@ [ { + "answer": "Run Amok triggers as soon as the run ends, similar to [Dirty Laundry](/en/card/03052) or [Doppelgänger](/en/card/02064).\n\nCan the Runner use Run Amok to trash a piece of ice the Corp rezzes during the run but then uses [Test Ground](/en/card/08071) to derez before the run ends?", "card_id": "run_amok", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "#### UFAQ [Damon Stone]\nWhen does Run Amok trigger?", - "answer": "Run Amok triggers as soon as the run ends, similar to [Dirty Laundry](/en/card/03052) or [Doppelgänger](/en/card/02064).\n\nCan the Runner use Run Amok to trash a piece of ice the Corp rezzes during the run but then uses [Test Ground](/en/card/08071) to derez before the run ends?" + "question": "#### UFAQ [Damon Stone]\nWhen does Run Amok trigger?" } ] diff --git a/v2/rulings/running_hot.json b/v2/rulings/running_hot.json index b0598381e..a6ee6a5b1 100644 --- a/v2/rulings/running_hot.json +++ b/v2/rulings/running_hot.json @@ -1,30 +1,30 @@ [ { + "answer": "[Running Hot](/en/card/33003) is placed into the play area and then the cost for playing the event is paid, including the additional cost of suffering a core damage. The core damage cannot trash the copy of [Running Hot](/en/card/33003) that was played.", "card_id": "running_hot", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does the Runner pay the core damage cost before or after removing [Running Hot](/en/card/33003) from the grip when playing it?", - "answer": "[Running Hot](/en/card/33003) is placed into the play area and then the cost for playing the event is paid, including the additional cost of suffering a core damage. The core damage cannot trash the copy of [Running Hot](/en/card/33003) that was played." + "question": "Does the Runner pay the core damage cost before or after removing [Running Hot](/en/card/33003) from the grip when playing it?" }, { + "answer": "No. Costs cannot be prevented.", "card_id": "running_hot", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the core damage cost be prevented?", - "answer": "No. Costs cannot be prevented." + "question": "Can the core damage cost be prevented?" }, { + "answer": "They can, but they will flatline from doing so.", "card_id": "running_hot", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the Runner play [Running Hot](/en/card/33003) if it is the only card in their hand?", - "answer": "They can, but they will flatline from doing so." + "question": "Can the Runner play [Running Hot](/en/card/33003) if it is the only card in their hand?" }, { + "answer": "Yes.", "card_id": "running_hot", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the Runner play [Running Hot](/en/card/33003) if the core damage will flatline them at the end of their turn?", - "answer": "Yes." + "question": "Can the Runner play [Running Hot](/en/card/33003) if the core damage will flatline them at the end of their turn?" } ] diff --git a/v2/rulings/sacrifice.json b/v2/rulings/sacrifice.json index 33447a7f8..a54a7902c 100644 --- a/v2/rulings/sacrifice.json +++ b/v2/rulings/sacrifice.json @@ -1,9 +1,9 @@ [ { + "answer": "The Corp removes three bad publicity as the Project Beale was worth three agenda points. If the Corp has less than three bad publicity, they remove all the bad publicity they have and gain that many credits.\n\nCan the Corp play Sacrifice if they have no bad publicity?", "card_id": "sacrifice", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Corp forfeits a [Project Beale](/en/card/02115) with an agenda counter on it when they play Sacrifice, how much bad publicity can they remove?", - "answer": "The Corp removes three bad publicity as the Project Beale was worth three agenda points. If the Corp has less than three bad publicity, they remove all the bad publicity they have and gain that many credits.\n\nCan the Corp play Sacrifice if they have no bad publicity?" + "question": "####UFAQ [Michael Boggs]\nIf the Corp forfeits a [Project Beale](/en/card/02115) with an agenda counter on it when they play Sacrifice, how much bad publicity can they remove?" } ] diff --git a/v2/rulings/sadaka.json b/v2/rulings/sadaka.json index 1e8d632c1..4f7baa0ce 100644 --- a/v2/rulings/sadaka.json +++ b/v2/rulings/sadaka.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. \"Trash Sadaka\" is independent of the other parts of the subroutine.", "card_id": "sadaka", "date_update": "2018-04-06", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nIf the second subroutine on Sadaka resolves, does the Corp still have to trash Sadaka if they do not trash a card in HQ to trash a resource?", - "answer": "Yes. \"Trash Sadaka\" is independent of the other parts of the subroutine." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nIf the second subroutine on Sadaka resolves, does the Corp still have to trash Sadaka if they do not trash a card in HQ to trash a resource?" } ] diff --git a/v2/rulings/sadyojata.json b/v2/rulings/sadyojata.json index cdcafe797..44c62176b 100644 --- a/v2/rulings/sadyojata.json +++ b/v2/rulings/sadyojata.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Changes in subtypes are tracked cumulatively, but the state of having a subtype is binary.\n\nCan the Runner use Sadyojata to swap in another copy of Sadyojata from the grip?", "card_id": "sadyojata", "date_update": "2022-01-04", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the first piece of ice [Rielle \"Kit\" Peddler](/en/card/03028) encounters is a [NEXT Bronze](/en/card/04011), giving it the code gate subtype, is it considered to have 3 subtypes for the purpose of breaking with Sadyojata?", - "answer": "No. Changes in subtypes are tracked cumulatively, but the state of having a subtype is binary.\n\nCan the Runner use Sadyojata to swap in another copy of Sadyojata from the grip?" + "question": "####UFAQ [Damon Stone]\nIf the first piece of ice [Rielle \"Kit\" Peddler](/en/card/03028) encounters is a [NEXT Bronze](/en/card/04011), giving it the code gate subtype, is it considered to have 3 subtypes for the purpose of breaking with Sadyojata?" } ] diff --git a/v2/rulings/saisentan.json b/v2/rulings/saisentan.json index cb472c81c..d6385eef7 100644 --- a/v2/rulings/saisentan.json +++ b/v2/rulings/saisentan.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The damage from trashing a card of the chosen type is not dealt by a subroutine, so it cannot meet the trigger condition of the ability again.\n\nHow does Marcus Batty interact with Saisentan?", "card_id": "saisentan", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nDoes the extra damage from Saisentan’s “when encountered” ability trigger itself?", - "answer": "No. The damage from trashing a card of the chosen type is not dealt by a subroutine, so it cannot meet the trigger condition of the ability again.\n\nHow does Marcus Batty interact with Saisentan?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nDoes the extra damage from Saisentan’s “when encountered” ability trigger itself?" } ] diff --git a/v2/rulings/salems_hospitality.json b/v2/rulings/salems_hospitality.json index b7becb354..42e0eeb28 100644 --- a/v2/rulings/salems_hospitality.json +++ b/v2/rulings/salems_hospitality.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Salem's Hospitality has no potential to change the game state, so the Corp cannot choose to take that action.\n\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?", "card_id": "salems_hospitality", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan the Corp play Salem's Hospitality while the Runner has an empty grip?", - "answer": "No. Salem's Hospitality has no potential to change the game state, so the Corp cannot choose to take that action.\n\nIf the Runner accesses an Alliance card from HQ, is the Corp required to tell the Runner how much influence that card is worth in their deck? What about if the Runner accesses an Alliance card from R&D?" + "question": "####UFAQ [Damon Stone]\nCan the Corp play Salem's Hospitality while the Runner has an empty grip?" } ] diff --git a/v2/rulings/salsette_slums.json b/v2/rulings/salsette_slums.json index 50b4c73d2..92c5cc072 100644 --- a/v2/rulings/salsette_slums.json +++ b/v2/rulings/salsette_slums.json @@ -1,9 +1,9 @@ [ { + "answer": "No, Salsette Slums can only be used while accessing the card.\n\nCan the Runner choose not to use Salsette Slums the first time they trash an accessed card and then use it later to remove the second card trashed that turn from the game?", "card_id": "salsette_slums", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner access a card and then later in the turn uses [Political Operative](/en/card/10043) to trash it, can they use Salsette Slums to remove that card from the game?", - "answer": "No, Salsette Slums can only be used while accessing the card.\n\nCan the Runner choose not to use Salsette Slums the first time they trash an accessed card and then use it later to remove the second card trashed that turn from the game?" + "question": "####UFAQ [Damon Stone]\nIf the Runner access a card and then later in the turn uses [Political Operative](/en/card/10043) to trash it, can they use Salsette Slums to remove that card from the game?" } ] diff --git a/v2/rulings/sandburg.json b/v2/rulings/sandburg.json index 0ecc7caae..54e43955f 100644 --- a/v2/rulings/sandburg.json +++ b/v2/rulings/sandburg.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The Corp's credit pool dips below 10 after paying the cost of Hedge Fund, so Ice Wall's strength is reduced to zero momentarily.", "card_id": "sandburg", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nThe Corp has 10 while Sandburg is installed. A [Parasite](/en/card/01012) with 1 hosted virus counter is installed on an [Ice Wall](/en/card/01103) without advancement counters. Is the Ice Wall trashed if the Corp plays [Hedge Fund](/en/card/01110)?", - "answer": "Yes. The Corp's credit pool dips below 10 after paying the cost of Hedge Fund, so Ice Wall's strength is reduced to zero momentarily." + "question": "####UFAQ [Damon Stone]\nThe Corp has 10 while Sandburg is installed. A [Parasite](/en/card/01012) with 1 hosted virus counter is installed on an [Ice Wall](/en/card/01103) without advancement counters. Is the Ice Wall trashed if the Corp plays [Hedge Fund](/en/card/01110)?" } ] diff --git a/v2/rulings/sandstone.json b/v2/rulings/sandstone.json index 4eaf4aca0..41855ddd7 100644 --- a/v2/rulings/sandstone.json +++ b/v2/rulings/sandstone.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Players can only pay costs with items they control, and the Corp controls the virus counters on Sandstone as per rule 1.13.2f.", "card_id": "sandstone", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Runner spend virus counters from Sandstone for Yusuf, Freedom, etc.?", - "answer": "No. Players can only pay costs with items they control, and the Corp controls the virus counters on Sandstone as per rule 1.13.2f." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Runner spend virus counters from Sandstone for Yusuf, Freedom, etc.?" } ] diff --git a/v2/rulings/saraswati_mnemonics_endless_exploration.json b/v2/rulings/saraswati_mnemonics_endless_exploration.json index 7c99d9463..81033605c 100644 --- a/v2/rulings/saraswati_mnemonics_endless_exploration.json +++ b/v2/rulings/saraswati_mnemonics_endless_exploration.json @@ -1,9 +1,9 @@ [ { + "answer": "The restriction from Saraswati expires at step 1.4 of the Corp's turn. The Corp's first opportunity to rez or score the card after that point is step 2.1 before taking actions.", "card_id": "saraswati_mnemonics_endless_exploration", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nAfter installing a card with Saraswati Mnemonics, when is the earliest that the Corp can rez or score that card?", - "answer": "The restriction from Saraswati expires at step 1.4 of the Corp's turn. The Corp's first opportunity to rez or score the card after that point is step 2.1 before taking actions." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nAfter installing a card with Saraswati Mnemonics, when is the earliest that the Corp can rez or score that card?" } ] diff --git a/v2/rulings/savant.json b/v2/rulings/savant.json index fc426f9ae..5f61b5652 100644 --- a/v2/rulings/savant.json +++ b/v2/rulings/savant.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Because the ability does not say \"if able\", it will resolve as much as possible when used.", "card_id": "savant", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Runner use Savant to break 1 code gate subroutine?", - "answer": "Yes. Because the ability does not say \"if able\", it will resolve as much as possible when used." + "question": "####UFAQ [Michael Boggs]\nCan the Runner use Savant to break 1 code gate subroutine?" } ] diff --git a/v2/rulings/scrubber.json b/v2/rulings/scrubber.json index e6d52ed16..5520c4396 100644 --- a/v2/rulings/scrubber.json +++ b/v2/rulings/scrubber.json @@ -1,16 +1,16 @@ [ { + "answer": "That symbol means “recurring credits”, and it means that after a player installs (or rezzes, for Corp cards) the card it appears on, they should place the indicated number of credits on it (in [Scrubber](https://netrunnerdb.com/en/card/31011)’s case, 2 of them). Then, for as long as the card remains active, the player “refills” the card up to the indicated number of credits just before their turn begins. If there are already as many credits as the number indicated (or more), then no more credits will be added.", "card_id": "scrubber", "date_update": "2022-04-23", "nsg_rules_team_verified": true, - "question": "What is the credit symbol with the arrow on [Scrubber](https://netrunnerdb.com/en/card/31011) and what does it do?", - "answer": "That symbol means “recurring credits”, and it means that after a player installs (or rezzes, for Corp cards) the card it appears on, they should place the indicated number of credits on it (in [Scrubber](https://netrunnerdb.com/en/card/31011)’s case, 2 of them). Then, for as long as the card remains active, the player “refills” the card up to the indicated number of credits just before their turn begins. If there are already as many credits as the number indicated (or more), then no more credits will be added." + "question": "What is the credit symbol with the arrow on [Scrubber](https://netrunnerdb.com/en/card/31011) and what does it do?" }, { + "answer": "Only the interaction with [Salsette Slums](https://netrunnerdb.com/en/card/10059) has changed, and it is restored to the original state of that interaction before [Salsette Slums](https://netrunnerdb.com/en/card/10059) received its first errata. The new wording for [Scrubber](https://netrunnerdb.com/en/card/31011) allows the Runner to spend its hosted credits when paying any cost that refers to a card’s trash cost, including the basic trash ability and the current wording of [Salsette Slums](https://netrunnerdb.com/en/card/10059). While [Political Operative](https://netrunnerdb.com/en/card/10043) previously used a wording that would be compatible with this requirement, it has never previously been able to work with [Scrubber](https://netrunnerdb.com/en/card/31011), and so has received otherwise-nonfunctional errata to maintain this non-interaction.", "card_id": "scrubber", "date_update": "2022-04-23", "nsg_rules_team_verified": true, - "question": "The wording on [Scrubber](https://netrunnerdb.com/en/card/31011) looks a little different. Has anything changed about how the Runner can spend its credits?", - "answer": "Only the interaction with [Salsette Slums](https://netrunnerdb.com/en/card/10059) has changed, and it is restored to the original state of that interaction before [Salsette Slums](https://netrunnerdb.com/en/card/10059) received its first errata. The new wording for [Scrubber](https://netrunnerdb.com/en/card/31011) allows the Runner to spend its hosted credits when paying any cost that refers to a card’s trash cost, including the basic trash ability and the current wording of [Salsette Slums](https://netrunnerdb.com/en/card/10059). While [Political Operative](https://netrunnerdb.com/en/card/10043) previously used a wording that would be compatible with this requirement, it has never previously been able to work with [Scrubber](https://netrunnerdb.com/en/card/31011), and so has received otherwise-nonfunctional errata to maintain this non-interaction." + "question": "The wording on [Scrubber](https://netrunnerdb.com/en/card/31011) looks a little different. Has anything changed about how the Runner can spend its credits?" } ] diff --git a/v2/rulings/seamless_launch.json b/v2/rulings/seamless_launch.json index 95cd6b972..8685b7f7a 100644 --- a/v2/rulings/seamless_launch.json +++ b/v2/rulings/seamless_launch.json @@ -1,23 +1,23 @@ [ { + "answer": "Yes.", "card_id": "seamless_launch", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "Can the Corp use [Seamless Launch](/en/card/30040) to place advancement counters on 1 of their cards that they could not normally advance?", - "answer": "Yes." + "question": "Can the Corp use [Seamless Launch](/en/card/30040) to place advancement counters on 1 of their cards that they could not normally advance?" }, { + "answer": "Yes.", "card_id": "seamless_launch", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "Can the Corp use [Seamless Launch](/en/card/30040) to place advancement counters on 1 of the Runner’s installed cards?", - "answer": "Yes." + "question": "Can the Corp use [Seamless Launch](/en/card/30040) to place advancement counters on 1 of the Runner’s installed cards?" }, { + "answer": "No. Advancing a card results in placing an advancement counter on it, but placing advancement counters does not by itself count as advancing a card.", "card_id": "seamless_launch", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "Does placing advancement counters with [Seamless Launch](/en/card/30040) meet the trigger condition for “when you advance” abilities like the one on [Oaktown Renovation](/en/card/31072)?", - "answer": "No. Advancing a card results in placing an advancement counter on it, but placing advancement counters does not by itself count as advancing a card." + "question": "Does placing advancement counters with [Seamless Launch](/en/card/30040) meet the trigger condition for “when you advance” abilities like the one on [Oaktown Renovation](/en/card/31072)?" } ] diff --git a/v2/rulings/security_testing.json b/v2/rulings/security_testing.json index 1cb06235e..c07b7c3cd 100644 --- a/v2/rulings/security_testing.json +++ b/v2/rulings/security_testing.json @@ -1,16 +1,16 @@ [ { + "answer": "No. The second ability on [Security Testing](https://netrunnerdb.com/en/card/31024) is a separate ability, not a lingering effect. If [Security Testing](https://netrunnerdb.com/en/card/31024) is trashed during the run, it is not active at the time it would meet its trigger condition, so the Runner does not apply the replacement effect to gain 2.", "card_id": "security_testing", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If [Security Testing](https://netrunnerdb.com/en/card/31024) is trashed while running the chosen server, does the Runner still apply its replacement effect (gain 2 instead of breaching)?", - "answer": "No. The second ability on [Security Testing](https://netrunnerdb.com/en/card/31024) is a separate ability, not a lingering effect. If [Security Testing](https://netrunnerdb.com/en/card/31024) is trashed during the run, it is not active at the time it would meet its trigger condition, so the Runner does not apply the replacement effect to gain 2." + "question": "If [Security Testing](https://netrunnerdb.com/en/card/31024) is trashed while running the chosen server, does the Runner still apply its replacement effect (gain 2 instead of breaching)?" }, { + "answer": "Yes. “The first time you breach HQ” refers to a breach actually taking place, not just reaching the “Breach the attacked server.” step of the run.", "card_id": "security_testing", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If breaching HQ is replaced with another effect, such as gaining 2 with [Security Testing](https://netrunnerdb.com/en/card/31024), will the Runner get the additional access with [Docklands Pass](https://netrunnerdb.com/en/card/30013) if they make a successful run on HQ again later in the turn?", - "answer": "Yes. “The first time you breach HQ” refers to a breach actually taking place, not just reaching the “Breach the attacked server.” step of the run." + "question": "If breaching HQ is replaced with another effect, such as gaining 2 with [Security Testing](https://netrunnerdb.com/en/card/31024), will the Runner get the additional access with [Docklands Pass](https://netrunnerdb.com/en/card/30013) if they make a successful run on HQ again later in the turn?" } ] diff --git a/v2/rulings/seidr_adaptive_barrier.json b/v2/rulings/seidr_adaptive_barrier.json index a9ee43be0..c50630461 100644 --- a/v2/rulings/seidr_adaptive_barrier.json +++ b/v2/rulings/seidr_adaptive_barrier.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "seidr_adaptive_barrier", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes Seidr Adaptive Barrier have +1 strength from itself?", - "answer": "Yes." + "question": "####UFAQ [Michael Boggs]\nDoes Seidr Adaptive Barrier have +1 strength from itself?" } ] diff --git a/v2/rulings/self_modifying_code.json b/v2/rulings/self_modifying_code.json index c72bd3a5a..7ddb96e18 100644 --- a/v2/rulings/self_modifying_code.json +++ b/v2/rulings/self_modifying_code.json @@ -1,9 +1,9 @@ [ { + "answer": "No. We cleaned up this card's wording by removing the redundant directions to pay the install cost and to shuffle after the search, but those are still required parts of the ability. We felt that players would enjoy having a version of this iconic card with clean and concise text, so we opted not to include the frequently-used \"(Shuffle your stack after searching it)\" reminder text in this case.", "card_id": "self_modifying_code", "date_update": "2020-03-11", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nThis card is a reprint. Has anything changed about how Self-modifying Code works?", - "answer": "No. We cleaned up this card's wording by removing the redundant directions to pay the install cost and to shuffle after the search, but those are still required parts of the ability. We felt that players would enjoy having a version of this iconic card with clean and concise text, so we opted not to include the frequently-used \"(Shuffle your stack after searching it)\" reminder text in this case." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nThis card is a reprint. Has anything changed about how Self-modifying Code works?" } ] diff --git a/v2/rulings/send_a_message.json b/v2/rulings/send_a_message.json index 5c5b5be3c..4af997469 100644 --- a/v2/rulings/send_a_message.json +++ b/v2/rulings/send_a_message.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. “Ignoring all costs” in [Send a Message](/en/card/30069)’s ability refers to both the rez cost of the ice and any additional costs.", "card_id": "send_a_message", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Corp use [Send a Message](/en/card/30069)’s ability to rez an [Archer](/en/card/31075) without forfeiting an agenda?", - "answer": "Yes. “Ignoring all costs” in [Send a Message](/en/card/30069)’s ability refers to both the rez cost of the ice and any additional costs." + "question": "Can the Corp use [Send a Message](/en/card/30069)’s ability to rez an [Archer](/en/card/31075) without forfeiting an agenda?" } ] diff --git a/v2/rulings/sensie_actors_union.json b/v2/rulings/sensie_actors_union.json index e095bd589..18773eeb2 100644 --- a/v2/rulings/sensie_actors_union.json +++ b/v2/rulings/sensie_actors_union.json @@ -6,10 +6,10 @@ "text_ruling": "#### MWL [update v1.2]\nNAPD Most Wanted List - **Level 3**: Each copy of this card costs 3 universal influence, which is separate & in addition to the normal printed influence, and counts against all Identities' influence limits, even those in the same faction." }, { + "answer": "The Corp draws four cards, adds one of the drawn cards to the bottom of R&D due to Daily Business Show’s ability, then adds any card from HQ to the bottom of R&D due to Sensie Actors Union’s ability.\n\nIf the only piece of ice protecting Sensie Actors Union is returned to hand by [Blue Sun](/en/card/06068) at the start of the Corp's turn, does the ability of the political asset still trigger?", "card_id": "sensie_actors_union", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Corp has Sensie Actors Union and [Daily Business Show](/en/card/06086) rezzed, how is the Sensie Actors Union’s ability resolved?", - "answer": "The Corp draws four cards, adds one of the drawn cards to the bottom of R&D due to Daily Business Show’s ability, then adds any card from HQ to the bottom of R&D due to Sensie Actors Union’s ability.\n\nIf the only piece of ice protecting Sensie Actors Union is returned to hand by [Blue Sun](/en/card/06068) at the start of the Corp's turn, does the ability of the political asset still trigger?" + "question": "####UFAQ [Damon Stone]\nIf the Corp has Sensie Actors Union and [Daily Business Show](/en/card/06086) rezzed, how is the Sensie Actors Union’s ability resolved?" } ] diff --git a/v2/rulings/service_outage.json b/v2/rulings/service_outage.json index a2e3a45c9..df0ff9eec 100644 --- a/v2/rulings/service_outage.json +++ b/v2/rulings/service_outage.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, the additional cost can be declined (and the run does not initiate). This does not count as the first run, as no run was initiated.", "card_id": "service_outage", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Runner initiate an effect that makes a run while Service Outage is active, then decline to pay the additional cost? If so, does that count as the “first run” on their turn?", - "answer": "Yes, the additional cost can be declined (and the run does not initiate). This does not count as the first run, as no run was initiated." + "question": "####UFAQ [Michael Boggs]\nCan the Runner initiate an effect that makes a run while Service Outage is active, then decline to pay the additional cost? If so, does that count as the “first run” on their turn?" } ] diff --git a/v2/rulings/severnius_stim_implant.json b/v2/rulings/severnius_stim_implant.json index ed4a85cb1..7f5c8752c 100644 --- a/v2/rulings/severnius_stim_implant.json +++ b/v2/rulings/severnius_stim_implant.json @@ -1,9 +1,9 @@ [ { + "answer": "The cards are trashed as the run is initiated.\n\nAfter using Severnius Stim Implant, does the Runner access additional cards from that server in later runs or card abilities?", "card_id": "severnius_stim_implant", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nWhen does the Runner trash cards to use Severnius Stim Implant?", - "answer": "The cards are trashed as the run is initiated.\n\nAfter using Severnius Stim Implant, does the Runner access additional cards from that server in later runs or card abilities?" + "question": "####UFAQ [Michael Boggs]\nWhen does the Runner trash cards to use Severnius Stim Implant?" } ] diff --git a/v2/rulings/shipment_from_tennin.json b/v2/rulings/shipment_from_tennin.json index eaa9dde2c..c4ce9341e 100644 --- a/v2/rulings/shipment_from_tennin.json +++ b/v2/rulings/shipment_from_tennin.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Runner does not have a last turn to reference.", "card_id": "shipment_from_tennin", "date_update": "2017-06-23", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp play Shipment from Tennin on their first turn?", - "answer": "No. The Runner does not have a last turn to reference." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp play Shipment from Tennin on their first turn?" } ] diff --git a/v2/rulings/sifr.json b/v2/rulings/sifr.json index 7026e4217..a1f4d67e7 100644 --- a/v2/rulings/sifr.json +++ b/v2/rulings/sifr.json @@ -1,10 +1,10 @@ [ { + "answer": "No. Lotus Field cannot have its strength lowered.\n\nWhat is the strength of [Wraparound](/en/card/04096) if there is no fracter installed and the Runner uses Şifr? What if the Runner then installs [Paperclip](/en/card/11024) from the heap?", "card_id": "sifr", "date_update": "2017-04-21", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan Şifr be used on [Lotus Field](/en/card/06003)?", - "answer": "No. Lotus Field cannot have its strength lowered.\n\nWhat is the strength of [Wraparound](/en/card/04096) if there is no fracter installed and the Runner uses Şifr? What if the Runner then installs [Paperclip](/en/card/11024) from the heap?" + "question": "####UFAQ [Michael Boggs]\nCan Şifr be used on [Lotus Field](/en/card/06003)?" }, { "card_id": "sifr", diff --git a/v2/rulings/simulchip.json b/v2/rulings/simulchip.json index 2323664af..ae706f9a1 100644 --- a/v2/rulings/simulchip.json +++ b/v2/rulings/simulchip.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Harbinger still counts as having been trashed, even though its ability replaces moving it to the heap with turning it facedown.\n\nIf the Runner uses Aesop's Pawnshop to trash a Harbinger that is already facedown, do they have to pay the additional cost to use Simulchip that turn?", "card_id": "simulchip", "date_update": "2020-03-09", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner uses Aesop's Pawnshop to trash Harbinger, turning it facedown, do they have to pay the additional cost to use Simulchip that turn?", - "answer": "No. Harbinger still counts as having been trashed, even though its ability replaces moving it to the heap with turning it facedown.\n\nIf the Runner uses Aesop's Pawnshop to trash a Harbinger that is already facedown, do they have to pay the additional cost to use Simulchip that turn?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Runner uses Aesop's Pawnshop to trash Harbinger, turning it facedown, do they have to pay the additional cost to use Simulchip that turn?" } ] diff --git a/v2/rulings/skorpios_defense_systems_persuasive_power.json b/v2/rulings/skorpios_defense_systems_persuasive_power.json index ed4858797..3d39b496f 100644 --- a/v2/rulings/skorpios_defense_systems_persuasive_power.json +++ b/v2/rulings/skorpios_defense_systems_persuasive_power.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Employee Strike is active until it is trashed, so Skorpios doesn’t have its ability in time to see the trigger condition being met.\n\nIf the Runner trashes multiple cards at once, such as through damage from [Scorched Earth](/en/card/01099) or through [MaxX's](/en/card/07029) ability, does the Corp have to choose one at a time which card to remove from the game as damage is picked?", "card_id": "skorpios_defense_systems_persuasive_power", "date_update": "2018-09-22", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf [Employee Strike](/en/card/09053) is active when either an agenda is scored or another current is played, can Skorpios Defense Systems remove it from the game?", - "answer": "No. Employee Strike is active until it is trashed, so Skorpios doesn’t have its ability in time to see the trigger condition being met.\n\nIf the Runner trashes multiple cards at once, such as through damage from [Scorched Earth](/en/card/01099) or through [MaxX's](/en/card/07029) ability, does the Corp have to choose one at a time which card to remove from the game as damage is picked?" + "question": "####UFAQ [Michael Boggs]\nIf [Employee Strike](/en/card/09053) is active when either an agenda is scored or another current is played, can Skorpios Defense Systems remove it from the game?" } ] diff --git a/v2/rulings/slipstream.json b/v2/rulings/slipstream.json index a77ce0787..e9ee7df6f 100644 --- a/v2/rulings/slipstream.json +++ b/v2/rulings/slipstream.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Though ice is immediately passed if it is derezzed or uninstalled while being encountered, it then is no longer a rezzed piece of ice, so it does not meet Slipstream's trigger condition.\n\nHow is ice position determined for Sipstream?", "card_id": "slipstream", "date_update": "2018-05-07", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nDoes Slipstream work if the ice is uninstalled during the encounter?", - "answer": "No. Though ice is immediately passed if it is derezzed or uninstalled while being encountered, it then is no longer a rezzed piece of ice, so it does not meet Slipstream's trigger condition.\n\nHow is ice position determined for Sipstream?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nDoes Slipstream work if the ice is uninstalled during the encounter?" } ] diff --git a/v2/rulings/smartware_distributor.json b/v2/rulings/smartware_distributor.json index 2e1f2e8ba..ae2fb30a4 100644 --- a/v2/rulings/smartware_distributor.json +++ b/v2/rulings/smartware_distributor.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "smartware_distributor", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "Can the Runner use the action to place credits on [Smartware Distributor](/en/card/30033) if there are already credits on it?", - "answer": "Yes." + "question": "Can the Runner use the action to place credits on [Smartware Distributor](/en/card/30033) if there are already credits on it?" } ] diff --git a/v2/rulings/sneakdoor_beta.json b/v2/rulings/sneakdoor_beta.json index 14ebb0e5e..c392fb80f 100644 --- a/v2/rulings/sneakdoor_beta.json +++ b/v2/rulings/sneakdoor_beta.json @@ -1,30 +1,30 @@ [ { + "answer": "No, [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023) changes the attacked server while step 6.9.5a of the run is imminent, because the expected effects of that step include the trigger condition of [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023)’s delayed conditional ability, which is that the run on Archives would be declared successful. However, once the attacked server is changed to HQ, the imminent step cannot declare the run successful after all because of [Crisium Grid](https://netrunnerdb.com/en/card/31079)’s ability. The Runner will still breach HQ.", "card_id": "sneakdoor_beta", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If [Crisium Grid](https://netrunnerdb.com/en/card/31079) is active in the root of HQ and the Runner uses [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023), is the run successful on either Archives or HQ?", - "answer": "No, [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023) changes the attacked server while step 6.9.5a of the run is imminent, because the expected effects of that step include the trigger condition of [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023)’s delayed conditional ability, which is that the run on Archives would be declared successful. However, once the attacked server is changed to HQ, the imminent step cannot declare the run successful after all because of [Crisium Grid](https://netrunnerdb.com/en/card/31079)’s ability. The Runner will still breach HQ." + "question": "If [Crisium Grid](https://netrunnerdb.com/en/card/31079) is active in the root of HQ and the Runner uses [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023), is the run successful on either Archives or HQ?" }, { + "answer": "The Runner breaches Archives and the run is not declared successful. Since [Crisium Grid](https://netrunnerdb.com/en/card/31079)’s ability is a static ability and applies immediately, declaring the run successful is never part of the expected effects of step 6.9.5a of the run, so the trigger condition of [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023)’s delayed conditional ability is never met and the ability never resolves.", "card_id": "sneakdoor_beta", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If [Crisium Grid](https://netrunnerdb.com/en/card/31079) is active in the root of Archives and the Runner uses [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023), what server does the Runner breach and is the run successful?", - "answer": "The Runner breaches Archives and the run is not declared successful. Since [Crisium Grid](https://netrunnerdb.com/en/card/31079)’s ability is a static ability and applies immediately, declaring the run successful is never part of the expected effects of step 6.9.5a of the run, so the trigger condition of [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023)’s delayed conditional ability is never met and the ability never resolves." + "question": "If [Crisium Grid](https://netrunnerdb.com/en/card/31079) is active in the root of Archives and the Runner uses [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023), what server does the Runner breach and is the run successful?" }, { + "answer": "Yes, once the ability is initiated, resolving its effects becomes independent from the source card.", "card_id": "sneakdoor_beta", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023) is trashed during a run it initiated, is the attacked server still changed to HQ?", - "answer": "Yes, once the ability is initiated, resolving its effects becomes independent from the source card." + "question": "If [Sneakdoor Beta](https://netrunnerdb.com/en/card/31023) is trashed during a run it initiated, is the attacked server still changed to HQ?" }, { + "answer": "Archives. [Red Team](/en/card/30018) cares about the server the Runner declared to be the attacked server at the beginning of the run. Therefore, it will always count a run made with [Sneakdoor Beta](/en/card/31023) as a run against Archives.", "card_id": "sneakdoor_beta", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If the Runner uses [Sneakdoor Beta](/en/card/31023) to run Archives and then switch to HQ, does [Red Team](/en/card/30018) count that as a run on Archives or HQ?", - "answer": "Archives. [Red Team](/en/card/30018) cares about the server the Runner declared to be the attacked server at the beginning of the run. Therefore, it will always count a run made with [Sneakdoor Beta](/en/card/31023) as a run against Archives." + "question": "If the Runner uses [Sneakdoor Beta](/en/card/31023) to run Archives and then switch to HQ, does [Red Team](/en/card/30018) count that as a run on Archives or HQ?" } ] diff --git a/v2/rulings/spear_phishing.json b/v2/rulings/spear_phishing.json index 89bb1e23d..644035238 100644 --- a/v2/rulings/spear_phishing.json +++ b/v2/rulings/spear_phishing.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.", "card_id": "spear_phishing", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nIf the Runner encounters the innermost piece of ice multiple times during a Spear Phishing run (e.g. through [Cell Portal](/en/card/01074) or [The Twins](/en/card/07024)), do they bypass it each time?", - "answer": "Yes." + "question": "####UFAQ [Michael Boggs]\nIf the Runner encounters the innermost piece of ice multiple times during a Spear Phishing run (e.g. through [Cell Portal](/en/card/01074) or [The Twins](/en/card/07024)), do they bypass it each time?" } ] diff --git a/v2/rulings/special_report.json b/v2/rulings/special_report.json index 41a3050b5..c08b7549e 100644 --- a/v2/rulings/special_report.json +++ b/v2/rulings/special_report.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nCan the Corp play Special Report when it is the only card in HQ.", "card_id": "special_report", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Corp play Special Report and choose to shuffle 0 cards into R&D?", - "answer": "Yes.\n\nCan the Corp play Special Report when it is the only card in HQ." + "question": "####UFAQ [Michael Boggs]\nCan the Corp play Special Report and choose to shuffle 0 cards into R&D?" } ] diff --git a/v2/rulings/spin_doctor.json b/v2/rulings/spin_doctor.json index c400917aa..e973ed4a3 100644 --- a/v2/rulings/spin_doctor.json +++ b/v2/rulings/spin_doctor.json @@ -1,23 +1,23 @@ [ { + "answer": "Yes and yes.", "card_id": "spin_doctor", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Corp use [Spin Doctor](/en/card/30053)’s ability to remove it from the game without choosing any cards in Archives? Does this cause R&D to be shuffled?", - "answer": "Yes and yes." + "question": "Can the Corp use [Spin Doctor](/en/card/30053)’s ability to remove it from the game without choosing any cards in Archives? Does this cause R&D to be shuffled?" }, { + "answer": "Yes. Shuffling the deck is a change in game state, so you could activate this ability without any targets to shuffle back. Note that you must have at least 2 cards in R&D to do this, because if you only have 1 card, you aren’t actually shuffling the deck.", "card_id": "spin_doctor", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If there are no cards in Archives, can the corp activate [Spin Doctor](/en/card/30053)’s ability to remove it from the game in order to shuffle the deck?", - "answer": "Yes. Shuffling the deck is a change in game state, so you could activate this ability without any targets to shuffle back. Note that you must have at least 2 cards in R&D to do this, because if you only have 1 card, you aren’t actually shuffling the deck." + "question": "If there are no cards in Archives, can the corp activate [Spin Doctor](/en/card/30053)’s ability to remove it from the game in order to shuffle the deck?" }, { + "answer": "Maybe! Please be mindful of what is appropriate language for your play environment. NISEI encourages players to be respectful and welcoming to each other, and some players may find strong expletives to be off-putting. Refer to the NISEI [Code of Conduct](https://nisei.net/about/code-of-conduct/) and [Organized Play Policies](https://nisei.net/wp-content/uploads/2021/03/Organized_Play_Policies.pdf) for more information.", "card_id": "spin_doctor", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "When rezzing or using [Spin Doctor](/en/card/30053), can the Corp quote Malcolm Tucker from the BBC series *The Thick of It*?", - "answer": "Maybe! Please be mindful of what is appropriate language for your play environment. NISEI encourages players to be respectful and welcoming to each other, and some players may find strong expletives to be off-putting. Refer to the NISEI [Code of Conduct](https://nisei.net/about/code-of-conduct/) and [Organized Play Policies](https://nisei.net/wp-content/uploads/2021/03/Organized_Play_Policies.pdf) for more information." + "question": "When rezzing or using [Spin Doctor](/en/card/30053), can the Corp quote Malcolm Tucker from the BBC series *The Thick of It*?" } ] diff --git a/v2/rulings/spoilers.json b/v2/rulings/spoilers.json index baaa4f8dd..705f43602 100644 --- a/v2/rulings/spoilers.json +++ b/v2/rulings/spoilers.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The abilities on both [Spoilers](/en/card/08082) and [Longevity Serum](/en/card/30044) have the same trigger condition. Since agendas are always scored on the Corp’s turn, the Corp is the active player and must fully resolve their abilities before the Runner resolves any of theirs.", "card_id": "spoilers", "date_update": "2021-10-11", "nsg_rules_team_verified": false, - "question": "If the Runner has [Spoilers](/en/card/08082) installed and the Corp scores [Longevity Serum](/en/card/30044), can the Corp choose to add the card trashed by Spoilers to R&D?", - "answer": "No. The abilities on both [Spoilers](/en/card/08082) and [Longevity Serum](/en/card/30044) have the same trigger condition. Since agendas are always scored on the Corp’s turn, the Corp is the active player and must fully resolve their abilities before the Runner resolves any of theirs." + "question": "If the Runner has [Spoilers](/en/card/08082) installed and the Corp scores [Longevity Serum](/en/card/30044), can the Corp choose to add the card trashed by Spoilers to R&D?" } ] diff --git a/v2/rulings/sports_hopper.json b/v2/rulings/sports_hopper.json index aa5c1f763..b4a450b52 100644 --- a/v2/rulings/sports_hopper.json +++ b/v2/rulings/sports_hopper.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Sports Hopper's effect cannot change the game state, so its ability cannot be triggered.", "card_id": "sports_hopper", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner has no cards in their stack but a [Tech Trader](/en/card/10023) installed, can the Runner use Sports Hopper?", - "answer": "No. Sports Hopper's effect cannot change the game state, so its ability cannot be triggered." + "question": "####UFAQ [Damon Stone]\nIf the Runner has no cards in their stack but a [Tech Trader](/en/card/10023) installed, can the Runner use Sports Hopper?" } ] diff --git a/v2/rulings/sportsmetal_go_big_or_go_home.json b/v2/rulings/sportsmetal_go_big_or_go_home.json index 0bacb965a..dfefa5d64 100644 --- a/v2/rulings/sportsmetal_go_big_or_go_home.json +++ b/v2/rulings/sportsmetal_go_big_or_go_home.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner continues accessing from the topmost card of R&D that the Runner has not already accessed. If Sportsmetal drew past the point the Runner already accessed, the new top of R&D is the next card accessed. If Sportsmetal drew 2 cards the Runner has already accessed and there are other cards the Runner has already accessed, the Runner simply continues accessing from the point in R&D at which they are already accessing.\n\nAudited by NISEI Rules (2022.07).", "card_id": "sportsmetal_go_big_or_go_home", "date_update": "2022-07-08", "nsg_rules_team_verified": true, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nWhat happens if the Runner steals an agenda in the middle of accessing cards from R&D and the Corp uses Sportsmetal to draw cards?", - "answer": "The Runner continues accessing from the topmost card of R&D that the Runner has not already accessed. If Sportsmetal drew past the point the Runner already accessed, the new top of R&D is the next card accessed. If Sportsmetal drew 2 cards the Runner has already accessed and there are other cards the Runner has already accessed, the Runner simply continues accessing from the point in R&D at which they are already accessing.\n\nAudited by NISEI Rules (2022.07)." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nWhat happens if the Runner steals an agenda in the middle of accessing cards from R&D and the Corp uses Sportsmetal to draw cards?" } ] diff --git a/v2/rulings/spy_camera.json b/v2/rulings/spy_camera.json index d9d1f8137..228da2147 100644 --- a/v2/rulings/spy_camera.json +++ b/v2/rulings/spy_camera.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. As it is part of the card text, this limit applies even during a draft.", "card_id": "spy_camera", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nDoes \"Limit 6 per deck.\" apply during a draft?", - "answer": "Yes. As it is part of the card text, this limit applies even during a draft." + "question": "####UFAQ [Damon Stone]\nDoes \"Limit 6 per deck.\" apply during a draft?" } ] diff --git a/v2/rulings/standard_procedure.json b/v2/rulings/standard_procedure.json index 266f4ba6d..c0ba008ab 100644 --- a/v2/rulings/standard_procedure.json +++ b/v2/rulings/standard_procedure.json @@ -1,9 +1,9 @@ [ { + "answer": "No, but they can name a Corp card type.", "card_id": "standard_procedure", "date_update": "2018-05-07", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nCan the Corp name a made up card type for Standard Procedure?", - "answer": "No, but they can name a Corp card type." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nCan the Corp name a made up card type for Standard Procedure?" } ] diff --git a/v2/rulings/stargate.json b/v2/rulings/stargate.json index 1e030cd6e..a67f21693 100644 --- a/v2/rulings/stargate.json +++ b/v2/rulings/stargate.json @@ -1,9 +1,9 @@ [ { + "answer": "The cards not trashed are returned to R&D in the same order they were originally in.\n\nIf the Runner uses Stargate and the run is unsuccessful, can they try again the same turn?", "card_id": "stargate", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat happens to the other two cards revealed by Stargate?", - "answer": "The cards not trashed are returned to R&D in the same order they were originally in.\n\nIf the Runner uses Stargate and the run is unsuccessful, can they try again the same turn?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat happens to the other two cards revealed by Stargate?" } ] diff --git a/v2/rulings/stavka.json b/v2/rulings/stavka.json index 3e9c2e473..35b8cf436 100644 --- a/v2/rulings/stavka.json +++ b/v2/rulings/stavka.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, as long as there is a run in progress and [Stavka](/en/card/33062) is protecting the attacked server.", "card_id": "stavka", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "If the Corp uses a card ability to rez [Stavka](/en/card/33062) at a time other than while the Runner is approaching it, will they be able to use its ability?", - "answer": "Yes, as long as there is a run in progress and [Stavka](/en/card/33062) is protecting the attacked server." + "question": "If the Corp uses a card ability to rez [Stavka](/en/card/33062) at a time other than while the Runner is approaching it, will they be able to use its ability?" } ] diff --git a/v2/rulings/steelskin_scarring.json b/v2/rulings/steelskin_scarring.json index b0e3c5e16..711923b43 100644 --- a/v2/rulings/steelskin_scarring.json +++ b/v2/rulings/steelskin_scarring.json @@ -1,30 +1,30 @@ [ { + "answer": "No, it is trashed from the play area. When the Runner plays [Steelskin Scarring](/en/card/33004), they will only resolve its first ability, drawing 3 cards.", "card_id": "steelskin_scarring", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "When the Runner plays [Steelskin Scarring](/en/card/33004), is it trashed from their grip?", - "answer": "No, it is trashed from the play area. When the Runner plays [Steelskin Scarring](/en/card/33004), they will only resolve its first ability, drawing 3 cards." + "question": "When the Runner plays [Steelskin Scarring](/en/card/33004), is it trashed from their grip?" }, { + "answer": "No, discarded cards are not considered trashed.", "card_id": "steelskin_scarring", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does the Runner draw cards from [Steelskin Scarring](/en/card/33004) when it is discarded to meet their maximum hand size?", - "answer": "No, discarded cards are not considered trashed." + "question": "Does the Runner draw cards from [Steelskin Scarring](/en/card/33004) when it is discarded to meet their maximum hand size?" }, { + "answer": "Both cards' conditional abilities meet their trigger conditions at the same time, and the Runner can choose to resolve either one first. If they choose to resolve [Buffer Drive](/en/card/26093)'s ability first and put [Steelskin Scarring](/en/card/33004) on the bottom of the stack, they will not be able to resolve [Steelskin Scarring](/en/card/33004)’s ability because that ability is no longer active once its source leaves the heap. If they choose to resolve [Steelskin Scarring](/en/card/33004)’s ability first, they will still be able to use [Buffer Drive](/en/card/26093)’s ability after drawing 2 cards.", "card_id": "steelskin_scarring", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "How does [Buffer Drive](/en/card/26093) interact with [Steelskin Scarring](/en/card/33004)?", - "answer": "Both cards' conditional abilities meet their trigger conditions at the same time, and the Runner can choose to resolve either one first. If they choose to resolve [Buffer Drive](/en/card/26093)'s ability first and put [Steelskin Scarring](/en/card/33004) on the bottom of the stack, they will not be able to resolve [Steelskin Scarring](/en/card/33004)’s ability because that ability is no longer active once its source leaves the heap. If they choose to resolve [Steelskin Scarring](/en/card/33004)’s ability first, they will still be able to use [Buffer Drive](/en/card/26093)’s ability after drawing 2 cards." + "question": "How does [Buffer Drive](/en/card/26093) interact with [Steelskin Scarring](/en/card/33004)?" }, { + "answer": "Each sentence on Labor Rights is an instruction, and other abilities that meet their trigger conditions have the opportunity to resolve between instructions. So [Labor Rights](/en/card/28001) will trash 3 cards including [Steelskin Scarring](/en/card/33004), then [Steelskin Scarring](/en/card/33004)'s ability will trigger and the Runner may draw 2 cards. Then, the Runner shuffles cards (which could include the same copy of [Steelskin Scarring](/en/card/33004)) from their heap into their stack, and finally, they draw 1 more card and remove [Labor Rights](/en/card/28001) from the game.", "card_id": "steelskin_scarring", "date_update": "2022-09-28", "nsg_rules_team_verified": true, - "question": "What exactly happens if [Steelskin Scarring](/en/card/33004) is on top of the Runner's stack and they play [Labor Rights](/en/card/28001)?", - "answer": "Each sentence on Labor Rights is an instruction, and other abilities that meet their trigger conditions have the opportunity to resolve between instructions. So [Labor Rights](/en/card/28001) will trash 3 cards including [Steelskin Scarring](/en/card/33004), then [Steelskin Scarring](/en/card/33004)'s ability will trigger and the Runner may draw 2 cards. Then, the Runner shuffles cards (which could include the same copy of [Steelskin Scarring](/en/card/33004)) from their heap into their stack, and finally, they draw 1 more card and remove [Labor Rights](/en/card/28001) from the game." + "question": "What exactly happens if [Steelskin Scarring](/en/card/33004) is on top of the Runner's stack and they play [Labor Rights](/en/card/28001)?" } ] diff --git a/v2/rulings/steve_cambridge_master_grifter.json b/v2/rulings/steve_cambridge_master_grifter.json index 62028a767..f9837c587 100644 --- a/v2/rulings/steve_cambridge_master_grifter.json +++ b/v2/rulings/steve_cambridge_master_grifter.json @@ -1,30 +1,30 @@ [ { + "answer": "No. Choosing 2 cards in the heap is a nested cost because it is followed by “If you do”. If the Runner cannot pay the cost in full, the rest of the ability does not resolve.", "card_id": "steve_cambridge_master_grifter", "date_update": "2022-04-23", "nsg_rules_team_verified": false, - "question": "Does [Steve Cambridge](https://netrunnerdb.com/en/card/31014)’s ability do anything if there are fewer than 2 cards in the heap?", - "answer": "No. Choosing 2 cards in the heap is a nested cost because it is followed by “If you do”. If the Runner cannot pay the cost in full, the rest of the ability does not resolve." + "question": "Does [Steve Cambridge](https://netrunnerdb.com/en/card/31014)’s ability do anything if there are fewer than 2 cards in the heap?" }, { + "answer": "No. An event that initiates a run is not fully resolved until that run is complete, and thus is in the play area, not the heap, at the time [Steve Cambridge](https://netrunnerdb.com/en/card/13001)’s ability resolves.", "card_id": "steve_cambridge_master_grifter", "date_update": "2022-04-23", "nsg_rules_team_verified": false, - "question": "If the Runner plays [Jailbreak](https://netrunnerdb.com/en/card/30028) or another run event to make a successful run on HQ, can they choose that event as one of the cards for [Steve Cambridge](https://netrunnerdb.com/en/card/13001)’s ability?", - "answer": "No. An event that initiates a run is not fully resolved until that run is complete, and thus is in the play area, not the heap, at the time [Steve Cambridge](https://netrunnerdb.com/en/card/13001)’s ability resolves." + "question": "If the Runner plays [Jailbreak](https://netrunnerdb.com/en/card/30028) or another run event to make a successful run on HQ, can they choose that event as one of the cards for [Steve Cambridge](https://netrunnerdb.com/en/card/13001)’s ability?" }, { + "answer": "Yes. Both abilities meet their trigger conditions at the same time, so the Runner chooses the order to resolve them.", "card_id": "steve_cambridge_master_grifter", "date_update": "2022-04-23", "nsg_rules_team_verified": false, - "question": "Can the Runner choose to look at the top card of R&D with [Find the Truth](https://netrunnerdb.com/en/card/11047) before using [Steve Cambridge](https://netrunnerdb.com/en/card/13001)?", - "answer": "Yes. Both abilities meet their trigger conditions at the same time, so the Runner chooses the order to resolve them." + "question": "Can the Runner choose to look at the top card of R&D with [Find the Truth](https://netrunnerdb.com/en/card/11047) before using [Steve Cambridge](https://netrunnerdb.com/en/card/13001)?" }, { + "answer": "No. In order for [Utopia Shard](https://netrunnerdb.com/en/card/06100) to install itself with its ability, it must already be in the Runner’s grip at the time the ability would meet its trigger condition.", "card_id": "steve_cambridge_master_grifter", "date_update": "2022-04-23", "nsg_rules_team_verified": false, - "question": "If the Runner returns [Utopia Shard](https://netrunnerdb.com/en/card/06100) to their grip with [Steve Cambridge](https://netrunnerdb.com/en/card/13001), can they then install [Utopia Shard](https://netrunnerdb.com/en/card/06100)?", - "answer": "No. In order for [Utopia Shard](https://netrunnerdb.com/en/card/06100) to install itself with its ability, it must already be in the Runner’s grip at the time the ability would meet its trigger condition." + "question": "If the Runner returns [Utopia Shard](https://netrunnerdb.com/en/card/06100) to their grip with [Steve Cambridge](https://netrunnerdb.com/en/card/13001), can they then install [Utopia Shard](https://netrunnerdb.com/en/card/06100)?" } ] diff --git a/v2/rulings/sting.json b/v2/rulings/sting.json index 850c8bf72..67d09cd6a 100644 --- a/v2/rulings/sting.json +++ b/v2/rulings/sting.json @@ -1,9 +1,9 @@ [ { + "answer": "The first copy of Sting! Scored or stolen just does 1 net damage. Assuming no agendas are swapped or forfeited, the second copy does 1 net damage if the same player scores or steals it, or 2 if the other player does. The third copy does between 1 and 3 net damage: 3 if that player just scored or stole their only copy of Sting!, 2 if they already had one and their opponent had one, and 1 if the same player has all three.", "card_id": "sting", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nHow much net damage does Sting! do?", - "answer": "The first copy of Sting! Scored or stolen just does 1 net damage. Assuming no agendas are swapped or forfeited, the second copy does 1 net damage if the same player scores or steals it, or 2 if the other player does. The third copy does between 1 and 3 net damage: 3 if that player just scored or stole their only copy of Sting!, 2 if they already had one and their opponent had one, and 1 if the same player has all three." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nHow much net damage does Sting! do?" } ] diff --git a/v2/rulings/stock_buy_back.json b/v2/rulings/stock_buy_back.json index 6b104179c..c0dcc17e5 100644 --- a/v2/rulings/stock_buy_back.json +++ b/v2/rulings/stock_buy_back.json @@ -1,9 +1,9 @@ [ { + "answer": "Immediately after the operation resolves and is trashed from playing it, \"after you resolve this operation\" triggers meet their trigger condition. Ending the action phase then advances the game to the discard phase. This skips the paid ability window that would normally follow the end of an action, ceases the resolution of any other pending abilities or effects, and invalidates any conditional abilities. If the operation was played as part of a card ability, any remaining effects from that card ability immediately stop resolving as well.\n\nIf the Corp plays Stock Buyback as the first operation for [Subcontract](/en/card/10113), what happens?", "card_id": "stock_buy_back", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nHow does \"After you resolve this operation, end your action phase.\" on terminal operations like Stock Buyback work?", - "answer": "Immediately after the operation resolves and is trashed from playing it, \"after you resolve this operation\" triggers meet their trigger condition. Ending the action phase then advances the game to the discard phase. This skips the paid ability window that would normally follow the end of an action, ceases the resolution of any other pending abilities or effects, and invalidates any conditional abilities. If the operation was played as part of a card ability, any remaining effects from that card ability immediately stop resolving as well.\n\nIf the Corp plays Stock Buyback as the first operation for [Subcontract](/en/card/10113), what happens?" + "question": "####UFAQ [Damon Stone]\nHow does \"After you resolve this operation, end your action phase.\" on terminal operations like Stock Buyback work?" } ] diff --git a/v2/rulings/stoneship_chart_room.json b/v2/rulings/stoneship_chart_room.json index f7bea2148..9703553c4 100644 --- a/v2/rulings/stoneship_chart_room.json +++ b/v2/rulings/stoneship_chart_room.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes, a card that has 2 power counters qualifies as having at least 1 power counter.", "card_id": "stoneship_chart_room", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can a player charge cards that have 2 or more power counters?", - "answer": "Yes, a card that has 2 power counters qualifies as having at least 1 power counter." + "question": "Can a player charge cards that have 2 or more power counters?" }, { + "answer": "Yes, there is a paid ability window after the discard step but before the end of the discard phase.", "card_id": "stoneship_chart_room", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the Runner use [Stoneship Chart Room](/en/card/33030) after their discard step to draw additional cards before [Lat: Ethical Freelancer](/en/card/26019)’s ability meets its trigger condition?", - "answer": "Yes, there is a paid ability window after the discard step but before the end of the discard phase." + "question": "Can the Runner use [Stoneship Chart Room](/en/card/33030) after their discard step to draw additional cards before [Lat: Ethical Freelancer](/en/card/26019)’s ability meets its trigger condition?" } ] diff --git a/v2/rulings/storgotic_resonator.json b/v2/rulings/storgotic_resonator.json index 5ef6f6884..cbf413379 100644 --- a/v2/rulings/storgotic_resonator.json +++ b/v2/rulings/storgotic_resonator.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Currents are trashed by the game rules, not by a player.\n\nDoes Storgotic Resonator get a counter when the Corp trashes a daemon hosting a card matching the Runner’s identity faction?", "card_id": "storgotic_resonator", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nDoes Storgotic Resonator get a counter when the Corp clears a Runner current matching the Runner’s identity faction?", - "answer": "No. Currents are trashed by the game rules, not by a player.\n\nDoes Storgotic Resonator get a counter when the Corp trashes a daemon hosting a card matching the Runner’s identity faction?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nDoes Storgotic Resonator get a counter when the Corp clears a Runner current matching the Runner’s identity faction?" } ] diff --git a/v2/rulings/street_magic.json b/v2/rulings/street_magic.json index dd391f130..25d2eebeb 100644 --- a/v2/rulings/street_magic.json +++ b/v2/rulings/street_magic.json @@ -1,9 +1,9 @@ [ { + "answer": "Instead of the subroutines resolving in the order printed on the ice, the Runner chooses the order they will resolve in, and then they resolve one at a time in that order.", "card_id": "street_magic", "date_update": "2017-05-01", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nWhen the Runner encounters a piece of ice with Street Magic installed, when is the order of resolution for the subroutines determined? Is the order determined before any subroutines resolve, or does the Runner choose one subroutine to resolve at a time?", - "answer": "Instead of the subroutines resolving in the order printed on the ice, the Runner chooses the order they will resolve in, and then they resolve one at a time in that order." + "question": "####UFAQ [Damon Stone]\nWhen the Runner encounters a piece of ice with Street Magic installed, when is the order of resolution for the subroutines determined? Is the order determined before any subroutines resolve, or does the Runner choose one subroutine to resolve at a time?" } ] diff --git a/v2/rulings/subcontract.json b/v2/rulings/subcontract.json index f07b5fff8..1bcea0904 100644 --- a/v2/rulings/subcontract.json +++ b/v2/rulings/subcontract.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The entire process of paying for the first operation’s cost and resolving its effects is carried out before playing the second operation.\n\nWhile resolving Subcontract, can the Corp play a [Hedge Fund](/en/card/01110) as the second operation if it was drawn from playing [Anonymous Tip](/en/card/01083) as the first operation?", "card_id": "subcontract", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan the Corp spend credits gained from the first operation played with Subcontract to pay for the second operation?", - "answer": "Yes. The entire process of paying for the first operation’s cost and resolving its effects is carried out before playing the second operation.\n\nWhile resolving Subcontract, can the Corp play a [Hedge Fund](/en/card/01110) as the second operation if it was drawn from playing [Anonymous Tip](/en/card/01083) as the first operation?" + "question": "####UFAQ [Damon Stone]\nCan the Corp spend credits gained from the first operation played with Subcontract to pay for the second operation?" } ] diff --git a/v2/rulings/subliminal_messaging.json b/v2/rulings/subliminal_messaging.json index af945c87d..4c0693171 100644 --- a/v2/rulings/subliminal_messaging.json +++ b/v2/rulings/subliminal_messaging.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, [Subliminal Messaging](https://netrunnerdb.com/en/card/31082) is revealed even if it is faceup.", "card_id": "subliminal_messaging", "date_update": "2022-04-24", "nsg_rules_team_verified": false, - "question": "When [Subliminal Messaging](https://netrunnerdb.com/en/card/31082) is faceup in Archives and the Corp uses its ability to add it to HQ, does Hyoubu Institute gain 1 credit?", - "answer": "Yes, [Subliminal Messaging](https://netrunnerdb.com/en/card/31082) is revealed even if it is faceup." + "question": "When [Subliminal Messaging](https://netrunnerdb.com/en/card/31082) is faceup in Archives and the Corp uses its ability to add it to HQ, does Hyoubu Institute gain 1 credit?" } ] diff --git a/v2/rulings/success.json b/v2/rulings/success.json index 3a3efed65..da9b31cae 100644 --- a/v2/rulings/success.json +++ b/v2/rulings/success.json @@ -1,16 +1,16 @@ [ { + "answer": "No.\n\nIf [Jemison Astronautics](/en/card/12016) plays Success, which goes first? Jemison or Success?", "card_id": "success", "date_update": "2017-06-23", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhen the Corp plays Success, can they split the advancements among more than one card?", - "answer": "No.\n\nIf [Jemison Astronautics](/en/card/12016) plays Success, which goes first? Jemison or Success?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nWhen the Corp plays Success, can they split the advancements among more than one card?" }, { + "answer": "Success advances its target multiple times in sequence, not simultaneously. Only the first advancement can meet [Weyland Consortium: Built to Last](30059)'s trigger condition, so the Corp can gain 2.", "card_id": "success", "date_update": "2021-10-11", "nsg_rules_team_verified": false, - "question": "If the Corp is playing [Weyland Consortium: Built to Last](30059) and uses [Success](12078) to advance a card multiple times at once, how many credits do they gain?", - "answer": "Success advances its target multiple times in sequence, not simultaneously. Only the first advancement can meet [Weyland Consortium: Built to Last](30059)'s trigger condition, so the Corp can gain 2." + "question": "If the Corp is playing [Weyland Consortium: Built to Last](30059) and uses [Success](12078) to advance a card multiple times at once, how many credits do they gain?" } ] diff --git a/v2/rulings/supercorridor.json b/v2/rulings/supercorridor.json index 80b500455..ae6031e1b 100644 --- a/v2/rulings/supercorridor.json +++ b/v2/rulings/supercorridor.json @@ -1,9 +1,9 @@ [ { + "answer": "Supercorridor checks the number of credits the players have when its ability resolves. Even if the players have a different number of credits when the Runner’s turn ends, it will still trigger, and other abilities can cause Supercorridor to end up paying out.", "card_id": "supercorridor", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhen does Supercorridor check the number of credits the players have? If they have a different number of credits at the end of the Runner’s turn, but resolving another ability (such as Citadel Sanctuary) causes them to have the same number of credits, does the Runner gain 2?", - "answer": "Supercorridor checks the number of credits the players have when its ability resolves. Even if the players have a different number of credits when the Runner’s turn ends, it will still trigger, and other abilities can cause Supercorridor to end up paying out." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhen does Supercorridor check the number of credits the players have? If they have a different number of credits at the end of the Runner’s turn, but resolving another ability (such as Citadel Sanctuary) causes them to have the same number of credits, does the Runner gain 2?" } ] diff --git a/v2/rulings/svyatogor_excavator.json b/v2/rulings/svyatogor_excavator.json index e1af4ef21..b5dc9ce7f 100644 --- a/v2/rulings/svyatogor_excavator.json +++ b/v2/rulings/svyatogor_excavator.json @@ -1,9 +1,9 @@ [ { + "answer": "No, [Rashida Jaheem](/en/card/21080) has the same trigger condition as [Svyatogor Excavator](/en/card/33059), and was not active when that trigger condition was met. Once a reaction window opens to handle pending conditional abilities for a particular trigger condition, new abilities cannot become pending for that trigger condition.", "card_id": "svyatogor_excavator", "date_update": "2022-11-20", "nsg_rules_team_verified": true, - "question": "The Corp trashes a card with [Svyatogor Excavator](/en/card/33059) and uses [Ob Superheavy Logistics](/en/card/33057) to install [Rashida Jaheem](/en/card/21080). Can the Corp immediately use [Rashida Jaheem](/en/card/21080)’s ability?", - "answer": "No, [Rashida Jaheem](/en/card/21080) has the same trigger condition as [Svyatogor Excavator](/en/card/33059), and was not active when that trigger condition was met. Once a reaction window opens to handle pending conditional abilities for a particular trigger condition, new abilities cannot become pending for that trigger condition." + "question": "The Corp trashes a card with [Svyatogor Excavator](/en/card/33059) and uses [Ob Superheavy Logistics](/en/card/33057) to install [Rashida Jaheem](/en/card/21080). Can the Corp immediately use [Rashida Jaheem](/en/card/21080)’s ability?" } ] diff --git a/v2/rulings/swift.json b/v2/rulings/swift.json index d43096830..e54dfeb6d 100644 --- a/v2/rulings/swift.json +++ b/v2/rulings/swift.json @@ -1,9 +1,9 @@ [ { + "answer": "Before making a run. Swift's ability meets its trigger condition at step 8.6.4 of playing an event, and resolves in step 8.6.5, before the play abilities of the event itself are resolved.", "card_id": "swift", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes the Runner gain [click] from Swift before or after making a run?", - "answer": "Before making a run. Swift's ability meets its trigger condition at step 8.6.4 of playing an event, and resolves in step 8.6.5, before the play abilities of the event itself are resolved." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes the Runner gain [click] from Swift before or after making a run?" } ] diff --git a/v2/rulings/syn_attack.json b/v2/rulings/syn_attack.json index ae8d93155..e18360d77 100644 --- a/v2/rulings/syn_attack.json +++ b/v2/rulings/syn_attack.json @@ -1,9 +1,9 @@ [ { + "answer": "No, in that case they must choose to draw 4 cards.", "card_id": "syn_attack", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Corp choose to discard 2 cards if they have 1 or fewer cards in HQ?", - "answer": "No, in that case they must choose to draw 4 cards." + "question": "####UFAQ [Michael Boggs]\nCan the Corp choose to discard 2 cards if they have 1 or fewer cards in HQ?" } ] diff --git a/v2/rulings/sync_bre.json b/v2/rulings/sync_bre.json index 456235b1f..ffb561e80 100644 --- a/v2/rulings/sync_bre.json +++ b/v2/rulings/sync_bre.json @@ -1,9 +1,9 @@ [ { + "answer": "*Designer's Note: Technically, as SYNC BRE is written this effect lasts until the end of the game, but it should read: \"**Trace2** - if successful, the Runner accesses 1 fewer card whenever he or she accesses cards **for the remainder of the run**.\"*\n\nIf SYNC BRE’s second trace resolves during a run on Archives, how will the access step be affected?", "card_id": "sync_bre", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nHow long does the effect of the second trace on SYNC BRE last?", - "answer": "*Designer's Note: Technically, as SYNC BRE is written this effect lasts until the end of the game, but it should read: \"**Trace2** - if successful, the Runner accesses 1 fewer card whenever he or she accesses cards **for the remainder of the run**.\"*\n\nIf SYNC BRE’s second trace resolves during a run on Archives, how will the access step be affected?" + "question": "####UFAQ [Michael Boggs]\nHow long does the effect of the second trace on SYNC BRE last?" } ] diff --git a/v2/rulings/sync_rerouting.json b/v2/rulings/sync_rerouting.json index 5a6433f85..6f6b57100 100644 --- a/v2/rulings/sync_rerouting.json +++ b/v2/rulings/sync_rerouting.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. SYNC Rerouting does not create a cost to initiate the run, so its effects can be prevented or avoided normally. Furthermore, when an ability directs that a player \"must\" resolve one of two effects, they are required to choose an effect they could potentially resolve, but this potential does not take into account interrupts that could apply after the choice is made.", "card_id": "sync_rerouting", "date_update": "2020-04-15", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhile SYNC Rerouting is active, can the Runner choose to take a tag rather than pay credits and then avoid the tag?", - "answer": "Yes. SYNC Rerouting does not create a cost to initiate the run, so its effects can be prevented or avoided normally. Furthermore, when an ability directs that a player \"must\" resolve one of two effects, they are required to choose an effect they could potentially resolve, but this potential does not take into account interrupts that could apply after the choice is made." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhile SYNC Rerouting is active, can the Runner choose to take a tag rather than pay credits and then avoid the tag?" } ] diff --git a/v2/rulings/system_seizure.json b/v2/rulings/system_seizure.json index 7962c8827..f467c55fd 100644 --- a/v2/rulings/system_seizure.json +++ b/v2/rulings/system_seizure.json @@ -1,9 +1,9 @@ [ { + "answer": "The icebreaker only holds its strength until the end of the run System Seizure was triggered.\n\nWhile System Seizure is active, how long does the strength boost of an icebreaker last if the Runner boosts its strength outside of a run?", "card_id": "system_seizure", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes the icebreaker affected by System Seizure hold its strength only during the run when System Seizure is triggered, or during every run that turn?", - "answer": "The icebreaker only holds its strength until the end of the run System Seizure was triggered.\n\nWhile System Seizure is active, how long does the strength boost of an icebreaker last if the Runner boosts its strength outside of a run?" + "question": "####UFAQ [Michael Boggs]\nDoes the icebreaker affected by System Seizure hold its strength only during the run when System Seizure is triggered, or during every run that turn?" } ] diff --git a/v2/rulings/tao_salonga_telepresence_magician.json b/v2/rulings/tao_salonga_telepresence_magician.json index 6f3a30737..ab1f1451c 100644 --- a/v2/rulings/tao_salonga_telepresence_magician.json +++ b/v2/rulings/tao_salonga_telepresence_magician.json @@ -1,16 +1,16 @@ [ { + "answer": "Yes. If a piece of ice moves while the Runner is encountering it, the Runner moves with the ice.", "card_id": "tao_salonga_telepresence_magician", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Runner is playing as [Tāo Salonga](/en/card/30019) and manages to steal an agenda during an encounter, can they use his ability to change the attacked server by moving the currently encountered ice to another server?", - "answer": "Yes. If a piece of ice moves while the Runner is encountering it, the Runner moves with the ice." + "question": "If the Runner is playing as [Tāo Salonga](/en/card/30019) and manages to steal an agenda during an encounter, can they use his ability to change the attacked server by moving the currently encountered ice to another server?" }, { + "answer": "Yes, but only if that piece of ice is a rezzed ​**bioroid​**, because [Awakening Center​](/en/card/03021) is only a legal location for ​**bioroid​** ice. If the ice is unrezzed, the Runner cannot demonstrate that the swap is legal. It does not matter if the ice was exposed earlier in the game or is otherwise known by the Runner; it only matters whether the Runner is allowed to see the **​bioroid​** subtype at the time Tāo’s ability resolves. If a rezzed **bioroid​** is swapped this way, the Corp will not be able to pay the cost to force the Runner to encounter it with [Awakening Center​](/en/card/03021)​’s second ability unless another effect derezzes the ​**bioroid​**.", "card_id": "tao_salonga_telepresence_magician", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Runner use [Tāo Salonga](/en/card/30019) to swap a piece of ice protecting a server with ice hosted on ​[Awakening Center​](/en/card/03021)?", - "answer": "Yes, but only if that piece of ice is a rezzed ​**bioroid​**, because [Awakening Center​](/en/card/03021) is only a legal location for ​**bioroid​** ice. If the ice is unrezzed, the Runner cannot demonstrate that the swap is legal. It does not matter if the ice was exposed earlier in the game or is otherwise known by the Runner; it only matters whether the Runner is allowed to see the **​bioroid​** subtype at the time Tāo’s ability resolves. If a rezzed **bioroid​** is swapped this way, the Corp will not be able to pay the cost to force the Runner to encounter it with [Awakening Center​](/en/card/03021)​’s second ability unless another effect derezzes the ​**bioroid​**." + "question": "Can the Runner use [Tāo Salonga](/en/card/30019) to swap a piece of ice protecting a server with ice hosted on ​[Awakening Center​](/en/card/03021)?" } ] diff --git a/v2/rulings/temple_of_the_liberated_mind.json b/v2/rulings/temple_of_the_liberated_mind.json index f0a9cc0a4..b11a0bcc8 100644 --- a/v2/rulings/temple_of_the_liberated_mind.json +++ b/v2/rulings/temple_of_the_liberated_mind.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner cannot spend clicks on taking actions until \"Take actions\" during step 1.4 of their turn. Before that step of the turn, clicks can still be lost or spent through card effects, such as [Wyldside](/en/card/01016) or Bioroid ice during a run initiated by a card effect. A click gained during step 2.3 after the action phase does not return the runner to the action phase, and it will not be available to spend until the Runner’s next action phase because clicks can only be gained or spent during a player’s own turn. However, it can still be lost by card effects (for example, if the Corp plays [An Offer You Can't Refuse](/en/card/08091) and resolves the first subroutine on an [Enigma](/en/card/01111)).", "card_id": "temple_of_the_liberated_mind", "date_update": "2017-04-11", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nThe Runner uses a power counter from Temple of the Liberated Mind in turn step 1.1 (before \"Turn begins\") or step 2.3 (before \"End of turn\"). Can the gained be spent on actions at either of these times?", - "answer": "The Runner cannot spend clicks on taking actions until \"Take actions\" during step 1.4 of their turn. Before that step of the turn, clicks can still be lost or spent through card effects, such as [Wyldside](/en/card/01016) or Bioroid ice during a run initiated by a card effect. A click gained during step 2.3 after the action phase does not return the runner to the action phase, and it will not be available to spend until the Runner’s next action phase because clicks can only be gained or spent during a player’s own turn. However, it can still be lost by card effects (for example, if the Corp plays [An Offer You Can't Refuse](/en/card/08091) and resolves the first subroutine on an [Enigma](/en/card/01111))." + "question": "####UFAQ [Damon Stone]\nThe Runner uses a power counter from Temple of the Liberated Mind in turn step 1.1 (before \"Turn begins\") or step 2.3 (before \"End of turn\"). Can the gained be spent on actions at either of these times?" } ] diff --git a/v2/rulings/tempus.json b/v2/rulings/tempus.json index 2ea5f7dfd..710f49097 100644 --- a/v2/rulings/tempus.json +++ b/v2/rulings/tempus.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner must choose an option that can be fully resolved if there is an option that can be fully resolved. Suffering 1 brain damage is always possible, so if the Runner has fewer than 2 clicks remaining, they must choose to suffer the brain damage. Note that once the choice is made, prevent/avoid abilities can still be used to modify the results of that choice.", "card_id": "tempus", "date_update": "2018-04-06", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nIf the Runner has only 1 left when the trace from Tempus is successful, can they choose to lose instead of taking the brain damage? What if the Runner has no remaining?", - "answer": "The Runner must choose an option that can be fully resolved if there is an option that can be fully resolved. Suffering 1 brain damage is always possible, so if the Runner has fewer than 2 clicks remaining, they must choose to suffer the brain damage. Note that once the choice is made, prevent/avoid abilities can still be used to modify the results of that choice." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 22](http://ancur.wikia.com/wiki/The_Devil_and_the_Dragon_UFAQ) [Michael Boggs]\nIf the Runner has only 1 left when the trace from Tempus is successful, can they choose to lose instead of taking the brain damage? What if the Runner has no remaining?" } ] diff --git a/v2/rulings/temujin_contract.json b/v2/rulings/temujin_contract.json index a09bff530..8fa3aa0ec 100644 --- a/v2/rulings/temujin_contract.json +++ b/v2/rulings/temujin_contract.json @@ -1,10 +1,10 @@ [ { + "answer": "Any credits still on Temujin Contract remain on it, but the card does not have any abilities that let you take them.", "card_id": "temujin_contract", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nWhat happens if the remote server chosen for Temujin Contract is destroyed?", - "answer": "Any credits still on Temujin Contract remain on it, but the card does not have any abilities that let you take them." + "question": "####UFAQ [Michael Boggs]\nWhat happens if the remote server chosen for Temujin Contract is destroyed?" }, { "card_id": "temujin_contract", diff --git a/v2/rulings/test_run.json b/v2/rulings/test_run.json index ed2633698..7bc72e23d 100644 --- a/v2/rulings/test_run.json +++ b/v2/rulings/test_run.json @@ -1,9 +1,9 @@ [ { + "answer": "The lingering effect to place the program on top of the stack only affects the object installed with this event, not the program as a whole. If the Runner reinstalls that program, for example with [Rejig](https://netrunnerdb.com/en/card/26029), then the lingering effect does not apply to the newly installed object anymore. This wording was chosen to clarify this interaction; this is not a change in the functionality of the card.", "card_id": "test_run", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "Why does [Test Run](https://netrunnerdb.com/en/card/31028) now say \"has not been uninstalled\"?", - "answer": "The lingering effect to place the program on top of the stack only affects the object installed with this event, not the program as a whole. If the Runner reinstalls that program, for example with [Rejig](https://netrunnerdb.com/en/card/26029), then the lingering effect does not apply to the newly installed object anymore. This wording was chosen to clarify this interaction; this is not a change in the functionality of the card." + "question": "Why does [Test Run](https://netrunnerdb.com/en/card/31028) now say \"has not been uninstalled\"?" } ] diff --git a/v2/rulings/the_back.json b/v2/rulings/the_back.json index f9077aafe..d3a05911f 100644 --- a/v2/rulings/the_back.json +++ b/v2/rulings/the_back.json @@ -1,9 +1,9 @@ [ { + "answer": "A card is \"used\" if its controller makes a choice to trigger or resolve any optional ability or part of an ability with that card as its source, or if its controller spends or moves counters to pay costs because of an ability from that card. See section 9.1.6 in CR 1.4.\n\nOK, that was a confusing answer. Can we talk about the kinds of \"using\" one at a time?", "card_id": "the_back", "date_update": "2020-03-20", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat is \"using\" a hardware for the purposes of The Back?", - "answer": "A card is \"used\" if its controller makes a choice to trigger or resolve any optional ability or part of an ability with that card as its source, or if its controller spends or moves counters to pay costs because of an ability from that card. See section 9.1.6 in CR 1.4.\n\nOK, that was a confusing answer. Can we talk about the kinds of \"using\" one at a time?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat is \"using\" a hardware for the purposes of The Back?" } ] diff --git a/v2/rulings/the_black_file.json b/v2/rulings/the_black_file.json index dc734b4ab..541cd83ff 100644 --- a/v2/rulings/the_black_file.json +++ b/v2/rulings/the_black_file.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner wins and the Corp loses.\n\nIf a tournament game ends due to time while The Black File is installed and the Corp has at least 7 agenda points, what happens?", "card_id": "the_black_file", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf both players have at least 7 agenda points while The Black File is installed, does the game end in a tie or the Runner winning?", - "answer": "The Runner wins and the Corp loses.\n\nIf a tournament game ends due to time while The Black File is installed and the Corp has at least 7 agenda points, what happens?" + "question": "####UFAQ [Damon Stone]\nIf both players have at least 7 agenda points while The Black File is installed, does the game end in a tie or the Runner winning?" } ] diff --git a/v2/rulings/the_class_act.json b/v2/rulings/the_class_act.json index 8fceb69cc..367823141 100644 --- a/v2/rulings/the_class_act.json +++ b/v2/rulings/the_class_act.json @@ -1,16 +1,16 @@ [ { + "answer": "No.\n\nWhich comes first, The Class Act’s first ability or discarding to hand size?", "card_id": "the_class_act", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf The Class Act is uninstalled during the turn the Runner installed it, do they still draw 4 cards?", - "answer": "No.\n\nWhich comes first, The Class Act’s first ability or discarding to hand size?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nIf The Class Act is uninstalled during the turn the Runner installed it, do they still draw 4 cards?" }, { + "answer": "[Verbal Plasticity](en/card/30034)’s ability resolves immediately after the Runner pays the cost to take the basic action to draw 1 card, before the actual draw becomes imminent. [The Class Act](/en/card/26018)’s second ability resolves later, during the interrupt window that occurs while the draw effect is imminent. If both abilities are applicable, the Runner will look at 3 cards and put 1 of those cards on the bottom of their stack, then draw the other 2.", "card_id": "the_class_act", "date_update": "2022-06-20", "nsg_rules_team_verified": false, - "question": "How does [Verbal Plasticity](en/card/30034) interact with [The Class Act](/en/card/26018)?", - "answer": "[Verbal Plasticity](en/card/30034)’s ability resolves immediately after the Runner pays the cost to take the basic action to draw 1 card, before the actual draw becomes imminent. [The Class Act](/en/card/26018)’s second ability resolves later, during the interrupt window that occurs while the draw effect is imminent. If both abilities are applicable, the Runner will look at 3 cards and put 1 of those cards on the bottom of their stack, then draw the other 2." + "question": "How does [Verbal Plasticity](en/card/30034) interact with [The Class Act](/en/card/26018)?" } ] diff --git a/v2/rulings/the_gauntlet.json b/v2/rulings/the_gauntlet.json index 26d45719a..55e9ab92e 100644 --- a/v2/rulings/the_gauntlet.json +++ b/v2/rulings/the_gauntlet.json @@ -1,9 +1,9 @@ [ { + "answer": "The Gauntlet can count derezzed pieces of ice on which all subroutines were broken, but it cannot count trashed pieces of ice because they are no longer protecting HQ.", "card_id": "the_gauntlet", "date_update": "2017-04-14", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes The Gauntlet count broken pieces of ice that have since been derezzed or trashed?", - "answer": "The Gauntlet can count derezzed pieces of ice on which all subroutines were broken, but it cannot count trashed pieces of ice because they are no longer protecting HQ." + "question": "####UFAQ [Michael Boggs]\nDoes The Gauntlet count broken pieces of ice that have since been derezzed or trashed?" } ] diff --git a/v2/rulings/the_nihilist.json b/v2/rulings/the_nihilist.json index 10edf3d64..8a9631fe6 100644 --- a/v2/rulings/the_nihilist.json +++ b/v2/rulings/the_nihilist.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Since “unless” designates that trashing the top card of R&D is a nested cost (rule 1.15.10b), the Corp must trash a card to stop the Runner from drawing. If they do not trash a card, the Runner draws.\n\nIf the Runner’s stack is empty, does The Nihilist force the Corp to trash the top card of R&D?", "card_id": "the_nihilist", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Corp choose to trash the top card of R&D if R&D is empty to keep the Runner from drawing with The Nihilist?", - "answer": "No. Since “unless” designates that trashing the top card of R&D is a nested cost (rule 1.15.10b), the Corp must trash a card to stop the Runner from drawing. If they do not trash a card, the Runner draws.\n\nIf the Runner’s stack is empty, does The Nihilist force the Corp to trash the top card of R&D?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Corp choose to trash the top card of R&D if R&D is empty to keep the Runner from drawing with The Nihilist?" } ] diff --git a/v2/rulings/the_noble_path.json b/v2/rulings/the_noble_path.json index 7d1867604..4c961a925 100644 --- a/v2/rulings/the_noble_path.json +++ b/v2/rulings/the_noble_path.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. There is no stipulation on the card that requires at least one card to be trashed.\n\nDoes The Noble Path prevent the damage dealt by [Dedicated Response Team](/en/card/02118)?", "card_id": "the_noble_path", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan the Runner play The Noble Path if it is the only card in their grip?", - "answer": "Yes. There is no stipulation on the card that requires at least one card to be trashed.\n\nDoes The Noble Path prevent the damage dealt by [Dedicated Response Team](/en/card/02118)?" + "question": "####UFAQ [Damon Stone]\nCan the Runner play The Noble Path if it is the only card in their grip?" } ] diff --git a/v2/rulings/the_outfit_family_owned_and_operated.json b/v2/rulings/the_outfit_family_owned_and_operated.json index 3e48ce7a3..d710fcc91 100644 --- a/v2/rulings/the_outfit_family_owned_and_operated.json +++ b/v2/rulings/the_outfit_family_owned_and_operated.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The Corp does not \"take\" a bad publicity from Valencia, they simply start the game with the bad publicity.", "card_id": "the_outfit_family_owned_and_operated", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf The Outfit is playing against [Valencia Estevez](/en/card/07030), does the Corp start the game with 1 bad publicity and 8?", - "answer": "No. The Corp does not \"take\" a bad publicity from Valencia, they simply start the game with the bad publicity." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf The Outfit is playing against [Valencia Estevez](/en/card/07030), does the Corp start the game with 1 bad publicity and 8?" } ] diff --git a/v2/rulings/the_price_of_freedom.json b/v2/rulings/the_price_of_freedom.json index a68f66961..b1f1ace14 100644 --- a/v2/rulings/the_price_of_freedom.json +++ b/v2/rulings/the_price_of_freedom.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes, only the action of advancing cards is forbidden.", "card_id": "the_price_of_freedom", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan the Corp still place advancement counters on cards through card abilities while suffering the effects of The Price of Freedom?", - "answer": "Yes, only the action of advancing cards is forbidden." + "question": "####UFAQ [Damon Stone]\nCan the Corp still place advancement counters on cards through card abilities while suffering the effects of The Price of Freedom?" } ] diff --git a/v2/rulings/the_shadow_net.json b/v2/rulings/the_shadow_net.json index 01340d16d..e349447f5 100644 --- a/v2/rulings/the_shadow_net.json +++ b/v2/rulings/the_shadow_net.json @@ -1,9 +1,9 @@ [ { + "answer": "No. The first click would have been spent to use The Shadow Net instead of on playing the priority event.", "card_id": "the_shadow_net", "date_update": "2017-08-29", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nCan the Runner use The Shadow Net to play a priority event?", - "answer": "No. The first click would have been spent to use The Shadow Net instead of on playing the priority event." + "question": "####UFAQ [Michael Boggs]\nCan the Runner use The Shadow Net to play a priority event?" } ] diff --git a/v2/rulings/the_turning_wheel.json b/v2/rulings/the_turning_wheel.json index 1b78651a3..a18d8757f 100644 --- a/v2/rulings/the_turning_wheel.json +++ b/v2/rulings/the_turning_wheel.json @@ -1,16 +1,16 @@ [ { + "answer": "Each time the Runner uses The Turning Wheel's ability, they must declare the server from which they wish to access additional cards.", "card_id": "the_turning_wheel", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nDoes The Turning Wheel allow the Runner to increase their accesses for both R&D and HQ or only one at a time?", - "answer": "Each time the Runner uses The Turning Wheel's ability, they must declare the server from which they wish to access additional cards." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nDoes The Turning Wheel allow the Runner to increase their accesses for both R&D and HQ or only one at a time?" }, { + "answer": "Each time the Runner accesses cards from HQ or R&D for the remainder of the run.\n\nAfter using The Turning Wheel, can the Runner choose to access a card from R&D when they access a card from HQ and vice versa?", "card_id": "the_turning_wheel", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 5](https://ancur.wikia.com/wiki/The_Liberated_Mind_UFAQ) [Damon Stone]\nAfter using The Turning Wheel, when does the Runner access an additional card?", - "answer": "Each time the Runner accesses cards from HQ or R&D for the remainder of the run.\n\nAfter using The Turning Wheel, can the Runner choose to access a card from R&D when they access a card from HQ and vice versa?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 5](https://ancur.wikia.com/wiki/The_Liberated_Mind_UFAQ) [Damon Stone]\nAfter using The Turning Wheel, when does the Runner access an additional card?" } ] diff --git a/v2/rulings/the_twinning.json b/v2/rulings/the_twinning.json index 7be106fb0..7f542f40d 100644 --- a/v2/rulings/the_twinning.json +++ b/v2/rulings/the_twinning.json @@ -1,10 +1,10 @@ [ { + "answer": "Yes, recurring credits are hosted credits and are spent from their host card.", "card_id": "the_twinning", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does [The Twinning](/en/card/33010) gain a power counter when spending credits from [Prepaid VoicePAD](/en/card/31038)?", - "answer": "Yes, recurring credits are hosted credits and are spent from their host card." + "question": "Does [The Twinning](/en/card/33010) gain a power counter when spending credits from [Prepaid VoicePAD](/en/card/31038)?" }, { "card_id": "the_twinning", @@ -13,38 +13,38 @@ "text_ruling": "Does [The Twinning](/en/card/33010) gain a power counter when spending credits from [Overclock](/en/card/30029)?\nNo. Credits can be spent from [Overclock](/en/card/30029), but it is not an installed card." }, { + "answer": "No. A player’s identity is not installed.", "card_id": "the_twinning", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does [The Twinning](/en/card/33010) gain a power counter when spending credits from [Ele \"Smoke\" Scovak](/en/card/11066)?", - "answer": "No. A player’s identity is not installed." + "question": "Does [The Twinning](/en/card/33010) gain a power counter when spending credits from [Ele \"Smoke\" Scovak](/en/card/11066)?" }, { + "answer": "Yes. The recurring credit is hosted on [DJ Fenris](/en/card/22025), which is an installed card.", "card_id": "the_twinning", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does [The Twinning](/en/card/33010) gain a power counter when spending credits from [DJ Fenris](/en/card/22025) hosting [Ele \"Smoke\" Scovak](/en/card/11066)?", - "answer": "Yes. The recurring credit is hosted on [DJ Fenris](/en/card/22025), which is an installed card." + "question": "Does [The Twinning](/en/card/33010) gain a power counter when spending credits from [DJ Fenris](/en/card/22025) hosting [Ele \"Smoke\" Scovak](/en/card/11066)?" }, { + "answer": "The Runner resolves a separate instance of [The Twinning](/en/card/33010)’s second ability for each breach: the normal breach of R&D as part of the Success Phase of the run, and the breach of HQ at the end of the run from [Virtuoso](/en/card/33015)’s ability. If [The Twinning](/en/card/33010) has enough hosted power counters, the Runner can spend 2 counters each time and access a total of 4 additional cards.", "card_id": "the_twinning", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If [Virtuoso](/en/card/33015) is installed and the Runner’s mark is R&D, how many additional cards can they access with [The Twinning](/en/card/33010) when they make a successful run on R&D?", - "answer": "The Runner resolves a separate instance of [The Twinning](/en/card/33010)’s second ability for each breach: the normal breach of R&D as part of the Success Phase of the run, and the breach of HQ at the end of the run from [Virtuoso](/en/card/33015)’s ability. If [The Twinning](/en/card/33010) has enough hosted power counters, the Runner can spend 2 counters each time and access a total of 4 additional cards." + "question": "If [Virtuoso](/en/card/33015) is installed and the Runner’s mark is R&D, how many additional cards can they access with [The Twinning](/en/card/33010) when they make a successful run on R&D?" }, { + "answer": "Yes.", "card_id": "the_twinning", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can you spend hosted credits to use an icebreaker’s paid ability to increase its strength outside of a run, in order to place a power counter on [The Twinning](/en/card/33010)?", - "answer": "Yes." + "question": "Can you spend hosted credits to use an icebreaker’s paid ability to increase its strength outside of a run, in order to place a power counter on [The Twinning](/en/card/33010)?" }, { + "answer": "No. [The Twinning](/en/card/33010) is not yet active when you are paying its install cost.", "card_id": "the_twinning", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner spends credits hosted on [Paladin Poemu](/en/card/26073) to install [The Twinning](/en/card/33010), does the Runner place a power counter on [The Twinning](/en/card/33010)?", - "answer": "No. [The Twinning](/en/card/33010) is not yet active when you are paying its install cost." + "question": "If the Runner spends credits hosted on [Paladin Poemu](/en/card/26073) to install [The Twinning](/en/card/33010), does the Runner place a power counter on [The Twinning](/en/card/33010)?" } ] diff --git a/v2/rulings/thimblerig.json b/v2/rulings/thimblerig.json index 196f5d345..13a3bf2b2 100644 --- a/v2/rulings/thimblerig.json +++ b/v2/rulings/thimblerig.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Thimblerig was not the ice installed in the position the Runner is passing at the time that the pass occurred.\n\nIf the Runner passes Thimblerig, then Corp swaps it with a [Kakugo](/en/card/12013), does the Runner suffer 1 net damage?", "card_id": "thimblerig", "date_update": "2020-06-18", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner uses Inversificator to swap Thimblerig in for another piece of ice, can the Corp then swap Thimblerig away with another piece of ice?", - "answer": "No. Thimblerig was not the ice installed in the position the Runner is passing at the time that the pass occurred.\n\nIf the Runner passes Thimblerig, then Corp swaps it with a [Kakugo](/en/card/12013), does the Runner suffer 1 net damage?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIf the Runner uses Inversificator to swap Thimblerig in for another piece of ice, can the Corp then swap Thimblerig away with another piece of ice?" } ] diff --git a/v2/rulings/thunder_art_gallery.json b/v2/rulings/thunder_art_gallery.json index 8b4eac60f..1f812f361 100644 --- a/v2/rulings/thunder_art_gallery.json +++ b/v2/rulings/thunder_art_gallery.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. But, players cannot spend clicks outside of the Action Phase and any of the Runner's unspent clicks are lost during the discard phase (5.7.2c).\n\nThe Runner has [Forger](/en/card/08065) and Thunder Art Gallery installed when they access a [Snare!](/en/card/20098). If they avoid the tag with Forger and install a [Sports Hopper](/en/card/10064) with the Gallery, can they use the Sports Hopper to draw more cards to survive the incoming net damage? Can the Runner install and use [Bio-Modeled Network](/en/card/12006) to prevent the incoming net damage?", "card_id": "thunder_art_gallery", "date_update": "2022-06-09", "nsg_rules_team_verified": true, - "question": "####[NISEI](http://nisei.net) [NISEI Rules Team Update]\nThe Runner has [Citadel Sanctuary](/en/card/11070), Thunder Art Gallery, and [Autoscripter](/en/card/06076) installed. At the end of the Runner’s turn, they use Citadel Sanctuary to remove a tag, triggering Thunder Art Gallery. Does the Runner gain a click from Autoscripter if they install a program with the Gallery?", - "answer": "Yes. But, players cannot spend clicks outside of the Action Phase and any of the Runner's unspent clicks are lost during the discard phase (5.7.2c).\n\nThe Runner has [Forger](/en/card/08065) and Thunder Art Gallery installed when they access a [Snare!](/en/card/20098). If they avoid the tag with Forger and install a [Sports Hopper](/en/card/10064) with the Gallery, can they use the Sports Hopper to draw more cards to survive the incoming net damage? Can the Runner install and use [Bio-Modeled Network](/en/card/12006) to prevent the incoming net damage?" + "question": "####[NISEI](http://nisei.net) [NISEI Rules Team Update]\nThe Runner has [Citadel Sanctuary](/en/card/11070), Thunder Art Gallery, and [Autoscripter](/en/card/06076) installed. At the end of the Runner’s turn, they use Citadel Sanctuary to remove a tag, triggering Thunder Art Gallery. Does the Runner gain a click from Autoscripter if they install a program with the Gallery?" } ] diff --git a/v2/rulings/tithonium.json b/v2/rulings/tithonium.json index 193ec1f0f..b8f4c7b88 100644 --- a/v2/rulings/tithonium.json +++ b/v2/rulings/tithonium.json @@ -1,9 +1,9 @@ [ { + "answer": "The Pawn is immediately and unpreventably trashed because Tithonium cannot host it.\n\nCan the Corp use [Oversight AI](/en/card/02079) to rez Tithonium? If so, does the Corp still install Oversight AI onto Tithonium?", "card_id": "tithonium", "date_update": "2017-07-21", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf Tithonium is already hosting a [Pawn](/en/card/04002) when it is rezzed, what happens to the Pawn?", - "answer": "The Pawn is immediately and unpreventably trashed because Tithonium cannot host it.\n\nCan the Corp use [Oversight AI](/en/card/02079) to rez Tithonium? If so, does the Corp still install Oversight AI onto Tithonium?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nIf Tithonium is already hosting a [Pawn](/en/card/04002) when it is rezzed, what happens to the Pawn?" } ] diff --git a/v2/rulings/tollbooth.json b/v2/rulings/tollbooth.json index f658637a5..88010f3be 100644 --- a/v2/rulings/tollbooth.json +++ b/v2/rulings/tollbooth.json @@ -1,23 +1,23 @@ [ { + "answer": "If the Runner cannot pay 3 when encountering [Tollbooth](https://netrunnerdb.com/en/card/31066), then the run ends without the Runner paying any credits.", "card_id": "tollbooth", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "What happens if the Runner cannot pay 3 when encountering [Tollbooth](https://netrunnerdb.com/en/card/31066)?", - "answer": "If the Runner cannot pay 3 when encountering [Tollbooth](https://netrunnerdb.com/en/card/31066), then the run ends without the Runner paying any credits." + "question": "What happens if the Runner cannot pay 3 when encountering [Tollbooth](https://netrunnerdb.com/en/card/31066)?" }, { + "answer": "No, the encounter ability from [Tollbooth](https://netrunnerdb.com/en/card/31066) says that the Runner must pay 3 if they are able.", "card_id": "tollbooth", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "Can the Runner choose not to pay 3 and let the run end when encountering [Tollbooth](https://netrunnerdb.com/en/card/31066)?", - "answer": "No, the encounter ability from [Tollbooth](https://netrunnerdb.com/en/card/31066) says that the Runner must pay 3 if they are able." + "question": "Can the Runner choose not to pay 3 and let the run end when encountering [Tollbooth](https://netrunnerdb.com/en/card/31066)?" }, { + "answer": "No. An ability that meets its trigger condition due to an encounter beginning can only resolve if the encounter is still taking place. [Inside Job](https://netrunnerdb.com/en/card/31018)’s bypass ability meets its trigger condition at the same time as [Funhouse](https://netrunnerdb.com/en/card/30054) or [Tollbooth](https://netrunnerdb.com/en/card/31066)’s ability, and as it’s the Runner’s turn, they will resolve the ability they control first. Bypassing a piece of ice immediately ends the encounter, stopping the Corp from resolving their ability before they can tag the Runner or charge a toll.", "card_id": "tollbooth", "date_update": "2022-04-24", "nsg_rules_team_verified": true, - "question": "If the Runner plays [Inside Job](https://netrunnerdb.com/en/card/31018) and bypasses [Funhouse](https://netrunnerdb.com/en/card/30054) or [Tollbooth](https://netrunnerdb.com/en/card/31066), do the non-subroutine abilities on those cards resolve?", - "answer": "No. An ability that meets its trigger condition due to an encounter beginning can only resolve if the encounter is still taking place. [Inside Job](https://netrunnerdb.com/en/card/31018)’s bypass ability meets its trigger condition at the same time as [Funhouse](https://netrunnerdb.com/en/card/30054) or [Tollbooth](https://netrunnerdb.com/en/card/31066)’s ability, and as it’s the Runner’s turn, they will resolve the ability they control first. Bypassing a piece of ice immediately ends the encounter, stopping the Corp from resolving their ability before they can tag the Runner or charge a toll." + "question": "If the Runner plays [Inside Job](https://netrunnerdb.com/en/card/31018) and bypasses [Funhouse](https://netrunnerdb.com/en/card/30054) or [Tollbooth](https://netrunnerdb.com/en/card/31066), do the non-subroutine abilities on those cards resolve?" } ] diff --git a/v2/rulings/top_hat.json b/v2/rulings/top_hat.json index 6f1ef4bfc..f59f876ca 100644 --- a/v2/rulings/top_hat.json +++ b/v2/rulings/top_hat.json @@ -1,9 +1,9 @@ [ { + "answer": "No.", "card_id": "top_hat", "date_update": "2017-04-14", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes Top Hat allow the Runner to see the top cards of R&D before choosing which to access?", - "answer": "No." + "question": "####UFAQ [Michael Boggs]\nDoes Top Hat allow the Runner to see the top cards of R&D before choosing which to access?" } ] diff --git a/v2/rulings/tranquility_home_grid.json b/v2/rulings/tranquility_home_grid.json index 32150dd66..424bd3a01 100644 --- a/v2/rulings/tranquility_home_grid.json +++ b/v2/rulings/tranquility_home_grid.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. It cannot even be installed into the root of a central server.\n\nCan Tranquility Home Grid be swapped to a central server?", "card_id": "tranquility_home_grid", "date_update": "2020-04-10", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes Tranquility Home Grid's \"Remote server only.\" restriction apply even while it is unrezzed?", - "answer": "Yes. It cannot even be installed into the root of a central server.\n\nCan Tranquility Home Grid be swapped to a central server?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes Tranquility Home Grid's \"Remote server only.\" restriction apply even while it is unrezzed?" } ] diff --git a/v2/rulings/tranquilizer.json b/v2/rulings/tranquilizer.json index 51d1eb74e..f11bb3668 100644 --- a/v2/rulings/tranquilizer.json +++ b/v2/rulings/tranquilizer.json @@ -1,30 +1,30 @@ [ { + "answer": "[Tranquilizer](/en/card/30017) remains installed and hosted on the derezzed ice and keeps its virus counters. If that ice is later rezzed again, [Tranquilizer](/en/card/30017) could potentially derez it again.", "card_id": "tranquilizer", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "What happens to [Tranquilizer](/en/card/30017) after it derezzes its host ice?", - "answer": "[Tranquilizer](/en/card/30017) remains installed and hosted on the derezzed ice and keeps its virus counters. If that ice is later rezzed again, [Tranquilizer](/en/card/30017) could potentially derez it again." + "question": "What happens to [Tranquilizer](/en/card/30017) after it derezzes its host ice?" }, { + "answer": "No. [Tranquilizer](/en/card/30017) can only derez ice when its ability resolves: when it is installed and when the Runner’s turn begins.", "card_id": "tranquilizer", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If [Tranquilizer](/en/card/30017) gets to 3 virus counters in the middle of the turn, does the ice derez?", - "answer": "No. [Tranquilizer](/en/card/30017) can only derez ice when its ability resolves: when it is installed and when the Runner’s turn begins." + "question": "If [Tranquilizer](/en/card/30017) gets to 3 virus counters in the middle of the turn, does the ice derez?" }, { + "answer": "By managing their abilities carefully, the Runner can choose whether to derez the ice right away or not. [Hivemind](/en/card/07042)’s second ability is a static ability, so it always applies as soon as [Tranquilizer](/en/card/30017) is installed. But the conditional abilities on [Cookbook](/en/card/30009) and [Tranquilizer](/en/card/30017) meet their trigger conditions at the same time, so the Runner can choose the order to resolve them. If they resolve [Tranquilizer](/en/card/30017) first, it will only have 2 hosted virus counters (including the one shared from [Hivemind](/en/card/07042)) at the time that the number of counters is checked. If they resolve [Cookbook](/en/card/30009) first, then by the time [Tranquilizer](/en/card/30017) resolves, it will have 3 hosted virus counters and will derez the ice.", "card_id": "tranquilizer", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Suppose the Runner has [Cookbook](/en/card/30009) and [Hivemind](/en/card/07042) installed, with 1 virus counter on [Hivemind](/en/card/07042). If they then install [Tranquilizer](/en/card/30017), is the host ice derezzed immediately? Or does it wait for the next check at the beginning of the Runner's next turn?", - "answer": "By managing their abilities carefully, the Runner can choose whether to derez the ice right away or not. [Hivemind](/en/card/07042)’s second ability is a static ability, so it always applies as soon as [Tranquilizer](/en/card/30017) is installed. But the conditional abilities on [Cookbook](/en/card/30009) and [Tranquilizer](/en/card/30017) meet their trigger conditions at the same time, so the Runner can choose the order to resolve them. If they resolve [Tranquilizer](/en/card/30017) first, it will only have 2 hosted virus counters (including the one shared from [Hivemind](/en/card/07042)) at the time that the number of counters is checked. If they resolve [Cookbook](/en/card/30009) first, then by the time [Tranquilizer](/en/card/30017) resolves, it will have 3 hosted virus counters and will derez the ice." + "question": "Suppose the Runner has [Cookbook](/en/card/30009) and [Hivemind](/en/card/07042) installed, with 1 virus counter on [Hivemind](/en/card/07042). If they then install [Tranquilizer](/en/card/30017), is the host ice derezzed immediately? Or does it wait for the next check at the beginning of the Runner's next turn?" }, { + "answer": "The ice remains rezzed. If [Tranquilizer](/en/card/30017) still has 3 or more virus counters at the start of the Runner’s turn, then it will become derezzed again.", "card_id": "tranquilizer", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "What happens if the Corp rezzes ice that is hosting a [Tranquilizer](/en/card/30017) with 3 virus counters?", - "answer": "The ice remains rezzed. If [Tranquilizer](/en/card/30017) still has 3 or more virus counters at the start of the Runner’s turn, then it will become derezzed again." + "question": "What happens if the Corp rezzes ice that is hosting a [Tranquilizer](/en/card/30017) with 3 virus counters?" } ] diff --git a/v2/rulings/transparency_initiative.json b/v2/rulings/transparency_initiative.json index 8b57a7056..9c8472231 100644 --- a/v2/rulings/transparency_initiative.json +++ b/v2/rulings/transparency_initiative.json @@ -1,9 +1,9 @@ [ { + "answer": "No. If no agenda is turned faceup, then Transparency Initiative can't find \"that agenda\" to install itself as a hosted condition counter.", "card_id": "transparency_initiative", "date_update": "2017-07-21", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp install Transparency Initiative on an already faceup installed **public** agenda?", - "answer": "No. If no agenda is turned faceup, then Transparency Initiative can't find \"that agenda\" to install itself as a hosted condition counter." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp install Transparency Initiative on an already faceup installed **public** agenda?" } ] diff --git a/v2/rulings/transport_monopoly.json b/v2/rulings/transport_monopoly.json index 96f929bf2..12cb7fb97 100644 --- a/v2/rulings/transport_monopoly.json +++ b/v2/rulings/transport_monopoly.json @@ -1,9 +1,9 @@ [ { + "answer": "Step 6.9.5e of the run will do nothing, and abilities that look for a successful run will never see this run. The run proceeds through the remaining steps of the Approach Server Phase and the Run Ends Phase normally, including the Runner accessing cards from the attacked server. The run will not be declared unsuccessful either.", "card_id": "transport_monopoly", "date_update": "2020-04-16", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat happens at the time a run is supposed to become successful if the run \"cannot be declared successful\"?", - "answer": "Step 6.9.5e of the run will do nothing, and abilities that look for a successful run will never see this run. The run proceeds through the remaining steps of the Approach Server Phase and the Run Ends Phase normally, including the Runner accessing cards from the attacked server. The run will not be declared unsuccessful either." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat happens at the time a run is supposed to become successful if the run \"cannot be declared successful\"?" } ] diff --git a/v2/rulings/tread_lightly.json b/v2/rulings/tread_lightly.json index 5d4e1aac2..ce019d7cc 100644 --- a/v2/rulings/tread_lightly.json +++ b/v2/rulings/tread_lightly.json @@ -1,9 +1,9 @@ [ { + "answer": "It would cost 0. To determine what a cost is when effects are modifying its value, start with the default value for that cost ([Asteroid Belt](/en/card/07012)’s printed rez cost is 9), apply each effect that increases the cost ([Tread Lightly](/en/card/30012) adds 3), and then apply each effect that lowers the cost ([Asteroid Belt](/en/card/07012)’s ability subtracts 3 for each hosted advancement counter).", "card_id": "tread_lightly", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If an [Asteroid Belt](/en/card/07012) has 4 hosted advancement counters, how much does it cost to rez it during a run made with [Tread Lightly](/en/card/30012)?", - "answer": "It would cost 0. To determine what a cost is when effects are modifying its value, start with the default value for that cost ([Asteroid Belt](/en/card/07012)’s printed rez cost is 9), apply each effect that increases the cost ([Tread Lightly](/en/card/30012) adds 3), and then apply each effect that lowers the cost ([Asteroid Belt](/en/card/07012)’s ability subtracts 3 for each hosted advancement counter)." + "question": "If an [Asteroid Belt](/en/card/07012) has 4 hosted advancement counters, how much does it cost to rez it during a run made with [Tread Lightly](/en/card/30012)?" } ] diff --git a/v2/rulings/trickster_taka.json b/v2/rulings/trickster_taka.json index 384f31ef2..d62dd852d 100644 --- a/v2/rulings/trickster_taka.json +++ b/v2/rulings/trickster_taka.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Just like with avoiding the tag from Data Raven, the ability only requires the Runner to make a choice. Once the choice is made, whether or not the effect is prevented does not undo or invalidate the choice.", "card_id": "trickster_taka", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Runner avoid the tag from Trickster Taka’s last ability?", - "answer": "Yes. Just like with avoiding the tag from Data Raven, the ability only requires the Runner to make a choice. Once the choice is made, whether or not the effect is prevented does not undo or invalidate the choice." + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nCan the Runner avoid the tag from Trickster Taka’s last ability?" } ] diff --git a/v2/rulings/trieste_model_bioroids.json b/v2/rulings/trieste_model_bioroids.json index 0a4cf7660..69349fc7b 100644 --- a/v2/rulings/trieste_model_bioroids.json +++ b/v2/rulings/trieste_model_bioroids.json @@ -1,30 +1,30 @@ [ { + "answer": "The choice made when [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034) was rezzed is still maintained, because the ice is still the same object, and [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034) is still active. If the Corp rezzes that ice again, Trieste’s ability will still apply.", "card_id": "trieste_model_bioroids", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "If the ice chosen for [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034) is derezzed, what happens?", - "answer": "The choice made when [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034) was rezzed is still maintained, because the ice is still the same object, and [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034) is still active. If the Corp rezzes that ice again, Trieste’s ability will still apply." + "question": "If the ice chosen for [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034) is derezzed, what happens?" }, { + "answer": "The effect prohibiting Runner card abilities from breaking subroutines ends immediately, and the lingering effect remembering which ice was chosen expires. If the Corp rezzes [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034) again, they will make a new choice of a rezzed piece of bioroid ice.", "card_id": "trieste_model_bioroids", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "If [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034) is derezzed, what happens?", - "answer": "The effect prohibiting Runner card abilities from breaking subroutines ends immediately, and the lingering effect remembering which ice was chosen expires. If the Corp rezzes [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034) again, they will make a new choice of a rezzed piece of bioroid ice." + "question": "If [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034) is derezzed, what happens?" }, { + "answer": "Yes.", "card_id": "trieste_model_bioroids", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "Is the ability on [Quetzal: Free Spirit](https://netrunnerdb.com/en/card/06052) affected by [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034)?", - "answer": "Yes." + "question": "Is the ability on [Quetzal: Free Spirit](https://netrunnerdb.com/en/card/06052) affected by [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034)?" }, { + "answer": "That ice is still affected by the ability. The bioroid subtype is only required at the time [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034) is rezzed and the choice of ice is made.", "card_id": "trieste_model_bioroids", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "If the ice chosen with [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034) loses the **bioroid** subtype, what happens?", - "answer": "That ice is still affected by the ability. The bioroid subtype is only required at the time [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034) is rezzed and the choice of ice is made." + "question": "If the ice chosen with [Trieste Model Bioroids](https://netrunnerdb.com/en/card/33034) loses the **bioroid** subtype, what happens?" } ] diff --git a/v2/rulings/tyr.json b/v2/rulings/tyr.json index 7323e118e..3628ad0a6 100644 --- a/v2/rulings/tyr.json +++ b/v2/rulings/tyr.json @@ -1,9 +1,9 @@ [ { + "answer": "The Corp still gets the extra allotted [click] next turn.\n\nWhen exactly does Týr's ability apply? If the Corp uses Tyr's Hand to prevent a subroutine from being broken after a click is spent, do they still get the extra allotted [click] next turn? What if the Runner breaks the last subroutine using Týr's ability and then immediately uses Hippo to trash it (so that Týr is not active for a conditional ability to resolve)?", "card_id": "tyr", "date_update": "2020-04-10", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat happens if Týr is trashed after increasing the Corp's allotted [click]?", - "answer": "The Corp still gets the extra allotted [click] next turn.\n\nWhen exactly does Týr's ability apply? If the Corp uses Tyr's Hand to prevent a subroutine from being broken after a click is spent, do they still get the extra allotted [click] next turn? What if the Runner breaks the last subroutine using Týr's ability and then immediately uses Hippo to trash it (so that Týr is not active for a conditional ability to resolve)?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nWhat happens if Týr is trashed after increasing the Corp's allotted [click]?" } ] diff --git a/v2/rulings/unity.json b/v2/rulings/unity.json index 08380a4ce..2b022be02 100644 --- a/v2/rulings/unity.json +++ b/v2/rulings/unity.json @@ -1,9 +1,9 @@ [ { + "answer": "No, [Unity](/en/card/30026)'s boost ability increases the strength of [Unity](/en/card/30026) by an amount equal to the number of installed icebreakers.", "card_id": "unity", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "Does [Unity](/en/card/30026)'s boost ability give +1 strength to each installed icebreaker?", - "answer": "No, [Unity](/en/card/30026)'s boost ability increases the strength of [Unity](/en/card/30026) by an amount equal to the number of installed icebreakers." + "question": "Does [Unity](/en/card/30026)'s boost ability give +1 strength to each installed icebreaker?" } ] diff --git a/v2/rulings/upayoga.json b/v2/rulings/upayoga.json index 39010ba0a..c596dcc5a 100644 --- a/v2/rulings/upayoga.json +++ b/v2/rulings/upayoga.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Upayoga’s subroutine lacks an “if able” clause, so as much of the effect as can be resolved must resolve.\n\nIf the Runner has no credits in their credit pool after losing the Psi game on Upayoga, can they be forced to lose credits on other cards, such as [Ghost Runner](/en/card/06040) or [Net Celebrity](/en/card/06038)?", "card_id": "upayoga", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nIf the Runner only has 1 after losing the Psi game on Upayoga, do they lose that credit?", - "answer": "Yes. Upayoga’s subroutine lacks an “if able” clause, so as much of the effect as can be resolved must resolve.\n\nIf the Runner has no credits in their credit pool after losing the Psi game on Upayoga, can they be forced to lose credits on other cards, such as [Ghost Runner](/en/card/06040) or [Net Celebrity](/en/card/06038)?" + "question": "####UFAQ [Damon Stone]\nIf the Runner only has 1 after losing the Psi game on Upayoga, do they lose that credit?" } ] diff --git a/v2/rulings/urtica_cipher.json b/v2/rulings/urtica_cipher.json index a522a3274..e90d0953f 100644 --- a/v2/rulings/urtica_cipher.json +++ b/v2/rulings/urtica_cipher.json @@ -1,23 +1,23 @@ [ { + "answer": "Yes. Abilities that allow the Corp to advance a card are active even if the card is unrezzed.", "card_id": "urtica_cipher", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Corp advance [Urtica Cipher](/en/card/30044) if it’s unrezzed?", - "answer": "Yes. Abilities that allow the Corp to advance a card are active even if the card is unrezzed." + "question": "Can the Corp advance [Urtica Cipher](/en/card/30044) if it’s unrezzed?" }, { + "answer": "Yes, as long as it is installed. The 2 damage indicated in the card text is not contingent on adding more damage for advancement counters.", "card_id": "urtica_cipher", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Does [Urtica Cipher](/en/card/30044) do damage even if it has no advancement counters on it?", - "answer": "Yes, as long as it is installed. The 2 damage indicated in the card text is not contingent on adding more damage for advancement counters." + "question": "Does [Urtica Cipher](/en/card/30044) do damage even if it has no advancement counters on it?" }, { + "answer": "[Urtica Cipher](/en/card/30044)’s ability causes a single occurrence of damage, whether or not [Urtica Cipher](/en/card/30044) is advanced.", "card_id": "urtica_cipher", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Does [Urtica Cipher](/en/card/30044) do its damage all at once, or in increments?", - "answer": "[Urtica Cipher](/en/card/30044)’s ability causes a single occurrence of damage, whether or not [Urtica Cipher](/en/card/30044) is advanced." + "question": "Does [Urtica Cipher](/en/card/30044) do its damage all at once, or in increments?" } ] diff --git a/v2/rulings/utopia_shard.json b/v2/rulings/utopia_shard.json index 7b5a6eb1a..a0f2c821a 100644 --- a/v2/rulings/utopia_shard.json +++ b/v2/rulings/utopia_shard.json @@ -1,9 +1,9 @@ [ { + "answer": "No. In order for [Utopia Shard](https://netrunnerdb.com/en/card/06100) to install itself with its ability, it must already be in the Runner’s grip at the time the ability would meet its trigger condition.", "card_id": "utopia_shard", "date_update": "2022-04-24", "nsg_rules_team_verified": false, - "question": "If the Runner returns [Utopia Shard](https://netrunnerdb.com/en/card/06100) to their grip with [Steve Cambridge](https://netrunnerdb.com/en/card/13001), can they then install [Utopia Shard](https://netrunnerdb.com/en/card/06100)?", - "answer": "No. In order for [Utopia Shard](https://netrunnerdb.com/en/card/06100) to install itself with its ability, it must already be in the Runner’s grip at the time the ability would meet its trigger condition." + "question": "If the Runner returns [Utopia Shard](https://netrunnerdb.com/en/card/06100) to their grip with [Steve Cambridge](https://netrunnerdb.com/en/card/13001), can they then install [Utopia Shard](https://netrunnerdb.com/en/card/06100)?" } ] diff --git a/v2/rulings/vamadeva.json b/v2/rulings/vamadeva.json index 94070902e..c158b4f6c 100644 --- a/v2/rulings/vamadeva.json +++ b/v2/rulings/vamadeva.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Broken subroutines still exist on the ice.\n\nCan the Runner use Vamadeva to swap in another copy of Vamadeva from the grip?", "card_id": "vamadeva", "date_update": "2022-01-04", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nThe Runner encounters a [Tyrant](/en/card/02078) with a single advancement token on it and breaks the subroutine with Vamadeva. If the Corp then uses [Firmware Updates](/en/card/07004) to add another advancement token to Tyrant, can the Runner break the new subroutine with Vamadeva?", - "answer": "No. Broken subroutines still exist on the ice.\n\nCan the Runner use Vamadeva to swap in another copy of Vamadeva from the grip?" + "question": "####UFAQ [Damon Stone]\nThe Runner encounters a [Tyrant](/en/card/02078) with a single advancement token on it and breaks the subroutine with Vamadeva. If the Corp then uses [Firmware Updates](/en/card/07004) to add another advancement token to Tyrant, can the Runner break the new subroutine with Vamadeva?" } ] diff --git a/v2/rulings/vaporframe_fabricator.json b/v2/rulings/vaporframe_fabricator.json index 702f09818..f98cae3c1 100644 --- a/v2/rulings/vaporframe_fabricator.json +++ b/v2/rulings/vaporframe_fabricator.json @@ -1,9 +1,9 @@ [ { + "answer": "No, it only applies to the install from the second ability.", "card_id": "vaporframe_fabricator", "date_update": "2020-04-10", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes the restriction \"You cannot use this ability to install a card in this server.\" apply to Vaporframe Fabricator's click ability?", - "answer": "No, it only applies to the install from the second ability." + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nDoes the restriction \"You cannot use this ability to install a card in this server.\" apply to Vaporframe Fabricator's click ability?" } ] diff --git a/v2/rulings/verbal_plasticity.json b/v2/rulings/verbal_plasticity.json index 249032099..c9b66dded 100644 --- a/v2/rulings/verbal_plasticity.json +++ b/v2/rulings/verbal_plasticity.json @@ -1,9 +1,9 @@ [ { + "answer": "[Verbal Plasticity](/en/card/30034)’s ability resolves immediately after the Runner pays the cost to take the basic action to draw 1 card, before the actual draw becomes imminent. [The Class Act](/en/card/26018)’s second ability resolves later, during the interrupt window that occurs while the draw effect is imminent. If both abilities are applicable, the Runner will draw 3 cards and put 1 of those cards on the bottom of their stack.", "card_id": "verbal_plasticity", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "How does [Verbal Plasticity](/en/card/30034) interact with [The Class Act](/en/card/26018)?", - "answer": "[Verbal Plasticity](/en/card/30034)’s ability resolves immediately after the Runner pays the cost to take the basic action to draw 1 card, before the actual draw becomes imminent. [The Class Act](/en/card/26018)’s second ability resolves later, during the interrupt window that occurs while the draw effect is imminent. If both abilities are applicable, the Runner will draw 3 cards and put 1 of those cards on the bottom of their stack." + "question": "How does [Verbal Plasticity](/en/card/30034) interact with [The Class Act](/en/card/26018)?" } ] diff --git a/v2/rulings/violet_level_clearance.json b/v2/rulings/violet_level_clearance.json index 175c785c1..b9673112e 100644 --- a/v2/rulings/violet_level_clearance.json +++ b/v2/rulings/violet_level_clearance.json @@ -1,9 +1,9 @@ [ { + "answer": "Immediately after the operation resolves and is trashed from playing it, \"after you resolve this operation\" triggers meet their trigger condition. Ending the action phase then advances the game to the discard phase. This skips the paid ability window that would normally follow the end of an action, ceases the resolution of any other pending abilities or effects, and invalidates any conditional abilities. If the operation was played as part of a card ability, any remaining effects from that card ability immediately stop resolving as well.\n\nIf the Corp plays Violet Level Clearance as the first operation for [Subcontract](/en/card/10113), what happens?", "card_id": "violet_level_clearance", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nHow does \"After you resolve this operation, end your action phase.\" on terminal operations like Violet Level Clearance work?", - "answer": "Immediately after the operation resolves and is trashed from playing it, \"after you resolve this operation\" triggers meet their trigger condition. Ending the action phase then advances the game to the discard phase. This skips the paid ability window that would normally follow the end of an action, ceases the resolution of any other pending abilities or effects, and invalidates any conditional abilities. If the operation was played as part of a card ability, any remaining effects from that card ability immediately stop resolving as well.\n\nIf the Corp plays Violet Level Clearance as the first operation for [Subcontract](/en/card/10113), what happens?" + "question": "####UFAQ [Damon Stone]\nHow does \"After you resolve this operation, end your action phase.\" on terminal operations like Violet Level Clearance work?" } ] diff --git a/v2/rulings/viral_weaponization.json b/v2/rulings/viral_weaponization.json index 680e1238b..6f3a854c6 100644 --- a/v2/rulings/viral_weaponization.json +++ b/v2/rulings/viral_weaponization.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner will draw the full 3 cards. Viral Weaponization triggers at step 3.4 of the Corp's discard phase, which is still part of the Corp's turn.", "card_id": "viral_weaponization", "date_update": "2018-05-07", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nIf the Corp has a rezzed [Genetics Pavilion](/en/card/08113) when they score a Viral Weaponization, does the Runer draw 2 or 3 cards if [I've Had Worse](/en/card/07032) is trashed?", - "answer": "The Runner will draw the full 3 cards. Viral Weaponization triggers at step 3.4 of the Corp's discard phase, which is still part of the Corp's turn." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nIf the Corp has a rezzed [Genetics Pavilion](/en/card/08113) when they score a Viral Weaponization, does the Runer draw 2 or 3 cards if [I've Had Worse](/en/card/07032) is trashed?" } ] diff --git a/v2/rulings/virtuoso.json b/v2/rulings/virtuoso.json index c970dfdb3..11aaa213b 100644 --- a/v2/rulings/virtuoso.json +++ b/v2/rulings/virtuoso.json @@ -1,79 +1,79 @@ [ { + "answer": "When you identify your mark, that server becomes your mark for the turn, even if the card that instructed you to identify your mark leaves play. If an event instructs you to identify your mark, that server continues to be your mark for the remainder of the turn after that event resolves.", "card_id": "virtuoso", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does the Runner’s mark stay if all mark cards leave play, or does it leave and return when a new mark card comes into play?", - "answer": "When you identify your mark, that server becomes your mark for the turn, even if the card that instructed you to identify your mark leaves play. If an event instructs you to identify your mark, that server continues to be your mark for the remainder of the turn after that event resolves." + "question": "Does the Runner’s mark stay if all mark cards leave play, or does it leave and return when a new mark card comes into play?" }, { + "answer": "No. The Runner only identifies a mark when an ability instructs them to.", "card_id": "virtuoso", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner does not have a mark, and they install a card that says “When your turn begins, identify your mark.”, do they get a mark for the current turn?", - "answer": "No. The Runner only identifies a mark when an ability instructs them to." + "question": "If the Runner does not have a mark, and they install a card that says “When your turn begins, identify your mark.”, do they get a mark for the current turn?" }, { + "answer": "The first time each turn the Runner resolves an instruction to identify their mark, they will randomly choose a central server. That server becomes their mark for the entire turn. Resolving another instruction to identify their mark will have no effect.", "card_id": "virtuoso", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If the Runner has multiple “mark” cards, how do they identify their mark?", - "answer": "The first time each turn the Runner resolves an instruction to identify their mark, they will randomly choose a central server. That server becomes their mark for the entire turn. Resolving another instruction to identify their mark will have no effect." + "question": "If the Runner has multiple “mark” cards, how do they identify their mark?" }, { + "answer": "No. When you make a run on R&D with [Jailbreak](/en/card/30028) and breach HQ afterwards due to [Virtuoso](/en/card/33015), HQ is not the attacked server. You will only access an additional card in R&D.", "card_id": "virtuoso", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If R&D is identified as the Runner's mark, and they run R&D with [Jailbreak](/en/card/30028), can the Runner access 1 additional card in HQ when they breach it with [Virtuoso](/en/card/33015)’s ability?", - "answer": "No. When you make a run on R&D with [Jailbreak](/en/card/30028) and breach HQ afterwards due to [Virtuoso](/en/card/33015), HQ is not the attacked server. You will only access an additional card in R&D." + "question": "If R&D is identified as the Runner's mark, and they run R&D with [Jailbreak](/en/card/30028), can the Runner access 1 additional card in HQ when they breach it with [Virtuoso](/en/card/33015)’s ability?" }, { + "answer": "No. The additional breach occurs after the run ends.", "card_id": "virtuoso", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does breaching HQ with [Virtuoso](/en/card/33015) after breaching a non-HQ mark allow [Zahya Sadeghi: Versatile Smuggler](/en/card/30010) to gain credits from the additional breach?", - "answer": "No. The additional breach occurs after the run ends." + "question": "Does breaching HQ with [Virtuoso](/en/card/33015) after breaching a non-HQ mark allow [Zahya Sadeghi: Versatile Smuggler](/en/card/30010) to gain credits from the additional breach?" }, { + "answer": "No. “Otherwise” in [Virtuoso](/en/card/33015)’s ability means “If that server is not HQ”.", "card_id": "virtuoso", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does the \"otherwise\" in [Virtuoso](/en/card/33015)’s ability mean it triggers if the run is unsuccessful?", - "answer": "No. “Otherwise” in [Virtuoso](/en/card/33015)’s ability means “If that server is not HQ”." + "question": "Does the \"otherwise\" in [Virtuoso](/en/card/33015)’s ability mean it triggers if the run is unsuccessful?" }, { + "answer": "No. The next successful run on the Runner’s mark is not the first run, even if different cards are installed.", "card_id": "virtuoso", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Can the Runner over-install [Virtuoso](/en/card/33015) and trigger the “first time you make a successful run on your mark” ability a second time?", - "answer": "No. The next successful run on the Runner’s mark is not the first run, even if different cards are installed." + "question": "Can the Runner over-install [Virtuoso](/en/card/33015) and trigger the “first time you make a successful run on your mark” ability a second time?" }, { + "answer": "If the same server was identified as the Runner’s mark and chosen with [Security Testing](/en/card/31024), the Runner will gain 2 instead of breaching that server. They will then breach HQ after the run ends.", "card_id": "virtuoso", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "How does [Virtuoso](/en/card/33015) interact with [Security Testing](/en/card/31024) if the Runner’s mark is not HQ?", - "answer": "If the same server was identified as the Runner’s mark and chosen with [Security Testing](/en/card/31024), the Runner will gain 2 instead of breaching that server. They will then breach HQ after the run ends." + "question": "How does [Virtuoso](/en/card/33015) interact with [Security Testing](/en/card/31024) if the Runner’s mark is not HQ?" }, { + "answer": "Since this breach is not happening during a run, an “End the run.” instruction ends the forced encounter that was in progress, but otherwise does not affect the breach. If the Runner still has cards to access, they continue doing so.", "card_id": "virtuoso", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Suppose the Corp has a copy of [Ganked!](/en/card/26119) in HQ. What happens if an “End the run.” subroutine resolves during a breach made with [Virtuoso](/en/card/33015)?", - "answer": "Since this breach is not happening during a run, an “End the run.” instruction ends the forced encounter that was in progress, but otherwise does not affect the breach. If the Runner still has cards to access, they continue doing so." + "question": "Suppose the Corp has a copy of [Ganked!](/en/card/26119) in HQ. What happens if an “End the run.” subroutine resolves during a breach made with [Virtuoso](/en/card/33015)?" }, { + "answer": "The Runner resolves a separate instance of [The Twinning](/en/card/33010)’s second ability for each breach: the normal breach of R&D as part of the Success Phase of the run, and the breach of HQ at the end of the run from [Virtuoso](/en/card/33015)’s ability. If [The Twinning](/en/card/33010) has enough hosted power counters, the Runner can spend 2 counters each time and access a total of 4 additional cards.", "card_id": "virtuoso", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "If [Virtuoso](/en/card/33015) is installed and the Runner’s mark is R&D, how many additional cards can they access with [The Twinning](/en/card/33010) when they make a successful run on R&D?", - "answer": "The Runner resolves a separate instance of [The Twinning](/en/card/33010)’s second ability for each breach: the normal breach of R&D as part of the Success Phase of the run, and the breach of HQ at the end of the run from [Virtuoso](/en/card/33015)’s ability. If [The Twinning](/en/card/33010) has enough hosted power counters, the Runner can spend 2 counters each time and access a total of 4 additional cards." + "question": "If [Virtuoso](/en/card/33015) is installed and the Runner’s mark is R&D, how many additional cards can they access with [The Twinning](/en/card/33010) when they make a successful run on R&D?" }, { + "answer": "Yes. If the Runner has not previously breached HQ this turn, they will access 1 additional card during the breach from [Virtuoso](/en/card/33015).", "card_id": "virtuoso", "date_update": "2022-09-10", "nsg_rules_team_verified": true, - "question": "Does [Virtuoso](/en/card/33015) work with [Docklands Pass](/en/card/30013)?", - "answer": "Yes. If the Runner has not previously breached HQ this turn, they will access 1 additional card during the breach from [Virtuoso](/en/card/33015)." + "question": "Does [Virtuoso](/en/card/33015) work with [Docklands Pass](/en/card/30013)?" } ] diff --git a/v2/rulings/voter_intimidation.json b/v2/rulings/voter_intimidation.json index 82c45a10a..9f60782d6 100644 --- a/v2/rulings/voter_intimidation.json +++ b/v2/rulings/voter_intimidation.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. Cards that move to a zone as agendas are considered to be agendas for all purposes.", "card_id": "voter_intimidation", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nThe Runner has a copy of [Fan Site](/en/card/08085) in their score area. Can the Corp play Voter Intimidation?", - "answer": "Yes. Cards that move to a zone as agendas are considered to be agendas for all purposes." + "question": "####UFAQ [Damon Stone]\nThe Runner has a copy of [Fan Site](/en/card/08085) in their score area. Can the Corp play Voter Intimidation?" } ] diff --git a/v2/rulings/vrcation.json b/v2/rulings/vrcation.json index 7a763880a..ff29ff622 100644 --- a/v2/rulings/vrcation.json +++ b/v2/rulings/vrcation.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The Runner only needs to spend the 1 click required for the basic action to play an event. The second sentence on [VRcation](/en/card/30021) is part of its effect, not a cost to play the card.", "card_id": "vrcation", "date_update": "2021-10-10", "nsg_rules_team_verified": true, - "question": "Can the Runner play [VRcation](/en/card/30021) if they only have 1 click left?", - "answer": "Yes. The Runner only needs to spend the 1 click required for the basic action to play an event. The second sentence on [VRcation](/en/card/30021) is part of its effect, not a cost to play the card." + "question": "Can the Runner play [VRcation](/en/card/30021) if they only have 1 click left?" } ] diff --git a/v2/rulings/waiver.json b/v2/rulings/waiver.json index a5217e749..c75b2ca9f 100644 --- a/v2/rulings/waiver.json +++ b/v2/rulings/waiver.json @@ -1,9 +1,9 @@ [ { + "answer": "The Corp’s trace strength only needs to exceed the Runner’s link strength by 1 to be considered successful and trash cards with cost X. A printed cost of X is considered to be 0 when referenced outside of paying that cost to play/install the card.", "card_id": "waiver", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nWhen resolving the trace on Waiver, by how much does the Corp’s trace strength need to exceed the Runner’s link strength in order to trash cards with cost X, such as [Angel Arena](/en/card/06080) and [Bribery](/en/card/06118)?", - "answer": "The Corp’s trace strength only needs to exceed the Runner’s link strength by 1 to be considered successful and trash cards with cost X. A printed cost of X is considered to be 0 when referenced outside of paying that cost to play/install the card." + "question": "####UFAQ [Damon Stone]\nWhen resolving the trace on Waiver, by how much does the Corp’s trace strength need to exceed the Runner’s link strength in order to trash cards with cost X, such as [Angel Arena](/en/card/06080) and [Bribery](/en/card/06118)?" } ] diff --git a/v2/rulings/wake_up_call.json b/v2/rulings/wake_up_call.json index ea6b004b5..e77987f67 100644 --- a/v2/rulings/wake_up_call.json +++ b/v2/rulings/wake_up_call.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The Runner is the player specified to trash the chosen card, so Jarogniew Mercs's second ability does not apply.\n\nCan the Corp play Wake Up Call if the Runner does not have an installed hardware or non-virtual resource, and if so is the Runner forced to suffer the meat damage?", "card_id": "wake_up_call", "date_update": "2017-12-29", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp use Wake Up Call to trash [Jarogniew Mercs](/en/card/12062) while other resources are installed?", - "answer": "Yes. The Runner is the player specified to trash the chosen card, so Jarogniew Mercs's second ability does not apply.\n\nCan the Corp play Wake Up Call if the Runner does not have an installed hardware or non-virtual resource, and if so is the Runner forced to suffer the meat damage?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp use Wake Up Call to trash [Jarogniew Mercs](/en/card/12062) while other resources are installed?" } ] diff --git a/v2/rulings/wall_to_wall.json b/v2/rulings/wall_to_wall.json index 83e8f5f43..9d8d883ad 100644 --- a/v2/rulings/wall_to_wall.json +++ b/v2/rulings/wall_to_wall.json @@ -1,9 +1,9 @@ [ { + "answer": "No and no. The Corp chooses the next instruction to resolve after the previous one is finished resolving. They do not have to choose instructions that are written after those they have already chosen.\n\nCan the Corp resolve the same instruction on Wall to Wall more than once on the same turn?", "card_id": "wall_to_wall", "date_update": "2020-04-23", "nsg_rules_team_verified": false, - "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Corp is able to resolve 3 choices on Wall to Wall, do they have to choose all 3 before resolving them? Do they have to resolve them in the order they appear on the card?", - "answer": "No and no. The Corp chooses the next instruction to resolve after the previous one is finished resolving. They do not have to choose instructions that are written after those they have already chosen.\n\nCan the Corp resolve the same instruction on Wall to Wall more than once on the same turn?" + "question": "####[NISEI](https://nisei.net) [Uprising Release Notes](https://nisei.net/files/Uprising_Release_Notes.pdf) [NISEI Rules Team]\nIf the Corp is able to resolve 3 choices on Wall to Wall, do they have to choose all 3 before resolving them? Do they have to resolve them in the order they appear on the card?" } ] diff --git a/v2/rulings/warden_fatuma.json b/v2/rulings/warden_fatuma.json index 36b581474..1add46580 100644 --- a/v2/rulings/warden_fatuma.json +++ b/v2/rulings/warden_fatuma.json @@ -1,16 +1,16 @@ [ { + "answer": "The subroutines are gained in \"timestamp order\". Whichever card became active first gives its subroutine first, then the other card gives its subroutine second. Thus, the most recently active card's subroutine will be the first subroutine, followed by the subroutine from the older card.", "card_id": "warden_fatuma", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIn what order does a piece of ice gain subroutines while hosting [Wetwork Refit](/en/card/11071) with Warden Fatuma active?", - "answer": "The subroutines are gained in \"timestamp order\". Whichever card became active first gives its subroutine first, then the other card gives its subroutine second. Thus, the most recently active card's subroutine will be the first subroutine, followed by the subroutine from the older card." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nIn what order does a piece of ice gain subroutines while hosting [Wetwork Refit](/en/card/11071) with Warden Fatuma active?" }, { + "answer": "Loki will have two copies of the subroutine: one from Warden Fatuma, and one copied from the other bioroid ice.", "card_id": "warden_fatuma", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nIf [Loki](/en/card/12069) copies the subroutines from another bioroid while Warden Fatuma is rezzed, how many \" The Runner loses , if able.\" subroutines does Loki have?", - "answer": "Loki will have two copies of the subroutine: one from Warden Fatuma, and one copied from the other bioroid ice." + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 23](http://ancur.wikia.com/wiki/Whispers_in_Nalubaale_UFAQ) [Michael Boggs]\nIf [Loki](/en/card/12069) copies the subroutines from another bioroid while Warden Fatuma is rezzed, how many \" The Runner loses , if able.\" subroutines does Loki have?" } ] diff --git a/v2/rulings/warroid_tracker.json b/v2/rulings/warroid_tracker.json index 29c7de533..8c70d1e35 100644 --- a/v2/rulings/warroid_tracker.json +++ b/v2/rulings/warroid_tracker.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nIf Warroid Tracker and [Adonis Campaign](/en/card/01056) are installed in the same server and the Runner makes a run and trashes both cards while accessing them, how many times does Warroid Tracker trigger?", "card_id": "warroid_tracker", "date_update": "2017-06-23", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nDoes a Warroid Tracker installed in the root of R&D trigger when the Runner uses [Keyhole](/en/card/04061) to trash a card?", - "answer": "Yes.\n\nIf Warroid Tracker and [Adonis Campaign](/en/card/01056) are installed in the same server and the Runner makes a run and trashes both cards while accessing them, how many times does Warroid Tracker trigger?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nDoes a Warroid Tracker installed in the root of R&D trigger when the Runner uses [Keyhole](/en/card/04061) to trash a card?" } ] diff --git a/v2/rulings/wave.json b/v2/rulings/wave.json index f829ae990..605d5ada7 100644 --- a/v2/rulings/wave.json +++ b/v2/rulings/wave.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. The Corp can use the ability as long as there is a run in progress and [Wave](https://netrunnerdb.com/en/card/33037) is protecting the attacked server.", "card_id": "wave", "date_update": "2022-10-22", "nsg_rules_team_verified": true, - "question": "If the Corp uses a card ability to rez [Wave](https://netrunnerdb.com/en/card/33037) at a time other than while the Runner is approaching it, will they be able to use its ability?", - "answer": "Yes. The Corp can use the ability as long as there is a run in progress and [Wave](https://netrunnerdb.com/en/card/33037) is protecting the attacked server." + "question": "If the Corp uses a card ability to rez [Wave](https://netrunnerdb.com/en/card/33037) at a time other than while the Runner is approaching it, will they be able to use its ability?" } ] diff --git a/v2/rulings/weyland_consortium_builder_of_nations.json b/v2/rulings/weyland_consortium_builder_of_nations.json index 1087eb6fb..d017973fc 100644 --- a/v2/rulings/weyland_consortium_builder_of_nations.json +++ b/v2/rulings/weyland_consortium_builder_of_nations.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes. When an encountered piece of ice is uninstalled, the encounter immediately ends.\n\nDoes Builder of Nations trigger for a piece of ice without any advancement tokens on it that is protecting a server in which [Satellite Grid](/en/card/07023) is installed and rezzed?", "card_id": "weyland_consortium_builder_of_nations", "date_update": "2017-04-12", "nsg_rules_team_verified": false, - "question": "####UFAQ [Michael Boggs]\nDoes Builder of Nations trigger when a piece of ice with advancement tokens on it is trashed?", - "answer": "Yes. When an encountered piece of ice is uninstalled, the encounter immediately ends.\n\nDoes Builder of Nations trigger for a piece of ice without any advancement tokens on it that is protecting a server in which [Satellite Grid](/en/card/07023) is installed and rezzed?" + "question": "####UFAQ [Michael Boggs]\nDoes Builder of Nations trigger when a piece of ice with advancement tokens on it is trashed?" } ] diff --git a/v2/rulings/weyland_consortium_built_to_last.json b/v2/rulings/weyland_consortium_built_to_last.json index fa9c75591..a09774242 100644 --- a/v2/rulings/weyland_consortium_built_to_last.json +++ b/v2/rulings/weyland_consortium_built_to_last.json @@ -1,23 +1,23 @@ [ { + "answer": "Usually, it simply refers to the first time you advance a card.", "card_id": "weyland_consortium_built_to_last", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "What does “if it had no advancement counters” mean?", - "answer": "Usually, it simply refers to the first time you advance a card." + "question": "What does “if it had no advancement counters” mean?" }, { + "answer": "None. Placing or moving advancement counters directly does not count as advancing a card.", "card_id": "weyland_consortium_built_to_last", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Corp is playing [Weyland Consortium: Built to Last](/en/card/30059) and uses [Seamless Launch](/en/card/30040) to place 2 advancement counters at the same time, how many credits do they gain?", - "answer": "None. Placing or moving advancement counters directly does not count as advancing a card." + "question": "If the Corp is playing [Weyland Consortium: Built to Last](/en/card/30059) and uses [Seamless Launch](/en/card/30040) to place 2 advancement counters at the same time, how many credits do they gain?" }, { + "answer": "Success advances its target multiple times in sequence, not simultaneously. Only the first advancement can meet [Weyland Consortium: Built to Last](/en/card/30059)'s trigger condition, so the Corp can gain 2.", "card_id": "weyland_consortium_built_to_last", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Corp is playing [Weyland Consortium: Built to Last](/en/card/30059) and uses [Success](/en/card/12078) to advance a card multiple times at once, how many credits do they gain?", - "answer": "Success advances its target multiple times in sequence, not simultaneously. Only the first advancement can meet [Weyland Consortium: Built to Last](/en/card/30059)'s trigger condition, so the Corp can gain 2." + "question": "If the Corp is playing [Weyland Consortium: Built to Last](/en/card/30059) and uses [Success](/en/card/12078) to advance a card multiple times at once, how many credits do they gain?" } ] diff --git a/v2/rulings/whampoa_reclamation.json b/v2/rulings/whampoa_reclamation.json index 53cd02021..bf358d137 100644 --- a/v2/rulings/whampoa_reclamation.json +++ b/v2/rulings/whampoa_reclamation.json @@ -1,9 +1,9 @@ [ { + "answer": "Yes.\n\nCan the Corp use Whampoa Reclamation while there are no cards in Archives?", "card_id": "whampoa_reclamation", "date_update": "2017-06-23", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp use the ability on Whampoa Reclamation to add the card used to pay for the ability to the bottom of R&D?", - "answer": "Yes.\n\nCan the Corp use Whampoa Reclamation while there are no cards in Archives?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) UFAQ [Michael Boggs]\nCan the Corp use the ability on Whampoa Reclamation to add the card used to pay for the ability to the bottom of R&D?" } ] diff --git a/v2/rulings/whistleblower.json b/v2/rulings/whistleblower.json index 836459cc8..a4566d5d3 100644 --- a/v2/rulings/whistleblower.json +++ b/v2/rulings/whistleblower.json @@ -1,9 +1,9 @@ [ { + "answer": "Whistleblower skips the usual sequence of steps for accessing a card, and lets the Runner steal it before any “when accessed” abilities resolve. Once the agenda is stolen, it is no longer being accessed, which stops other “when accessed” abilities from resolving. It also lets the Runner ignore additional costs to steal agendas like the one imposed by Red Herrings or the one on Obokata Protocol.\n\nSo if the Runner names Fetal AI with Whistleblower and accesses a Fetal AI, do they still suffer the net damage?", "card_id": "whistleblower", "date_update": "2019-04-27", "nsg_rules_team_verified": false, - "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat does Whistleblower do? Won’t the Runner steal the agenda anyway?", - "answer": "Whistleblower skips the usual sequence of steps for accessing a card, and lets the Runner steal it before any “when accessed” abilities resolve. Once the agenda is stolen, it is no longer being accessed, which stops other “when accessed” abilities from resolving. It also lets the Runner ignore additional costs to steal agendas like the one imposed by Red Herrings or the one on Obokata Protocol.\n\nSo if the Runner names Fetal AI with Whistleblower and accesses a Fetal AI, do they still suffer the net damage?" + "question": "####[NISEI](http://nisei.net) [Downfall Release Notes](http://nisei.net/products/Downfall/DFReleaseNotes#QandAforDownfall) [NISEI Rules Team]\nWhat does Whistleblower do? Won’t the Runner steal the agenda anyway?" } ] diff --git a/v2/rulings/whitespace.json b/v2/rulings/whitespace.json index a7e5e0dd7..7b23c55d6 100644 --- a/v2/rulings/whitespace.json +++ b/v2/rulings/whitespace.json @@ -1,23 +1,23 @@ [ { + "answer": "After. Resolve each subroutine 1 at a time, in the order they appear on the card.", "card_id": "whitespace", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Does [Whitespace](/en/card/30074) check for the Runner having 6 or less before or after the Runner loses 3?", - "answer": "After. Resolve each subroutine 1 at a time, in the order they appear on the card." + "question": "Does [Whitespace](/en/card/30074) check for the Runner having 6 or less before or after the Runner loses 3?" }, { + "answer": "No. Those credits are only available to be spent. “Losing” credits always drains the Runner’s credit pool.", "card_id": "whitespace", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Can the Runner lose credits hosted on [Overclock](/en/card/30029) or [Penumbral Toolkit](/en/card/26081) for the first subroutine on [Whitespace](/en/card/30074)?", - "answer": "No. Those credits are only available to be spent. “Losing” credits always drains the Runner’s credit pool." + "question": "Can the Runner lose credits hosted on [Overclock](/en/card/30029) or [Penumbral Toolkit](/en/card/26081) for the first subroutine on [Whitespace](/en/card/30074)?" }, { + "answer": "No. The Runner only “has” credits in their credit pool. The abilities on these cards only allow players to spend their hosted credits.", "card_id": "whitespace", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Do credits hosted on cards like [Overclock](/en/card/30029) and [Penumbral Toolkit](/en/card/26081) count toward whether the Runner has more than 6?", - "answer": "No. The Runner only “has” credits in their credit pool. The abilities on these cards only allow players to spend their hosted credits." + "question": "Do credits hosted on cards like [Overclock](/en/card/30029) and [Penumbral Toolkit](/en/card/26081) count toward whether the Runner has more than 6?" } ] diff --git a/v2/rulings/wildcat_strike.json b/v2/rulings/wildcat_strike.json index 07b2face2..1d6d0f169 100644 --- a/v2/rulings/wildcat_strike.json +++ b/v2/rulings/wildcat_strike.json @@ -1,9 +1,9 @@ [ { + "answer": "The Corp can choose either option regardless of the Runner’s stack or abilities affecting the Runner’s ability to draw cards. Making the choice for [Wildcat Strike](/en/card/30002) is not taking an action or using an ability, so it does not need to have the potential to change the game state.", "card_id": "wildcat_strike", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Runner plays [Wildcat Strike](/en/card/30002) with fewer than 4 cards left in their stack, can the Corp choose the draw option? What if the Runner cannot draw cards due to some other effect?", - "answer": "The Corp can choose either option regardless of the Runner’s stack or abilities affecting the Runner’s ability to draw cards. Making the choice for [Wildcat Strike](/en/card/30002) is not taking an action or using an ability, so it does not need to have the potential to change the game state." + "question": "If the Runner plays [Wildcat Strike](/en/card/30002) with fewer than 4 cards left in their stack, can the Corp choose the draw option? What if the Runner cannot draw cards due to some other effect?" } ] diff --git a/v2/rulings/zahya_sadeghi_versatile_smuggler.json b/v2/rulings/zahya_sadeghi_versatile_smuggler.json index 950686670..736a93685 100644 --- a/v2/rulings/zahya_sadeghi_versatile_smuggler.json +++ b/v2/rulings/zahya_sadeghi_versatile_smuggler.json @@ -1,16 +1,16 @@ [ { + "answer": "Although the Runner is not usually allowed to access any given card more than once during a single breach, some cards, such as [Bacterial Programming](/en/card/21033), have abilities that can move cards around in the middle of a breach, potentially resulting in the Runner having to access 1 or more cards for a second time. *Zahya*’s wording emphasizes that these repeat accesses still count toward the number of credits the Runner can gain.", "card_id": "zahya_sadeghi_versatile_smuggler", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "Why does [Zahya Sadeghi](/en/card/30010) say “for each time you accessed a card” instead of “for each card you accessed”?", - "answer": "Although the Runner is not usually allowed to access any given card more than once during a single breach, some cards, such as [Bacterial Programming](/en/card/21033), have abilities that can move cards around in the middle of a breach, potentially resulting in the Runner having to access 1 or more cards for a second time. *Zahya*’s wording emphasizes that these repeat accesses still count toward the number of credits the Runner can gain." + "question": "Why does [Zahya Sadeghi](/en/card/30010) say “for each time you accessed a card” instead of “for each card you accessed”?" }, { + "answer": "Yes, the card accessed would still count. *Zahya*’s ability does not require a successful run.", "card_id": "zahya_sadeghi_versatile_smuggler", "date_update": "2021-10-11", "nsg_rules_team_verified": true, - "question": "If the Runner runs HQ or R&D, accesses a card during the run due to [Otoroshi](/en/card/22038), and then the run ends unsuccessfully, can they still claim 1 from [Zahya Sadeghi](/en/card/30010)'s ability?", - "answer": "Yes, the card accessed would still count. *Zahya*’s ability does not require a successful run." + "question": "If the Runner runs HQ or R&D, accesses a card during the run due to [Otoroshi](/en/card/22038), and then the run ends unsuccessfully, can they still claim 1 from [Zahya Sadeghi](/en/card/30010)'s ability?" } ] diff --git a/v2/rulings/zealous_judge.json b/v2/rulings/zealous_judge.json index f0542ba4d..ed77f4a45 100644 --- a/v2/rulings/zealous_judge.json +++ b/v2/rulings/zealous_judge.json @@ -1,9 +1,9 @@ [ { + "answer": "No. Worlds Plaza uses the phrase “if able”, which applies to the entire effect of installing and rezzing a card. Since Zealous Judge cannot be rezzed in this circumstance, Worlds Plaza’s ability cannot be used to install it.\n\nThe Corp scores [License Acquisition](/en/card/06085) and the Runner is not tagged. Can the Corp install Zealous Judge with Licence Acquisition’s ability?", "card_id": "zealous_judge", "date_update": "2017-05-02", "nsg_rules_team_verified": false, - "question": "####UFAQ [Damon Stone]\nCan the Corp use [Worlds Plaza](/en/card/08116) to install Zealous Judge if the runner is not tagged?", - "answer": "No. Worlds Plaza uses the phrase “if able”, which applies to the entire effect of installing and rezzing a card. Since Zealous Judge cannot be rezzed in this circumstance, Worlds Plaza’s ability cannot be used to install it.\n\nThe Corp scores [License Acquisition](/en/card/06085) and the Runner is not tagged. Can the Corp install Zealous Judge with Licence Acquisition’s ability?" + "question": "####UFAQ [Damon Stone]\nCan the Corp use [Worlds Plaza](/en/card/08116) to install Zealous Judge if the runner is not tagged?" } ] diff --git a/v2/rulings/zer0.json b/v2/rulings/zer0.json index 0f705d25a..40d5d0825 100644 --- a/v2/rulings/zer0.json +++ b/v2/rulings/zer0.json @@ -1,9 +1,9 @@ [ { + "answer": "The Runner can prevent the damage from Zer0, but they will not gain 1 or draw 2 cards as the cost will not have fully been paid.\n\nIf the Runner prevents the damage from Zer0, can they attempt to use the ability again?", "card_id": "zer0", "date_update": "2018-08-01", "nsg_rules_team_verified": false, - "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the damage from Zer0 be prevented?", - "answer": "The Runner can prevent the damage from Zer0, but they will not gain 1 or draw 2 cards as the cost will not have fully been paid.\n\nIf the Runner prevents the damage from Zer0, can they attempt to use the ability again?" + "question": "####[ANCUR](https://twitter.com/anr_ruleswiki) [UFAQ 24](http://ancur.wikia.com/wiki/Reign_and_Reverie_UFAQ) [Michael Boggs]\nCan the damage from Zer0 be prevented?" } ]