Skip to content

Commit

Permalink
Update register_arena.lua
Browse files Browse the repository at this point in the history
Correct height of entities
  • Loading branch information
shivajiva101 committed Sep 15, 2020
1 parent 19eb6b4 commit 383fe5b
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions register_arena.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ local default_arena = {
bot = {
-- spawner upgrade bot
offset = {
{x=-2, y=0, z=-4}, -- relative to island origin
{x=2, y=0, z=4},
{x=-2, y=0, z=-4},
{x=2, y=0, z=4},
{x=-4, y=0, z=2},
{x=-4, y=0, z=2},
{x=4, y=0, z=-2},
{x=4, y=0, z=-2}
{x=-2, y=2, z=-4}, -- relative to island origin
{x=2, y=2, z=4},
{x=-2, y=2, z=-4},
{x=2, y=2, z=4},
{x=-4, y=2, z=2},
{x=-4, y=2, z=2},
{x=4, y=2, z=-2},
{x=4, y=2, z=-2}
},
yaw = {90,270,90,270,0,0,180,180} -- facing
},
Expand Down Expand Up @@ -135,7 +135,7 @@ local default_arena = {
},
schem = 'island_small_1.mts'
},
spawners = {
spawners = {
-- centre
diamond = {
{x=9, y=4, z=-9}, -- relative to arena origin
Expand Down Expand Up @@ -181,14 +181,14 @@ local default_arena = {
"Bom Shiva"
},
offset = {
{x=2, y=0.5, z=0}, -- relative to island origin
{x=-2, y=0.5, z=0},
{x=2, y=0.5, z=0},
{x=-2, y=0.5, z=0},
{x=0, y=0.5, z=2},
{x=0, y=0.5, z=2},
{x=0, y=0.5, z=-2},
{x=0, y=0.5, z=-2}
{x=2, y=2.5, z=0}, -- relative to island origin
{x=-2, y=2.5, z=0},
{x=2, y=2.5, z=0},
{x=-2, y=2.5, z=0},
{x=0, y=2.5, z=2},
{x=0, y=2.5, z=2},
{x=0, y=2.5, z=-2},
{x=0, y=2.5, z=-2}
},
yaw = {90,270,90,270,0,0,180,180} -- facing
},
Expand Down

0 comments on commit 383fe5b

Please sign in to comment.