FILES ----- player.config terrestrial_worlds.config versioning.config [NEW] biomes\atmosphere\void.biome biomes\space\asteroids.biome [NEW] biomes\space\barrenasteroids.biome [NEW] interface\itemdescriptions\fishingrod.itemdescription [NEW] items\active\fishingrod\default.frames [NEW] items\active\fishingrod\durablefishingrod.activeitem [NEW] items\active\fishingrod\durablefishingrod.png [NEW] items\active\fishingrod\fishingrod.activeitem [NEW] items\active\fishingrod\fishingrod.animation [NEW] items\active\fishingrod\fishingrod.lua [NEW] items\active\fishingrod\fishingrod.png [NEW] items\active\unsorted\crittermover\beam.png [NEW] items\active\unsorted\crittermover\beamend.png [NEW] items\active\unsorted\crittermover\crittermove.lua [NEW] items\active\unsorted\crittermover\crittermover.activeitem [NEW] items\active\unsorted\crittermover\crittermover.png monsters\fishing\approachState.lua monsters\fishing\hookedState.lua monsters\fishing\large\breach\fishingbreach.monstertype monsters\fishing\large\chuckle\fishingchuckle.monstertype monsters\fishing\large\dark\fishingdark.monstertype monsters\fishing\large\fan\fishingfan.monstertype monsters\fishing\large\hoop\fishinghoop.monstertype monsters\fishing\large\mega\fishingmega.monstertype monsters\fishing\large\puff\fishingpuff.monstertype monsters\fishing\large\ray\fishingray.monstertype monsters\fishing\large\sac\fishingsac.monstertype monsters\fishing\large\seal\fishingseal.monstertype monsters\fishing\large\sunbeam\fishingsunbeam.monstertype monsters\fishing\medium\bulb\fishingbulb.monstertype monsters\fishing\medium\chomp\fishingchomp.monstertype monsters\fishing\medium\curl\fishingcurl.monstertype monsters\fishing\medium\eel\fishingeel.monstertype monsters\fishing\medium\fang\fishingfang.monstertype monsters\fishing\medium\funny\fishingfunny.monstertype monsters\fishing\medium\gaze\fishinggaze.monstertype monsters\fishing\medium\glob\fishingglob.monstertype monsters\fishing\medium\jaw\fishingjaw.monstertype monsters\fishing\medium\leech\fishingleech.monstertype monsters\fishing\medium\nose\fishingnose.monstertype monsters\fishing\medium\redeye\fishingredeye.monstertype monsters\fishing\medium\shell\fishingshell.monstertype monsters\fishing\medium\shrimp\fishingshrimp.monstertype monsters\fishing\medium\spot\fishingspot.monstertype monsters\fishing\medium\square\fishingsquare.monstertype monsters\fishing\medium\stripe\fishingstripe.monstertype monsters\fishing\medium\tendril\fishingtendril.monstertype monsters\fishing\medium\tongue\fishingtongue.monstertype monsters\fishing\medium\whisker\fishingwhisker.monstertype monsters\fishing\small\chirp\fishingchirp.monstertype monsters\fishing\small\claw\fishingclaw.monstertype monsters\fishing\small\cute\fishingcute.monstertype monsters\fishing\small\dart\fishingdart.monstertype monsters\fishing\small\dirt\fishingdirt.monstertype monsters\fishing\small\dragon\fishingdragon.monstertype monsters\fishing\small\eye\fishingeye.monstertype monsters\fishing\small\frill\fishingfrill.monstertype monsters\fishing\small\jerk\fishingjerk.monstertype monsters\fishing\small\pincer\fishingpincer.monstertype monsters\fishing\small\ramp\fishingramp.monstertype monsters\fishing\small\saber\fishingsaber.monstertype monsters\fishing\small\spear\fishingspear.monstertype monsters\fishing\small\swindle\fishingswindle.monstertype monsters\fishing\small\tad\fishingtad.monstertype monsters\fishing\small\wimp\fishingwimp.monstertype monsters\fishing\small\worm\fishingworm.monstertype [NEW] projectiles\activeitems\fishinglure\default.frames [NEW] projectiles\activeitems\fishinglure\fishinglure.lua [NEW] projectiles\activeitems\fishinglure\fishinglure.png [NEW] projectiles\activeitems\fishinglure\fishinglure.projectile [NEW] projectiles\activeitems\fishinglure\fishinglurecontrol.png [NEW] projectiles\activeitems\fishinglure\fishinglurecontrol.projectile [NEW] projectiles\activeitems\fishinglure\fishinglurelight.png [NEW] projectiles\activeitems\fishinglure\fishinglurelight.projectile [NEW] projectiles\activeitems\fishinglure\fishingluresinking.png [NEW] projectiles\activeitems\fishinglure\fishingluresinking.projectile [NEW] recipes\farmtable1\hunting\fishingrod.recipe [NEW] recipes\farmtable2\hunting\durablefishingrod.recipe scripts\companions\capturable.lua spawntypes\uniques.spawntypes [NEW] stats\effects\monstermove\monstermove.animation [NEW] stats\effects\monstermove\monstermove.lua [NEW] stats\effects\monstermove\monstermove.statuseffect [NEW] stats\effects\monstermove\monstermovespawn.statuseffect treasure\fishing.treasurepools [NEW] versioning\CelestialChunk_8_9.lua DIFFS ----- player.config 62a63 > { "item" : "fishingrod" }, 268a270 > { "item" : "durablefishingrod" }, terrestrial_worlds.config 562a563,568 > "space" : { > "primaryRegion" : ["barrenasteroids"] > }, > "atmosphere" : { > "primaryRegion" : ["void"] > }, 683a690,697 > "barrenasteroids" : { > "blockSelector" : [ "asteroids" ], > "fgCaveSelector" : [ "empty" ], > "biome" : [ > [1, [ "barrenasteroids" ]] > ] > }, > 687a702,708 > ] > }, > > "void" : { > "blockSelector" : [ "empty" ], > "biome" : [ > [1, [ "void" ]] versioning.config 3c3 < "WorldMetadata" : 20, --- > "WorldMetadata" : 21, 6c6 < "CelestialChunk" : 8, --- > "CelestialChunk" : 9, biomes\space\asteroids.biome 20c20 < "statusEffects" : [ "erchiussickness", "biomeairless" ], --- > "statusEffects" : [ "biomeairless" ], monsters\fishing\approachState.lua 9c9 < biteDistance = config.getParameter("biteDistance", 4), --- > biteDistance = config.getParameter("biteDistance", 3.5), monsters\fishing\hookedState.lua 33d32 < world.sendEntityMessage(self.ownerId, "startFight") 35,37c34 < if self.fighting then < world.sendEntityMessage(self.ownerId, "stopFight") < else --- > if not self.fighting then monsters\fishing\large\breach\fishingbreach.monstertype 67c67 < "blockedSensors" : [ [2.25, -0.5], [2.25, 0.5] ], --- > "blockedSensors" : [ [2.5, -0.5], [2.5, 0.5] ], monsters\fishing\large\chuckle\fishingchuckle.monstertype 67c67 < "blockedSensors" : [ [2.25, -0.5], [2.25, 0.5] ], --- > "blockedSensors" : [ [2.5, -0.5], [2.5, 0.5] ], monsters\fishing\large\dark\fishingdark.monstertype 67c67 < "blockedSensors" : [ [2.25, -0.5], [2.25, 0.5] ], --- > "blockedSensors" : [ [2.5, -0.5], [2.5, 0.5] ], monsters\fishing\large\fan\fishingfan.monstertype 26c26 < "lookTimeRange" : [2.5, 3.5], --- > "lookTimeRange" : [2, 3], 65c65 < "blockedSensors" : [ [2.25, -0.5], [2.25, 0.5] ], --- > "blockedSensors" : [ [2.5, -0.5], [2.5, 0.5] ], monsters\fishing\large\hoop\fishinghoop.monstertype 26c26 < "lookTimeRange" : [2.5, 3.5], --- > "lookTimeRange" : [2, 3], 65c65 < "blockedSensors" : [ [2.25, -0.5], [2.25, 0.5] ], --- > "blockedSensors" : [ [2.5, -0.5], [2.5, 0.5] ], monsters\fishing\large\mega\fishingmega.monstertype 67c67 < "blockedSensors" : [ [2.25, -0.5], [2.25, 0.5] ], --- > "blockedSensors" : [ [2.5, -0.5], [2.5, 0.5] ], 108c108 < "mouthOffset" : [12, -6], --- > "mouthOffset" : [15, -2], monsters\fishing\large\puff\fishingpuff.monstertype 26c26 < "lookTimeRange" : [1.5, 3], --- > "lookTimeRange" : [1, 3], 39c39 < "collisionPoly" : [ [-2, 0], [0, 1.75], [2, 0], [0, -1.75] ], --- > "collisionPoly" : [ [-1.25, 0], [0, 0.75], [1.25, 0], [0, -0.75] ], 67c67 < "blockedSensors" : [ [2.25, -0.5], [2.25, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\large\ray\fishingray.monstertype 26c26 < "lookTimeRange" : [2.5, 3.5], --- > "lookTimeRange" : [2, 3], 37c37 < "collisionPoly" : [ [-2, 0], [0, 1.0], [2, 0], [0, -1.0] ], --- > "collisionPoly" : [ [-2, 0], [0, 1.0], [2, 0], [0, -0.5] ], 65c65 < "blockedSensors" : [ [2.25, -0.5], [2.25, 0.5] ], --- > "blockedSensors" : [ [2.5, -0.5], [2.5, 0.5] ], 106c106 < "mouthOffset" : [14, 0], --- > "mouthOffset" : [16, -3], monsters\fishing\large\sac\fishingsac.monstertype 26c26 < "lookTimeRange" : [2.5, 3.5], --- > "lookTimeRange" : [2, 3], 65c65 < "blockedSensors" : [ [2.25, -0.5], [2.25, 0.5] ], --- > "blockedSensors" : [ [2.5, -0.5], [2.5, 0.5] ], monsters\fishing\large\seal\fishingseal.monstertype 26c26 < "lookTimeRange" : [1.5, 3], --- > "lookTimeRange" : [1, 3], 67c67 < "blockedSensors" : [ [2.25, -0.5], [2.25, 0.5] ], --- > "blockedSensors" : [ [2.5, -0.5], [2.5, 0.5] ], monsters\fishing\large\sunbeam\fishingsunbeam.monstertype 26c26 < "lookTimeRange" : [2.5, 3.5], --- > "lookTimeRange" : [2, 3], 65c65 < "blockedSensors" : [ [2.25, -0.5], [2.25, 0.5] ], --- > "blockedSensors" : [ [2.5, -0.5], [2.5, 0.5] ], monsters\fishing\medium\bulb\fishingbulb.monstertype 26c26 < "lookTimeRange" : [2.5, 3.5], --- > "lookTimeRange" : [2, 3], 65c65 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\chomp\fishingchomp.monstertype 26c26 < "lookTimeRange" : [0.25, 1.5], --- > "lookTimeRange" : [0.5, 1.5], 66c66 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\curl\fishingcurl.monstertype 26c26 < "lookTimeRange" : [2.5, 3.5], --- > "lookTimeRange" : [2, 3], 65c65 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\eel\fishingeel.monstertype 26c26 < "lookTimeRange" : [2.5, 3.5], --- > "lookTimeRange" : [2, 3], 65c65 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\fang\fishingfang.monstertype 26c26 < "lookTimeRange" : [2.5, 3.5], --- > "lookTimeRange" : [2, 3], 65c65 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\funny\fishingfunny.monstertype 26c26 < "lookTimeRange" : [1.5, 3], --- > "lookTimeRange" : [1, 3], 65c65 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\gaze\fishinggaze.monstertype 26c26 < "lookTimeRange" : [2.5, 3.5], --- > "lookTimeRange" : [2, 3], 65c65 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\glob\fishingglob.monstertype 66c66 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\jaw\fishingjaw.monstertype 66c66 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\leech\fishingleech.monstertype 26c26 < "lookTimeRange" : [1.5, 3], --- > "lookTimeRange" : [1, 3], 65c65 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\nose\fishingnose.monstertype 66c66 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\redeye\fishingredeye.monstertype 26c26 < "lookTimeRange" : [0.25, 1.5], --- > "lookTimeRange" : [0.5, 1.5], 65c65 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\shell\fishingshell.monstertype 26c26 < "lookTimeRange" : [1.5, 3], --- > "lookTimeRange" : [1, 3], 65c65 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\shrimp\fishingshrimp.monstertype 26c26 < "lookTimeRange" : [2.5, 3.5], --- > "lookTimeRange" : [2, 3], 37c37 < "collisionPoly" : [ [-1.25, 0], [0, 0.75], [1.25, 0], [0, -0.75] ], --- > "collisionPoly" : [ [-1.25, 0], [0, 0.75], [1.25, 0], [0, -0.5] ], 65c65 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\spot\fishingspot.monstertype 26c26 < "lookTimeRange" : [0.25, 1.5], --- > "lookTimeRange" : [0.5, 1.5], 65c65 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\square\fishingsquare.monstertype 26c26 < "lookTimeRange" : [1.5, 3], --- > "lookTimeRange" : [1, 3], 65c65 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\stripe\fishingstripe.monstertype 27c27 < "biteDistance" : 7, --- > "biteDistance" : 6, 66c66 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\tendril\fishingtendril.monstertype 27c27 < "biteDistance" : 7, --- > "biteDistance" : 6, 66c66 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\tongue\fishingtongue.monstertype 66c66 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\medium\whisker\fishingwhisker.monstertype 66c66 < "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], --- > "blockedSensors" : [ [1.75, -0.5], [1.75, 0.5] ], monsters\fishing\small\chirp\fishingchirp.monstertype 26c26 < "lookTimeRange" : [1.5, 3], --- > "lookTimeRange" : [1, 3], 65c65 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\claw\fishingclaw.monstertype 26c26 < "lookTimeRange" : [1.5, 3], --- > "lookTimeRange" : [1, 3], 66c66 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\cute\fishingcute.monstertype 26c26 < "lookTimeRange" : [1.5, 3], --- > "lookTimeRange" : [1, 3], 67c67 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\dart\fishingdart.monstertype 26c26 < "lookTimeRange" : [1.5, 3], --- > "lookTimeRange" : [1, 3], 67c67 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\dirt\fishingdirt.monstertype 27c27 < "biteDistance" : 7, --- > "biteDistance" : 6, 68c68 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\dragon\fishingdragon.monstertype 69c69 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], 110c110 < "mouthOffset" : [6, 0], --- > "mouthOffset" : [4, 1], monsters\fishing\small\eye\fishingeye.monstertype 26c26 < "lookTimeRange" : [1.5, 3], --- > "lookTimeRange" : [1, 3], 66c66 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\frill\fishingfrill.monstertype 26c26 < "lookTimeRange" : [1.5, 3], --- > "lookTimeRange" : [1, 3], 67c67 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\jerk\fishingjerk.monstertype 26c26 < "lookTimeRange" : [0.25, 1.0], --- > "lookTimeRange" : [0.5, 1.0], 68c68 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\pincer\fishingpincer.monstertype 26c26 < "lookTimeRange" : [2.5, 3.5], --- > "lookTimeRange" : [2, 3], 65c65 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\ramp\fishingramp.monstertype 26c26 < "lookTimeRange" : [0.25, 1.0], --- > "lookTimeRange" : [0.5, 1.0], 66c66 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\saber\fishingsaber.monstertype 27c27 < "biteDistance" : 7, --- > "biteDistance" : 6, 68c68 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\spear\fishingspear.monstertype 26,27c26,27 < "lookTimeRange" : [0.25, 1.0], < "approachTimeRange" : [5, 8], --- > "lookTimeRange" : [0.5, 1.0], > "approachTimeRange" : [5, 7], 68c68 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\swindle\fishingswindle.monstertype 67c67 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\tad\fishingtad.monstertype 26c26 < "lookTimeRange" : [0.25, 1.0], --- > "lookTimeRange" : [0.5, 1.0], 68c68 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\wimp\fishingwimp.monstertype 26c26 < "lookTimeRange" : [1.5, 3], --- > "lookTimeRange" : [1, 3], 65c65 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], monsters\fishing\small\worm\fishingworm.monstertype 26c26 < "lookTimeRange" : [2.5, 3.5], --- > "lookTimeRange" : [2, 3], 67c67 < "blockedSensors" : [ [1.25, -0.5], [1.25, 0.5] ], --- > "blockedSensors" : [ [1.5, -0.5], [1.5, 0.5] ], scripts\companions\capturable.lua 10a11,13 > message.setHandler("pet.attemptMove", function (_, _, ...) > return capturable.attemptMove(...) > end) 33a37,40 > > if capturable.wasMoved() then > status.addEphemeralEffect("monstermovespawn") > end 184a192,212 > function capturable.wasMoved() > return config.getParameter("wasMoved") > end > > function capturable.attemptMove() > if config.getParameter("moveable", true) then > --The point that the monster will scale toward > local attachPoint = vec2.div(animator.partPoint("body", "offset") or {0, 0}, 2) -- divide by two because partPoint adds offset to itself > local petInfo = { > monsterType = monster.type(), > seed = monster.seed(), > collisionPoly = mcontroller.collisionPoly(), > attachPoint = attachPoint > } > > status.addEphemeralEffect("monstermove") > capturable.despawnTimer = 0.3 > return petInfo > end > end > 235,237c263,265 < type = monsterType, < parameters = parameters < } --- > type = monsterType, > parameters = parameters > } spawntypes\uniques.spawntypes 627a628,644 > "name" : "snuffish", > > "spawnParameters" : { > "area" : "surface", > "region" : "all", > "time" : "all" > }, > > "groupSize" : [1, 2], > "spawnChance" : 0.08, > "monsterType" : "snuffish", > "monsterParameters" : { > "aggressive" : true > } > }, > > { treasure\fishing.treasurepools 19,22c19,22 < {"weight" : 0.2, "pool" : "chestMoney"}, < {"weight" : 0.2, "item" : "manipulatormodule"}, < {"weight" : 0.15, "item" : "techcard"}, < {"weight" : 0.15, "item" : "diamond"} --- > {"weight" : 0.3, "pool" : "chestMoney"}, > {"weight" : 0.15, "item" : "manipulatormodule"}, > {"weight" : 0.125, "item" : "techcard"}, > {"weight" : 0.125, "item" : "diamond"} 80c80,82 < {"item" : "rawfish"} --- > {"item" : "rawfish"}, > {"pool" : "chestMoney"}, > {"pool" : "chestMoney"}