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

148 lines
4.3 KiB
Plaintext

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
time = "0";
startHelpText = "Use the Gravity Modifiers to slove this puzzle!";
name = "Gravity Cube";
desc = "Use the Gravity Modifiers to change the direction of the gravity to the direction of the arrow!";
artist = "Kevin";
level = "13";
goldTime = "2000";
type = "beginner";
};
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/beginner/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.560395 0.341545 -0.754522";
color = "1.400000 1.200000 0.400000 1.000000";
ambient = "0.300000 0.300000 0.400000 1.000000";
locked = "true";
rotation = "1 0 0 0";
scale = "1 1 1";
position = "0 0 0";
};
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";
penaltyTime = "0";
time = "0";
powerUp = "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";
penaltyTime = "0";
time = "0";
powerUp = "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";
};
};
//--- OBJECT WRITE END ---