Skip to content

Commit

Permalink
more Nodule sources
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Jan 22, 2018
1 parent 4bfa0fa commit 57523a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions items/generic/crafting/fu_nodule.item
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"price" : 60,
"category" : "craftingMaterial",
"inventoryIcon" : "fu_nodule.png",
"description" : "A strange, rare substance from the deep with unusual lab applications.",
"shortdescription" : "Plageus Nodule",
"description" : "Primarily found in rare deep-water plants, this unusual compound is rich with aberrant genes.",
"shortdescription" : "Strange Nodule",
"radioMessagesOnPickup" : [ "pickupNodule" ],
"learnBlueprintsOnPickup" : [
"mutagene4",
Expand Down
6 changes: 3 additions & 3 deletions treasure/cropharvest.treasurepools.patch
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@
"value":[[0, {
"fill":[ {"item":"aquapod"}],
"pool":[
{"weight":0.45, "item":"aquapodseed"},
{"weight":0.2, "item":"plantfibre"}],
{"weight":0.65, "item":"aquapodseed"},
{"weight":0.35, "item":"fu_nodule"}],
"poolRounds":[[0.5,0],[0.5,1]]}
]]
},
Expand Down Expand Up @@ -462,7 +462,7 @@
"path":"/lasherHarvest",
"value":[[0, {
"fill":[{"item":"lasherstem"}],
"pool":[ {"weight":0.5, "item":"lasherplantseed"} ],
"pool":[ {"weight":0.5, "item":"lasherplantseed"}, {"weight":0.5, "item":"fu_nodule"} ],
"poolRounds":[[0.5,0],[0.5,1]]}
]]
},
Expand Down

0 comments on commit 57523a9

Please sign in to comment.