Rank: Advanced Member Groups: Registered
Posts: 89 Location: Nada
Thanks: 12 times Was thanked: 23 time(s) in 20 post(s)
|
Juebar;58618 wrote:Ok. Here is my very first Mulligan.json for my Tempo_Rogue:
I get an Error for line 30... can't see it:
{ "GameCardId":"Mulligan", "ConfigComment":"These are the Mulligan rules for Tempo Rogue.",
"Mulligan": { "values": [ { "comment":"Always keep in hand... Cards DROP1, Raiding Partiy, Edwin VanCleef, EVIL Miscreant, Preperation, Backstab, Argent Squire", "mulligan":"DROP1, TRL_124, TRL_124+TRL_124, EX1_613, DAL_415, DAL_415+DAL_415, EX1_145, EX1_145+EX1_145, CS2_072, CS2_072+CS2_072, EX1_008, EX1_008+EX1_008, "condition":"*", "value":"hold", },
{ "comment": "discard all cards not listed as hold", "mulligan":"*", "condition": "*", "value":"discard", } ],
}, }
Does anyone see an error?
J. You are missing a " at the end of the line before the , EX1_008+EX1_008, -> EX1_008+EX1_008",
|
1 user thanked BongoBengt for this useful post.
|
|