first commit
This commit is contained in:
27
config/cobblemon/spawning/best-spawner-config.json
Normal file
27
config/cobblemon/spawning/best-spawner-config.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user