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

@ -31272,74 +31272,74 @@ Flags = {Top,SeparationEvent,Door,Unmove}
TypeID = 6909
Name = "a ramp"
Flags = {Bottom,Unmove}
Flags = {Bottom,CollisionEvent,Unmove,Avoid,Height}
TypeID = 6910
Name = "a ramp"
Flags = {Bottom,Unmove}
Flags = {Bottom,Unmove,Height}
TypeID = 6911
Name = "a ramp"
Flags = {Bottom,Unmove}
Flags = {Bottom,CollisionEvent,Unmove,Avoid,Height}
TypeID = 6912
Name = "a ramp"
Flags = {Bottom,Unmove}
Flags = {Bottom,Unmove,Height}
TypeID = 6913
Name = "a ramp"
Flags = {Bottom,Unmove}
Flags = {Bottom,CollisionEvent,Unmove,Avoid,Height}
TypeID = 6914
Name = "a ramp"
Flags = {Bottom,Unmove}
Flags = {Bottom,Unmove,Height}
TypeID = 6915
Name = "a ramp"
Flags = {Bottom,Unmove}
Flags = {Bottom,CollisionEvent,Unmove,Avoid,Height}
TypeID = 6916
Name = "a ramp"
Flags = {Bottom,Unmove}
Flags = {Bottom,Unmove,Height}
TypeID = 6917
Name = "a ramp"
Flags = {Bank,Unmove}
Flags = {Bank,CollisionEvent,Unmove,Avoid}
Attributes = {Waypoints=150}
TypeID = 6918
Name = "a ramp"
Flags = {Bank,Unmove}
Flags = {Bank,CollisionEvent,Unmove,Avoid}
Attributes = {Waypoints=150}
TypeID = 6919
Name = "a ramp"
Flags = {Bank,Unmove}
Flags = {Bank,CollisionEvent,Unmove,Avoid}
Attributes = {Waypoints=150}
TypeID = 6920
Name = "a ramp"
Flags = {Bank,Unmove}
Flags = {Bank,CollisionEvent,Unmove,Avoid}
Attributes = {Waypoints=150}
TypeID = 6921
Name = "a ramp"
Flags = {Bank,Unmove}
Flags = {Bank,CollisionEvent,Unmove,Avoid}
Attributes = {Waypoints=150}
TypeID = 6922
Name = "a ramp"
Flags = {Bank,Unmove}
Flags = {Bank,CollisionEvent,Unmove,Avoid}
Attributes = {Waypoints=150}
TypeID = 6923
Name = "a ramp"
Flags = {Bank,Unmove}
Flags = {Bank,CollisionEvent,Unmove,Avoid}
Attributes = {Waypoints=150}
TypeID = 6924
Name = "a ramp"
Flags = {Bank,Unmove}
Flags = {Bank,CollisionEvent,Unmove,Avoid}
Attributes = {Waypoints=150}
TypeID = 6925

View File

@ -663,6 +663,30 @@
<movevent event="AddItem" itemid="6129" tileitem="1" script="misc/floorchange.lua" />
<movevent event="StepIn" itemid="6130" script="misc/floorchange.lua" />
<movevent event="AddItem" itemid="6130" tileitem="1" script="misc/floorchange.lua" />
<movevent event="StepIn" itemid="6909" script="misc/floorchange.lua" />
<movevent event="AddItem" itemid="6909" tileitem="1" script="misc/floorchange.lua" />
<movevent event="StepIn" itemid="6911" script="misc/floorchange.lua" />
<movevent event="AddItem" itemid="6911" tileitem="1" script="misc/floorchange.lua" />
<movevent event="StepIn" itemid="6913" script="misc/floorchange.lua" />
<movevent event="AddItem" itemid="6913" tileitem="1" script="misc/floorchange.lua" />
<movevent event="StepIn" itemid="6915" script="misc/floorchange.lua" />
<movevent event="AddItem" itemid="6915" tileitem="1" script="misc/floorchange.lua" />
<movevent event="StepIn" itemid="6917" script="misc/floorchange.lua" />
<movevent event="AddItem" itemid="6917" tileitem="1" script="misc/floorchange.lua" />
<movevent event="StepIn" itemid="6918" script="misc/floorchange.lua" />
<movevent event="AddItem" itemid="6918" tileitem="1" script="misc/floorchange.lua" />
<movevent event="StepIn" itemid="6919" script="misc/floorchange.lua" />
<movevent event="AddItem" itemid="6919" tileitem="1" script="misc/floorchange.lua" />
<movevent event="StepIn" itemid="6920" script="misc/floorchange.lua" />
<movevent event="AddItem" itemid="6920" tileitem="1" script="misc/floorchange.lua" />
<movevent event="StepIn" itemid="6921" script="misc/floorchange.lua" />
<movevent event="AddItem" itemid="6921" tileitem="1" script="misc/floorchange.lua" />
<movevent event="StepIn" itemid="6922" script="misc/floorchange.lua" />
<movevent event="AddItem" itemid="6922" tileitem="1" script="misc/floorchange.lua" />
<movevent event="StepIn" itemid="6923" script="misc/floorchange.lua" />
<movevent event="AddItem" itemid="6923" tileitem="1" script="misc/floorchange.lua" />
<movevent event="StepIn" itemid="6924" script="misc/floorchange.lua" />
<movevent event="AddItem" itemid="6924" tileitem="1" script="misc/floorchange.lua" />
<movevent event="StepIn" itemid="7053" script="misc/floorchange.lua" />
<movevent event="AddItem" itemid="7053" tileitem="1" script="misc/floorchange.lua" />

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},
}