first commit
This commit is contained in:
@ -0,0 +1,38 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"neededInstalledMods": [],
|
||||
"neededUninstalledMods": [],
|
||||
"spawns": [
|
||||
{
|
||||
"id": "croagunk-1",
|
||||
"pokemon": "croagunk",
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "rare",
|
||||
"level": "10-36",
|
||||
"weight": 4.1,
|
||||
"condition": {
|
||||
"canSeeSky": true,
|
||||
"biomes": [
|
||||
"#cobblemon:is_swamp"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "croagunk-2",
|
||||
"pokemon": "croagunk",
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "uncommon",
|
||||
"level": "10-36",
|
||||
"weight": 1.45,
|
||||
"condition": {
|
||||
"canSeeSky": true,
|
||||
"biomes": [
|
||||
"#cobblemon:is_swamp"
|
||||
],
|
||||
"isRaining": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user