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

159 lines
4.6 KiB
Text

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
time = "0";
name = "Tornado Bowl";
desc = "Watch out for the tornado\'s pull!";
type = "Beginner";
startHelpText = "Collect the gems, but beware the pull of the tornado!";
level = "20";
artist = "Alex Swanson";
goldTime = "7000";
};
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";
cloudHeightPer[1] = "0";
cloudHeightPer[2] = "0";
cloudSpeed1 = "0.0001";
cloudSpeed2 = "0.0002";
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 = "-1 7.47605e-027 1.69387e+038";
fogVolume2 = "-1 -1.17676e-038 0.0383887";
fogVolume3 = "-1 2.75609e+038 1.76723e-012";
materialList = "~/data/skies/sky_day.dml";
windVelocity = "1 0 0";
windEffectPrecipitation = "0";
noRenderBans = "1";
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 -14848524993944557000000000000000.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 99392957236346094000.000000";
};
new Sun() {
direction = "0.59124 0.265566 -0.761518";
color = "1.400000 1.200000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000";
};
new InteriorInstance() {
position = "0 0 0";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/beginner/training_tornado.dif";
showTerrainInside = "0";
};
new StaticShape(EndPoint) {
position = "30.875 0.0625007 -1.4375";
rotation = "0 0 1 89.9543";
scale = "1 1 1";
dataBlock = "EndPad";
};
new StaticShape(StartPoint) {
position = "-31.625 0.0625 6.5625";
rotation = "0 0 1 89.9543";
scale = "1 1 1";
dataBlock = "StartPad";
};
new StaticShape() {
position = "-3.125 0.0625 -5.4375";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "Tornado";
};
new Item() {
position = "-9.125 7.0625 -5.4375";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "2.875 7.0625 -5.4375";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "2.875 -6.9375 -5.4375";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-9.125 -6.9375 -5.4375";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "GemItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Trigger(Bounds) {
position = "-38.625 27.5625 -9.4375";
rotation = "1 0 0 0";
scale = "78.5477 55 78.2749";
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 StaticShape() {
position = "32.1242 -0.321308 5.81693";
rotation = "0 0 1 71.0468";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new Item() {
position = "-18.1155 15.3986 1.6437";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "21.1137 -0.936647 7.63539";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-20.9333 -14.4542 3.70674";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Beach Party.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---