FILES ----- items\materials\geodeblock.matitem objects\mission\bossdoor\bossdoor.object objects\mission\templepressureplatform\templepressureplatform.object objects\protectorate\objects\protectoratehalllight\protectoratehalllight.object objects\protectorate\objects\protectoratelobbytv\protectoratelobbytv.object objects\protectorate\objects\protectoratelobbyvending\protectoratelobbyvending.object recipes\anvil2\weapons\tier3\titaniumdagger.recipe scripts\util.lua scripts\activeitem\stances.lua DIFFS ----- items\materials\geodeblock.matitem 6c6 < "description" : "A shining blue block of made of geodes.", --- > "description" : "A shining block of made of geodes.", objects\mission\bossdoor\bossdoor.object 10,11c10,11 < "description" : "A force field", < "shortdescription" : "A one way force field for going one way", --- > "description" : "A force field which can only be passed through one way", > "shortdescription" : "Force Field", objects\mission\templepressureplatform\templepressureplatform.object 11c11 < --- > /* todo 19c19 < --- > */ objects\protectorate\objects\protectoratehalllight\protectoratehalllight.object 3d2 < "colonyTags" : ["hylotl","hylotloceancity","light"], 8c7 < "shortdescription" : "Small Spotlight", --- > "shortdescription" : "Hall Spotlight", objects\protectorate\objects\protectoratelobbytv\protectoratelobbytv.object 7c7 < "description" : "", --- > "description" : "A television playing a news report", objects\protectorate\objects\protectoratelobbyvending\protectoratelobbyvending.object 7c7 < "description" : "A vendingmachine from the Protectorate Lobby.", --- > "description" : "A vending machine from the Protectorate Lobby.", recipes\anvil2\weapons\tier3\titaniumdagger.recipe 3c3 < { "item" : "ironbar", "count" : 2 }, --- > { "item" : "titaniumbar", "count" : 2 }, scripts\util.lua 103a104,107 > function util.tileCenter(pos) > return {math.floor(pos[1]) + 0.5, math.floor(pos[2]) + 0.5} > end > scripts\activeitem\stances.lua 21d20 <