2020-10-07 02:23:20 +00:00
|
|
|
((
|
|
|
|
default: (
|
|
|
|
vox_spec: ("armor.empty", (0.0, 0.0, 0.0)),
|
|
|
|
color: None
|
|
|
|
),
|
|
|
|
map: {
|
|
|
|
"Starter": (
|
2021-09-26 13:49:49 +00:00
|
|
|
vox_spec: ("glider.starter", (-15.0, -5.0, 0.0)),
|
2020-10-07 02:23:20 +00:00
|
|
|
color: None
|
|
|
|
),
|
2021-01-12 20:20:11 +00:00
|
|
|
"PlainCloth": (
|
2021-09-26 13:49:49 +00:00
|
|
|
vox_spec: ("glider.basic_white", (-25.0, -20.0, 0.0)),
|
2021-01-12 20:20:11 +00:00
|
|
|
color: None
|
|
|
|
),
|
|
|
|
"RedCloth": (
|
2021-09-26 13:49:49 +00:00
|
|
|
vox_spec: ("glider.basic_red", (-25.0, -20.0, 0.0)),
|
2021-01-12 20:20:11 +00:00
|
|
|
color: None
|
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
"Blue0": (
|
2021-09-26 13:49:49 +00:00
|
|
|
vox_spec: ("glider.blue", (-26.0, -26.0, 0.0)),
|
2020-10-07 02:23:20 +00:00
|
|
|
color: None
|
2020-12-24 02:54:18 +00:00
|
|
|
),
|
|
|
|
"ButterflyMorpho": (
|
2021-09-26 13:49:49 +00:00
|
|
|
vox_spec: ("glider.butterfly1", (-26.0, -13.0, 0.0)),
|
2020-12-24 02:54:18 +00:00
|
|
|
color: None
|
|
|
|
),
|
|
|
|
"ButterflyMonarch": (
|
2021-09-26 13:49:49 +00:00
|
|
|
vox_spec: ("glider.butterfly2", (-26.0, -13.0, 0.0)),
|
2020-12-24 02:54:18 +00:00
|
|
|
color: None
|
|
|
|
),
|
2021-10-30 20:48:04 +00:00
|
|
|
"ButterflyLove": (
|
|
|
|
vox_spec: ("glider.butterfly3", (-26.0, -13.0, 0.0)),
|
|
|
|
color: None
|
|
|
|
),
|
2021-01-11 22:45:54 +00:00
|
|
|
"MothLuna": (
|
2021-09-26 13:49:49 +00:00
|
|
|
vox_spec: ("glider.moth", (-26.0, -22.0, 0.0)),
|
2021-01-11 22:45:54 +00:00
|
|
|
color: None
|
|
|
|
),
|
2020-12-24 02:54:18 +00:00
|
|
|
"SandRaptor": (
|
2021-09-26 13:49:49 +00:00
|
|
|
vox_spec: ("glider.sandraptor", (-26.0, -25.0, 0.0)),
|
2020-12-24 02:54:18 +00:00
|
|
|
color: None
|
|
|
|
),
|
|
|
|
"SnowRaptor": (
|
2021-09-26 13:49:49 +00:00
|
|
|
vox_spec: ("glider.snowraptor", (-26.0, -25.0, 0.0)),
|
2020-12-24 02:54:18 +00:00
|
|
|
color: None
|
|
|
|
),
|
|
|
|
"WoodRaptor": (
|
2021-09-26 13:49:49 +00:00
|
|
|
vox_spec: ("glider.woodraptor", (-26.0, -25.0, 0.0)),
|
2020-12-24 02:54:18 +00:00
|
|
|
color: None
|
2021-10-30 20:48:04 +00:00
|
|
|
),
|
|
|
|
"Sunset": (
|
|
|
|
vox_spec: ("glider.sunset", (-26.0, -26.0, 0.0)),
|
|
|
|
color: None
|
|
|
|
),
|
|
|
|
"Moonrise": (
|
|
|
|
vox_spec: ("glider.moonrise", (-26.0, -26.0, 0.0)),
|
|
|
|
color: None
|
|
|
|
),
|
2020-10-07 02:23:20 +00:00
|
|
|
"Purple0": (
|
2021-09-26 13:49:49 +00:00
|
|
|
vox_spec: ("glider.cultists", (-26.0, -26.0, 0.0)),
|
2020-10-07 02:23:20 +00:00
|
|
|
color: None
|
|
|
|
),
|
|
|
|
"Leaves": (
|
2021-09-26 13:49:49 +00:00
|
|
|
vox_spec: ("glider.leaves", (-26.0, -26.0, 0.0)),
|
2020-10-07 02:23:20 +00:00
|
|
|
color: None
|
|
|
|
),
|
|
|
|
},
|
|
|
|
))
|