Advertisement
Guest User

Stardew Valley Farm Type Manager - Spawn more beach forage

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