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

165 lines
4.7 KiB
Plaintext

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
startHelpText = "Use the Gravity Modifiers to slove this puzzle!";
type = "beginner";
time = "0";
artist = "Kevin";
desc = "Use the Gravity Modifiers to change the direction of the gravity to the direction of the arrow!";
goldTime = "2000";
name = "Gravity Cube";
level = "13";
};
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/beginner/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.560395 0.341545 -0.754522";
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";
scale = "1 1 1";
locked = "true";
};
new SimGroup(CheckPoints) {
};
new Item() {
position = "48.8979 -26.035 480.833";
rotation = "0 -1 0 90";
scale = "0.5 0.5 0.5";
dataBlock = "AntiGravityItem";
collideable = "0";
static = "1";
rotate = "1";
};
new ScriptObject() {
gemCount = "0";
time = "0";
powerUp = "0";
penaltyTime = "0";
pad = "2453";
bonusTime = "0";
};
new InteriorInstance() {
position = "-50.1985 -133.563 480.467";
rotation = "1 0 0 0";
scale = "1 1 1";
interiorFile = "~/data/interiors/MBF/Gravity.dif";
showTerrainInside = "0";
};
new StaticShape(StartPoint) {
position = "52.3093 -26.0602 486.469";
rotation = "0 0 1 90";
scale = "0.5 0.5 0.5";
dataBlock = "StartPad";
};
new StaticShape(EndPoint) {
position = "49.3095 -26.0625 483.467";
rotation = "0 1 0 90";
scale = "0.5 0.5 0.5";
dataBlock = "EndPad";
};
new Item() {
position = "55.7085 -26.0633 485.5";
rotation = "0 1 0 90";
scale = "0.5 0.5 0.5";
dataBlock = "AntiGravityItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "54.9291 -22.6626 483.491";
rotation = "-1 0 0 90";
scale = "0.5 0.5 0.5";
dataBlock = "AntiGravityItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "52.3335 -23.3881 480.062";
rotation = "1 0 0 0";
scale = "0.5 0.5 0.5";
dataBlock = "AntiGravityItem";
collideable = "0";
static = "1";
rotate = "1";
};
new Item() {
position = "52.31 -29.4711 480.906";
rotation = "1 0 0 90";
scale = "0.5 0.5 0.5";
dataBlock = "AntiGravityItem";
collideable = "0";
static = "1";
rotate = "1";
};
new ScriptObject() {
gemCount = "0";
time = "0";
powerUp = "0";
penaltyTime = "0";
pad = "1912";
bonusTime = "0";
};
new Trigger() {
position = "37.8276 -10.0453 471.111";
rotation = "1 0 0 0";
scale = "30 30 30";
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 AudioProfile(MusicProfile) {
fileName = "~/data/sound/Shell.ogg";
description = "AudioMusic";
preload = "0";
};
new Item() {
position = "55.8435 -36.9124 479.6";
rotation = "1 0 0 0";
scale = "1 1 1";
dataBlock = "EasterEgg";
collideable = "0";
static = "1";
rotate = "1";
};
};
//--- OBJECT WRITE END ---