CHA/config/cobblemon/spawning/best-spawner-config.json

28 lines
420 B
JSON
Raw Permalink Normal View History

2025-02-18 15:25:17 +01:00
{
"version": 1,
"replaceWithNewVersion": true,
"contextWeights": {
"grounded": 1.0,
"submerged": 0.95,
"surface": 0.05
},
"buckets": [
{
"name": "common",
"weight": 94.4
},
{
"name": "uncommon",
"weight": 5
},
{
"name": "rare",
"weight": 0.5
},
{
"name": "ultra-rare",
"weight": 0.1
}
]
}