FILES ----- interface\chat\chat.config items\armors\decorative\costumes\smart\smart.legs objects\biome\swamp\swampchest\swampchest.object DIFFS ----- interface\chat\chat.config 24c24,25 < "channel" : "^shadow,green;", --- > "local" : "^shadow,white;", > "party" : "^shadow,blue;", 102c103,106 < "data" : [] --- > "data" : { > "filter" : [], > "sendMode" : "Broadcast" > } 112c116,119 < "data" : [ "Broadcast" ] --- > "data" : { > "filter" : [ "Broadcast", "Local", "Party" ], > "sendMode" : "Broadcast" > } 122c129,160 < "data" : [ "RadioMessage", "World" ] --- > "data" : { > "filter" : [ "RadioMessage", "World" ], > "sendMode" : "Broadcast" > } > }, > { > "baseImage" : "/interface/chat/filtertab.png:inactive", > "disabledImage" : "/interface/chat/filtertab.png:inactive", > "baseImageChecked" : "/interface/chat/filtertab.png:active", > "pressedOffset" : [0, 0], > "position" : [140, 2], > "text" : "PARTY", > "fontColor" : "gray", > "fontColorDisabled" : [50, 50, 50], > "fontColorChecked" : "white", > "data" : { > "filter" : [ "Party" ], > "sendMode" : "Party" > } > }, > { > "baseImage" : "/interface/chat/filtertab.png:inactive", > "baseImageChecked" : "/interface/chat/filtertab.png:active", > "pressedOffset" : [0, 0], > "position" : [180, 2], > "text" : "LOCAL", > "fontColor" : "gray", > "fontColorChecked" : "white", > "data" : { > "filter" : [ "Local" ], > "sendMode" : "Local" > } items\armors\decorative\costumes\smart\smart.legs 7c7 < "category" : "chestwear", --- > "category" : "legwear", objects\biome\swamp\swampchest\swampchest.object 2a3 > "colonyTags" : ["storage","swamp"],