Files
Redcraft.Dragon.V3.Push/overrides/config/iceandfire/iaf-common.json

181 lines
4.5 KiB
JSON
Raw Normal View History

2026-02-25 00:14:30 +08:00
{
"dragon": {
"maxHealth": 500.0,
"eggBornTime": 7200,
"maxPathingNodes": 5000,
"villagersFear": true,
"animalsFear": true,
"generate.skeletons": true,
"generate.skeletonChance": 0.0033333333333333335,
"generate.denGoldAmount": 0.25,
"generate.oreRatio": 0.022222222222222223,
"griefing": true,
"tamedGriefing": true,
"flapNoiseDistance": 4,
"fluteDistance": 8,
"attackDamage": 17,
"attackDamageFire": 2.0,
"attackDamageIce": 2.5,
"attackDamageLightning": 3.5,
"maxFlight": 256,
"goldSearchLength": 30,
"canHealFromBiting": false,
"canDespawn": true,
"sleep": true,
"digWhenStuck": true,
"breakBlockCooldown": 5,
"targetSearchLength": 128,
"wanderFromHomeDistance": 40,
"hungerTickRate": 3000,
"blockBreakingDropChance": 0.1,
"explosiveBreath": false,
"chunkLoadSummonCrystal": true,
"dragonFlightSpeedMod": 1.0,
"maxTamedDragonAge": 128,
"maxBreathTimeMul": 2.0,
"neutralToPlayer": false,
"enableBrushDragonScales": true,
"maxBrushScalesDropPerTime": 2,
"brushTimesMul": 1.0,
"loot.skull": true,
"loot.heart": true,
"loot.blood": true
},
"hippogryphs": {
"spawn": true,
"spawnWeight": 2,
"fightSpeedMod": 1.0
},
"pixie": {
"size": 5,
"stealItems": false
},
"cyclops": {
"spawnWanderingChance": 0.0011111111111111111,
"sheepSearchLength": 17,
"maxHealth": 150.0,
"attackDamage": 15.0,
"biteDamage": 40.0,
"griefing": true
},
"siren": {
"maxHealth": 50.0,
"maxSingTime": 12000,
"timeBetweenSongs": 2000
},
"gorgon": {
"maxHealth": 100.0
},
"deathworm": {
"spawnChance": 0.03333333333333333,
"targetSearchLength": 48,
"maxHealth": 10.0,
"attackDamage": 3.0,
"attackMonsters": true
},
"cockatrice": {
"spawn": true,
"spawnWeight": 4,
"chickenSearchLength": 32,
"eggChance": 0.03333333333333333,
"maxHealth": 40.0,
"chickensLayRottenEggs": true
},
"bird": {
"spawnChance": 0.0125,
"targetSearchLength": 48,
"featherDropChance": 0.04,
"featherAttackDamage": 1.0,
"flockLength": 40,
"flightHeight": 80,
"attackAnimals": false
},
"troll": {
"spawn": true,
"spawnWeight": 60,
"dropWeapon": true,
"maxHealth": 50.0,
"attackDamage": 10.0
},
"amphithere": {
"spawn": true,
"spawnWeight": 50,
"villagerSearchLength": 48.0,
"tameTime": 400,
"flightSpeed": 1.75,
"maxHealth": 50.0,
"attackDamage": 7.0
},
"seaSerpent": {
"spawnChance": 0.004,
"griefing": true,
"baseHealth": 20.0,
"attackDamage": 4.0
},
"lich": {
"spawn": true,
"spawnWeight": 4,
"spawnChance": 0.03333333333333333
},
"hydra": {
"maxHealth": 250.0
},
"hippocampus": {
"spawnChance": 0.025,
"swimSpeedMod": 1.0
},
"ghost": {
"maxHealth": 30.0,
"attackDamage": 3.0,
"fromPlayerDeaths": true,
"alwaysSpawnFromChest": false
},
"tools": {
"dragonFireAbility": true,
"dragonIceAbility": true,
"dragonLightningAbility": true,
"dragonsteelFireDuration": 15,
"dragonBloodFireDuration": 5,
"dragonsteelFrozenDuration": 300,
"dragonBloodFrozenDuration": 100,
"phantasmalBladeAbility": true,
"dragonLightningSearchRange": 10.0,
"dragonLightningDamageReduction": 0.5,
"dragonLightningMaxSearchCount": 10
},
"armors": {
"dragonSteelBaseDamage": 25.0,
"dragonSteelBaseDurability": 8000,
"dragonsteelArmorToughness": 6.0,
"dragonsteelHelmetArmor": 7,
"dragonsteelHelmetDurability": 1760,
"dragonsteelChestplateArmor": 12,
"dragonsteelChestplateDurability": 2560,
"dragonsteelLeggingsArmor": 9,
"dragonsteelLeggingsDurability": 2400,
"dragonsteelBootsArmor": 6,
"dragonsteelBootsDurability": 2080,
"dragonsteelArmorEnchantability": 30,
"dragonsteelArmorKnockbackResistance": 0.1
},
"worldgen": {
"dangerousDistanceLimit": 1000.0,
"generateFireDragonCaveChance": 1.0,
"generateFireDragonRoostChance": 1.0,
"generateIceDragonCaveChance": 1.0,
"generateIceDragonRoostChance": 1.0,
"generateLightningDragonCaveChance": 1.0,
"generateLightningDragonRoostChance": 1.0,
"generateCyclopsCaveChance": 1.0,
"generateGorgonTempleChance": 1.0,
"generateGraveYardChance": 1.0,
"generateHydraCaveChance": 1.0,
"generateMausoleumChance": 1.0,
"generatePixieVillageChance": 1.0,
"generateSirenIslandChance": 1.0
},
"misc": {
"enableDragonSeeker": true,
"dreadQueenMaxHealth": 750.0
}
}