feat(backgrounds): group bgs into sets in content.coffee, for easier
"purchase set"
This commit is contained in:
+10
-11
@@ -876,17 +876,16 @@ _.each api.quests, (v,key) ->
|
||||
_.defaults v, {key,canBuy:true}
|
||||
|
||||
api.backgrounds =
|
||||
beach:
|
||||
text: ->"Beach"
|
||||
notes: ->" Lounge upon a warm beach."
|
||||
fairy_ring:
|
||||
text: ->"Fairy Ring"
|
||||
notes: ->"Dance in a fairy ring."
|
||||
forest:
|
||||
text: ->"Forest"
|
||||
notes: ->"Stroll through a summer forest."
|
||||
_.each api.backgrounds, (v,key)->
|
||||
_.defaults v,{key}
|
||||
'June 2014':
|
||||
beach:
|
||||
text: ->"Beach"
|
||||
notes: ->" Lounge upon a warm beach."
|
||||
fairy_ring:
|
||||
text: ->"Fairy Ring"
|
||||
notes: ->"Dance in a fairy ring."
|
||||
forest:
|
||||
text: ->"Forest"
|
||||
notes: ->"Stroll through a summer forest."
|
||||
|
||||
repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true}
|
||||
api.userDefaults =
|
||||
|
||||
Reference in New Issue
Block a user