26 lines
357 B
JSON
26 lines
357 B
JSON
{
|
|
"version": 1,
|
|
"goals": [
|
|
{
|
|
"id": "first_goal",
|
|
"target_generator_id": "Knowledge",
|
|
"requirements": [
|
|
{
|
|
"currency": "magic",
|
|
"amount": { "m": 30, "e": 0 }
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "second_goal",
|
|
"target_generator_id": "Wood",
|
|
"requirements": [
|
|
{
|
|
"currency": "magic",
|
|
"amount": { "m": 1.3, "e": 3 }
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|