Files
idle/generator-unlock-goals/generator_unlock_goals.json
Michele Rossi 1041fc917d Add goals
2026-03-14 11:12:05 +01:00

26 lines
350 B
JSON

{
"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 }
}
]
}
]
}