Add goals
This commit is contained in:
25
generator-unlock-goals/generator_unlock_goals.json
Normal file
25
generator-unlock-goals/generator_unlock_goals.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": 1,
|
||||
"goals": [
|
||||
{
|
||||
"id": "first_goal",
|
||||
"target_generator_id": "Gems",
|
||||
"requirements": [
|
||||
{
|
||||
"currency": "gold",
|
||||
"amount": { "m": 30, "e": 0 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "second_goal",
|
||||
"target_generator_id": "Gems",
|
||||
"requirements": [
|
||||
{
|
||||
"currency": "gold",
|
||||
"amount": { "m": 1.3, "e": 3 }
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user