config: import pack config files
This commit is contained in:
parent
b76c650efe
commit
348be6b09f
128 changed files with 13500 additions and 1 deletions
50
config/cobblenav/server-config.json
Normal file
50
config/cobblenav/server-config.json
Normal file
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"fileName": "server-config.json",
|
||||
"hideUnknownPokemon": false,
|
||||
"showPokemonTooltips": true,
|
||||
"hideUnknownPokemonTooltips": false,
|
||||
"hideNaturalBlockConditions": true,
|
||||
"syncLabelsWithClient": true,
|
||||
"checkSpawnWidth": 8,
|
||||
"checkSpawnHeight": 16,
|
||||
"searchAreaWidth": 200.0,
|
||||
"searchAreaHeight": 200.0,
|
||||
"pokemonFeatureWeights": {
|
||||
"shiny": 10.0,
|
||||
"perfectIvsRates": {
|
||||
"1": 1.0,
|
||||
"2": 2.0,
|
||||
"3": 3.0,
|
||||
"4": 4.0,
|
||||
"5": 5.0,
|
||||
"6": 6.0
|
||||
},
|
||||
"hiddenAbility": 1.0,
|
||||
"eggMove": 1.0
|
||||
},
|
||||
"collectableConditions": {
|
||||
"biomes": true,
|
||||
"coordinates": true,
|
||||
"light": true,
|
||||
"moon_phase": true,
|
||||
"sky_light": true,
|
||||
"slime_chunk": true,
|
||||
"structures": true,
|
||||
"time_range": true,
|
||||
"under_open_sky": true,
|
||||
"weather": true,
|
||||
"y_height": true,
|
||||
"depth_submerged": true,
|
||||
"depth_surface": true,
|
||||
"fluid_submerged": true,
|
||||
"fluid_surface": true,
|
||||
"bait": true,
|
||||
"lure_level": true,
|
||||
"rod": true,
|
||||
"rod_type": true,
|
||||
"area_type_block": true,
|
||||
"grounded_type_block": true,
|
||||
"seafloor_type_block": true,
|
||||
"fishing_block": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue