FILES ----- client.config behaviors\sequences\glitchmission\baronstart.behavior dungeons\avian\aviantemple\1-objects.png dungeons\avian\aviantemple\aviantemple.dungeon dungeons\missions\avianmissions\avianmission1.json dungeons\missions\protectorate\protectorate.json items\armors\decorative\costumes\summer\summer.legs items\generic\food\tier3\coconutmilk.consumable items\materials\alienstripedwood.matitem items\materials\ancientblock.matitem items\materials\ancientbrick.matitem items\materials\ancientplatform.matitem items\materials\apexshipdetails.matitem items\materials\apexshipsupport.matitem items\materials\apexshipwall.matitem items\materials\aztec.matitem items\materials\aztectech.matitem items\materials\bambooplatform.matitem items\materials\bars.matitem items\materials\baseboard.matitem items\materials\biorock2.matitem items\materials\bonematerial.matitem items\materials\bookpiles.matitem items\materials\cabinroofing.matitem items\materials\castlewalls1.matitem items\materials\castlewalls2.matitem items\materials\chain.matitem items\materials\cheapwallpaper.matitem items\materials\composite01.matitem items\materials\concrete.matitem items\materials\copperblock.matitem items\materials\copperplatform.matitem items\materials\copperwindow.matitem items\materials\crosshatch.matitem items\materials\crystalblock.matitem items\materials\darksmoothstone.matitem items\materials\darkwood.matitem items\materials\dermisblock.matitem items\materials\fadedblocks.matitem items\materials\fullwood1.matitem items\materials\geodeblock.matitem items\materials\girder.matitem items\materials\glass.matitem items\materials\goldblock.matitem items\materials\goldenplatform.matitem items\materials\heavyironbars.matitem items\materials\heavypipe.matitem items\materials\homewalls1.matitem items\materials\ironblock.matitem items\materials\ledgebrick.matitem items\materials\lightmetal.matitem items\materials\log.matitem items\materials\lunarbaseblock.matitem items\materials\magmarock.matitem items\materials\mediummetal.matitem items\materials\metallic.matitem items\materials\moonrock.matitem items\materials\mossypackeddirt.matitem items\materials\obsidian.matitem items\materials\ornateflooring.matitem items\materials\ornateroofing.matitem items\materials\ornatetiles.matitem items\materials\ornatewall.matitem items\materials\ornatewood.matitem items\materials\outpost.matitem items\materials\outpostsupport.matitem items\materials\outpostwall.matitem items\materials\outpostwall2.matitem items\materials\pillarblock.matitem items\materials\plantblock.matitem items\materials\plate.matitem items\materials\platform.matitem items\materials\platform2.matitem items\materials\platinumblock.matitem items\materials\pressurisedbeam.matitem items\materials\pressuriseddurasteel.matitem items\materials\pressurisedgirder.matitem items\materials\pressurisedplatform.matitem items\materials\purplecrystal.matitem items\materials\ridgebrick.matitem items\materials\rockbrick.matitem items\materials\rooftiles.matitem items\materials\rustymetal.matitem items\materials\shadowspikeblock.matitem items\materials\shadowwallblock.matitem items\materials\shroomblock.matitem items\materials\silverblock.matitem items\materials\silverplatform.matitem items\materials\silverscrew.matitem items\materials\smoothmetal.matitem items\materials\stonetiles.matitem items\materials\supermatter.matitem items\materials\techhull1.matitem items\materials\temple1.matitem items\materials\temple2.matitem items\materials\temple3.matitem items\materials\temple4.matitem items\materials\tombbrick.matitem items\materials\tombbrick2.matitem items\materials\tombbrick3.matitem items\materials\tombbrick4.matitem items\materials\tombbrick5.matitem items\materials\treasurehoard.matitem items\materials\tungstenplatform.matitem items\materials\wallpaper.matitem items\materials\woodenwindow1.matitem items\materials\woodenwindow2.matitem items\throwables\coconut.thrownitem monsters\ghosts\erchiusghost\erchiusghost.monstertype objects\actionfigure\ixodoom\ixodoomAF.object stagehands\mission\glitchmissionmanager.lua treasure\largedungeons.treasurepools DIFFS ----- client.config 109c109 < "windowTitle" : "Starbound - Beta" --- > "windowTitle" : "Starbound" behaviors\sequences\glitchmission\baronstart.behavior 9d8 < "/scripts/actions/world.lua", 12a12 > "/scripts/actions/world.lua", 131c131,203 < "title": "parallel", --- > "title": "resetLounging", > "type": "action", > "name": "resetLounging", > "parameters": {} > }, > { > "title": "sequentialdialog", > "type": "module", > "name": "sequentialdialog", > "parameters": { > "dialogWaitTime": 6, > "dialogEndWait": 4, > "dialogKey": "dialog.baron.missionComplete" > } > }, > { > "title": "selector", > "type": "composite", > "name": "selector", > "parameters": {}, > "children": [ > { > "title": "move", > "type": "action", > "name": "move", > "parameters": { > "direction": -1, > "run": false > } > }, > { > "title": "succeeder", > "type": "decorator", > "name": "succeeder", > "parameters": {}, > "child": { > "title": "openDoors", > "type": "action", > "name": "openDoors", > "parameters": { > "direction": -1, > "distance": 1.5, > "openLocked": true > } > } > } > ] > }, > { > "title": "timer", > "type": "action", > "name": "timer", > "parameters": { > "time": 0.5 > } > }, > { > "title": "succeeder", > "type": "decorator", > "name": "succeeder", > "parameters": {}, > "child": { > "title": "move", > "type": "action", > "name": "move", > "parameters": { > "direction": -1, > "run": false > } > } > }, > { > "title": "sequence", 133c205 < "name": "parallel", --- > "name": "sequence", 135,136c207,210 < "fail": 1, < "success": -1 --- > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" 140c214 < "title": "entityExists", --- > "title": "loadUniqueEntity", 142c216 < "name": "entityExists", --- > "name": "loadUniqueEntity", 144c218,221 < "entity": "player" --- > "uniqueId": "glitchartifactaltar" > }, > "output": { > "entity": "altar" 148,150c225,227 < "title": "sequence", < "type": "composite", < "name": "sequence", --- > "title": "sendEntityMessage", > "type": "action", > "name": "sendEntityMessage", 152,155c229,313 < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" --- > "entity": "altar", > "message": "setInteractive" > } > } > ] > }, > { > "title": "faceDirection", > "type": "action", > "name": "faceDirection", > "parameters": { > "direction": 1 > } > }, > { > "title": "dynamic", > "type": "composite", > "name": "dynamic", > "parameters": {}, > "children": [ > { > "title": "receivedNotification", > "type": "action", > "name": "receivedNotification", > "parameters": { > "type": "artifactTaken" > } > }, > { > "title": "runner", > "type": "action", > "name": "runner", > "parameters": {} > } > ] > }, > { > "title": "faceDirection", > "type": "action", > "name": "faceDirection", > "parameters": { > "direction": -1 > } > }, > { > "title": "timer", > "type": "action", > "name": "timer", > "parameters": { > "time": 0.5 > } > }, > { > "title": "openDoors", > "type": "action", > "name": "openDoors", > "parameters": { > "direction": -1, > "distance": 1.5, > "openLocked": true > } > }, > { > "title": "timer", > "type": "action", > "name": "timer", > "parameters": { > "time": 0.5 > } > }, > { > "title": "dynamic", > "type": "composite", > "name": "dynamic", > "parameters": {}, > "children": [ > { > "title": "findObject", > "type": "action", > "name": "findObject", > "parameters": { > "position": "self", > "range": 10, > "orderBy": "nearest", > "name": "arkteleporter" 157,552c315,326 < "children": [ < { < "title": "resetLounging", < "type": "action", < "name": "resetLounging", < "parameters": {} < }, < { < "title": "parallel", < "type": "composite", < "name": "parallel", < "parameters": { < "fail": -1, < "success": -1 < }, < "children": [ < { < "title": "sequentialdialog", < "type": "module", < "name": "sequentialdialog", < "parameters": { < "dialogWaitTime": 6, < "dialogEndWait": 4, < "dialogKey": "dialog.baron.missionComplete", < "dialogTarget": "player" < } < }, < { < "title": "faceEntity", < "type": "action", < "name": "faceEntity", < "parameters": { < "entity": "player" < } < } < ] < }, < { < "title": "selector", < "type": "composite", < "name": "selector", < "parameters": {}, < "children": [ < { < "title": "move", < "type": "action", < "name": "move", < "parameters": { < "direction": -1, < "run": false < } < }, < { < "title": "succeeder", < "type": "decorator", < "name": "succeeder", < "parameters": {}, < "child": { < "title": "openDoors", < "type": "action", < "name": "openDoors", < "parameters": { < "direction": -1, < "distance": 1.5, < "openLocked": true < } < } < } < ] < }, < { < "title": "timer", < "type": "action", < "name": "timer", < "parameters": { < "time": 0.5 < } < }, < { < "title": "selector", < "type": "composite", < "name": "selector", < "parameters": {}, < "children": [ < { < "title": "move", < "type": "action", < "name": "move", < "parameters": { < "direction": -1, < "run": false < } < }, < { < "title": "succeeder", < "type": "decorator", < "name": "succeeder", < "parameters": {}, < "child": { < "title": "sequence", < "type": "composite", < "name": "sequence", < "parameters": { < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" < }, < "children": [ < { < "title": "findObject", < "type": "action", < "name": "findObject", < "parameters": { < "position": "self", < "range": 30, < "orderBy": "nearest", < "name": "glitchartifactaltar" < }, < "output": { < "entity": "altar" < } < }, < { < "title": "sendEntityMessage", < "type": "action", < "name": "sendEntityMessage", < "parameters": { < "entity": "altar", < "message": "setInteractive" < } < } < ] < } < } < ] < }, < { < "title": "faceDirection", < "type": "action", < "name": "faceDirection", < "parameters": { < "direction": 1 < } < }, < { < "title": "dynamic", < "type": "composite", < "name": "dynamic", < "parameters": {}, < "children": [ < { < "title": "receivedNotification", < "type": "action", < "name": "receivedNotification", < "parameters": { < "type": "artifactTaken" < } < }, < { < "title": "runner", < "type": "action", < "name": "runner", < "parameters": {} < } < ] < }, < { < "title": "faceDirection", < "type": "action", < "name": "faceDirection", < "parameters": { < "direction": -1 < } < }, < { < "title": "openDoors", < "type": "action", < "name": "openDoors", < "parameters": { < "direction": -1, < "distance": 1.5, < "openLocked": true < } < }, < { < "title": "timer", < "type": "action", < "name": "timer", < "parameters": { < "time": 0.5 < } < }, < { < "title": "dynamic", < "type": "composite", < "name": "dynamic", < "parameters": {}, < "children": [ < { < "title": "findObject", < "type": "action", < "name": "findObject", < "parameters": { < "position": "self", < "range": 10, < "orderBy": "nearest", < "name": "arkteleporter" < }, < "output": { < "entity": "teleporter" < } < }, < { < "title": "move", < "type": "action", < "name": "move", < "parameters": { < "direction": -1, < "run": false < } < } < ] < }, < { < "title": "sequence", < "type": "composite", < "name": "sequence", < "parameters": { < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" < }, < "children": [ < { < "title": "entityPosition", < "type": "action", < "name": "entityPosition", < "parameters": { < "entity": "teleporter" < }, < "output": { < "position": "teleporter" < } < }, < { < "title": "offsetPosition", < "type": "action", < "name": "offsetPosition", < "parameters": { < "offset": [ < 0, < 0 < ], < "position": "teleporter" < }, < "output": { < "position": "teleporter" < } < }, < { < "title": "moveToPosition", < "type": "action", < "name": "moveToPosition", < "parameters": { < "avoidLiquid": true, < "failFast": false, < "groundPosition": true, < "maxGround": 5, < "minGround": -5, < "position": "teleporter", < "run": false < } < } < ] < }, < { < "title": "dynamic", < "type": "composite", < "name": "dynamic", < "parameters": {}, < "children": [ < { < "title": "cooldown", < "type": "decorator", < "name": "cooldown", < "parameters": { < "cooldown": 0.5, < "onFail": true, < "onSuccess": true < }, < "child": { < "title": "queryEntity", < "type": "action", < "name": "queryEntity", < "parameters": { < "entityTypes": [ < "player" < ], < "orderBy": "nearest", < "position": "self", < "range": 8, < "withoutEntity": "self" < } < } < }, < { < "title": "runner", < "type": "action", < "name": "runner", < "parameters": {} < } < ] < }, < { < "title": "sequentialdialog", < "type": "module", < "name": "sequentialdialog", < "parameters": { < "dialogWaitTime": 2, < "dialogEndWait": 1, < "dialogKey": "dialog.baron.beamOut" < } < }, < { < "title": "sequence", < "type": "composite", < "name": "sequence", < "parameters": { < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" < }, < "children": [ < { < "title": "playersInWorld", < "type": "action", < "name": "playersInWorld", < "parameters": {}, < "output": { < "list": "players" < } < }, < { < "title": "each", < "type": "decorator", < "name": "each", < "parameters": { < "list": "players", < "type": "entity" < }, < "child": { < "title": "succeeder", < "type": "decorator", < "name": "succeeder", < "parameters": {}, < "child": { < "title": "sendEntityMessage", < "type": "action", < "name": "sendEntityMessage", < "parameters": { < "entity": "eachItem", < "message": "playCinematic", < "arguments": [ < "/cinematics/story/baronatoutpost.cinematic", < true < ] < } < } < } < } < ] < }, < { < "title": "setDeathParticleBurst", < "type": "action", < "name": "setDeathParticleBurst", < "parameters": {} < }, < { < "title": "addEphemeralEffect", < "type": "action", < "name": "addEphemeralEffect", < "parameters": { < "name": "beamoutanddie" < } < }, < { < "title": "runner", < "type": "action", < "name": "runner", < "parameters": {} < } < ] --- > "output": { > "entity": "teleporter" > } > }, > { > "title": "move", > "type": "action", > "name": "move", > "parameters": { > "direction": -1, > "run": false > } 555,603c329 < } < ] < }, < { < "title": "baron-lounge", < "type": "module", < "name": "baron-lounge", < "parameters": {} < } < ] < } < ] < }, < { < "title": "sequence", < "type": "composite", < "name": "sequence", < "parameters": { < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" < }, < "children": [ < { < "title": "receivedNotification", < "type": "action", < "name": "receivedNotification", < "parameters": { < "type": "lastWaveComplete" < } < }, < { < "title": "dynamic", < "type": "composite", < "name": "dynamic", < "parameters": {}, < "children": [ < { < "title": "sequence", < "type": "composite", < "name": "sequence", < "parameters": { < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" < }, < "children": [ --- > }, 615a342,389 > "title": "entityPosition", > "type": "action", > "name": "entityPosition", > "parameters": { > "entity": "teleporter" > }, > "output": { > "position": "teleporter" > } > }, > { > "title": "offsetPosition", > "type": "action", > "name": "offsetPosition", > "parameters": { > "offset": [ > 0, > 0 > ], > "position": "teleporter" > }, > "output": { > "position": "teleporter" > } > }, > { > "title": "moveToPosition", > "type": "action", > "name": "moveToPosition", > "parameters": { > "avoidLiquid": true, > "failFast": false, > "groundPosition": true, > "maxGround": 5, > "minGround": -5, > "position": "teleporter", > "run": false > } > } > ] > }, > { > "title": "dynamic", > "type": "composite", > "name": "dynamic", > "parameters": {}, > "children": [ > { 634c408 < "range": 10, --- > "range": 8, 636,638d409 < }, < "output": { < "list": "players" 643,660c414 < "title": "filter", < "type": "decorator", < "name": "filter", < "parameters": { < "list": "players", < "type": "entity" < }, < "child": { < "title": "entityInSight", < "type": "action", < "name": "entityInSight", < "parameters": { < "entity": "filterItem" < } < } < }, < { < "title": "listGet", --- > "title": "runner", 662,668c416,417 < "name": "listGet", < "parameters": { < "list": "players" < }, < "output": { < "entity": "player" < } --- > "name": "runner", > "parameters": {} 673c422,432 < "title": "parallel", --- > "title": "sequentialdialog", > "type": "module", > "name": "sequentialdialog", > "parameters": { > "dialogWaitTime": 2, > "dialogEndWait": 1, > "dialogKey": "dialog.baron.beamOut" > } > }, > { > "title": "sequence", 675c434 < "name": "parallel", --- > "name": "sequence", 677,678c436,439 < "fail": 1, < "success": -1 --- > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" 682,690c443 < "title": "entityExists", < "type": "action", < "name": "entityExists", < "parameters": { < "entity": "player" < } < }, < { < "title": "faceEntity", --- > "title": "playersInWorld", 692,694c445,448 < "name": "faceEntity", < "parameters": { < "entity": "player" --- > "name": "playersInWorld", > "parameters": {}, > "output": { > "list": "players" 698,700c452,454 < "title": "sequence", < "type": "composite", < "name": "sequence", --- > "title": "each", > "type": "decorator", > "name": "each", 702,705c456,457 < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" --- > "list": "players", > "type": "entity" 707,736c459,464 < "children": [ < { < "title": "resetLounging", < "type": "action", < "name": "resetLounging", < "parameters": {} < }, < { < "title": "sequentialdialog", < "type": "module", < "name": "sequentialdialog", < "parameters": { < "dialogWaitTime": 6, < "dialogEndWait": 0, < "dialogKey": "dialog.baron.finalWaveComplete", < "dialogTarget": "player" < } < }, < { < "title": "loadUniqueEntity", < "type": "action", < "name": "loadUniqueEntity", < "parameters": { < "uniqueId": "missionmanager" < }, < "output": { < "entity": "missionmanager" < } < }, < { --- > "child": { > "title": "succeeder", > "type": "decorator", > "name": "succeeder", > "parameters": {}, > "child": { 741,761c469,474 < "entity": "missionmanager", < "message": "bossWave" < } < }, < { < "title": "succeeder", < "type": "decorator", < "name": "succeeder", < "parameters": {}, < "child": { < "title": "broadcastNotification", < "type": "action", < "name": "broadcastNotification", < "parameters": { < "position": "self", < "range": 150, < "entityTypes": [ < "monster" < ], < "type": "bossAggro" < } --- > "entity": "eachItem", > "message": "playCinematic", > "arguments": [ > "/cinematics/story/baronatoutpost.cinematic", > true > ] 763,768d475 < }, < { < "title": "runner", < "type": "action", < "name": "runner", < "parameters": {} 770c477 < ] --- > } 772a480,499 > }, > { > "title": "setDeathParticleBurst", > "type": "action", > "name": "setDeathParticleBurst", > "parameters": {} > }, > { > "title": "addEphemeralEffect", > "type": "action", > "name": "addEphemeralEffect", > "parameters": { > "name": "beamoutanddie" > } > }, > { > "title": "runner", > "type": "action", > "name": "runner", > "parameters": {} 787c514 < "title": "parallel", --- > "title": "sequence", 789c516 < "name": "parallel", --- > "name": "sequence", 791,792c518,521 < "fail": 1, < "success": -1 --- > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" 796c525,533 < "title": "selector", --- > "title": "receivedNotification", > "type": "action", > "name": "receivedNotification", > "parameters": { > "type": "lastWaveComplete" > } > }, > { > "title": "dynamic", 798c535 < "name": "selector", --- > "name": "dynamic", 866,917c603 < } < ] < }, < { < "title": "entityExists", < "type": "action", < "name": "entityExists", < "parameters": { < "entity": "player" < } < } < ] < }, < { < "title": "sequence", < "type": "composite", < "name": "sequence", < "parameters": { < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" < }, < "children": [ < { < "title": "sequentialdialog", < "type": "module", < "name": "sequentialdialog", < "parameters": { < "dialogWaitTime": 6, < "dialogEndWait": 4, < "dialogKey": "dialog.baron.start", < "dialogTarget": "player" < } < }, < { < "title": "resetLounging", < "type": "action", < "name": "resetLounging", < "parameters": {} < }, < { < "title": "sequence", < "type": "composite", < "name": "sequence", < "parameters": { < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" < }, < "children": [ --- > }, 919c605 < "title": "findObject", --- > "title": "resetLounging", 921c607,613 < "name": "findObject", --- > "name": "resetLounging", > "parameters": {} > }, > { > "title": "sequentialdialog", > "type": "module", > "name": "sequentialdialog", 923,929c615,617 < "position": "self", < "range": 20, < "orderBy": "nearest", < "name": "bardoor2" < }, < "output": { < "entity": "altar" --- > "dialogWaitTime": 6, > "dialogEndWait": 0, > "dialogKey": "dialog.baron.finalWaveComplete" 933c621 < "title": "entityPosition", --- > "title": "loadUniqueEntity", 935c623 < "name": "entityPosition", --- > "name": "loadUniqueEntity", 937c625 < "entity": "altar" --- > "uniqueId": "missionmanager" 940c628 < "position": "altarPosition" --- > "entity": "missionmanager" 944c632 < "title": "offsetPosition", --- > "title": "sendEntityMessage", 946c634 < "name": "offsetPosition", --- > "name": "sendEntityMessage", 948,955c636,637 < "offset": [ < 2, < 0 < ], < "position": "altarPosition" < }, < "output": { < "position": "altarPosition" --- > "entity": "missionmanager", > "message": "bossWave" 959,970c641,656 < "title": "moveToPosition", < "type": "action", < "name": "moveToPosition", < "parameters": { < "avoidLiquid": true, < "failFast": false, < "groundPosition": true, < "maxGround": 5, < "minGround": -5, < "pathOptions": {}, < "position": "altarPosition", < "run": false --- > "title": "succeeder", > "type": "decorator", > "name": "succeeder", > "parameters": {}, > "child": { > "title": "broadcastNotification", > "type": "action", > "name": "broadcastNotification", > "parameters": { > "position": "self", > "range": 150, > "entityTypes": [ > "monster" > ], > "type": "bossAggro" > } 971a658,663 > }, > { > "title": "runner", > "type": "action", > "name": "runner", > "parameters": {} 976,981c668,706 < "title": "parallel", < "type": "composite", < "name": "parallel", < "parameters": { < "fail": 1, < "success": -1 --- > "title": "baron-lounge", > "type": "module", > "name": "baron-lounge", > "parameters": {} > } > ] > } > ] > }, > { > "title": "sequence", > "type": "composite", > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" > }, > "children": [ > { > "title": "sequence", > "type": "composite", > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" > }, > "children": [ > { > "title": "cooldown", > "type": "decorator", > "name": "cooldown", > "parameters": { > "cooldown": 0.5, > "onFail": true, > "onSuccess": true 983,990c708,719 < "children": [ < { < "title": "faceEntity", < "type": "action", < "name": "faceEntity", < "parameters": { < "entity": "player" < } --- > "child": { > "title": "queryEntity", > "type": "action", > "name": "queryEntity", > "parameters": { > "entityTypes": [ > "player" > ], > "orderBy": "nearest", > "position": "self", > "range": 10, > "withoutEntity": "self" 992,1001c721,722 < { < "title": "sequentialdialog", < "type": "module", < "name": "sequentialdialog", < "parameters": { < "dialogWaitTime": 6, < "dialogEndWait": 3, < "dialogKey": "dialog.baron.showRelic", < "dialogTarget": "player" < } --- > "output": { > "list": "players" 1003c724 < ] --- > } 1006,1008c727,729 < "title": "faceDirection", < "type": "action", < "name": "faceDirection", --- > "title": "filter", > "type": "decorator", > "name": "filter", 1010c731,740 < "direction": 1 --- > "list": "players", > "type": "entity" > }, > "child": { > "title": "entityInSight", > "type": "action", > "name": "entityInSight", > "parameters": { > "entity": "filterItem" > } 1014c744 < "title": "setVelocity", --- > "title": "listGet", 1016c746 < "name": "setVelocity", --- > "name": "listGet", 1018,1021c748,751 < "velocity": [ < 0, < 15 < ] --- > "list": "players" > }, > "output": { > "entity": "player" 1023c753,782 < }, --- > } > ] > }, > { > "title": "sequentialdialog", > "type": "module", > "name": "sequentialdialog", > "parameters": { > "dialogWaitTime": 6, > "dialogEndWait": 4, > "dialogKey": "dialog.baron.start" > } > }, > { > "title": "resetLounging", > "type": "action", > "name": "resetLounging", > "parameters": {} > }, > { > "title": "sequence", > "type": "composite", > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" > }, > "children": [ 1025c784 < "title": "loadUniqueEntity", --- > "title": "findObject", 1027c786 < "name": "loadUniqueEntity", --- > "name": "findObject", 1029c788,791 < "uniqueId": "missionmanager" --- > "position": "self", > "range": 20, > "orderBy": "nearest", > "name": "bardoor2" 1032c794 < "entity": "missionmanager" --- > "entity": "altar" 1036c798 < "title": "sendEntityMessage", --- > "title": "entityPosition", 1038c800 < "name": "sendEntityMessage", --- > "name": "entityPosition", 1040,1041c802,805 < "entity": "missionmanager", < "message": "startSequence" --- > "entity": "altar" > }, > "output": { > "position": "altarPosition" 1045,1047c809,811 < "title": "sequentialdialog", < "type": "module", < "name": "sequentialdialog", --- > "title": "offsetPosition", > "type": "action", > "name": "offsetPosition", 1049,1052c813,820 < "dialogWaitTime": 6, < "dialogEndWait": 4, < "dialogKey": "dialog.baron.alerted", < "dialogTarget": "player" --- > "offset": [ > 2, > 0 > ], > "position": "altarPosition" > }, > "output": { > "position": "altarPosition" 1056c824 < "title": "runner", --- > "title": "moveToPosition", 1058,1059c826,836 < "name": "runner", < "parameters": {} --- > "name": "moveToPosition", > "parameters": { > "avoidLiquid": true, > "failFast": false, > "groundPosition": true, > "maxGround": 5, > "minGround": -5, > "pathOptions": {}, > "position": "altarPosition", > "run": false > } 1061a839,903 > }, > { > "title": "sequentialdialog", > "type": "module", > "name": "sequentialdialog", > "parameters": { > "dialogWaitTime": 6, > "dialogEndWait": 3, > "dialogKey": "dialog.baron.showRelic" > } > }, > { > "title": "faceDirection", > "type": "action", > "name": "faceDirection", > "parameters": { > "direction": 1 > } > }, > { > "title": "setVelocity", > "type": "action", > "name": "setVelocity", > "parameters": { > "velocity": [ > 0, > 15 > ] > } > }, > { > "title": "loadUniqueEntity", > "type": "action", > "name": "loadUniqueEntity", > "parameters": { > "uniqueId": "missionmanager" > }, > "output": { > "entity": "missionmanager" > } > }, > { > "title": "sendEntityMessage", > "type": "action", > "name": "sendEntityMessage", > "parameters": { > "entity": "missionmanager", > "message": "startSequence" > } > }, > { > "title": "sequentialdialog", > "type": "module", > "name": "sequentialdialog", > "parameters": { > "dialogWaitTime": 6, > "dialogEndWait": 4, > "dialogKey": "dialog.baron.alerted" > } > }, > { > "title": "runner", > "type": "action", > "name": "runner", > "parameters": {} dungeons\avian\aviantemple\aviantemple.dungeon 7c7 < "anchor" : [ "entrance", "entrance2", "entrance3", "entrance4", "entrance5", "entrance6" ], --- > "anchor" : [ "entrance1", "entrance2", "entrance3", "entrance4", "entrance5", "entrance6" ], 747c747 < "brush" : [ [ "clear" ], [ "object", "goldenurn", { "parameters" : { "smashDropPool" : "aviantempleChestTreasure", "breakDropPool" : "aviantempleChestTreasure" } } ] ] --- > "brush" : [ [ "clear" ], [ "object", "goldenurn", { "parameters" : { "smashDropPool" : "aviantempleTreasure", "breakDropPool" : "aviantempleTreasure" } } ] ] 2530c2530 < "name" : "entrance", --- > "name" : "entrance1", 2532,2533c2532 < [ "maxSpawnCount", [1] ], < [ "doNotCombineWith", [ "entrance2", "entrance3", "entrance4", "entrance5", "entrance6" ] ], --- > [ "doNotCombineWith", [ "entrance1", "entrance2", "entrance3", "entrance4", "entrance5", "entrance6" ] ], 2542,2543c2541 < [ "maxSpawnCount", [1] ], < [ "doNotCombineWith", [ "entrance", "entrance3", "entrance4", "entrance5", "entrance6" ] ], --- > [ "doNotCombineWith", [ "entrance1", "entrance2", "entrance3", "entrance4", "entrance5", "entrance6" ] ], 2552,2553c2550 < [ "maxSpawnCount", [1] ], < [ "doNotCombineWith", [ "entrance", "entrance2", "entrance4", "entrance5", "entrance6" ] ], --- > [ "doNotCombineWith", [ "entrance1", "entrance2", "entrance3", "entrance4", "entrance5", "entrance6" ] ], 2562,2563c2559 < [ "maxSpawnCount", [1] ], < [ "doNotCombineWith", [ "entrance", "entrance2", "entrance3", "entrance5", "entrance6" ] ], --- > [ "doNotCombineWith", [ "entrance1", "entrance2", "entrance3", "entrance4", "entrance5", "entrance6" ] ], 2572,2573c2568 < [ "maxSpawnCount", [1] ], < [ "doNotCombineWith", [ "entrance", "entrance2", "entrance3", "entrance4", "entrance6" ] ], --- > [ "doNotCombineWith", [ "entrance1", "entrance2", "entrance3", "entrance4", "entrance5", "entrance6" ] ], 2582,2583c2577 < [ "maxSpawnCount", [1] ], < [ "doNotCombineWith", [ "entrance", "entrance2", "entrance3", "entrance4", "entrance5" ] ], --- > [ "doNotCombineWith", [ "entrance1", "entrance2", "entrance3", "entrance4", "entrance5", "entrance6" ] ], 2592,2593c2586 < [ "maxSpawnCount", [1] ], < [ "doNotCombineWith", [ "entrance", "entrance2", "entrance3", "entrance4", "entrance5", "pyramidentry2", "pyramidentry3" ] ], --- > [ "doNotCombineWith", [ "pyramidentry1", "pyramidentry2", "pyramidentry3" ] ], 2602,2603c2595 < [ "maxSpawnCount", [1] ], < [ "doNotCombineWith", [ "entrance", "entrance2", "entrance3", "entrance4", "entrance5", "pyramidentry1", "pyramidentry3" ] ], --- > [ "doNotCombineWith", [ "pyramidentry1", "pyramidentry2", "pyramidentry3" ] ], 2612,2613c2604 < [ "maxSpawnCount", [1] ], < [ "doNotCombineWith", [ "entrance", "entrance2", "entrance3", "entrance4", "entrance5", "pyramidentry1", "pyramidentry2" ] ], --- > [ "doNotCombineWith", [ "pyramidentry1", "pyramidentry2", "pyramidentry3" ] ], 3124c3115 < [ "doNotConnectToPart", [ "entrance", "entrance2", "entrance3", "entrance4", "entrance5", "pyramidentry1", "pyramidentry2", "pyramidentry3", "28", "endfloor1", "endfloor3" ] ], --- > [ "doNotConnectToPart", [ "entrance1", "entrance2", "entrance3", "entrance4", "entrance5", "pyramidentry1", "pyramidentry2", "pyramidentry3", "28", "endfloor1", "endfloor3" ] ], 3135c3126 < [ "doNotConnectToPart", [ "entrance", "entrance2", "entrance3", "entrance4", "entrance5", "pyramidentry1", "pyramidentry2", "pyramidentry3", "28", "endfloor1", "endfloor3" ] ], --- > [ "doNotConnectToPart", [ "entrance1", "entrance2", "entrance3", "entrance4", "entrance5", "pyramidentry1", "pyramidentry2", "pyramidentry3", "28", "endfloor1", "endfloor3" ] ], 3146c3137 < [ "doNotConnectToPart", [ "entrance", "entrance2", "entrance3", "entrance4", "entrance5", "pyramidentry1", "pyramidentry2", "pyramidentry3", "27", "endfloor1", "endfloor3" ] ], --- > [ "doNotConnectToPart", [ "entrance1", "entrance2", "entrance3", "entrance4", "entrance5", "pyramidentry1", "pyramidentry2", "pyramidentry3", "27", "endfloor1", "endfloor3" ] ], 3157c3148 < [ "doNotConnectToPart", [ "entrance", "entrance2", "entrance3", "entrance4", "entrance5", "pyramidentry1", "pyramidentry2", "pyramidentry3", "27", "endfloor1", "endfloor3" ] ], --- > [ "doNotConnectToPart", [ "entrance1", "entrance2", "entrance3", "entrance4", "entrance5", "pyramidentry1", "pyramidentry2", "pyramidentry3", "27", "endfloor1", "endfloor3" ] ], dungeons\missions\avianmissions\avianmission1.json [TMX file differences are left out for huge size.] dungeons\missions\protectorate\protectorate.json [TMX file differences are left out for huge size.] items\armors\decorative\costumes\summer\summer.legs 7c7 < "category" : "chestwear", --- > "category" : "legwear", items\generic\food\tier3\coconutmilk.consumable 3c3 < "price" : 20, --- > "price" : 10, 12c12 < "duration" : 135 --- > "duration" : 90 15c15 < "foodValue" : 15, --- > "foodValue" : 10, items\materials\alienstripedwood.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\ancientblock.matitem 3c3 < "price" : 15, --- > "price" : 0, items\materials\ancientbrick.matitem 3c3 < "price" : 15, --- > "price" : 0, items\materials\ancientplatform.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\apexshipdetails.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\apexshipsupport.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\apexshipwall.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\aztec.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\aztectech.matitem 3c3 < "price" : 7, --- > "price" : 0, items\materials\bambooplatform.matitem 3c3 < "price" : 1, --- > "price" : 0, items\materials\bars.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\baseboard.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\biorock2.matitem 3c3 < "price" : 6, --- > "price" : 0, items\materials\bonematerial.matitem 3c3 < "price" : 3, --- > "price" : 0, items\materials\bookpiles.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\cabinroofing.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\castlewalls1.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\castlewalls2.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\chain.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\cheapwallpaper.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\composite01.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\concrete.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\copperblock.matitem 3c3 < "price" : 2, --- > "price" : 0, items\materials\copperplatform.matitem 3c3 < "price" : 1, --- > "price" : 0, items\materials\copperwindow.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\crosshatch.matitem 3c3 < "price" : 2, --- > "price" : 0, items\materials\crystalblock.matitem 3c3 < "price" : 7, --- > "price" : 0, items\materials\darksmoothstone.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\darkwood.matitem 3c3 < "price" : 1, --- > "price" : 0, items\materials\dermisblock.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\fadedblocks.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\fullwood1.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\geodeblock.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\girder.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\glass.matitem 3c3 < "price" : 4, --- > "price" : 0, items\materials\goldblock.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\goldenplatform.matitem 3c3 < "price" : 3, --- > "price" : 0, items\materials\heavyironbars.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\heavypipe.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\homewalls1.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\ironblock.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\ledgebrick.matitem 3c3 < "price" : 15, --- > "price" : 0, items\materials\lightmetal.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\log.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\lunarbaseblock.matitem 3c3 < "price" : 15, --- > "price" : 0, items\materials\magmarock.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\mediummetal.matitem 3c3 < "price" : 15, --- > "price" : 0, items\materials\metallic.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\moonrock.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\mossypackeddirt.matitem 14c14 < "learnBlueprintsOnPickup" : [ "mossypackedirt" ] --- > "learnBlueprintsOnPickup" : [ "mossypackeddirt" ] items\materials\obsidian.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\ornateflooring.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\ornateroofing.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\ornatetiles.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\ornatewall.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\ornatewood.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\outpost.matitem 3c3 < "price" : 15, --- > "price" : 0, items\materials\outpostsupport.matitem 3c3 < "price" : 15, --- > "price" : 0, items\materials\outpostwall.matitem 3c3 < "price" : 15, --- > "price" : 0, items\materials\outpostwall2.matitem 3c3 < "price" : 15, --- > "price" : 0, items\materials\pillarblock.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\plantblock.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\plate.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\platform.matitem 3c3 < "price" : 1, --- > "price" : 0, items\materials\platform2.matitem 3c3 < "price" : 1, --- > "price" : 0, items\materials\platinumblock.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\pressurisedbeam.matitem 3c3 < "price" : 12, --- > "price" : 0, items\materials\pressuriseddurasteel.matitem 3c3 < "price" : 12, --- > "price" : 0, items\materials\pressurisedgirder.matitem 3c3 < "price" : 12, --- > "price" : 0, items\materials\pressurisedplatform.matitem 3c3 < "price" : 6, --- > "price" : 0, items\materials\purplecrystal.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\ridgebrick.matitem 3c3 < "price" : 15, --- > "price" : 0, items\materials\rockbrick.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\rooftiles.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\rustymetal.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\shadowspikeblock.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\shadowwallblock.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\shroomblock.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\silverblock.matitem 3c3 < "price" : 4, --- > "price" : 0, items\materials\silverplatform.matitem 3c3 < "price" : 2, --- > "price" : 0, items\materials\silverscrew.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\smoothmetal.matitem 3c3 < "price" : 5, --- > "price" : 0, items\materials\stonetiles.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\supermatter.matitem 3c3 < "price" : 15, --- > "price" : 0, items\materials\techhull1.matitem 3c3 < "price" : 15, --- > "price" : 0, items\materials\temple1.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\temple2.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\temple3.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\temple4.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\tombbrick.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\tombbrick2.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\tombbrick3.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\tombbrick4.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\tombbrick5.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\treasurehoard.matitem 3c3 < "price" : 15, --- > "price" : 0, items\materials\tungstenplatform.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\wallpaper.matitem 3c3 < "price" : 10, --- > "price" : 0, items\materials\woodenwindow1.matitem 3c3 < "price" : 2, --- > "price" : 0, items\materials\woodenwindow2.matitem 3c3 < "price" : 2, --- > "price" : 0, items\throwables\coconut.thrownitem 3c3 < "price" : 25, --- > "price" : 10, monsters\ghosts\erchiusghost\erchiusghost.monstertype 108a109,111 > "lavaImmunity" : { > "baseValue" : 1.0 > }, objects\actionfigure\ixodoom\ixodoomAF.object 9c9 < "shortdescription" : "Erchius Horror Figurine", --- > "shortdescription" : "Ixodoom Figurine", stagehands\mission\glitchmissionmanager.lua 31d30 < self.playerScan = util.interval(2.0, playerScan) 35c34 < local players = world.entityQuery({self.missionArea[1], self.missionArea[2]}, {self.missionArea[3], self.missionArea[4]}, { includedTypes = {"player"} }) --- > local players = world.players() 79,82d77 < if #self.players == 0 then < self.coroutines = {} < end < 97c92,93 < self.playerScan(dt) --- > > playerScan() treasure\largedungeons.treasurepools 276c276,279 < {"weight" : 0.97, "pool" : "basicTreasure"}, --- > {"weight" : 0.29, "pool" : "money"}, > {"weight" : 0.40, "pool" : "basicTreasure"}, > {"weight" : 0.075, "pool" : "weapon"}, > {"weight" : 0.025, "pool" : "goodWeapon"}, 278,285c281,288 < {"weight" : 0.03, "item" : "spearback"}, < {"weight" : 0.5, "item" : [ "javelin", 2]}, < {"weight" : 0.01, "item" : [ "tribalwingsback", 1]}, < {"weight" : 0.01, "item" : [ "guardwingsback", 1]}, < {"weight" : 0.01, "item" : [ "phoenixhat", 1]}, < {"weight" : 0.01, "item" : [ "featherhead", 1]}, < {"weight" : 0.01, "item" : [ "falconwingsback", 1]}, < {"weight" : 0.01, "item" : [ "aviangodwingsback", 1]} --- > {"weight" : 0.15, "item" : [ "throwingspear", 5]}, > {"weight" : 0.001, "item" : [ "spearback", 1 ]}, > {"weight" : 0.001, "item" : [ "tribalwingsback", 1]}, > {"weight" : 0.001, "item" : [ "guardwingsback", 1]}, > {"weight" : 0.001, "item" : [ "phoenixhat", 1]}, > {"weight" : 0.001, "item" : [ "featherhead", 1]}, > {"weight" : 0.001, "item" : [ "falconwingsback", 1]}, > {"weight" : 0.001, "item" : [ "aviangodwingsback", 1]} 288,291c291,293 < [0.30, 0], < [0.20, 1], < [0.40, 2], < [0.10, 3] --- > [0.20, 0], > [0.70, 1], > [0.10, 2]