Advertisement
Guest User

Farm Type Manager - Various time and weather settings

a guest
Mar 26th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.76 KB | None | 0 0
  1. {
  2.   "ForageSpawnEnabled": true,
  3.   "LargeObjectSpawnEnabled": false,
  4.   "OreSpawnEnabled": false,
  5.   "Forage_Spawn_Settings": {
  6.     "Areas": [
  7.       {
  8.         "SpringItemIndex": null,
  9.         "SummerItemIndex": null,
  10.         "FallItemIndex": null,
  11.         "WinterItemIndex": null,
  12.         "MapName": "Farm",
  13.         "MinimumSpawnsPerDay": 0,
  14.         "MaximumSpawnsPerDay": 3,
  15.         "AutoSpawnTerrainTypes": [
  16.           "Grass",
  17.           "Diggable"
  18.         ],
  19.         "IncludeAreas": [],
  20.         "ExcludeAreas": [],
  21.         "StrictTileChecking": "High",
  22.         "ExtraConditions": {
  23.           "Years": [
  24.             "2+"
  25.           ],
  26.           "Seasons": [
  27.             "Summer"
  28.           ],
  29.           "Days": [
  30.             "8-14"
  31.           ],
  32.           "WeatherYesterday": [],
  33.           "WeatherToday": [
  34.             "Sun",
  35.             "Wind"
  36.           ],
  37.           "WeatherTomorrow": [],
  38.           "LimitedNumberOfSpawns": null
  39.         }
  40.       }
  41.     ],
  42.     "PercentExtraSpawnsPerForagingLevel": 0,
  43.     "SpringItemIndex": [
  44.       16,
  45.       20,
  46.       22,
  47.       257
  48.     ],
  49.     "SummerItemIndex": [
  50.       396,
  51.       398,
  52.       402,
  53.       404
  54.     ],
  55.     "FallItemIndex": [
  56.       281,
  57.       404,
  58.       420,
  59.       422
  60.     ],
  61.     "WinterItemIndex": [],
  62.     "CustomTileIndex": []
  63.   },
  64.   "Large_Object_Spawn_Settings": {
  65.     "Areas": [
  66.       {
  67.         "ObjectTypes": [
  68.           "Stump"
  69.         ],
  70.         "FindExistingObjectLocations": true,
  71.         "PercentExtraSpawnsPerSkillLevel": 0,
  72.         "RelatedSkill": "Foraging",
  73.         "MapName": "Farm",
  74.         "MinimumSpawnsPerDay": 999,
  75.         "MaximumSpawnsPerDay": 999,
  76.         "AutoSpawnTerrainTypes": [],
  77.         "IncludeAreas": [],
  78.         "ExcludeAreas": [],
  79.         "StrictTileChecking": "High",
  80.         "ExtraConditions": {
  81.           "Years": [],
  82.           "Seasons": [],
  83.           "Days": [],
  84.           "WeatherYesterday": [],
  85.           "WeatherToday": [],
  86.           "WeatherTomorrow": [],
  87.           "LimitedNumberOfSpawns": null
  88.         }
  89.       }
  90.     ],
  91.     "CustomTileIndex": []
  92.   },
  93.   "Ore_Spawn_Settings": {
  94.     "Areas": [
  95.       {
  96.         "MiningLevelRequired": null,
  97.         "StartingSpawnChance": null,
  98.         "LevelTenSpawnChance": null,
  99.         "MapName": "Farm",
  100.         "MinimumSpawnsPerDay": 1,
  101.         "MaximumSpawnsPerDay": 5,
  102.         "AutoSpawnTerrainTypes": [
  103.           "Quarry"
  104.         ],
  105.         "IncludeAreas": [],
  106.         "ExcludeAreas": [],
  107.         "StrictTileChecking": "High",
  108.         "ExtraConditions": {
  109.           "Years": [],
  110.           "Seasons": [],
  111.           "Days": [],
  112.           "WeatherYesterday": [],
  113.           "WeatherToday": [],
  114.           "WeatherTomorrow": [],
  115.           "LimitedNumberOfSpawns": null
  116.         }
  117.       }
  118.     ],
  119.     "PercentExtraSpawnsPerMiningLevel": 0,
  120.     "MiningLevelRequired": {
  121.       "Stone": 0,
  122.       "Geode": 0,
  123.       "FrozenGeode": 5,
  124.       "MagmaGeode": 8,
  125.       "Gem": 6,
  126.       "Copper": 0,
  127.       "Iron": 4,
  128.       "Gold": 7,
  129.       "Iridium": 9,
  130.       "Mystic": 10
  131.     },
  132.     "StartingSpawnChance": {
  133.       "Stone": 66,
  134.       "Geode": 8,
  135.       "FrozenGeode": 4,
  136.       "MagmaGeode": 2,
  137.       "Gem": 5,
  138.       "Copper": 21,
  139.       "Iron": 15,
  140.       "Gold": 10,
  141.       "Iridium": 1,
  142.       "Mystic": 1
  143.     },
  144.     "LevelTenSpawnChance": {
  145.       "Stone": 48,
  146.       "Geode": 2,
  147.       "FrozenGeode": 2,
  148.       "MagmaGeode": 2,
  149.       "Gem": 5,
  150.       "Copper": 16,
  151.       "Iron": 13,
  152.       "Gold": 10,
  153.       "Iridium": 1,
  154.       "Mystic": 1
  155.     },
  156.     "CustomTileIndex": []
  157.   },
  158.   "QuarryTileIndex": [
  159.     556,
  160.     558,
  161.     583,
  162.     606,
  163.     607,
  164.     608,
  165.     630,
  166.     635,
  167.     636,
  168.     680,
  169.     681,
  170.     685
  171.   ],
  172.   "Internal_Save_Data": {
  173.     "WeatherForYesterday": "Sunny"
  174.   }
  175. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement