FILES ----- behaviors\npc\combat\meleeleap.behavior codex\missions\cultist mission\cultistmission2.codex dungeons\microdungeons\bounty\safehouse.dungeon [NEW] dungeons\microdungeons\bounty\safehouse_21.json dungeons\microdungeons\bounty\undergroundsafehouse_5.json dungeons\other\ancientvault\electric\bossroom_left.json dungeons\other\ancientvault\electric\bossroom_right.json dungeons\other\ancientvault\fire\bossroom_left.json dungeons\other\ancientvault\fire\bossroom_right.json dungeons\other\ancientvault\ice\bossroom_left.json dungeons\other\ancientvault\ice\bossroom_right.json dungeons\other\ancientvault\poison\bossroom_left.json dungeons\other\ancientvault\poison\bossroom_right.json items\armors\avian\avian-tier6separator\FSleeve.png items\armors\decorative\costumes\scientist\pants.png items\armors\other\silverarmor\bsleeve.png items\armors\other\soldier\pants.png items\throwables\stungrenade.thrownitem objects\crafting\upgradeablecraftingobjects\craftingfurnace\craftingfurnace.object objects\farmables\cocoa\wildcocoaseed.object objects\farmables\thornplant\thornplant.png objects\floran\florancabinet3\florancabinet3.png objects\generic\metalbarrel2\metalbarrel2.object objects\generic\metalbarrel2b\metalbarrel2b.object objects\generic\randomfountain\randomfountain.object [NEW] objects\generic\wargroovebanner\default.frames [NEW] objects\generic\wargroovebanner\wargroovebanner1.object [NEW] objects\generic\wargroovebanner\wargroovebanner1.png [NEW] objects\generic\wargroovebanner\wargroovebanner1icon.png [NEW] objects\generic\wargroovebanner\wargroovebanner2.object [NEW] objects\generic\wargroovebanner\wargroovebanner2.png [NEW] objects\generic\wargroovebanner\wargroovebanner2icon.png [NEW] objects\generic\wargroovebanner\wargroovebanner3.object [NEW] objects\generic\wargroovebanner\wargroovebanner3.png [NEW] objects\generic\wargroovebanner\wargroovebanner3icon.png [NEW] objects\generic\wargroovebanner\wargroovebanner4.object [NEW] objects\generic\wargroovebanner\wargroovebanner4.png [NEW] objects\generic\wargroovebanner\wargroovebanner4icon.png objects\human\prisoncorner\prisoncorner.object species\floran.species tilesets\packed\objects-by-category\decorative.json tilesets\packed\objects-by-category\door.json tilesets\packed\objects-by-category\furniture.json tilesets\packed\objects-by-category\other.json tilesets\packed\objects-by-colonytag\combat.json tilesets\packed\objects-by-colonytag\commerce.json tilesets\packed\objects-by-colonytag\cultist.json tilesets\packed\objects-by-colonytag\door.json tilesets\packed\objects-by-colonytag\floran.json tilesets\packed\objects-by-colonytag\misc.json tilesets\packed\objects-by-colonytag\peacekeeper.json tilesets\packed\objects-by-race\generic.json tilesets\packed\objects-by-race\human.json tilesets\packed\objects-by-type\loungeable.json tilesets\packed\objects-by-type\physics.json DIFFS ----- behaviors\npc\combat\meleeleap.behavior 35c35 < "xRange": {"value": 7} --- > "xRange": {"value": 10} 140,145d139 < "title": "meleecombat-aim", < "type": "module", < "name": "meleecombat-aim", < "parameters": {} < }, < { 159a154,159 > "title": "meleecombat-aim", > "type": "module", > "name": "meleecombat-aim", > "parameters": {} > }, > { 174a175,220 > "title": "succeeder", > "type": "decorator", > "name": "succeeder", > "parameters": {}, > "child": { > "title": "selector", > "type": "composite", > "name": "selector", > "parameters": {}, > "children": [ > { > "title": "projectileAimVector", > "type": "action", > "name": "projectileAimVector", > "parameters": { > "collisionCheck": {"value": false}, > "fromPosition": {"key": "self"}, > "gravityMultiplier": {"value": 1.5}, > "speed": {"key": "leapSpeed"}, > "toPosition": {"key": "targetPosition"}, > "useHighArc": {"value": false} > }, > "output": { > "aimVector": "jumpVector" > } > }, > { > "title": "projectileAimVector", > "type": "action", > "name": "projectileAimVector", > "parameters": { > "collisionCheck": {"value": false}, > "fromPosition": {"key": "self"}, > "gravityMultiplier": {"value": 1.5}, > "speed": {"key": "leapSpeed"}, > "toPosition": {"key": "targetPosition"}, > "useHighArc": {"value": true} > }, > "output": { > "aimVector": "jumpVector" > } > } > ] > } > }, > { 189,231c235,237 < "title": "selector", < "type": "composite", < "name": "selector", < "parameters": {}, < "children": [ < { < "title": "projectileAimVector", < "type": "action", < "name": "projectileAimVector", < "parameters": { < "collisionCheck": {"value": false}, < "fromPosition": {"key": "self"}, < "gravityMultiplier": {"value": 1.5}, < "speed": {"key": "leapSpeed"}, < "toPosition": {"key": "targetPosition"}, < "useHighArc": {"value": false} < }, < "output": { < "aimVector": "jumpVector" < } < }, < { < "title": "projectileAimVector", < "type": "action", < "name": "projectileAimVector", < "parameters": { < "collisionCheck": {"value": false}, < "fromPosition": {"key": "self"}, < "gravityMultiplier": {"value": 1.5}, < "speed": {"key": "leapSpeed"}, < "toPosition": {"key": "targetPosition"}, < "useHighArc": {"value": true} < }, < "output": { < "aimVector": "jumpVector" < } < } < ] < }, < { < "title": "parallel", < "type": "composite", < "name": "parallel", --- > "title": "timer", > "type": "action", > "name": "timer", 233,267c239,240 < "fail": {"value": -1}, < "success": {"value": -1} < }, < "children": [ < { < "title": "succeeder", < "type": "decorator", < "name": "succeeder", < "parameters": {}, < "child": { < "title": "projectileAimVector", < "type": "action", < "name": "projectileAimVector", < "parameters": { < "collisionCheck": {"value": true}, < "fromPosition": {"key": "self"}, < "gravityMultiplier": {"value": 1.5}, < "speed": {"key": "leapSpeed"}, < "toPosition": {"key": "meleePosition"}, < "useHighArc": {"value": false} < }, < "output": { < "aimVector": "jumpVector" < } < } < }, < { < "title": "timer", < "type": "action", < "name": "timer", < "parameters": { < "time": {"value": ""} < } < } < ] --- > "time": {"value": ""} > } 336c309 < } --- > } \ No newline at end of file codex\missions\cultist mission\cultistmission2.codex 16c16 < The Research team have many questions about how these bygone cultures were able to craft technology out of stone that is inexplicably able to open dimensional gates, a technology no current galactic civilisation has quite achieved.", --- > The Research team have many questions about how these bygone cultures were able to craft technology that is inexplicably able to open dimensional gates, a feat no current known civilisation has quite achieved.", 20c20 < The Research Team are unfortunately unable to make any further progress with determining the technological nature of the ancient doorways. One inquisitive researcher has theorised that the ancients themselves were not organic beings, judging by trace metallic samples left on the doorway's carvings. --- > The Research Team are unfortunately unable to make any further progress with determining the technological nature of the ancient doorways. 22c22,26 < The automaton, however, has yielded more promising results. The liquid core within it is a volatile and potent source energy, and the automaton's remaining hand has been proven to have ballistic qualities. The liquid core can be used as a power source and also be emitted in a searing energy form - a discovery made at the inconvenient expense one of our engineers.", --- > One inquisitive researcher has theorised that the ancients themselves were not organic beings, judging by trace metallic samples left on the doorway's carvings.", > > "The automaton, however, has yielded more promising results. The liquid core within it is a volatile and potent source energy, and the automaton's remaining hand has been proven to have ballistic qualities. > > The liquid core can be used as a power source and also be emitted in a searing energy form - a discovery made at the inconvenient expense one of our engineers.", dungeons\microdungeons\bounty\safehouse.dungeon 7c7 < "anchor" : [ "safehouse_1", "safehouse_2", "safehouse_3", "safehouse_4", "safehouse_5", "safehouse_6", "safehouse_7", "safehouse_8", "safehouse_9", "safehouse_10", "safehouse_11", "safehouse_12", "safehouse_13", "safehouse_14", "safehouse_15", "safehouse_16", "safehouse_17", "safehouse_18", "safehouse_19", "safehouse_20" ], --- > "anchor" : [ "safehouse_1", "safehouse_2", "safehouse_3", "safehouse_4", "safehouse_5", "safehouse_6", "safehouse_7", "safehouse_8", "safehouse_9", "safehouse_10", "safehouse_11", "safehouse_12", "safehouse_13", "safehouse_14", "safehouse_15", "safehouse_16", "safehouse_17", "safehouse_18", "safehouse_19", "safehouse_20", "safehouse_21" ], 153a154,160 > }, > { > "name" : "safehouse_21", > "rules" : [ > [ "maxSpawnCount", [1] ] > ], > "def" : [ "tmx", "safehouse_21.json" ] dungeons\microdungeons\bounty\undergroundsafehouse_5.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\electric\bossroom_left.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\electric\bossroom_right.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\fire\bossroom_left.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\fire\bossroom_right.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\ice\bossroom_left.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\ice\bossroom_right.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\poison\bossroom_left.json [TMX file differences are left out for huge size.] dungeons\other\ancientvault\poison\bossroom_right.json [TMX file differences are left out for huge size.] items\throwables\stungrenade.thrownitem 19c19 < "power" : 20, --- > "power" : 0, objects\crafting\upgradeablecraftingobjects\craftingfurnace\craftingfurnace.object 31c31 < "glitchDescription" : "Impressed. This furnace is the perfect temperature for smelting basic ores", --- > "glitchDescription" : "Impressed. This furnace is the perfect temperature for smelting basic ores.", objects\farmables\cocoa\wildcocoaseed.object 15,17c15,17 < "apexDescription" : "cocoa is sought after for its pep-giving properties", < "avianDescription" : "cocoa beans look a tempting treat, but are extremely bitter.", < "floranDescription" : "cocoa keepsss Floran awake.", --- > "apexDescription" : "Cocoa is sought after for its pep-giving properties", > "avianDescription" : "Cocoa beans look a tempting treat, but are extremely bitter.", > "floranDescription" : "Cocoa keepsss Floran awake.", 19c19 < "humanDescription" : "cocoa, the perkiest plant known to man.", --- > "humanDescription" : "Cocoa, the perkiest plant known to man.", 21c21 < "novakidDescription" : "cocoa smells good, but I've never noticed any beneficial side-effects to drinkin' the stuff.", --- > "novakidDescription" : "Cocoa smells good, but I've never noticed any beneficial side-effects to drinkin' the stuff.", objects\generic\metalbarrel2\metalbarrel2.object 5c5 < "category" : "breakable", --- > "category" : "decorative", objects\generic\metalbarrel2b\metalbarrel2b.object 5c5 < "category" : "breakable", --- > "category" : "decorative", objects\generic\randomfountain\randomfountain.object 3,4c3,4 < "colonyTags" : ["misc"], < "rarity" : "Common", --- > "colonyTags" : ["pretty"], > "rarity" : "Uncommon", 6d5 < "printable" : false, 8,9c7,8 < "category" : "other", < "price" : 500, --- > "category" : "decorative", > "price" : 100, 32,34d30 < "scripts" : [ "/scripts/statusProjectileObject.lua" ], < "scriptDelta" : 10, < 41,44c37,38 < "inputNodes" : [ ], < "outputNodes" : [ ], < < "smashOnBreak" : true, --- > "soundEffect" : "/sfx/objects/fountain1.ogg", > "soundEffectRangeMultiplier" : 0.5 46,88d39 < "projectileOptions" : [ < { < "projectileType" : "healingstatusprojectile", < "projectileParams" : { } < }, < { < "projectileType" : "fasthealingstatusprojectile", < "projectileParams" : { } < }, < { < "projectileType" : "burningstatusprojectile", < "projectileParams" : { } < }, < { < "projectileType" : "poisonstatusprojectile", < "projectileParams" : { } < }, < { < "projectileType" : "runstatusprojectile", < "projectileParams" : { } < }, < { < "projectileType" : "glowstatusprojectile", < "projectileParams" : { } < }, < { < "projectileType" : "levitationstatusprojectile", < "projectileParams" : { } < }, < { < "projectileType" : "ragestatusprojectile", < "projectileParams" : { } < }, < { < "projectileType" : "lowgravstatusprojectile", < "projectileParams" : { } < }, < { < "projectileType" : "bouncystatusprojectile", < "projectileParams" : { } < } < ], < "activationTime" : 600 objects\human\prisoncorner\prisoncorner.object 51c51 < "anchors" : [ "right", "top" ] --- > "anchors" : [ "right", "bottom" ] species\floran.species 89c89,91 < { "item" : "floranpeltlegs" } --- > { "item" : "floranpeltlegs" }, > { "item" : "floransurvivalistchest" }, > { "item" : "floransurvivalistlegs" } tilesets\packed\objects-by-category\decorative.json 7c7 < "tilecount" : 1437, --- > "tilecount" : 1441, 4142c4142 < "//description" : "A teleportation platform that summmons a player's mech.", --- > "//description" : "A teleportation platform that summons a player's mech.", 4218a4219,4245 > "1437" : { > "//description" : "A heroic red banner from some faraway nation.", > "//name" : "wargroovebanner1", > "//shortdescription" : "Cherrystone Banner", > "imagePositionX" : "-8", > "imagePositionY" : "0", > "object" : "wargroovebanner1", > "tilesetDirection" : "right" > }, > "1438" : { > "//description" : "A torn blue banner from some faraway nation.", > "//name" : "wargroovebanner2", > "//shortdescription" : "Felheim Banner", > "imagePositionX" : "-8", > "imagePositionY" : "0", > "object" : "wargroovebanner2", > "tilesetDirection" : "right" > }, > "1439" : { > "//description" : "An elegant yellow banner from some faraway nation.", > "//name" : "wargroovebanner3", > "//shortdescription" : "Heavensong Banner", > "imagePositionX" : "-8", > "imagePositionY" : "0", > "object" : "wargroovebanner3", > "tilesetDirection" : "right" > }, 4226a4254,4262 > "1440" : { > "//description" : "A tribal green banner from some faraway Floran nation.", > "//name" : "wargroovebanner4", > "//shortdescription" : "Floran Banner", > "imagePositionX" : "-8", > "imagePositionY" : "0", > "object" : "wargroovebanner4", > "tilesetDirection" : "right" > }, 13491a13528,13536 > "1437" : { > "image" : "../../../../../tiled/packed/objects/wargroovebanner1.png" > }, > "1438" : { > "image" : "../../../../../tiled/packed/objects/wargroovebanner2.png" > }, > "1439" : { > "image" : "../../../../../tiled/packed/objects/wargroovebanner3.png" > }, 13493a13539,13541 > }, > "1440" : { > "image" : "../../../../../tiled/packed/objects/wargroovebanner4.png" tilesets\packed\objects-by-category\door.json 341c341 < "tilesetDirection" : "right" --- > "tilesetDirection" : "left" tilesets\packed\objects-by-category\furniture.json 2411c2411 < "//description" : "-todo-", --- > "//description" : "A heavy metal chair with ergonomic cushioning.", 2420c2420 < "//description" : "-todo-", --- > "//description" : "A very heavy, sturdy table made from metal.", tilesets\packed\objects-by-category\other.json 1787c1787 < "//description" : "-todo-", --- > "//description" : "A store with an assortment of Neon Peacekeeper furniture.", tilesets\packed\objects-by-colonytag\combat.json 7c7 < "tilecount" : 33, --- > "tilecount" : 37, 247a248,283 > "33" : { > "//description" : "A heroic red banner from some faraway nation.", > "//name" : "wargroovebanner1", > "//shortdescription" : "Cherrystone Banner", > "imagePositionX" : "-8", > "imagePositionY" : "0", > "object" : "wargroovebanner1", > "tilesetDirection" : "right" > }, > "34" : { > "//description" : "A torn blue banner from some faraway nation.", > "//name" : "wargroovebanner2", > "//shortdescription" : "Felheim Banner", > "imagePositionX" : "-8", > "imagePositionY" : "0", > "object" : "wargroovebanner2", > "tilesetDirection" : "right" > }, > "35" : { > "//description" : "An elegant yellow banner from some faraway nation.", > "//name" : "wargroovebanner3", > "//shortdescription" : "Heavensong Banner", > "imagePositionX" : "-8", > "imagePositionY" : "0", > "object" : "wargroovebanner3", > "tilesetDirection" : "right" > }, > "36" : { > "//description" : "A tribal green banner from some faraway Floran nation.", > "//name" : "wargroovebanner4", > "//shortdescription" : "Floran Banner", > "imagePositionX" : "-8", > "imagePositionY" : "0", > "object" : "wargroovebanner4", > "tilesetDirection" : "right" > }, 382a419,430 > }, > "33" : { > "image" : "../../../../../tiled/packed/objects/wargroovebanner1.png" > }, > "34" : { > "image" : "../../../../../tiled/packed/objects/wargroovebanner2.png" > }, > "35" : { > "image" : "../../../../../tiled/packed/objects/wargroovebanner3.png" > }, > "36" : { > "image" : "../../../../../tiled/packed/objects/wargroovebanner4.png" tilesets\packed\objects-by-colonytag\commerce.json 478c478 < "//description" : "-todo-", --- > "//description" : "A very heavy, sturdy table made from metal.", 538c538 < "//description" : "-todo-", --- > "//description" : "A store with an assortment of Neon Peacekeeper furniture.", tilesets\packed\objects-by-colonytag\cultist.json 89c89 < "tilesetDirection" : "right" --- > "tilesetDirection" : "left" tilesets\packed\objects-by-colonytag\door.json 250c250 < "tilesetDirection" : "right" --- > "tilesetDirection" : "left" tilesets\packed\objects-by-colonytag\floran.json 7c7 < "tilecount" : 181, --- > "tilecount" : 182, 803a804,812 > "181" : { > "//description" : "A tribal green banner from some faraway Floran nation.", > "//name" : "wargroovebanner4", > "//shortdescription" : "Floran Banner", > "imagePositionX" : "-8", > "imagePositionY" : "0", > "object" : "wargroovebanner4", > "tilesetDirection" : "right" > }, 1858a1868,1870 > }, > "181" : { > "image" : "../../../../../tiled/packed/objects/wargroovebanner4.png" tilesets\packed\objects-by-colonytag\misc.json 583c583 < "//description" : "-todo-", --- > "//description" : "A heavy metal chair with ergonomic cushioning.", 618c618 < "//description" : "A teleportation platform that summmons a player's mech.", --- > "//description" : "A teleportation platform that summons a player's mech.", tilesets\packed\objects-by-colonytag\peacekeeper.json 99c99 < "//description" : "-todo-", --- > "//description" : "A store with an assortment of Neon Peacekeeper furniture.", 190c190 < "//description" : "-todo-", --- > "//description" : "A heavy metal chair with ergonomic cushioning.", 199c199 < "//description" : "-todo-", --- > "//description" : "A very heavy, sturdy table made from metal.", tilesets\packed\objects-by-race\generic.json 7c7 < "tilecount" : 1980, --- > "tilecount" : 1984, 8811c8811 < "//description" : "-todo-", --- > "//description" : "A heavy metal chair with ergonomic cushioning.", 8820c8820 < "//description" : "-todo-", --- > "//description" : "A very heavy, sturdy table made from metal.", 8994c8994 < "//description" : "A teleportation platform that summmons a player's mech.", --- > "//description" : "A teleportation platform that summons a player's mech.", 9046c9046 < "//description" : "-todo-", --- > "//description" : "A store with an assortment of Neon Peacekeeper furniture.", 9235a9236,9271 > "1980" : { > "//description" : "A heroic red banner from some faraway nation.", > "//name" : "wargroovebanner1", > "//shortdescription" : "Cherrystone Banner", > "imagePositionX" : "-8", > "imagePositionY" : "0", > "object" : "wargroovebanner1", > "tilesetDirection" : "right" > }, > "1981" : { > "//description" : "A torn blue banner from some faraway nation.", > "//name" : "wargroovebanner2", > "//shortdescription" : "Felheim Banner", > "imagePositionX" : "-8", > "imagePositionY" : "0", > "object" : "wargroovebanner2", > "tilesetDirection" : "right" > }, > "1982" : { > "//description" : "An elegant yellow banner from some faraway nation.", > "//name" : "wargroovebanner3", > "//shortdescription" : "Heavensong Banner", > "imagePositionX" : "-8", > "imagePositionY" : "0", > "object" : "wargroovebanner3", > "tilesetDirection" : "right" > }, > "1983" : { > "//description" : "A tribal green banner from some faraway Floran nation.", > "//name" : "wargroovebanner4", > "//shortdescription" : "Floran Banner", > "imagePositionX" : "-8", > "imagePositionY" : "0", > "object" : "wargroovebanner4", > "tilesetDirection" : "right" > }, 19968a20005,20016 > }, > "1980" : { > "image" : "../../../../../tiled/packed/objects/wargroovebanner1.png" > }, > "1981" : { > "image" : "../../../../../tiled/packed/objects/wargroovebanner2.png" > }, > "1982" : { > "image" : "../../../../../tiled/packed/objects/wargroovebanner3.png" > }, > "1983" : { > "image" : "../../../../../tiled/packed/objects/wargroovebanner4.png" tilesets\packed\objects-by-race\human.json 1800c1800 < "tilesetDirection" : "right" --- > "tilesetDirection" : "left" tilesets\packed\objects-by-type\loungeable.json 1750c1750 < "//description" : "-todo-", --- > "//description" : "A heavy metal chair with ergonomic cushioning.", tilesets\packed\objects-by-type\physics.json 7c7 < "tilecount" : 16, --- > "tilecount" : 17, 80a81,89 > "16" : { > "//description" : "A crudely-made airlock door.", > "//name" : "cultistairlockbossdoor", > "//shortdescription" : "Cultist Airlock Door", > "imagePositionX" : "-8", > "imagePositionY" : "0", > "object" : "cultistairlockbossdoor", > "tilesetDirection" : "left" > }, 177a187,189 > }, > "16" : { > "image" : "../../../../../tiled/packed/objects/cultistairlockbossdoor.png"