KevinBlast/marble/data/missions/beginner/powerjump.mis

185 lines
5.0 KiB
Plaintext

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
type = "Beginner";
goldTime = "8000";
time = "15000";
desc = "Get to the end within 15 seconds with the Time travels!";
startHelpText = "Use the Time travels to get to the finish within the qualify time";
artist = "Kevin";
name = "Kevin's Time Course";
level = "4";
};
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";
materialList = "~/data/skies/sky_day.dml";
cloudHeightPer[0] = "0.349971";
cloudHeightPer[1] = "0.3";
cloudHeightPer[2] = "0.199973";
cloudSpeed1 = "0.0005";
cloudSpeed2 = "0.001";
cloudSpeed3 = "0.0003";
visibleDistance = "500";
fogDistance = "300";
fogColor = "0.600000 0.600000 0.600000 1.000000";
fogStorm1 = "0";
fogStorm2 = "0";
fogStorm3 = "0";
fogVolume1 = "0 0 0";
fogVolume2 = "0 0 0";
fogVolume3 = "0 0 0";
fogVolumeColor1 = "128.000000 128.000000 128.000000 -222768174765569861149077900047473967104.000000";
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
fogVolumeColor3 = "128.000000 128.000000 128.000000 -170698929442160049016675429178998259712.000000";
windVelocity = "1 1 0";
windEffectPrecipitation = "1";
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
useSkyTextures = "1";
renderBottomTexture = "1";
noRenderBans = "1";
locked = "true";
};
new Sun() {
direction = "0.512126 0.512126 -0.689532";
color = "1.000000 1.000000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000";
position = "0 0 0";
rotation = "1 0 0 0";
locked = "true";
scale = "1 1 1";
};
new SimGroup(CheckPoints) {
new StaticShape(StartPoint) {
position = "-3.93136 -83.0181 505.837";
rotation = "0 0 -1 30.9398";
scale = "1 1 1";
dataBlock = "StartPad";
};
new StaticShape(EndPoint) {
position = "-0.156509 -11.7716 505.799";
rotation = "0 0 -1 29.7937";
scale = "1 1 1";
dataBlock = "EndPad";
};
};
new InteriorInstance() {
position = "-3.98776 -77.1541 405.927";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/intermediate/leapoffaith.dif";
showTerrainInside = "0";
};
new ScriptObject() {
time = "0";
pad = "2080";
gemCount = "0";
penaltyTime = "0";
powerUp = "0";
bonusTime = "0";
};
new MessageVector(HudMessageVector) {
};
new ScriptObject() {
time = "0";
pad = "1585";
gemCount = "0";
penaltyTime = "0";
powerUp = "0";
bonusTime = "0";
};
new ScriptObject() {
time = "0";
pad = "1704";
gemCount = "0";
penaltyTime = "0";
powerUp = "0";
bonusTime = "0";
};
new Item() {
position = "-11.6237 -72.3005 506.386";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-6.68035 -70.8975 506.704";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
timeBonus = "10000";
};
new Item() {
position = "7.53241 -60.0362 506.571";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-4.14091 -50.2165 506.344";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-4.82117 -40.2708 506.549";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "7.53298 -29.2439 506.381";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "-0.36032 -21.2431 506.376";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
timeBonus = "10000";
};
new Item() {
position = "-13.1205 -17.917 506.666";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "TimeTravelItem";
collideable = "0";
static = "1";
rotate = "1";
timeBonus = "10000";
};
};
//--- OBJECT WRITE END ---