FILES ----- player.config universe_server.config versioning.config interface\windowconfig\playerinventory.config monsters\farming\electricfluffalo\electricfluffalo.animation monsters\farming\firefluffalo\firefluffalo.animation monsters\farming\fluffalo\fluffalo.animation monsters\farming\hen\hen.animation monsters\farming\icefluffalo\icefluffalo.animation monsters\farming\mooshi\mooshi.animation monsters\farming\poisonfluffalo\poisonfluffalo.animation monsters\farming\robothen\body.frames monsters\farming\robothen\robothen.animation monsters\flyers\tentaclegnat\tentaclegnat.monstertype [NEW] objects\generic\redalert\default.frames [NEW] objects\generic\redalert\redalert.animation objects\generic\redalert\redalert.object objects\generic\redalert\redalert.png [NEW] sfx\npc\monsters\monster_grazing.ogg [NEW] sfx\npc\monsters\monster_grow.ogg [NEW] versioning\PlayerEntity_26_27.lua DIFFS ----- player.config 726a727,754 > "inventory" : { > "itemBags" : { > "mainBag" : { > "priority" : 1, > "size" : 40 > }, > "materialBag" : { > "priority" : 2, > "size" : 40 > }, > "objectBag" : { > "priority" : 3, > "size" : 40 > }, > "reagentBag" : { > "priority" : 4, > "size" : 40 > }, > "foodBag" : { > "priority" : 5, > "size" : 40 > } > }, > > "customBarGroups" : 2, > "customBarIndexes" : 6 > }, > universe_server.config 32c32,34 < "introInstance" : "protectorate", --- > "introInstance" : { > "default" : "protectorate" > }, versioning.config 9c9 < "PlayerEntity" : 26, --- > "PlayerEntity" : 27, interface\windowconfig\playerinventory.config 16c16 < "tabConfig" : { --- > "bagConfig" : { 17a18 > "order" : 1, 22a24 > "order" : 2, 27a30 > "order" : 3, 32a36 > "order" : 4, 37a42 > "order" : 5, monsters\farming\electricfluffalo\electricfluffalo.animation 27c27,30 < "transition" : "idle" --- > "transition" : "idle", > "properties" : { > "immediateSound" : "/sfx/npc/monsters/monster_grow.ogg" > } 46c49,53 < "mode" : "loop" --- > "mode" : "loop", > "properties" : { > "persistentSound" : "/sfx/npc/monsters/monster_grazing.ogg", > "persistentSoundRangeMultiplier" : 0.5 > } monsters\farming\firefluffalo\firefluffalo.animation 27c27,30 < "transition" : "idle" --- > "transition" : "idle", > "properties" : { > "immediateSound" : "/sfx/npc/monsters/monster_grow.ogg" > } 44c47,51 < "mode" : "loop" --- > "mode" : "loop", > "properties" : { > "persistentSound" : "/sfx/npc/monsters/monster_grazing.ogg", > "persistentSoundRangeMultiplier" : 0.5 > } monsters\farming\fluffalo\fluffalo.animation 27c27,30 < "transition" : "idle" --- > "transition" : "idle", > "properties" : { > "immediateSound" : "/sfx/npc/monsters/monster_grow.ogg" > } 44c47,51 < "mode" : "loop" --- > "mode" : "loop", > "properties" : { > "persistentSound" : "/sfx/npc/monsters/monster_grazing.ogg", > "persistentSoundRangeMultiplier" : 0.5 > } monsters\farming\hen\hen.animation 27c27,30 < "transition" : "idle" --- > "transition" : "idle", > "properties" : { > "immediateSound" : "/sfx/npc/monsters/monster_grow.ogg" > } 39c42,48 < "transition" : "grazeloop" --- > "transition" : "grazeloop", > "properties" : { > "immediateSoundRangeMultiplier" : 0.5 > }, > "frameProperties" : { > "immediateSound" : [ "", "", "/sfx/npc/monsters/nutmidge_step1.ogg" ] > } 44c53,59 < "mode" : "loop" --- > "mode" : "loop", > "properties" : { > "immediateSoundRangeMultiplier" : 0.5 > }, > "frameProperties" : { > "immediateSound" : [ "", "", "/sfx/npc/monsters/nutmidge_step1.ogg", "", "/sfx/npc/monsters/nutmidge_step2.ogg", "/sfx/npc/monsters/nutmidge_step2.ogg" ] > } monsters\farming\icefluffalo\icefluffalo.animation 27c27,30 < "transition" : "idle" --- > "transition" : "idle", > "properties" : { > "immediateSound" : "/sfx/npc/monsters/monster_grow.ogg" > } 44c47,51 < "mode" : "loop" --- > "mode" : "loop", > "properties" : { > "persistentSound" : "/sfx/npc/monsters/monster_grazing.ogg", > "persistentSoundRangeMultiplier" : 0.5 > } monsters\farming\mooshi\mooshi.animation 27c27,30 < "transition" : "idle" --- > "transition" : "idle", > "properties" : { > "immediateSound" : "/sfx/npc/monsters/monster_grow.ogg" > } 44c47,51 < "mode" : "loop" --- > "mode" : "loop", > "properties" : { > "persistentSound" : "/sfx/npc/monsters/monster_grazing.ogg", > "persistentSoundRangeMultiplier" : 0.5 > } monsters\farming\poisonfluffalo\poisonfluffalo.animation 27c27,30 < "transition" : "idle" --- > "transition" : "idle", > "properties" : { > "immediateSound" : "/sfx/npc/monsters/monster_grow.ogg" > } 44c47,51 < "mode" : "loop" --- > "mode" : "loop", > "properties" : { > "persistentSound" : "/sfx/npc/monsters/monster_grazing.ogg", > "persistentSoundRangeMultiplier" : 0.5 > } monsters\farming\robothen\body.frames 10,11c10,11 < [ "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ], < [ null, "fall.1", "fall.2", null, "hurt.1", null ], --- > [ "walk.3", "walk.4", null, "fall.1", "fall.2", null ], > [ "hurt.1" ], 15,16c15,16 < [ "harvested.walk.3", "harvested.walk.4", "harvested.walk.5", "harvested.walk.6", "harvested.walk.7", "harvested.walk.8" ], < [ null, "harvested.fall.1", "harvested.fall.2", null, "harvested.hurt.1", null ] --- > [ "harvested.walk.3", "harvested.walk.4", null, "harvested.fall.1", "harvested.fall.2", null], > [ "harvested.hurt.1" ] monsters\farming\robothen\robothen.animation 27c27,30 < "transition" : "idle" --- > "transition" : "idle", > "properties" : { > "immediateSound" : "/sfx/npc/monsters/monster_grow.ogg" > } 39c42,48 < "transition" : "grazeloop" --- > "transition" : "grazeloop", > "properties" : { > "immediateSoundRangeMultiplier" : 0.5 > }, > "frameProperties" : { > "immediateSound" : [ "", "", "/sfx/npc/monsters/nutmidge_step1.ogg" ] > } 44c53,59 < "mode" : "loop" --- > "mode" : "loop", > "properties" : { > "immediateSoundRangeMultiplier" : 0.5 > }, > "frameProperties" : { > "immediateSound" : [ "", "", "/sfx/npc/monsters/nutmidge_step1.ogg", "", "/sfx/npc/monsters/nutmidge_step2.ogg", "/sfx/npc/monsters/nutmidge_step2.ogg" ] > } monsters\flyers\tentaclegnat\tentaclegnat.monstertype 88c88 < "damageSourceKind" : "lash", --- > "damageSourceKind" : "default", objects\generic\redalert\redalert.object 3c3 < "colonyTags" : ["avian","aviantemple","light"], --- > "colonyTags" : ["avian","aviantemple","light","wired"], 7d6 < 12,13d10 < "lightColor" : [135, 17, 50], < 24d20 < 26,29c22,23 < "image" : "redalert.png:", < "imagePosition" : [0, 0], < "frames" : 4, < "animationCycle" : 0.5, --- > "image" : "redalert.png:.off", > "imagePosition" : [0, -8], 31c25 < "spaces" : [ [0, 0], [0, 1] ], --- > "spaces" : [ [0, 0], [0, -1] ], 36c30,42 < "soundEffect" : "/sfx/objects/redalert.ogg" --- > "scripts" : [ "/objects/wired/alarm/alarm.lua" ], > "scriptDelta" : 3, > > "animation" : "redalert.animation", > > "animationParts" : { > "alarm" : "redalert.png" > }, > "animationPosition" : [0, -8], > > "inputNodes" : [ [0, 0] ], > > "alarmSoundDuration" : 1