KevinBlast/marble/data/missions/intermediate/FrictionalClimb.mis

150 lines
4.3 KiB
Plaintext

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
name = "Frictional Climb";
desc = "Climb to the top of the tower as you practice your friction skills!";
type = "Intermediate";
level = "13";
startHelpText = "Watch your step!";
artist = "Kevin";
goldTime = "75000";
};
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.45949e-031 1.3684e-038";
fogVolume2 = "-1 1.07208e-014 8.756e-014";
fogVolume3 = "-1 5.1012e-010 2.05098e-008";
materialList = "~/data/skies/Intermediate/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 0.000004";
fogVolumeColor3 = "128.000000 128.000000 128.000000 14435505.000000";
};
new Sun() {
direction = "0.638261 0.459006 -0.61801";
color = "1.400000 1.200000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000";
};
new Trigger() {
position = "-6.5 22.9 -4.185";
rotation = "1 0 0 0";
scale = "70 70 150";
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 Item() {
position = "17.21 -13.7886 9.48689";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new InteriorInstance() {
position = "28.2743 -10.4804 114.015";
rotation = "0 0 1 90";
scale = "1 1 1";
interiorFile = "~/data/interiors/FrictionalClimb.dif";
showTerrainInside = "0";
};
new Item() {
position = "26.5407 1.82391 36.27";
rotation = "1 0 0 0";
scale = "0.3 0.3 0.4";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape(StartPoint) {
position = "17.2667 -10.778 5.14001";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "StartPad";
};
new Item() {
position = "39.2652 -21.4505 42.6";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperSpeedItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "17.2318 -5.72265 16.033";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape() {
position = "15.736 -5.56734 6.39535";
rotation = "0 0 -1 9.99997";
scale = "1 1 1";
dataBlock = "SignCautionCaution";
};
new Item() {
position = "17.2866 -13.093 23.4659";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new StaticShape(EndPoint) {
position = "28.2801 -10.6649 116.98";
rotation = "0 0 1 90";
scale = "1 1 1";
dataBlock = "EndPad";
};
new StaticShape() {
position = "28.3856 -11.1774 123.202";
rotation = "0 0 1 70";
scale = "1 1 1";
dataBlock = "SignFinish";
};
new Item() {
position = "18.2853 -15.9651 92.885";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "SuperJumpItem";
collideable = "0";
static = "1";
rotate = "1";
};
new AudioProfile(MusicProfile) {
fileName = "~/data/sound/Seaside Revisited.ogg";
description = "AudioMusic";
preload = "0";
};
};
//--- OBJECT WRITE END ---