Changes

2,405 bytes added ,  17:55, 29 December 2020
→‎Raw data: update for 1.5.1, remove details covered in unpacking guide
Line 4: Line 4:     
== Raw data ==
 
== Raw data ==
{{Stub|section=1|Needs v1.4.4 raw data}}
+
Object data is stored in <tt>Content\Data\FishPondData.xnb</tt>, which can be [[Modding:Editing XNB files#unpacking|unpacked for editing]]. Here's the raw data as of {{version|1.5.1}} for reference.
Object data is stored in <tt>Content\Data\FishPondData.xnb</tt>, which can be [[Modding:Editing XNB files#unpacking|unpacked for editing]]; currently, a [https://github.com/Pathoschild/StardewXnbHack special tool] needs to be used to do so. Here's the raw data as of {{version|1.4.3}} for reference.
  −
 
  −
'''Note''': This file was changed in {{version|1.4.4}}.  Known changes are that <tt>fish_</tt> was replaced with <tt>item_</tt> in the RequiredTags entries for <tt>fish_catfish</tt>, <tt>fish_octopus</tt>, <tt>fish_super_cucumber</tt>, <tt>fish_rainbow_trout</tt>. The following raw data does '''not''' include these corrections.
      
{{collapse|Data|content=<source lang="json">
 
{{collapse|Data|content=<source lang="json">
 
[
 
[
 +
  {
 +
    "RequiredTags": [
 +
      "item_lionfish"
 +
    ],
 +
    "SpawnTime": -1,
 +
    "ProducedItems": [
 +
      {
 +
        "RequiredPopulation": 9,
 +
        "Chance": 0.02,
 +
        "ItemID": 857,
 +
        "MinQuantity": 1,
 +
        "MaxQuantity": 1
 +
      },
 +
      {
 +
        "RequiredPopulation": 7,
 +
        "Chance": 0.2,
 +
        "ItemID": 831,
 +
        "MinQuantity": 2,
 +
        "MaxQuantity": 5
 +
      },
 +
      {
 +
        "RequiredPopulation": 4,
 +
        "Chance": 0.1,
 +
        "ItemID": 831,
 +
        "MinQuantity": 2,
 +
        "MaxQuantity": 5
 +
      },
 +
      {
 +
        "RequiredPopulation": 1,
 +
        "Chance": 1.0,
 +
        "ItemID": 812,
 +
        "MinQuantity": 1,
 +
        "MaxQuantity": 1
 +
      }
 +
    ],
 +
    "PopulationGates": {
 +
      "4": [
 +
        "829 3",
 +
        "832 1"
 +
      ],
 +
      "6": [
 +
        "834 1"
 +
      ]
 +
    }
 +
  },
 +
  {
 +
    "RequiredTags": [
 +
      "item_blue_discus"
 +
    ],
 +
    "SpawnTime": -1,
 +
    "ProducedItems": [
 +
      {
 +
        "RequiredPopulation": 9,
 +
        "Chance": 0.1,
 +
        "ItemID": 91,
 +
        "MinQuantity": 1,
 +
        "MaxQuantity": 1
 +
      },
 +
      {
 +
        "RequiredPopulation": 9,
 +
        "Chance": 0.05,
 +
        "ItemID": 791,
 +
        "MinQuantity": 1,
 +
        "MaxQuantity": 1
 +
      },
 +
      {
 +
        "RequiredPopulation": 7,
 +
        "Chance": 0.05,
 +
        "ItemID": 91,
 +
        "MinQuantity": 1,
 +
        "MaxQuantity": 1
 +
      },
 +
      {
 +
        "RequiredPopulation": 4,
 +
        "Chance": 0.02,
 +
        "ItemID": 91,
 +
        "MinQuantity": 1,
 +
        "MaxQuantity": 1
 +
      },
 +
      {
 +
        "RequiredPopulation": 1,
 +
        "Chance": 1.0,
 +
        "ItemID": 812,
 +
        "MinQuantity": 1,
 +
        "MaxQuantity": 1
 +
      }
 +
    ],
 +
    "PopulationGates": {
 +
      "4": [
 +
        "830 3"
 +
      ],
 +
      "6": [
 +
        "830 10"
 +
      ]
 +
    }
 +
  },
 +
  {
 +
    "RequiredTags": [
 +
      "item_stingray"
 +
    ],
 +
    "SpawnTime": -1,
 +
    "ProducedItems": [
 +
      {
 +
        "RequiredPopulation": 9,
 +
        "Chance": 0.1,
 +
        "ItemID": 787,
 +
        "MinQuantity": 1,
 +
        "MaxQuantity": 1
 +
      },
 +
      {
 +
        "RequiredPopulation": 9,
 +
        "Chance": 0.06,
 +
        "ItemID": 852,
 +
        "MinQuantity": 1,
 +
        "MaxQuantity": 1
 +
      },
 +
      {
 +
        "RequiredPopulation": 7,
 +
        "Chance": 0.1,
 +
        "ItemID": 848,
 +
        "MinQuantity": 2,
 +
        "MaxQuantity": 5
 +
      },
 +
      {
 +
        "RequiredPopulation": 4,
 +
        "Chance": 0.05,
 +
        "ItemID": 851,
 +
        "MinQuantity": 1,
 +
        "MaxQuantity": 1
 +
      },
 +
      {
 +
        "RequiredPopulation": 5,
 +
        "Chance": 1.0,
 +
        "ItemID": 812,
 +
        "MinQuantity": 1,
 +
        "MaxQuantity": 1
 +
      },
 +
      {
 +
        "RequiredPopulation": 1,
 +
        "Chance": 0.8,
 +
        "ItemID": 812,
 +
        "MinQuantity": 1,
 +
        "MaxQuantity": 1
 +
      }
 +
    ],
 +
    "PopulationGates": {
 +
      "4": [
 +
        "848 7"
 +
      ],
 +
      "6": [
 +
        "852 1"
 +
      ]
 +
    }
 +
  },
 
   {
 
   {
 
     "RequiredTags": [
 
     "RequiredTags": [
Line 872: Line 1,023:  
   {
 
   {
 
     "RequiredTags": [
 
     "RequiredTags": [
       "fish_super_cucumber"
+
       "item_super_cucumber"
 
     ],
 
     ],
 
     "SpawnTime": -1,
 
     "SpawnTime": -1,
Line 922: Line 1,073:  
   {
 
   {
 
     "RequiredTags": [
 
     "RequiredTags": [
       "fish_octopus"
+
       "item_octopus"
 
     ],
 
     ],
 
     "SpawnTime": -1,
 
     "SpawnTime": -1,
Line 975: Line 1,126:  
   {
 
   {
 
     "RequiredTags": [
 
     "RequiredTags": [
       "fish_rainbow_trout"
+
       "item_rainbow_trout"
 
     ],
 
     ],
 
     "SpawnTime": -1,
 
     "SpawnTime": -1,
Line 1,071: Line 1,222:  
   {
 
   {
 
     "RequiredTags": [
 
     "RequiredTags": [
       "fish_catfish"
+
       "item_catfish"
 
     ],
 
     ],
 
     "SpawnTime": -1,
 
     "SpawnTime": -1,
Line 1,539: Line 1,690:  
     }
 
     }
 
   }
 
   }
]</source>}}
+
]
 +
</source>}}
    
== Format ==
 
== Format ==
translators
8,445

edits