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