Advertisement
Guest User

Farm Type Manager - Spawn ore with IncludeAreas

a guest
Mar 26th, 2019
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.62 KB | None | 0 0
  1. {
  2.   "ForageSpawnEnabled": false,
  3.   "LargeObjectSpawnEnabled": false,
  4.   "OreSpawnEnabled": true,
  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.           "Stump"
  60.         ],
  61.         "FindExistingObjectLocations": true,
  62.         "PercentExtraSpawnsPerSkillLevel": 0,
  63.         "RelatedSkill": "Foraging",
  64.         "MapName": "Farm",
  65.         "MinimumSpawnsPerDay": 999,
  66.         "MaximumSpawnsPerDay": 999,
  67.         "AutoSpawnTerrainTypes": [],
  68.         "IncludeAreas": [],
  69.         "ExcludeAreas": [],
  70.         "StrictTileChecking": "High",
  71.         "ExtraConditions": {
  72.           "Years": [],
  73.           "Seasons": [],
  74.           "Days": [],
  75.           "WeatherYesterday": [],
  76.           "WeatherToday": [],
  77.           "WeatherTomorrow": [],
  78.           "LimitedNumberOfSpawns": null
  79.         }
  80.       }
  81.     ],
  82.     "CustomTileIndex": []
  83.   },
  84.   "Ore_Spawn_Settings": {
  85.     "Areas": [
  86.       {
  87.         "MiningLevelRequired": null,
  88.         "StartingSpawnChance": null,
  89.         "LevelTenSpawnChance": null,
  90.         "MapName": "Farm",
  91.         "MinimumSpawnsPerDay": 1,
  92.         "MaximumSpawnsPerDay": 5,
  93.         "AutoSpawnTerrainTypes": [],
  94.         "IncludeAreas": [
  95.           "40,40;50,50"
  96.         ],
  97.         "ExcludeAreas": [],
  98.         "StrictTileChecking": "High",
  99.         "ExtraConditions": {
  100.           "Years": [],
  101.           "Seasons": [],
  102.           "Days": [],
  103.           "WeatherYesterday": [],
  104.           "WeatherToday": [],
  105.           "WeatherTomorrow": [],
  106.           "LimitedNumberOfSpawns": null
  107.         }
  108.       }
  109.     ],
  110.     "PercentExtraSpawnsPerMiningLevel": 0,
  111.     "MiningLevelRequired": {
  112.       "Stone": 0,
  113.       "Geode": 0,
  114.       "FrozenGeode": 5,
  115.       "MagmaGeode": 8,
  116.       "Gem": 6,
  117.       "Copper": 0,
  118.       "Iron": 4,
  119.       "Gold": 7,
  120.       "Iridium": 9,
  121.       "Mystic": 10
  122.     },
  123.     "StartingSpawnChance": {
  124.       "Stone": 66,
  125.       "Geode": 8,
  126.       "FrozenGeode": 4,
  127.       "MagmaGeode": 2,
  128.       "Gem": 5,
  129.       "Copper": 21,
  130.       "Iron": 15,
  131.       "Gold": 10,
  132.       "Iridium": 1,
  133.       "Mystic": 1
  134.     },
  135.     "LevelTenSpawnChance": {
  136.       "Stone": 48,
  137.       "Geode": 2,
  138.       "FrozenGeode": 2,
  139.       "MagmaGeode": 2,
  140.       "Gem": 5,
  141.       "Copper": 16,
  142.       "Iron": 13,
  143.       "Gold": 10,
  144.       "Iridium": 1,
  145.       "Mystic": 1
  146.     },
  147.     "CustomTileIndex": []
  148.   },
  149.   "QuarryTileIndex": [
  150.     556,
  151.     558,
  152.     583,
  153.     606,
  154.     607,
  155.     608,
  156.     630,
  157.     635,
  158.     636,
  159.     680,
  160.     681,
  161.     685
  162.   ],
  163.   "Internal_Save_Data": {
  164.     "WeatherForYesterday": "Sunny"
  165.   }
  166. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement