FILES ----- instance_worlds.config dungeons\missions\penguinmissions\penguinmission1.dungeon dungeons\missions\penguinmissions\penguinmission2.dungeon dungeons\other\museum\museum.json dungeons\other\techchallenges\techchallenge_dash.json dungeons\other\techchallenges\techchallenge_doublejump.json dungeons\other\techchallenges\techchallenge_morphball.json interface\optionsmenu\body_blank.png interface\optionsmenu\checkboxcheck.png [NEW] interface\optionsmenu\checkboxcheckhover.png interface\optionsmenu\checkboxnocheck.png [NEW] interface\optionsmenu\checkboxnocheckhover.png interface\optionsmenu\optionsmenu.config items\generic\other\bandage.consumable items\generic\other\bottledwater.consumable items\generic\other\medkit.consumable items\generic\other\nanowrap.consumable items\generic\other\redstim.consumable items\generic\other\salve.consumable items\generic\other\techcard.item items\materials\fence.png objects\generic\capsulebig\capsulebig.object objects\generic\capsulemed\capsulemed.object objects\generic\capsulesmall\capsulesmall.object objects\protectorate\objects\protectoratebrokenvending\protectoratebrokenvending.animation recipes\inventorstable1\craftingmedical.recipe recipes\inventorstable1\woodencookingtable.recipe recipes\medicaltable1\healing\salve.recipe [NEW] stats\effects\heal\bandageheal.statuseffect [NEW] stats\effects\heal\bottledwaterheal.statuseffect [NEW] stats\effects\heal\heal.animation [NEW] stats\effects\heal\heal.lua [NEW] stats\effects\heal\medkitheal.statuseffect [NEW] stats\effects\heal\nanowrapheal.statuseffect [NEW] stats\effects\heal\salveheal.statuseffect [NEW] stats\effects\regeneration\redstim.statuseffect tech\distortionsphere\aquasphere.tech tech\distortionsphere\distortionsphere.tech tech\distortionsphere\sonicsphere.tech tech\distortionsphere\spikesphere.tech treasure\biome.treasurepools treasure\common.treasurepools treasure\fossils.treasurepools treasure\microdungeons.treasurepools treasure\monster.treasurepools treasure\smashable.treasurepools DIFFS ----- instance_worlds.config 134c134 < "beamUpRule" : "Nowhere", --- > "beamUpRule" : "Anywhere", dungeons\missions\penguinmissions\penguinmission1.dungeon 839c839 < "brush" : [ [ "clear" ], [ "object", "exitteleporter" ] ] --- > "brush" : [ [ "clear" ], [ "object", "exitteleporter", { "parameters" : { "interactData" : "/interface/warping/returnoutpost.config" } } ] ] dungeons\missions\penguinmissions\penguinmission2.dungeon 846c846 < "brush" : [ [ "clear" ], [ "object", "exitteleporter" ] ] --- > "brush" : [ [ "clear" ], [ "object", "exitteleporter", { "parameters" : { "interactData" : "/interface/warping/returnoutpost.config" } } ] ] dungeons\other\museum\museum.json [TMX file differences are left out for huge size.] dungeons\other\techchallenges\techchallenge_dash.json [TMX file differences are left out for huge size.] dungeons\other\techchallenges\techchallenge_doublejump.json [TMX file differences are left out for huge size.] dungeons\other\techchallenges\techchallenge_morphball.json [TMX file differences are left out for huge size.] interface\optionsmenu\optionsmenu.config 69c69 < "position" : [35, 184], --- > "position" : [32, 184], 80c80 < "position" : [35, 168], --- > "position" : [32, 168], 103c103 < "position" : [58, 112], --- > "position" : [70, 112], 115,116c115,116 < "position" : [62, 84], < "hAnchor" : "mid", --- > "position" : [25, 84], > "hAnchor" : "left", 122c122 < "position" : [107, 87], --- > "position" : [104, 84], 123a124 > "hover" : "/interface/optionsmenu/checkboxnocheckhover.png", 125c126,128 < "checkable" : true --- > "hoverImageChecked" : "/interface/optionsmenu/checkboxcheckhover.png", > "checkable" : true, > "checked" : true 129,130c132,133 < "position" : [62, 73], < "hAnchor" : "mid", --- > "position" : [25, 73], > "hAnchor" : "left", 136c139 < "position" : [107, 76], --- > "position" : [104, 73], 137a141 > "hover" : "/interface/optionsmenu/checkboxnocheckhover.png", 139c143,145 < "checkable" : true --- > "hoverImageChecked" : "/interface/optionsmenu/checkboxcheckhover.png", > "checkable" : true, > "checked" : true 143,144c149,150 < "position" : [62, 62], < "hAnchor" : "mid", --- > "position" : [25, 62], > "hAnchor" : "left", 150c156 < "position" : [107, 65], --- > "position" : [104, 62], 151a158 > "hover" : "/interface/optionsmenu/checkboxnocheckhover.png", 153c160,162 < "checkable" : true --- > "hoverImageChecked" : "/interface/optionsmenu/checkboxcheckhover.png", > "checkable" : true, > "checked" : true 157,158c166,167 < "position" : [160, 62], < "hAnchor" : "mid", --- > "position" : [125, 62], > "hAnchor" : "left", 164c173 < "position" : [206, 65], --- > "position" : [203, 62], 165a175 > "hover" : "/interface/optionsmenu/checkboxnocheckhover.png", 167c177,179 < "checkable" : true --- > "hoverImageChecked" : "/interface/optionsmenu/checkboxcheckhover.png", > "checkable" : true, > "checked" : true 171,172c183,184 < "position" : [160, 75], < "hAnchor" : "mid", --- > "position" : [125, 75], > "hAnchor" : "left", 180c192 < "position" : [206, 80], --- > "position" : [203, 77], 181a194 > "hover" : "/interface/optionsmenu/checkboxnocheckhover.png", 183c196,198 < "checkable" : true --- > "hoverImageChecked" : "/interface/optionsmenu/checkboxcheckhover.png", > "checkable" : true, > "checked" : true items\generic\other\bandage.consumable 4c4 < "price" : 25, --- > "price" : 50, 7c7 < "description" : "A bandage for healing minor wounds. Using it restores 30 health.", --- > "description" : "A bandage for healing minor wounds. Restores 50 health over 1 second.", 11,12c11 < "effect" : "bandage1", < "duration" : 2 --- > "effect" : "bandageheal" 18,24c17,20 < "bandage1", < "bandage2", < "bandage3", < "bandage4", < "bandage5", < "bandage6", < "salve" --- > "salveheal", > "bandageheal", > "medkitheal", > "nanowrapheal" items\generic\other\bottledwater.consumable 12c12 < "effect" : "bottledwater", --- > "effect" : "bottledwaterheal", 17c17 < "bottledwater" --- > "bottledwaterheal" items\generic\other\medkit.consumable 7c7 < "description" : "A medkit for healing moderate wounds. Using it restores 40 health and cures most status effects.", --- > "description" : "A medkit for healing moderate wounds. Restores 100 health over 10 seconds and cures most status effects.", 11,12c11 < "effect" : "bandage2", < "duration" : 2 --- > "effect" : "medkitheal" 34,40c33,36 < "bandage1", < "bandage2", < "bandage3", < "bandage4", < "bandage5", < "bandage6", < "salve" --- > "salveheal", > "bandageheal", > "medkitheal", > "nanowrapheal" items\generic\other\nanowrap.consumable 7c7 < "description" : "A nanowrap bandage knits wounds together fast. Using it restores 100 health.", --- > "description" : "A nanowrap bandage knits wounds together fast. Restores 100 health over 1 second.", 11,12c11 < "effect" : "bandage6", < "duration" : 2 --- > "effect" : "nanowrapheal" 18,24c17,20 < "bandage1", < "bandage2", < "bandage3", < "bandage4", < "bandage5", < "bandage6", < "salve" --- > "salveheal", > "bandageheal", > "medkitheal", > "nanowrapheal" items\generic\other\redstim.consumable 7c7 < "description" : "A stimpack full of red liquid, this will aid your healing!", --- > "description" : "A stimpack full of red liquid, grants brief but powerful regeneration!", 11,12c11 < "effect" : "regeneration4", < "duration" : 30 --- > "effect" : "redstim" 16c15,18 < "emitters" : [ "stimuse" ] --- > "emitters" : [ "stimuse" ], > "blockingEffects" : [ > "redstim" > ] items\generic\other\salve.consumable 7c7 < "description" : "A salve for healing minor wounds. Using it will slowly restore 30 health.", --- > "description" : "A salve for healing minor wounds. Restores 50 health over 10 seconds.", 11,12c11 < "effect" : "salve", < "duration" : 5 --- > "effect" : "salveheal" 18,24c17,20 < "bandage1", < "bandage2", < "bandage3", < "bandage4", < "bandage5", < "bandage6", < "salve" --- > "salveheal", > "bandageheal", > "medkitheal", > "nanowrapheal" items\generic\other\techcard.item 3c3 < "rarity" : "Common", --- > "rarity" : "Legendary", objects\generic\capsulebig\capsulebig.object 30d29 < 33c32 < --- > 37c36,37 < "smashDropPool" : "capsuleBig" --- > "smashDropPool" : "capsule", > "breakDropPool" : "capsule" objects\generic\capsulemed\capsulemed.object 30d29 < 37c36,37 < "smashDropPool" : "capsuleMed" --- > "smashDropPool" : "capsule", > "breakDropPool" : "capsule" objects\generic\capsulesmall\capsulesmall.object 31a32 > 35,36c36,37 < "smashDropPool" : "capsuleSmall", < "breakDropPool" : "capsuleSmall" --- > "smashDropPool" : "capsule", > "breakDropPool" : "capsule" objects\protectorate\objects\protectoratebrokenvending\protectoratebrokenvending.animation 24c24 < "position" : [1.75, 0.75], --- > "position" : [1.75, 1.5], recipes\inventorstable1\craftingmedical.recipe 3,4c3,4 < { "item" : "darkwoodmaterial", "count" : 20 }, < { "item" : "logblock", "count" : 4 }, --- > { "item" : "darkwoodmaterial", "count" : 30 }, > { "item" : "bottle", "count" : 5 }, 12c12 < "groups" : [ "inventorstable", "craftingstations", "all" ] --- > "groups" : [ "inventorstable2", "craftingstations", "all" ] recipes\inventorstable1\woodencookingtable.recipe 12c12 < "groups" : [ "inventorstable", "craftingstations", "all" ] --- > "groups" : [ "inventorstable2", "craftingstations", "all" ] recipes\medicaltable1\healing\salve.recipe 3c3 < { "item" : "plantfibre", "count" : 6 } --- > { "item" : "plantfibre", "count" : 4 } 9c9 < "groups" : [ "craftingmedical", "healing" ] --- > "groups" : [ "plain", "craftingmedical", "healing" ] tech\distortionsphere\aquasphere.tech 34c34,38 < "jumpSpeed" : 0.0 --- > "jumpSpeed" : 0.0, > "jumpControlForce" : 0.0, > > "multiJump" : false, > "autoJump" : false tech\distortionsphere\distortionsphere.tech 28c28,32 < "jumpSpeed" : 0.0 --- > "jumpSpeed" : 0.0, > "jumpControlForce" : 0.0, > > "multiJump" : false, > "autoJump" : false tech\distortionsphere\sonicsphere.tech 28c28,32 < "jumpSpeed" : 0.0 --- > "jumpSpeed" : 0.0, > "jumpControlForce" : 0.0, > > "multiJump" : false, > "autoJump" : false tech\distortionsphere\spikesphere.tech 23c23,27 < "jumpSpeed" : 0.0 --- > "jumpSpeed" : 0.0, > "jumpControlForce" : 0.0, > > "multiJump" : false, > "autoJump" : false treasure\biome.treasurepools 35c35,36 < {"weight" : 0.5, "item" : ["bandage", 3]}, --- > {"weight" : 0.5, "item" : ["salve", 3]}, > {"weight" : 0.5, "item" : ["bandage", 2]}, treasure\common.treasurepools 77,78c77,78 < {"weight" : 0.4, "pool" : "chestMoney"}, < {"weight" : 0.2, "pool" : "healingItem"}, --- > {"weight" : 0.45, "pool" : "chestMoney"}, > {"weight" : 0.25, "pool" : "healingItem"}, 80,82c80,84 < {"weight" : 0.04, "pool" : "tool"}, < {"weight" : 0.010, "pool" : "instrument"}, < {"weight" : 0.005, "pool" : "costume"} --- > {"weight" : 0.05, "pool" : "tool"}, > {"weight" : 0.04, "item" : "manipulatormodule"}, > {"weight" : 0.04, "item" : "techcard"}, > {"weight" : 0.01, "pool" : "instrument"}, > {"weight" : 0.01, "pool" : "costume"} 109c111 < {"weight" : 0.40, "pool" : "manipulatorModule"}, --- > {"weight" : 0.40, "item" : "manipulatormodule"}, 120c122 < {"weight" : 0.34, "pool" : "manipulatorModule"}, --- > {"weight" : 0.34, "item" : "manipulatormodule"}, 133c135 < {"weight" : 0.25, "pool" : "manipulatorModule"}, --- > {"weight" : 0.25, "item" : "manipulatormodule"}, 147c149 < {"weight" : 0.20, "pool" : "manipulatorModule"}, --- > {"weight" : 0.20, "item" : "manipulatormodule"}, 180,194c182,184 < {"weight" : 0.3, "item" : ["techcard", 1]}, < {"weight" : 0.2, "item" : ["techcard", 2]}, < {"weight" : 0.1, "item" : ["techcard", 3]} < ] < }] < ], < < "manipulatorModule" : [ < [0, { < "pool" : [ < {"weight" : 0.30, "item" : ["manipulatormodule", 2]}, < {"weight" : 0.25, "item" : ["manipulatormodule", 3]}, < {"weight" : 0.20, "item" : ["manipulatormodule", 4]}, < {"weight" : 0.15, "item" : ["manipulatormodule", 5]}, < {"weight" : 0.10, "item" : ["manipulatormodule", 6]} --- > {"weight" : 0.50, "item" : ["techcard", 1]}, > {"weight" : 0.35, "item" : ["techcard", 2]}, > {"weight" : 0.15, "item" : ["techcard", 3]} 737,738c727,730 < {"weight" : 0.45, "item" : [ "bandage", 3]}, < {"weight" : 0.45, "item" : [ "bandage", 6]}, --- > {"weight" : 0.30, "item" : [ "salve", 3]}, > {"weight" : 0.25, "item" : [ "salve", 5]}, > {"weight" : 0.25, "item" : [ "bandage", 2]}, > {"weight" : 0.10, "item" : [ "bandage", 3]}, 742c734 < [3.9, { --- > [2.9, { 744,745c736,738 < {"weight" : 0.40, "item" : [ "medkit", 3]}, < {"weight" : 0.40, "item" : [ "medkit", 6]}, --- > {"weight" : 0.20, "item" : [ "bandage", 3]}, > {"weight" : 0.30, "item" : [ "medkit", 2]}, > {"weight" : 0.30, "item" : [ "medkit", 3]}, 749c742 < [5.9, { --- > [4.9, { 751,752c744,746 < {"weight" : 0.35, "item" : [ "nanowrap", 3]}, < {"weight" : 0.35, "item" : [ "nanowrap", 6]}, --- > {"weight" : 0.20, "item" : [ "medkit", 3]}, > {"weight" : 0.30, "item" : [ "nanowrap", 2]}, > {"weight" : 0.20, "item" : [ "nanowrap", 3]}, 761,764c755,758 < {"weight" : 0.25, "item" : [ "redstim", 3]}, < {"weight" : 0.25, "item" : [ "bluestim", 3]}, < {"weight" : 0.25, "item" : [ "greenstim", 3]}, < {"weight" : 0.25, "item" : [ "yellowstim", 3]} --- > {"weight" : 0.25, "item" : [ "redstim", 1]}, > {"weight" : 0.25, "item" : [ "bluestim", 1]}, > {"weight" : 0.25, "item" : [ "greenstim", 1]}, > {"weight" : 0.25, "item" : [ "yellowstim", 1]} 767,769c761,763 < [0.3, 1], < [0.4, 2], < [0.3, 3] --- > [0.3, 2], > [0.4, 3], > [0.3, 4] 1548a1543,1572 > "fill" : [ > {"pool" : "valuableTechTreasure"} > ], > "poolRounds" : [ > [0.4, 1], > [0.4, 2], > [0.2, 3] > ], > "pool" : [ > {"weight" : 1.0, "pool" : "techTreasure"} > ] > }] > ], > > "techTreasure" : [ > [0, { > "pool" : [ > {"weight" : 0.20, "item" : "siliconboard"}, > {"weight" : 0.10, "item" : ["smallbattery", 1]}, > {"weight" : 0.10, "item" : ["smallbattery", 2]}, > {"weight" : 0.10, "item" : ["smallbattery", 3]}, > {"weight" : 0.10, "item" : ["wire", 1]}, > {"weight" : 0.10, "item" : ["wire", 3]}, > {"weight" : 0.10, "item" : ["wire", 5]} > ] > }] > ], > > "valuableTechTreasure" : [ > [0, { 1550c1574,1575 < {"weight" : 0.6, "item" : ["techcard", 3]}, --- > {"weight" : 0.3, "item" : ["techcard", 2]}, > {"weight" : 0.3, "item" : ["techcard", 3]}, treasure\fossils.treasurepools 38,40c38,39 < {"weight" : 0.20, "pool" : "healingItem"}, < {"weight" : 0.20, "item" : "manipulatormodule"}, < {"weight" : 0.10, "item" : "techcard"}, --- > {"weight" : 0.25, "item" : "manipulatormodule"}, > {"weight" : 0.15, "item" : "techcard"}, 43c42 < {"weight" : 0.10, "item" : "autochip"}, --- > {"weight" : 0.15, "item" : "autochip"}, treasure\microdungeons.treasurepools 548,557d547 < "techTreasure" : [ < [0, { < "pool" : [ < {"weight" : 0.2, "item" : "techcard"}, < {"weight" : 0.15, "item" : "teleportercore"}, < {"weight" : 5.0, "pool" : "uncommonGun"} < ] < }] < ], < treasure\monster.treasurepools 13c13 < {"weight" : 0.83, "pool" : "money"}, --- > {"weight" : 0.89, "pool" : "money"}, 15d14 < {"weight" : 0.06, "item" : "mattermodulecomponent"}, 24c23 < {"weight" : 0.83, "pool" : "money"}, --- > {"weight" : 0.89, "pool" : "money"}, 26d24 < {"weight" : 0.06, "item" : "mattermodulecomponent"}, 35c33 < {"weight" : 0.63, "pool" : "money"}, --- > {"weight" : 0.69, "pool" : "money"}, 39d36 < {"weight" : 0.06, "item" : "mattermodulecomponent"}, 48,49c45 < {"weight" : 0.93, "pool" : "money"}, < {"weight" : 0.06, "item" : "mattermodulecomponent"}, --- > {"weight" : 0.99, "pool" : "money"}, 58,59c54 < {"weight" : 0.96, "pool" : "money"}, < {"weight" : 0.03, "item" : "mattermodulecomponent"}, --- > {"weight" : 0.99, "pool" : "money"}, 86c81 < {"weight" : 0.83, "pool" : "money"}, --- > {"weight" : 0.89, "pool" : "money"}, 88d82 < {"weight" : 0.06, "item" : "mattermodulecomponent"}, treasure\smashable.treasurepools 7c7 < // Capsules --- > // Capsules, Vases, Pots 10c10 < "capsuleBig" : [ --- > "capsule" : [ 13,18c13,19 < {"weight" : 0.1, "item" : ["money", 5]}, < {"weight" : 0.2, "item" : ["money", 6]}, < {"weight" : 0.1, "item" : "bandage" }, < {"weight" : 0.2, "item" : "climbingrope" }, < {"weight" : 0.2, "item" : "flare" }, < {"weight" : 0.2, "item" : "torch" } --- > {"weight" : 0.3, "item" : ["money", 3]}, > {"weight" : 0.5, "item" : ["money", 4]}, > {"weight" : 0.03, "item" : "salve" }, > {"weight" : 0.02, "item" : "bandage" }, > {"weight" : 0.05, "item" : "climbingrope" }, > {"weight" : 0.05, "item" : "flare" }, > {"weight" : 0.05, "item" : "torch" } 20,23c21,22 < }] < ], < "capsuleMed" : [ < [0, { --- > }], > [2.9, { 27c26,27 < {"weight" : 0.05, "item" : "bandage" }, --- > {"weight" : 0.03, "item" : "bandage" }, > {"weight" : 0.02, "item" : "medkit" }, 32,35c32,33 < }] < ], < "capsuleSmall" : [ < [0, { --- > }], > [4.9, { 37,39c35,37 < {"weight" : 0.3, "item" : ["money", 1]}, < {"weight" : 0.5, "item" : ["money", 2]}, < {"weight" : 0.05, "item" : "bandage" }, --- > {"weight" : 0.3, "item" : ["money", 3]}, > {"weight" : 0.5, "item" : ["money", 4]}, > {"weight" : 0.05, "item" : "nanowrap" }, 281c279 < } \ No newline at end of file --- > }