CHA/config/academy/pokemon_spawn.json
2025-03-16 19:52:58 +01:00

70 lines
1.1 KiB
JSON

{
"spawnProtectionDistance": 10.0,
"distanceToLevel": {
"0.0": {
"type": "uniform",
"min": 0,
"max": 10
},
"800.0": {
"type": "uniform",
"min": 0,
"max": 15
},
"1600.0": {
"type": "uniform",
"min": 0,
"max": 20
},
"2400.0": {
"type": "uniform",
"min": 0,
"max": 25
},
"3200.0": {
"type": "uniform",
"min": 0,
"max": 30
},
"4000.0": {
"type": "uniform",
"min": 0,
"max": 35
},
"4800.0": {
"type": "uniform",
"min": 0,
"max": 40
},
"5600.0": {
"type": "uniform",
"min": 0,
"max": 45
},
"6400.0": {
"type": "uniform",
"min": 0,
"max": 50
},
"7200.0": {
"type": "uniform",
"min": 0,
"max": 55
},
"8000.0": {
"type": "uniform",
"min": 0,
"max": 60
},
"9000.0": {
"type": "uniform",
"min": 0,
"max": 65
},
"10000.0": {
"type": "uniform",
"min": 0,
"max": 70
}
}
}