Update register_arena.lua

Correct height of entities
master
shivajiva101 2020-09-15 23:14:38 +01:00 committed by shivajiva
parent 19eb6b495d
commit 68457b6b66
1 changed files with 75 additions and 75 deletions

View File

@ -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
},
@ -49,7 +49,7 @@ local default_arena = {
{r = 0, g = 255, b = 255}, -- Cyan
{r = 255, g = 150, b = 0}, -- Orange
{r = 255, g = 0, b = 255} -- Pink
},
},
cs = {
-- colour strings used by mod
{"Blue", "#0000FFBF", "blue", "0x0000FF"},
@ -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
},