FILES ----- player.config spawner.config weather.config [NEW] behaviors\npc\combat.behavior [NEW] behaviors\npc\guard.behavior [NEW] behaviors\npc\tracking.behavior behaviors\npc\wander.behavior biomes\surface\alien.biome biomes\surface\arctic.biome biomes\surface\desert.biome biomes\surface\forest.biome biomes\surface\garden.biome biomes\surface\jungle.biome biomes\surface\ocean.biome biomes\surface\savannah.biome biomes\surface\snow.biome biomes\surface\toxic.biome biomes\surface\tundra.biome dungeons\other\outpost\outpost.dungeon dungeons\other\outpost\outpoststatic-objects.png dungeons\other\outpost\outpoststatic.png interface\windowconfig\craftingfurniturestore.config items\armors\backerhats\coolshades\headicon.png items\armors\backerhats\demonhorns\demonhorns.head items\armors\backerhats\dreadfulskull\dreadfulskull.head items\armors\backerhats\hothat\hothat.head [NEW] items\armors\backerhats\thehrodgard\head.png [NEW] items\armors\backerhats\thehrodgard\headicon.png [NEW] items\armors\backerhats\thehrodgard\mask.png [NEW] items\armors\backerhats\thehrodgard\thehrodgard.head items\armors\decorative\hats\eyepatch\eyepatch.head items\armors\decorative\hats\eyepatch\head.png items\armors\decorative\hats\eyepatch\icons.png [NEW] items\swords\other\woodenwateringcan.png [NEW] items\swords\other\woodenwateringcan.sword [NEW] items\swords\other\woodenwateringcanicon.png [NEW] items\throwables\flowerygrassseeds.png [NEW] items\throwables\flowerygrassseeds.thrownitem [NEW] items\throwables\flowerygrassseedsicon.png items\throwables\grassseeds.png items\throwables\grassseeds.thrownitem items\throwables\grassseedsicon.png [NEW] monsters\critter\armadillo\armadillo.animation [NEW] monsters\critter\armadillo\armadillo.monstertype [NEW] monsters\critter\armadillo\body.frames [NEW] monsters\critter\armadillo\body.monsterpart [NEW] monsters\critter\armadillo\body.png monsters\critter\birdcritter\birdcritter.animation monsters\critter\birdcritter\birdcritter.monstertype monsters\critter\birdcritter\body.png [NEW] monsters\critter\bouncebagcritter\body.frames [NEW] monsters\critter\bouncebagcritter\body.monsterpart [NEW] monsters\critter\bouncebagcritter\body.png [NEW] monsters\critter\bouncebagcritter\bouncebag.animation [NEW] monsters\critter\bouncebagcritter\bouncebag.monstertype monsters\critter\frog\body.frames monsters\critter\frog\body.png [NEW] monsters\critter\hedgehogcritter\body.frames [NEW] monsters\critter\hedgehogcritter\body.monsterpart [NEW] monsters\critter\hedgehogcritter\body.png [NEW] monsters\critter\hedgehogcritter\hedgehogcritter.animation [NEW] monsters\critter\hedgehogcritter\hedgehogcritter.monstertype [NEW] monsters\critter\mousecritter\body.frames [NEW] monsters\critter\mousecritter\body.monsterpart [NEW] monsters\critter\mousecritter\body.png [NEW] monsters\critter\mousecritter\mousecritter.animation [NEW] monsters\critter\mousecritter\mousecritter.monstertype [NEW] monsters\critter\sackbagcritter\body.frames [NEW] monsters\critter\sackbagcritter\body.monsterpart [NEW] monsters\critter\sackbagcritter\body.png [NEW] monsters\critter\sackbagcritter\sackbag.animation [NEW] monsters\critter\sackbagcritter\sackbag.monstertype monsters\critter\snail\body.png monsters\critter\snail\snail.monstertype [NEW] monsters\critter\squirrelcritter\body.frames [NEW] monsters\critter\squirrelcritter\body.monsterpart [NEW] monsters\critter\squirrelcritter\body.png [NEW] monsters\critter\squirrelcritter\squirrelcritter.animation [NEW] monsters\critter\squirrelcritter\squirrelcritter.monstertype [NEW] monsters\critter\tortoise\body.frames [NEW] monsters\critter\tortoise\body.monsterpart [NEW] monsters\critter\tortoise\body.png [NEW] monsters\critter\tortoise\tortoise.animation [NEW] monsters\critter\tortoise\tortoise.monstertype monsters\unique\bunny\bunny.monstertype npcs\bmain.lua npcs\merchant.npctype objects\generic\carbed\carbed.object objects\outpost\frogfurnishing\frogfurnishing.object objects\outpost\terramart\terramart.object [NEW] objects\themed\island\islandchair\islandchair.frames [NEW] objects\themed\island\islandchair\islandchair.object [NEW] objects\themed\island\islandchair\islandchair.png [NEW] objects\themed\island\islandchair\islandchairicon.png [NEW] projectiles\throwable\flowerygrassseeds\flowerygrassseeds.frames [NEW] projectiles\throwable\flowerygrassseeds\flowerygrassseeds.png [NEW] projectiles\throwable\flowerygrassseeds\flowerygrassseeds.projectile [NEW] projectiles\throwable\flowerygrassseeds\flowerygrassseedspray.projectile [NEW] projectiles\throwable\flowerygrassseeds\flowerygrassseedsseed.frames [NEW] projectiles\throwable\flowerygrassseeds\flowerygrassseedsseed.png [NEW] recipes\craftingtable\woodenwateringcan.recipe scripts\behavior.lua scripts\actions\movement.lua stagehands\coordinator.lua [NEW] tiles\mods\flowerygrass.matmod [NEW] tiles\mods\flowerygrass.png weather\snow\snow.weather DIFFS ----- player.config 19a20 > { "item" : "woodenwateringcan" }, spawner.config 781c781 < "region" : "all", --- > "region" : "enclosed", 795c795 < "region" : "all", --- > "region" : "enclosed", 799c799 < "targetDensity" : 0.02, --- > "targetDensity" : 0.01, 804a805,930 > > "tortoise" : { > "spawnParameters" : { > "area" : "surface", > "region" : "all", > "time" : "all" > }, > > "targetDensity" : 0.01, > "monsterType" : "tortoise", > "monsterParameters" : { > "aggressive" : false > } > }, > > "mousecritter" : { > "spawnParameters" : { > "area" : "surface", > "region" : "enclosed", > "time" : "all" > }, > > "targetDensity" : 0.05, > "monsterType" : "mousecritter", > "monsterParameters" : { > "aggressive" : false > } > }, > > "bunny" : { > "spawnParameters" : { > "area" : "surface", > "region" : "all", > "time" : "all" > }, > > "targetDensity" : 0.01, > "monsterType" : "bunny", > "monsterParameters" : { > "aggressive" : false > } > }, > > "bunnycommon" : { > "spawnParameters" : { > "area" : "surface", > "region" : "all", > "time" : "day" > }, > > "targetDensity" : 0.015, > "monsterType" : "bunny", > "monsterParameters" : { > "aggressive" : false > } > }, > > "armadillo" : { > "spawnParameters" : { > "area" : "surface", > "region" : "all", > "time" : "all" > }, > > "targetDensity" : 0.01, > "monsterType" : "armadillo", > "monsterParameters" : { > "aggressive" : false > } > }, > > "squirrelcritter" : { > "spawnParameters" : { > "area" : "surface", > "region" : "all", > "time" : "all" > }, > > "targetDensity" : 0.015, > "monsterType" : "squirrelcritter", > "monsterParameters" : { > "aggressive" : false > } > }, > > "hedgehogcritter" : { > "spawnParameters" : { > "area" : "surface", > "region" : "all", > "time" : "night" > }, > > "targetDensity" : 0.05, > "monsterType" : "hedgehogcritter", > "monsterParameters" : { > "aggressive" : false > } > }, > > "bouncebagcritter" : { > "spawnParameters" : { > "area" : "surface", > "region" : "all", > "time" : "day" > }, > > "targetDensity" : 0.015, > "monsterType" : "bouncebagcritter", > "monsterParameters" : { > "aggressive" : false > } > }, > > "sackbagcritter" : { > "spawnParameters" : { > "area" : "surface", > "region" : "all", > "time" : "day" > }, > > "targetDensity" : 0.015, > "monsterType" : "sackbagcritter", > "monsterParameters" : { > "aggressive" : false > } > }, weather.config 57,58c57,59 < [0.15, "rain"], < [0.15, "drizzle"] --- > [0.14, "rain"], > [0.14, "drizzle"], > [0.04, "snow" ] behaviors\npc\wander.behavior 207a208,215 > "title": "faceDirection", > "type": "action", > "name": "faceDirection", > "parameters": { > "direction": "direction" > } > }, > { 222a231 > "title": "", 225a235 > "direction": "direction", 303a314 > "title": "", 306c317,319 < "parameters": {} --- > "parameters": { > "direction": "direction" > } biomes\surface\alien.biome 10c10 < "extraSpawns" : [ "greentip", "blueback" ], --- > "extraSpawns" : [ "greentip", "blueback", "sackbagcritter", "bouncebagcritter" ], 17c17 < "extraSpawns" : [ "blueback", "redwing" ], --- > "extraSpawns" : [ "blueback", "redwing", "sackbagcritter", "sackbagcritter" ], biomes\surface\arctic.biome 33,74d32 < { < // light lavenderish + red night < "mainColor" : [255, 255, 255], < < "morningColors" : [ [255, 151, 153], [255, 196, 197] ], < "dayColors" : [ [233, 179, 255], [245, 221, 225] ], < "eveningColors" : [ [195, 151, 255], [233, 217, 255] ], < "nightColors" : [ [50, 0, 0, 80], [50, 0, 0, 160] ], < < "morningLightColor" : [176, 81, 83], < "dayLightColor" : [182, 137, 200], < "eveningLightColor" : [150, 115, 199], < "nightLightColor" : [56, 17, 17] < }, < { < // light reddish + overcast night < "mainColor" : [255, 255, 255], < < "morningColors" : [ [255, 224, 129], [252, 230, 164] ], < "dayColors" : [ [255, 152, 107], [255, 183, 152] ], < "eveningColors" : [ [254, 121, 69], [254, 165, 129] ], < "nightColors" : [ [40, 17, 17, 80], [40, 17, 17, 160] ], < < "morningLightColor" : [202, 177, 100], < "dayLightColor" : [202, 138, 100], < "eveningLightColor" : [202, 100, 100], < "nightLightColor" : [40, 17, 17] < }, < { < // light greenish with warm sunrise and cool sunset < "mainColor" : [255, 255, 255], < < "morningColors" : [ [203, 167, 56], [203, 108, 56] ], < "dayColors" : [ [179, 255, 188], [215, 255, 220] ], < "eveningColors" : [ [59, 129, 201], [14, 97, 181] ], < "nightColors" : [ [17, 19, 56, 80], [17, 19, 56, 160] ], < < "morningLightColor" : [158, 121, 42], < "dayLightColor" : [151, 207, 191], < "eveningLightColor" : [71, 159, 172], < "nightLightColor" : [17, 19, 56] < }, 102,171d59 < }, < { < // light aqua with yellow sunrise < "mainColor" : [255, 255, 255], < < "morningColors" : [ [227, 209, 123], [244, 196, 66] ], < "dayColors" : [ [197, 236, 246], [133, 185, 235] ], < "eveningColors" : [ [246, 220, 186], [246, 177, 88] ], < "nightColors" : [ [26, 26, 31, 60], [26, 26, 31, 180] ], < < "morningLightColor" : [192, 174, 126], < "dayLightColor" : [190, 202, 204], < "eveningLightColor" : [192, 125, 80], < "nightLightColor" : [26, 26, 31] < }, < { < // light aqua with pinkish sunrise/sunset < "mainColor" : [255, 255, 255], < < "morningColors" : [ [219, 119, 184], [246, 153, 177] ], < "dayColors" : [ [197, 236, 246], [133, 185, 235] ], < "eveningColors" : [ [189, 143, 172], [255, 194, 192] ], < "nightColors" : [ [29, 26, 31, 60], [29, 26, 31, 180] ], < < "morningLightColor" : [200, 158, 169], < "dayLightColor" : [190, 202, 204], < "eveningLightColor" : [163, 134, 134], < "nightLightColor" : [29, 26, 31] < }, < { < // pinkish all around < "mainColor" : [255, 255, 255], < < "morningColors" : [ [255, 167, 152], [255, 163, 208] ], < "dayColors" : [ [228, 152, 169], [243, 205, 193] ], < "eveningColors" : [ [221, 186, 235], [247, 73, 121] ], < "nightColors" : [ [28, 14, 14, 60], [28, 14, 14, 180] ], < < "morningLightColor" : [195, 156, 149], < "dayLightColor" : [197, 184, 182], < "eveningLightColor" : [197, 98, 126], < "nightLightColor" : [28, 14, 14] < }, < { < // light greenish all around < "mainColor" : [255, 255, 255], < < "morningColors" : [ [167, 255, 152], [163, 255, 208] ], < "dayColors" : [ [152, 228, 169], [205, 243, 193] ], < "eveningColors" : [ [186, 221, 235], [73, 247, 121] ], < "nightColors" : [ [24, 28, 24, 60], [24, 28, 24, 180] ], < < "morningLightColor" : [156, 195, 149], < "dayLightColor" : [184, 197, 182], < "eveningLightColor" : [126, 166, 138], < "nightLightColor" : [24, 28, 24] < }, < { < // cool mint < "mainColor" : [255, 255, 255], < < "morningColors" : [ [129, 230, 204], [164, 230, 210] ], < "dayColors" : [ [107, 230, 132], [152, 230, 163] ], < "eveningColors" : [ [69, 230, 101], [129, 230, 145] ], < "nightColors" : [ [17, 17, 40, 60], [17, 17, 40, 180] ], < < "morningLightColor" : [100, 240, 202], < "dayLightColor" : [100, 240, 202], < "eveningLightColor" : [100, 240, 202], < "nightLightColor" : [17, 17, 40] 172a61 > biomes\surface\desert.biome 8c8 < "extraSpawns" : [ "sunskipper", "goldbuck" ], --- > "extraSpawns" : [ "sunskipper", "goldbuck", "armadillo", "mousecritter" ], 15c15 < "extraSpawns" : [ "sunskipper", "sandclown" ], --- > "extraSpawns" : [ "sunskipper", "sandclown", "armadillo", "mousecritter" ], 60,73d59 < // light greenish with warm sunrise and cool sunset < "mainColor" : [255, 255, 255], < < "morningColors" : [ [203, 167, 56], [203, 108, 56] ], < "dayColors" : [ [179, 255, 188], [215, 255, 220] ], < "eveningColors" : [ [59, 129, 201], [14, 97, 181] ], < "nightColors" : [ [17, 19, 56, 80], [17, 19, 56, 160] ], < < "morningLightColor" : [158, 121, 42], < "dayLightColor" : [151, 207, 191], < "eveningLightColor" : [71, 159, 172], < "nightLightColor" : [17, 19, 56] < }, < { 142,155d127 < }, < { < // light greenish all around < "mainColor" : [255, 255, 255], < < "morningColors" : [ [167, 255, 152], [163, 255, 208] ], < "dayColors" : [ [152, 228, 169], [205, 243, 193] ], < "eveningColors" : [ [186, 221, 235], [73, 247, 121] ], < "nightColors" : [ [24, 28, 24, 60], [24, 28, 24, 180] ], < < "morningLightColor" : [156, 195, 149], < "dayLightColor" : [184, 197, 182], < "eveningLightColor" : [126, 166, 138], < "nightLightColor" : [24, 28, 24] biomes\surface\forest.biome 8c8 < "extraSpawns" : [ "greentip", "blueback" ], --- > "extraSpawns" : [ "greentip", "blueback", "birdcritter", "squirrelcritter", "snail", "mousecritter" ], 15c15 < "extraSpawns" : [ "blueback", "redwing" ], --- > "extraSpawns" : [ "blueback", "redwing", "birdcritter", "squirrelcritter", "snail", "mousecritter" ], 60,73d59 < // light greenish with warm sunrise and cool sunset < "mainColor" : [255, 255, 255], < < "morningColors" : [ [203, 167, 56], [203, 108, 56] ], < "dayColors" : [ [179, 255, 188], [215, 255, 220] ], < "eveningColors" : [ [59, 129, 201], [14, 97, 181] ], < "nightColors" : [ [17, 19, 56, 80], [17, 19, 56, 160] ], < < "morningLightColor" : [158, 121, 42], < "dayLightColor" : [151, 207, 191], < "eveningLightColor" : [71, 159, 172], < "nightLightColor" : [17, 19, 56] < }, < { 142,155d127 < }, < { < // light greenish all around < "mainColor" : [255, 255, 255], < < "morningColors" : [ [167, 255, 152], [163, 255, 208] ], < "dayColors" : [ [152, 228, 169], [205, 243, 193] ], < "eveningColors" : [ [186, 221, 235], [73, 247, 121] ], < "nightColors" : [ [24, 28, 24, 60], [24, 28, 24, 180] ], < < "morningLightColor" : [156, 195, 149], < "dayLightColor" : [184, 197, 182], < "eveningLightColor" : [126, 166, 138], < "nightLightColor" : [24, 28, 24] biomes\surface\garden.biome 8c8 < "extraSpawns" : [ "butterbee", "fawnfly", "birdcritter", "frog", "snail" ], --- > "extraSpawns" : [ "butterbee", "fawnfly", "birdcritter", "hedgehogcritter", "snail", "tortoise", "mousecritter", "bunny" ], 15c15 < "extraSpawns" : [ "butterbee", "mudstag", "birdcritter", "frog", "snail" ], --- > "extraSpawns" : [ "butterbee", "mudstag", "birdcritter", "hedgehogcritter", "snail", "tortoise", "mousecritter", "bunny" ], 58,71d57 < }, < { < // light greenish with warm sunrise and cool sunset < "mainColor" : [255, 255, 255], < < "morningColors" : [ [203, 167, 56], [203, 108, 56] ], < "dayColors" : [ [179, 255, 188], [215, 255, 220] ], < "eveningColors" : [ [59, 129, 201], [14, 97, 181] ], < "nightColors" : [ [17, 19, 56, 80], [17, 19, 56, 160] ], < < "morningLightColor" : [158, 121, 42], < "dayLightColor" : [151, 207, 191], < "eveningLightColor" : [71, 159, 172], < "nightLightColor" : [17, 19, 56] biomes\surface\jungle.biome 10c10 < "extraSpawns" : [ "brightstripe", "vineclimber" ], --- > "extraSpawns" : [ "brightstripe", "vineclimber", "frog", "birdcritter" ], 24c24 < "extraSpawns" : [ "brightstripe", "thornbee" ], --- > "extraSpawns" : [ "brightstripe", "thornbee", "frog", "birdcritter" ], 76,89d75 < // light greenish with warm sunrise and cool sunset < "mainColor" : [255, 255, 255], < < "morningColors" : [ [203, 167, 56], [203, 108, 56] ], < "dayColors" : [ [179, 255, 188], [215, 255, 220] ], < "eveningColors" : [ [59, 129, 201], [14, 97, 181] ], < "nightColors" : [ [17, 19, 56, 80], [17, 19, 56, 160] ], < < "morningLightColor" : [158, 121, 42], < "dayLightColor" : [151, 207, 191], < "eveningLightColor" : [71, 159, 172], < "nightLightColor" : [17, 19, 56] < }, < { 158,171d143 < }, < { < // light greenish all around < "mainColor" : [255, 255, 255], < < "morningColors" : [ [167, 255, 152], [163, 255, 208] ], < "dayColors" : [ [152, 228, 169], [205, 243, 193] ], < "eveningColors" : [ [186, 221, 235], [73, 247, 121] ], < "nightColors" : [ [24, 28, 24, 60], [24, 28, 24, 180] ], < < "morningLightColor" : [156, 195, 149], < "dayLightColor" : [184, 197, 182], < "eveningLightColor" : [126, 166, 138], < "nightLightColor" : [24, 28, 24] biomes\surface\ocean.biome 60,73d59 < // light greenish with warm sunrise and cool sunset < "mainColor" : [255, 255, 255], < < "morningColors" : [ [203, 167, 56], [203, 108, 56] ], < "dayColors" : [ [179, 255, 188], [215, 255, 220] ], < "eveningColors" : [ [59, 129, 201], [14, 97, 181] ], < "nightColors" : [ [17, 19, 56, 80], [17, 19, 56, 160] ], < < "morningLightColor" : [158, 121, 42], < "dayLightColor" : [151, 207, 191], < "eveningLightColor" : [71, 159, 172], < "nightLightColor" : [17, 19, 56] < }, < { 142,155d127 < }, < { < // light greenish all around < "mainColor" : [255, 255, 255], < < "morningColors" : [ [167, 255, 152], [163, 255, 208] ], < "dayColors" : [ [152, 228, 169], [205, 243, 193] ], < "eveningColors" : [ [186, 221, 235], [73, 247, 121] ], < "nightColors" : [ [24, 28, 24, 60], [24, 28, 24, 180] ], < < "morningLightColor" : [156, 195, 149], < "dayLightColor" : [184, 197, 182], < "eveningLightColor" : [126, 166, 138], < "nightLightColor" : [24, 28, 24] biomes\surface\savannah.biome 60,73d59 < // light greenish with warm sunrise and cool sunset < "mainColor" : [255, 255, 255], < < "morningColors" : [ [203, 167, 56], [203, 108, 56] ], < "dayColors" : [ [179, 255, 188], [215, 255, 220] ], < "eveningColors" : [ [59, 129, 201], [14, 97, 181] ], < "nightColors" : [ [17, 19, 56, 80], [17, 19, 56, 160] ], < < "morningLightColor" : [158, 121, 42], < "dayLightColor" : [151, 207, 191], < "eveningLightColor" : [71, 159, 172], < "nightLightColor" : [17, 19, 56] < }, < { 142,155d127 < }, < { < // light greenish all around < "mainColor" : [255, 255, 255], < < "morningColors" : [ [167, 255, 152], [163, 255, 208] ], < "dayColors" : [ [152, 228, 169], [205, 243, 193] ], < "eveningColors" : [ [186, 221, 235], [73, 247, 121] ], < "nightColors" : [ [24, 28, 24, 60], [24, 28, 24, 180] ], < < "morningLightColor" : [156, 195, 149], < "dayLightColor" : [184, 197, 182], < "eveningLightColor" : [126, 166, 138], < "nightLightColor" : [24, 28, 24] biomes\surface\snow.biome 8c8 < "extraSpawns" : [ "frostfly", "icetip" ], --- > "extraSpawns" : [ "frostfly", "icetip", "bunnycommon" ], 15c15 < "extraSpawns" : [ "frostfly", "frostfleck" ], --- > "extraSpawns" : [ "frostfly", "frostfleck", "bunnycommon" ], 32,73d31 < // light lavenderish + red night < "mainColor" : [255, 255, 255], < < "morningColors" : [ [255, 151, 153], [255, 196, 197] ], < "dayColors" : [ [233, 179, 255], [245, 221, 225] ], < "eveningColors" : [ [195, 151, 255], [233, 217, 255] ], < "nightColors" : [ [50, 0, 0, 80], [50, 0, 0, 160] ], < < "morningLightColor" : [176, 81, 83], < "dayLightColor" : [182, 137, 200], < "eveningLightColor" : [150, 115, 199], < "nightLightColor" : [56, 17, 17] < }, < { < // light reddish + overcast night < "mainColor" : [255, 255, 255], < < "morningColors" : [ [255, 224, 129], [252, 230, 164] ], < "dayColors" : [ [255, 152, 107], [255, 183, 152] ], < "eveningColors" : [ [254, 121, 69], [254, 165, 129] ], < "nightColors" : [ [40, 17, 17, 80], [40, 17, 17, 160] ], < < "morningLightColor" : [202, 177, 100], < "dayLightColor" : [202, 138, 100], < "eveningLightColor" : [202, 100, 100], < "nightLightColor" : [40, 17, 17] < }, < { < // light greenish with warm sunrise and cool sunset < "mainColor" : [255, 255, 255], < < "morningColors" : [ [203, 167, 56], [203, 108, 56] ], < "dayColors" : [ [179, 255, 188], [215, 255, 220] ], < "eveningColors" : [ [59, 129, 201], [14, 97, 181] ], < "nightColors" : [ [17, 19, 56, 80], [17, 19, 56, 160] ], < < "morningLightColor" : [158, 121, 42], < "dayLightColor" : [151, 207, 191], < "eveningLightColor" : [71, 159, 172], < "nightLightColor" : [17, 19, 56] < }, < { 100,169d57 < }, < { < // light aqua with yellow sunrise < "mainColor" : [255, 255, 255], < < "morningColors" : [ [227, 209, 123], [244, 196, 66] ], < "dayColors" : [ [197, 236, 246], [133, 185, 235] ], < "eveningColors" : [ [246, 220, 186], [246, 177, 88] ], < "nightColors" : [ [26, 26, 31, 60], [26, 26, 31, 180] ], < < "morningLightColor" : [192, 174, 126], < "dayLightColor" : [190, 202, 204], < "eveningLightColor" : [192, 125, 80], < "nightLightColor" : [26, 26, 31] < }, < { < // light aqua with pinkish sunrise/sunset < "mainColor" : [255, 255, 255], < < "morningColors" : [ [219, 119, 184], [246, 153, 177] ], < "dayColors" : [ [197, 236, 246], [133, 185, 235] ], < "eveningColors" : [ [189, 143, 172], [255, 194, 192] ], < "nightColors" : [ [29, 26, 31, 60], [29, 26, 31, 180] ], < < "morningLightColor" : [200, 158, 169], < "dayLightColor" : [190, 202, 204], < "eveningLightColor" : [163, 134, 134], < "nightLightColor" : [29, 26, 31] < }, < { < // pinkish all around < "mainColor" : [255, 255, 255], < < "morningColors" : [ [255, 167, 152], [255, 163, 208] ], < "dayColors" : [ [228, 152, 169], [243, 205, 193] ], < "eveningColors" : [ [221, 186, 235], [247, 73, 121] ], < "nightColors" : [ [28, 14, 14, 60], [28, 14, 14, 180] ], < < "morningLightColor" : [195, 156, 149], < "dayLightColor" : [197, 184, 182], < "eveningLightColor" : [197, 98, 126], < "nightLightColor" : [28, 14, 14] < }, < { < // light greenish all around < "mainColor" : [255, 255, 255], < < "morningColors" : [ [167, 255, 152], [163, 255, 208] ], < "dayColors" : [ [152, 228, 169], [205, 243, 193] ], < "eveningColors" : [ [186, 221, 235], [73, 247, 121] ], < "nightColors" : [ [24, 28, 24, 60], [24, 28, 24, 180] ], < < "morningLightColor" : [156, 195, 149], < "dayLightColor" : [184, 197, 182], < "eveningLightColor" : [126, 166, 138], < "nightLightColor" : [24, 28, 24] < }, < { < // cool mint < "mainColor" : [255, 255, 255], < < "morningColors" : [ [129, 230, 204], [164, 230, 210] ], < "dayColors" : [ [107, 230, 132], [152, 230, 163] ], < "eveningColors" : [ [69, 230, 101], [129, 230, 145] ], < "nightColors" : [ [17, 17, 40, 60], [17, 17, 40, 180] ], < < "morningLightColor" : [100, 240, 202], < "dayLightColor" : [100, 240, 202], < "eveningLightColor" : [100, 240, 202], < "nightLightColor" : [17, 17, 40] biomes\surface\toxic.biome 60,73d59 < // light greenish with warm sunrise and cool sunset < "mainColor" : [255, 255, 255], < < "morningColors" : [ [203, 167, 56], [203, 108, 56] ], < "dayColors" : [ [179, 255, 188], [215, 255, 220] ], < "eveningColors" : [ [59, 129, 201], [14, 97, 181] ], < "nightColors" : [ [17, 19, 56, 60], [17, 19, 56, 160] ], < < "morningLightColor" : [158, 121, 42], < "dayLightColor" : [151, 207, 191], < "eveningLightColor" : [71, 159, 172], < "nightLightColor" : [17, 19, 56] < }, < { biomes\surface\tundra.biome 10c10 < "extraSpawns" : [ "aurorabee", "driftbell" ], --- > "extraSpawns" : [ "aurorabee", "driftbell", "bunny" ], 17c17 < "extraSpawns" : [ "aurorabee", "shardwing" ], --- > "extraSpawns" : [ "aurorabee", "shardwing", "bunny" ], 34,75d33 < // light lavenderish + red night < "mainColor" : [255, 255, 255], < < "morningColors" : [ [255, 151, 153], [255, 196, 197] ], < "dayColors" : [ [233, 179, 255], [245, 221, 225] ], < "eveningColors" : [ [195, 151, 255], [233, 217, 255] ], < "nightColors" : [ [50, 0, 0, 80], [50, 0, 0, 160] ], < < "morningLightColor" : [176, 81, 83], < "dayLightColor" : [182, 137, 200], < "eveningLightColor" : [150, 115, 199], < "nightLightColor" : [56, 17, 17] < }, < { < // light reddish + overcast night < "mainColor" : [255, 255, 255], < < "morningColors" : [ [255, 224, 129], [252, 230, 164] ], < "dayColors" : [ [255, 152, 107], [255, 183, 152] ], < "eveningColors" : [ [254, 121, 69], [254, 165, 129] ], < "nightColors" : [ [40, 17, 17, 80], [40, 17, 17, 160] ], < < "morningLightColor" : [202, 177, 100], < "dayLightColor" : [202, 138, 100], < "eveningLightColor" : [202, 100, 100], < "nightLightColor" : [40, 17, 17] < }, < { < // light greenish with warm sunrise and cool sunset < "mainColor" : [255, 255, 255], < < "morningColors" : [ [203, 167, 56], [203, 108, 56] ], < "dayColors" : [ [179, 255, 188], [215, 255, 220] ], < "eveningColors" : [ [59, 129, 201], [14, 97, 181] ], < "nightColors" : [ [17, 19, 56, 80], [17, 19, 56, 160] ], < < "morningLightColor" : [158, 121, 42], < "dayLightColor" : [151, 207, 191], < "eveningLightColor" : [71, 159, 172], < "nightLightColor" : [17, 19, 56] < }, < { 102,171d59 < }, < { < // light aqua with yellow sunrise < "mainColor" : [255, 255, 255], < < "morningColors" : [ [227, 209, 123], [244, 196, 66] ], < "dayColors" : [ [197, 236, 246], [133, 185, 235] ], < "eveningColors" : [ [246, 220, 186], [246, 177, 88] ], < "nightColors" : [ [26, 26, 31, 60], [26, 26, 31, 180] ], < < "morningLightColor" : [192, 174, 126], < "dayLightColor" : [190, 202, 204], < "eveningLightColor" : [192, 125, 80], < "nightLightColor" : [26, 26, 31] < }, < { < // light aqua with pinkish sunrise/sunset < "mainColor" : [255, 255, 255], < < "morningColors" : [ [219, 119, 184], [246, 153, 177] ], < "dayColors" : [ [197, 236, 246], [133, 185, 235] ], < "eveningColors" : [ [189, 143, 172], [255, 194, 192] ], < "nightColors" : [ [29, 26, 31, 60], [29, 26, 31, 180] ], < < "morningLightColor" : [200, 158, 169], < "dayLightColor" : [190, 202, 204], < "eveningLightColor" : [163, 134, 134], < "nightLightColor" : [29, 26, 31] < }, < { < // pinkish all around < "mainColor" : [255, 255, 255], < < "morningColors" : [ [255, 167, 152], [255, 163, 208] ], < "dayColors" : [ [228, 152, 169], [243, 205, 193] ], < "eveningColors" : [ [221, 186, 235], [247, 73, 121] ], < "nightColors" : [ [28, 14, 14, 60], [28, 14, 14, 180] ], < < "morningLightColor" : [195, 156, 149], < "dayLightColor" : [197, 184, 182], < "eveningLightColor" : [197, 98, 126], < "nightLightColor" : [28, 14, 14] < }, < { < // light greenish all around < "mainColor" : [255, 255, 255], < < "morningColors" : [ [167, 255, 152], [163, 255, 208] ], < "dayColors" : [ [152, 228, 169], [205, 243, 193] ], < "eveningColors" : [ [186, 221, 235], [73, 247, 121] ], < "nightColors" : [ [24, 28, 24, 60], [24, 28, 24, 180] ], < < "morningLightColor" : [156, 195, 149], < "dayLightColor" : [184, 197, 182], < "eveningLightColor" : [126, 166, 138], < "nightLightColor" : [24, 28, 24] < }, < { < // cool mint < "mainColor" : [255, 255, 255], < < "morningColors" : [ [129, 230, 204], [164, 230, 210] ], < "dayColors" : [ [107, 230, 132], [152, 230, 163] ], < "eveningColors" : [ [69, 230, 101], [129, 230, 145] ], < "nightColors" : [ [17, 17, 40, 60], [17, 17, 40, 180] ], < < "morningLightColor" : [100, 240, 202], < "dayLightColor" : [100, 240, 202], < "eveningLightColor" : [100, 240, 202], < "nightLightColor" : [17, 17, 40] dungeons\other\outpost\outpost.dungeon 1387a1388,1393 > > { > "value" : [85, 85, 115, 255], > "comment" : "frogfurnishing facing left", > "brush" : [ [ "clear" ], [ "object", "frogfurnishing", { "direction" : "left" } ] ] > }, interface\windowconfig\craftingfurniturestore.config 1a2 > "requiresBlueprint" : false, items\armors\backerhats\demonhorns\demonhorns.head 8c8 < "description" : "A demon's wig!", --- > "description" : "A demon's wig! It has horns... spooky!", items\armors\backerhats\dreadfulskull\dreadfulskull.head 8c8 < "description" : "A dreadful skull you can put over your own skull! They had quite a big head.", --- > "description" : "A dreadful skull you can put over your own skull! It is quite a big head.", items\armors\backerhats\hothat\hothat.head 8c8 < "description" : "A top hat that is aflame!", --- > "description" : "A top hat that is aflame! It's quite fancy.", items\armors\decorative\hats\eyepatch\eyepatch.head 20,21c20,21 < /* DEFAULT */ < { "ffca8a" : "faac88", "e0975c" : "d15a46", "a85636" : "80231e", "6f2919" : "80231e" }, --- > /* BLUE */ > { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" }, items\throwables\grassseeds.thrownitem 2a3 > "price" : 10, monsters\critter\birdcritter\birdcritter.animation 10c10 < "cycle" : 15, --- > "cycle" : 12, 15c15 < "cycle" : 0.3, --- > "cycle" : 0.4, monsters\critter\birdcritter\birdcritter.monstertype 31c31 < "flySpeed" : 25, --- > "flySpeed" : 24, monsters\critter\frog\body.frames 4c4 < "dimensions" : [6, 5], --- > "dimensions" : [8, 2], 7,11c7,8 < [ "idle.1", null, "croak.1", "croak.2" ], < [ ], < [ "walk.1", "walk.2", "walk.3", "walk.4" ], < [ ], < [ ] --- > [ "idle.1", "idle.2", "idle.3", "idle.4", "idle.5", "idle.6", "idle.7", "idle.8" ], > [ "walk.1", "walk.2", "walk.3", "walk.4" ] 13,21d9 < }, < "aliases" : { < "idle.2" : "idle.1", < "idle.3" : "idle.1", < "idle.4" : "idle.1", < "idle.5" : "idle.1", < "idle.6" : "croak.1", < "idle.7" : "croak.2", < "idle.8" : "croak.1" monsters\critter\snail\snail.monstertype 29c29 < "walkSpeed" : 0.1, --- > "walkSpeed" : 0.08, monsters\unique\bunny\bunny.monstertype 71c71 < "baseValue" : 48 --- > "baseValue" : 1 npcs\bmain.lua 22a23,25 > self.sheathedPrimary = entity.getItemSlot("sheathedprimary") > self.sheathedAlt = entity.getItemSlot("sheathedalt") > 262a266,318 > > ----------------------------------------------------------- > -- COMBAT > ----------------------------------------------------------- > > function swapItemSlots(args, output) > world.logInfo("SWAPPY SWAP") > local primary = entity.getItemSlot("primary") > entity.setItemSlot("primary", self.sheathedPrimary) > self.sheathedPrimary = primary > > local alt = entity.getItemSlot("alt") > entity.setItemSlot("alt", self.sheathedAlt) > self.sheathedAlt = alt > return true > end > > function hasMeleePrimary(args, output) > local primary = entity.getItemSlot("primary") > if primary == nil then return false end > return world.itemType(primary) == "sword" > end > > function hasRangedPrimary(args, output) > local primary = entity.getItemSlot("primary") > if primary == nil then return false end > return world.itemType(primary) == "gun" > end > > function hasShield(args, output) > local alt = entity.getItemSlot("alt") > if alt == nil then return false end > return world.itemType(alt) == "shield" > end > > function hasMeleeSheathed(args, output) > if self.sheathedPrimary == nil then return false end > return world.itemType(self.sheathedPrimary) == "sword" > end > > function hasRangedSheathed(args, output) > if self.sheathedPrimary == nil then return false end > return world.itemType(self.sheathedPrimary) == "gun" > end > > function hasShieldSheathed(args, output) > if self.sheathedAlt== nil then return false end > return world.itemType(self.sheathedAlt) == "shield" > end > > function canFire(args, output) > return status.resourcePercentage("energy") > 0 and not status.resourceLocked("energy") > end \ No newline at end of file npcs\merchant.npctype 217c217 < "Hi! Did you alert me to do business?" --- > "Hi! Did you alert because you want to buy something?" 289c289 < "Welcome to my shop.", --- > "Welcome to my shop!", 1935,1938c1935,1962 < { < "chest" : [ "sweatervestchest", "conceptchest", "coolchest", "workoutchest" ], < "legs" : [ "conceptlegs", "coollegs", "workoutlegs" ] < } --- > { > "head" : [ > { "name" : "fancyhead", "parameters" : { "colorIndex" : 1 } }, { "name" : "fancyhead", "parameters" : { "colorIndex" : 2 } }, { "name" : "fancyhead", "parameters" : { "colorIndex" : 3 } }, { "name" : "fancyhead", "parameters" : { "colorIndex" : 8 } }, > { "name" : "fedorahead", "parameters" : { "colorIndex" : 1 } }, { "name" : "fedorahead", "parameters" : { "colorIndex" : 2 } }, { "name" : "fedorahead", "parameters" : { "colorIndex" : 3 } }, { "name" : "fedorahead", "parameters" : { "colorIndex" : 8 } }, > { "name" : "glasses1head", "parameters" : { "colorIndex" : 1 } }, { "name" : "glasses1head", "parameters" : { "colorIndex" : 2 } }, { "name" : "glasses1head", "parameters" : { "colorIndex" : 3 } }, { "name" : "glasses1head", "parameters" : { "colorIndex" : 8 } }, { "name" : "glasses1head", "parameters" : { "colorIndex" : 4 } }, > { "name" : "coolfezhead", "parameters" : { "colorIndex" : 0 } }, { "name" : "coolfezhead", "parameters" : { "colorIndex" : 0 } }, { "name" : "coolfezhead", "parameters" : { "colorIndex" : 0 } }, > { "name" : "eyepatchhead", "parameters" : { "colorIndex" : 1 } }, { "name" : "eyepatchhead", "parameters" : { "colorIndex" : 0 } }, > { "name" : "ushankahead", "parameters" : { "colorIndex" : 1 } }, { "name" : "ushankahead", "parameters" : { "colorIndex" : 11 } } > ], > "back" : [ > { "name" : "survivalgearback", "parameters" : { "colorIndex" : 1 } }, { "name" : "survivalgearback", "parameters" : { "colorIndex" : 2 } }, { "name" : "survivalgearback", "parameters" : { "colorIndex" : 3 } }, { "name" : "survivalgearback", "parameters" : { "colorIndex" : 8 } }, { "name" : "survivalgearback", "parameters" : { "colorIndex" : 4 } }, > { "name" : "medicdemoback", "parameters" : { "colorIndex" : 0 } }, { "name" : "medicdemoback", "parameters" : { "colorIndex" : 0 } }, { "name" : "medicdemoback", "parameters" : { "colorIndex" : 0 } }, { "name" : "medicdemoback", "parameters" : { "colorIndex" : 0 } }, { "name" : "medicdemoback", "parameters" : { "colorIndex" : 0 } }, > { "name" : "hikerback", "parameters" : { "colorIndex" : 1 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 2 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 3 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 8 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 4 } }, > { "name" : "mrclausback", "parameters" : { "colorIndex" : 0 } } > ], > "chest" : [ > { "name" : "conceptchest", "parameters" : { "colorIndex" : 1 } }, { "name" : "conceptchest", "parameters" : { "colorIndex" : 2 } }, { "name" : "conceptchest", "parameters" : { "colorIndex" : 3 } }, { "name" : "conceptchest", "parameters" : { "colorIndex" : 8 } }, { "name" : "conceptchest", "parameters" : { "colorIndex" : 4 } }, > { "name" : "hikerchest", "parameters" : { "colorIndex" : 1 } }, { "name" : "hikerchest", "parameters" : { "colorIndex" : 2 } }, { "name" : "hikerchest", "parameters" : { "colorIndex" : 3 } }, { "name" : "hikerchest", "parameters" : { "colorIndex" : 8 } }, { "name" : "hikerchest", "parameters" : { "colorIndex" : 4 } }, > { "name" : "apexofficerjacket", "parameters" : { "colorIndex" : 1 } }, { "name" : "apexofficerjacket", "parameters" : { "colorIndex" : 2 } }, { "name" : "apexofficerjacket", "parameters" : { "colorIndex" : 3 } }, { "name" : "apexofficerjacket", "parameters" : { "colorIndex" : 8 } }, { "name" : "apexofficerjacket", "parameters" : { "colorIndex" : 4 } }, > { "name" : "apexspecialistjacket", "parameters" : { "colorIndex" : 1 } }, { "name" : "apexspecialistjacket", "parameters" : { "colorIndex" : 2 } }, { "name" : "apexspecialistjacket", "parameters" : { "colorIndex" : 3 } }, { "name" : "apexspecialistjacket", "parameters" : { "colorIndex" : 8 } }, { "name" : "apexspecialistjacket", "parameters" : { "colorIndex" : 4 } }, > { "name" : "apextier4chest", "parameters" : { "colorIndex" : 1 } }, { "name" : "apextier4chest", "parameters" : { "colorIndex" : 2 } }, { "name" : "apextier4chest", "parameters" : { "colorIndex" : 3 } }, { "name" : "apextier4chest", "parameters" : { "colorIndex" : 8 } }, { "name" : "apextier4chest", "parameters" : { "colorIndex" : 4 } } > ], > "legs" : [ > { "name" : "conceptlegs", "parameters" : { "colorIndex" : 1 } }, { "name" : "conceptlegs", "parameters" : { "colorIndex" : 2 } }, { "name" : "conceptlegs", "parameters" : { "colorIndex" : 3 } }, { "name" : "conceptlegs", "parameters" : { "colorIndex" : 8 } }, { "name" : "conceptlegs", "parameters" : { "colorIndex" : 4 } }, > { "name" : "coollegs", "parameters" : { "colorIndex" : 1 } }, { "name" : "coollegs", "parameters" : { "colorIndex" : 2 } }, { "name" : "coollegs", "parameters" : { "colorIndex" : 3 } }, { "name" : "coollegs", "parameters" : { "colorIndex" : 8 } }, { "name" : "coollegs", "parameters" : { "colorIndex" : 4 } }, > { "name" : "workoutlegs", "parameters" : { "colorIndex" : 1 } }, { "name" : "workoutlegs", "parameters" : { "colorIndex" : 2 } }, { "name" : "workoutlegs", "parameters" : { "colorIndex" : 3 } }, { "name" : "workoutlegs", "parameters" : { "colorIndex" : 8 } }, { "name" : "workoutlegs", "parameters" : { "colorIndex" : 4 } }, > { "name" : "humantier1pants", "parameters" : { "colorIndex" : 1 } }, { "name" : "humantier1pants", "parameters" : { "colorIndex" : 2 } }, { "name" : "humantier1pants", "parameters" : { "colorIndex" : 3 } }, { "name" : "humantier1pants", "parameters" : { "colorIndex" : 8 } }, { "name" : "humantier1pants", "parameters" : { "colorIndex" : 4 } } ] > } 1943,1946c1967,1990 < { < "chest" : [ "avianadventurershirt", "aviancommonershirt", "avianfancyshirt", "avianworkershirt" ], < "legs" : [ "avianadventurerpants", "aviancommonerlegs", "avianfancyskirt" ] < } --- > { > "head" : [ > { "name" : "aviantier1head", "parameters" : { "colorIndex" : 4 } }, { "name" : "aviantier1head", "parameters" : { "colorIndex" : 5 } }, { "name" : "aviantier1head", "parameters" : { "colorIndex" : 6 } }, { "name" : "aviantier1head", "parameters" : { "colorIndex" : 7 } }, { "name" : "aviantier1head", "parameters" : { "colorIndex" : 8 } } > ], > "back" : [ > { "name" : "survivalgearback", "parameters" : { "colorIndex" : 0 } }, { "name" : "survivalgearback", "parameters" : { "colorIndex" : 1 } }, { "name" : "survivalgearback", "parameters" : { "colorIndex" : 2 } }, { "name" : "survivalgearback", "parameters" : { "colorIndex" : 11 } }, { "name" : "survivalgearback", "parameters" : { "colorIndex" : 11 } }, > { "name" : "hikerback", "parameters" : { "colorIndex" : 0 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 1 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 2 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 11 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 11 } }, > { "name" : "mrclausback", "parameters" : { "colorIndex" : 0 } } > ], > "chest" : [ > { "name" : "avianadventurershirt", "parameters" : { "colorIndex" : 4 } }, { "name" : "avianadventurershirt", "parameters" : { "colorIndex" : 5 } }, { "name" : "avianadventurershirt", "parameters" : { "colorIndex" : 6 } }, { "name" : "avianadventurershirt", "parameters" : { "colorIndex" : 7 } }, { "name" : "avianadventurershirt", "parameters" : { "colorIndex" : 8 } }, > { "name" : "aviancommonershirt", "parameters" : { "colorIndex" : 4 } }, { "name" : "aviancommonershirt", "parameters" : { "colorIndex" : 5 } }, { "name" : "aviancommonershirt", "parameters" : { "colorIndex" : 6 } }, { "name" : "aviancommonershirt", "parameters" : { "colorIndex" : 7 } }, { "name" : "aviancommonershirt", "parameters" : { "colorIndex" : 8 } }, > { "name" : "avianfancyshirt", "parameters" : { "colorIndex" : 4 } }, { "name" : "avianfancyshirt", "parameters" : { "colorIndex" : 5 } }, { "name" : "avianfancyshirt", "parameters" : { "colorIndex" : 6 } }, { "name" : "avianfancyshirt", "parameters" : { "colorIndex" : 7 } }, { "name" : "avianfancyshirt", "parameters" : { "colorIndex" : 8 } }, > { "name" : "avianworkershirt", "parameters" : { "colorIndex" : 4 } }, { "name" : "avianworkershirt", "parameters" : { "colorIndex" : 5 } }, { "name" : "avianworkershirt", "parameters" : { "colorIndex" : 6 } }, { "name" : "avianworkershirt", "parameters" : { "colorIndex" : 7 } }, { "name" : "avianworkershirt", "parameters" : { "colorIndex" : 8 } }, > { "name" : "apextier4chest", "parameters" : { "colorIndex" : 4 } }, { "name" : "apextier4chest", "parameters" : { "colorIndex" : 5 } }, { "name" : "apextier4chest", "parameters" : { "colorIndex" : 6 } }, { "name" : "apextier4chest", "parameters" : { "colorIndex" : 7 } }, { "name" : "apextier4chest", "parameters" : { "colorIndex" : 8 } } > ], > "legs" : [ > { "name" : "avianadventurerpants", "parameters" : { "colorIndex" : 4 } }, { "name" : "avianadventurerpants", "parameters" : { "colorIndex" : 5 } }, { "name" : "avianadventurerpants", "parameters" : { "colorIndex" : 6 } }, { "name" : "avianadventurerpants", "parameters" : { "colorIndex" : 7 } }, { "name" : "avianadventurerpants", "parameters" : { "colorIndex" : 8 } }, > { "name" : "aviancommonerlegs", "parameters" : { "colorIndex" : 4 } }, { "name" : "aviancommonerlegs", "parameters" : { "colorIndex" : 5 } }, { "name" : "aviancommonerlegs", "parameters" : { "colorIndex" : 6 } }, { "name" : "aviancommonerlegs", "parameters" : { "colorIndex" : 7 } }, { "name" : "aviancommonerlegs", "parameters" : { "colorIndex" : 8 } }, > { "name" : "avianfancyskirt", "parameters" : { "colorIndex" : 4 } }, { "name" : "avianfancyskirt", "parameters" : { "colorIndex" : 5 } }, { "name" : "avianfancyskirt", "parameters" : { "colorIndex" : 6 } }, { "name" : "avianfancyskirt", "parameters" : { "colorIndex" : 7 } }, { "name" : "avianfancyskirt", "parameters" : { "colorIndex" : 8 } }, > { "name" : "avianworkerpants", "parameters" : { "colorIndex" : 4 } }, { "name" : "avianworkerpants", "parameters" : { "colorIndex" : 5 } }, { "name" : "avianworkerpants", "parameters" : { "colorIndex" : 6 } }, { "name" : "avianworkerpants", "parameters" : { "colorIndex" : 7 } }, { "name" : "avianworkerpants", "parameters" : { "colorIndex" : 8 } }, > { "name" : "aviantier4pants", "parameters" : { "colorIndex" : 4 } }, { "name" : "aviantier4pants", "parameters" : { "colorIndex" : 5 } }, { "name" : "aviantier4pants", "parameters" : { "colorIndex" : 6 } }, { "name" : "aviantier4pants", "parameters" : { "colorIndex" : 7 } }, { "name" : "aviantier4pants", "parameters" : { "colorIndex" : 8 } } > ] > } 1992d2035 < { "name" : "lanternstickback", "parameters" : { "colorIndex" : 0 } }, 2018c2061 < { "name" : "monoclehead", "parameters" : { "colorIndex" : 1 } }, { "name" : "monoclehead", "parameters" : { "colorIndex" : 1 } }, --- > { "name" : "glasses2head", "parameters" : { "colorIndex" : 1 } }, { "name" : "glasses2head", "parameters" : { "colorIndex" : 1 } }, 2026d2068 < { "name" : "lanternstickback", "parameters" : { "colorIndex" : 0 } }, 2057,2058c2099 < { "name" : "hikerback", "parameters" : { "colorIndex" : 1 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 3 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 4 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 5 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 6 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 7 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 8 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 9 } }, < { "name" : "lanternstickback", "parameters" : { "colorIndex" : 0 } } --- > { "name" : "hikerback", "parameters" : { "colorIndex" : 1 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 3 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 4 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 5 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 6 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 7 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 8 } }, { "name" : "hikerback", "parameters" : { "colorIndex" : 9 } } objects\generic\carbed\carbed.object 5,6c5,6 < "description" : "A comfy wooden bed.", < "shortdescription" : "Wooden Bed", --- > "description" : "A cool bed, for those young at heart.", > "shortdescription" : "Car Bed", objects\outpost\frogfurnishing\frogfurnishing.object 10c10 < "lightColor" : [217, 217, 190], --- > "lightColor" : [190, 170, 150], 23c23,45 < "filter" : [ "testfrog" ] --- > "filter" : [], > "recipes" : [ > { > "input" : [ ["money", 400] ], > "output" : "arcademachine", > "groups" : [ "community" ] > }, > { > "input" : [ ["money", 1000] ], > "output" : "carbed", > "groups" : [ "storefurniture" ] > }, > { > "input" : [ ["money", 200] ], > "output" : "islandchair", > "groups" : [ "storefurniture" ] > }, > { > "input" : [ ["money", 5000] ], > "output" : "colonydeed", > "groups" : [ "deeds" ] > } > ] 40c62 < "lightPosition" : [-1, 2], --- > "lightPosition" : [-4, 7], objects\outpost\terramart\terramart.object 28a29,30 > { "item" : "grassseeds" }, > { "item" : "flowerygrassseeds" }, scripts\behavior.lua 47a48 > self.joinedTasks = {} 345c346,347 < fail = parameters.fail or -1 --- > fail = parameters.fail or -1, > running = {} 366a369,374 > if result == "running" then > self.running[i] = true > else > self.running[i] = false > end > 377a386 > 382a392,399 > function BTParallel:interruptRunning() > for i,running in pairs(self.running) do > if running then > self.children[i]:interrupt() > end > end > end > 383a401,402 > self:interruptRunning() > self.running = {} 759c778 < leaveTask(self.groupId, self.task) --- > leaveTask(self.groupId, self.task.taskId) 761c780 < return result --- > return self:runChild(dt) 1015a1035,1037 > if result == true then > self.groups[groupId] = entityId > end 1028a1051,1061 > --Leave any tasks not joined this update > self.tasks = self.tasks or {} > self.joinedTasks = self.joinedTasks or {} > for taskId,task in pairs(self.tasks) do > if not self.joinedTasks[taskId] then > leaveTask(task.groupId, task.taskId) > end > end > self.tasks = self.joinedTasks > self.joinedTasks = {} > 1029a1063 > self.groups = self.groups or {} 1040a1075 > self.joinedTasks = self.joinedTasks or {} 1043c1078,1082 < return world.callScriptedEntity(coordinator, "onRequestTask", entity.id(), task) --- > local result = world.callScriptedEntity(coordinator, "onRequestTask", entity.id(), task) > if result then > self.joinedTasks[groupId.."."..task.taskId] = {groupId = groupId, taskId = task.taskId} > end > return result 1050c1089 < return world.callScriptedEntity(coordinator, "onLeaveTask", entity.id(), task) --- > return world.callScriptedEntity(coordinator, "onLeaveTask", entity.id(), taskId) scripts\actions\movement.lua 171c171,175 < mcontroller.controlFace(util.toDirection(toEntity[1])) --- > local direction = util.toDirection(toEntity[1]) > mcontroller.controlFace(direction) > if entity.setAimPosition then > entity.setAimPosition(vec2.add(mcontroller.position(), {direction, -1})) > end 183a188,190 > if entity.setAimPosition then > entity.setAimPosition(vec2.add(mcontroller.position(), {direction, -1})) > end stagehands\coordinator.lua 20a21,28 > if self.goalType == "entity" then > if world.entityExists(self.goal) then > entity.setPosition(world.entityPosition(self.goal)) > else > entity.die() > end > end > 21a30,32 > for _,task in pairs(self.tasks) do > task:update() > end 59a71 > if goalType ~= self.goalType then return false end weather\snow\snow.weather 7c7 < "density" : 0.15, --- > "density" : 0.075, 20c20 < "density" : 0.15, --- > "density" : 0.075, 33c33 < "density" : 0.15, --- > "density" : 0.075,