add all new floorchange items

This commit is contained in:
ErikasKontenis
2022-04-24 16:26:28 +03:00
parent fb25a5a14f
commit 11a73011f1
3 changed files with 52 additions and 16 deletions

View File

@@ -83,6 +83,18 @@ local list = {
[6130] = {x = 0, y = 1, z = 1},
[6172] = {x = 0, y = 0, z = 1},
[6173] = {x = 0, y = 0, z = 1},
[6909] = {x = 1, y = 0, z = -1},
[6911] = {x = -1, y = 0, z = -1},
[6913] = {x = 0, y = 1, z = -1},
[6915] = {x = 0, y = -1, z = -1},
[6917] = {x = -1, y = 0, z = 1},
[6918] = {x = 1, y = 0, z = 1},
[6919] = {x = 0, y = -1, z = 1},
[6920] = {x = 0, y = 1, z = 1},
[6921] = {x = -1, y = 0, z = 1},
[6922] = {x = 1, y = 0, z = 1},
[6923] = {x = 0, y = -1, z = 1},
[6924] = {x = 0, y = 1, z = 1},
[7053] = {x = 0, y = 0, z = 1},
}