Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.

Commit

Permalink
Fixed the foil version number fields for PLS cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Sembiance committed Sep 8, 2015
1 parent 6eb969f commit 8ba5e70
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion json/PLS.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions shared/C.js
Original file line number Diff line number Diff line change
Expand Up @@ -2560,12 +2560,13 @@
PLS :
[
{ renumberImages : "Ertai, the Corrupted", order : [25614, 29292] },
{ match : {multiverseid : 29292}, replace : {number : "★107"}},
{ renumberImages : "Skyship Weatherlight", order : [26480, 29293] },
{ match : {multiverseid : 29293}, replace : {number : "★133"}},
{ renumberImages : "Tahngarth, Talruum Hero", order : [26408, 29291] },
{ match : {multiverseid : 29291}, replace : {number : "★74"}},
{ match : {name : "Gerrard's Command"}, flavorAddExclamation : true },
{ match : {name : "Gaea's Herald"}, replace : {flavor : "\"I bring word from Gaea. Fight on! She will never allow her children to die alone.\""}}
/*{ match : {multiverseid : 29292}, removeCard : true},
{ match : {multiverseid : 25614}, remove : ["variations"], replace : {imageName : "ertai, the corrupted"}}*/
],
"7ED" :
[
Expand Down
8 changes: 8 additions & 0 deletions web/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "3.2.2",
"when": "2015-09-08",
"changes": [
"PLS: The 3 foil version cards now correctly have a ★ prefix in the 'number' field to match what is printed on the physical card."
],
"updatedSetFiles" : ["PLS","PLS-x"]
},
{
"version": "3.2.1",
"when": "2015-09-02",
Expand Down
1 change: 0 additions & 1 deletion web/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ function checkSetForProblems(setCode, cb)
var ALLOWED_MISSING_MAGICCARDSINFO_CODE = ["RQS", "VAN", "FRF_UGIN"];
var ALLOWED_DUP_CARD_NUMBERS =
{
PLS : ["Ertai, the Corrupted", "Skyship Weatherlight", "Tahngarth, Talruum Hero"],
ME4 : ["Urza's Mine", "Urza's Power Plant", "Urza's Tower"]
};

Expand Down

0 comments on commit 8ba5e70

Please sign in to comment.