Files
pomomon-garden/assets/config.json
2025-11-30 16:59:23 +01:00

26 lines
393 B
JSON

{
"grid_width": 12,
"grid_height": 4,
"pom_speed": 1.5,
"berry_seeds": [
{
"name": "Normale Samen",
"cost": 1,
"grants": 2,
"slice": "Seed1"
},
{
"name": "Super-Samen",
"cost": 3,
"grants": 9,
"slice": "Seed2"
},
{
"name": "Zauber-Samen",
"cost": 5,
"grants": 20,
"slice": "Seed3"
}
]
}