mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
3410 lines
96 KiB
Text
3410 lines
96 KiB
Text
//--- OBJECT WRITE BEGIN ---
|
|
new SimGroup(MissionGroup) {
|
|
|
|
new ScriptObject(MissionInfo) {
|
|
gemGroupRadius = "17.5";
|
|
type = "advanced";
|
|
include = "1";
|
|
gameMode = "Scrum";
|
|
time = "300000";
|
|
numgems = "1";
|
|
level = "62";
|
|
name = $Text::LevelNameMP5;
|
|
maxGemsPerGroup = "6";
|
|
gameType = "MultiPlayer";
|
|
desc = "Gem Hunt!";
|
|
guid = "{70E49DF8-CE3F-4136-A081-AC38E865B809}";
|
|
};
|
|
new Sky(Sky) {
|
|
position = "336 136 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
materialList = "~/data/skies/sky_advanced.dml";
|
|
cloudHeightPer[0] = "0";
|
|
cloudHeightPer[1] = "0";
|
|
cloudHeightPer[2] = "0";
|
|
cloudSpeed1 = "0.0001";
|
|
cloudSpeed2 = "0.0002";
|
|
cloudSpeed3 = "0.0003";
|
|
visibleDistance = "1500";
|
|
fogDistance = "1000";
|
|
fogColor = "0.600000 0.600000 0.600000 1.000000";
|
|
fogStorm1 = "0";
|
|
fogStorm2 = "0";
|
|
fogStorm3 = "0";
|
|
fogVolume1 = "-1 7.45949e-031 1.3684e-038";
|
|
fogVolume2 = "-1 1.07208e-014 8.756e-014";
|
|
fogVolume3 = "-1 5.1012e-010 2.05098e-008";
|
|
windVelocity = "1 0 0";
|
|
windEffectPrecipitation = "0";
|
|
SkySolidColor = "0.600000 0.600000 0.600000 1.000000";
|
|
useSkyTextures = "1";
|
|
renderBottomTexture = "1";
|
|
noRenderBans = "1";
|
|
renderBanOffsetHeight = "50";
|
|
skyGlow = "0";
|
|
skyGlowColor = "0.000000 0.000000 0.000000 0.000000";
|
|
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.614021 0.433884 -0.659336";
|
|
color = "1.400000 1.200000 0.400000 1.000000";
|
|
ambient = "0.400000 0.400000 0.400000 1.000000";
|
|
shadowColor = "0.000000 0.000000 0.000000 0.400000";
|
|
};
|
|
new StaticShape(Cloud_Shape) {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "astrolabeCloudsAdvancedShape";
|
|
};
|
|
new StaticShape() {
|
|
position = "0 0 -500";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "astrolabeShape";
|
|
};
|
|
new InteriorInstance() {
|
|
position = "0 0 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
interiorFile = "./zenith.dif";
|
|
showTerrainInside = "0";
|
|
};
|
|
new SimGroup(GemSpawns) {
|
|
|
|
new SpawnSphere() {
|
|
position = "-25 -27 3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_5pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "22.5 5 3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_5pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "4297";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "20 8 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "25.5 2 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "4294";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-26 -22 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-22 -30 1.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-18 -30 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-26 -18 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-6 -22 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-2 -22 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "2 -22 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "8 -30 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "12 -30 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "16 -30 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "20 -30 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-12 -40 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-12 -34 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-20 -40 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-32 -40 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-32 -36 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-36 -32 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "46 28 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-14 -8 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-20 -4 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-22 -2 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-12 8 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-12 2 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-20 30 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-16 30 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-2 -12 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "6 -12 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "8 14 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "16 20 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "20 18 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "20 12 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "24 18 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "22 26 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "18 26 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "14 26 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "34 28 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "72 20 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "74 24 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "78 22 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "82 24 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "86 20 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "78 10 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "72 6 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "78 4 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_5pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "54 8 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "44 2 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "78 -2 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "76 -6 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "80 -10 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "76 -12 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "78 -16 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "72 -22 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "68 -26 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "66 -22 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "64 -26 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "60 -22 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "56 -26 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "62 -16 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "40 -26 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "40 -18 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "40 -14 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "30 -4 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "4293";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-36 -48 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-74 -40 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-76 -44 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-80 -42 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-84 -44 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-88 -40 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-80 -30 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_5pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-74 -26 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-80 -24 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-56 -28 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-46 -22 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-80 -18 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-78 -14 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-82 -10 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-78 -8 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-80 -4 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-74 2 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-70.0974 3.82235 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-68 2 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-66 6 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-62 2 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-58 6 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-64 -4 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-42 6 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-42 -2 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-42 -6 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-32 -16 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-39 -9 -3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-47 -9 -3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-69.5 -18 -3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-49 -21.5 -3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-48.5 -31 -3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-71.5 -24 -3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-65.5 -28 -3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-71 -21 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-65.5 -21 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-69.5 -29.5 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-66.5 -8 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-55.5 -9.5 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-44.5 -27.5 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-44 -50 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-50 -52 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-54 -50 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-58 -52 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-48 -48 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "20 -14 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "4298";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "12 -18 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-14 16 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-12 12 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-24 16 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-18 12 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-16 5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-12 20 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-4 20.5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-7 5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "10.5 18 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "25 13 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "15 10 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "3.5 -6.5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "1 -17 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-5 -17.5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "2 -26.5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "16.5 -25 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "13 -35 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "5.5 -46.5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-1 -36 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "22 -7 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "4295";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "15 -9 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "14.5 -5.5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "0 13.5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "11 1 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "37 -11 -3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "4296";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "45 -11 -3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "67.5 -2 -3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "47 1.5 -3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "46.5 11 -3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "69.5 4 -3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "63.5 8 -3.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "69 1 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "63.5 1 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "67.5 9.5 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "64.5 -12 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "53.5 -10.5 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "42.5 7.5 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "42 30 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "48 32 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
gemDataBlock = "GemItem_2pts";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "52 30 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "56 32 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "GemSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "GemSpawnSphereMarker";
|
|
static = "1";
|
|
rotate = "1";
|
|
gem = "0";
|
|
};
|
|
};
|
|
new SimGroup(SpawnPoints) {
|
|
|
|
new SpawnSphere() {
|
|
position = "-10 -12 4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "2 -30 4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "14.5 -40 4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "12.5 14 4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-15.5 23.5 4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-30 3.5 4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-26.5 -40 4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "30 18 4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "52 0 4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "45 -21.5 4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-68 -4.5 4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-66 -42 4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-59 -22 -1";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-60 -8 -1";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-47.5 -2 -1";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "47.5 5.5 -1";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "58 -4 -1";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "45.5 -18.5 -1";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "47.5 8.5 -1";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "51.5 -14 -1";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-68 -24 -1";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-49.5 -26.5 -1";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
new SpawnSphere() {
|
|
position = "-47 1 -1";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
className = "SpawnSphereMarker";
|
|
};
|
|
};
|
|
new Item() {
|
|
position = "-51.5 -13.5 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperJumpItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperJumpItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-50.6473 -38.5684 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperJumpItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperJumpItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-37 -4 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperJumpItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperJumpItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "49 -5.5 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperJumpItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperJumpItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "49.7494 5.44904 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperJumpItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperJumpItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "38.185 -0.600166 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperJumpItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperJumpItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "20.5 -45.5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperJumpItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperJumpItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-24 33 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperJumpItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperJumpItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "25 30 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperJumpItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperJumpItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-22.2956 -46.6448 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperJumpItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperJumpItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-3.5 -5.5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "HelicopterItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "HelicopterItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "40.5 20 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "HelicopterItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "HelicopterItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "71 -24 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "HelicopterItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "HelicopterItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "85 23 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "HelicopterItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "HelicopterItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-85.5 -42 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "HelicopterItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "HelicopterItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-62.5 5 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "HelicopterItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "HelicopterItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-75.5 -20 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "HelicopterItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "HelicopterItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "73.5 1 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "HelicopterItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "HelicopterItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-12.5 -17 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "MegaMarbleItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "MegaMarbleItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "5 10.5 0";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "MegaMarbleItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "MegaMarbleItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-59.5 -19 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "MegaMarbleItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "MegaMarbleItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "59.5 -1 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "MegaMarbleItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "MegaMarbleItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "56.5 -18.5 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "BlastItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "0";
|
|
permanent = "0";
|
|
className = "BlastItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "49.5 16.5 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "BlastItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "0";
|
|
permanent = "0";
|
|
className = "BlastItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-57 -1.5 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "BlastItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "0";
|
|
permanent = "0";
|
|
className = "BlastItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-56 -29 -4";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "BlastItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "0";
|
|
permanent = "0";
|
|
className = "BlastItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-45.5 -16 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "BlastItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "0";
|
|
permanent = "0";
|
|
className = "BlastItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "43 -4 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "BlastItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "0";
|
|
permanent = "0";
|
|
className = "BlastItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "79.5 -5 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperSpeedItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperSpeedItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "43.5 32 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperSpeedItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperSpeedItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-79 -11.5 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperSpeedItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperSpeedItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-50.5 -49 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperSpeedItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperSpeedItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-35 -26.5 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperSpeedItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperSpeedItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "-28.5 13 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperSpeedItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperSpeedItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "30 -17.5 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperSpeedItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperSpeedItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Item() {
|
|
position = "33 7 0.5";
|
|
rotation = "1 0 0 0";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "SuperSpeedItem";
|
|
collideable = "0";
|
|
static = "1";
|
|
rotate = "1";
|
|
permanent = "0";
|
|
className = "SuperSpeedItem";
|
|
checkPointConfirmationNumber = "0";
|
|
};
|
|
new Trigger(Bounds) {
|
|
position = "-92.5 39 -6.46107";
|
|
rotation = "1 0 0 0";
|
|
scale = "183 96 195.376";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
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 SpawnSphere() {
|
|
position = "-20.7195 -34.2305 4.93519";
|
|
rotation = "0.254355 0.147084 -0.955861 62.345";
|
|
scale = "1 1 1";
|
|
hidden = "0";
|
|
reanderShadow = "1";
|
|
dataBlock = "CameraSpawnSphereMarker";
|
|
radius = "100";
|
|
sphereWeight = "100";
|
|
indoorWeight = "100";
|
|
outdoorWeight = "100";
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|