Advertisement
Guest User

Stardew Valley Farm Type Manager - Spawn new stumps daily

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