Advertisement
Guest User

Farm Type Manager - Spawn logs at two specific spots

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