Initial Sync!
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"general": {
|
||||
"trophyMaxHealth": 5.0,
|
||||
"enableEarthwormsDrop": false,
|
||||
"enableGrubsDrop": false,
|
||||
"enableLeechesDrop": false,
|
||||
"enableWormsAttachedHook": true,
|
||||
"simpleSpawningCondition": false,
|
||||
"neutralFishBehavior": false,
|
||||
"enableFishItemDropWithVariant": false,
|
||||
"displayAllFishVariantInCreativeTab": false,
|
||||
"displayTrophySpawnEggInCreativeTab": false,
|
||||
"displayTrophyBucketInCreativeTab": false
|
||||
},
|
||||
"biome": {
|
||||
"tropicalIslandBiomeGeneration": true,
|
||||
"tropicalIslandMinimumWeirdness": -1.2,
|
||||
"tropicalIslandMaximumWeirdness": 1.2
|
||||
},
|
||||
"spawnRate": {
|
||||
"trophyProbability": 0.15,
|
||||
"variant": {
|
||||
"umberSplashtailProbability": 0.1,
|
||||
"brightPondieProbability": 0.1,
|
||||
"ravenIslehopperProbability": 0.1,
|
||||
"boneAncientscaleProbability": 0.1,
|
||||
"bonedustPlentifinProbability": 0.1,
|
||||
"muddyWildsplashProbability": 0.1,
|
||||
"forsakenDevilfishProbability": 0.1,
|
||||
"sandBattlegillProbability": 0.1,
|
||||
"snowWreckerProbability": 0.1,
|
||||
"shadowStormfishProbability": 0.1
|
||||
},
|
||||
"fishWeight": {
|
||||
"splashtail": 15,
|
||||
"pondie": 15,
|
||||
"islehopper": 8,
|
||||
"ancientscale": 8,
|
||||
"plentifin": 12,
|
||||
"wildsplash": 10,
|
||||
"devilfish": 4,
|
||||
"battlegill": 5,
|
||||
"wrecker": 50,
|
||||
"stormfish": 12
|
||||
}
|
||||
},
|
||||
"shoal": {
|
||||
"chance": 2000,
|
||||
"chanceRaining": 250,
|
||||
"spreadDistance": 64,
|
||||
"maxLifetimeDay": 3,
|
||||
"weight": {
|
||||
"riverOrBeach": 96,
|
||||
"coast": 88,
|
||||
"tropicalIsland": 92,
|
||||
"ocean": 10,
|
||||
"deepOcean": 5,
|
||||
"swamp": 80
|
||||
}
|
||||
},
|
||||
"debug": {
|
||||
"enableStructureCenterPosRender": true,
|
||||
"displayStructureCenterPosInfo": true,
|
||||
"structureCenterPosRangeLimit": 64,
|
||||
"spawnBeaconAtShoal": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user