70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"lastSavedVersion": "1.5.2",
|
|
"maxPokemonLevel": 100,
|
|
"maxPokemonFriendship": 255,
|
|
"announceDropItems": true,
|
|
"ambientPokemonCryTicks": 1080,
|
|
"defaultBoxCount": 30,
|
|
"pokemonSaveIntervalSeconds": 30,
|
|
"storageFormat": "nbt",
|
|
"preventCompletePartyDeposit": false,
|
|
"mongoDBConnectionString": "mongodb://localhost:27017",
|
|
"mongoDBDatabaseName": "cobblemon",
|
|
"maxVerticalCorrectionBlocks": 64,
|
|
"minimumLevelRangeMax": 10,
|
|
"enableSpawning": true,
|
|
"minimumDistanceBetweenEntities": 24.0,
|
|
"maxNearbyBlocksHorizontalRange": 4,
|
|
"maxNearbyBlocksVerticalRange": 2,
|
|
"maxVerticalSpace": 8,
|
|
"worldSliceDiameter": 8,
|
|
"worldSliceHeight": 16,
|
|
"ticksBetweenSpawnAttempts": 40.0,
|
|
"minimumSliceDistanceFromPlayer": 16.0,
|
|
"maximumSliceDistanceFromPlayer": 128.0,
|
|
"exportSpawnConfig": true,
|
|
"savePokemonToWorld": true,
|
|
"exportStarterConfig": true,
|
|
"autoUpdateShowdown": true,
|
|
"defaultFleeDistance": 24.0,
|
|
"allowExperienceFromPvP": true,
|
|
"experienceShareMultiplier": 0.5,
|
|
"luckyEggMultiplier": 1.5,
|
|
"allowSpectating": true,
|
|
"experienceMultiplier": 2.0,
|
|
"pokemonPerChunk": 1.0,
|
|
"passiveStatuses": {
|
|
"cobblemon:poison": "180-300",
|
|
"cobblemon:poisonbadly": "180-300",
|
|
"cobblemon:paralysis": "180-300",
|
|
"cobblemon:frozen": "180-300",
|
|
"cobblemon:sleep": "180-300",
|
|
"cobblemon:burn": "180-300"
|
|
},
|
|
"infiniteHealerCharge": false,
|
|
"maxHealerCharge": 6.0,
|
|
"chargeGainedPerTick": 3.33333E-4,
|
|
"defaultFaintTimer": 300,
|
|
"faintAwakenHealthPercent": 0.2,
|
|
"healPercent": 0.05,
|
|
"healTimer": 60,
|
|
"baseApricornTreeGenerationChance": 0.2,
|
|
"ninjaskCreatesShedinja": true,
|
|
"displayEntityLevelLabel": true,
|
|
"shinyRate": 2048.0,
|
|
"captureCalculator": "cobblemon",
|
|
"playerDamagePokemon": true,
|
|
"appleLeftoversChance": 0.025,
|
|
"maxRootsInArea": 5,
|
|
"bigRootPropagationChance": 0.1,
|
|
"energyRootChance": 0.25,
|
|
"maxDynamaxLevel": 10,
|
|
"teraTypeRate": 20.0,
|
|
"defaultPasturedPokemonLimit": 16,
|
|
"pastureBlockUpdateTicks": 40,
|
|
"pastureMaxWanderDistance": 64,
|
|
"pastureMaxPerChunk": 8.0,
|
|
"maxInsertedFossilItems": 2,
|
|
"walkingInBattleAnimations": false,
|
|
"enableDebugKeys": false
|
|
} |