first commit
This commit is contained in:
@ -0,0 +1,55 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"neededInstalledMods": [],
|
||||
"neededUninstalledMods": [],
|
||||
"spawns": [
|
||||
{
|
||||
"id": "lycanroc-1",
|
||||
"pokemon": "lycanroc",
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "uncommon",
|
||||
"level": "29-45",
|
||||
"weight": 1.5,
|
||||
"condition": {
|
||||
"timeRange": "day",
|
||||
"canSeeSky": true,
|
||||
"biomes": [
|
||||
"#cobblemon:is_mountain"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "lycanroc-2",
|
||||
"pokemon": "lycanroc midnight",
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "uncommon",
|
||||
"level": "29-45",
|
||||
"weight": 1.5,
|
||||
"condition": {
|
||||
"timeRange": "night",
|
||||
"canSeeSky": true,
|
||||
"biomes": [
|
||||
"#cobblemon:is_mountain"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "lycanroc-3",
|
||||
"pokemon": "lycanroc dusk",
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "uncommon",
|
||||
"level": "29-45",
|
||||
"weight": 2.5,
|
||||
"condition": {
|
||||
"timeRange": "12750-13650",
|
||||
"canSeeSky": true,
|
||||
"biomes": [
|
||||
"#cobblemon:is_mountain"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user