first commit
This commit is contained in:
@ -0,0 +1,103 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"neededInstalledMods": [],
|
||||
"neededUninstalledMods": [],
|
||||
"spawns": [
|
||||
{
|
||||
"id": "tauros-1",
|
||||
"pokemon": "tauros",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "common",
|
||||
"level": "24-49",
|
||||
"weight": 20.0,
|
||||
"weightMultiplier": {
|
||||
"multiplier": 0.25,
|
||||
"condition": {
|
||||
"timeRange": "night"
|
||||
}
|
||||
},
|
||||
"condition": {
|
||||
"canSeeSky": true,
|
||||
"biomes": [
|
||||
"#cobblemon:is_grassland"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "tauros-combat-2",
|
||||
"pokemon": "tauros paldean_breed=combat",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "common",
|
||||
"level": "24-49",
|
||||
"weight": 1.0,
|
||||
"weightMultiplier": {
|
||||
"multiplier": 0.25,
|
||||
"condition": {
|
||||
"timeRange": "day"
|
||||
}
|
||||
},
|
||||
"condition": {
|
||||
"canSeeSky": true,
|
||||
"biomes": [
|
||||
"#cobblemon:is_grassland"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "tauros-blaze-3",
|
||||
"pokemon": "tauros paldean_breed=blaze",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "common",
|
||||
"level": "24-49",
|
||||
"weight": 1.0,
|
||||
"weightMultiplier": {
|
||||
"multiplier": 0.25,
|
||||
"condition": {
|
||||
"timeRange": "day"
|
||||
}
|
||||
},
|
||||
"condition": {
|
||||
"canSeeSky": true,
|
||||
"biomes": [
|
||||
"#cobblemon:is_grassland"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "tauros-aqua-4",
|
||||
"pokemon": "tauros paldean_breed=aqua",
|
||||
"presets": [
|
||||
"natural"
|
||||
],
|
||||
"type": "pokemon",
|
||||
"context": "grounded",
|
||||
"bucket": "common",
|
||||
"level": "24-49",
|
||||
"weight": 1.0,
|
||||
"weightMultiplier": {
|
||||
"multiplier": 0.25,
|
||||
"condition": {
|
||||
"timeRange": "night"
|
||||
}
|
||||
},
|
||||
"condition": {
|
||||
"canSeeSky": true,
|
||||
"biomes": [
|
||||
"#cobblemon:is_grassland"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user