Skip to content

Commit

Permalink
Moved Hate restrictions
Browse files Browse the repository at this point in the history
Moved the scope of the Hate force side restriction out of the “sides” and into the scope of the entire upgrade. This matches the format used for restrictions in other upgrades.
  • Loading branch information
avario committed Jan 24, 2019
1 parent 739659d commit 6802912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/upgrades/force-power.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@
"type": "Force Power",
"ability": "After you suffer 1 or more damage, recover that many [Force].",
"slots": ["Force Power"],
"restrictions": [{ "force_side": ["dark"] }],
"image": "https://sb-cdn.fantasyflightgames.com/card_images/en/4a10b5c8a3d796116163a741d145f4e9.png",
"artwork": "https://sb-cdn.fantasyflightgames.com/card_art/a373c947f0a56ee4bcf4223250326dc0.jpg",
"ffg": 489
}
],
"cost": { "value": 3 },
"restrictions": [{ "force_side": ["dark"] }],
"hyperspace": true
},
{
Expand Down

0 comments on commit 6802912

Please sign in to comment.