MBHaxe/data/missions/beginner/gems.mis
2021-06-28 22:38:36 +05:30

161 lines
4.6 KiB
Text

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
name = "Collect the Gems";
type = "Beginner";
artist = "Alex Swanson";
desc = "You must collect all the gems before you can exit.";
startHelpText = "Collect all the gems, then head for the finish!";
level = "2";
goldTime = "12000";
};
new MissionArea(MissionArea) {
area = "-360 -648 720 1296";
flightCeiling = "300";
flightCeilingRange = "20";
locked = "true";
};
new Sky(Sky) {
position = "336 136 0";
rotation = "1 0 0 0";
scale = "1 1 1";
cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.3";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0.0005";
cloudSpeed2 = "0.001";
cloudSpeed3 = "0.0003";
visibleDistance = "500";
useSkyTextures = "1";
renderBottomTexture = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000";
fogVolume1 = "0 0 0";
fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0";
materialList = "~/data/skies/sky_day.dml";
windVelocity = "1 1 0";
windEffectPrecipitation = "1";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -222768174765569860000000000000000000000.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 -170698929442160050000000000000000000000.000000";
locked = "true";
};
new Sun() {
direction = "-0.473121 -0.225982 -0.851521";
color = "1.400000 1.200000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000";
locked = "true";
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
};
new SimGroup(CheckPoints) {
new StaticShape(StartPoint) {
position = "35.7087 -0.988139 497.097";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StartPad";
};
new StaticShape(EndPoint) {
position = "-9.08482 -8.34429 497.188";
rotation = "0 0 1 229.366";
scale = "1 1 1";
dataBlock = "EndPad";
};
};
new Trigger(Bounds) {
position = "-14.8244 20.4875 495.149";
rotation = "1 0 0 0";
scale = "56.3847 36.0045 20";
dataBlock = "InBoundsTrigger";
polyhedron = "0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 0.0000000 -1.0000000 0.0000000 0.0000000 0.0000000 1.0000000";
};
new InteriorInstance() {
position = "23.6907 2.98635 496.879";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/beginner/training_jewel.dif";
showTerrainInside = "0";
locked = "true";
};
new Item() {
position = "-10.3452 14.6931 497.267";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-0.360377 14.7835 497.267";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "2.23896 3.85229 497.354";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "6.45257 9.75113 497.262";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "10.2608 -1.55305 497.266";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "5.12851 -6.93383 497.229";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "1.05057 -5.5609 497.215";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape() {
position = "-9.03796 -8.14522 503.09";
rotation = "0 0 1 230.512";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Beach Party.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---