FILES ----- [NEW] damage\fishing.damage interface\windowconfig\newquest.config [NEW] items\fishing\fishingrod.png [NEW] items\fishing\fishingrod.sword monsters\skills\unique\poopbreathattack.monsterskill monsters\swimming\smallfish\fish.monstertype monsters\swimming\smallfish\smallfish.lua objects\mission\escaperadar\escaperadar.object objects\mission\lunarquestturnin\drillconsole.object [NEW] particles\techactivateblue.particle [NEW] particles\techactivatewhite.particle projectiles\physics.config [NEW] projectiles\fishing\fishinglure.frames [NEW] projectiles\fishing\fishinglure.png [NEW] projectiles\fishing\fishinglure.projectile quests\ftlrepair.questtemplate tech\boat\boat.animation tech\boat\boat.lua tech\mech\humanmech\humanmech.animation [NEW] treasure\fishing.treasurepools DIFFS ----- interface\windowconfig\newquest.config 56c56 < "position" : [130, 49], --- > "position" : [155, 49], monsters\skills\unique\poopbreathattack.monsterskill 19a20,25 > }, > > "animationParameters" : { > "sounds" : { > "rangedAttack" : [ ] > } monsters\swimming\smallfish\fish.monstertype 124c124,125 < "bow" : "smallfishtreasure" --- > "bow" : "smallfishtreasure", > "fishing" : "smallfishingtreasure" monsters\swimming\smallfish\smallfish.lua 28a29,32 > > if args.sourceKind == "fishing" then > status.setResourcePercentage("health", 0) > end objects\mission\escaperadar\escaperadar.object 46c46 < "turninQuests" : [ --- > "turnInQuests" : [ objects\mission\lunarquestturnin\drillconsole.object 51c51 < "turninQuests" : [ --- > "turnInQuests" : [ projectiles\physics.config 97a98,111 > "fishinglure" : { > "mass" : 1.0, > "gravityMultiplier" : 0.6, > "bounceFactor" : 1, > "maxMovementPerStep" : 0.4, > > "collisionPoly" : [ [-0.5, -0.5], [0.5, -0.5], [0.5, 0.5], [-0.5, 0.5] ], > "ignorePlatformCollision" : true, > > "airFriction" : 0.0, > "liquidFriction" : 15.0, > "groundFriction" : 15.0 > }, > quests\ftlrepair.questtemplate 6,8c6,7 < "conditions" : [ < { "kind" : "gather", "item" : [ "supermatter", 1] } < ], --- > "conditions" : [ ], > "requireTurnIn" : true, 11c10 < [ [ "supermatter", 20 ] ] --- > [ [ "supermatter", 20 ] ] tech\boat\boat.animation 100a101,140 > }, > "activate" : { > "enabled" : false, > "emissionRate" : 1.0, > "offsetRegion" : [-4, -4, 4, 4], > "particles" : [ > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" } > ] tech\boat\boat.lua 2a3 > self.wasActive = false 116a118 > self.wasActive = self.active 125a128 > tech.burstParticleEmitter("activate") tech\mech\humanmech\humanmech.animation 391c391,428 < "particles" : [ ] --- > "enabled" : false, > "emissionRate" : 1.0, > "offsetRegion" : [-3.5, -3.5, 3.5, 3.5], > "particles" : [ > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivateblue" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" }, > { "particle" : "techactivatewhite" } > ]