new/config/frostiful.json

91 lines
2.8 KiB
JSON

{
"clientConfig": {
"frostOverlayStart": 0.5,
"doColdHeartOverlay": true,
"renderDripParticles": true,
"disableFrostOverlayWhenWearingFrostologyCloak": true,
"shakeHandWhenShivering": true,
"handShakeIntensity": 1.0
},
"updateConfig": {
"currentConfigVersion": 2,
"enableConfigUpdates": true
},
"environmentConfig": {
"doDryBiomeNightFreezing": true,
"nightTemperatureShift": -1,
"coldBiomeTemperatureChange": -1,
"freezingBiomeTemperatureChange": -3,
"rainWetnessIncrease": 1,
"touchingWaterWetnessIncrease": 5,
"dryRate": 1,
"onFireDryDate": 50,
"onFireWarmRate": 50,
"powderSnowFreezeRate": 30,
"warmthPerLightLevel": 2,
"minLightForWarmth": 5,
"ultrawarmWarmRate": 15,
"enableSeasonsIntegration": true
},
"combatConfig": {
"doChillagerPatrols": true,
"straysCarryFrostArrows": true,
"maxFrostSpellDistance": 25.0,
"frostWandCooldown": 120,
"frostWandRootTime": 100,
"frostologerHeatDrainPerTick": 30,
"packedSnowballFreezeAmount": 500,
"packedSnowballDamage": 2.0,
"packedSnowballVulnerableTypesDamage": 5.0,
"frostologerPassiveFreezingPerTick": 2,
"frostologerMaxPassiveFreezing": 0.5,
"biterFrostBiteMaxAmplifier": 2,
"chillagerFireDamageMultiplier": 1.5,
"frostologerIntolerableHeat": 9,
"furUpgradeTemplateGenerateChance": 0.5,
"skateUpgradeTemplateGenerateChance": 0.33,
"veryProtectiveFrostResistanceMultiplier": 1.0,
"protectiveFrostResistanceMultiplier": 0.5
},
"freezingConfig": {
"doPassiveFreezing": true,
"doWindSpawning": true,
"windSpawnStrategy": "POINT",
"spawnWindInAir": true,
"windDestroysTorches": true,
"doSnowPacking": true,
"passiveFreezingTickInterval": 1,
"windSpawnCapPerSecond": 15,
"windSpawnRarity": 750,
"windSpawnRarityThunder": 500,
"maxPassiveFreezingPercent": 1.0,
"passiveFreezingWetnessScaleMultiplier": 2.1,
"soakPercentFromWaterPotion": 0.5,
"sunLichenHeatPerLevel": 500,
"sunLichenBurnTime": 60,
"campfireWarmthSearchRadius": 10.0,
"campfireWarmthTime": 1200,
"freezingWindFrost": 160,
"conduitPowerWarmthPerTick": 12,
"heatFromHotFloor": 12,
"shiverBelow": -0.51,
"shiverWarmth": 1,
"stopShiverWarmingBelowFoodLevel": 10,
"warmFoodWarmthTime": 1200
},
"icicleConfig": {
"iciclesFormInWeather": true,
"becomeUnstableChance": 0.05,
"growChance": 0.02,
"growChanceDuringRain": 0.09,
"growChanceDuringThunder": 0.15,
"frostArrowFreezeAmount": 1000,
"thrownIcicleFreezeAmount": 1500,
"icicleCollisionFreezeAmount": 3000,
"maxLightLevelToForm": 8,
"minSkylightLevelToForm": 11,
"thrownIcicleDamage": 1.0,
"thrownIcicleExtraDamage": 3.0,
"thrownIcicleCooldown": 10
}
}