first commit
This commit is contained in:
@ -0,0 +1,44 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"neededInstalledMods": [],
|
||||
"neededUninstalledMods": [],
|
||||
"spawns": [
|
||||
{
|
||||
"id": "tynamo-1",
|
||||
"pokemon": "tynamo",
|
||||
"presets": [
|
||||
"underwater"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "submerged",
|
||||
"bucket": "rare",
|
||||
"level": "8-36",
|
||||
"weight": 9.0,
|
||||
"condition": {
|
||||
"canSeeSky": false,
|
||||
"biomes": [
|
||||
"#cobblemon:is_cave"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "tynamo-2",
|
||||
"pokemon": "tynamo",
|
||||
"presets": [
|
||||
"underwater"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "submerged",
|
||||
"bucket": "uncommon",
|
||||
"level": "8-36",
|
||||
"weight": 5.0,
|
||||
"condition": {
|
||||
"canSeeSky": false,
|
||||
"biomes": [
|
||||
"#cobblemon:is_lush"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user