CHA/config/academy/pokemon_spawn.json

70 lines
1.1 KiB
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"spawnProtectionDistance": 10.0,
"distanceToLevel": {
"0.0": {
"type": "uniform",
"min": 0,
"max": 10
},
2025-03-16 19:52:58 +01:00
"800.0": {
2025-02-18 15:25:17 +01:00
"type": "uniform",
"min": 0,
"max": 15
},
2025-03-16 19:52:58 +01:00
"1600.0": {
2025-02-18 15:25:17 +01:00
"type": "uniform",
"min": 0,
"max": 20
},
2025-03-16 19:52:58 +01:00
"2400.0": {
2025-02-18 15:25:17 +01:00
"type": "uniform",
"min": 0,
"max": 25
},
2025-03-16 19:52:58 +01:00
"3200.0": {
2025-02-18 15:25:17 +01:00
"type": "uniform",
"min": 0,
"max": 30
},
2025-03-16 19:52:58 +01:00
"4000.0": {
2025-02-18 15:25:17 +01:00
"type": "uniform",
"min": 0,
"max": 35
},
2025-03-16 19:52:58 +01:00
"4800.0": {
2025-02-18 15:25:17 +01:00
"type": "uniform",
"min": 0,
"max": 40
},
2025-03-16 19:52:58 +01:00
"5600.0": {
2025-02-18 15:25:17 +01:00
"type": "uniform",
"min": 0,
"max": 45
},
2025-03-16 19:52:58 +01:00
"6400.0": {
2025-02-18 15:25:17 +01:00
"type": "uniform",
"min": 0,
"max": 50
},
2025-03-16 19:52:58 +01:00
"7200.0": {
2025-02-18 15:25:17 +01:00
"type": "uniform",
"min": 0,
"max": 55
},
2025-03-16 19:52:58 +01:00
"8000.0": {
2025-02-18 15:25:17 +01:00
"type": "uniform",
"min": 0,
"max": 60
},
2025-03-16 19:52:58 +01:00
"9000.0": {
2025-02-18 15:25:17 +01:00
"type": "uniform",
"min": 0,
"max": 65
},
2025-03-16 19:52:58 +01:00
"10000.0": {
2025-02-18 15:25:17 +01:00
"type": "uniform",
"min": 0,
"max": 70
}
}
}