mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-07-13 23:44:38 +00:00
Initial Commit
This commit is contained in:
commit
bd51490b14
316 changed files with 150033 additions and 0 deletions
452
missions/CenturyMaze.mis
Normal file
452
missions/CenturyMaze.mis
Normal file
|
|
@ -0,0 +1,452 @@
|
|||
$Killstreak::GunshipSpawnLocation["CenturyMaze"] = "0 -1000 -4800";
|
||||
$WarTower::SpawnZone["CenturyMaze"] = "55.4342 214.465 -5399";
|
||||
|
||||
// DisplayName = Century Maze
|
||||
// MissionTypes = Wartower
|
||||
|
||||
//--- Mission Quote Begin ---
|
||||
// Seek down the top of the tower, there are two paths you can take.
|
||||
// Serverside Mission
|
||||
//--- Mission Quote End ---
|
||||
|
||||
//--- Mission String Begin ---
|
||||
//FFA concepts apply
|
||||
//Invincibility in the spawn room
|
||||
//--- Mission String End ---
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
musicTrack = "lush";
|
||||
cdTrack = "2";
|
||||
powerCount = "0";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-825 -900 1200 1500";
|
||||
flightCeiling = "5000";
|
||||
flightCeilingRange = "20";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new Sun(Sun) {
|
||||
position = "-1024 -1024 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.622506 0.622506 -0.474313";
|
||||
color = "0.800000 0.800000 0.800000 1.000000";
|
||||
ambient = "0.400000 0.400000 0.400000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
texture[3] = "special/LensFlare/flare02";
|
||||
texture[4] = "special/LensFlare/flare03";
|
||||
lensFlareScale = "0.7";
|
||||
lensFlareIntensity = "1";
|
||||
frontFlareSize = "300";
|
||||
backFlareSize = "450";
|
||||
flareColor = "1.000000 1.000000 1.000000 1.000000";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "70";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
conjoinBowlDev = "20";
|
||||
locked = "true";
|
||||
coverage = "0";
|
||||
scale = "1 1 1";
|
||||
GraphFile = "slapmydash.nav";
|
||||
squareSize = "75";
|
||||
XDimOverSize = "0";
|
||||
position = "-1024 -1024 0 1";
|
||||
YDimOverSize = "0";
|
||||
rotation = "0 0 0 0";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/desertdet1";
|
||||
terrainFile = "Slapdash.ter";
|
||||
squareSize = "75";
|
||||
|
||||
locked = "true";
|
||||
hazeDistance = "250";
|
||||
position = "-1024 -1024 0";
|
||||
visibleDistance = "1200";
|
||||
};
|
||||
|
||||
new Sky(Sky) {
|
||||
position = "-1024 -1024 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0012";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "800";
|
||||
useSkyTextures = "1";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.390000 0.390000 0.390000 0.000000";
|
||||
fogDistance = "750";
|
||||
fogColor = "0.500000 0.500000 0.500000 1.000000";
|
||||
fogVolume1 = "0 0 0";
|
||||
fogVolume2 = "100 100 120";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "Lush_l4.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 -0.040112";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.742938";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
|
||||
high_visibleDistance = "-1";
|
||||
high_fogDistance = "-1";
|
||||
high_fogVolume1 = "-1 2.33105e-09 6.40969e-10";
|
||||
high_fogVolume2 = "-1 1.07461e-38 0";
|
||||
high_fogVolume3 = "-1 7.9874e-44 5.9061e-32";
|
||||
|
||||
locked = "true";
|
||||
cloudSpeed0 = "0.000503 0.000020";
|
||||
};
|
||||
|
||||
|
||||
new SimGroup(Teams) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(Team1) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
};
|
||||
|
||||
new SimGroup(team0) {
|
||||
|
||||
powerCount = "0";
|
||||
};
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new Camera(TreeCam) {
|
||||
position = "-11.8305 -349.906 139.298";
|
||||
rotation = "0 0 1 -16.6157";
|
||||
scale = "1 0.739761 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
};
|
||||
|
||||
new Trigger(TriggerOfDie) {
|
||||
position = "-1000 -1000 -5610";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "5000 5000 5";
|
||||
dataBlock = "deathTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 Trigger(TriggerOfNoInvinc1) {
|
||||
position = "50 205.254 -5399.51";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "20 2 20";
|
||||
dataBlock = "invincDisableTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 Trigger(TriggerOfNoInvinc2) {
|
||||
position = "50 224.748 -5399.51";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "20 2 20";
|
||||
dataBlock = "invincDisableTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 ---
|
||||
|
||||
// 55.4342 214.465 -5399.5 <- Spawn zone
|
||||
|
||||
//%building = new (StaticShape) () {datablock = "DeployedCrate3";position = "55.4342 214.465 -5399.5";rotation = "0 0 1 178.281";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "56.1015 215.085 -5399.5";rotation = "0.73004 -0.683405 -3.55719e-06 180";scale = "4.75007 6.49999 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
//%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "54.2919 212.581 -5400";rotation = "0.990916 -0.134482 -1.70468e-07 180";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";deployed = "1";powerFreq = "1";};setTargetSensorGroup(%building.getTarget(),1);checkPowerObject(%building);%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "66.473 205.999 -5399.75";rotation = "-0.551966 -0.58963 0.589635 237.795";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField15";position = "58.8156 205.254 -5399.51";rotation = "-0.0233243 0.706913 0.706916 177.328";scale = "5.34278 3.52 0.48";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";noSlow = "1";};setTargetSensorGroup(%building.getTarget(),1);checkPowerObject(%building);%building.pzone.delete();%building.pzone = "";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "59.0393 205.508 -5399.5";rotation = "0 0 1 176.221";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "58.7898 205.492 -5395.75";rotation = "-0.0329575 0.998913 -0.0329574 90.0626";scale = "0.125 0.166666 10.6456";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "53.2292 205.124 -5399.5";rotation = "0 0 1 176.221";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "56.2685 203.32 -5400";rotation = "-1.12815e-06 -9.55468e-07 -1 93.7794";scale = "0.875153 1.77184 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "59.0547 205.258 -5399.75";rotation = "0.0233264 -0.706912 0.706917 177.328";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "StationInventory";position = "63.5635 215.907 -5399.5";rotation = "0 0 1 85.5449";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";deployed = "1";powerFreq = "1";};setTargetSensorGroup(%building.getTarget(),1);checkPowerObject(%building);%building.deploy();adjustTrigger(%building);
|
||||
%building = new (StaticShape) () {datablock = "StationInventory";position = "48.6271 214.45 -5399.5";rotation = "0 0 -1 94.565";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";deployed = "1";powerFreq = "1";};setTargetSensorGroup(%building.getTarget(),1);checkPowerObject(%building);%building.deploy();adjustTrigger(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "53.2517 204.875 -5399.75";rotation = "0.0233264 -0.706912 0.706917 177.328";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "66.7389 205.766 -5399.75";rotation = "0.564233 0.602733 0.564229 117.843";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "45.497 223.906 -5399.75";rotation = "0.0233264 -0.706912 0.706917 177.328";scale = "0.125 0.166666 38.0006";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "56.4922 199.075 -5400";rotation = "0 0 1 86.2204";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "61.4584 199.403 -5398.9";rotation = "0.198578 0.21213 -0.956853 96.2964";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "62.8973 205.512 -5389.75";rotation = "-0.0233246 0.706913 0.706916 177.328";scale = "1.79995 6.49999 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "56.1507 205.066 -5387.75";rotation = "-0.0233234 0.706911 0.706917 177.328";scale = "1.58067 5.16666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "50.014 204.662 -5389.75";rotation = "-0.0233243 0.706913 0.706916 177.328";scale = "1.49433 6.49999 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "51.526 198.747 -5398.9";rotation = "-0.198578 -0.21213 -0.956853 96.2964";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "65.1876 225.457 -5399.75";rotation = "-0.551966 -0.58963 0.589635 237.795";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField15";position = "58.0809 224.748 -5399.51";rotation = "-0.0233243 0.706913 0.706916 177.328";scale = "5.09906 3.52 0.48";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";noSlow = "1";};setTargetSensorGroup(%building.getTarget(),1);checkPowerObject(%building);%building.pzone.delete();%building.pzone = "";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "58.3046 225.002 -5399.5";rotation = "0 0 1 176.221";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "52.7376 224.635 -5399.5";rotation = "0 0 1 176.221";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "58.0551 224.986 -5395.75";rotation = "-0.0329575 0.998913 -0.0329574 90.0626";scale = "0.125 0.166666 10.1581";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "65.8302 215.728 -5389.75";rotation = "0.551967 0.589632 0.589632 237.795";scale = "4.75033 6.49999 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "46.3728 214.442 -5389.75";rotation = "-0.602733 0.564228 0.564234 117.843";scale = "4.75033 6.49999 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "65.491 199.67 -5395.79";rotation = "-0.411469 0.385185 0.82603 97.1496";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "66.7224 206.015 -5399.5";rotation = "0 0 -1 93.7794";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "46.766 204.697 -5399.5";rotation = "0 0 1 176.221";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "55.39 226.814 -5399.5";rotation = "0.730039 -0.683405 -2.88545e-06 180";scale = "0.874905 1.69604 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "47.4933 198.48 -5395.79";rotation = "0.411469 -0.385185 0.82603 97.1496";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "58.2933 225.252 -5399.75";rotation = "-0.0233195 0.706916 0.706913 177.328";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "52.7173 224.884 -5399.75";rotation = "-0.0233195 0.706916 0.706913 177.328";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "56.8184 194.109 -5398.9";rotation = "0.212127 -0.198574 -0.956854 96.2964";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "61.7547 194.902 -5397.9";rotation = "-0.0143706 0.435557 0.900046 86.5859";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "51.8246 194.246 -5397.9";rotation = "0.399356 0.0131756 0.916701 96.8149";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "65.7027 196.477 -5395.08";rotation = "0.504363 0.198287 -0.840417 114.917";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "61.8873 224.988 -5389.75";rotation = "-0.0233246 0.706913 0.706916 177.328";scale = "1.66201 6.49999 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "55.5376 224.568 -5387.75";rotation = "-0.0233234 0.706911 0.706917 177.328";scale = "1.51976 5.16666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "49.1255 224.146 -5389.75";rotation = "-0.0233243 0.706913 0.706916 177.328";scale = "1.6932 6.49999 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "47.7036 195.288 -5395.08";rotation = "-0.187262 -0.587385 -0.787345 95.6387";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "65.4371 225.473 -5399.5";rotation = "0 0 -1 93.7794";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "45.4806 224.155 -5399.5";rotation = "0 0 1 176.221";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "55.1277 231.056 -5400";rotation = "0 0 1 86.2204";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "56.1016 215.085 -5380";rotation = "8.56897e-07 1.0286e-06 -1 93.7794";scale = "4.75007 6.49996 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "65.873 193.887 -5393.08";rotation = "-0.0258065 0.782122 0.622591 87.6081";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "66.4729 205.999 -5379.75";rotation = "-0.0329579 0.998913 -0.0329578 90.0626";scale = "0.125 0.166666 38.9998";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "60.0939 231.384 -5398.9";rotation = "0.198578 0.21213 -0.956853 96.2964";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "50.1615 230.728 -5398.9";rotation = "-0.198578 -0.21213 -0.956853 96.2964";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "61.9948 191.248 -5395.08";rotation = "0.516336 -0.16461 -0.840417 114.916";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "47.8716 192.698 -5393.08";rotation = "0.616198 0.020328 0.787329 122.944";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "52.0635 190.592 -5395.08";rotation = "0.225571 -0.573764 -0.787345 95.6387";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "64.1265 231.651 -5395.79";rotation = "-0.411469 0.385185 0.82603 97.1496";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "46.1289 230.461 -5395.79";rotation = "0.411469 -0.385185 0.82603 97.1496";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "65.4536 225.224 -5379.75";rotation = "0.589633 -0.551967 0.589631 237.794";scale = "0.125 0.166666 38.0026";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "45.4971 223.906 -5379.75";rotation = "0.589633 -0.551968 0.589631 237.794";scale = "0.125 0.166666 38.0026";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "45.7301 224.171 -5379.75";rotation = "0.706916 0.0233235 0.706913 177.328";scale = "0.125 0.166666 39";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "66.477 231.806 -5391.27";rotation = "0.495119 0.528908 -0.689285 114.335";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "43.7784 230.306 -5391.27";rotation = "-0.495119 -0.528908 -0.689285 114.335";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "54.7996 236.022 -5398.9";rotation = "-0.21213 0.198578 -0.956853 96.2964";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "59.3009 236.318 -5397.9";rotation = "-0.435557 -0.0143706 0.900046 86.5859";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "50.2988 235.723 -5397.9";rotation = "0.0131756 -0.399356 0.916701 96.8149";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "62.955 236.561 -5395.08";rotation = "0.164611 0.516337 -0.840416 114.916";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "46.6441 235.482 -5395.08";rotation = "-0.573766 -0.225575 -0.787343 95.6387";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "65.0856 236.702 -5390.98";rotation = "-0.729922 0.371839 0.573541 98.0858";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "44.5139 235.342 -5390.98";rotation = "0.359796 -0.604168 0.711005 123.228";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "57.5091 183.656 -5388.11";rotation = "0.385183 0.411468 0.826032 97.1496";scale = "6.25387 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "54.1094 246.47 -5388.16";rotation = "-0.385185 -0.411469 0.82603 97.1496";scale = "6.25332 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "58.1773 173.541 -5377.6";rotation = "0.212129 -0.198576 -0.956854 96.2965";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "58.4777 168.993 -5376.58";rotation = "-3.43847e-06 -7.46434e-07 1 86.2204";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "53.4412 256.583 -5377.65";rotation = "-0.212129 0.198578 -0.956853 96.2964";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "72.0217 169.886 -5370.27";rotation = "0.235472 0.251542 -0.938765 97.3822";scale = "1.25 8.33773 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "53.1408 261.131 -5376.63";rotation = "5.12006e-07 -3.85294e-07 1 86.2204";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "83.3357 197.093 -5351.65";rotation = "-3.14745e-06 -1.63298e-06 1 86.2204";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "84.2137 183.799 -5357.38";rotation = "0.716461 -0.670692 -0.191976 159.624";scale = "6.24435 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "70.2907 196.23 -5344.98";rotation = "0.718102 -0.672225 -0.18012 201.783";scale = "1.25 8.33043 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "39.5973 260.238 -5370.32";rotation = "-0.235472 -0.251543 -0.938765 97.3822";scale = "1.25 8.3303 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "28.3032 232.784 -5351.13";rotation = "0.683407 0.730038 1.70347e-06 180";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "41.3551 233.648 -5344.93";rotation = "0.670696 0.716458 0.191976 200.376";scale = "1.25 8.34127 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "85.0759 170.748 -5364.08";rotation = "-9.41843e-07 -1.09654e-06 1 86.2204";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "27.409 246.324 -5357.43";rotation = "0.716462 -0.670692 0.191975 200.376";scale = "6.24442 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "56.9907 195.351 -5339.22";rotation = "-4.40802e-06 2.22294e-06 1 86.2204";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "54.6476 234.526 -5339.2";rotation = "-1.06367e-06 2.22768e-06 1 86.2204";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "26.5468 259.376 -5364.13";rotation = "1.57807e-06 1.19297e-06 1 86.2204";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "57.8523 182.303 -5332.53";rotation = "0.716461 -0.670694 0.191975 200.376";scale = "6.24845 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "79.6862 256.156 -5344.74";rotation = "0.286294 0.305837 0.908019 91.746";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "79.9497 252.167 -5341.68";rotation = "0.325735 -0.304921 -0.894941 100.089";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "79.406 260.397 -5347.45";rotation = "0.251544 -0.235469 -0.938765 97.3822";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "80.1946 248.46 -5338.28";rotation = "0.354225 0.378403 0.855182 95.1741";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "53.7857 247.57 -5332.53";rotation = "0.71646 -0.670694 -0.191976 159.624";scale = "6.248 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "76.5793 257.676 -5342.28";rotation = "-0.388039 -0.809527 -0.440559 103.936";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "76.831 253.892 -5339.38";rotation = "0.686409 -0.292924 0.665611 142.697";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "79.1114 264.857 -5349.78";rotation = "0.210873 0.225269 0.951203 89.0841";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "76.3163 261.695 -5344.85";rotation = "0.672371 -0.35917 0.647236 136.13";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "80.419 245.063 -5334.57";rotation = "0.392984 -0.367874 -0.842753 103.459";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "77.0639 250.377 -5336.16";rotation = "-0.32536 -0.865137 -0.381679 99.8178";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "82.568 258.07 -5342.28";rotation = "-0.647067 -0.364456 0.669683 215.594";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "76.0374 265.923 -5347.06";rotation = "-0.443362 -0.749378 -0.491795 108.604";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "82.8142 254.287 -5339.38";rotation = "-0.421009 0.830219 0.36536 98.8621";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "77.2758 247.158 -5332.64";rotation = "0.696722 -0.227863 0.680189 149.429";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "78.8045 269.503 -5351.71";rotation = "0.1714 -0.160445 -0.972049 95.3986";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "82.2979 262.09 -5344.85";rotation = "-0.477898 0.76808 0.426223 102.827";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "83.0503 250.774 -5336.16";rotation = "-0.664935 -0.301482 0.683352 208.826";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "79.4611 259.59 -5339.82";rotation = "0.711435 -0.66599 0.224315 203.717";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "79.6937 256.016 -5337.08";rotation = "0.663198 0.708451 -0.241383 208.918";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "82.0165 266.321 -5347.06";rotation = "-0.625463 -0.428098 0.652325 222.207";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "75.7434 270.329 -5348.89";rotation = "0.654138 -0.426595 0.624596 129.767";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "79.2155 263.388 -5342.26";rotation = "0.672229 0.718098 -0.18012 201.783";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "83.2597 247.553 -5332.64";rotation = "-0.356021 0.886082 0.296831 95.5453";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "79.9193 252.691 -5334.04";rotation = "0.698786 -0.654152 0.289451 210.321";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "78.4878 274.298 -5353.23";rotation = "0.129272 0.1381 0.981946 87.2627";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "78.9421 267.387 -5344.34";rotation = "0.720664 -0.674624 0.159768 197.013";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "81.7303 270.724 -5348.89";rotation = "-0.526806 0.701899 0.479388 107.361";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "80.1191 249.652 -5330.71";rotation = "0.65114 0.695577 -0.303625 215.941";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "75.4385 274.873 -5350.33";rotation = "-0.491627 -0.686439 -0.535821 113.746";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "78.6701 271.55 -5346.07";rotation = "0.678498 0.724795 -0.119638 194.566";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "80.905 237.707 -5324.39";rotation = "0.423849 -0.396769 -0.814203 105.372";scale = "5.01057 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "58.7468 168.761 -5326.21";rotation = "0.683406 0.730038 2.94198e-06 180";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "81.4271 275.27 -5350.33";rotation = "-0.599674 -0.492399 0.630821 228.626";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "78.1635 279.207 -5354.32";rotation = "0.0868695 -0.0813149 -0.992896 94.1874";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "77.748 239.954 -5322.65";rotation = "-0.255386 -0.914057 -0.315084 96.3274";scale = "5.00195 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "78.3778 275.845 -5347.44";rotation = "0.726692 -0.680268 0.0956773 190.235";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "75.1383 279.528 -5351.37";rotation = "0.631143 -0.495063 0.597136 123.653";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "83.7415 240.343 -5322.65";rotation = "-0.679415 -0.239124 0.693697 201.938";scale = "5.00165 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "81.1211 279.924 -5351.37";rotation = "-0.568201 0.633492 0.5252 112.39";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "80.583 242.604 -5320.96";rotation = "0.643872 0.687811 -0.335179 219.4";scale = "4.98777 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "77.8341 284.192 -5354.98";rotation = "0.0435685 0.0465473 0.997966 86.3362";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "78.0954 280.245 -5348.42";rotation = "0.682182 0.728742 -0.0596805 187.296";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "52.891 261.118 -5326.2";rotation = "0.683407 0.730038 2.13766e-06 180";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "74.8215 284.256 -5351.99";rotation = "-0.533358 -0.622062 -0.573209 119.298";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "75.6909 282.51 -5349.1";rotation = "0.999073 0.0329695 -0.0276634 100.052";scale = "0.125 0.166666 7.16152";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "80.8121 284.651 -5351.99";rotation = "-0.569163 -0.557178 0.604654 234.808";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "72.2967 169.656 -5320.37";rotation = "0.235473 0.25154 -0.938765 97.3822";scale = "1.25 8.33903 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "77.8225 284.376 -5349.65";rotation = "0.935202 0.0309155 -0.352762 10.6879";scale = "0.999982 1.1936 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "80.181 282.807 -5349.1";rotation = "0.999073 0.0329695 -0.0276634 100.052";scale = "0.125 0.166666 7.16152";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "77.5022 289.216 -5355.2";rotation = "4.05795e-07 4.17652e-06 -1 93.78";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "80.1837 286.577 -5349.9";rotation = "-0.569162 -0.557177 0.604656 234.808";scale = "0.125 0.166666 10.0072";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedJumpad";position = "77.7278 289.82 -5354.6";rotation = "1 0 0 0";scale = "1 1 2";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";impulse = "7500";};setTargetSensorGroup(%building.getTarget(),1);checkPowerObject(%building);MissionCleanup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "39.3433 260.224 -5320.37";rotation = "-0.235474 -0.251542 -0.938764 97.3816";scale = "1.25 8.33613 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "85.3408 170.516 -5314.21";rotation = "1.20576e-06 1.4855e-07 1 86.2204";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "84.4458 184.065 -5307.87";rotation = "-0.251543 0.235472 -0.938765 97.3822";scale = "6.2539 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "27.1914 245.816 -5307.87";rotation = "0.251542 -0.235475 -0.938764 97.3816";scale = "6.2516 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "83.5839 197.106 -5301.71";rotation = "1.1946e-06 -1.57994e-06 1 86.2204";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "26.2967 259.363 -5314.2";rotation = "1.3254e-06 9.78344e-07 1 86.221";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "28.0533 232.772 -5301.7";rotation = "-7.53572e-08 9.95307e-07 1 86.221";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "82.5596 212.656 -5296.93";rotation = "0.354227 0.378402 0.855181 95.174";scale = "13.7594 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "74.508 289.018 -5329.7";rotation = "0.55196 0.589626 0.589646 237.794";scale = "1.25 16.6667 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "70.2898 196.228 -5295.47";rotation = "0.26648 -0.249461 0.930998 90.3142";scale = "1.25 8.33033 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "77.701 286.222 -5327.2";rotation = "0.998913 0.0329524 -0.0329605 90.0626";scale = "1.25 15 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "79.429 214.567 -5294.8";rotation = "0.692009 -0.260249 0.673346 146.045";scale = "13.7622 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "80.4955 289.413 -5329.7";rotation = "0.551964 0.589636 -0.589631 122.206";scale = "1.25 16.6667 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "85.4125 214.957 -5294.8";rotation = "-0.664932 -0.30148 0.683356 208.825";scale = "13.759 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "41.0465 233.631 -5294.45";rotation = "0.270968 0.289457 -0.918036 98.6484";scale = "1.25 8.33093 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "77.304 292.21 -5329.7";rotation = "-0.564232 -0.602739 0.564224 117.842";scale = "12.5 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "82.2788 216.862 -5292.72";rotation = "0.698787 -0.654151 0.289454 210.321";scale = "13.7602 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "56.9927 195.352 -5288.71";rotation = "0.683403 0.730041 2.66402e-06 180";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "54.6547 216.991 -5287.15";rotation = "0.0408026 0.0435871 -0.998216 93.8814";scale = "10.0002 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "57.8877 181.803 -5282.87";rotation = "0.251543 -0.235472 -0.938765 97.3822";scale = "6.25413 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "74.4505 289.931 -5303.79";rotation = "-0.416608 -0.779905 -0.467103 106.206";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "77.6145 287.536 -5302.29";rotation = "0.999275 0.0329647 -0.0190386 120.036";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "80.4364 290.326 -5303.79";rotation = "-0.477892 0.768079 0.426232 102.826";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "83.9592 191.472 -5275.7";rotation = "0.360266 -0.337248 -0.869754 101.695";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "77.2259 293.39 -5302.79";rotation = "-0.452857 0.42392 -0.784355 107.425";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "80.8281 193.389 -5273.58";rotation = "0.692006 -0.260252 0.673348 146.045";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "74.2797 292.533 -5300.07";rotation = "0.686412 -0.292926 0.665607 142.698";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "58.7496 168.762 -5276.71";rotation = "-1.1946e-06 1.57994e-06 1 86.2204";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "77.4228 290.438 -5298.14";rotation = "-0.0298866 0.905904 0.422428 178.402";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "86.8113 193.784 -5273.58";rotation = "-0.389514 0.859089 0.332033 97.1181";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "80.2635 292.928 -5300.07";rotation = "-0.656438 -0.332882 0.676962 212.227";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "83.6763 195.702 -5271.46";rotation = "0.657567 0.702438 -0.272372 212.446";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "84.1999 187.829 -5272.36";rotation = "0.321249 0.343174 0.882627 93.3692";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "77.0127 296.617 -5299.56";rotation = "-0.249467 -0.266494 0.930993 90.3137";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "81.0815 189.554 -5270.06";rotation = "-0.357623 -0.838027 -0.412089 101.803";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "74.0683 295.74 -5296.86";rotation = "-0.291263 -0.890581 -0.349329 97.9901";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "87.064 189.949 -5270.06";rotation = "-0.656442 -0.332887 0.676957 212.227";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "77.1866 294.015 -5294.56";rotation = "0.999384 0.0329711 -0.0120066 140.023";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "80.0508 296.135 -5296.86";rotation = "-0.356015 0.886081 0.296841 95.5448";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "83.952 191.674 -5267.77";rotation = "0.705557 -0.660486 0.256804 207.035";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "84.4588 183.91 -5269.34";rotation = "0.289457 -0.270964 -0.918038 98.649";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "72.2992 169.656 -5270.37";rotation = "0.235472 0.251543 -0.938765 97.3822";scale = "1.25 8.3389 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "76.7215 301.023 -5298.38";rotation = "-6.35613e-06 7.62554e-06 -1 93.7806";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "81.3523 185.43 -5266.88";rotation = "0.679886 -0.325895 0.656923 139.391";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "74.8047 295.938 -5293.14";rotation = "0.999 0.0329554 -0.0302081 95.0571";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "87.3386 185.825 -5266.88";rotation = "-0.45047 0.799784 0.396764 100.768";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "76.0668 296.021 -5293.14";rotation = "0.999 0.0329554 -0.0302081 95.0571";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "77.4537 296.113 -5293.14";rotation = "0.999 0.0329554 -0.0302081 95.0571";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "81.6258 301.347 -5297.06";rotation = "-0.266487 0.24946 0.930997 90.3137";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "79.2949 296.235 -5293.14";rotation = "0.999 0.0329554 -0.0302081 95.0571";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "84.7341 179.742 -5266.68";rotation = "0.249459 0.266484 0.930998 90.3142";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "91.4766 218.346 -5264.58";rotation = "-0.353038 0.164827 0.920976 88.2355";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "84.2296 187.343 -5264.42";rotation = "0.668068 0.713664 -0.210639 205.363";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "76.573 303.268 -5297.9";rotation = "0 0 -1 93.7806";scale = "0.125 1.66664 8";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "95.8817 269.086 -5278.01";rotation = "0.523529 -0.0251563 -0.851636 93.3136";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "90.8304 223.223 -5264.02";rotation = "0.192319 0.286689 -0.938522 98.731";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "96.9522 273.415 -5280.36";rotation = "-0.0151017 0.457599 0.88903 101.105";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "94.615 264.996 -5275.35";rotation = "0.0603923 0.510277 0.857887 105.951";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "81.6444 181.04 -5264.08";rotation = "-0.416608 -0.779902 -0.467109 106.206";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "90.3963 228.153 -5263.83";rotation = "-0.266488 0.249461 0.930996 90.3119";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "97.8182 277.951 -5282.38";rotation = "0.446728 0.0571217 -0.892845 93.473";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "93.3703 260.976 -5272.73";rotation = "0.523531 -0.0251545 -0.851635 93.313";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "90.1778 233.096 -5264.02";rotation = "0.278698 0.214902 -0.936026 96.2174";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "92.3185 256.72 -5270.42";rotation = "-0.0151039 0.457598 0.889031 101.105";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "90.1765 238.016 -5264.58";rotation = "-0.17988 0.327095 0.927713 93.2019";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "85.9465 301.632 -5294.56";rotation = "0.23547 0.251543 -0.938765 97.3827";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "91.4675 252.262 -5268.44";rotation = "0.446726 0.057123 -0.892845 93.4729";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "90.3924 242.875 -5265.51";rotation = "0.3643 0.137832 -0.921025 94.4497";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "90.8238 247.635 -5266.8";rotation = "-0.0955304 0.396602 0.913007 96.8271";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "87.626 181.435 -5264.08";rotation = "-0.63676 -0.396193 0.661489 218.922";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "98.4733 282.659 -5284.05";rotation = "-0.0955304 0.396601 0.913007 96.8276";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "85.0281 175.292 -5264.84";rotation = "0.129563 -0.121286 -0.984126 94.6939";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "95.8548 218.673 -5262.29";rotation = "0.113478 0.280479 -0.953129 99.591";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "84.5292 182.732 -5261.49";rotation = "0.716461 -0.670692 0.191978 200.376";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "98.9124 287.505 -5285.36";rotation = "0.364304 0.137833 -0.921024 94.4493";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "81.9866 175.869 -5261.95";rotation = "0.643276 -0.460713 0.611506 126.676";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "85.3436 170.517 -5264.21";rotation = "-1.57807e-06 -1.19297e-06 1 86.2204";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "90.2672 301.917 -5292.06";rotation = "-0.266487 0.24946 0.930996 90.3136";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "87.9674 176.264 -5261.94";rotation = "-0.548404 0.667878 0.503182 109.818";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "99.1321 292.45 -5286.3";rotation = "-0.17988 0.327094 0.927714 93.2025";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "100.407 219.086 -5260.39";rotation = "-0.26948 0.0863907 0.959123 85.1152";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "84.9273 176.842 -5259.04";rotation = "0.680652 0.727106 -0.0896067 190.936";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "88.3371 170.715 -5261.21";rotation = "0.551966 0.589635 -0.58963 122.206";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "85.5414 167.523 -5261.21";rotation = "0.589635 -0.551966 -0.589631 122.206";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "94.5879 302.202 -5289.56";rotation = "0.23547 0.251541 -0.938766 97.3834";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "99.1308 297.456 -5286.87";rotation = "0.278701 0.214905 -0.936024 96.2168";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "105.098 219.583 -5258.89";rotation = "0.0396069 0.197464 -0.97951 98.8238";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "85.3436 170.517 -5258.21";rotation = "0.683405 0.73004 -2.1383e-06 180";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "98.9086 302.487 -5287.06";rotation = "-0.266488 0.249462 0.930996 90.3131";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "109.894 220.159 -5257.8";rotation = "-0.177343 0.00252286 0.984146 82.8749";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "114.757 220.81 -5257.13";rotation = "-0.03522 0.11136 -0.993156 98.8014";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "119.651 221.531 -5256.88";rotation = "-0.0789476 -0.084338 0.993305 81.5898";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "118.897 226.397 -5256.34";rotation = "-0.029008 0.0305818 -0.999111 98.8249";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "118.141 231.289 -5256.24";rotation = "0.00795354 0.0170307 0.999823 81.2517";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "131.966 233.547 -5250.83";rotation = "0.196038 0.205698 -0.958779 101.431";scale = "1.25 8.33047 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "145.37 235.737 -5245.51";rotation = "0.00795869 0.0170415 0.999823 81.2517";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "143.239 249.321 -5240.12";rotation = "0.750344 -0.642648 -0.154876 164.386";scale = "6.25085 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "113.854 259.15 -5225.29";rotation = "0.00795743 0.0170364 0.999823 81.2505";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "127.569 261.15 -5229.97";rotation = "0.750707 -0.647318 -0.131977 199.498";scale = "1.25 8.3308 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "141.085 263.095 -5235.66";rotation = "0.00796164 0.0170402 0.999823 81.2517";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "115.938 245.403 -5219.62";rotation = "0.226539 -0.188833 -0.955522 101.243";scale = "6.25567 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "117.959 232.062 -5214.07";rotation = "0.00796391 0.0170424 0.999823 81.25";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "131.574 234.288 -5208.73";rotation = "0.196029 0.205698 -0.958781 101.434";scale = "1.25 8.3329 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "144.979 236.481 -5203.38";rotation = "0.0079602 0.0170401 0.999823 81.2494";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "142.821 250.26 -5198.43";rotation = "-0.198986 0.176157 -0.96404 100.911";scale = "6.24783 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "136.183 263.175 -5192.05";rotation = "0.75072 -0.647304 -0.131973 199.498";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "140.696 263.835 -5193.53";rotation = "0.00795906 0.0170395 0.999823 81.2494";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "132.252 262.64 -5189.1";rotation = "0.507997 -0.417905 0.753189 98.2038";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "129.738 262.355 -5184.79";rotation = "-0.384233 -0.467065 -0.796376 110.595";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "127.224 262.07 -5180.48";rotation = "0.507999 -0.417907 0.753187 98.2038";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "124.71 261.785 -5176.17";rotation = "-0.384233 -0.467065 -0.796376 110.595";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "122.196 261.5 -5171.85";rotation = "0.507999 -0.417907 0.753187 98.2038";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "119.682 261.215 -5167.54";rotation = "-0.384233 -0.467065 -0.796376 110.595";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "117.168 260.93 -5163.23";rotation = "0.507999 -0.417907 0.753187 98.2038";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "114.654 260.645 -5158.92";rotation = "-0.384233 -0.467065 -0.796376 110.595";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "112.14 260.36 -5154.6";rotation = "0.507999 -0.417907 0.753187 98.2038";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "109.626 260.075 -5150.29";rotation = "-0.384233 -0.467065 -0.796376 110.595";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "107.112 259.79 -5145.98";rotation = "0.507999 -0.417907 0.753187 98.2038";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "104.598 259.505 -5141.67";rotation = "-0.384233 -0.467065 -0.796376 110.595";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "74.0992 254.987 -5134.19";rotation = "0.0519396 0.0367509 -0.997974 98.9332";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "102.084 259.22 -5137.35";rotation = "0.507999 -0.417907 0.753187 98.2038";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "82.237 251.2 -5133.35";rotation = "-0.0428606 0.0605741 0.997243 81.3382";scale = "1.25 6.6669 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "83.8877 256.527 -5132.75";rotation = "0.758788 -0.65014 0.0394924 176.799";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "80.715 261.08 -5133.6";rotation = "-0.0428607 0.0605746 0.997243 81.3377";scale = "1.25 6.66717 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "76.9 255.507 -5130.55";rotation = "-0.0428553 0.0605784 0.997243 81.3377";scale = "3.74995 4.99997 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "93.7725 258.061 -5132.3";rotation = "-0.0428607 0.0605746 0.997243 81.3377";scale = "3.74965 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "99.4128 258.907 -5133.19";rotation = "-0.357719 -0.436839 -0.825354 108.739";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "87.9595 257.193 -5131.09";rotation = "-0.436709 0.394023 0.808722 92.7292";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "87.4978 252.101 -5129.46";rotation = "0.0519427 0.036746 -0.997974 98.9338";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "85.976 261.982 -5129.7";rotation = "0.0519427 0.036746 -0.997974 98.9338";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "95.9811 258.453 -5130.06";rotation = "0.29558 -0.231497 0.926845 85.9271";scale = "1.25 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "91.655 257.809 -5129.1";rotation = "-0.0428554 0.0605789 0.997243 81.3371";scale = "3.75 1.66666 1";team = "0";powerCount="1";Invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
470
missions/ChristmasMall09.mis
Normal file
470
missions/ChristmasMall09.mis
Normal file
|
|
@ -0,0 +1,470 @@
|
|||
$Domination::Flag[1, "ChristmasMall09"] = "USMC Hallway";
|
||||
$Domination::Flag[2, "ChristmasMall09"] = "Central Statue";
|
||||
$Domination::Flag[3, "ChristmasMall09"] = "Harbinger Clan Hallway";
|
||||
$DominationGame::SpawnLocation1["ChristmasMall09"] = "-31.9 356.6 101";
|
||||
$DominationGame::SpawnLocation2["ChristmasMall09"] = "-188.9 521.2 101";
|
||||
$DominationGame::ObjectiveLocation1["ChristmasMall09"] = "6.94 378 101";
|
||||
$DominationGame::ObjectiveLocation2["ChristmasMall09"] = "-43.5 460 110.5";
|
||||
$DominationGame::ObjectiveLocation3["ChristmasMall09"] = "-153.8 491.8 101";
|
||||
|
||||
$SabotageGame::ObjectiveLocation1["ChristmasMall09"] = "-31.9 356.6 101";
|
||||
$SabotageGame::ObjectiveLocation2["ChristmasMall09"] = "-188.9 521.2 101";
|
||||
$SabotageGame::BombLocation["ChristmasMall09"] = "-43.5 460 110.5";
|
||||
|
||||
// DisplayName = Christmas Mall 2009
|
||||
// MissionTypes = Domination Sabotage None
|
||||
|
||||
//--- Mission Quote Begin ---
|
||||
// All through the night, not a creature was stirring, EXCEPT for those god damn soldiers blowing our mall up!
|
||||
// Merry Christmas, From Phantom139
|
||||
//--- Mission Quote End ---
|
||||
|
||||
//--- Mission String Begin ---
|
||||
// Fighting in Close quarters can prove dangerous.
|
||||
// And pay attention to those balconies!
|
||||
//--- Mission String End ---
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
musicTrack = "desert";
|
||||
cdTrack = "6";
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-1024 -1024 2048 2048";
|
||||
flightCeiling = "4000";
|
||||
flightCeilingRange = "20";
|
||||
locked = "true";
|
||||
};
|
||||
new SimGroup(Teams) {
|
||||
new SimGroup(Team1) {
|
||||
|
||||
};
|
||||
new SimGroup(team0) {
|
||||
providesPower = "1";
|
||||
new Trigger(kills) {
|
||||
position = "-361.551 619.88 121";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1000 1000 5";
|
||||
dataBlock = "deathTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 Sun(Sun) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.57735 0.57735 -0.57735";
|
||||
color = "1.000000 1.000000 1.000000 1.000000";
|
||||
ambient = "0.500000 0.500000 0.500000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
texture[3] = "special/LensFlare/flare02";
|
||||
texture[4] = "special/LensFlare/flare03";
|
||||
lensFlareScale = "0.7";
|
||||
lensFlareIntensity = "1";
|
||||
frontFlareSize = "300";
|
||||
backFlareSize = "450";
|
||||
flareColor = "1.000000 1.000000 1.000000 1.000000";
|
||||
locked = "true";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/desertdet1";
|
||||
terrainFile = "Flatland.ter";
|
||||
squareSize = "32";
|
||||
position = "-1024 -1024 0";
|
||||
locked = "true";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "50";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
rotation = "0 0 0 0";
|
||||
GraphFile = "FlatlandBig.nav";
|
||||
position = "0 0 0 1";
|
||||
scale = "1 1 1";
|
||||
coverage = "0";
|
||||
conjoinBowlDev = "20";
|
||||
locked = "true";
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
new Camera() {
|
||||
position = "0 0 200";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
new Sky(Sky) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0002";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "560";
|
||||
useSkyTextures = "1";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.260000 0.410000 0.440000 1.000000";
|
||||
fogDistance = "420";
|
||||
fogColor = "0.260000 0.410000 0.440000 1.000000";
|
||||
fogVolume1 = "0 0 0";
|
||||
fogVolume2 = "0 0 0";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "Starfallen.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 -36610319922801672200.000000";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 9500070315656657560000000.000000";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
|
||||
high_visibleDistance = "-1";
|
||||
high_fogDistance = "-1";
|
||||
high_fogVolume1 = "-1 -2.58511e+36 2.28656e-38";
|
||||
high_fogVolume2 = "-1 -1991.03 nan";
|
||||
high_fogVolume3 = "-1 7945.87 7.22445e-09";
|
||||
|
||||
locked = "true";
|
||||
cloudSpeed0 = "0.0000003 0.0000003";
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
|
||||
//The Mall
|
||||
//Built by Phantom139
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree0";position = "-63.9838 488.188 100.52";rotation = "0 0 1 189.183";scale = "0.5 0.5 0.5";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree0";position = "-63.0394 475.645 100.52";rotation = "0 0 1 206.936";scale = "0.5 0.5 0.5";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree12";position = "-74.5444 483.381 100.4";rotation = "0 0 1 110.767";scale = "0.5 0.5 0.5";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree12";position = "-72.7298 475.294 100.4";rotation = "0 0 1 45.4811";scale = "0.5 0.5 0.5";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate12";position = "-52.7632 463.325 100.519";rotation = "0 0 1 6.45378";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-80.829 492.286 100.25";rotation = "0.688223 0.229592 0.688213 154.138";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-72.682 498.09 120.25";rotation = "-0.904399 -0.301714 -0.301713 95.7481";scale = "5.00023 0.166666 52.2622";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-64.8349 504.294 100.25";rotation = "0.704309 0.0889633 0.704297 169.832";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-72.832 498.29 100.5";rotation = "0 0 -1 36.8982";scale = "5.00005 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-55.149 506.78 100.5";rotation = "0 0 -1 14.3985";scale = "4.9998 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate12";position = "-56.6049 459.8 100.51";rotation = "0 0 -1 84.0076";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration6";position = "-53.1008 459.421 100.519";rotation = "0 0 -1 84.7657";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration7";position = "-53.1008 459.421 103.819";rotation = "0 0 -1 84.7657";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate12";position = "-48.8382 459.319 100.519";rotation = "0 0 1 91.0539";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-35.5981 507.61 120.25";rotation = "-0.548155 0.631709 -0.548151 115.438";scale = "0.125 6.66667 80.0468";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration6";position = "-48.8461 459.797 110.486";rotation = "0 0 1 98.0629";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-45.2156 509.232 100.5";rotation = "0 0 1 8.10173";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate12";position = "-53.2719 455.997 100.519";rotation = "0 0 1 182.691";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-92.1724 465.137 100.25";rotation = "-0.631714 -0.548155 -0.548146 115.438";scale = "4.99965 0.166666 200.096";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-82.6521 428.053 100.26";rotation = "0.333156 0.66671 0.666712 216.851";scale = "4.99995 0.166666 200.092";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-72.682 498.09 100.27";rotation = "-0.9044 -0.30172 -0.301706 95.7485";scale = "5.0001 0.166666 200.094";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-49.6982 408.562 100.25";rotation = "0.995021 -0.0704728 0.0704695 90.2854";scale = "4.99995 0.166666 200.092";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-91.1003 445.648 100.15";rotation = "0.480917 0.619967 0.619967 231.367";scale = "5.00028 0.166666 200.094";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-55.0868 506.538 100.15";rotation = "-0.984417 -0.124355 -0.124338 90.8997";scale = "4.99998 0.166666 200.092";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-68.1137 415.03 100.15";rotation = "0.189941 0.694234 0.694234 201.508";scale = "4.99995 0.166666 200.092";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-85.7046 483.551 100.15";rotation = "-0.77835 -0.443944 -0.443943 104.21";scale = "5.0001 0.166666 200.094";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-90.7981 474.79 120.25";rotation = "0.706223 -0.0500172 0.70622 185.727";scale = "0.125 0.166666 200.094";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration7";position = "-48.8461 459.797 113.786";rotation = "0 0 1 98.0629";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-91.0104 475.072 100.25";rotation = "0.655784 0.374033 0.65578 138.984";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-45.4631 509.267 100.25";rotation = "0.706227 -0.0500125 0.706217 185.727";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-35.598 507.612 110.236";rotation = "-0.548155 0.631709 -0.548151 115.438";scale = "0.125 6.6666 200.096";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-85.9195 483.679 100.5";rotation = "0 0 -1 59.398";scale = "4.9999 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration11";position = "-37.8981 457.467 98.519";rotation = "0 0 1 92.2135";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "-35.5981 507.611 115.246";rotation = "0.995022 -0.070471 0.0704671 90.2862";scale = "35.0552 19.016 0.872";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-25.4705 502.019 100.4";rotation = "0 0 1 211.223";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-26.1577 506.519 120.25";rotation = "0.0704663 0.995022 0.0704663 90.2861";scale = "0.125 0.166666 38.0002";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate6";position = "-38.1221 517.151 102.23";rotation = "0.631707 0.548157 -0.548152 115.438";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate6";position = "-38.1082 517.249 104.119";rotation = "0.631707 0.548157 -0.548152 115.438";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate5";position = "-37.6603 516.847 103.327";rotation = "-0.522984 0.602698 -0.602696 235.218";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree1";position = "-20.3964 474.176 100.51";rotation = "0 0 1 111.075";scale = "0.5 0.5 0.5";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-37.7281 518.145 100.5";rotation = "0 0 1 98.1013";scale = "2.12471 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-53.9213 449.849 110.236";rotation = "-0.522978 0.602698 0.602702 124.783";scale = "0.125 0.166666 80.0476";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-25.9102 506.484 100.5";rotation = "0 0 1 8.10173";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-91.0457 474.825 100.5";rotation = "0 0 1 8.10192";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree0";position = "-18.5068 492.14 100.4";rotation = "0 0 1 11.4785";scale = "0.5 0.5 0.5";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-81.0401 473.148 120.25";rotation = "-0.548154 0.631711 -0.54815 115.438";scale = "0.125 20.261 37.9994";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate0";position = "-30.2883 515.419 102.19";rotation = "0.631708 0.548154 -0.548153 115.438";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate0";position = "-30.2989 515.345 103.502";rotation = "0.631708 0.548154 -0.548153 115.438";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate6";position = "-37.6487 520.477 104.153";rotation = "0.631707 0.548157 -0.548152 115.438";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate6";position = "-37.6277 520.624 102.474";rotation = "0.631707 0.548157 -0.548152 115.438";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate5";position = "-37.2384 519.811 103.308";rotation = "-0.522984 0.602698 -0.602696 235.218";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-29.8079 517.02 100.5";rotation = "0 0 -1 81.8986";scale = "2.12521 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate0";position = "-29.9902 517.513 101.894";rotation = "0.631708 0.548154 -0.548153 115.438";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate0";position = "-29.9978 517.46 103.277";rotation = "0.631708 0.548154 -0.548153 115.438";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree1";position = "-15.1136 480.544 100.51";rotation = "0 0 1 80.2089";scale = "0.5 0.5 0.5";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-25.6627 506.448 100.25";rotation = "0.69424 -0.189932 0.694231 201.509";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-40.7411 540.668 105.5";rotation = "-0.548152 0.631712 -0.54815 115.438";scale = "2.5 0.166666 63.0008";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-93.5464 455.486 120.25";rotation = "0.706223 -0.0500158 0.706221 185.727";scale = "0.125 0.166666 200.094";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate4";position = "-29.7347 519.308 102.379";rotation = "0.631708 0.548154 -0.548153 115.438";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate4";position = "-29.7276 519.358 103.895";rotation = "0.631708 0.548154 -0.548153 115.438";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-17.0557 501.355 100.5";rotation = "0 0 1 30.6018";scale = "4.99983 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate3";position = "-29.5158 520.846 104.192";rotation = "0.631708 0.548154 -0.548153 115.438";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate3";position = "-29.4936 521.002 102.467";rotation = "0.631708 0.548154 -0.548153 115.438";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate3";position = "-29.501 520.95 103.415";rotation = "0.631708 0.548154 -0.548153 115.438";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-23.8676 522.606 100.25";rotation = "0.631707 0.548148 -0.548161 115.438";scale = "7.9996 0.166666 38.0006";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-23.9383 522.111 110.242";rotation = "0.0704663 0.995022 0.0704663 90.2861";scale = "0.125 10.6661 38.0002";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree2";position = "-12.3074 471.38 100.51";rotation = "0 0 1 146.528";scale = "0.5 0.5 0.5";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-111.094 477.679 100.25";rotation = "-0.631714 -0.548155 -0.548146 115.438";scale = "0.125 0.166666 41.0008";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-2.6446 488.12 120.25";rotation = "-0.301715 0.904399 -0.301714 95.7482";scale = "0.125 6.66643 52.2596";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-32.57 526 101";rotation = "0 0 -1 81.8986";scale = "0.125 0.166666 7";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-31.8628 525.646 102.5";rotation = "0.0500126 0.70622 0.706223 185.727";scale = "0.250023 0.999999 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-32.3225 525.964 100.75";rotation = "-0.631707 -0.548155 -0.548154 115.438";scale = "0.125 0.166666 3";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-31.3325 525.823 104.25";rotation = "0.0704642 0.995022 0.0704643 90.2861";scale = "0.125 0.166666 2.00018";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-33.5785 446.7 110.236";rotation = "-0.995022 0.0704678 0.0704727 90.2864";scale = "0.291943 0.166666 14.0765";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-51.4552 467.17 110.251";rotation = "-0.522975 0.602699 0.602703 124.783";scale = "0.874995 0.166666 201.046";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-31.085 525.788 101";rotation = "0 0 1 8.10153";scale = "0.125 0.166666 7";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-32.8145 446.592 109.736";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0766";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-32.2723 446.515 109.509";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0785";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-31.7587 446.441 109.111";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0765";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-31.3597 446.385 108.666";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0766";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-30.9074 446.32 108.207";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0765";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-93.7939 455.521 100.5";rotation = "0 0 1 8.10192";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-30.4472 446.255 107.747";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0766";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-30.0101 446.193 107.233";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0785";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-29.6748 446.145 106.792";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0765";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate11";position = "-29.6852 526.989 100.5";rotation = "0 0 1 92.0153";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-21.4356 537.917 105.5";rotation = "-0.548152 0.631712 -0.54815 115.438";scale = "2.5 0.166666 62.9968";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-36.3073 529.902 101.25";rotation = "0.706223 -0.0500179 0.70622 185.727";scale = "0.375 0.166666 7.99928";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-29.279 446.089 106.256";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0785";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-28.8924 446.033 105.817";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0765";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-38.7093 533.099 101.25";rotation = "0.666713 -0.333151 0.666712 216.851";scale = "0.375 0.166666 8.0004";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-28.4461 445.97 105.29";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0765";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-27.9366 445.897 104.723";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0765";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree2";position = "-71.08 437.507 100.51";rotation = "0 0 1 179.157";scale = "0.5 0.5 0.5";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate11";position = "-29.9262 528.365 100.5";rotation = "0 0 1 113.762";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-27.5363 445.84 104.17";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0765";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-32.6052 525.752 100.75";rotation = "0.0500108 0.706223 0.706221 185.727";scale = "0.125 0.166666 16";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-31.794 529.677 102.5";rotation = "0.0704654 0.995022 0.070467 90.2861";scale = "0.75 2.33328 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-32.5348 526.247 104.25";rotation = "0.6027 0.522982 0.602696 124.783";scale = "0.125 0.166666 13.9997";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-27.0332 445.769 103.673";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0766";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-31.2991 529.606 104.5";rotation = "0.0706414 0.997502 1.22911e-06 180";scale = "0.249997 2.33328 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate11";position = "-28.809 528.44 100.5";rotation = "0 0 1 124.628";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-26.533 445.698 103.081";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0785";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-31.0497 526.035 100.75";rotation = "0.995022 -0.0704632 0.0704662 90.2861";scale = "0.125 0.166666 13.9998";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-30.8041 529.536 102.5";rotation = "-0.631709 -0.548155 -0.548151 115.438";scale = "1.74996 0.999999 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-31.0498 526.036 104.25";rotation = "0.602701 0.522981 0.602696 124.783";scale = "0.125 0.166666 13.9997";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-26.0856 445.634 102.558";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0766";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-25.7301 445.583 102.035";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0765";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree3";position = "-66.4549 433.573 100.51";rotation = "0 0 1 217.488";scale = "0.5 0.5 0.5";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-25.3745 445.533 101.579";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0765";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration0";position = "-107.111 476.607 101.628";rotation = "-4.74967e-05 3.33448e-05 1 8.10125";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";};checkPowerObject(%building);%target = new StaticShape() {datablock = "DeployedLTarget";position = "-107.076 476.854 104.428";rotation = "0.0500158 0.706223 -0.706221 174.274";scale = "0.625 1.66667 0.3";team = "1";lMain = %building;};%building.lTarget = %target;addToDeployGroup(%target);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-24.9829 445.477 101.108";rotation = "-0.602699 -0.522977 0.602702 124.783";scale = "0.125 0.166666 14.0765";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate9";position = "-37.9081 533.992 100.5";rotation = "0 0 -1 36.0963";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-24.4879 445.407 100.769";rotation = "0.6027 0.522978 -0.6027 235.217";scale = "0.125 0.166666 14.0786";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate11";position = "-27.3345 529.357 100.5";rotation = "0 0 1 162.399";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-39.7037 536.971 101.25";rotation = "0.619971 -0.48091 0.619969 231.367";scale = "0.375 0.166666 7.99726";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate9";position = "-37.2297 534.382 100.5";rotation = "0 0 -1 49.8457";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-88.856 435.9 100.25";rotation = "0.522576 0.673669 0.522575 112.065";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate11";position = "-25.6461 528.604 100.5";rotation = "0 0 1 207.641";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-8.4482 496.267 100.25";rotation = "0.666718 -0.333147 0.666708 216.851";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate9";position = "-38.2396 535.126 100.5";rotation = "0 0 -1 47.5221";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate11";position = "-28.5544 531.174 100.5";rotation = "0 0 1 154.967";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate9";position = "-38.3785 535.732 100.5";rotation = "0 0 -1 60.6728";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-91.3425 445.586 100.5";rotation = "0 0 -1 104.398";scale = "5.00005 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate9";position = "-37.1043 535.499 100.5";rotation = "0 0 -1 69.2861";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-2.44423 488.27 100.5";rotation = "0 0 1 53.1017";scale = "4.99998 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate10";position = "-38.0671 536.083 100.5";rotation = "0 0 -1 76.1908";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-31.513 533.425 101";rotation = "0 0 -1 81.8986";scale = "0.125 0.166666 7";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-30.8058 533.071 102.5";rotation = "0.0500126 0.70622 0.706223 185.727";scale = "0.250023 0.999999 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-31.2655 533.389 100.75";rotation = "-0.631707 -0.548155 -0.548154 115.438";scale = "0.125 0.166666 3";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-30.2755 533.248 104.25";rotation = "0.0704642 0.995022 0.0704643 90.2861";scale = "0.125 0.166666 2.00018";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate10";position = "-38.2366 536.685 100.5";rotation = "0 0 -1 97.3398";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate10";position = "-36.5977 536.173 100.5";rotation = "0 0 -1 84.1893";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-30.028 533.213 101";rotation = "0 0 1 8.10153";scale = "0.125 0.166666 7";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-53.6402 451.827 110.236";rotation = "0.631709 0.548155 -0.548152 115.437";scale = "0.874987 0.166666 200.048";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree2";position = "-76.3594 434.384 100.51";rotation = "0 0 1 140.815";scale = "0.5 0.5 0.5";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-66.1993 427.901 120.25";rotation = "0.9044 0.30171 -0.301715 95.7476";scale = "6.5328 0.166666 39.9984";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-113.842 458.375 100.25";rotation = "-0.631714 -0.548155 -0.548146 115.438";scale = "0.125 0.166666 41.0004";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-14.8549 444.537 120.25";rotation = "0.995022 -0.0704702 0.0704672 90.2861";scale = "10.2992 0.166666 37.9972";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate10";position = "-36.8263 537.855 100.5";rotation = "0 0 -1 115.132";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate11";position = "-23.0577 531.005 100.5";rotation = "0 0 1 220.243";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-103.941 456.966 100.5";rotation = "0 0 1 8.10192";scale = "5.0003 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate11";position = "-25.2571 533.869 100.5";rotation = "0 0 1 190.47";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree12";position = "-62.4085 426.787 100.4";rotation = "0 0 1 158.552";scale = "0.5 0.5 0.5";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate11";position = "-23.2311 534.07 100.5";rotation = "0 0 1 204.768";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-31.6558 464.351 110.25";rotation = "-0.522972 0.602706 -0.602698 235.217";scale = "0.874987 0.166666 120.048";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-21.1529 538.131 105.5";rotation = "0.0704687 0.995022 0.0704687 90.2861";scale = "2.5 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration0";position = "-109.6 458.276 101.755";rotation = "-1.0872e-06 3.71883e-06 1 188.102";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";};checkPowerObject(%building);%target = new StaticShape() {datablock = "DeployedLTarget";position = "-109.635 458.029 104.555";rotation = "0.995022 -0.0704678 0.0704677 90.2861";scale = "0.625 1.66667 0.3";team = "1";lMain = %building;};%building.lTarget = %target;addToDeployGroup(%target);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-49.6983 408.563 120.25";rotation = "0.6027 0.522978 0.6027 124.783";scale = "0.125 6.6667 80.047";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate11";position = "-22.7008 536.641 100.5";rotation = "0 0 -1 70.4669";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree1";position = "-22.4599 431.031 100.519";rotation = "0 0 -1 42.6568";scale = "0.5 0.5 0.5";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree1";position = "-26.6581 428.703 100.519";rotation = "0 0 -1 5.42953";scale = "0.75 0.75 0.75";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-76.8482 419.906 100.25";rotation = "0.408083 0.816661 0.408085 101.525";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree3";position = "-68.3035 422.576 100.4";rotation = "0 0 1 212.347";scale = "0.5 0.5 0.5";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "8.53343 460.901 100.25";rotation = "0.522574 0.673667 0.522579 112.066";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-82.852 427.903 100.5";rotation = "0 0 1 233.102";scale = "4.99995 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "6.04695 470.587 100.5";rotation = "0 0 -1 104.397";scale = "5.00002 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-33.8741 448.763 110.236";rotation = "-0.631714 -0.54815 -0.548151 115.438";scale = "0.99997 0.166666 120.046";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-120.994 479.088 100.5";rotation = "0 0 1 8.10192";scale = "15.0003 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-123.46 459.996 100.249";rotation = "0.995022 -0.0704762 0.0704603 90.2861";scale = "15.1251 0.166666 37.9974";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-12.6145 418.083 120.25";rotation = "0.904403 0.301708 -0.301707 95.7475";scale = "5.00002 0.166666 52.2636";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree1";position = "-27.3564 419.18 100.4";rotation = "0 0 -1 70.6772";scale = "0.75 0.75 0.75";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-59.6337 409.725 100.25";rotation = "0.255157 0.932625 0.255159 93.9926";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree2";position = "-12.8286 428.29 100.519";rotation = "0 0 1 233.205";scale = "0.75 0.75 0.75";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-68.241 414.815 100.5";rotation = "0 0 1 210.603";scale = "4.9999 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-122.219 459.568 100.5";rotation = "0 0 1 188.103";scale = "4.23072 0.166666 39";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-111.094 477.679 100.25";rotation = "0.631713 0.548147 -0.548154 115.438";scale = "0.125 0.166666 80";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-59.3862 409.69 100.5";rotation = "0 0 1 8.10221";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedTree2";position = "-21.7698 416.576 100.519";rotation = "0 0 -1 110.794";scale = "0.75 0.75 0.75";team = "0";powerCount="1";Invincible="1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-59.6337 409.725 100.25";rotation = "0.706223 -0.0500186 0.70622 185.727";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-4.4671 423.887 100.25";rotation = "0.655786 0.374027 0.655781 138.985";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-50.7695 408.462 114.01";rotation = "0.0706474 0.997501 1.26442e-06 180";scale = "4.22697 0.166666 7.044";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "0.6237 432.494 100.5";rotation = "0 0 -1 59.3974";scale = "4.99993 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "-49.6983 408.562 105.244";rotation = "0.0500203 0.706222 -0.706221 174.273";scale = "35.0552 18.976 0.872";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-150.443 481.533 120.25";rotation = "-0.631712 -0.548152 -0.54815 115.438";scale = "0.740412 0.166666 79.0006";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration0";position = "5.47092 435.843 100.586";rotation = "-3.67948e-06 -3.39498e-06 -1 81.8969";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";};checkPowerObject(%building);%target = new StaticShape() {datablock = "DeployedLTarget";position = "5.22342 435.878 103.386";rotation = "-0.522972 0.602704 -0.602701 235.216";scale = "0.625 1.66667 0.3";team = "1";lMain = %building;};%building.lTarget = %target;addToDeployGroup(%target);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "28.546 457.8 100.25";rotation = "0.631716 0.548153 -0.548146 115.437";scale = "0.125 0.166666 40.9998";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-40.3284 406.976 117.005";rotation = "0.0704703 0.995022 0.0704703 90.2862";scale = "1.4975 0.166666 38.0002";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "18.3983 459.245 100.5";rotation = "0 0 1 188.103";scale = "5.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-39.8333 406.906 100.25";rotation = "0.704304 0.0889572 0.704303 169.833";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-20.4614 411.879 100.25";rotation = "0.68822 0.229587 0.688218 154.139";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-40.0809 406.941 100.5";rotation = "0 0 1 8.10221";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-30.1474 409.392 100.5";rotation = "0 0 -1 14.3975";scale = "4.99995 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-12.4642 417.883 100.5";rotation = "0 0 -1 36.8973";scale = "5.00007 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-51.427 405.526 110.488";rotation = "-3.10419e-05 -1.67266e-05 1 8.10202";scale = "4.1085 0.166667 8.044";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-131.384 453.548 100.099";rotation = "0.99502 -0.0704764 0.0704798 90.2854";scale = "0.125 0.166666 14.0018";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "15.4375 440.221 100.25";rotation = "0.0500192 0.70622 0.706224 185.727";scale = "5 0.166666 38.0014";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-133.552 461.181 112";rotation = "0.706223 -0.0500208 0.706221 185.727";scale = "4 0.166666 5.96968";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-131.455 453.053 110.424";rotation = "0.602704 0.522972 0.602701 124.783";scale = "5.0375 0.166666 15.0037";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-42.8681 405.57 114.51";rotation = "-0.655384 0.755296 9.57406e-07 180";scale = "0.749985 0.166666 8.044";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-113.842 458.375 100.25";rotation = "0.631713 0.548147 -0.548154 115.438";scale = "0.125 0.166666 80";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-42.6205 405.535 114.26";rotation = "0.522974 -0.6027 0.602702 124.783";scale = "0.74999 0.166666 4.1318";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-133.61 453.865 100.099";rotation = "0.99502 -0.0704764 0.0704798 90.2854";scale = "1.00024 0.166666 14.0038";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-135.357 454.114 99.862";rotation = "0.852849 -0.426171 -0.301707 95.747";scale = "0.125 0.166666 23.9998";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "15.4375 440.221 120.25";rotation = "0.602705 0.52297 0.602701 124.783";scale = "0.125 6.6667 38.0014";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-152.675 465.853 120.25";rotation = "-0.631712 -0.548152 -0.54815 115.438";scale = "0.839615 0.166666 79.0006";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-59.8791 404.456 114.26";rotation = "-0.522973 0.602702 -0.602702 235.218";scale = "0.999732 0.166666 37.9996";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-131.173 453.265 100.099";rotation = "-0.522974 0.6027 0.602703 124.784";scale = "0.125 0.166666 8.99976";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-113.842 458.375 120.25";rotation = "0.0704678 0.995022 0.0704677 90.2861";scale = "0.125 0.166666 80";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "25.7975 438.494 100.25";rotation = "0.631716 0.548153 -0.548146 115.437";scale = "0.125 0.166666 40.9998";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-137.642 465.409 120.25";rotation = "0.995022 -0.0704708 0.0704698 90.2864";scale = "4.1436 0.166666 25.3572";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-49.4346 401.203 114.01";rotation = "0.997501 -0.0706466 -8.9551e-08 180";scale = "4.10057 0.166666 7.044";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-59.4215 409.443 110.25";rotation = "-0.995021 0.0704723 0.0704769 90.2856";scale = "0.125 6.83333 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "5.9971 441.313 120.25";rotation = "0.706223 -0.0500244 0.70622 185.727";scale = "0.125 0.166666 39.0002";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-51.1438 398.41 100.5";rotation = "0.997501 -0.0706478 -2.91799e-06 180";scale = "4.74998 6.49619 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-60.5127 400.003 110.238";rotation = "0.706223 -0.0500158 0.706221 185.727";scale = "0.125 6.6669 38.0002";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-138.71 461.915 100.5";rotation = "0 0 1 188.103";scale = "2.60547 0.166666 39";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-60.6921 398.745 112.81";rotation = "0.706223 -0.050018 0.70622 185.727";scale = "1.125 0.166666 16";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "9.34577 436.475 120.25";rotation = "-0.631719 -0.548146 -0.54815 115.438";scale = "2.03355 0.166666 23.754";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-60.5127 400.003 120.25";rotation = "0.706223 -0.0500158 0.706221 185.727";scale = "0.125 6.6669 38.0002";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-135.031 457.661 100.039";rotation = "0.403523 0.350147 -0.84532 91.4973";scale = "1.77951 0.166666 27.6332";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-42.9351 386.894 110.25";rotation = "0.602701 0.522976 0.6027 124.783";scale = "5.125 0.166666 40.0012";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-48.812 397.053 112.81";rotation = "0.706223 -0.0500166 0.70622 185.727";scale = "1.125 0.166666 14.0001";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-145.59 455.318 110.162";rotation = "-0.625484 0.720846 -0.298583 209.051";scale = "0.125 0.166666 29.8782";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "25.5851 438.776 110.25";rotation = "0.0500192 0.70622 0.706224 185.727";scale = "0.125 6.83333 38.0014";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-144.534 462.734 110.162";rotation = "-0.631717 -0.548149 -0.548148 115.438";scale = "0.125 0.166666 1.33925";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-144.448 462.733 110.412";rotation = "0 0 -1 81.8974";scale = "0.125 0.389897 19.176";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-153.512 459.981 120.25";rotation = "-0.522973 0.602702 -0.602701 235.216";scale = "1.87524 0.166667 45.1244";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-154.569 456.092 110.424";rotation = "0.706223 -0.0500244 0.70622 185.727";scale = "5.0375 0.166666 47.1242";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-46.1889 392.156 112.815";rotation = "0.631717 0.548146 -0.548151 115.438";scale = "0.125 1.55167 16";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-145.38 455.542 109.985";rotation = "0.852849 -0.426171 -0.301707 95.747";scale = "0.125 0.166666 13.9979";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "25.55 438.529 100.5";rotation = "0 0 1 188.103";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-147.523 503.825 100";rotation = "0 0 -1 81.8974";scale = "10.2503 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-152.948 463.942 105.206";rotation = "-0.070478 -0.995021 0.0704706 90.2861";scale = "2.353 0.166667 18.341";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-46.4699 388.408 112.815";rotation = "0.602702 0.522976 0.6027 124.783";scale = "1.1635 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-150.412 483.528 120.25";rotation = "0.995022 -0.0704678 0.0704677 90.2861";scale = "0.125 0.166666 41.9992";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration0";position = "24.0505 431.543 100.862";rotation = "-3.67173e-06 3.69288e-06 1 98.1036";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";};checkPowerObject(%building);%target = new StaticShape() {datablock = "DeployedLTarget";position = "24.298 431.508 103.662";rotation = "0.631721 0.548147 -0.548146 115.437";scale = "0.625 1.66667 0.3";team = "1";lMain = %building;};%building.lTarget = %target;addToDeployGroup(%target);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-152.954 479.854 110.252";rotation = "0.0500176 0.70622 0.706224 185.727";scale = "0.874478 0.166666 88.9926";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-43.1473 387.177 104.99";rotation = "0.0704698 0.995021 0.0704715 90.2856";scale = "2.495 0.166666 38.0002";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-55.562 389.449 110.488";rotation = "0 0 1 98.1024";scale = "0.125 4.25943 19.024";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-147.452 504.318 120.25";rotation = "0.995022 -0.0704678 0.0704677 90.2861";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-148.704 463.591 110.162";rotation = "0.0500194 0.706223 -0.70622 174.273";scale = "2.12496 0.166666 16";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-49.2367 388.549 117.411";rotation = "0.706223 -0.0500186 0.70622 185.727";scale = "1.29425 0.166666 5.0182";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-43.1408 387.223 120.216";rotation = "0.0704698 0.995021 0.0704715 90.2856";scale = "0.125 0.166666 38";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-44.9147 387.934 110.488";rotation = "0 0 1 98.1024";scale = "0.125 1.23764 19.024";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-153.16 464.225 120.25";rotation = "0.0500158 0.706223 0.706221 185.727";scale = "0.125 0.166666 37.997";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-150.554 484.308 100.25";rotation = "0.631715 0.548146 -0.548154 115.438";scale = "10.1246 0.166666 18.9997";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "0.111535 401.747 100.509";rotation = "0 0 1 98.103";scale = "20.1247 0.166666 39.922";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-154.287 456.304 100.599";rotation = "0.0500223 0.706223 0.70622 185.727";scale = "0.125 0.166666 14.9998";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-154.287 456.303 110.674";rotation = "0.602705 0.52297 0.602701 124.783";scale = "4.91275 0.166666 15.0017";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-149.655 524.33 120.25";rotation = "-0.995022 0.0704723 0.0704656 90.2867";scale = "2.37521 0.166667 39.9994";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-48.1257 376.548 110.231";rotation = "0.0500141 0.706219 0.706224 185.727";scale = "0.125 0.166666 22.949";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-48.1576 376.553 112.64";rotation = "0.548146 -0.631713 -0.548156 115.438";scale = "1.07975 0.166667 22.949";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-152.033 473.913 120.25";rotation = "0.0704678 0.995022 0.0704677 90.2861";scale = "0.125 6.49927 18.9997";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-48.1257 376.548 115.05";rotation = "0.0500141 0.706219 0.706224 185.727";scale = "0.125 0.166666 22.949";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-1.5347 361.83 120.25";rotation = "0.0500213 0.70622 0.706223 185.728";scale = "0.125 0.166666 159.002";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-153.443 464.013 100.25";rotation = "0.631712 0.548148 -0.548154 115.438";scale = "0.125 0.166666 20";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-50.445 372.837 110.23";rotation = "0.050012 0.70622 0.706224 185.727";scale = "0.76158 0.166666 30.951";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-49.5195 388.336 112.636";rotation = "-0.995021 0.0704723 0.0704721 90.2861";scale = "0.125 1.432 30.949";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-158.145 464.682 100.5";rotation = "0 0 1 188.103";scale = "2.62495 0.166666 39";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-160.206 485.683 100";rotation = "0 0 -1 81.8974";scale = "10.1256 0.166666 40.0002";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-50.445 372.837 115.034";rotation = "0.050012 0.70622 0.706224 185.727";scale = "0.761565 0.166666 30.949";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-163.06 465.634 120.25";rotation = "0.0500158 0.706223 0.706221 185.727";scale = "0.125 0.166666 81.0002";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration2";position = "-161.394 473.793 101.72";rotation = "-3.67943e-06 -3.39495e-06 -1 81.8974";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";};checkPowerObject(%building);%target = new StaticShape() {datablock = "DeployedLTarget";position = "-161.641 473.828 104.52";rotation = "-0.522974 0.602703 -0.6027 235.217";scale = "0.625 1.66667 0.3";team = "1";lMain = %building;};%building.lTarget = %target;addToDeployGroup(%target);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-153.443 464.012 120.25";rotation = "0.0704678 0.995022 0.0704677 90.2861";scale = "0.125 0.166666 20";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-156.225 515.417 120.25";rotation = "-0.0704687 -0.995022 0.0704699 90.2862";scale = "0.125 6.4992 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "15.3671 439.727 100.25";rotation = "0.0500229 0.706223 -0.70622 174.273";scale = "5 0.166666 160";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "4.71363 403.941 120.25";rotation = "-0.631718 -0.548146 -0.54815 115.439";scale = "5.56077 0.166666 23.754";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-44.4483 375.772 110.481";rotation = "0 0 1 188.102";scale = "1.99997 0.166666 8.622";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-40.2397 373.405 110.231";rotation = "0.631711 0.548156 -0.548148 115.438";scale = "0.99999 0.166666 17.0003";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-40.2397 373.405 115.046";rotation = "0.631711 0.548156 -0.548148 115.438";scale = "0.999738 0.166666 17.0001";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-40.4872 373.441 110.481";rotation = "0 0 1 188.102";scale = "0.125 1.3333 8.638";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-48.3997 372.294 109.98";rotation = "-3.43184e-06 -2.93588e-07 1 188.103";scale = "1.81249 0.166667 9.61";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "10.7187 360.085 120.25";rotation = "0.0500213 0.70622 0.706223 185.728";scale = "0.125 0.166666 159.004";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-44.8109 371.783 115.034";rotation = "0.631714 0.548153 -0.548148 115.438";scale = "0.125 0.166666 14.5002";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-45.0921 368.034 112.632";rotation = "0.602701 0.522975 0.602701 124.783";scale = "1.326 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-41.2985 369.515 115.042";rotation = "0.631714 0.548155 -0.548146 115.438";scale = "1.00024 0.166667 6.59394";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-41.0509 369.48 109.981";rotation = "0 0 -1 81.898";scale = "1.00022 0.166666 10.638";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-45.1272 367.786 100.5";rotation = "0 0 1 8.10279";scale = "0.125 0.166666 39.94";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-43.2476 367.52 109.986";rotation = "0.755296 0.655383 9.50147e-06 179.999";scale = "0.125 1.09899 18.972";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-41.6155 367.287 117.379";rotation = "0.706223 -0.0500129 -0.70622 174.273";scale = "1.2955 0.166666 6.59412";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "23.9921 438.505 110.236";rotation = "-0.995021 0.0704703 0.0704712 90.2861";scale = "0.643777 0.166666 199.012";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-31.8187 364.805 100.188";rotation = "0.0696232 0.983304 0.168122 45.6864";scale = "0.125 0.551843 28.4222";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-45.6629 364.022 100.5";rotation = "0 0 1 98.103";scale = "1.77649 0.166666 6.766";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "25.5149 438.281 110.249";rotation = "-0.548148 0.63172 -0.548146 115.437";scale = "5.12502 0.166666 199.999";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-45.3748 367.822 100.25";rotation = "-0.631715 -0.548147 -0.548152 115.437";scale = "0.125 0.166666 80.0012";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-42.4911 361.138 110.233";rotation = "0.631711 0.548156 -0.548148 115.438";scale = "5.2312 0.166666 6.59392";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-23.6945 364.737 119.97";rotation = "0.755293 0.655387 8.30763e-07 180";scale = "0.125 12.0678 38.94";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-205.233 522.395 100.25";rotation = "0.522972 -0.602701 0.602704 124.783";scale = "4.87418 0.166667 119.004";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-46.2284 360.051 103.883";rotation = "-0.655381 0.755299 9.5741e-07 180";scale = "0.125 0.166666 6.766";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-44.8797 367.751 120.22";rotation = "0.706223 -0.0500187 0.70622 185.727";scale = "0.125 0.166666 79.0006";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-46.3288 359.345 103.883";rotation = "-0.655381 0.755299 9.5741e-07 180";scale = "0.125 0.166666 6.766";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-46.4652 358.388 103.883";rotation = "-0.655381 0.755299 9.5741e-07 180";scale = "0.125 0.166666 6.766";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-174.617 528.135 100";rotation = "0 0 1 188.103";scale = "15.0005 0.166666 41.0002";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-6.083 360.012 120.22";rotation = "-0.522969 0.602702 0.602705 124.783";scale = "0.97195 0.166666 79.0004";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-45.1623 367.539 112.176";rotation = "-0.548148 0.63172 -0.548146 115.437";scale = "4.14675 0.166666 39.0034";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-148.618 522.714 110.252";rotation = "0.63171 0.548153 -0.548153 115.437";scale = "0.727055 0.166666 112.006";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-157.634 505.52 100.25";rotation = "0.631715 0.54815 -0.548149 115.438";scale = "0.125 0.166666 99.0042";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-182.386 509.04 100.5";rotation = "0 0 1 98.103";scale = "0.125 16.667 39";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-157.635 505.518 120.25";rotation = "0.631712 0.548152 -0.54815 115.438";scale = "0.125 0.166666 99.0024";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "0.08392 371.424 120.25";rotation = "-0.631719 -0.548146 -0.54815 115.438";scale = "4.86355 0.166666 23.754";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-156.204 515.562 120.25";rotation = "0.631711 0.54815 -0.548154 115.438";scale = "1.96665 0.166666 99.0022";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-47.2617 352.793 100.5";rotation = "0 0 1 98.103";scale = "2.30325 0.166666 6.766";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-15.7095 363.346 100.25";rotation = "0.0500215 0.706223 -0.706221 174.273";scale = "14.9999 0.166666 38.9994";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "14.026 359.362 120.25";rotation = "-0.522972 0.602702 0.602703 124.784";scale = "0.125 0.166666 39.0004";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-8.2632 344.698 120.22";rotation = "-0.522969 0.602702 0.602705 124.783";scale = "1.04418 0.166666 79.0006";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "8.91 341.698 110.236";rotation = "-0.522978 0.6027 0.6027 124.783";scale = "0.76943 0.166666 113.85";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-192.588 511.909 100.154";rotation = "-0.38254 0.0270938 0.923542 187.484";scale = "0.125 0.767977 28.5522";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-18.4935 343.792 99.9995";rotation = "0 0 1 188.104";scale = "15 0.166666 40.9982";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "4.09084 360.524 120.235";rotation = "-0.54815 0.631718 -0.548147 115.437";scale = "0.125 6.6666 38.9974";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-202.339 528.893 110.252";rotation = "0.0500151 0.706223 -0.706221 174.273";scale = "0.974463 0.166666 33.1812";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration2";position = "0.492141 341.594 101.869";rotation = "-9.85943e-07 3.71885e-06 1 188.104";scale = "1 1 1";team = "0";powerCount="1";Invincible="1";needsfit = "1";};checkPowerObject(%building);%target = new StaticShape() {datablock = "DeployedLTarget";position = "0.4569 341.346 104.669";rotation = "0.99502 -0.070484 0.0704837 90.2862";scale = "0.625 1.66667 0.3";team = "1";lMain = %building;};%building.lTarget = %target;addToDeployGroup(%target);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-206.189 517.46 104.492";rotation = "0.7553 0.65538 8.30753e-07 180";scale = "2.3646 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-204.106 532.081 100.25";rotation = "-0.0500213 -0.706219 0.706224 185.727";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-205.463 522.556 104.489";rotation = "0.7553 0.65538 8.30753e-07 180";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-205.347 523.369 104.489";rotation = "0.7553 0.65538 8.30753e-07 180";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-204.982 525.929 101.253";rotation = "-0.548149 0.631718 -0.548146 115.437";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-204.982 525.929 101.937";rotation = "-0.548149 0.631718 -0.548146 115.437";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-204.982 525.929 102.626";rotation = "-0.548149 0.631718 -0.548146 115.437";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-204.982 525.929 103.219";rotation = "-0.548149 0.631718 -0.548146 115.437";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-205.244 524.089 104.489";rotation = "0.7553 0.65538 8.30753e-07 180";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-204.982 525.929 103.867";rotation = "-0.548149 0.631718 -0.548146 115.437";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-205.148 524.764 104.489";rotation = "0.7553 0.65538 8.30753e-07 180";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-205.062 525.37 104.489";rotation = "0.7553 0.65538 8.30753e-07 180";scale = "0.125 0.166666 8";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-206.854 512.777 112.244";rotation = "0.602704 0.522972 0.602701 124.783";scale = "3.8775 0.166666 38.9994";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-204.544 529.005 100.5";rotation = "0 0 1 98.103";scale = "1.55347 0.166666 7.978";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-204.106 532.081 120.25";rotation = "0.0500158 0.706223 -0.706221 174.273";scale = "0.125 0.166666 40";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-213.109 527.374 102.25";rotation = "0.706223 -0.0500244 0.70622 185.727";scale = "1.125 0.166666 15.9998";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-213.454 523.172 100.25";rotation = "0.995021 -0.0704771 0.0704714 90.2861";scale = "3.8747 0.166667 7.92106";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-213.738 522.96 100";rotation = "0 0 1 188.103";scale = "3.99965 0.166666 9";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-213.455 523.17 104.25";rotation = "0.0500256 0.706223 0.70622 185.727";scale = "3.87445 0.166667 7.919";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-212.397 530.594 100.25";rotation = "-0.995021 0.0704738 0.0704754 90.2856";scale = "0.125 0.166666 6.0726";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-212.327 531.091 102.5";rotation = "-0.548149 0.631717 -0.548148 115.438";scale = "1 0.166666 7.0745";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-216.856 527.656 100.25";rotation = "0.0500244 0.706225 0.706218 185.727";scale = "1.87496 0.166667 7.07478";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-220.033 531.934 100.25";rotation = "-0.631714 -0.548154 -0.548146 115.437";scale = "0.125 0.166666 15.9976";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-220.284 530.184 104.25";rotation = "0.706223 -0.0500201 0.706221 185.727";scale = "0.125 1.34671 15.0017";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-220.247 532.221 102.25";rotation = "-0.54815 0.631715 -0.548149 115.438";scale = "1.12503 0.166666 16.0035";team = "0";powerCount="1";Invincible="1";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
474
missions/DerGott.mis
Normal file
474
missions/DerGott.mis
Normal file
|
|
@ -0,0 +1,474 @@
|
|||
// DisplayName = Der Gott
|
||||
// MissionTypes = Sabotage Infection
|
||||
|
||||
//--- MISSION QUOTE BEGIN ---
|
||||
//Der Gott ist großartig!
|
||||
//Mein Gott ist nicht...
|
||||
//--- MISSION QUOTE END ---
|
||||
|
||||
//--- MISSION STRING BEGIN ---
|
||||
|
||||
//--- MISSION STRING END ---
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
cdTrack = "6";
|
||||
musicTrack = "desert";
|
||||
powerCount = "0";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-1024 -1024 2048 2048";
|
||||
flightCeiling = "4000";
|
||||
flightCeilingRange = "20";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new SimGroup(Teams) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(Team1) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(spawnspheres) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SpawnSphere(PSpawn) {
|
||||
position = "0.0299911 -3.61698 151.08";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "SpawnSphereMarker";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
radius = "20";
|
||||
sphereWeight = "100";
|
||||
indoorWeight = "100";
|
||||
outdoorWeight = "0";
|
||||
};
|
||||
};
|
||||
};
|
||||
new SimGroup(Team2) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(spawnspheres) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SpawnSphere(ZSpawn) {
|
||||
position = "-202.158 -210.376 151.168";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "SpawnSphereMarker";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
radius = "10";
|
||||
sphereWeight = "100";
|
||||
indoorWeight = "100";
|
||||
outdoorWeight = "0";
|
||||
};
|
||||
};
|
||||
};
|
||||
new SimGroup(team0) {
|
||||
|
||||
providesPower = "1";
|
||||
powerCount = "1";
|
||||
|
||||
new SimGroup(Platform) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new InteriorInstance(1) {
|
||||
position = "-2.03757 -2.4216 155.125";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(2) {
|
||||
position = "9.9638 -18.4011 153.63";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(3) {
|
||||
position = "9.9638 -34.4011 153.63";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(4) {
|
||||
position = "9.9638 -50.4011 153.63";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(5) {
|
||||
position = "9.9638 -66.4011 153.63";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(6) {
|
||||
position = "9.9638 -82.4011 153.63";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(7) {
|
||||
position = "9.9638 -98.4011 153.63";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(8) {
|
||||
position = "-6.0362 -98.4011 153.63";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(9) {
|
||||
position = "-22.0362 -98.4011 153.63";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(10) {
|
||||
position = "-38.0362 -98.4011 153.63";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(11) {
|
||||
position = "-54.0362 -98.4011 153.63";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(12) {
|
||||
position = "-70.0362 -98.4011 153.63";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(13) {
|
||||
position = "-86.0362 -98.4011 153.63";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(14) {
|
||||
position = "-102.036 -98.4011 153.63";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(15) {
|
||||
position = "-102.098 -114.271 153.63";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(16) {
|
||||
position = "-118.098 -114.296 153.63";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(17) {
|
||||
position = "-134.098 -114.322 153.63";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(18) {
|
||||
position = "-150.098 -114.347 153.63";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(19) {
|
||||
position = "-166.097 -114.373 153.63";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(20) {
|
||||
position = "-182.097 -114.398 153.63";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(21) {
|
||||
position = "-198.098 -114.424 153.63";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(22) {
|
||||
position = "-214.097 -114.449 153.63";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(23) {
|
||||
position = "-214.072 -130.449 153.63";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(24) {
|
||||
position = "-214.047 -146.449 153.63";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(25) {
|
||||
position = "-214.021 -162.449 153.63";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(26) {
|
||||
position = "-213.995 -178.449 153.63";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(27) {
|
||||
position = "-213.97 -194.449 153.63";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(28) {
|
||||
position = "-201.97 -210.449 155.125";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(Z1) {
|
||||
position = "-201.874 -210.457 144.98";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bbunk5.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(Z2) {
|
||||
position = "-177.164 -170.53 73.3739";
|
||||
rotation = "-0.799917 0.58219 0.145561 34.7143";
|
||||
scale = "1.07607 6.93207 7.43017";
|
||||
interiorFile = "bplat4.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new StaticShape(P1) {
|
||||
position = "-1.93296 10.4194 155.074";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "33";
|
||||
Trigger = "5722";
|
||||
team = "1";
|
||||
};
|
||||
|
||||
new StaticShape(P2) {
|
||||
position = "-201.489 -196.719 155.074";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "34";
|
||||
Trigger = "5723";
|
||||
team = "2";
|
||||
};
|
||||
|
||||
};
|
||||
new Trigger(This) {
|
||||
position = "-477.699 293.106 118.3";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "800 800 5";
|
||||
dataBlock = "deathTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 Sun(Sun) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.57735 0.57735 -0.57735";
|
||||
color = "1.000000 1.000000 1.000000 1.000000";
|
||||
ambient = "0.500000 0.500000 0.500000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
texture[3] = "special/LensFlare/flare02";
|
||||
texture[4] = "special/LensFlare/flare03";
|
||||
lensFlareScale = "0.7";
|
||||
lensFlareIntensity = "1";
|
||||
frontFlareSize = "300";
|
||||
backFlareSize = "450";
|
||||
flareColor = "1.000000 1.000000 1.000000 1.000000";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/desertdet1";
|
||||
terrainFile = "Flatland.ter";
|
||||
squareSize = "8";
|
||||
|
||||
position = "-1024 -1024 0";
|
||||
locked = "true";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "50";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
|
||||
position = "0 0 0 1";
|
||||
GraphFile = "Flatland.nav";
|
||||
coverage = "0";
|
||||
rotation = "0 0 0 0";
|
||||
locked = "true";
|
||||
conjoinBowlDev = "20";
|
||||
scale = "1 1 1";
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
|
||||
powerCount = "0";
|
||||
};
|
||||
new Sky(Sky) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0002";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "800";
|
||||
useSkyTextures = "0";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.250000 0.750000 1.000000 1.000000";
|
||||
fogDistance = "750";
|
||||
fogColor = "0.600000 0.600000 0.600000 1.000000";
|
||||
fogVolume1 = "200 99 101";
|
||||
fogVolume2 = "0 0 0";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "sky_desert_blue.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
|
||||
high_visibleDistance = "-1";
|
||||
high_fogDistance = "-1";
|
||||
high_fogVolume1 = "-1 2.33105e-09 6.40969e-10";
|
||||
high_fogVolume2 = "-1 1.07461e-38 0";
|
||||
high_fogVolume3 = "-1 7.9874e-44 5.9061e-32";
|
||||
|
||||
cloudSpeed0 = "0.000503 0.000020";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
920
missions/EngelamHimmel.mis
Normal file
920
missions/EngelamHimmel.mis
Normal file
|
|
@ -0,0 +1,920 @@
|
|||
// DisplayName = Engel am Himmel
|
||||
// MissionTypes = None CTF Sabotage Domination Infection
|
||||
|
||||
//--- MISSION QUOTE BEGIN ---
|
||||
//Gott weiss ich will kein Engel sein!
|
||||
// Gott weiss ich will kein Engel sein...
|
||||
//--- MISSION QUOTE END ---
|
||||
|
||||
//--- MISSION STRING BEGIN ---
|
||||
//
|
||||
//--- MISSION STRING END ---
|
||||
|
||||
$SabotageGame::ObjectiveLocation1["EngelamHimmel"] = "126.7 14.7 181";
|
||||
$SabotageGame::ObjectiveLocation2["EngelamHimmel"] = "-282 16 181";
|
||||
$SabotageGame::BombLocation["EngelamHimmel"] = "-100 0 251";
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
cdTrack = "6";
|
||||
powerCount = "0";
|
||||
musicTrack = "desert";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-1024 -1024 2048 2048";
|
||||
flightCeiling = "4000";
|
||||
flightCeilingRange = "20";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new SimGroup(Teams) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(Team1) {
|
||||
|
||||
providesPower = "1";
|
||||
powerCount = "1";
|
||||
|
||||
new SimGroup(spawnspheres) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new SpawnSphere() {
|
||||
position = "124.2 16 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "SpawnSphereMarker";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
radius = "10";
|
||||
sphereWeight = "100";
|
||||
indoorWeight = "100";
|
||||
outdoorWeight = "0";
|
||||
|
||||
missionTypesList = "CTF";
|
||||
};
|
||||
};
|
||||
new SimGroup(objs) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new StaticShape() {
|
||||
position = "124.119 4.04519 180.034";
|
||||
rotation = "0 0 1 180";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "33";
|
||||
Trigger = "5681";
|
||||
team = "1";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "124.119 27.8452 180.034";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "34";
|
||||
Trigger = "5683";
|
||||
team = "1";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "82.1193 4.04519 180.034";
|
||||
rotation = "0 0 1 180";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "35";
|
||||
Trigger = "5685";
|
||||
team = "1";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "82.1193 27.8452 180.034";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "36";
|
||||
Trigger = "5687";
|
||||
team = "1";
|
||||
};
|
||||
};
|
||||
};
|
||||
new SimGroup(Team2) {
|
||||
|
||||
providesPower = "1";
|
||||
powerCount = "1";
|
||||
|
||||
new SimGroup(spawnspheres) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new SpawnSphere() {
|
||||
position = "-324 16 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "SpawnSphereMarker";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
radius = "10";
|
||||
sphereWeight = "100";
|
||||
indoorWeight = "100";
|
||||
outdoorWeight = "0";
|
||||
|
||||
missionTypesList = "CF";
|
||||
};
|
||||
};
|
||||
new SimGroup(objs) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new StaticShape() {
|
||||
position = "-281.864 28.0225 180.034";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "37";
|
||||
Trigger = "5693";
|
||||
team = "2";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-323.864 4.22249 180.034";
|
||||
rotation = "0 0 1 180";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "38";
|
||||
Trigger = "5695";
|
||||
team = "2";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-281.864 4.22249 180.034";
|
||||
rotation = "0 0 1 180";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "39";
|
||||
Trigger = "5697";
|
||||
team = "2";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-323.629 27.8179 180.034";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "40";
|
||||
Trigger = "5699";
|
||||
team = "2";
|
||||
};
|
||||
};
|
||||
};
|
||||
new SimGroup(team0) {
|
||||
|
||||
providesPower = "1";
|
||||
powerCount = "1";
|
||||
|
||||
new SimGroup(Platform) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new SimGroup(T1) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "40.2 32 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-43.8 0 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-43.8 32 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "40.2 0 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-1.8 32 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "82.2 16 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "124.2 16 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
};
|
||||
new SimGroup(T2) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-156 0 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-240 32 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-324 16 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-282 16 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-198 32 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-240 0 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-156 32 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
};
|
||||
new SimGroup(T0) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new SimGroup(center) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 0 180";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-72 0 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 -24 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 24 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-128 0 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 0 250";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
};
|
||||
new SimGroup(leftcenter) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 40 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 56 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 72 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 136 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 120 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 104 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 88 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-116 120 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-84 120 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
};
|
||||
new SimGroup(rightcenter) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 -40 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 -56 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 -136 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 -72 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 -104 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 -88 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "-100 -120 178.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
new Sun(Sun) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.57735 0.57735 -0.57735";
|
||||
color = "1.000000 1.000000 1.000000 1.000000";
|
||||
ambient = "0.500000 0.500000 0.500000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
texture[3] = "special/LensFlare/flare02";
|
||||
texture[4] = "special/LensFlare/flare03";
|
||||
lensFlareScale = "0.7";
|
||||
lensFlareIntensity = "1";
|
||||
frontFlareSize = "300";
|
||||
backFlareSize = "450";
|
||||
flareColor = "1.000000 1.000000 1.000000 1.000000";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/desertdet1";
|
||||
terrainFile = "Flatland.ter";
|
||||
squareSize = "8";
|
||||
|
||||
position = "-1024 -1024 0";
|
||||
locked = "true";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "50";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
|
||||
position = "0 0 0 1";
|
||||
rotation = "0 0 0 0";
|
||||
coverage = "0";
|
||||
locked = "true";
|
||||
GraphFile = "Flatland.nav";
|
||||
scale = "1 1 1";
|
||||
conjoinBowlDev = "20";
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new Camera(Cam1) {
|
||||
position = "-100 -120 185";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new Camera(Cam2) {
|
||||
position = "-297.766 -66.539 185.463";
|
||||
rotation = "-0.016081 0.00386002 0.999863 26.999";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new Camera(Cam3) {
|
||||
position = "-250 -120 185";
|
||||
rotation = "0.344093 0.121718 -0.931013 41.6084";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
new Camera(Cam4) {
|
||||
position = "-83.3005 68.739 271.2";
|
||||
rotation = "0 0 1 179.909";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
};
|
||||
new Sky(Sky) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0002";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "800";
|
||||
useSkyTextures = "0";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.250000 0.750000 1.000000 1.000000";
|
||||
fogDistance = "750";
|
||||
fogColor = "0.600000 0.600000 0.600000 1.000000";
|
||||
fogVolume1 = "200 99 101";
|
||||
fogVolume2 = "0 0 0";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "sky_desert_blue.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
|
||||
high_visibleDistance = "-1";
|
||||
high_fogDistance = "-1";
|
||||
high_fogVolume1 = "-1 2.33105e-09 6.40969e-10";
|
||||
high_fogVolume2 = "-1 1.07461e-38 0";
|
||||
high_fogVolume3 = "-1 7.9874e-44 5.9061e-32";
|
||||
|
||||
cloudSpeed0 = "0.000503 0.000020";
|
||||
locked = "true";
|
||||
};
|
||||
new SimGroup(Triggers) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new Trigger(KillTrigger2) {
|
||||
position = "-469.61 397.051 130.4";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "800 800 20";
|
||||
dataBlock = deathTrigger;
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 Trigger(KillTrigger1) {
|
||||
position = "-199.58 103.613 220";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "200 200 5";
|
||||
dataBlock = deathTrigger;
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 Trigger(Trans1) {
|
||||
position = "102.218 18.0674 179.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1.96239 4.10336 4.63431";
|
||||
dataBlock = "TransTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 Trigger(Trans2) {
|
||||
position = "-303.982 18.0674 179.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1.96239 4.10336 4.63431";
|
||||
dataBlock = "TransTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 Trigger(Trans3) {
|
||||
position = "58.818 18.0674 179.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1.96239 4.10336 4.63431";
|
||||
dataBlock = "TransTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 Trigger(Trans4) {
|
||||
position = "-260.982 18.0674 179.5";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1.96239 4.10336 4.63431";
|
||||
dataBlock = "TransTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 Trigger(Trans5) {
|
||||
position = "-123.157 2.00044 249.283";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1.96239 4.10336 4.63431";
|
||||
dataBlock = "TransTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 Trigger(Trans6) {
|
||||
position = "-78.7552 2.05212 249.187";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1.96239 4.10336 4.63431";
|
||||
dataBlock = "TransTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 Trigger(Trans7) {
|
||||
position = "-97.7215 -20.965 247.89";
|
||||
rotation = "0 0 1 90";
|
||||
scale = "1.96239 4.10336 4.63431";
|
||||
dataBlock = "TransTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 Trigger(Trans8) {
|
||||
position = "-97.7215 23.235 247.89";
|
||||
rotation = "0 0 1 90";
|
||||
scale = "1.96239 4.10336 4.63431";
|
||||
dataBlock = "TransTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 SimGroup(Markers) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new Marker(Pos0) {
|
||||
position = "-85 1 252";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos1) {
|
||||
position = "40 37 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos2) {
|
||||
position = "-43 -10 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos3) {
|
||||
position = "-153 34 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos4) {
|
||||
position = "-240 -1 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos5) {
|
||||
position = "-101 3 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos6) {
|
||||
position = "-100 -136 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos7) {
|
||||
position = "-100 125 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos8) {
|
||||
position = "139 16 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos9) {
|
||||
position = "-337 17 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos10) {
|
||||
position = "-114 1 252";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos11) {
|
||||
position = "56 -5 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos12) {
|
||||
position = "-101 15 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos13) {
|
||||
position = "-229 34 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos14) {
|
||||
position = "-170 -1 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos15) {
|
||||
position = "-101 -30 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos16) {
|
||||
position = "-100 -65 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos17) {
|
||||
position = "-101 83 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos18) {
|
||||
position = "98 10 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
new Marker(Pos19) {
|
||||
position = "-297 23 182";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
seqNum = "0";
|
||||
msToNext = "1000";
|
||||
};
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
144
missions/FlatlandBigH.mis
Normal file
144
missions/FlatlandBigH.mis
Normal file
|
|
@ -0,0 +1,144 @@
|
|||
// DisplayName = Flatland Big Horde
|
||||
// MissionTypes = Horde Helljump
|
||||
|
||||
//--- Mission Quote Begin ---
|
||||
// Flat. Land. ZOMBIES!
|
||||
//--- Mission Quote End ---
|
||||
|
||||
//--- Mission String Begin ---
|
||||
//[Horde] Hold out from 50 Waves of Zombies
|
||||
//[Horde] The Waves get tougher as you kill them
|
||||
//[Horde] 1 Life Per Wave, Lives do not Stack
|
||||
//--- Mission String End ---
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
musicTrack = "desert";
|
||||
cdTrack = "6";
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-1024 -1024 2048 2048";
|
||||
flightCeiling = "4000";
|
||||
flightCeilingRange = "20";
|
||||
locked = "true";
|
||||
};
|
||||
new SimGroup(Teams) {
|
||||
new SimGroup(Team1) {
|
||||
new SimGroup(spawnspheres) {
|
||||
new SpawnSphere() {
|
||||
position = "0 0 100";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "SpawnSphereMarker";
|
||||
radius = "100";
|
||||
sphereWeight = "100";
|
||||
indoorWeight = "100";
|
||||
outdoorWeight = "100";
|
||||
locked = "1";
|
||||
};
|
||||
};
|
||||
};
|
||||
new SimGroup(team0) {
|
||||
providesPower = "1";
|
||||
new StaticShape(InventoryStation) {
|
||||
position = "0 0 100";
|
||||
rotation = "0 0 1 -90";
|
||||
scale = "1 1 1";
|
||||
team = "0";
|
||||
dataBlock = "StationInventory";
|
||||
locked = "true";
|
||||
};
|
||||
new StaticShape(VehicleStation) {
|
||||
position = "50 0 97";
|
||||
rotation = "0 0 1 -90";
|
||||
scale = "1 1 1";
|
||||
team = "0";
|
||||
dataBlock = "StationVehiclePad";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
new Sun(Sun) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.57735 0.57735 -0.57735";
|
||||
color = "1.000000 1.000000 1.000000 1.000000";
|
||||
ambient = "0.500000 0.500000 0.500000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
texture[3] = "special/LensFlare/flare02";
|
||||
texture[4] = "special/LensFlare/flare03";
|
||||
lensFlareScale = "0.7";
|
||||
lensFlareIntensity = "1";
|
||||
frontFlareSize = "300";
|
||||
backFlareSize = "450";
|
||||
flareColor = "1.000000 1.000000 1.000000 1.000000";
|
||||
locked = "true";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/desertdet1";
|
||||
terrainFile = "Flatland.ter";
|
||||
squareSize = "32";
|
||||
position = "-1024 -1024 0";
|
||||
locked = "true";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "50";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
rotation = "0 0 0 0";
|
||||
GraphFile = "FlatlandBig.nav";
|
||||
position = "0 0 0 1";
|
||||
scale = "1 1 1";
|
||||
coverage = "0";
|
||||
conjoinBowlDev = "20";
|
||||
locked = "true";
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
new Camera() {
|
||||
position = "0 0 200";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
new Sky(Sky) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0002";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "5000";
|
||||
useSkyTextures = "0";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.250000 0.750000 1.000000 1.000000";
|
||||
fogDistance = "4500";
|
||||
fogColor = "0.600000 0.600000 0.600000 1.000000";
|
||||
fogVolume1 = "200 99 101";
|
||||
fogVolume2 = "0 0 0";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "sky_desert_blue.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
|
||||
high_visibleDistance = "-1";
|
||||
high_fogDistance = "-1";
|
||||
high_fogVolume1 = "-1 2.33105e-09 6.40969e-10";
|
||||
high_fogVolume2 = "-1 1.07461e-38 0";
|
||||
high_fogVolume3 = "-1 7.9874e-44 5.9061e-32";
|
||||
cloudSpeed0 = "0.000503 0.000020";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
469
missions/FrozenNight.mis
Normal file
469
missions/FrozenNight.mis
Normal file
|
|
@ -0,0 +1,469 @@
|
|||
// DisplayName = Frozen Night
|
||||
// MissionTypes = Horde Helljump
|
||||
|
||||
//--- Mission Quote Begin ---
|
||||
// a Light snow falls over this soon to be wasteland
|
||||
// -Phantom139 (ServerSide)
|
||||
//--- Mission Quote End ---
|
||||
|
||||
//--- Mission String Begin ---
|
||||
//[Horde] Hold out from 50 Waves of Zombies
|
||||
//[Horde] The Waves get tougher as you kill them
|
||||
//[Horde] 1 Life Per Wave, Lives do not Stack
|
||||
//--- Mission String End ---
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
powerCount = "1";
|
||||
CTF_scoreLimit = "8";
|
||||
cdTrack = "5";
|
||||
musicTrack = "ice";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-896 -696 1504 1392";
|
||||
flightCeiling = "300";
|
||||
flightCeilingRange = "20";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new Sun() {
|
||||
position = "-361.911 369.705 299.466";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.57735 0.57735 -0.57735";
|
||||
color = "0.250000 0.350000 0.350000 1.000000";
|
||||
ambient = "0.240000 0.350000 0.350000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
texture[3] = "special/LensFlare/flare02";
|
||||
texture[4] = "special/LensFlare/flare03";
|
||||
lensFlareScale = "0.7";
|
||||
lensFlareIntensity = "1";
|
||||
frontFlareSize = "300";
|
||||
backFlareSize = "450";
|
||||
flareColor = "1.000000 1.000000 1.000000 1.000000";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new Sky(Sky) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0002";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "560";
|
||||
useSkyTextures = "1";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.260000 0.410000 0.440000 1.000000";
|
||||
fogDistance = "420";
|
||||
fogColor = "0.260000 0.410000 0.440000 1.000000";
|
||||
fogVolume1 = "0 0 0";
|
||||
fogVolume2 = "0 0 0";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "Starfallen.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 -36610319922801672200.000000";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 9500070315656657560000000.000000";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
|
||||
high_visibleDistance = "-1";
|
||||
high_fogDistance = "-1";
|
||||
high_fogVolume1 = "-1 -2.58511e+36 2.28656e-38";
|
||||
high_fogVolume2 = "-1 -1991.03 nan";
|
||||
high_fogVolume3 = "-1 7945.87 7.22445e-09";
|
||||
|
||||
locked = "true";
|
||||
cloudSpeed0 = "0.0000003 0.0000003";
|
||||
};
|
||||
new Precipitation(Precipitation) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Snow";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
percentage = "1";
|
||||
color1 = "1.000000 1.000000 1.000000 1.000000";
|
||||
color2 = "-1.000000 0.000000 0.000000 1.000000";
|
||||
color3 = "-1.000000 0.000000 0.000000 1.000000";
|
||||
offsetSpeed = "0.25";
|
||||
minVelocity = "0.25";
|
||||
maxVelocity = "1.5";
|
||||
maxNumDrops = "2000";
|
||||
maxRadius = "125";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/snowdet2";
|
||||
terrainFile = "Katabatic.ter";
|
||||
squareSize = "8";
|
||||
|
||||
locked = "true";
|
||||
position = "-1024 -1024 0";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "75";
|
||||
cullDensity = "0.1";
|
||||
customArea = "0 0 0 0";
|
||||
|
||||
conjoinBowlDev = "20";
|
||||
rotation = "0 0 0 0";
|
||||
locked = "true";
|
||||
scale = "1 1 1";
|
||||
coverage = "0";
|
||||
GraphFile = "Katabatic.nav";
|
||||
position = "0 0 0 1";
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new Camera() {
|
||||
position = "-482.862 327.444 163.649";
|
||||
rotation = "0.373651 0.211465 -0.903143 64.1455";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new Camera() {
|
||||
position = "247.14 -70.3646 152.739";
|
||||
rotation = "0.0387592 -0.173977 0.983987 155.271";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new Camera() {
|
||||
position = "119.074 79.2511 158.051";
|
||||
rotation = "0.0802951 0.069717 -0.99433 82.2557";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new Camera() {
|
||||
position = "-231.546 357.086 109.491";
|
||||
rotation = "0.0207373 -0.0549604 0.998273 138.721";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
new SimGroup(Teams) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(Team1) {
|
||||
};
|
||||
new SimGroup(team0) {
|
||||
|
||||
powerCount = "0";
|
||||
};
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-2325.23 2327.72 78.025";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "xbunkb.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-2318.73 2327.68 80.1842";
|
||||
rotation = "0 0 1 91.6732";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationAmmo";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
powerCount = "1";
|
||||
Target = "33";
|
||||
Trigger = "9048";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-2332.13 2327.67 79.9842";
|
||||
rotation = "0 0 -1 90.7099";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationAmmo";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
powerCount = "1";
|
||||
Target = "34";
|
||||
Trigger = "9187";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2287.01 2314.66 76.325";
|
||||
rotation = "0 0 1 91.1003";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable1l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2289.43 2318.04 76.325";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable1l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2289.95 2311.75 76.125";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable1l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2331.19 2357.79 79.6297";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable1l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2334.3 2355.2 79.6787";
|
||||
rotation = "0 0 1 90.5273";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable1l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2328.7 2354.99 79.6617";
|
||||
rotation = "0 0 1 90.5273";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable1l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2320.16 2358.5 77.3036";
|
||||
rotation = "0 0 1 180.091";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2290.06 2322.16 75.225";
|
||||
rotation = "0 0 -1 90.5273";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2290.07 2328.14 75.225";
|
||||
rotation = "0 0 -1 90.5273";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2290.04 2334.07 75.225";
|
||||
rotation = "0 0 -1 90.5273";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2292.9 2339.99 75.225";
|
||||
rotation = "0 0 1 218.479";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2297.59 2343.74 75.225";
|
||||
rotation = "0 0 1 218.479";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2310.6 2353.58 75.225";
|
||||
rotation = "0 0 1 218.479";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2315.33 2357.34 76.1517";
|
||||
rotation = "0 0 1 218.479";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2324.59 2358.34 78.0835";
|
||||
rotation = "0 0 1 180.091";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2354.24 2322.29 75.55";
|
||||
rotation = "0 0 1 91.6732";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2353.95 2332.7 76.45";
|
||||
rotation = "0 0 1 182.201";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable1l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2354.71 2326.43 76.65";
|
||||
rotation = "0 0 1 182.201";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable1l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2357 2329.9 76.65";
|
||||
rotation = "-0 0 -1 86.6991";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable1l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2352.89 2336.43 75.2324";
|
||||
rotation = "0 0 1 91.6732";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2352.65 2342.42 75.3226";
|
||||
rotation = "0 0 1 91.6732";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2349.47 2347.52 75.4785";
|
||||
rotation = "0 0 1 143.239";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2338.35 2353.29 78.3799";
|
||||
rotation = "0 0 1 143.239";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2338.53 2283.44 79.455";
|
||||
rotation = "0 0 -1 90.1369";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable1l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2332.93 2283.3 79.472";
|
||||
rotation = "0 0 -1 90.1369";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable1l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2336.01 2280.67 79.423";
|
||||
rotation = "0 0 1 179.336";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable1l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2354.32 2316.07 75.225";
|
||||
rotation = "0 0 1 91.6732";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2352.69 2309.98 75.225";
|
||||
rotation = "0 0 1 55.0039";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2342.06 2288.11 77.7731";
|
||||
rotation = "0 0 1 55.0039";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2345.45 2293.12 76.6098";
|
||||
rotation = "0 0 1 55.0039";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2347.33 2299.19 75.356";
|
||||
rotation = "0 0 1 55.0039";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2329.18 2284.55 76.9785";
|
||||
rotation = "0 0 1 145.531";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2324.14 2287.69 76.4269";
|
||||
rotation = "0 0 1 145.531";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2319.15 2291.24 75.225";
|
||||
rotation = "0 0 1 145.531";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2314.49 2294.4 75.225";
|
||||
rotation = "0 0 1 145.531";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2309.75 2297.29 75.225";
|
||||
rotation = "0 0 1 145.531";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2299.11 2305.14 75.225";
|
||||
rotation = "0 0 1 145.531";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-2294.25 2308.8 75.225";
|
||||
rotation = "0 0 1 145.531";
|
||||
scale = "1 1 1";
|
||||
shapeName = "stackable3l.dts";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "29.503 41.4022 76.7842";
|
||||
rotation = "0 0 1 180.482";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "35";
|
||||
Trigger = "11143";
|
||||
powerCount = 1;
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "10.5234 45.645 73.9798";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationVehiclePad";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "37";
|
||||
Ready = "1";
|
||||
station = "11199";
|
||||
|
||||
powerCount = 1;
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
393
missions/GeometricOrder.mis
Normal file
393
missions/GeometricOrder.mis
Normal file
|
|
@ -0,0 +1,393 @@
|
|||
// DisplayName = Geometric Order
|
||||
// MissionTypes = Sabotage Domination Infection
|
||||
|
||||
//--- Mission Quote Begin ---
|
||||
// Lives held inside these walls are between mortal enemies
|
||||
// By: Phantom139, TWM2 MAP Pack 2
|
||||
//--- Mission Quote End ---
|
||||
|
||||
//--- Mission String Begin ---
|
||||
// Make advantage of the buildings encompassing the middle
|
||||
// Beware of Sniper Spots
|
||||
// And if sniping, be aware of back routes
|
||||
//--- Mission String End ---
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
musicTrack = "lush";
|
||||
cdTrack = "2";
|
||||
powerCount = "0";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-825 -900 1200 1500";
|
||||
flightCeiling = "5000";
|
||||
flightCeilingRange = "20";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new Sun(Sun) {
|
||||
position = "-1024 -1024 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.622506 0.622506 -0.474313";
|
||||
color = "0.800000 0.800000 0.800000 1.000000";
|
||||
ambient = "0.400000 0.400000 0.400000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
texture[3] = "special/LensFlare/flare02";
|
||||
texture[4] = "special/LensFlare/flare03";
|
||||
lensFlareScale = "0.7";
|
||||
lensFlareIntensity = "1";
|
||||
frontFlareSize = "300";
|
||||
backFlareSize = "450";
|
||||
flareColor = "1.000000 1.000000 1.000000 1.000000";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "70";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
conjoinBowlDev = "20";
|
||||
locked = "true";
|
||||
coverage = "0";
|
||||
scale = "1 1 1";
|
||||
GraphFile = "slapmydash.nav";
|
||||
squareSize = "75";
|
||||
XDimOverSize = "0";
|
||||
position = "-1024 -1024 0 1";
|
||||
YDimOverSize = "0";
|
||||
rotation = "0 0 0 0";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/desertdet1";
|
||||
terrainFile = "Slapdash.ter";
|
||||
squareSize = "75";
|
||||
emptySquares = "94579 99875";
|
||||
|
||||
locked = "true";
|
||||
hazeDistance = "250";
|
||||
position = "-1024 -1024 0";
|
||||
visibleDistance = "1200";
|
||||
};
|
||||
|
||||
new Sky(Sky) {
|
||||
position = "-832 -1272 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0002";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "1000";
|
||||
useSkyTextures = "1";
|
||||
SkySolidColor = "0.390000 0.390000 0.390000 0.000000";
|
||||
fogDistance = "800";
|
||||
fogColor = "0.500000 0.500000 0.500000 1.000000";
|
||||
fogVolume1 = "300 50 100";
|
||||
fogVolume2 = "350 100 170";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "Lush_l4.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 -nan";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 -nan";
|
||||
cloudSpeed0 = "0.000500 0.000500";
|
||||
locked = "true";
|
||||
};
|
||||
new Precipitation(Precipitation) {
|
||||
position = "61.9596 188.997 89.1805";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Rain";
|
||||
percentage = "1";
|
||||
color1 = "0.600000 0.600000 0.600000 1.000000";
|
||||
color2 = "-1.000000 0.000000 0.000000 1.000000";
|
||||
color3 = "-1.000000 0.000000 0.000000 1.000000";
|
||||
offsetSpeed = "0.25";
|
||||
minVelocity = "1.25";
|
||||
maxVelocity = "4";
|
||||
maxNumDrops = "6000";
|
||||
maxRadius = "80";
|
||||
locked = "true";
|
||||
};
|
||||
|
||||
new SimGroup(Teams) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(Team1) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
};
|
||||
|
||||
new SimGroup(Team2) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
new Trigger(KillTrigger) {
|
||||
position = "-238 -286 199";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "800 800 20";
|
||||
dataBlock = deathTrigger;
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 ---
|
||||
|
||||
if(isObject(TWM2MissionAspectsGroup)) {
|
||||
TWM2MissionAspectsGroup.delete();
|
||||
}
|
||||
new SimGroup(TWM2MissionAspectsGroup) {
|
||||
//For the building
|
||||
};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-0.55331 -562.575 160.545";rotation = "0 0 1 92.7739";scale = "8.8356 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "0.563637 -544.686 168.295";rotation = "0.707004 -0.0171207 0.707002 181.961";scale = "0.125 0.166666 19.0002";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "3.36242 -544.82 160.545";rotation = "0 0 1 182.774";scale = "1.40103 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "0.31393 -544.674 160.545";rotation = "0 0 1 182.774";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "0.301787 -544.923 160.295";rotation = "-0.0171177 -0.706999 0.707007 181.961";scale = "0.125 0.166667 80.0016";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "10.0525 -545.146 160.295";rotation = "0.595982 0.567803 -0.567807 118.411";scale = "0.125 0.166666 20";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "5.04639 -545.153 168.295";rotation = "-0.567804 0.595983 -0.567804 118.411";scale = "0.125 3.3334 96.8214";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
//%building = new (StaticShape) () {datablock = "DeployedPulseSensor";position = "-11.3056 -574.258 159.938";rotation = "0 0 1 47.2193";scale = "1 1 1";team = "0";ownerGUID = "2000343";nametoset = "Spawn Marker";};setTargetSensorGroup(%building.getTarget(),1);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";%building.deploy();
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-25.9778 -555.146 159.938";rotation = "0 0 -1 34.5633";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-26.7385 -555.391 161.974";rotation = "0 0 -1 35.1346";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-1.62182 -584.627 160.545";rotation = "0 0 1 92.7739";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-28.6163 -556.665 159.938";rotation = "0 0 -1 38.5624";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-30.0429 -556.793 161.974";rotation = "0 0 -1 39.1335";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-17.1118 -528.047 160.438";rotation = "0 0 1 2.77383";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-17.3615 -528.034 165.466";rotation = "0.0241968 0.999414 0.0241967 90.034";scale = "1.236 0.166666 8.20036";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-31.5669 -558.606 159.938";rotation = "0 0 -1 41.4187";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-32.2306 -559.676 161.974";rotation = "0 0 -1 48.8621";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-17.3615 -528.034 160.917";rotation = "0.0241968 0.999414 0.0241967 90.034";scale = "0.239498 0.166666 8.20036";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-21.7066 -527.825 160.438";rotation = "0 0 1 2.77383";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-16.9189 -524.066 160.438";rotation = "0 0 1 2.77383";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-33.4011 -560.987 159.938";rotation = "0 0 -1 45.4178";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-34.7639 -562.525 161.974";rotation = "0 0 -1 52.916";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-1.8715 -584.613 160.295";rotation = "-0.558719 0.586447 0.586441 121.614";scale = "0.125 0.166666 80.0002";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-23.4781 -583.565 160.545";rotation = "0 0 1 182.774";scale = "8.93408 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-35.851 -564.076 159.938";rotation = "0 0 -1 52.3227";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-36.8388 -527.091 168.188";rotation = "0.707004 -0.0171172 0.707002 181.961";scale = "0.125 0.166666 39.0004";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-36.4506 -565.578 161.974";rotation = "0 0 -1 50.0595";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-41.5289 -586.904 168.295";rotation = "0.707005 -0.0171171 0.707002 181.961";scale = "0.125 2.97113 79";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-17.0997 -527.797 168.188";rotation = "0.586444 0.558719 0.586443 121.614";scale = "0.125 0.166666 37.9964";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-37.321 -566.323 159.938";rotation = "0 0 -1 52.8939";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-29.4097 -527.702 164.188";rotation = "0.0171159 0.707002 0.707005 181.962";scale = "3.725 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-16.7932 -516.306 164.188";rotation = "-0.595982 -0.567805 -0.567806 118.412";scale = "3.75315 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-26.6283 -517.825 160.438";rotation = "0.724015 0.689784 -4.83644e-06 180";scale = "4.99988 6.8334 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-37.0885 -527.079 160.438";rotation = "0 0 1 2.77383";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-16.1681 -508.571 160.438";rotation = "0 0 1 2.77383";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-41.5749 -582.69 160.545";rotation = "0 0 1 182.774";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-36.4694 -519.468 164.188";rotation = "-0.558716 0.586443 0.586448 121.614";scale = "3.69082 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-13.3144 -504.622 159.938";rotation = "0 0 1 121.322";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-41.6855 -584.975 160.545";rotation = "0 0 1 92.7739";scale = "1.01744 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-15.8998 -504.734 159.938";rotation = "0 0 1 109.341";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-24.1146 -507.935 164.188";rotation = "-0.999414 0.024196 0.0241998 90.0334";scale = "3.85897 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-37.0764 -526.829 168.188";rotation = "0.586444 0.558719 0.586443 121.614";scale = "0.125 0.166666 37.9964";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-41.587 -582.94 168.295";rotation = "-0.567807 0.595981 -0.567805 118.412";scale = "0.125 0.166666 16.8257";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-35.8951 -507.615 168.188";rotation = "0.707004 -0.0171172 0.707002 181.961";scale = "0.125 0.166666 39.0004";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-41.587 -582.939 160.295";rotation = "-0.017117 -0.707001 0.707005 181.961";scale = "0.125 0.166666 16.8277";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-8.7971 -501.176 159.938";rotation = "0 0 1 160.817";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-12.3513 -500.427 159.938";rotation = "0 0 1 129.935";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "2.8242 -498.416 159.938";rotation = "0 0 1 188.289";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-2.6343 -498.328 159.938";rotation = "0 0 1 164.816";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-36.3498 -511.833 160.438";rotation = "0 0 1 2.77383";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-32.0853 -507.799 160.438";rotation = "0 0 1 2.77383";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-7.4765 -497.092 159.938";rotation = "0 0 1 155.709";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-36.1569 -507.855 165.523";rotation = "-0.567806 0.595982 -0.567803 118.412";scale = "1.2075 0.166666 7.46878";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "3.77063 -495.624 159.938";rotation = "0 0 1 183.741";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-36.1569 -507.855 160.95";rotation = "-0.567806 0.595982 -0.567803 118.412";scale = "0.256 0.166666 7.46878";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-1.4278 -495.511 159.938";rotation = "0 0 1 176.88";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-36.1448 -507.603 160.438";rotation = "0 0 1 2.77383";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine2";position = "7.92299 -594.262 179.938";rotation = "0.586447 0.558717 0.586443 121.614";scale = "10 0.166666 419.004";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-70.5832 -572.503 159.938";rotation = "0 0 1 183.833";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-76.4395 -571.611 159.938";rotation = "0 0 1 189.552";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-98.6341 -510.786 168.188";rotation = "-0.558715 0.586447 -0.586445 238.385";scale = "0.125 0.166666 124.024";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "-67.6238 -511.448 168.438";rotation = "-0.689781 0.724018 2.73813e-06 180";scale = "2.17778 124.024 0.872";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-98.5527 -509.108 168.188";rotation = "-0.558715 0.586447 -0.586445 238.385";scale = "0.125 0.166666 124.024";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-81.6037 -570.517 159.938";rotation = "0 0 1 198.66";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine2";position = "61.6409 -537.532 128.938";rotation = "0 0 1 186.437";scale = "12.5 16.6666 400";team = "0";ownerGUID = "2000343";needsfit = "1";grounded = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-87.071 -568.924 159.938";rotation = "0 0 1 204.39";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-92.25 -566.505 159.938";rotation = "0 0 1 198.105";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-97.021 -565.002 159.938";rotation = "0 0 1 197.533";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-28.9164 -458.57 171.737";rotation = "-0.689781 0.724018 9.17759e-07 180";scale = "0.125 0.166666 23.598";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate2";position = "-30.9201 -455.918 172.237";rotation = "0 0 -1 47.395";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-28.5413 -450.829 171.987";rotation = "-0.999414 0.0242011 0.0242015 90.0357";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate2";position = "-30.9708 -455.615 174.237";rotation = "0 0 -1 44.0054";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-102.458 -562.749 159.938";rotation = "0 0 1 212.458";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate2";position = "-37.6878 -457.645 172.237";rotation = "0 0 1 9.267";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine2";position = "7.6855 -594 179.94";rotation = "0.0241987 0.999414 0.0241989 90.034";scale = "9.99975 0.166666 419.002";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration1";position = "-40.4887 -458.511 169.187";rotation = "-0.000775217 -0.000104699 1 2.77411";scale = "1 1 1";team = "0";ownerGUID = "2000343";needsfit = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";%target = new StaticShape() {datablock = "DeployedLTarget";position = "-40.4766 -458.261 171.987";rotation = "0.0171209 0.707015 -0.706991 178.038";scale = "0.625 1.66667 0.3";team = "0";lMain = %building;};%building.lTarget = %target;addToDeployGroup(%target);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-51.8543 -457.459 171.987";rotation = "-0.558708 0.586459 -0.586439 238.387";scale = "0.125 0.166666 45.4296";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-47.0901 -460.953 159.938";rotation = "0 0 1 185.477";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-99.4734 -522.943 160.438";rotation = "0 0 1 182.774";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-41.6098 -457.877 159.938";rotation = "0 0 1 99.5858";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate2";position = "-39.9814 -456.97 174.237";rotation = "0 0 1 6.44917";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate2";position = "-42.9334 -457.196 172.237";rotation = "0 0 1 5.26807";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-99.3894 -516.041 164.188";rotation = "-0.558717 0.586446 -0.586443 238.385";scale = "3.32365 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-28.5292 -450.579 171.737";rotation = "0.999707 -0.024209 -3.06871e-08 180";scale = "0.125 0.166666 23.598";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-98.5417 -503.715 168.188";rotation = "-0.567804 0.595984 -0.567803 118.411";scale = "0.125 0.166666 38.0006";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "-40.3166 -454.013 171.737";rotation = "-0.000725175 -0.000113307 1 2.77411";scale = "41.909 15.0016 0.872";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-36.2701 -450.204 171.987";rotation = "-0.558708 0.586459 -0.586439 238.387";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-43.4504 -454.407 159.938";rotation = "0 0 -1 38.9737";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-98.8058 -509.164 167.938";rotation = "-0.689781 0.724018 9.17759e-07 180";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-39.633 -451.947 159.938";rotation = "0 0 1 107.595";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-52.6572 -457.99 159.938";rotation = "0 0 -1 111.489";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-52.104 -457.447 171.737";rotation = "-0.689781 0.724018 9.17759e-07 180";scale = "0.125 0.166666 23.598";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-36.5198 -450.192 171.737";rotation = "-0.689781 0.724018 9.17759e-07 180";scale = "0.125 0.166666 23.598";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate2";position = "-50.9116 -456.879 174.237";rotation = "0 0 1 43.0996";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate2";position = "-51.3582 -456.735 172.237";rotation = "0 0 1 54.0255";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "-101.411 -509.949 167.938";rotation = "3.91752e-06 -6.6727e-06 -1 87.226";scale = "23.4885 9.25868 0.872";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-47.7899 -453.754 159.938";rotation = "0 0 -1 1.20267";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-98.5296 -503.465 160.438";rotation = "0 0 1 182.774";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-44.385 -451.68 159.938";rotation = "0 0 -1 46.9938";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-43.7262 -449.843 171.737";rotation = "-0.689781 0.724018 9.17759e-07 180";scale = "0.125 0.166666 23.598";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-51.7289 -449.706 171.987";rotation = "0.0171204 0.707015 -0.706991 178.038";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-46.647 -451.067 159.938";rotation = "0 0 1 3.97739";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-48.6757 -451.918 159.938";rotation = "0 0 1 22.8737";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-104.113 -516.191 168.188";rotation = "0.999414 -0.0242036 0.0242007 90.034";scale = "0.125 0.166666 25.4618";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-106.147 -515.59 167.934";rotation = "0.932873 0.360206 -2.52148e-06 180";scale = "4.78837 0.166667 14.992";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-119.2 -521.987 168.188";rotation = "0.707004 -0.0171207 0.707002 181.961";scale = "0.125 0.166666 38.9996";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-109.449 -522.209 164.188";rotation = "-0.999414 0.0241984 0.0242022 90.0334";scale = "4.87495 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-43.9759 -449.831 171.987";rotation = "-0.558719 0.586435 0.586454 121.615";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "-109.311 -519.328 167.938";rotation = "3.9175e-06 -1.21623e-06 -1 87.226";scale = "10.6433 39.0008 0.872";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-103.984 -504.748 168.011";rotation = "-0.265831 0.688469 0.674792 213.277";scale = "0.125 0.166666 2.59102";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-118.898 -515.725 168.188";rotation = "-0.558715 0.586447 -0.586445 238.385";scale = "0.125 0.166666 39.0024";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-51.7168 -449.456 171.737";rotation = "0.024209 0.999707 1.26722e-06 180";scale = "0.125 0.166666 23.598";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-108.99 -512.72 159.938";rotation = "-3.89408e-07 -1.76994e-07 -1 87.226";scale = "5.00012 6.8335 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine2";position = "13.254 -489.397 139.938";rotation = "-0.558718 0.586444 0.586445 121.614";scale = "52.5003 13.3333 420";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-103.82 -505.006 168.188";rotation = "0.696159 0.663239 -0.274729 147.829";scale = "0.125 0.166666 22.9208";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-107.962 -504.032 164.356";rotation = "0.0242049 0.999657 -0.0100287 224.986";scale = "2.58422 0.515409 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-98.7793 -503.453 168.188";rotation = "0.0241993 0.999414 0.0241992 90.034";scale = "0.125 0.166666 39.0012";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-108.506 -502.731 164.188";rotation = "-0.999414 0.0241984 0.0242022 90.0334";scale = "4.87515 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-100.158 -470.599 168.188";rotation = "-0.567805 0.595984 -0.567803 118.411";scale = "0.125 0.166666 64.926";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "-102.142 -486.754 168.438";rotation = "0.0242063 0.999707 3.76869e-06 179.999";scale = "3.50777 64.926 0.872";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-111.608 -504.379 160.379";rotation = "-0.265832 0.688468 0.674792 213.277";scale = "0.125 0.166666 1.99828";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-104.129 -502.943 168.188";rotation = "0.0171173 0.707004 0.707002 181.962";scale = "0.125 0.166666 64.9962";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-119.45 -521.975 160.438";rotation = "0 0 1 182.774";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-119.146 -515.696 167.938";rotation = "-0.689781 0.724018 9.17759e-07 180";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-118.519 -502.747 168.188";rotation = "-0.567804 0.595984 -0.567803 118.411";scale = "0.125 0.166666 38.0006";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-118.577 -509.109 164.188";rotation = "0.595985 0.567804 -0.567803 118.411";scale = "3.17847 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-118.507 -502.497 160.438";rotation = "0 0 1 182.774";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-100.146 -470.349 160.438";rotation = "0 0 -1 87.226";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-99.932 -465.934 160.438";rotation = "0 0 -1 87.226";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-99.9199 -465.684 165.732";rotation = "0.586447 0.558717 0.586443 121.614";scale = "1.103 0.166666 11.111";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-99.9199 -465.684 160.947";rotation = "0.586447 0.558717 0.586443 121.614";scale = "0.254497 0.166666 11.111";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-99.6389 -459.885 160.438";rotation = "0 0 -1 87.226";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-100.396 -470.337 168.188";rotation = "0.0241987 0.999414 0.0241986 90.034";scale = "0.125 0.166666 38.0006";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-37.2307 -390.337 171.989";rotation = "-0.999414 0.0241987 0.0242067 90.0351";scale = "1.92872 0.166666 120.001";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-109.897 -470.127 164.188";rotation = "0.0171173 0.707002 0.707005 181.962";scale = "4.75007 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-153.704 -516.662 168.189";rotation = "-0.595985 -0.567797 -0.56781 118.413";scale = "0.125 0.166666 68.4402";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "-136.557 -516.306 168.439";rotation = "-0.689784 0.724015 9.08183e-06 180.001";scale = "3.45242 68.4422 0.872";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-153.59 -514.294 168.189";rotation = "-0.595985 -0.567797 -0.56781 118.413";scale = "0.125 0.166666 68.4422";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-98.9382 -450.583 164.188";rotation = "-0.558714 0.586444 0.586449 121.614";scale = "4.53757 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-98.2223 -430.647 168.188";rotation = "-0.567805 0.595984 -0.567803 118.411";scale = "0.125 0.166666 78.9966";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-119.624 -469.405 160.438";rotation = "0 0 -1 87.226";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-148.417 -548.869 164.188";rotation = "-0.558716 0.586443 0.586448 121.614";scale = "2.01686 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-148.46 -544.578 160.438";rotation = "0 0 1 2.77383";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-148.472 -544.828 168.188";rotation = "-0.567807 0.595982 -0.567804 118.412";scale = "0.125 0.166666 38.9978";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-148.875 -553.136 160.438";rotation = "0 0 1 2.77383";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-149.149 -558.784 165.635";rotation = "0.567802 -0.595985 -0.567805 118.412";scale = "1.15175 0.166666 10.8087";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-149.148 -558.784 160.924";rotation = "0.567802 -0.595985 -0.567805 118.412";scale = "0.243248 0.166666 10.8087";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-149.16 -559.034 167.938";rotation = "-0.689784 0.724015 9.17755e-07 180";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-119.374 -464.244 160.438";rotation = "0 0 -1 87.226";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-149.428 -564.554 160.438";rotation = "0 0 1 2.77383";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-98.7365 -441.256 160.188";rotation = "0 0 1 92.7745";scale = "0.125 0.166666 15.5";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-108.917 -449.901 160.438";rotation = "0.724014 0.689785 4.39301e-06 180";scale = "10.1249 6.66693 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-98.2225 -430.647 164.734";rotation = "-0.626448 0.657538 -0.418578 132.563";scale = "0.125 0.166666 22.4514";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "-98.2238 -435.838 165.476";rotation = "-0.167331 0.962457 0.213723 92.743";scale = "8.92639 22.4514 0.872";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-153.018 -544.106 168.188";rotation = "0.999414 -0.0241967 0.0241945 90.0328";scale = "0.125 0.166666 54.2576";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "-153.492 -530.502 168.439";rotation = "0.999707 -0.0241891 1.79092e-06 179.999";scale = "3.25469 54.2578 0.872";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-119.06 -452.592 164.188";rotation = "-0.595984 -0.567805 -0.567803 118.411";scale = "5.70143 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-155.279 -543.997 168.188";rotation = "0.999414 -0.0241967 0.0241946 90.0322";scale = "0.125 0.166666 60.0004";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-98.2102 -430.397 160.438";rotation = "0 0 -1 87.226";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-117.7 -429.703 168.188";rotation = "-0.567805 0.595984 -0.567803 118.411";scale = "0.125 0.166666 78.9966";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-161.408 -543.7 164.188";rotation = "-0.999414 0.024196 0.0241998 90.0334";scale = "6.36245 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-118.246 -440.965 160.438";rotation = "0 0 -1 87.226";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-98.4599 -430.385 168.188";rotation = "0.0241987 0.999414 0.0241986 90.034";scale = "0.125 0.166666 38.0008";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-107.937 -429.675 164.188";rotation = "-0.999414 0.0241978 0.0242017 90.0334";scale = "4.7501 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-117.938 -434.615 165.529";rotation = "-0.567805 0.595984 -0.567803 118.411";scale = "1.2045 0.166666 12.2144";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-117.938 -434.615 160.952";rotation = "-0.567805 0.595984 -0.567803 118.411";scale = "0.257 0.166666 12.2144";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-33.6153 -390.262 171.739";rotation = "0.999707 -0.02421 -3.06884e-08 180";scale = "0.125 0.166666 23.602";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-117.926 -434.365 160.438";rotation = "0 0 -1 87.226";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-40.8305 -389.913 171.739";rotation = "0.999707 -0.02421 -3.06884e-08 180";scale = "0.125 0.166666 23.602";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-187.664 -542.678 168.188";rotation = "0.707004 -0.0171172 0.707002 181.961";scale = "0.125 0.166666 77.9994";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-168.671 -553.61 160.438";rotation = "0.999707 -0.0242041 5.73225e-06 180";scale = "10.0002 6.83337 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-188.632 -562.654 168.188";rotation = "0.707004 -0.0171172 0.707002 181.961";scale = "0.125 0.166666 77.9994";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-169.143 -563.348 164.188";rotation = "-0.999414 0.024196 0.0241998 90.0334";scale = "9.74992 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-117.688 -429.453 160.438";rotation = "0 0 -1 87.226";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-41.3686 -390.137 171.989";rotation = "0.999414 -0.0242071 0.0241993 90.0323";scale = "4.00012 0.166666 16.0027";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine2";position = "115.881 -437.166 128.938";rotation = "0 0 1 188.222";scale = "12.5 16.6666 400";team = "0";ownerGUID = "2000343";needsfit = "1";grounded = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-174.38 -543.322 160.438";rotation = "0 0 1 2.77383";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-55.1524 -381.459 165.801";rotation = "-0.864672 -0.333873 0.375327 99.4391";scale = "0.125 5.83393 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-181.176 -542.991 165.548";rotation = "-0.0241967 -0.999414 0.0241941 90.0334";scale = "1.1955 0.166666 13.1073";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-181.176 -542.991 160.93";rotation = "-0.0241967 -0.999414 0.0241941 90.0334";scale = "0.245999 0.166666 13.1073";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-181.426 -542.98 167.938";rotation = "0.999707 -0.0242025 -3.06789e-08 180";scale = "0.125 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-187.914 -542.666 160.438";rotation = "0 0 1 2.77383";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-187.926 -542.916 168.188";rotation = "-0.567807 0.595982 -0.567804 118.412";scale = "0.125 0.166666 38.9978";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-188.648 -552.642 164.188";rotation = "-0.595982 -0.567805 -0.567806 118.412";scale = "4.87472 2.5 1";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-173.518 -479.817 159.938";rotation = "0 0 -1 66.3084";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-188.882 -562.642 160.438";rotation = "0 0 1 2.77383";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-169.736 -470.232 159.938";rotation = "0 0 -1 66.4728";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-172.254 -474.692 159.938";rotation = "0 0 -1 72.1308";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-176.322 -484.008 159.938";rotation = "0 0 -1 41.7043";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-168.346 -464.338 159.938";rotation = "0 0 -1 55.5909";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-172.635 -469.52 159.938";rotation = "0 0 -1 59.6117";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-180.457 -487.623 159.938";rotation = "0 0 -1 19.4076";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-176.164 -474.8 159.938";rotation = "0 0 -1 64.122";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-178.466 -479.96 159.938";rotation = "0 0 -1 64.6932";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-171.15 -463.441 159.938";rotation = "0 0 -1 67.0223";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine2";position = "-190.928 -374.628 179.939";rotation = "0.707004 -0.0171265 0.707002 181.961";scale = "9.99975 0.166666 418.996";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-182.567 -485.229 159.938";rotation = "0 0 -1 52.1138";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine2";position = "67.5171 -373.886 128.938";rotation = "0 0 -1 83.3986";scale = "10 13.3333 340";team = "0";ownerGUID = "2000343";needsfit = "1";grounded = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-187.051 -489.92 159.938";rotation = "0 0 1 175.605";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "-187.676 -486.961 159.938";rotation = "0 0 1 174.463";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-153.387 -418.159 161.974";rotation = "0 0 1 131.676";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-153.073 -417.566 159.938";rotation = "0 0 1 135.725";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-156.05 -420.698 159.938";rotation = "0 0 1 142.58";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-151.155 -415.029 159.938";rotation = "0 0 1 125.419";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-156.361 -420.355 161.974";rotation = "0 0 1 150.561";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-151.229 -414.312 161.974";rotation = "0 0 1 133.39";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-149.339 -411.813 159.938";rotation = "0 0 1 120.278";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-159.472 -423.094 159.938";rotation = "0 0 1 144.299";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-149.713 -411.707 161.974";rotation = "0 0 1 122.536";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-162.415 -425.527 161.974";rotation = "0 0 1 147.134";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-159.962 -422.35 161.974";rotation = "0 0 1 147.128";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate7";position = "-162.68 -425.366 159.938";rotation = "0 0 1 146.584";scale = "1 1 1";team = "0";ownerGUID = "2000343";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine2";position = "-191.166 -374.368 179.938";rotation = "-0.567796 0.595991 -0.567805 118.411";scale = "10.0002 0.166666 419.004";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-183.656 -425.987 160.637";rotation = "0 0 1 2.77496";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-186.348 -425.857 160.637";rotation = "0 0 1 2.77496";scale = "1.22268 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-193.395 -425.515 160.387";rotation = "0.55871 -0.586444 0.586453 121.615";scale = "0.125 0.166666 20";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-159.253 -386.175 160.565";rotation = "0 0 1 92.7745";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-159.092 -382.841 160.565";rotation = "0 0 1 92.7745";scale = "1.54405 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-182.784 -407.99 160.637";rotation = "0 0 -1 87.2248";scale = "8.8839 0.166666 15";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
//%building = new (StaticShape) () {datablock = "DeployedPulseSensor";position = "-172.194 -395.623 159.938";rotation = "0 0 -1 66.9283";scale = "1 1 1";team = "0";ownerGUID = "2000343";nametoset = "Spawn Marker";};setTargetSensorGroup(%building.getTarget(),1);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";%building.deploy();
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-158.781 -376.436 160.315";rotation = "-0.999414 0.0242006 0.0242032 90.0346";scale = "0.125 0.166666 20";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-183.644 -425.737 168.387";rotation = "0.586448 0.558712 0.586447 121.615";scale = "0.125 0.166666 80.8928";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-183.644 -425.737 160.387";rotation = "0.999414 -0.0242041 0.0242122 90.034";scale = "0.125 0.166666 81.894";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-168.723 -385.716 160.637";rotation = "0 0 1 2.77496";scale = "4.61567 0.166666 14.856";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-182.915 -405.526 168.387";rotation = "0.0242067 0.999414 0.0242066 90.034";scale = "0.125 13.8155 19.0003";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-159.503 -386.163 168.315";rotation = "0.0242024 0.999414 0.0242023 90.034";scale = "0.125 0.166666 43.8934";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-181.424 -385.1 160.387";rotation = "-0.595987 -0.567804 -0.567801 118.41";scale = "0.125 0.166666 43.8934";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-175.195 -385.152 168.315";rotation = "0.586447 0.558715 0.586445 121.615";scale = "0.125 10.8154 19.0003";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-181.674 -385.088 160.637";rotation = "0 0 -1 87.2248";scale = "0.125 0.166666 16";team = "0";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine2";position = "-21.2605 -286.47 128.938";rotation = "0 0 1 181.515";scale = "10 13.3333 340";team = "0";ownerGUID = "2000343";needsfit = "1";grounded = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine2";position = "71.0966 -281.405 129.131";rotation = "6.58669e-09 -0.00519623 0.999986 180";scale = "10 13.3333 300";team = "0";ownerGUID = "2000343";needsfit = "1";grounded = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "181.836 -344.287 129.309";rotation = "0.00732772 0.0111128 -0.999911 113.203";scale = "12.5 20 540";team = "0";ownerGUID = "2000343";needsfit = "1";grounded = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "-130.829 -227.49 128.938";rotation = "0 0 1 2.0532";scale = "12.5 20 580";team = "0";ownerGUID = "2000343";needsfit = "1";grounded = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);%building.Invincible="1";
|
||||
|
||||
TWM2PowerCheck(); //and eval power
|
||||
676
missions/HarbingerTower.mis
Normal file
676
missions/HarbingerTower.mis
Normal file
|
|
@ -0,0 +1,676 @@
|
|||
// DisplayName = Harbinger HQ Tower
|
||||
// MissionTypes = Domination Sabotage
|
||||
|
||||
//--- Mission Quote Begin ---
|
||||
// **The vast tower of the great and mysterious Harbinger Clan, with these laser turrets... I'd suggest not stepping outside
|
||||
// It could be.... lethal...
|
||||
//--- Mission Quote End ---
|
||||
|
||||
//--- Mission String Begin ---
|
||||
//Yeah... don't go outside the tower
|
||||
//--- Mission String End ---
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
musicTrack = "desert";
|
||||
cdTrack = "6";
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-1024 -1024 2048 2048";
|
||||
flightCeiling = "4000";
|
||||
flightCeilingRange = "20";
|
||||
locked = "true";
|
||||
};
|
||||
new Sun(Sun) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.57735 0.57735 -0.57735";
|
||||
color = "1.000000 1.000000 1.000000 1.000000";
|
||||
ambient = "0.500000 0.500000 0.500000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
texture[3] = "special/LensFlare/flare02";
|
||||
texture[4] = "special/LensFlare/flare03";
|
||||
lensFlareScale = "0.7";
|
||||
lensFlareIntensity = "1";
|
||||
frontFlareSize = "300";
|
||||
backFlareSize = "450";
|
||||
flareColor = "1.000000 1.000000 1.000000 1.000000";
|
||||
locked = "true";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/desertdet1";
|
||||
terrainFile = "Flatland.ter";
|
||||
squareSize = "32";
|
||||
position = "-1024 -1024 0";
|
||||
locked = "true";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "50";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
rotation = "0 0 0 0";
|
||||
GraphFile = "FlatlandBig.nav";
|
||||
position = "0 0 0 1";
|
||||
scale = "1 1 1";
|
||||
coverage = "0";
|
||||
conjoinBowlDev = "20";
|
||||
locked = "true";
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
new Camera() {
|
||||
position = "0 0 200";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
new Sky(Sky) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0002";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "5000";
|
||||
useSkyTextures = "0";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.250000 0.750000 1.000000 1.000000";
|
||||
fogDistance = "4500";
|
||||
fogColor = "0.600000 0.600000 0.600000 1.000000";
|
||||
fogVolume1 = "200 99 101";
|
||||
fogVolume2 = "0 0 0";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "sky_desert_blue.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
|
||||
high_visibleDistance = "-1";
|
||||
high_fogDistance = "-1";
|
||||
high_fogVolume1 = "-1 2.33105e-09 6.40969e-10";
|
||||
high_fogVolume2 = "-1 1.07461e-38 0";
|
||||
high_fogVolume3 = "-1 7.9874e-44 5.9061e-32";
|
||||
cloudSpeed0 = "0.000503 0.000020";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
|
||||
//MAP
|
||||
|
||||
if(isObject(TWM2MissionAspectsGroup)) {
|
||||
TWM2MissionAspectsGroup.delete();
|
||||
}
|
||||
new SimGroup(TWM2MissionAspectsGroup) {
|
||||
//For the building
|
||||
};
|
||||
//The Actual Tower!!!
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.591 -418.231 300.75";rotation = "-0.528161 0.600436 0.600436 124.318";scale = "5.233 0.166666 39.8092";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "801.845 -415.693 308.75";rotation = "-0.62654 -0.551109 -0.551113 115.863";scale = "9.23318 0.166667 40.8154";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.491 -403.515 300.75";rotation = "0.626532 0.551114 -0.551118 115.863";scale = "1.99982 0.166666 42.8152";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.173 -407.882 300.75";rotation = "0.0452393 0.706384 -0.706382 174.82";scale = "0.125 0.166666 41.864";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "802.966 -405.032 301";rotation = "0 0 1 187.329";scale = "0.125 0.166666 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.701 -407.698 301";rotation = "0 0 1 187.329";scale = "0.125 0.166666 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "798.784 -404.242 300.75";rotation = "0.0452393 0.706384 -0.706382 174.82";scale = "2.00034 0.166666 43.8644";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration16";position = "802.996 -404.783 304.75";rotation = "0.551112 -0.626535 -0.551116 115.863";scale = "0.228475 0.262745 0.455254";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setCloaked(true);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration16";position = "824.472 -399.733 304.75";rotation = "0.063781 0.995923 0.0637845 90.2339";scale = "0.228475 0.262745 1.23871";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setCloaked(true);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration16";position = "802.718 -405 304.75";rotation = "-0.706381 0.0452417 0.706384 185.181";scale = "0.228475 0.262745 0.455197";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setCloaked(true);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration16";position = "823.733 -407.45 304.75";rotation = "0.551112 -0.626535 -0.551116 115.863";scale = "0.228475 0.262745 0.455199";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setCloaked(true);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "825.166 -429.748 300.75";rotation = "0.995924 -0.0637813 0.0637773 90.2334";scale = "2.00036 0.166666 43.8652";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "801.845 -415.693 308.75";rotation = "-0.528163 0.600439 0.60043 124.318";scale = "5.23298 0.166667 15.9926";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "803.952 -397.345 308.75";rotation = "-0.551115 0.626534 -0.551114 115.863";scale = "0.125 0.166666 15.0006";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "804.232 -397.129 308.75";rotation = "0.706384 -0.0452393 0.706382 185.18";scale = "0.125 0.166666 40.8154";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration16";position = "823.949 -407.731 304.75";rotation = "-0.0637834 -0.995924 0.0637797 90.234";scale = "0.228475 0.262745 0.456235";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setCloaked(true);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "795.28 -404.044 308.75";rotation = "0.706384 -0.0452401 0.706382 185.181";scale = "0.125 0.166666 14.9986";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.689 -400.012 308.75";rotation = "-0.551115 0.626534 -0.551114 115.863";scale = "0.125 0.166666 14.9987";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "822.085 -418.295 308.75";rotation = "-0.626535 -0.55111 -0.551118 115.863";scale = "5.233 0.166667 16.033";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "803.984 -397.097 301";rotation = "0 0 1 187.329";scale = "0.125 0.166666 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "800.231 -426.289 301";rotation = "0 0 1 187.329";scale = "0.125 0.166666 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "831.404 -408.689 308.75";rotation = "0.0637798 0.995924 0.0637791 90.234";scale = "0.125 0.166666 15.0329";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration16";position = "792.33 -425.021 304.75";rotation = "0.551112 -0.626534 -0.551118 115.863";scale = "0.228475 0.262745 1.27054";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setCloaked(true);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.721 -399.764 301";rotation = "0 0 1 187.329";scale = "0.125 0.166666 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "820.994 -428.959 301";rotation = "0 0 1 187.329";scale = "0.125 0.166666 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "799.442 -430.473 300.75";rotation = "-0.52816 0.600436 -0.600436 235.682";scale = "2.0001 0.166666 42.864";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "795.032 -404.012 301";rotation = "0 0 1 97.3289";scale = "0.125 0.166666 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "792.33 -425.021 308.75";rotation = "0.600438 0.528158 0.600436 124.318";scale = "0.125 0.166666 41.864";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration16";position = "831.62 -408.97 304.75";rotation = "-0.600435 -0.528157 0.60044 124.318";scale = "0.228475 0.262745 1.27054";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setCloaked(true);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration16";position = "799.982 -426.257 304.75";rotation = "-0.706381 0.0452417 0.706384 185.181";scale = "0.228475 0.262745 0.455123";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setCloaked(true);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "831.652 -408.721 301";rotation = "0 0 -1 82.6715";scale = "0.125 0.166666 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "831.62 -408.969 308.75";rotation = "-0.551116 0.626534 -0.551114 115.863";scale = "0.125 0.166666 41.864";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration16";position = "800.2 -426.537 304.75";rotation = "0.600438 0.528155 -0.600438 235.683";scale = "0.228475 0.262745 0.455257";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setCloaked(true);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration16";position = "821.242 -428.99 304.75";rotation = "-0.0637834 -0.995924 0.0637797 90.234";scale = "0.228475 0.262745 0.454577";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setCloaked(true);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "792.546 -425.301 308.75";rotation = "0.706384 -0.0452401 0.706382 185.181";scale = "0.125 0.166666 14.9963";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration16";position = "820.006 -436.647 304.75";rotation = "0.551112 -0.626535 -0.551116 115.863";scale = "0.228475 0.262745 0.455316";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setCloaked(true);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "799.244 -433.976 308.75";rotation = "0.600436 0.528161 0.600436 124.318";scale = "0.125 0.166666 15.0007";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "828.67 -429.946 308.75";rotation = "0.0637798 0.995924 0.0637791 90.234";scale = "0.125 0.166666 14.9782";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration16";position = "819.724 -436.862 304.75";rotation = "-0.706381 0.0452454 0.706384 185.181";scale = "0.228475 0.262745 1.24018";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setCloaked(true);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "820.005 -436.647 308.75";rotation = "0.600436 0.528161 0.600436 124.318";scale = "0.125 0.166666 15.0026";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "792.298 -425.269 301";rotation = "0 0 1 97.3289";scale = "0.125 0.166666 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.725 -436.863 308.75";rotation = "0.0637812 0.995924 0.0637805 90.2346";scale = "0.125 0.166666 40.8636";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "828.918 -429.978 301";rotation = "0 0 -1 82.6715";scale = "0.125 0.166666 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "804.018 -396.849 300.75";rotation = "0.716977 0.630672 0.296979 150.719";scale = "0.125 0.166666 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "799.212 -434.224 301";rotation = "0 0 1 7.32862";scale = "0.125 0.166666 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.753 -399.515 300.75";rotation = "0.716977 0.630672 0.296979 150.719";scale = "0.125 0.166666 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.973 -436.895 301";rotation = "0 0 1 7.32862";scale = "0.125 0.166666 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "794.783 -403.98 300.75";rotation = "0.0638881 0.997606 0.0264622 135.097";scale = "0.125 0.166666 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "831.884 -408.75 300.75";rotation = "0.922267 -0.0590617 0.382014 182.802";scale = "0.125 0.166666 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "SensorLargePulse";position = "815.219 -417.088 309";rotation = "0 0 -1 85.7809";scale = "7 7 5";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "5";};setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "792.048 -425.237 300.75";rotation = "0.0638881 0.997606 0.0264622 135.097";scale = "0.125 0.166666 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "829.177 -430.011 300.75";rotation = "0.922267 -0.0590617 0.382014 182.802";scale = "0.125 0.166666 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "799.178 -434.472 300.75";rotation = "-0.637059 0.724241 -0.263878 146.603";scale = "0.125 0.166666 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.941 -437.142 300.75";rotation = "-0.637059 0.724241 -0.263878 146.603";scale = "0.125 0.166666 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.455 -407.666 251";rotation = "0.0637803 0.995924 0.0637795 90.234";scale = "25 0.166666 40.8114";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "800.265 -426.04 251";rotation = "0.600438 0.52816 0.600434 124.318";scale = "25 0.166666 41.864";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "802.966 -405.032 201";rotation = "0 0 1 187.329";scale = "0.125 0.166666 200";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.025 -428.711 251";rotation = "0.600438 0.52816 0.600434 124.318";scale = "25 0.166666 41.866";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.701 -407.698 201";rotation = "0 0 1 187.329";scale = "0.125 0.166666 200";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "820.748 -428.927 251";rotation = "0.0637803 0.995924 0.0637795 90.234";scale = "25 0.166666 40.8676";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "800.231 -426.289 201";rotation = "0 0 1 187.329";scale = "0.125 0.166666 200";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "820.994 -428.959 201";rotation = "0 0 1 187.329";scale = "0.125 0.166666 200";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField1";position = "803.701 -401.356 201.49";rotation = "0 0 -1 82.6715";scale = "0.52 0.519998 40.02";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField1";position = "799.29 -404.297 201.49";rotation = "0 0 1 187.329";scale = "0.52 0.519998 40.02";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField1";position = "824.436 -404.022 201.49";rotation = "0 0 -1 82.6715";scale = "0.52 0.519998 40.02";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField1";position = "827.377 -408.433 201.49";rotation = "0 0 1 7.32841";scale = "0.52 0.519998 40.02";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField1";position = "796.555 -425.554 201.49";rotation = "0 0 1 187.329";scale = "0.52 0.519998 40.02";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField1";position = "799.496 -429.965 201.49";rotation = "0 0 1 97.3289";scale = "0.52 0.519998 40.02";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField1";position = "824.67 -429.694 201.49";rotation = "0 0 1 7.32841";scale = "0.52 0.519998 40.02";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField1";position = "820.259 -432.635 201.49";rotation = "0 0 1 97.3289";scale = "0.52 0.519998 40.02";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (StaticShape) () {datablock = "SolarPanel";position = "813.566 -406.142 203.512";rotation = "0.0452393 0.706384 0.706382 185.18";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "N Tower Pinical (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "SolarPanel";position = "810.305 -427.836 203.985";rotation = "-0.995924 0.0637803 0.0637795 90.234";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "S Tower Pinical (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "SolarPanel";position = "801.393 -415.307 203.327";rotation = "-0.528158 0.600436 0.600438 124.318";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "W Tower Pinical (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "SolarPanel";position = "822.683 -417.781 203.326";rotation = "-0.626534 -0.551116 -0.551114 115.863";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "E Tower Pinical (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "834.546 -390.485 204.577";rotation = "0.362688 0.31903 0.875601 104.792";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "795.368 -385.447 204.577";rotation = "0.362688 0.31903 0.875601 104.792";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "842.747 -401.106 204.577";rotation = "0.38257 -0.0245004 0.923602 186.769";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "784.747 -393.648 204.577";rotation = "0.0631594 0.986287 0.152475 45.5621";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "804.861 -415.714 200.75";rotation = "0.995925 -0.0637727 0.0637721 90.234";scale = "1.49042 0.166666 20.2108";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "802.998 -404.784 201.25";rotation = "0.600438 0.52816 0.600434 124.318";scale = "0.125 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "802.718 -405 201.25";rotation = "0.0637803 0.995924 0.0637795 90.234";scale = "0.125 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.733 -407.45 201.25";rotation = "0.600438 0.52816 0.600434 124.318";scale = "0.125 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "802.942 -405.281 200.75";rotation = "0.0452322 0.706384 -0.706382 174.82";scale = "0.125 0.166666 41.864";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "831.985 -404.496 200.75";rotation = "0.626528 0.551116 -0.551121 115.863";scale = "2.24132 0.166666 76.9888";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.949 -407.73 201.25";rotation = "0.706384 -0.0452393 0.706382 185.18";scale = "0.125 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (Turret) () {datablock = "TurretDeployedBase";position = "831.994 -400.526 201";rotation = "0 0 1 7.84473";scale = "1 1 1";team = "6";ownerGUID = "2000343";powerFreq = "1";nametoset = "NE Tower Pinical";initialBarrel = "PlasmaCannonBarrelLarge";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setRechargeRate(%building.getDatablock().rechargeRate);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "837.709 -440.284 204.577";rotation = "0.38257 -0.0245004 0.923602 186.769";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "779.709 -432.826 204.577";rotation = "0.0631594 0.986287 0.152475 45.5621";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (Turret) () {datablock = "TurretDeployedBase";position = "794.756 -395.689 201";rotation = "0 0 1 7.83383";scale = "1 1 1";team = "6";ownerGUID = "2000343";powerFreq = "1";nametoset = "NW Tower Pinical";initialBarrel = "PlasmaCannonBarrelLarge";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setRechargeRate(%building.getDatablock().rechargeRate);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "791.896 -414.411 200.75";rotation = "-0.626538 -0.551113 -0.551113 115.864";scale = "5.23325 0.166667 19.0819";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.765 -429.192 200.75";rotation = "0.0452357 0.706384 0.706382 185.18";scale = "2.00463 0.166666 41.866";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "804.662 -414.934 199.847";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 4.00054";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.453 -406.982 199.734";rotation = "0.0637748 0.995925 0.0637742 90.2339";scale = "0.3825 0.166666 20.7636";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "799.983 -426.257 201.25";rotation = "0.0637803 0.995924 0.0637795 90.234";scale = "0.125 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "800.199 -426.537 201.25";rotation = "-0.551115 0.626534 -0.551114 115.863";scale = "0.125 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.242 -428.991 201.25";rotation = "0.706384 -0.0452393 0.706382 185.18";scale = "0.125 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "820.962 -429.207 201.25";rotation = "-0.551115 0.626534 -0.551114 115.863";scale = "0.125 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField6";position = "800.035 -405.887 199.846";rotation = "-0.528158 0.600438 0.600436 124.318";scale = "0.52 0.519998 0.27";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "827.088 -448.485 204.577";rotation = "-0.350916 0.39893 -0.847179 92.1534";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField1";position = "800.15 -404.987 199.825";rotation = "-0.528158 0.600438 0.600436 124.318";scale = "0.52 0.519998 0.27";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "787.91 -443.447 204.577";rotation = "-0.350916 0.39893 -0.847179 92.1534";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField0";position = "800.262 -404.12 199.845";rotation = "-0.528158 0.600438 0.600436 124.318";scale = "0.52 0.519998 0.27";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "828.161 -434.217 200.75";rotation = "0.626528 0.551116 -0.551121 115.863";scale = "2.27534 0.166666 76.9908";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "827.829 -438.761 200.75";rotation = "0.600437 0.528163 0.600433 124.317";scale = "0.125 0.166666 77.997";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "804.91 -414.966 200.097";rotation = "0.997956 -0.0639024 -8.10021e-08 180";scale = "0.125 0.166666 4";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField1";position = "804.703 -414.697 198.587";rotation = "-0.551118 0.626532 -0.551115 115.864";scale = "1.02 1.52018 0.48";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "802.926 -414.711 198.597";rotation = "0 0 1 187.328";scale = "0.125 0.166666 2";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "833.368 -399.648 200.75";rotation = "0.499156 0.439071 0.747034 113.38";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "794.19 -394.61 200.75";rotation = "0.499156 0.439071 0.747034 113.38";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "808.69 -407.323 196.932";rotation = "0 0 -1 82.6721";scale = "4.15642 0.166666 7.13598";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField6";position = "799.921 -406.772 199.113";rotation = "-0.528158 0.600438 0.600436 124.318";scale = "0.52 0.519998 0.27";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.701 -407.014 197.432";rotation = "0 0 1 7.32788";scale = "0.125 0.166666 6.13598";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "833.584 -399.928 200.75";rotation = "0.55522 -0.0355556 0.830943 186.092";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "800.295 -405.746 198.153";rotation = "0 0 1 97.3289";scale = "0.99985 0.166666 4.69602";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "793.91 -394.826 200.75";rotation = "0.0636153 0.993423 0.095206 67.8497";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (Turret) () {datablock = "TurretDeployedBase";position = "827.402 -437.31 201";rotation = "0 0 1 187.114";scale = "1 1 1";team = "6";ownerGUID = "2000343";powerFreq = "1";nametoset = "SE Tower Pinical";initialBarrel = "PlasmaCannonBarrelLarge";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setRechargeRate(%building.getDatablock().rechargeRate);
|
||||
%building = new (Turret) () {datablock = "TurretDeployedBase";position = "790.642 -433.418 201";rotation = "0 0 1 186.494";scale = "1 1 1";team = "6";ownerGUID = "2000343";powerFreq = "1";nametoset = "SW Tower Pinical";initialBarrel = "PlasmaCannonBarrelLarge";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setRechargeRate(%building.getDatablock().rechargeRate);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField1";position = "819.494 -406.745 197.922";rotation = "-0.551118 0.626532 -0.551115 115.864";scale = "1.05699 10.4018 0.48";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDoor";position = "819.949 -407.046 198.686";rotation = "0.706384 -0.045235 0.706382 185.18";scale = "0.907001 0.166666 8.22732";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";cankill = "1";hasslided = "0";toggletype = "0";Collision = "1";lv = "3";canmove = "1";closedscale = "0.907001 0.166666 8.22732";openedscale = "0.907001 0.166666 0.1";isdoor = "1";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "799.91 -414.827 196.932";rotation = "0 0 1 7.32766";scale = "4.00045 0.166666 7.13598";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "804.662 -414.934 198.347";rotation = "0.706384 -0.0452322 -0.706382 174.82";scale = "0.125 0.166666 4.00054";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.325 -407.232 196.872";rotation = "0 0 -1 82.6715";scale = "4.08668 0.166666 7.25602";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField0";position = "799.921 -406.772 198.38";rotation = "-0.528158 0.600438 0.600436 124.318";scale = "0.52 0.519998 0.27";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "802.978 -412.727 198.122";rotation = "-0.551113 0.626538 -0.551112 115.863";scale = "0.125 0.166666 2";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField1";position = "800.04 -405.843 198.386";rotation = "-0.528158 0.600438 0.600436 124.318";scale = "0.52 0.519998 0.27";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "802.761 -412.447 197.872";rotation = "0.706384 -0.0452429 0.706381 185.181";scale = "0.5 0.166666 4.77484";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSwitch";position = "800.206 -404.482 198.53";rotation = "-0.528158 0.600438 0.600436 124.318";scale = "0.5 0.5 0.1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";switchRadius = "200";nametoset = "Exterior Defence System Control";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));setTargetSkin(%building.target,'baseb');%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.453 -406.982 197.682";rotation = "0.0637748 0.995925 0.0637742 90.2339";scale = "0.125 0.166666 20.7636";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate3";position = "799.436 -408.507 197.781";rotation = "-0.950117 0.0608547 0.3059 23.6488";scale = "0.833333 0.833333 0.909087";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "809.156 -405.658 197.182";rotation = "-0.626529 -0.551118 -0.551117 115.863";scale = "0.125 0.166666 21.7638";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "800.04 -407.729 198.403";rotation = "0.0531753 0.830294 -0.554783 175.93";scale = "0.125 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "828.546 -439.106 200.75";rotation = "0.55522 -0.0355556 0.830943 186.092";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "821.006 -413.441 196.372";rotation = "-8.56327e-06 8.99088e-07 1 187.329";scale = "8.29661 6.37022 0.872";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "788.872 -434.004 200.75";rotation = "0.0636153 0.993423 0.095206 67.8497";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "805.033 -413.495 197.125";rotation = "-0.528159 0.600436 0.600437 124.318";scale = "0.250025 0.166666 4.7729";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate3";position = "800.181 -402.718 197.723";rotation = "0.950111 -0.0608402 0.305922 23.6486";scale = "0.833333 0.833333 0.909087";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "828.266 -439.322 200.75";rotation = "-0.469726 0.534001 -0.702993 102.738";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "789.088 -434.284 200.75";rotation = "-0.469726 0.534001 -0.702993 102.738";scale = "0.125 0.166666 20";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "801.021 -400.097 196.872";rotation = "-0.0355596 -0.555219 0.830944 186.093";scale = "0.125 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSwitch";position = "800.525 -401.995 197.678";rotation = "-0.528156 0.60044 0.600436 124.318";scale = "0.5 0.5 0.1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "9.9";isSwitchedOff = "1";switchRadius = "200";nametoset = "Gate Control";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[OFF] Frequency" SPC %obj.powerFreq));setTargetSkin(%building.target,'baseb');%building.lastState = "";%building.getDataBlock().losePower(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "805.432 -413.042 196.622";rotation = "0.0452363 0.706381 0.706385 185.181";scale = "6.62463 0.166666 6.36802";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.277 -405.621 196.622";rotation = "0.626537 0.551116 -0.55111 115.864";scale = "3.29037 0.166666 61.9924";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.281 -415.338 196.622";rotation = "0.995924 -0.0637757 0.0637866 90.234";scale = "0.125 0.166666 32.693";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "817.255 -425.982 196.622";rotation = "-0.528159 0.600437 0.600436 124.318";scale = "5.66302 0.166666 53.2552";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "796.907 -432.148 196.872";rotation = "0 0 1 93.4282";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "5";};setTargetSensorGroup(%building.getTarget(),6);%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "817.254 -425.983 196.622";rotation = "0.528155 -0.600438 0.600439 124.317";scale = "5.66302 0.166666 24.7458";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.561 -415.123 196.122";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0026";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "825.06 -403.458 196.622";rotation = "-0.626533 -0.551113 -0.551118 115.863";scale = "2.16771 0.166666 15.0026";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.624 -414.633 195.724";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0026";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.669 -414.282 195.273";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0026";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.702 -414.024 194.725";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0045";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.751 -413.644 194.396";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0047";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.791 -413.332 194.12";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0045";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "817.672 -398.135 192.54";rotation = "-0.55112 0.62653 -0.551114 115.863";scale = "1.91625 0.166666 77.997";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.847 -412.897 193.523";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0047";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.281 -415.339 192.622";rotation = "0.600434 0.528159 0.600439 124.317";scale = "1.875 0.166667 15.3655";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.898 -412.498 192.972";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0045";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.268 -415.589 196.372";rotation = "-0.660468 0.750855 9.51772e-07 180";scale = "0.125 0.166666 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "830.938 -416.575 192.622";rotation = "0.0637844 0.995924 0.0637735 90.234";scale = "1.875 0.166667 14.9664";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.944 -412.147 192.524";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0026";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.005 -411.67 192.032";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0026";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.057 -411.268 191.602";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0026";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.134 -410.665 191.186";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0047";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.186 -410.258 190.742";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0047";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.237 -409.862 190.338";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0045";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "821.009 -413.703 188.372";rotation = "3.68471e-05 1.90469e-05 1 7.32798";scale = "8.16436 7.94498 0.872";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.286 -409.482 189.945";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0045";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "805.916 -409.553 188.622";rotation = "0.0452421 0.706384 -0.706381 174.82";scale = "6.64325 0.166666 8.3543";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.341 -409.057 189.558";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0026";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.302 -405.452 188.622";rotation = "-0.528161 0.600436 0.600436 124.318";scale = "3.20595 0.166666 61.9924";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "SolarPanel";position = "815.76 -416.011 188.372";rotation = "0.999645 -0.0266445 -3.37743e-08 180";scale = "0.1 0.1 0.1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "9.000001";isSwitchedOff = "1";};setTargetSensorGroup(%building.getTarget(),6);%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[OFF] Frequency" SPC %obj.powerFreq));%building.lastState = "";%building.getDataBlock().losePower(%building);
|
||||
%building = new (StaticShape) () {datablock = "SolarPanel";position = "817.508 -408.719 188.372";rotation = "0.105405 0.994429 1.26053e-06 180";scale = "0.1 0.1 0.1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "9.000001";isSwitchedOff = "1";};setTargetSensorGroup(%building.getTarget(),6);%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[OFF] Frequency" SPC %obj.powerFreq));%building.lastState = "";%building.getDataBlock().losePower(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.261 -407.719 188.622";rotation = "0.600438 0.52816 -0.600434 235.682";scale = "0.125 0.166666 15.3655";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.391 -408.667 189.122";rotation = "-0.528161 0.600439 -0.600432 235.683";scale = "0.125 0.166666 15.0045";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.567 -426.867 188.622";rotation = "-0.528157 0.600439 0.600436 124.318";scale = "5.49942 0.166666 62.0328";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.099 -418.806 188.622";rotation = "0.528156 -0.600436 0.60044 124.318";scale = "5.822 0.166666 14.9664";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.236 -415.837 188.622";rotation = "0.600439 0.528157 -0.600436 235.682";scale = "0.125 0.166666 44.302";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "829.087 -399.603 188.622";rotation = "0.0452382 0.706387 -0.706379 174.82";scale = "2.0001 0.166667 16.3293";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "820.749 -437.134 188.622";rotation = "0.528156 -0.600436 0.60044 124.318";scale = "0.355675 0.166666 14.9664";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "818.964 -411.809 185.271";rotation = "0.706384 -0.0452365 -0.706381 174.82";scale = "1.55 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "820.888 -436.06 188.054";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9642";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "820.94 -435.659 187.477";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9642";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "820.982 -435.328 186.841";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9642";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.098 -411.192 179.746";rotation = "0 0 -1 82.6721";scale = "0.125 0.166666 17.252";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "818.55 -413.488 184.059";rotation = "-0.528165 0.600434 -0.600433 235.683";scale = "7.73841 17.252 0.872";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "812.835 -411.021 188.372";rotation = "0.0639077 0.997956 1.265e-06 180";scale = "1.0894 0.166666 18.252";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "821.449 -411.242 184.059";rotation = "-0.551116 0.626531 -0.551117 115.863";scale = "15.915 8.35224 0.872";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "812.137 -397.422 183.7";rotation = "-0.55112 0.62653 -0.551114 115.863";scale = "2.3355 0.166666 77.999";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.035 -434.917 186.296";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9642";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "823.199 -414.03 183.809";rotation = "-0.528166 0.600435 -0.600432 235.683";scale = "7.94298 18.252 0.872";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.54 -416.625 179.246";rotation = "0 0 1 187.328";scale = "3.1704 0.166666 18.252";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.071 -434.639 185.816";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9642";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.545 -405.526 179.246";rotation = "0 0 -1 82.6727";scale = "3.2271 0.166666 18.252";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.117 -434.278 185.275";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9642";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.148 -434.035 184.707";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9664";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.194 -433.679 184.255";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9642";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "820.925 -433.812 188.372";rotation = "-0.660468 0.750855 9.51772e-07 180";scale = "2.01372 0.166666 18.252";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.235 -433.364 183.751";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9642";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSwitch";position = "812.391 -411.216 180.833";rotation = "-0.995924 0.0637777 0.063777 90.2345";scale = "0.5 0.5 0.15";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "9.000001";isSwitchedOff = "1";switchRadius = "50";timed = "2";SwitchTimer = "5000";};setTargetSensorGroup(%building.getTarget(),6);%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[OFF] Frequency" SPC %obj.powerFreq));setTargetSkin(%building.target,'baseb');%building.lastState = "";%building.getDataBlock().losePower(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.303 -432.835 183.234";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9642";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSwitch";position = "812.895 -410.682 180.762";rotation = "0.0452355 0.706381 0.706385 185.18";scale = "0.5 0.5 0.15";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "9.000001";isSwitchedOff = "1";switchRadius = "50";timed = "2";SwitchTimer = "5000";};setTargetSensorGroup(%building.getTarget(),6);%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[OFF] Frequency" SPC %obj.powerFreq));setTargetSkin(%building.target,'baseb');%building.lastState = "";%building.getDataBlock().losePower(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.356 -432.419 182.692";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9641";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.408 -432.019 182.028";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9641";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "813.078 -423.039 179.996";rotation = "0.706384 -0.0452429 0.706381 185.181";scale = "0.375 0.166666 7.0036";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "811.339 -426.076 179.996";rotation = "0.654331 0.379086 0.654328 138.478";scale = "0.375 0.166666 7.00152";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "818.531 -415.6 179.496";rotation = "0.0452357 0.706384 0.706382 185.18";scale = "0.125 0.166666 9.38876";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "821.062 -413.743 178.746";rotation = "6.3684e-06 -3.28201e-07 1 187.327";scale = "7.96149 8.66262 0.872";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.447 -431.713 181.459";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9641";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.346 -411.224 179.496";rotation = "-0.62653 -0.55112 -0.551114 115.863";scale = "0.125 0.166666 8.3503";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "812.253 -429.453 179.996";rotation = "0.519247 0.678799 0.519244 111.663";scale = "0.375 0.166666 6.99998";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "816.551 -423.485 179.996";rotation = "0.667949 -0.328161 0.667948 216.335";scale = "0.375 0.166666 15.9987";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.497 -431.326 180.913";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9642";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "814.395 -432.223 179.996";rotation = "0.403464 0.82124 0.403462 101.212";scale = "0.375 0.166666 7.0023";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "805.412 -413.915 178.996";rotation = "0.0452386 0.706384 0.706382 185.179";scale = "6.67147 0.166666 34.4274";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.23 -411.072 178.996";rotation = "-0.62653 -0.551123 -0.551111 115.864";scale = "0.125 0.166666 8.63046";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "829.47 -427.99 178.996";rotation = "0.0637753 0.995924 0.0637743 90.2333";scale = "0.125 7.26193 77.9972";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.549 -430.917 180.467";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9641";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.269 -410.793 178.496";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "826.892 -416.677 178.996";rotation = "0.0452386 0.706384 0.706382 185.179";scale = "1.99933 0.166666 34.4272";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.602 -430.51 179.914";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9642";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.32 -410.396 178.018";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.655 -430.097 179.496";rotation = "-0.0637818 -0.995923 0.0637831 90.2338";scale = "0.125 0.166666 14.9641";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.363 -410.065 177.652";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.6548";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.426 -409.572 177.175";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.463 -409.286 176.87";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.502 -408.98 176.561";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.54 -408.685 176.209";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.581 -408.364 175.839";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.65674";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.637 -407.93 175.499";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.65662";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.68 -407.595 175.168";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.65674";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.727 -407.231 174.818";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "830.885 -416.985 173.98";rotation = "-0.528158 0.600438 0.600436 124.318";scale = "0.125 3.17733 72.5326";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.77 -406.898 174.395";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.822 -406.495 173.948";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.872 -406.102 173.495";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.65662";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.931 -405.644 173.223";rotation = "-0.0637737 -0.995925 0.0637711 90.234";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.266 -405.866 172.888";rotation = "0.706384 -0.0452315 -0.706382 174.82";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.338 -405.309 172.444";rotation = "0.706384 -0.0452315 -0.706382 174.82";scale = "0.125 0.166666 8.65674";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "825.239 -402.21 173.326";rotation = "-0.0637763 -0.995924 0.0637727 90.234";scale = "2.7105 0.166666 14.9661";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.53 -406.823 178.747";rotation = "0.0639028 0.997956 1.265e-06 180";scale = "0.125 5.58657 27.064";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.135 -408.841 178.746";rotation = "0.750849 0.660474 8.37211e-07 180";scale = "3.48375 0.166666 27.064";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.382 -404.961 171.911";rotation = "0.706384 -0.0452315 -0.706382 174.82";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "793.56 -412.182 178.746";rotation = "0.0639127 0.997956 1.265e-06 180";scale = "0.6836 0.166666 27.064";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.421 -404.661 171.383";rotation = "0.706384 -0.0452315 -0.706382 174.82";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.457 -404.377 170.809";rotation = "0.706384 -0.0452315 -0.706382 174.82";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.534 -403.784 170.286";rotation = "0.706384 -0.0452315 -0.706382 174.82";scale = "0.125 0.166666 8.65662";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.559 -403.59 169.938";rotation = "0.706384 -0.0452315 -0.706382 174.82";scale = "0.125 0.166666 8.65674";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.619 -403.117 169.493";rotation = "0.706384 -0.0452315 -0.706382 174.82";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "811.516 -414.746 168.964";rotation = "0.0452394 0.706384 -0.706382 174.82";scale = "9.74912 0.166666 43.4772";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "803.792 -413.5 168.652";rotation = "-0.70638 0.0452391 0.706385 185.181";scale = "0.281002 0.166666 4.93018";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.667 -402.747 169.027";rotation = "0.706384 -0.0452315 -0.706382 174.82";scale = "0.125 0.166666 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.705 -402.455 168.527";rotation = "0.706384 -0.0452315 -0.706382 174.82";scale = "0.125 0.166666 8.65674";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "815.09 -414.953 169.214";rotation = "0.0639127 0.997956 1.265e-06 180";scale = "5.69605 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.921 -400.785 168.09";rotation = "0.706384 -0.0452315 -0.706382 174.82";scale = "0.125 1.13525 8.65468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "825.52 -401.994 168.155";rotation = "0.995924 -0.0637753 0.0637743 90.2333";scale = "0.125 0.166666 5.652";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "801.592 -409.323 167.214";rotation = "-0.551113 0.626538 -0.551112 115.863";scale = "1 0.166666 8.2233";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.89 -412.74 169.214";rotation = "0.0639127 0.997956 1.265e-06 180";scale = "1.49925 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "798.33 -409.155 169.214";rotation = "0.0639127 0.997956 1.265e-06 180";scale = "1.50001 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "800.075 -415.136 165.214";rotation = "0 0 1 119.829";scale = "0.99991 0.166666 7";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "825.953 -402.049 167.655";rotation = "0.995925 -0.0637717 0.0637712 90.234";scale = "0.125 0.166666 5.65006";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "829.65 -416.826 169.214";rotation = "0.0639127 0.997956 1.265e-06 180";scale = "0.623587 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "826.399 -402.107 167.305";rotation = "0.995925 -0.0637717 0.0637712 90.234";scale = "0.125 0.166666 5.65206";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "794.915 -420.085 165.214";rotation = "0 0 1 142.329";scale = "2.62875 0.166666 7";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "803.5 -417.747 165.964";rotation = "0.600438 0.528158 0.600436 124.318";scale = "0.375 0.166666 7.99956";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "825.025 -401.93 166.813";rotation = "0.551116 -0.626528 -0.551121 115.863";scale = "0.7995 0.166666 5.652";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "826.792 -402.157 166.954";rotation = "0.995925 -0.0637717 0.0637712 90.234";scale = "0.125 0.166666 5.65006";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "803.5 -417.748 165.964";rotation = "-0.448139 0.773528 -0.448136 104.554";scale = "0.375 0.166666 8.00056";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "811.27 -427.811 165.964";rotation = "0.687393 0.234488 0.687391 153.607";scale = "0.375 0.166666 36.7412";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "827.53 -402.505 167.905";rotation = "0.997956 -0.0639044 -8.10047e-08 180";scale = "1.1534 0.166666 5.38198";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "827.165 -402.205 166.568";rotation = "0.995925 -0.0637717 0.0637712 90.234";scale = "0.125 0.166666 5.65002";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "801.508 -421.218 165.964";rotation = "-0.307241 0.90067 -0.30724 95.9836";scale = "0.375 0.166666 7.9972";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "814.11 -430.673 165.964";rotation = "0.687394 0.234485 0.687391 153.607";scale = "0.375 0.166666 42.1226";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "810.103 -410.922 164.964";rotation = "0.0452379 0.706384 -0.706382 174.82";scale = "4.45085 0.166666 6.22094";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "807.405 -428.861 165.214";rotation = "0 0 -1 15.1718";scale = "2.00047 0.166666 3";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "827.56 -402.256 166.226";rotation = "0.995925 -0.0637717 0.0637712 90.234";scale = "0.125 0.166666 5.65206";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "806.385 -432.767 165.964";rotation = "0.703993 0.0937531 0.703991 169.288";scale = "0.375 0.166666 15.9988";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "798.339 -423.662 165.964";rotation = "-0.130875 0.982723 -0.130874 90.9989";scale = "0.375 0.166666 7.99452";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "805.785 -410.366 164.964";rotation = "0.0452344 0.706384 0.706382 185.181";scale = "6.6284 0.166666 27.2948";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "803.548 -429.906 165.964";rotation = "-0.307242 0.900669 -0.307241 95.9836";scale = "0.375 0.166666 8.00194";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.664 -426.757 164.964";rotation = "-0.528162 0.600436 0.600434 124.318";scale = "5.55993 0.166666 62.202";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "827.884 -402.298 165.772";rotation = "0.995925 -0.0637717 0.0637712 90.234";scale = "0.125 0.166666 5.65208";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "793.972 -428.667 165.964";rotation = "0.600438 0.528158 0.600436 124.318";scale = "0.375028 0.166666 7.92488";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "806.397 -432.761 165.964";rotation = "-0.307241 0.90067 -0.30724 95.9836";scale = "0.375033 0.166666 9.08128";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.849 -404.925 164.964";rotation = "-0.626531 -0.551115 -0.551118 115.863";scale = "3.22787 0.166666 24.966";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "821.021 -413.524 165.214";rotation = "0.750852 0.66047 5.73041e-06 180";scale = "7.09674 9.32002 0.872";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "800.383 -432.352 165.964";rotation = "0.0637748 0.995924 0.0637742 90.234";scale = "0.375 0.166666 7.99526";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "828.329 -402.355 165.465";rotation = "0.995925 -0.0637717 0.0637712 90.234";scale = "0.125 0.166666 5.65208";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "796.418 -431.842 165.964";rotation = "0.403463 0.82124 0.403462 101.212";scale = "0.375 0.166666 8.00202";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "793.573 -408.796 164.964";rotation = "-0.0452377 -0.70638 0.706385 185.18";scale = "0.472865 0.166666 6.22286";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "827.494 -412.417 164.964";rotation = "-0.995924 0.0637808 0.0637752 90.234";scale = "1.97461 0.166666 52.172";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "794.701 -408.94 164.373";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "795.142 -408.997 163.963";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "795.546 -409.049 163.466";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22286";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "795.894 -409.093 163.027";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "796.214 -409.134 162.489";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "796.471 -409.168 162.026";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22286";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "796.763 -409.205 161.594";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.101 -409.249 161.18";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22286";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.529 -409.304 160.66";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "801.269 -413.678 159.753";rotation = "-0.0637828 -0.995924 0.0637751 90.234";scale = "2.4805 0.166666 44.1468";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "818.905 -413.638 164.704";rotation = "-0.660468 0.750854 -1.81178e-06 180";scale = "1.01982 0.166667 19.824";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "818.2 -407.732 154.842";rotation = "0 0 -1 105.172";scale = "2.00015 0.166666 19.744";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "815.415 -402.876 154.842";rotation = "0 0 1 209.829";scale = "0.999478 0.166666 19.744";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.887 -409.35 160.094";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.235 -408.122 154.781";rotation = "0 0 -1 60.1715";scale = "2.00015 0.166666 19.864";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "820.415 -402.495 154.78";rotation = "0 0 1 187.329";scale = "3.25307 0.166666 19.866";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "796.77 -412.596 164.715";rotation = "0.0639077 0.997956 1.265e-06 180";scale = "2.30054 0.166666 19.846";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.245 -409.015 164.715";rotation = "0.0639077 0.997956 1.265e-06 180";scale = "2.30787 0.166666 19.846";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "825.155 -404.129 154.781";rotation = "0 0 -1 15.1714";scale = "0.998528 0.166666 19.864";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "798.216 -409.392 159.492";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "830.218 -422.168 159.753";rotation = "-0.706381 0.0452417 0.706384 185.181";scale = "2.48075 0.166667 14.4381";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.46 -416.143 159.753";rotation = "0.600437 0.528162 -0.600434 235.682";scale = "2.48075 0.166667 43.7512";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "798.524 -409.432 159.1";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22286";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "798.792 -409.466 158.659";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "799.082 -409.503 158.074";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "799.465 -409.553 157.58";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22286";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "799.743 -409.588 157.163";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.2248";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "800.052 -409.628 156.774";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "800.354 -409.667 156.303";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.023 -414.102 154.791";rotation = "0.319029 -0.362687 0.875602 104.793";scale = "0.125 0.166666 7";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.164 -413.006 154.791";rotation = "0.319029 -0.362687 0.875602 104.793";scale = "0.125 0.166666 7";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "822.937 -415.548 154.791";rotation = "0.319029 -0.362687 0.875602 104.793";scale = "0.125 0.166666 7";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.296 -411.986 154.791";rotation = "0.319029 -0.362687 0.875602 104.793";scale = "0.125 0.166666 7";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "800.751 -409.718 155.829";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "804.99 -407.159 154.792";rotation = "0 0 -1 37.6717";scale = "1.99999 0.166666 3";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "808.345 -403.227 154.792";rotation = "0 0 -1 82.6721";scale = "0.750162 0.166666 3";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "794.404 -394.891 156";rotation = "0.706384 -0.0452357 0.706382 185.18";scale = "22.5 0.166666 78.0012";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "801.072 -409.759 155.408";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "808.534 -401.735 155.542";rotation = "0.403461 0.821242 0.40346 101.212";scale = "0.375005 0.166666 5.98414";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "820.898 -413.49 154.291";rotation = "3.68487e-05 -8.3703e-06 1 7.32798";scale = "7.86859 9.12654 0.872";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "801.543 -409.82 155.042";rotation = "0.600436 0.528163 -0.600434 235.682";scale = "0.125 0.166666 6.22486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "818.744 -413.52 154.541";rotation = "0.706384 -0.0452365 -0.706381 174.82";scale = "0.125 1.31709 53.029";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "805.846 -409.869 154.541";rotation = "0.0452349 0.706384 0.706382 185.181";scale = "6.62867 0.166666 26.2948";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "822.97 -416.057 154.541";rotation = "0.0452363 0.706381 0.706385 185.181";scale = "0.125 0.166666 9.12654";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.821 -426.949 154.541";rotation = "-0.528162 0.600436 0.600434 124.318";scale = "5.475 0.166666 62.5552";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "830.838 -417.345 154.541";rotation = "-0.528162 0.600436 0.600434 124.318";scale = "0.125 0.166666 15.4362";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.875 -404.738 154.541";rotation = "-0.626531 -0.551115 -0.551118 115.863";scale = "3.1341 0.166666 24.9658";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.399 -416.64 154.541";rotation = "0.04524 0.706384 -0.706382 174.82";scale = "0.125 0.166666 42.7514";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "830.113 -412.375 154.541";rotation = "-0.995924 0.0637808 0.0637752 90.234";scale = "0.677042 0.166666 9.17488";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "829.476 -417.422 154.541";rotation = "0.0452357 0.706384 -0.706381 174.82";scale = "0.671498 0.166666 8.65862";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "822.005 -429.42 154.541";rotation = "0.52816 -0.600434 0.600437 124.318";scale = "4.26127 0.166666 14.44";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "828.328 -438.826 151";rotation = "0.600437 0.528163 0.600433 124.317";scale = "25 0.166666 78.0012";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "794.127 -395.106 151";rotation = "-0.551118 0.62653 -0.551117 115.864";scale = "25 0.166666 78.0012";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "828.051 -439.042 151";rotation = "0.0637753 0.995924 0.0637746 90.2339";scale = "25 0.166666 78.0012";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "833.336 -399.896 101";rotation = "0 0 1 187.328";scale = "0.125 0.166666 200";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "794.158 -394.858 101";rotation = "0 0 1 187.328";scale = "0.125 0.166666 200";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "828.298 -439.074 101";rotation = "0 0 1 187.328";scale = "0.125 0.166666 200";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "789.12 -434.036 101";rotation = "0 0 1 187.328";scale = "0.125 0.166666 200";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration1";position = "812.568 -396.723 141.795";rotation = "-1.14896e-06 -1.18901e-06 1 187.328";scale = "1 1 1";team = "6";ownerGUID = "2000343";needsfit = "1";};%target = new StaticShape() {datablock = "DeployedLTarget";position = "812.536 -396.971 144.595";rotation = "0.995924 -0.0637767 0.0637767 90.2334";scale = "0.625 1.66667 0.3";team = "6";lMain = %building;};%building.lTarget = %target;addToDeployGroup(%target);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "817.866 -415.593 138.132";rotation = "0.0637753 0.995924 0.0637746 90.2339";scale = "8.0795 0.166666 7.94692";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "803.05 -413.687 118.925";rotation = "0 0 1 187.328";scale = "5.48405 0.166666 70.732";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.36 -416.427 118.925";rotation = "0 0 1 187.328";scale = "3.2722 0.166666 70.732";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedGravityField1";position = "828.288 -412.3 154.301";rotation = "-0.660471 0.750851 9.51772e-07 180";scale = "4.27 4.27 35.809";team = "6";ownerGUID = "2000343";needsfit = "1";velocityMod = "1";gravityMod = "0";appliedForce = "0.000527141 0.00575701 1000";powerFreq = "5";};setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedGravityField0";position = "827.464 -421.498 154.301";rotation = "0.0639077 0.997956 1.265e-06 180";scale = "4.27 4.27 35.809";team = "6";ownerGUID = "2000343";needsfit = "1";velocityMod = "1";gravityMod = "0";appliedForce = "-0.00465217 0.00378667 -500";powerFreq = "5";};setTargetSensorGroup(%building.getTarget(),6);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine3";position = "815.866 -415.589 120.437";rotation = "0.995924 -0.0637813 0.0637772 90.234";scale = "0.134275 0.0748572 0.0338659";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "830.849 -417.262 118.675";rotation = "0.0637753 0.995924 0.0637743 90.2333";scale = "0.125 0.166666 77.995";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "820.996 -413.431 118.002";rotation = "1.35136e-06 -8.03428e-06 1 187.329";scale = "8.05839 6.39626 0.872";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "818.301 -413.352 118.252";rotation = "-0.528166 0.600433 0.600433 124.317";scale = "0.666935 0.166667 32.7916";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "818.378 -414.707 118.252";rotation = "0.995924 -0.0637792 0.0637752 90.2334";scale = "0.125 0.166666 32.693";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.34 -405.246 118.252";rotation = "0.626527 0.551122 -0.551116 115.862";scale = "3.41945 0.166666 52.1056";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "808.74 -436.306 118.252";rotation = "0.995924 -0.063779 0.0637755 90.2334";scale = "9.7494 0.166667 45.304";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.206 -405.604 118.252";rotation = "0.626528 0.55112 -0.551116 115.862";scale = "3.28685 0.166666 8.73538";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "826.962 -415.812 118.252";rotation = "0.0452377 0.70638 0.706385 185.18";scale = "2.01849 0.166666 32.695";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "795.04 -409.017 118.252";rotation = "0.0452317 0.706388 -0.706378 174.82";scale = "1.2144 0.166666 5.3335";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.639 -409.35 117.752";rotation = "0.0452357 0.706384 -0.706381 174.82";scale = "0.125 0.166666 5.3355";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.926 -409.387 117.571";rotation = "0.0452357 0.706384 -0.706381 174.82";scale = "0.125 0.166666 5.3355";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "798.328 -409.439 117.053";rotation = "0.0452357 0.706384 -0.706381 174.82";scale = "0.125 0.166666 5.3355";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "818.921 -413.014 116.567";rotation = "-0.626534 -0.551116 -0.551114 115.863";scale = "0.874888 0.953999 1";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.424 -411.062 115.136";rotation = "0 0 -1 82.6715";scale = "0.125 0.166666 5.732";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.439 -411.069 116.569";rotation = "-0.995924 0.0637786 0.0637826 90.234";scale = "0.874888 0.955332 1";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.391 -411.572 115.136";rotation = "0 0 1 7.32862";scale = "0.125 0.166666 5.732";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "798.618 -409.476 116.66";rotation = "0.0452357 0.706384 -0.706381 174.82";scale = "0.125 0.166666 5.3355";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "SolarPanel";position = "827.749 -412.755 116.169";rotation = "0.045235 0.706384 0.706382 185.18";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "5.553";isSwitchedOff = "1";};setTargetSensorGroup(%building.getTarget(),6);%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[OFF] Frequency" SPC %obj.powerFreq));%building.lastState = "";%building.getDataBlock().losePower(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "798.951 -409.519 116.235";rotation = "0.0452357 0.706384 -0.706381 174.82";scale = "0.125 0.166666 5.3355";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.265 -412.244 118.002";rotation = "0.997956 -0.0639069 -8.10078e-08 180";scale = "2.52437 0.166666 6.732";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.69 -409.105 118.002";rotation = "0.0639077 0.997956 1.265e-06 180";scale = "2.53548 0.166666 6.732";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "831.338 -413.469 116.354";rotation = "0.0637753 0.995924 0.0637743 90.2334";scale = "0.8235 0.166666 15.5188";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "809.565 -413.389 115.386";rotation = "0.18508 0.694891 0.69489 200.971";scale = "0.125 0.5 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "799.395 -409.576 115.771";rotation = "0.0452357 0.706384 -0.706381 174.82";scale = "0.125 0.166666 5.3355";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "809.658 -413.73 115.386";rotation = "0.621955 -0.475762 0.621951 230.887";scale = "0.375 0.166666 15.9998";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "809.659 -413.73 115.386";rotation = "-0.379086 0.654328 0.654331 138.478";scale = "0.125 0.5 15.997";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "813.545 -406.449 115.386";rotation = "0.475762 0.621954 0.621951 230.886";scale = "0.125 0.5 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "817.495 -426.061 115.386";rotation = "0.600438 0.52816 0.600434 124.318";scale = "0.375 0.166666 22.7456";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "810.735 -429.386 115.386";rotation = "0.600436 0.528162 0.600434 124.318";scale = "0.375 0.166666 16.0006";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "799.835 -409.633 115.352";rotation = "0.0452357 0.706384 -0.706381 174.82";scale = "0.125 0.166666 5.3355";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "818.946 -414.781 114.886";rotation = "0.600438 0.52816 0.600434 124.318";scale = "0.125 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "827.095 -416.063 115.386";rotation = "-0.551114 0.626537 -0.551112 115.863";scale = "0.375 0.166666 15.9986";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.672 -411.094 114.886";rotation = "-0.626534 -0.551116 -0.551114 115.863";scale = "0.125 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "796.151 -420.918 115.377";rotation = "0.667951 -0.328154 0.66795 216.335";scale = "0.375 0.166666 15.9968";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "807.567 -431.83 115.386";rotation = "0.328151 0.667951 0.66795 216.335";scale = "0.125 0.5 8.0004";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5.553";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "800.219 -409.682 114.886";rotation = "0.0452357 0.706384 -0.706381 174.82";scale = "0.125 0.166666 5.3355";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "827.123 -427.858 115.386";rotation = "0.519251 0.678793 0.519247 111.663";scale = "0.375 0.166666 7.99844";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "817.198 -430.307 115.386";rotation = "-0.528157 0.600441 -0.600434 235.682";scale = "0.125 0.5 16";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "816.984 -430.027 115.386";rotation = "-0.551116 0.626536 -0.551112 115.863";scale = "0.375 0.166666 14.5612";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.254 -405.607 114.386";rotation = "0.626537 0.551116 -0.55111 115.864";scale = "3.28632 0.166666 61.94";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "801.035 -427.249 115.377";rotation = "-0.551118 0.626529 -0.551117 115.863";scale = "0.375 0.166666 16.0011";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSwitch";position = "800.362 -430.523 115.319";rotation = "-0.528165 0.600435 0.600433 124.317";scale = "0.5 0.5 0.2";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "5.553";isSwitchedOff = "1";switchRadius = "50";timed = "2";nametoset = "FF Trap";SwitchTimer = "3000";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[OFF] Frequency" SPC %obj.powerFreq));setTargetSkin(%building.target,'baseb');%building.lastState = "";%building.getDataBlock().losePower(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedDecoration6";position = "799.291 -402.251 114.635";rotation = "0 0 1 97.3106";scale = "1 1 0.1";team = "6";ownerGUID = "2000343";needsfit = "1";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "827.125 -427.859 115.386";rotation = "-0.448137 0.77353 -0.448135 104.554";scale = "0.375 0.166666 7.99902";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "791.05 -420.998 114.386";rotation = "-0.626539 -0.55111 -0.551114 115.863";scale = "6.4638 0.166667 53.2552";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "819.164 -415.061 114.386";rotation = "0.528155 -0.600438 0.600439 124.317";scale = "0.125 0.166666 23.74";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "818.948 -414.781 114.386";rotation = "0.600439 0.528159 -0.600434 235.682";scale = "0.125 0.166666 45.3042";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "826.987 -415.815 114.386";rotation = "0.995924 -0.0637757 0.0637866 90.234";scale = "2.00691 0.166666 32.693";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "817.943 -424.552 114.386";rotation = "0.528155 -0.600438 0.600439 124.317";scale = "4.65955 0.166666 23.7418";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedWoodSpine";position = "821.058 -413.437 114.636";rotation = "0.997956 -0.0639099 1.64691e-06 180";scale = "8.0082 6.40618 0.872";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.000001";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "818.73 -414.501 112.554";rotation = "0.706384 -0.0452365 -0.706381 174.82";scale = "0.791 0.166666 44.4028";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "826.129 -435.001 114.386";rotation = "-0.995924 0.0637863 0.0637749 90.2346";scale = "1.20937 0.166666 7.02738";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.685 -434.718 113.886";rotation = "0.0452379 0.706384 -0.706381 174.819";scale = "0.125 0.166666 6.96286";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "795.79 -416.876 110.972";rotation = "0 0 1 97.3278";scale = "8.8105 0.166666 6.326";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.287 -434.667 113.587";rotation = "0.0452379 0.706384 -0.706381 174.819";scale = "0.125 0.166666 6.96286";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "796.827 -406.866 112.553";rotation = "-0.528166 0.600434 0.600433 124.317";scale = "0.125 1.054 7.85216";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "810.33 -421.739 111.722";rotation = "0.600436 0.528162 0.600434 124.318";scale = "0.375 0.166666 16.0006";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "822.889 -434.615 113.234";rotation = "0.0452379 0.706384 -0.706381 174.819";scale = "0.125 0.166666 6.96486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "803.999 -426.629 111.722";rotation = "0.687393 0.234487 0.687391 153.607";scale = "0.375 0.166666 16.0011";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "810.666 -425.655 111.722";rotation = "0.706384 -0.0452429 0.706381 185.181";scale = "0.375003 0.166666 8.0035";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "807.496 -428.1 111.722";rotation = "0.687394 0.234483 0.687392 153.607";scale = "0.375 0.166666 8.00476";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "822.499 -434.565 112.865";rotation = "0.0452379 0.706384 -0.706381 174.819";scale = "0.125 0.166666 6.96486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "817.072 -429.331 111.722";rotation = "0.403468 0.821235 0.403467 101.212";scale = "0.375 0.166666 7.99912";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "822.42 -434.303 114.136";rotation = "-0.660468 0.750855 9.51771e-07 180";scale = "0.125 4.12337 6.328";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "804 -426.627 111.722";rotation = "0.0637803 0.995924 0.0637795 90.234";scale = "0.375 0.166666 8.0035";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "822.029 -434.505 112.498";rotation = "0.0452379 0.706384 -0.706381 174.819";scale = "0.125 0.166666 6.96286";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "817.075 -429.332 111.722";rotation = "-0.551114 0.626537 -0.551112 115.863";scale = "0.375 0.166666 7.9988";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "815.662 -397.875 110.722";rotation = "-0.551118 0.62653 -0.551117 115.864";scale = "0.125 11.6908 78.0012";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.52 -434.439 112.181";rotation = "0.0452379 0.706384 -0.706381 174.819";scale = "0.125 0.166666 6.96486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedLogoProjector";position = "815.407 -382.695 111";rotation = "0 0 1 7.78448";scale = "1 1 1";team = "6";ownerGUID = "2000343";powerFreq = "1";holoBlock = "DSwordLogo";};%holo = new StaticShape() {datablock = "DSwordLogo";position = "815.407 -382.695 121";rotation = "0 0 1 7.78448";scale = "1 1 1";};%building.holo = %holo;%holo.projector = %building;
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.176 -398.59 110.75";rotation = "0.0637753 0.995924 0.0637746 90.2339";scale = "0.125 0.166666 37.9378";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.152 -434.392 111.707";rotation = "0.0452379 0.706384 -0.706381 174.819";scale = "0.125 0.166666 6.96486";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "795.072 -420.512 110.722";rotation = "-0.528167 0.600432 0.600435 124.318";scale = "6.96085 0.166666 7.85228";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";nametoset = "Ground Floor Stair";};setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "820.729 -434.338 111.222";rotation = "0.0452379 0.706384 -0.706381 174.819";scale = "0.125 0.166666 6.96282";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "798.032 -397.477 110.722";rotation = "-0.528167 0.600432 0.600435 124.318";scale = "0.927075 0.166666 7.85216";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.772 -399.513 110.222";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.8541";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.487 -388.424 110.75";rotation = "0.0637753 0.995924 0.0637746 90.2339";scale = "0.125 6.66713 38.0002";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.71 -399.992 109.939";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.85422";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.667 -400.327 109.413";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.85422";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.61 -400.769 108.992";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.8541";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.564 -401.13 108.535";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.85422";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "821.316 -406.261 108.018";rotation = "0.687394 0.234488 0.68739 153.607";scale = "1.227 0.166666 14.5494";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.519 -401.477 108.053";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.85408";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.482 -401.769 107.596";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.85422";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.534 -428.634 107.194";rotation = "-0.706382 0.0452385 0.706384 185.179";scale = "1.6385 0.166667 30.0028";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.433 -402.148 107.152";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.8541";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.385 -402.521 106.689";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.85422";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "808.407 -426.689 101.5";rotation = "0 0 1 7.32766";scale = "0.125 0.166666 17.944";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.41 -409.382 101";rotation = "7.31663e-07 -7.10016e-06 1 232.328";scale = "2.0001 0.166667 18.944";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "799.125 -414.957 101";rotation = "0 0 1 74.8277";scale = "3.9999 0.166666 18.944";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.341 -402.863 106.224";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.85422";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "804.69 -424.668 101";rotation = "0 0 1 29.8277";scale = "1.99929 0.166666 18.944";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "824.835 -420.483 101";rotation = "0 0 -1 82.6721";scale = "4.00017 0.166666 18.944";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.782 -428.666 101.5";rotation = "0 0 1 7.32766";scale = "0.125 0.166666 17.944";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.775 -401.453 110.472";rotation = "-0.660475 0.750848 9.51768e-07 180";scale = "2.91532 0.166666 18.944";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.672 -398.654 106";rotation = "0.706384 -0.0452357 0.706382 185.18";scale = "2.5 0.166666 18.9871";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "803.865 -396.106 106";rotation = "0.0637753 0.995924 0.0637746 90.2339";scale = "2.5 0.166666 19.076";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.288 -403.277 105.725";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.85422";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "828.66 -403.457 101";rotation = "0 0 1 232.328";scale = "2.74195 0.166666 18.944";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "825.726 -378.753 107.941";rotation = "0.626528 0.551116 -0.551121 115.863";scale = "0.125 1.70667 37.9962";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.228 -403.74 105.25";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.85422";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.393 -398.869 106";rotation = "0.600437 0.528163 0.600433 124.317";scale = "2.5 0.166666 41.0004";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "804.068 -396.384 106";rotation = "0.600437 0.528163 0.600433 124.317";scale = "2.50003 0.166666 40.999";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.173 -404.166 104.61";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.85216";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.14 -404.421 104.271";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.85228";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.087 -404.839 103.819";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.85408";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "822.185 -405.592 105.564";rotation = "0.946447 0.322858 4.09252e-07 180";scale = "0.547357 0.166666 9.128";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "825.955 -402.681 105.564";rotation = "0.946447 0.322858 4.09252e-07 180";scale = "0.709132 0.166666 9.128";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "797.034 -405.252 103.271";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.85422";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "796.986 -405.623 102.78";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.85422";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "796.941 -405.973 102.303";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.8541";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "823.534 -428.634 102.029";rotation = "0.0637727 0.995925 0.0637721 90.234";scale = "0.265 0.166666 30.0028";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "796.881 -406.439 101.773";rotation = "0.626527 0.551122 -0.551116 115.864";scale = "0.125 0.166666 7.8541";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "808.16 -426.657 101.25";rotation = "-0.0637737 -0.995925 0.0637702 90.234";scale = "0.125 0.166666 32.0012";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "796.814 -406.956 101.25";rotation = "-0.706381 0.0452333 0.706385 185.18";scale = "0.125 0.166666 7.85228";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "811.228 -416.966 99.5";rotation = "0 0 1 187.328";scale = "10 13.3333 3";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "810.66 -376.815 105.381";rotation = "0.0639077 0.997956 1.265e-06 180";scale = "1.90382 0.166666 8.762";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "822.565 -378.346 105.381";rotation = "0.0639077 0.997956 1.265e-06 180";scale = "1.59273 0.166666 8.762";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "815.054 -387.211 99.5";rotation = "0 0 1 187.328";scale = "5 6.66666 3";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "780.963 -429.198 100";rotation = "0 0 1 6.49358";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "SW Tower Exterior (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "807.4 -446.723 91";rotation = "0 0 1 187.328";scale = "24.9999 6.66667 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "837.582 -437.009 100";rotation = "0 0 1 7.67453";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "SE Tower Exterior (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "842.858 -386.006 100";rotation = "0 0 1 185.159";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "NE Tower Exterior (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "852.175 -412.151 91";rotation = "0 0 1 187.328";scale = "5 19.9997 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "772.83 -401.948 91";rotation = "0 0 1 187.328";scale = "5 19.9998 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "807.062 -374.86 100.24";rotation = "-0.543145 -0.710043 -0.448142 104.554";scale = "0.666265 0.166666 38.0004";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "787.353 -376.809 100";rotation = "0 0 1 190.943";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "NW Tower Exterior (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "826 -378.536 100.75";rotation = "0.0531705 0.830294 0.554783 184.07";scale = "0.125 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "806.659 -376.049 100.75";rotation = "0.0531705 0.830294 0.554783 184.07";scale = "0.125 0.166666 8";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "833.933 -318.809 119.75";rotation = "-0.528163 0.600437 0.600433 124.317";scale = "0.125 0.166666 40.0046";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.9";};
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "847.36 -371.202 91";rotation = "0 0 1 187.328";scale = "9.9999 6.66667 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "787.85 -363.548 91";rotation = "0 0 1 187.328";scale = "9.9999 6.66667 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "799.745 -506.235 100";rotation = "0 0 1 187.328";scale = "45.0003 6.66667 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate4";position = "824.014 -317.533 100";rotation = "-3.9584e-05 -1.57037e-05 1 7.32734";scale = "18.1839 0.486146 18.5714";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "911.685 -419.803 100";rotation = "0 0 1 187.328";scale = "5 73.334 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "713.32 -394.294 100";rotation = "0 0 1 187.328";scale = "5 73.334 40";team = "6";ownerGUID = "2000343";needsfit = "1";grounded = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "836.652 -297.663 119.75";rotation = "-0.528163 0.600437 0.600433 124.317";scale = "0.125 0.166666 40.0026";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.9";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "836.727 -297.08 119.75";rotation = "-0.528163 0.600437 0.600433 124.317";scale = "0.125 0.166666 40.0028";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.9";};
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "836.218 -322.741 100";rotation = "0 0 1 185.504";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "9.9";nametoset = "Gate Control (9.9)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "810.604 -319.299 100";rotation = "0 0 1 186.07";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "9.9";nametoset = "Gate Control (9.9)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "Deployedwall";position = "846.37 -300.496 100";rotation = "0 0 1 187.328";scale = "5 13.3333 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwall";position = "806.695 -295.395 100";rotation = "0 0 1 187.328";scale = "5 13.3333 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate6";position = "826.701 -296.636 109.75";rotation = "0.551118 -0.626525 -0.551122 115.864";scale = "9.59268 20.1808 0.489404";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate6";position = "826.776 -296.053 109.75";rotation = "0.551118 -0.626525 -0.551122 115.864";scale = "9.59268 20.181 0.489404";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "893.645 -487.559 103.197";rotation = "0.995924 -0.0637793 0.0637767 90.234";scale = "0.125 0.166666 7";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "838.971 -279.632 119.75";rotation = "-0.528163 0.600437 0.600433 124.317";scale = "0.125 0.166666 40.0028";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "9.9";};
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "884.77 -315.517 100";rotation = "0 0 1 187.328";scale = "14.9998 6.66667 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "765.745 -300.211 100";rotation = "0 0 1 187.328";scale = "15 6.66667 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "894.06 -484.336 102.947";rotation = "0.750852 0.66047 8.37206e-07 180";scale = "0.125 0.166666 5.894";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "893.613 -487.807 102.947";rotation = "0.997956 -0.0639084 -8.10097e-08 180";scale = "0.125 0.166666 5.894";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "894.308 -484.367 103.197";rotation = "-0.626532 -0.551118 -0.551114 115.863";scale = "0.125 0.166666 38.0006";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "903.505 -487.315 103.447";rotation = "0.0639068 0.997956 3.72876e-06 180";scale = "4.75005 1.00018 1";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "893.365 -487.775 103.197";rotation = "-0.626531 -0.551119 -0.551114 115.863";scale = "0.125 0.166666 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "903.698 -485.827 101.484";rotation = "0.995924 -0.0637751 0.0637773 90.2339";scale = "4.75005 0.997 1";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "908.23 -478.484 100";rotation = "0 0 1 3.15735";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "5";};setTargetSensorGroup(%building.getTarget(),6);%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "903.315 -488.802 101.598";rotation = "0.0452364 0.706384 -0.706381 174.82";scale = "4.75005 1.06567 1";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "889.189 -501.532 100";rotation = "0 0 1 11.1893";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "SE Interior (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (Turret) () {datablock = "TurretDeployedBase";position = "692.222 -500.45 120";rotation = "0 0 1 186.098";scale = "1 1 1";team = "6";ownerGUID = "2000343";powerFreq = "1";nametoset = "SW Interior";initialBarrel = "PlasmaCannonBarrelLarge";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setRechargeRate(%building.getDatablock().rechargeRate);
|
||||
%building = new (Turret) () {datablock = "TurretDeployedBase";position = "905.026 -528.013 120";rotation = "0 0 1 185.548";scale = "1 1 1";team = "6";ownerGUID = "2000343";powerFreq = "1";nametoset = "SE Interior";initialBarrel = "PlasmaCannonBarrelLarge";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setRechargeRate(%building.getDatablock().rechargeRate);
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "714.542 -481.829 100";rotation = "0 0 1 6.28398";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "SW Interior (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "DeployedCrate8";position = "829.02 -278.604 109.75";rotation = "0.551118 -0.626525 -0.551122 115.864";scale = "3.19672 6.45203 0.163934";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};TWM2MissionAspectsGroup.add(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "912.986 -490.046 103.197";rotation = "0.995924 -0.0637793 0.0637767 90.234";scale = "0.125 0.166666 7";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "913.401 -486.823 102.947";rotation = "0.750852 0.66047 8.37206e-07 180";scale = "0.125 0.166666 5.894";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "TelePadDeployedBase";position = "912.523 -488.543 101.455";rotation = "-0.626529 -0.551118 -0.551118 115.863";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "5";frequency = "11";teleMode = "0";};setTargetSensorGroup(%building.getTarget(),6);%beam = new StaticShape() {datablock = "TelePadBeam";position = "912.523 -488.543 101.455";rotation = "0.626531 0.551116 -0.551117 115.864";scale = "1 1 0.4";};%building.beam = %beam;%beam.playThread(0,"ambient");%beam.setThreadDir(0,true);%beam.flashThreadDir = true;setTargetName(%building.target,addTaggedString("Frequency" SPC %building.frequency));
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "913.425 -488.59 101.474";rotation = "0.62653 0.551122 -0.551113 115.863";scale = "0.749883 0.982332 1";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "TelePadDeployedBase";position = "913.81 -488.733 101.56";rotation = "-0.528163 0.600435 0.600434 124.318";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "5";frequency = "11";teleMode = "0";};setTargetSensorGroup(%building.getTarget(),6);%beam = new StaticShape() {datablock = "TelePadBeam";position = "913.81 -488.733 101.56";rotation = "0.528161 -0.600434 0.600437 124.317";scale = "1 1 0.4";};%building.beam = %beam;%beam.playThread(0,"ambient");%beam.setThreadDir(0,true);%beam.flashThreadDir = true;setTargetName(%building.target,addTaggedString("Frequency" SPC %building.frequency));
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "912.954 -490.294 102.947";rotation = "0.997956 -0.0639084 -8.10097e-08 180";scale = "0.125 0.166666 5.894";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "911.214 -333.556 100";rotation = "0 0 1 185.01";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "NE Interior (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (Turret) () {datablock = "TurretDeployedBase";position = "719.879 -287.436 120";rotation = "0 0 1 5.83357";scale = "1 1 1";team = "6";ownerGUID = "2000343";powerFreq = "1";nametoset = "NW Interior";initialBarrel = "PlasmaCannonBarrelLarge";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setRechargeRate(%building.getDatablock().rechargeRate);
|
||||
%building = new (Turret) () {datablock = "TurretDeployedBase";position = "932.27 -313.915 120";rotation = "0 0 1 5.92123";scale = "1 1 1";team = "6";ownerGUID = "2000343";powerFreq = "1";nametoset = "NE Interior";initialBarrel = "PlasmaCannonBarrelLarge";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setRechargeRate(%building.getDatablock().rechargeRate);
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "735.324 -309.994 100";rotation = "0 0 1 185.592";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "NW Interior (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "792.09 -565.745 100";rotation = "0 0 1 187.328";scale = "85.0005 6.66667 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "972.475 -417.534 100";rotation = "0 0 1 187.328";scale = "5 106.67 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "655.075 -376.72 100";rotation = "0 0 1 187.328";scale = "5 106.668 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "SensorLargePulse";position = "909.418 -534.664 100";rotation = "0 0 -1 14.799";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "SE Interior";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));
|
||||
%building = new (StaticShape) () {datablock = "SensorLargePulse";position = "685.243 -508.575 100";rotation = "0 0 -1 22.8631";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "SW Interior";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "952.597 -495.641 103.652";rotation = "0.0452357 0.706384 -0.706382 174.82";scale = "0.125 0.166666 7";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "SensorLargePulse";position = "714.56 -276.779 100";rotation = "0 0 1 187.064";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "NW Interior";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "952.182 -498.864 103.402";rotation = "-0.660475 0.750848 9.51768e-07 180";scale = "0.125 0.166666 6.804";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "SensorLargePulse";position = "944.424 -303.81 100";rotation = "0 0 1 231.124";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "NE Interior";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "962.11 -498.376 103.902";rotation = "0.063906 0.997956 7.16886e-06 180";scale = "4.76692 0.999809 1";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "952.43 -498.896 103.652";rotation = "0.528161 -0.600434 0.600437 124.317";scale = "0.125 0.166666 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "961.908 -499.863 101.783";rotation = "0.0452344 0.706387 -0.706379 174.82";scale = "4.76215 1.18833 1";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "912.26 -258.555 100";rotation = "0 0 1 187.328";scale = "34.999 6.66667 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "Deployedfloor";position = "753.56 -238.147 100";rotation = "0 0 1 187.328";scale = "35.0008 6.66667 40";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "971.622 -501.112 103.652";rotation = "0.995924 -0.0637718 0.0637797 90.2334";scale = "0.125 0.166666 5.99912";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "TelePadDeployedBase";position = "971.148 -499.55 101.848";rotation = "-0.626528 -0.551116 -0.55112 115.863";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "5";frequency = "9";teleMode = "0";};setTargetSensorGroup(%building.getTarget(),6);%beam = new StaticShape() {datablock = "TelePadBeam";position = "971.148 -499.55 101.848";rotation = "0.626531 0.551118 -0.551115 115.864";scale = "1 1 0.4";};%building.beam = %beam;%beam.playThread(0,"ambient");%beam.setThreadDir(0,true);%beam.flashThreadDir = true;setTargetName(%building.target,addTaggedString("Frequency" SPC %building.frequency));
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "972.042 -499.654 101.701";rotation = "0.626528 0.551123 -0.551114 115.863";scale = "0.750133 1.134 1";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "TelePadDeployedBase";position = "972.444 -499.667 101.742";rotation = "-0.528163 0.600437 0.600433 124.317";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "5";frequency = "9";teleMode = "0";};setTargetSensorGroup(%building.getTarget(),6);%beam = new StaticShape() {datablock = "TelePadBeam";position = "972.444 -499.667 101.742";rotation = "0.528165 -0.600431 0.600437 124.318";scale = "1 1 0.4";};%building.beam = %beam;%beam.playThread(0,"ambient");%beam.setThreadDir(0,true);%beam.flashThreadDir = true;setTargetName(%building.target,addTaggedString("Frequency" SPC %building.frequency));
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "971.571 -501.358 103.402";rotation = "0.997956 -0.0639054 -8.10059e-08 180";scale = "0.125 0.166666 6.804";team = "6";ownerGUID = "2000343";needsfit = "1";powerFreq = "5";};
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "650.333 -534.392 100";rotation = "0 0 1 98.2004";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "SW Exterior (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "939.106 -571.015 100";rotation = "0 0 -1 83.1178";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "SE Exterior (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "972.09 -278.871 100";rotation = "0 0 -1 83.6341";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "NE Exterior (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (StaticShape) () {datablock = "GeneratorLarge";position = "687.213 -243.41 100";rotation = "0 0 1 94.1903";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "NW Exterior (1)";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setSelfPowered();setTargetName(%building.target,addTaggedString("[ON] Frequency" SPC %obj.powerFreq));%building.playThread($AmbientThread,"ambient");
|
||||
%building = new (Turret) () {datablock = "TurretDeployedBase";position = "622.926 -553.821 120";rotation = "0 0 1 185.91";scale = "1 1 1";team = "6";ownerGUID = "2000343";powerFreq = "1";nametoset = "SW Exterior";initialBarrel = "PlasmaCannonBarrelLarge";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setRechargeRate(%building.getDatablock().rechargeRate);
|
||||
%building = new (Turret) () {datablock = "TurretDeployedBase";position = "958.829 -597.018 120";rotation = "0 0 1 186.992";scale = "1 1 1";team = "6";ownerGUID = "2000343";powerFreq = "1";nametoset = "SE Exterior";initialBarrel = "PlasmaCannonBarrelLarge";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setRechargeRate(%building.getDatablock().rechargeRate);
|
||||
%building = new (Turret) () {datablock = "TurretDeployedBase";position = "1001.85 -260.506 120";rotation = "0 0 1 6.5524";scale = "1 1 1";team = "6";ownerGUID = "2000343";powerFreq = "1";nametoset = "NE Exterior";initialBarrel = "PlasmaCannonBarrelLarge";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setRechargeRate(%building.getDatablock().rechargeRate);
|
||||
%building = new (Turret) () {datablock = "TurretDeployedBase";position = "665.781 -217.029 120";rotation = "0 0 1 4.95941";scale = "1 1 1";team = "6";ownerGUID = "2000343";powerFreq = "1";nametoset = "NW Exterior";initialBarrel = "PlasmaCannonBarrelLarge";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));%building.setRechargeRate(%building.getDatablock().rechargeRate);
|
||||
%building = new (StaticShape) () {datablock = "SensorLargePulse";position = "961.69 -599.217 100";rotation = "0 0 1 59.4512";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "SE Exterior";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));
|
||||
%building = new (StaticShape) () {datablock = "SensorLargePulse";position = "618.238 -555.594 100";rotation = "0 0 1 155.659";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "SW Exterior";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));
|
||||
%building = new (StaticShape) () {datablock = "SensorLargePulse";position = "1004.69 -258.338 100";rotation = "0 0 1 236.513";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "NE Exterior";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));
|
||||
%building = new (StaticShape) () {datablock = "SensorLargePulse";position = "662.961 -210.38 100";rotation = "0 0 1 159.109";scale = "1 1 1";team = "6";ownerGUID = "2000343";deployed = "1";powerFreq = "1";nametoset = "NW Exterior";};setTargetSensorGroup(%building.getTarget(),6);setTargetName(%building.getTarget(), addTaggedString(%building.nametoset));
|
||||
|
||||
TWM2PowerCheck(); //and eval power
|
||||
178
missions/HelljumpIsland.mis
Normal file
178
missions/HelljumpIsland.mis
Normal file
|
|
@ -0,0 +1,178 @@
|
|||
// DisplayName = Beach of Helljump Island
|
||||
// MissionTypes = None Helljump
|
||||
|
||||
//--- Mission Quote Begin ---
|
||||
// Beach OF Highrock Island Required To Play
|
||||
// By EEK n IkE.
|
||||
//--- Mission Quote End ---
|
||||
|
||||
//--- Mission String Begin ---
|
||||
//Helljump Mission
|
||||
//Don't run for the ocean! You'll drown out there!
|
||||
//--- Mission String End ---
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
musicTrack = "desert";
|
||||
powerCount = "0";
|
||||
cdTrack = "6";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-1744 -2216 3440 3824";
|
||||
flightCeiling = "4000";
|
||||
flightCeilingRange = "20";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new SimGroup(Teams) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(Team1) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(spawnspheres) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SpawnSphere() {
|
||||
position = "-791.454 499.031 523.269";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "SpawnSphereMarker";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
radius = "100";
|
||||
sphereWeight = "100";
|
||||
indoorWeight = "100";
|
||||
outdoorWeight = "100";
|
||||
};
|
||||
};
|
||||
};
|
||||
new SimGroup(team0) {
|
||||
|
||||
powerCount = "1";
|
||||
providesPower = "1";
|
||||
|
||||
};
|
||||
};
|
||||
new Sun(Sun) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.57735 0.57735 -0.57735";
|
||||
color = "1.000000 1.000000 1.000000 1.000000";
|
||||
ambient = "0.500000 0.500000 0.500000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
texture[3] = "special/LensFlare/flare02";
|
||||
texture[4] = "special/LensFlare/flare03";
|
||||
lensFlareScale = "0.7";
|
||||
lensFlareIntensity = "1";
|
||||
frontFlareSize = "300";
|
||||
backFlareSize = "450";
|
||||
flareColor = "1.000000 1.000000 1.000000 1.000000";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/desertdet1";
|
||||
terrainFile = "ISLANDbeach.ter";
|
||||
squareSize = "8";
|
||||
|
||||
locked = "true";
|
||||
position = "-1024 -1024 0";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "50";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
|
||||
GraphFile = "Flatland.nav";
|
||||
scale = "1 1 1";
|
||||
locked = "true";
|
||||
conjoinBowlDev = "20";
|
||||
position = "0 0 0 1";
|
||||
coverage = "0";
|
||||
rotation = "0 0 0 0";
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new Camera() {
|
||||
position = "-411.34 734.036 534.261";
|
||||
rotation = "-0.0803515 -0.163301 0.983299 231.638";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
locked = "false";
|
||||
team = "0";
|
||||
};
|
||||
};
|
||||
new Sky(Sky) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0002";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "800";
|
||||
useSkyTextures = "1";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.250000 0.750000 1.000000 1.000000";
|
||||
fogDistance = "750";
|
||||
fogColor = "0.700000 0.800000 0.900000 1.000000";
|
||||
fogVolume1 = "200 99 101";
|
||||
fogVolume2 = "0 0 0";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "SOM_TR2_StonedBlue.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
|
||||
high_visibleDistance = "-1";
|
||||
high_fogDistance = "-1";
|
||||
high_fogVolume1 = "-1 2.33105e-09 6.40969e-10";
|
||||
high_fogVolume2 = "-1 1.07461e-38 0";
|
||||
high_fogVolume3 = "-1 7.9874e-44 5.9061e-32";
|
||||
|
||||
locked = "true";
|
||||
cloudSpeed0 = "0.000503 0.000020";
|
||||
};
|
||||
new WaterBlock() {
|
||||
position = "-272 456 178.128";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "2048 2048 69";
|
||||
liquidType = "OceanWater";
|
||||
density = "1";
|
||||
viscosity = "15";
|
||||
waveMagnitude = "2";
|
||||
surfaceTexture = "LiquidTiles/icebound_water";
|
||||
surfaceOpacity = "0.7";
|
||||
envMapTexture = "LiquidTiles/archipelago_emap_cloudsground";
|
||||
envMapIntensity = "0.4";
|
||||
removeWetEdges = "0";
|
||||
|
||||
textureSize = "32 32";
|
||||
floodFill = "1";
|
||||
extent = "100 100 10";
|
||||
seedPoints = "0 0 1 0 1 1 0 1";
|
||||
params3 = "1.21 -0.61 0.13 -0.33";
|
||||
params2 = "0.39 0.39 0.2 0.133";
|
||||
params0 = "0.32 -0.67 0.066 0.5";
|
||||
params1 = "0.63 -2.41 0.33 0.21";
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
1828
missions/MyrkWood2.mis
Normal file
1828
missions/MyrkWood2.mis
Normal file
File diff suppressed because it is too large
Load diff
847
missions/Oasis2.mis
Normal file
847
missions/Oasis2.mis
Normal file
|
|
@ -0,0 +1,847 @@
|
|||
// MissionTypes = Sabotage Infection
|
||||
|
||||
//--- MISSION QUOTE BEGIN ---
|
||||
// War, it leaves many terrains scarred from explosions, this bomb
|
||||
// will only add to this sad truth
|
||||
// --Phantom139
|
||||
//--- MISSION QUOTE END ---
|
||||
|
||||
//--- MISSION STRING BEGIN ---
|
||||
//Inventory stations available in all towers
|
||||
//--- MISSION STRING END ---
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
powerCount = "0";
|
||||
DM_scoreLimit = "25";
|
||||
cdTrack = "6";
|
||||
musicTrack = "desert";
|
||||
DM_timeLimit = "25";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-400 -360 752 752";
|
||||
flightCeiling = "2000";
|
||||
flightCeilingRange = "50";
|
||||
locked = "true";
|
||||
};
|
||||
new Sun() {
|
||||
direction = "0.57735 0.57735 -0.57735";
|
||||
color = "0.600000 0.600000 0.600000 1.000000";
|
||||
ambient = "0.200000 0.200000 0.200000 1.000000";
|
||||
position = "-1680 -1880 0";
|
||||
rotation = "1 0 0 0";
|
||||
locked = "true";
|
||||
scale = "1 1 1";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/desertdet1";
|
||||
terrainFile = "Oasis.ter";
|
||||
squareSize = "8";
|
||||
emptySquares = "359010";
|
||||
position = "-1024 -1024 0";
|
||||
locked = "true";
|
||||
visibleDistance = "1200";
|
||||
hazeDistance = "250";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "45";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
position = "0 0 0 1";
|
||||
coverage = "0";
|
||||
XDimOverSize = "0";
|
||||
rotation = "0 0 0 0";
|
||||
YDimOverSize = "0";
|
||||
locked = "true";
|
||||
scale = "1 1 1";
|
||||
conjoinBowlDev = "20";
|
||||
GraphFile = "Oasis.nav";
|
||||
};
|
||||
new Sky(Sky) {
|
||||
position = "-1680 -1880 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0002";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "500";
|
||||
useSkyTextures = "1";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.390000 0.390000 0.390000 0.000000";
|
||||
fogDistance = "275";
|
||||
fogColor = "0.500000 0.500000 0.500000 1.000000";
|
||||
fogVolume1 = "120 0 100";
|
||||
fogVolume2 = "0 0 0";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "Lush_l4.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
|
||||
cloudSpeed0 = "0.000000 0.000000";
|
||||
locked = "true";
|
||||
};
|
||||
new WaterBlock() {
|
||||
position = "-128 -96 90";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "128 96 12";
|
||||
liquidType = "Water";
|
||||
density = "1";
|
||||
viscosity = "5";
|
||||
waveMagnitude = "0.2";
|
||||
surfaceTexture = "LiquidTiles/GreenWater";
|
||||
surfaceOpacity = "0.8";
|
||||
envMapTexture = "lush/skies/lushcloud1";
|
||||
envMapIntensity = "0.7";
|
||||
removeWetEdges = "1";
|
||||
locked = "true";
|
||||
AudioEnvironment = Underwater;
|
||||
};
|
||||
new SimGroup(environment) {
|
||||
|
||||
new TSStatic() {
|
||||
position = "-46.068 -90.5109 114.357";
|
||||
rotation = "0 0 -1 32.0856";
|
||||
scale = "1 1 1";
|
||||
shapeName = "borg17.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-117.452 -39.1965 105.735";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
shapeName = "borg34.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-97.266 -33.5638 105.025";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
shapeName = "borg33.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-122.789 -30.4939 104.096";
|
||||
rotation = "0 0 1 63.5983";
|
||||
scale = "1 1 1";
|
||||
shapeName = "borg17.dts";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
|
||||
new Camera() {
|
||||
position = "-52.1118 -103.14 180.539";
|
||||
rotation = "0.363528 0.0766801 -0.928422 25.6001";
|
||||
scale = "1 1 0.930191";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new Camera() {
|
||||
position = "-186.237 59.4353 205.297";
|
||||
rotation = "0.15534 -0.287211 0.945188 125.847";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new Camera() {
|
||||
position = "-178.244 -55.5781 115.216";
|
||||
rotation = "0 0 1 88.8084";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new Camera() {
|
||||
position = "-43.2597 -178.425 205.963";
|
||||
rotation = "0.558326 0.148527 -0.816218 36.1036";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
new SimGroup(Teams) {
|
||||
|
||||
new SimGroup(Team0) {
|
||||
|
||||
new SimGroup(Base0) {
|
||||
|
||||
new StaticShape() {
|
||||
position = "-202.863 -44.7028 122.075";
|
||||
rotation = "0 0 1 89.9544";
|
||||
scale = "1 1 1";
|
||||
nameTag = "West Stronghold";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-207.1 -40.064 97.59";
|
||||
rotation = "0 0 -1 48.1284";
|
||||
scale = "1 1 1";
|
||||
nameTag = "West Stronghold";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-202.509 -44.8018 107.6";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pbunk1.dif";
|
||||
showTerrainInside = "0";
|
||||
AudioProfile = "Universal_Base_3";
|
||||
locked = "true";
|
||||
AudioEnvironment = SmallRoom;
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-102.796 21.1962 139.043";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bbunk2.dif";
|
||||
showTerrainInside = "0";
|
||||
AudioProfile = "Universal_Base_2";
|
||||
locked = "true";
|
||||
AudioEnvironment = SmallRoom;
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-58.1054 -111.149 132.645";
|
||||
rotation = "0 0 1 89.9544";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bbunk1.dif";
|
||||
showTerrainInside = "0";
|
||||
AudioProfile = "Universal_Base_2";
|
||||
locked = "true";
|
||||
AudioEnvironment = SmallRoom;
|
||||
};
|
||||
new Item() {
|
||||
position = "-209.9 -44.7356 105.823";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "RepairPack";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
collideable = "0";
|
||||
static = "1";
|
||||
rotate = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-208.747 -50.5824 97.59";
|
||||
rotation = "0 0 -1 89.9544";
|
||||
scale = "1 1 1";
|
||||
nameTag = "West Stronghold";
|
||||
dataBlock = "GeneratorLarge";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-70.6533 -106.666 126.66";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
nameTag = "South Stronghold";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-101.038 26.3027 142.92";
|
||||
rotation = "0 0 1 90.5273";
|
||||
scale = "1 1 1";
|
||||
nameTag = "North Stronghold";
|
||||
dataBlock = "GeneratorLarge";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-115.116 27.4632 132.54";
|
||||
rotation = "0 0 -1 89.9544";
|
||||
scale = "1 1 1";
|
||||
nameTag = "North Stronghold";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-90.4074 27.4432 132.54";
|
||||
rotation = "0 0 1 89.9544";
|
||||
scale = "1 1 1";
|
||||
nameTag = "North Stronghold";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-60.196 -115.78 126.66";
|
||||
rotation = "0 0 1 180.091";
|
||||
scale = "1 1 1";
|
||||
nameTag = "South Stronghold";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
locked = "true";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-64.0443 -106.333 135.48";
|
||||
rotation = "0 0 1 89.9544";
|
||||
scale = "1 1 1";
|
||||
nameTag = "South Stronghold";
|
||||
dataBlock = "GeneratorLarge";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
new SimGroup(team1) {
|
||||
|
||||
new SimGroup(spawnspheres) {
|
||||
|
||||
new SpawnSphere() {
|
||||
position = "-70.435 -46.3061 116.136";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "SpawnSphereMarker";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
radius = "180";
|
||||
sphereWeight = "100";
|
||||
indoorWeight = "10";
|
||||
outdoorWeight = "90";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
new WayPoint() {
|
||||
position = "-112 -96 110.863";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "WayPointMarker";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
name = "Oasis";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
new SimGroup(team2) {
|
||||
|
||||
new SimGroup(spawnspheres) {
|
||||
|
||||
new SpawnSphere() {
|
||||
position = "-70.435 -46.3061 116.136";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "SpawnSphereMarker";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
radius = "180";
|
||||
sphereWeight = "100";
|
||||
indoorWeight = "10";
|
||||
outdoorWeight = "90";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
new SimGroup(RandomOrganics) {
|
||||
|
||||
new SimGroup(Addition4BEPlant1) {
|
||||
|
||||
new TSStatic() {
|
||||
position = "-105 -82 103.342";
|
||||
rotation = "0.462131 -0.253345 0.849854 46.3684";
|
||||
scale = "1.1 1.1 1.1";
|
||||
shapeName = "borg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-25 -2 121.987";
|
||||
rotation = "-0.0144114 0.0336269 0.999331 141.024";
|
||||
scale = "0.5 0.5 0.5";
|
||||
shapeName = "borg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-105 -106 123.459";
|
||||
rotation = "-0.108457 0.315024 0.942866 200.771";
|
||||
scale = "1.4 1.4 1.4";
|
||||
shapeName = "borg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-140.51 16.8311 131.494";
|
||||
rotation = "0 0 1 23.4913";
|
||||
scale = "1 1 1";
|
||||
shapeName = "borg16.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-49.5967 -116.738 125.795";
|
||||
rotation = "0 1 0 7.44851";
|
||||
scale = "1 1 1";
|
||||
shapeName = "borg5.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-94.8663 35.5787 131.797";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
shapeName = "borg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new SimGroup(Addition5PhoenixPlant1) {
|
||||
|
||||
new TSStatic() {
|
||||
position = "-41 206 179.164";
|
||||
rotation = "0 0 1 6.00018";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-265 134 115.195";
|
||||
rotation = "0 0 1 149";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "63 118 180.078";
|
||||
rotation = "0 0 -1 109";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "87 70 167.875";
|
||||
rotation = "0 0 -1 69.0002";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-201 -98 127.793";
|
||||
rotation = "0 0 1 192";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-145 -34 106.539";
|
||||
rotation = "0 0 1 7.00012";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-137 150 168.086";
|
||||
rotation = "0 0 -1 82";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-185 -34 104.965";
|
||||
rotation = "0 0 1 236";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "47 110 181.051";
|
||||
rotation = "0 0 1 110";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-129 126 170.215";
|
||||
rotation = "0 0 1 39";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "95 214 146.312";
|
||||
rotation = "0 0 -1 105";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-57 118 163.344";
|
||||
rotation = "0 0 1 129";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-201 -26 110.246";
|
||||
rotation = "0 0 1 36";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-241 6 113.391";
|
||||
rotation = "0 0 1 99.0002";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "95 110 169.32";
|
||||
rotation = "0 0 -1 96.0002";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-105 174 174.695";
|
||||
rotation = "0 0 -1 20.9998";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-169 -130 120.356";
|
||||
rotation = "0 0 -1 118";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-113 54 132.18";
|
||||
rotation = "0 0 -1 59.0003";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg1.dts";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
new SimGroup(Addition6PhoenixPlant2) {
|
||||
|
||||
new TSStatic() {
|
||||
position = "-137 102 168.824";
|
||||
rotation = "0 0 1 50";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-185 206 150.68";
|
||||
rotation = "0 0 -1 86.0004";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-257 -2 108.727";
|
||||
rotation = "0 0 1 236";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-265 38 137.941";
|
||||
rotation = "0 0 -1 104";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-1 94 165.027";
|
||||
rotation = "0 0 -1 60.0001";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "23 -58 130.398";
|
||||
rotation = "0 0 1 32";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-169 -138 122.379";
|
||||
rotation = "0 0 1 120";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "23 214 155.297";
|
||||
rotation = "0 0 1 7.00012";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-97 102 151.262";
|
||||
rotation = "0 0 1 34";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-41 -178 177.32";
|
||||
rotation = "0 0 1 139";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-25 134 158.785";
|
||||
rotation = "0 0 1 79";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-257 -186 180.27";
|
||||
rotation = "0 0 1 96.0002";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "103 -186 196.887";
|
||||
rotation = "0 0 1 70.9998";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "71 174 182.895";
|
||||
rotation = "0 0 1 192";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-17 166 166.719";
|
||||
rotation = "0 0 -1 120";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "71 102 175.273";
|
||||
rotation = "0 0 -1 50";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "95 -170 187.805";
|
||||
rotation = "0 0 1 113";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-25 70 142";
|
||||
rotation = "0 0 1 239";
|
||||
scale = "1 1 1";
|
||||
shapeName = "porg2.dts";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
new SimGroup(Addition1BELgTree18) {
|
||||
|
||||
new TSStatic() {
|
||||
position = "-97.206 -50.249 101.355";
|
||||
rotation = "0 0 1 58.9997";
|
||||
scale = "1.2 1.2 1.2";
|
||||
shapeName = "borg18.dts";
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-32.5498 3.139 117.762";
|
||||
rotation = "0 0 1 57.9999";
|
||||
scale = "1.4 1.4 1.4";
|
||||
shapeName = "borg18.dts";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
new SimGroup(Ambiance) {
|
||||
|
||||
new AudioEmitter() {
|
||||
position = "-60.3481 -42.8411 108.656";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
fileName = "fx/environment/frog1.wav";
|
||||
useProfileDescription = "0";
|
||||
outsideAmbient = "1";
|
||||
volume = "1";
|
||||
isLooping = "1";
|
||||
is3D = "1";
|
||||
minDistance = "20";
|
||||
maxDistance = "1280";
|
||||
coneInsideAngle = "360";
|
||||
coneOutsideAngle = "360";
|
||||
coneOutsideVolume = "1";
|
||||
coneVector = "0 0 1";
|
||||
loopCount = "-1";
|
||||
minLoopGap = "30000";
|
||||
maxLoopGap = "60000";
|
||||
type = "EffectAudioType";
|
||||
locked = "true";
|
||||
};
|
||||
new AudioEmitter() {
|
||||
position = "-121.581 -30.8508 119.614";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
fileName = "fx/environment/bird_echo1.wav";
|
||||
useProfileDescription = "0";
|
||||
outsideAmbient = "1";
|
||||
volume = "1";
|
||||
isLooping = "1";
|
||||
is3D = "1";
|
||||
minDistance = "3";
|
||||
maxDistance = "192";
|
||||
coneInsideAngle = "360";
|
||||
coneOutsideAngle = "360";
|
||||
coneOutsideVolume = "1";
|
||||
coneVector = "0 0 1";
|
||||
loopCount = "-1";
|
||||
minLoopGap = "10000";
|
||||
maxLoopGap = "40000";
|
||||
type = "EffectAudioType";
|
||||
locked = "true";
|
||||
};
|
||||
new AudioEmitter() {
|
||||
position = "-293.673 -11.7674 116.589";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
fileName = "fx/environment/crickets_drygrass.wav";
|
||||
useProfileDescription = "0";
|
||||
outsideAmbient = "1";
|
||||
volume = "1";
|
||||
isLooping = "1";
|
||||
is3D = "1";
|
||||
minDistance = "35";
|
||||
maxDistance = "2240";
|
||||
coneInsideAngle = "360";
|
||||
coneOutsideAngle = "360";
|
||||
coneOutsideVolume = "1";
|
||||
coneVector = "0 0 1";
|
||||
loopCount = "-1";
|
||||
minLoopGap = "0";
|
||||
maxLoopGap = "0";
|
||||
type = "EffectAudioType";
|
||||
locked = "true";
|
||||
};
|
||||
new AudioEmitter() {
|
||||
position = "-106.738 165.746 185.082";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
fileName = "fx/environment/crickets_drygrass.wav";
|
||||
useProfileDescription = "0";
|
||||
outsideAmbient = "1";
|
||||
volume = "1";
|
||||
isLooping = "1";
|
||||
is3D = "0";
|
||||
minDistance = "35";
|
||||
maxDistance = "2240";
|
||||
coneInsideAngle = "360";
|
||||
coneOutsideAngle = "360";
|
||||
coneOutsideVolume = "1";
|
||||
coneVector = "0 0 1";
|
||||
loopCount = "-1";
|
||||
minLoopGap = "0";
|
||||
maxLoopGap = "0";
|
||||
type = "EffectAudioType";
|
||||
locked = "true";
|
||||
};
|
||||
new AudioEmitter() {
|
||||
position = "154.36 64.0897 179.913";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
fileName = "fx/environment/crickets_drygrass.wav";
|
||||
useProfileDescription = "0";
|
||||
outsideAmbient = "1";
|
||||
volume = "1";
|
||||
isLooping = "1";
|
||||
is3D = "1";
|
||||
minDistance = "35";
|
||||
maxDistance = "2240";
|
||||
coneInsideAngle = "360";
|
||||
coneOutsideAngle = "360";
|
||||
coneOutsideVolume = "1";
|
||||
coneVector = "0 0 1";
|
||||
loopCount = "-1";
|
||||
minLoopGap = "0";
|
||||
maxLoopGap = "0";
|
||||
type = "EffectAudioType";
|
||||
locked = "true";
|
||||
};
|
||||
new AudioEmitter() {
|
||||
position = "23.604 -178.446 194.867";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
fileName = "fx/environment/crickets_drygrass.wav";
|
||||
useProfileDescription = "0";
|
||||
outsideAmbient = "1";
|
||||
volume = "1";
|
||||
isLooping = "1";
|
||||
is3D = "1";
|
||||
minDistance = "35";
|
||||
maxDistance = "2240";
|
||||
coneInsideAngle = "360";
|
||||
coneOutsideAngle = "360";
|
||||
coneOutsideVolume = "1";
|
||||
coneVector = "0 0 1";
|
||||
loopCount = "-1";
|
||||
minLoopGap = "0";
|
||||
maxLoopGap = "0";
|
||||
type = "EffectAudioType";
|
||||
locked = "true";
|
||||
};
|
||||
new AudioEmitter() {
|
||||
position = "-210.922 -185.037 192.368";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
fileName = "fx/environment/crickets_drygrass.wav";
|
||||
useProfileDescription = "0";
|
||||
outsideAmbient = "1";
|
||||
volume = "1";
|
||||
isLooping = "1";
|
||||
is3D = "1";
|
||||
minDistance = "35";
|
||||
maxDistance = "2240";
|
||||
coneInsideAngle = "360";
|
||||
coneOutsideAngle = "360";
|
||||
coneOutsideVolume = "1";
|
||||
coneVector = "0 0 1";
|
||||
loopCount = "-1";
|
||||
minLoopGap = "0";
|
||||
maxLoopGap = "0";
|
||||
type = "EffectAudioType";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
568
missions/SideSwipe.mis
Normal file
568
missions/SideSwipe.mis
Normal file
|
|
@ -0,0 +1,568 @@
|
|||
// DisplayName = Side Swipped
|
||||
// MissionTypes = Sabotage Domination CTF
|
||||
|
||||
//--- MISSION QUOTE BEGIN ---
|
||||
//What lies in god's home, stays there, what falls from god's home,
|
||||
//he smites down with his endless wrath
|
||||
//--Phantom139
|
||||
//--- MISSION QUOTE END ---
|
||||
|
||||
//--- MISSION STRING BEGIN ---
|
||||
// Dont Try Skydiving, It Will Abruptly End
|
||||
// Expect Stalemates. As the Battle for the top
|
||||
// Will Continue quickly
|
||||
//--- MISSION STRING END ---
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
cdTrack = "5";
|
||||
CTF_scoreLimit = "8";
|
||||
musicTrack = "ice";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-824 -904 1200 1504";
|
||||
flightCeiling = "5000";
|
||||
flightCeilingRange = "20";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new Sky(Sky) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0002";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "500";
|
||||
useSkyTextures = "1";
|
||||
SkySolidColor = "0.365000 0.390000 0.420000 0.000000";
|
||||
fogDistance = "400";
|
||||
fogColor = "0.650000 0.650000 0.700000 1.000000";
|
||||
fogVolume1 = "450 0 100";
|
||||
fogVolume2 = "400 100 250";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "sky_ice_blue.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 -0.000000";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
|
||||
cloudSpeed0 = "0.000000 0.000000";
|
||||
locked = "true";
|
||||
};
|
||||
new Sun() {
|
||||
direction = "0.57735 0.57735 -0.57735";
|
||||
color = "0.700000 0.700000 0.700000 1.000000";
|
||||
ambient = "0.400000 0.400000 0.400000 1.000000";
|
||||
scale = "1 1 1";
|
||||
position = "0 0 0";
|
||||
locked = "true";
|
||||
rotation = "1 0 0 0";
|
||||
};
|
||||
new Precipitation(Precipitation) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Snow";
|
||||
percentage = "1";
|
||||
color1 = "1.000000 1.000000 1.000000 1.000000";
|
||||
color2 = "-1.000000 0.000000 0.000000 1.000000";
|
||||
color3 = "-1.000000 0.000000 0.000000 1.000000";
|
||||
offsetSpeed = "0.25";
|
||||
minVelocity = "0.25";
|
||||
maxVelocity = "1.5";
|
||||
maxNumDrops = "2000";
|
||||
maxRadius = "125";
|
||||
locked = "true";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/snowdet2";
|
||||
terrainFile = "SlapDash.ter";
|
||||
squareSize = "8";
|
||||
position = "-1024 -1024 0";
|
||||
locked = "true";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "70";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
|
||||
rotation = "0 0 0 0";
|
||||
coverage = "0";
|
||||
locked = "true";
|
||||
scale = "1 1 1";
|
||||
XDimOverSize = "0";
|
||||
YDimOverSize = "0";
|
||||
GraphFile = "Slapdash.nav";
|
||||
position = "0 0 0 1";
|
||||
conjoinBowlDev = "20";
|
||||
};
|
||||
new SimGroup(Teams) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(Team1) {
|
||||
|
||||
providesPower = "1";
|
||||
powerCount = "1";
|
||||
|
||||
new StaticShape() {
|
||||
position = "-65.109 -275.23 353.455";
|
||||
rotation = "0 0 1 90";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
lastState = "1";
|
||||
locked = "1";
|
||||
needsPower = "0";
|
||||
Target = "33";
|
||||
Trigger = "7689";
|
||||
team = "1";
|
||||
};
|
||||
new Trigger() {
|
||||
position = "-99.1379 -101.585 353.517";
|
||||
rotation = "-0 0 -1 80";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "stationTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
polyhedron = "-0.7500000 0.7500000 0.1000000 1.5000000 0.0000000 0.0000000 -0.0000000 -1.5000000 -0.0000000 -0.0000000 -0.0000000 2.3000000";
|
||||
|
||||
disableObj = "9536";
|
||||
station = "9536";
|
||||
mainObj = "9536";
|
||||
team = "1";
|
||||
};
|
||||
new SimGroup(SpawnSpheres) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new SpawnSphere() {
|
||||
position = "-87.9076 -272.761 356.275";
|
||||
rotation = "0 0 1 177.409";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "SpawnSphereMarker";
|
||||
lockCount = "1";
|
||||
homingCount = "0";
|
||||
radius = "10";
|
||||
sphereWeight = "100";
|
||||
indoorWeight = "25";
|
||||
outdoorWeight = "75";
|
||||
|
||||
locked = "1";
|
||||
team = "1";
|
||||
};
|
||||
};
|
||||
};
|
||||
new SimGroup(Team2) {
|
||||
|
||||
providesPower = "1";
|
||||
powerCount = "1";
|
||||
|
||||
new SimGroup(SpawnSpheres) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new SpawnSphere() {
|
||||
position = "-82.5738 -103.833 356";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "SpawnSphereMarker";
|
||||
lockCount = "1";
|
||||
homingCount = "0";
|
||||
radius = "10";
|
||||
sphereWeight = "100";
|
||||
indoorWeight = "25";
|
||||
outdoorWeight = "75";
|
||||
|
||||
locked = "1";
|
||||
team = "2";
|
||||
};
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "-99.1379 -101.585 353.517";
|
||||
rotation = "-0 0 -1 80";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
lastState = "1";
|
||||
locked = "1";
|
||||
needsPower = "0";
|
||||
Target = "34";
|
||||
Trigger = "7697";
|
||||
team = "2";
|
||||
};
|
||||
};
|
||||
new SimGroup(team0) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(base0) {
|
||||
|
||||
providesPower = "1";
|
||||
powerCount = "1";
|
||||
};
|
||||
};
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new Camera(TreeCam) {
|
||||
position = "-12.1061 -349.087 139.698";
|
||||
rotation = "0 0 -1 16.6157";
|
||||
scale = "1 0.739761 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-82.7271 -275.388 353.516";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
dObj = "8671 8679";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-11.0804 -195.984 379.725";
|
||||
rotation = "0 1 0 180";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new Trigger(TheKill) {
|
||||
position = "-370.363 103.593 319.316";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "800 800 1";
|
||||
dataBlock = "deathTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 InteriorInstance() {
|
||||
position = "-95.7265 -255.386 351.51";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat1.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-57.0685 -189.858 390.788";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-11.3536 -195.991 395.417";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new Trigger(TeleTrig1) {
|
||||
position = "-85.1243 -296.756 351.216";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "5 5 5";
|
||||
dataBlock = "TransTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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";
|
||||
|
||||
emitter = "9571";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-49.2883 -195.936 394.917";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "dplat2.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-46.8049 -189.652 388.439";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-35.2001 -189.911 386.526";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-55.9008 -201.288 392.908";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new Trigger(TeleTrig2) {
|
||||
position = "-79.8255 -84.5653 351.278";
|
||||
rotation = "0 0 1 180";
|
||||
scale = "5 5 5";
|
||||
dataBlock = "TransTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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";
|
||||
|
||||
emitter = "9571";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-68.7622 -124.186 351.57";
|
||||
rotation = "0 0 1 180";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat1.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-81.7157 -104.208 353.578";
|
||||
rotation = "0 0 1 180";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
dObj = "8671 8679";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-49.7912 -211.074 394.74";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-40.6231 -204.35 397.062";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-72.8801 -196.09 394.867";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "dplat2.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-96.0783 -237.389 352.01";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-93.108 -224.483 353.516";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "0.5 0.5 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
dObj = "8671 8679";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-72.1189 -224.478 353.516";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "0.5 0.5 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
dObj = "8671 8679";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-71.8976 -208.779 353.513";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "0.5 0.5 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
dObj = "8671 8679";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-92.7553 -208.504 353.516";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "0.5 0.5 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
dObj = "8671 8679";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-68.7611 -142.169 352.07";
|
||||
rotation = "0 0 1 180";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-71.2928 -171.071 353.57";
|
||||
rotation = "0 0 1 180";
|
||||
scale = "0.5 0.5 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
dObj = "8671 8679";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-92.1529 -171.038 353.57";
|
||||
rotation = "0 0 1 180";
|
||||
scale = "0.5 0.5 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
dObj = "8671 8679";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-92.1139 -155.337 353.57";
|
||||
rotation = "0 0 1 180";
|
||||
scale = "0.5 0.5 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
dObj = "8671 8679";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-71.1253 -155.089 353.57";
|
||||
rotation = "0 0 1 180";
|
||||
scale = "0.5 0.5 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
dObj = "8671 8679";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-92.2687 -189.786 351.59";
|
||||
rotation = "0 0 1 90";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "dplat2.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-72.1577 -189.852 351.59";
|
||||
rotation = "0 0 1 90";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "dplat2.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "18.4293 -177.674 381.074";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "20.5788 -188.356 382.723";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "13.9347 -166.37 379.73";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "3.03849 -162.353 378.121";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "19.0108 -198.155 384.714";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-57.0474 -184.876 357.862";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-37.9593 -177.5 361.853";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-47.982 -184.165 360.253";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
dObj = "19089";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-29.285 -175.125 364.443";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-21.1438 -172.301 367.034";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-18.8062 -166.21 369.624";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-11.6678 -159.548 372.215";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-4.55934 -152.938 374.606";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "1.7298 -151.879 376.796";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "bplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
562
missions/Skyline.mis
Normal file
562
missions/Skyline.mis
Normal file
|
|
@ -0,0 +1,562 @@
|
|||
// DisplayName = Skyline
|
||||
// MissionTypes = Domination Sabotage Infection
|
||||
|
||||
//--- Mission Quote Begin ---
|
||||
// **Remnants of a dangerous FoV platform, be very cautious, while it's inhabitants are nowhere in sight, danger lurks every corner
|
||||
// By: Phantom139, TWM2 MAP Pack 2
|
||||
//--- Mission Quote End ---
|
||||
|
||||
//--- Mission String Begin ---
|
||||
//Platform Defenses Activate at Random
|
||||
//Sniper Locations on Tower Tops
|
||||
//Objectives in the Towers
|
||||
//--- Mission String End ---
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
musicTrack = "lush";
|
||||
cdTrack = "2";
|
||||
powerCount = "0";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-825 -900 1200 1500";
|
||||
flightCeiling = "5000";
|
||||
flightCeilingRange = "20";
|
||||
|
||||
team = "1";
|
||||
locked = "true";
|
||||
};
|
||||
new Sun() {
|
||||
position = "-361.911 369.705 299.466";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.57735 0.57735 -0.57735";
|
||||
color = "0.250000 0.350000 0.350000 1.000000";
|
||||
ambient = "0.240000 0.350000 0.350000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
texture[3] = "special/LensFlare/flare02";
|
||||
texture[4] = "special/LensFlare/flare03";
|
||||
lensFlareScale = "0.7";
|
||||
lensFlareIntensity = "1";
|
||||
frontFlareSize = "300";
|
||||
backFlareSize = "450";
|
||||
flareColor = "1.000000 1.000000 1.000000 1.000000";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new Sky(Sky) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0002";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "560";
|
||||
useSkyTextures = "1";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.260000 0.410000 0.440000 1.000000";
|
||||
fogDistance = "420";
|
||||
fogColor = "0.260000 0.410000 0.440000 1.000000";
|
||||
fogVolume1 = "0 0 0";
|
||||
fogVolume2 = "0 0 0";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "Starfallen.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 -36610319922801672200.000000";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 9500070315656657560000000.000000";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
|
||||
high_visibleDistance = "-1";
|
||||
high_fogDistance = "-1";
|
||||
high_fogVolume1 = "-1 -2.58511e+36 2.28656e-38";
|
||||
high_fogVolume2 = "-1 -1991.03 nan";
|
||||
high_fogVolume3 = "-1 7945.87 7.22445e-09";
|
||||
|
||||
locked = "true";
|
||||
cloudSpeed0 = "0.0000003 0.0000003";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "70";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
|
||||
coverage = "0";
|
||||
scale = "1 1 1";
|
||||
XDimOverSize = "0";
|
||||
position = "-1024 -1024 0 1";
|
||||
squareSize = "75";
|
||||
team = "1";
|
||||
YDimOverSize = "0";
|
||||
conjoinBowlDev = "20";
|
||||
GraphFile = "slapmydash.nav";
|
||||
rotation = "0 0 0 0";
|
||||
locked = "true";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/lushdet2";
|
||||
terrainFile = "Slapdash.ter";
|
||||
squareSize = "75";
|
||||
emptySquares = "94579 99875";
|
||||
|
||||
position = "-1024 -1024 0";
|
||||
team = "1";
|
||||
visibleDistance = "1200";
|
||||
locked = "true";
|
||||
hazeDistance = "250";
|
||||
};
|
||||
new SimGroup(Teams) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(Team1) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(SpawnSpheres) {
|
||||
|
||||
providesPower = "1";
|
||||
powerCount = "1";
|
||||
};
|
||||
};
|
||||
new SimGroup(team0) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(base0) {
|
||||
|
||||
providesPower = "1";
|
||||
powerCount = "1";
|
||||
};
|
||||
};
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
|
||||
powerCount = "0";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-65.6987 -340.054 772";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new FileObject() {
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new FileObject() {
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-59.9537 -322.564 771.462";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat1.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-60.1366 -353.257 771.462";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat1.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-59.8945 -302.775 771.462";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat1.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-60.1134 -372.82 771.462";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat1.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-49.7241 -340.044 772";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-92.6685 -340.146 773.525";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-21.7029 -338.921 773.525";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-59.9759 -394.996 771.075";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "xplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-60.2531 -280.651 771.075";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "xplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-59.767 -257.268 761.825";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "xtowr3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-58.4803 -418.668 738.425";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "xtowr3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-40.5045 -395.309 737.4";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat1.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-40.0542 -365.837 740.909";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-82.0098 -365.818 740.909";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "splat7.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-35.9225 -253.761 761.852";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pplat5.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-35.9388 -265 761.351";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pplat5.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-36.3443 -274.548 760.651";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pplat5.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-36.4408 -283.987 759.95";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pplat5.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-36.9573 -294.755 757";
|
||||
rotation = "-0.1902 -0.188633 0.963453 92.6616";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pbrdgo.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-37.1714 -316.783 747.95";
|
||||
rotation = "-0.1902 -0.188633 0.963453 92.6616";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pbrdgo.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-38.4904 -335.825 741.813";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pplat5.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-46.028 -341.812 741.112";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pplat5.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-43.1036 -348.794 740.646";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pplat5.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-119.379 -365.035 747.461";
|
||||
rotation = "0 -1 0 26.929";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pbrdgn.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-139.783 -365.083 757.826";
|
||||
rotation = "0 -1 0 26.929";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pbrdgn.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-161.869 -365.195 760.383";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pbrdgn.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-153.877 -351.081 760.383";
|
||||
rotation = "0 0 -1 90";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pbrdgn.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-142.611 -344.101 763.332";
|
||||
rotation = "0 1 0 28.0749";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pbrdgn.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-121.606 -343.461 771.564";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "pbrdgn.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "21.2667 -401.276 780.275";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "xplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "28.0746 -295.011 780.925";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "xplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-142.239 -275.614 780.775";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "xplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "-150.202 -402.303 783.025";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "xplat3.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
team = "1";
|
||||
};
|
||||
new Turret(Turret1) {
|
||||
position = "25.4918 -294.055 782.921";
|
||||
rotation = "0 0 -1 89.9544";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "HunterDefenseCannon";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "33";
|
||||
powerCount = 1;
|
||||
team = "30";
|
||||
Invincible = 1;
|
||||
barrel = "HunterPBL";
|
||||
};
|
||||
new Turret(Turret2) {
|
||||
position = "18.5996 -400.721 782.071";
|
||||
rotation = "0 0 -1 90.5273";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "HunterDefenseCannon";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "34";
|
||||
powerCount = 1;
|
||||
team = "30";
|
||||
Invincible = 1;
|
||||
barrel = "HunterPBL";
|
||||
};
|
||||
new Turret(Turret3) {
|
||||
position = "-146.03 -402.666 785.021";
|
||||
rotation = "0 0 1 89.3814";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "HunterDefenseCannon";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "40";
|
||||
powerCount = 1;
|
||||
team = "30";
|
||||
Invincible = 1;
|
||||
barrel = "HunterPBL";
|
||||
};
|
||||
new Turret(Turret4) {
|
||||
position = "-137.111 -276.238 782.571";
|
||||
rotation = "0 0 1 91.6732";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "HunterDefenseCannon";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "41";
|
||||
powerCount = 1;
|
||||
team = "30";
|
||||
Invincible = 1;
|
||||
barrel = "HunterPBL";
|
||||
};
|
||||
new Trigger(KillTrigger) {
|
||||
position = "322 -135 600";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "2000 2000 20";
|
||||
dataBlock = deathTrigger;
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 ---
|
||||
|
||||
function Skyline__DefensesRandomize() {
|
||||
if($CurrentMission !$= "Skyline") {
|
||||
cancel($SkylineNextRandom);
|
||||
return;
|
||||
}
|
||||
if($SkylineNextRandom !$= "" && $SkylineNextRandom != 0) {
|
||||
cancel($SkylineNextRandom); //kill current one...
|
||||
}
|
||||
//
|
||||
%state = !Turret1.selfPower;
|
||||
if(%state == 1) {
|
||||
MessageAll('msgMission', "\c5ALERT: Station Defenses Now Online!!!~wfx/misc/red_alert.wav");
|
||||
}
|
||||
else {
|
||||
MessageAll('msgMission', "\c5Station Defenses Now Offline.");
|
||||
}
|
||||
//epic h4x
|
||||
Turret1.mountImage("HunterPBL", 0);
|
||||
Turret2.mountImage("HunterPBL", 0);
|
||||
Turret3.mountImage("HunterPBL", 0);
|
||||
Turret4.mountImage("HunterPBL", 0);
|
||||
//
|
||||
|
||||
Turret1.selfPower = %state;
|
||||
Turret2.selfPower = %state;
|
||||
Turret3.selfPower = %state;
|
||||
Turret4.selfPower = %state;
|
||||
|
||||
Turret1.PowerCheck(%state);
|
||||
Turret2.PowerCheck(%state);
|
||||
Turret3.PowerCheck(%state);
|
||||
Turret4.PowerCheck(%state);
|
||||
//
|
||||
$SkylineNextRandom = schedule(getRandom(60000, 180000), 0, Skyline__DefensesRandomize);
|
||||
}
|
||||
$SkylineNextRandom = Skyline__DefensesRandomize();
|
||||
354
missions/Strikers2.mis
Normal file
354
missions/Strikers2.mis
Normal file
|
|
@ -0,0 +1,354 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
// DisplayName = Strikers
|
||||
// MissionTypes = Sabotage Infection
|
||||
|
||||
//--- Mission Quote Begin ---
|
||||
//"There is no victory when there was no retaleation."
|
||||
//-by: Dondelium
|
||||
//
|
||||
//-map by: Dondelium
|
||||
//--- Mission Quote End ---
|
||||
|
||||
//--- Mission String Begin ---
|
||||
//Made for Combat Construction
|
||||
//1) Just Fight!
|
||||
//-Download ccm mod and custom map pack at <a:www.angelfire.com/games4/deranged>www.angelfire.com/games4/deranged
|
||||
//--- Mission String End ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
powerCount = "0";
|
||||
cdTrack = "6";
|
||||
musicTrack = "desert";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-1024 -1024 2048 2048";
|
||||
flightCeiling = "4000";
|
||||
flightCeilingRange = "20";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new SimGroup(Teams) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(Team1) {
|
||||
|
||||
powerCount = "1";
|
||||
providesPower = "1";
|
||||
|
||||
new SimGroup(spawnspheres) {
|
||||
|
||||
powerCount = "1";
|
||||
|
||||
new SpawnSphere() {
|
||||
position = "-9.76935 149.965 100.102";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "SpawnSphereMarker";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
radius = "15";
|
||||
sphereWeight = "50";
|
||||
indoorWeight = "100";
|
||||
outdoorWeight = "100";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "15.4846 118.008 100.117";
|
||||
rotation = "0 0 1 220.198";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "33";
|
||||
locked = "true";
|
||||
Trigger = "4333";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "26.3344 129.271 100.125";
|
||||
rotation = "0 0 1 44.1178";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "34";
|
||||
locked = "true";
|
||||
Trigger = "4335";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "20.4146 135 100.098";
|
||||
rotation = "0 0 1 41.253";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "35";
|
||||
locked = "true";
|
||||
Trigger = "4337";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "9.81867 123.962 100.077";
|
||||
rotation = "0 0 1 223.636";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "36";
|
||||
locked = "true";
|
||||
Trigger = "4339";
|
||||
};
|
||||
};
|
||||
};
|
||||
new SimGroup(team0) {
|
||||
|
||||
powerCount = "1";
|
||||
providesPower = "1";
|
||||
};
|
||||
new SimGroup(team2) {
|
||||
|
||||
powerCount = "1";
|
||||
providesPower = "1";
|
||||
|
||||
new SpawnSphere() {
|
||||
position = "152.448 -0.84833 100.058";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "SpawnSphereMarker";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
radius = "15";
|
||||
sphereWeight = "100";
|
||||
indoorWeight = "100";
|
||||
outdoorWeight = "100";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "119.074 20.9951 100.102";
|
||||
rotation = "0 0 1 223.063";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "37";
|
||||
locked = "true";
|
||||
Trigger = "4344";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "125.119 15.385 100.079";
|
||||
rotation = "0 0 1 225.355";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "38";
|
||||
locked = "true";
|
||||
Trigger = "4346";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "135.75 26.6431 100.122";
|
||||
rotation = "0 0 1 45.2637";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "39";
|
||||
locked = "true";
|
||||
Trigger = "4348";
|
||||
};
|
||||
new StaticShape() {
|
||||
position = "129.584 32.3413 100.091";
|
||||
rotation = "0 0 1 43.5448";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
Target = "40";
|
||||
locked = "true";
|
||||
Trigger = "4350";
|
||||
};
|
||||
};
|
||||
};
|
||||
new Sun(Sun) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.57735 0.57735 -0.57735";
|
||||
color = "1.000000 1.000000 1.000000 1.000000";
|
||||
ambient = "0.500000 0.500000 0.500000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
texture[3] = "special/LensFlare/flare02";
|
||||
texture[4] = "special/LensFlare/flare03";
|
||||
lensFlareScale = "0.7";
|
||||
lensFlareIntensity = "1";
|
||||
frontFlareSize = "300";
|
||||
backFlareSize = "450";
|
||||
flareColor = "1.000000 1.000000 1.000000 1.000000";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/desertdet1";
|
||||
terrainFile = "Flatland.ter";
|
||||
squareSize = "8";
|
||||
emptySquares = "98444 164229 229772 164484 295564 99203 426891 492682 99714 558474 99969 624265 427911 165776 428166 100497 231817 100753 166538 166787 101264 363648 167054 429440 167310 560769 102030 626561 167821 823426 692611 430725";
|
||||
|
||||
locked = "true";
|
||||
position = "-1024 -1024 0";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "50";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
|
||||
GraphFile = "Flatland.nav";
|
||||
conjoinBowlDev = "20";
|
||||
locked = "true";
|
||||
scale = "1 1 1";
|
||||
coverage = "0";
|
||||
position = "0 0 0 1";
|
||||
rotation = "0 0 0 0";
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new Camera() {
|
||||
position = "0 0 200";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
};
|
||||
};
|
||||
new Sky(Sky) {
|
||||
position = "0 0 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0002";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "800";
|
||||
useSkyTextures = "0";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.250000 0.750000 1.000000 1.000000";
|
||||
fogDistance = "750";
|
||||
fogColor = "0.600000 0.600000 0.600000 1.000000";
|
||||
fogVolume1 = "200 99 101";
|
||||
fogVolume2 = "0 0 0";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "sky_desert_blue.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
|
||||
high_visibleDistance = "-1";
|
||||
high_fogDistance = "-1";
|
||||
high_fogVolume1 = "-1 2.33105e-09 6.40969e-10";
|
||||
high_fogVolume2 = "-1 1.07461e-38 0";
|
||||
high_fogVolume3 = "-1 7.9874e-44 5.9061e-32";
|
||||
|
||||
locked = "true";
|
||||
cloudSpeed0 = "0.000503 0.000020";
|
||||
};
|
||||
new InteriorInstance() {
|
||||
position = "83.3816 86.4043 16.1";
|
||||
rotation = "0 0 1 223.636";
|
||||
scale = "1 1 1";
|
||||
interiorFile = "dbase2.dif";
|
||||
showTerrainInside = "0";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "35.1941 122.022 104.484";
|
||||
rotation = "0.377423 -0.847435 -0.37337 98.831";
|
||||
scale = "2.27288 3.06824 1";
|
||||
shapeName = "dmiscf.dts";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "109.783 27.8607 104.598";
|
||||
rotation = "0.377423 -0.847435 -0.37337 98.831";
|
||||
scale = "2.27288 3.06824 1";
|
||||
shapeName = "dmiscf.dts";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "5.87104 158.993 106.88";
|
||||
rotation = "0.777046 -0.445261 0.444907 104.258";
|
||||
scale = "11.8008 5.5788 1";
|
||||
shapeName = "dmiscf.dts";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-19.741 134.37 106.734";
|
||||
rotation = "0.974913 -0.157456 0.157331 91.41";
|
||||
scale = "13.6149 5.67061 1";
|
||||
shapeName = "dmiscf.dts";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "-26.0007 161.626 106.834";
|
||||
rotation = "-0.264977 0.682102 -0.68156 209.704";
|
||||
scale = "13.3927 5.60577 1";
|
||||
shapeName = "dmiscf.dts";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "168.934 -13.9842 108.218";
|
||||
rotation = "0.901932 0.305235 -0.305533 95.9472";
|
||||
scale = "13.3927 5.60577 1";
|
||||
shapeName = "dmiscf.dts";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "165.105 13.718 108.118";
|
||||
rotation = "-0.144922 -0.69936 0.699924 196.485";
|
||||
scale = "13.6149 5.67061 1";
|
||||
shapeName = "dmiscf.dts";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new TSStatic() {
|
||||
position = "137.419 -8.54752 108.264";
|
||||
rotation = "-0.408561 -0.645128 0.645669 224.419";
|
||||
scale = "11.8008 5.5788 1";
|
||||
shapeName = "dmiscf.dts";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new SimGroup() {
|
||||
|
||||
powerCount = "0";
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
369
missions/WarTowerClassic.mis
Normal file
369
missions/WarTowerClassic.mis
Normal file
|
|
@ -0,0 +1,369 @@
|
|||
$Killstreak::GunshipSpawnLocation["WarTowerClassic"] = "0 -1000 -4000";
|
||||
$WarTower::SpawnZone["WarTowerClassic"] = "197.699 -2.4623 -4890";
|
||||
|
||||
// DisplayName = Tower 2009 Limited Edition
|
||||
// MissionTypes = Wartower
|
||||
|
||||
//--- Mission Quote Begin ---
|
||||
// Return of the Classic TWM Game, War Tower comes
|
||||
// with a brand new tower to battle on
|
||||
//--- Mission Quote End ---
|
||||
|
||||
//--- Mission String Begin ---
|
||||
//FFA Concepts apply, kill anyone in your way
|
||||
//Invincibility in the spawn room, as well
|
||||
//as inventories
|
||||
//--- Mission String End ---
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
musicTrack = "lush";
|
||||
cdTrack = "2";
|
||||
powerCount = "0";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-825 -900 1200 1500";
|
||||
flightCeiling = "5000";
|
||||
flightCeilingRange = "20";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new Sun(Sun) {
|
||||
position = "-1024 -1024 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.622506 0.622506 -0.474313";
|
||||
color = "0.800000 0.800000 0.800000 1.000000";
|
||||
ambient = "0.400000 0.400000 0.400000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
texture[3] = "special/LensFlare/flare02";
|
||||
texture[4] = "special/LensFlare/flare03";
|
||||
lensFlareScale = "0.7";
|
||||
lensFlareIntensity = "1";
|
||||
frontFlareSize = "300";
|
||||
backFlareSize = "450";
|
||||
flareColor = "1.000000 1.000000 1.000000 1.000000";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "70";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
conjoinBowlDev = "20";
|
||||
locked = "true";
|
||||
coverage = "0";
|
||||
scale = "1 1 1";
|
||||
GraphFile = "slapmydash.nav";
|
||||
squareSize = "75";
|
||||
XDimOverSize = "0";
|
||||
position = "-1024 -1024 0 1";
|
||||
YDimOverSize = "0";
|
||||
rotation = "0 0 0 0";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/desertdet1";
|
||||
terrainFile = "Slapdash.ter";
|
||||
squareSize = "75";
|
||||
|
||||
locked = "true";
|
||||
hazeDistance = "250";
|
||||
position = "-1024 -1024 0";
|
||||
visibleDistance = "1200";
|
||||
};
|
||||
|
||||
new Sky(Sky) {
|
||||
position = "-1024 -1024 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0012";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "800";
|
||||
useSkyTextures = "1";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.390000 0.390000 0.390000 0.000000";
|
||||
fogDistance = "750";
|
||||
fogColor = "0.500000 0.500000 0.500000 1.000000";
|
||||
fogVolume1 = "0 0 0";
|
||||
fogVolume2 = "100 100 120";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "Lush_l4.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 -0.040112";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.742938";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
|
||||
high_visibleDistance = "-1";
|
||||
high_fogDistance = "-1";
|
||||
high_fogVolume1 = "-1 2.33105e-09 6.40969e-10";
|
||||
high_fogVolume2 = "-1 1.07461e-38 0";
|
||||
high_fogVolume3 = "-1 7.9874e-44 5.9061e-32";
|
||||
|
||||
locked = "true";
|
||||
cloudSpeed0 = "0.000503 0.000020";
|
||||
};
|
||||
|
||||
new SimGroup(Teams) {
|
||||
new SimGroup(Team1) {
|
||||
|
||||
};
|
||||
new SimGroup(team0) {
|
||||
|
||||
};
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
new Camera() {
|
||||
position = "0 0 -4500";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "Observer";
|
||||
team = "0";
|
||||
locked = "true";
|
||||
};
|
||||
};
|
||||
new Trigger(TriggerOfDie) {
|
||||
position = "-1000 -1000 -5010";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "5000 5000 5";
|
||||
dataBlock = "deathTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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 Trigger(TriggerOfNoInvinc) {
|
||||
position = "208.315 -0.52968 -4898";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "20 20 20";
|
||||
dataBlock = "invincDisableTrigger";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
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";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
//"197.699 -2.4623 -4899.5" <- Spawn Zone
|
||||
|
||||
//building
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "210.561 -0.77939 -4899.75";rotation = "-0.997501 0.0499524 0.04996 90.1428";scale = "1.12488 0.166666 16.0001";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "207.253 -8.49225 -4895.75";rotation = "0.59567 0.538849 0.595667 123.364";scale = "0.125 0.166666 16.0376";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (ForceFieldBare) () {datablock = "DeployedForceField15";position = "208.315 -0.52968 -4899.51";rotation = "-0.538848 0.595666 0.595672 123.364";scale = "8.0388 3.52977 0.48";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";noSlow = "1";};setTargetSensorGroup(%building.getTarget(),1);checkPowerObject(%building);%building.pzone.delete();%building.pzone = "";
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "208.526 -0.826263 -4896";rotation = "0.0500204 0.998748 1.266e-06 180";scale = "0.125 0.166666 7";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "208.1 -0.2669 -4899.5";rotation = "0 0 1 95.7344";scale = "0.125 0.166666 8";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "207.776 -8.28877 -4896";rotation = "0.0500204 0.998748 1.266e-06 180";scale = "0.125 0.166666 7";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "207.228 -8.741 -4899.5";rotation = "0 0 1 95.7344";scale = "0.125 0.166666 8";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "210.501 -1.27588 -4897.75";rotation = "0.0353928 0.706662 0.706665 184.054";scale = "0.879902 1.16667 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "209.751 -8.73839 -4897.75";rotation = "0.0353928 0.706662 0.706665 184.054";scale = "0.879902 1.16667 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "212.277 -1.20296 -4895.75";rotation = "0.0499583 0.997501 0.0499584 90.1434";scale = "0.125 0.166666 8.04024";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "211.527 -8.66547 -4895.75";rotation = "0.0499583 0.997501 0.0499584 90.1434";scale = "0.125 0.166666 8.04024";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "206.825 -10.457 -4897.75";rotation = "-0.615849 -0.557104 -0.557103 116.745";scale = "0.748842 1.16667 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "212.526 -1.22794 -4899.5";rotation = "0 0 1 95.7344";scale = "0.125 0.166666 8";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "211.776 -8.69045 -4899.5";rotation = "0 0 1 95.7344";scale = "0.125 0.166666 8";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "206.924 -11.9722 -4895.75";rotation = "0.59567 0.538849 0.595667 123.364";scale = "0.125 0.166666 5.99074";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "206.899 -12.2209 -4899.5";rotation = "0 0 1 95.7344";scale = "0.125 0.166666 8";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "208.321 -0.55447 -4891.75";rotation = "-0.706661 0.035391 0.706667 184.054";scale = "1.875 7.66673 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "199.571 12.3846 -4899.75";rotation = "-0.0353909 -0.706658 0.70667 184.054";scale = "5.00002 0.166666 48.0006";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "208.425 5.47239 -4897.75";rotation = "-0.615849 -0.557104 -0.557103 116.745";scale = "2.74653 1.16667 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "209.222 10.913 -4895.75";rotation = "-0.557106 0.61585 -0.557102 116.747";scale = "0.125 0.166666 21.9722";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "206.899 -12.2209 -4895.5";rotation = "0 0 1 95.7344";scale = "0.125 0.166666 16";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "197.173 -11.4955 -4897.75";rotation = "0.0353928 0.706662 0.706665 184.054";scale = "4.74977 1.16667 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "209.222 10.913 -4887.75";rotation = "-0.557106 0.61585 -0.557102 116.747";scale = "0.125 0.166666 46.0004";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "206.65 -12.1959 -4895.75";rotation = "0.0499583 0.997501 0.0499584 90.1434";scale = "0.125 0.166666 37.9982";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "StationInventory";position = "204.842 8.90453 -4899.5";rotation = "0 0 1 6.29941";scale = "1 1 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";deployed = "1";powerFreq = "1";};setTargetSensorGroup(%building.getTarget(),1);checkPowerObject(%building);%building.deploy();adjustTrigger(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "197.223 -10.9981 -4891.75";rotation = "-0.595668 -0.538849 0.59567 123.364";scale = "1.875 6.33303 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "198.372 0.4446 -4887.5";rotation = "0.741592 0.670851 -1.96627e-06 180";scale = "5.75005 6.33303 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "StationInventory";position = "198.925 9.29874 -4899.5";rotation = "0 0 1 5.72819";scale = "1 1 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";deployed = "1";powerFreq = "1";};setTargetSensorGroup(%building.getTarget(),1);checkPowerObject(%building);%building.deploy();adjustTrigger(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "209.247 11.1617 -4899.5";rotation = "0 0 1 95.7344";scale = "0.125 0.166666 8";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "187.746 -10.2976 -4887.75";rotation = "0.706665 -0.0353928 0.706662 184.054";scale = "0.125 0.166666 37.9982";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "209.247 11.1617 -4895.5";rotation = "0 0 1 95.7344";scale = "0.125 0.166666 16";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "199.571 12.3846 -4897.75";rotation = "-0.997501 0.0499597 0.049965 90.143";scale = "4.74977 1.16667 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "208.998 11.1867 -4895.75";rotation = "0.0499583 0.997501 0.0499584 90.1434";scale = "0.125 0.166666 37.9982";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "188.92 1.3937 -4897.75";rotation = "-0.538848 0.595666 0.595672 123.364";scale = "5.75005 1.16667 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "189.82 12.8613 -4895.75";rotation = "-0.557106 0.61585 -0.557102 116.747";scale = "0.125 0.166666 46.0004";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "StationInventory";position = "193.426 9.85031 -4899.5";rotation = "0 0 1 5.72819";scale = "1 1 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";deployed = "1";powerFreq = "1";};setTargetSensorGroup(%building.getTarget(),1);checkPowerObject(%building);%building.deploy();adjustTrigger(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "199.521 11.8871 -4891.75";rotation = "0.557103 -0.615846 -0.557108 116.746";scale = "1.875 6.33299 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "187.497 -10.2726 -4899.5";rotation = "0 0 1 95.7344";scale = "0.125 0.166666 8";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "188.423 1.44363 -4891.75";rotation = "-0.0499593 -0.997501 0.0499575 90.1429";scale = "1.875 7.66673 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "208.998 11.1867 -4887.75";rotation = "0.0499583 0.997501 0.0499584 90.1434";scale = "0.125 0.166666 37.9982";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "187.497 -10.2726 -4895.5";rotation = "0 0 1 95.7344";scale = "0.125 0.166666 16";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "187.522 -10.0239 -4887.75";rotation = "0.59567 0.538849 0.595667 123.364";scale = "0.125 0.166666 46.0004";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "189.845 13.11 -4899.5";rotation = "0 0 1 95.7344";scale = "0.125 0.166666 8";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "229.879 -6.77214 -4889.93";rotation = "0.0491699 0.981792 0.183486 30.5307";scale = "10.0004 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "DeployedSpine";position = "189.845 13.11 -4895.5";rotation = "0 0 1 95.7344";scale = "0.125 0.166666 16";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "249.355 -8.72729 -4880";rotation = "-4.95942e-07 2.07948e-07 1 185.733";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "249.055 -11.7123 -4877";rotation = "0.997502 -0.0499514 0.0499502 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "252.339 -9.02694 -4877";rotation = "0.0499514 0.997502 0.0499489 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "251.359 11.2429 -4869.93";rotation = "-0.0129595 -0.258799 0.965844 185.537";scale = "1.25 13.3333 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "233.347 32.7219 -4849.93";rotation = "0.258797 -0.0129571 0.965845 185.538";scale = "10.0009 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "253.319 30.7169 -4860";rotation = "-3.98451e-05 1.36077e-06 1 5.73297";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "213.87 34.6773 -4840";rotation = "-1.28655e-07 3.70846e-06 1 185.733";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "211.862 14.7072 -4829.93";rotation = "0.981793 -0.0491647 0.183479 30.5306";scale = "1.25 13.3335 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "253.618 33.702 -4857";rotation = "0.0353804 0.706665 -0.706663 175.947";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "256.304 30.4171 -4857";rotation = "0.706665 -0.0353804 -0.706663 175.946";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "210.885 34.977 -4837";rotation = "-0.0499514 -0.997501 0.0499566 90.1434";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "214.169 37.6624 -4837";rotation = "-0.997502 0.0499514 0.0499486 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "209.905 -4.76687 -4820";rotation = "3.9681e-05 -3.14574e-06 1 5.73297";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "206.92 -4.46713 -4817";rotation = "0.706665 -0.0353804 0.706663 184.054";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "209.606 -7.75191 -4817";rotation = "0.0353804 0.706665 0.706663 184.054";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "229.877 -6.77179 -4809.93";rotation = "-0.258797 0.0129571 0.965845 185.538";scale = "10.0012 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "249.354 -8.72725 -4800";rotation = "1.28655e-07 -3.70846e-06 1 185.733";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "249.055 -11.7123 -4797";rotation = "0.997502 -0.0499514 0.0499486 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "252.339 -9.02693 -4797";rotation = "0.0499514 0.997501 0.0499566 90.1434";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "251.359 11.2429 -4789.93";rotation = "-0.0129586 -0.258799 0.965844 185.537";scale = "1.25 13.3333 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "253.319 30.7169 -4780";rotation = "-3.9681e-05 3.14574e-06 1 5.73297";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "253.618 33.702 -4777";rotation = "0.0353804 0.706665 -0.706663 175.947";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "256.304 30.4171 -4777";rotation = "0.706665 -0.0353804 -0.706663 175.946";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "233.347 32.7219 -4769.93";rotation = "0.258797 -0.0129571 0.965845 185.538";scale = "10.0012 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "213.871 34.6774 -4760";rotation = "4.95394e-05 1.10778e-05 1 5.73352";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "210.887 34.9771 -4757";rotation = "0.706665 -0.0353843 0.706663 184.054";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "214.171 37.6624 -4757";rotation = "0.0353843 0.706665 -0.706663 175.946";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "211.864 14.7076 -4749.93";rotation = "0.981789 -0.0491584 0.183504 30.5307";scale = "1.25 13.3334 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "209.906 -4.76641 -4740";rotation = "-3.65621e-06 -4.12642e-07 1 185.734";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "206.922 -4.46674 -4737";rotation = "-0.049956 -0.997501 0.0499535 90.1434";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "209.606 -7.75135 -4737";rotation = "0.997501 -0.049956 0.0499619 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "229.875 -6.77159 -4729.93";rotation = "-0.258798 0.0129604 0.965845 185.538";scale = "10.0003 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "249.354 -8.72683 -4720";rotation = "1.26069e-05 -3.5375e-06 1 5.73352";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "249.054 -11.7118 -4717";rotation = "0.0353843 0.706665 0.706663 184.054";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "252.339 -9.02648 -4717";rotation = "0.706665 -0.0353843 -0.706663 175.946";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "251.362 11.2429 -4709.93";rotation = "-0.0129586 -0.258797 0.965845 185.539";scale = "1.25 13.3334 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "253.318 30.7169 -4700";rotation = "1.2696e-05 -4.73697e-05 1 5.73407";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "253.618 33.7019 -4697";rotation = "0.0353869 0.706665 -0.706662 175.946";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "256.302 30.4172 -4697";rotation = "0.706665 -0.0353869 -0.706663 175.946";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "233.349 32.7225 -4689.93";rotation = "-0.0491615 -0.981785 0.183524 30.5308";scale = "10.0003 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "213.874 34.6783 -4680";rotation = "-4.30226e-07 3.71888e-06 1 185.735";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "210.889 34.978 -4677";rotation = "-0.0499599 -0.9975 0.0499679 90.1434";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "214.174 37.6633 -4677";rotation = "-0.997501 0.0499599 0.0499593 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "211.866 14.7085 -4669.93";rotation = "0.981785 -0.0491684 0.183524 30.5307";scale = "1.25 13.3334 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "209.909 -4.76541 -4660";rotation = "-2.75268e-05 3.93341e-05 1 5.73475";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "206.924 -4.46571 -4657";rotation = "0.706665 -0.0353919 0.706662 184.054";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "209.609 -7.75036 -4657";rotation = "0.0353919 0.706665 0.706662 184.055";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "229.881 -6.77099 -4649.93";rotation = "-0.258797 0.0129614 0.965845 185.54";scale = "10.0007 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "249.356 -8.72703 -4640";rotation = "-4.60261e-05 -9.29761e-06 1 5.73529";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "249.056 -11.712 -4637";rotation = "0.0353956 0.706665 0.706662 184.055";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "252.34 -9.0268 -4637";rotation = "0.706665 -0.0353956 -0.706662 175.944";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "250.93 6.93452 -4632.43";rotation = "-0.981778 0.0491743 0.183559 30.531";scale = "1.25 9.99997 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "252.455 22.0998 -4625";rotation = "2.843e-06 4.37506e-07 1 185.736";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "252.755 25.0848 -4622";rotation = "-0.9975 0.0499704 0.0499754 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "255.439 21.8 -4622";rotation = "0.0499704 0.9975 0.0499687 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "236.793 23.673 -4617.43";rotation = "-0.0491828 -0.981779 0.183553 30.5311";scale = "7.50072 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "221.625 25.1964 -4610";rotation = "2.92715e-05 -3.19396e-05 1 5.73598";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "218.641 25.4962 -4607";rotation = "0.706665 -0.0354006 0.706662 184.056";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "221.925 28.1814 -4607";rotation = "0.0354006 0.706665 -0.706662 175.944";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "220.049 9.53503 -4602.43";rotation = "0.981778 -0.0491818 0.183559 30.5309";scale = "1.25 10 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "218.526 -5.63047 -4595";rotation = "-1.04084e-06 -4.5076e-07 1 185.736";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "215.542 -5.33071 -4592";rotation = "-0.0499704 -0.9975 0.0499688 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "218.226 -8.61541 -4592";rotation = "0.9975 -0.0499704 0.0499719 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "234.188 -7.20354 -4587.43";rotation = "0.0491828 0.981779 0.183553 30.5311";scale = "7.50072 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "249.356 -8.72691 -4580";rotation = "-2.92715e-05 3.19396e-05 1 5.73598";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "249.056 -11.7119 -4577";rotation = "0.0354006 0.706665 0.706662 184.056";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "252.34 -9.02671 -4577";rotation = "0.706665 -0.0354006 -0.706662 175.944";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "250.93 6.93462 -4572.43";rotation = "-0.981778 0.049181 0.183559 30.531";scale = "1.25 10 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "242.005 18.1244 -4565";rotation = "0 0 1 5.7357";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "247.48 22.5996 -4565";rotation = "1.04084e-06 4.5076e-07 1 185.736";scale = "3.74977 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "239.521 23.3992 -4562";rotation = "-0.0499704 -0.9975 0.0499708 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "242.805 26.0843 -4562";rotation = "-0.9975 0.0499704 0.0499719 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "252.754 25.085 -4562";rotation = "-0.9975 0.0499704 0.0499719 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "255.439 21.8 -4562";rotation = "0.0499704 0.9975 0.0499688 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "240.432 2.46278 -4557.43";rotation = "0.981778 -0.049181 0.183559 30.5309";scale = "1.25 10 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "238.906 -12.7026 -4550";rotation = "-1.04084e-06 -4.5076e-07 1 185.736";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "238.606 -15.6876 -4547";rotation = "0.9975 -0.0499704 0.0499719 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "241.891 -13.0024 -4547";rotation = "0.0499704 0.9975 0.0499708 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "223.245 -11.1295 -4542.43";rotation = "0.258798 -0.0129652 0.965844 185.54";scale = "7.50028 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "208.076 -9.60646 -4535";rotation = "-2.01028e-05 -2.75371e-05 1 5.73543";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "205.092 -9.30672 -4532";rotation = "0.706665 -0.0353969 0.706662 184.055";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "207.776 -12.5914 -4532";rotation = "0.0353969 0.706665 0.706662 184.055";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "209.649 6.05507 -4527.43";rotation = "-0.981778 0.0491759 0.183558 30.5312";scale = "1.25 10 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "211.176 21.2203 -4520";rotation = "0 0 1 185.736";scale = "6.24955 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "198.243 22.5194 -4517";rotation = "-0.0499704 -0.9975 0.0499698 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "201.528 25.2039 -4517";rotation = "-0.557097 0.615861 -0.557097 116.746";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "224.109 19.9212 -4517";rotation = "0.0499704 0.9975 0.0499698 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "221.423 23.2056 -4517";rotation = "0.595674 0.53884 -0.595671 236.635";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "199.867 8.71243 -4513.68";rotation = "0.981779 -0.0491828 0.183552 30.531";scale = "1.25 8.33327 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "219.768 6.71358 -4513.68";rotation = "0.981781 -0.0491843 0.183541 30.531";scale = "1.25 8.3333 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "208.517 -5.21217 -4506.18";rotation = "0.981781 -0.0491835 0.183541 30.531";scale = "6.25005 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "195.734 -2.42218 -4503.58";rotation = "0.708183 0.152239 0.68942 205.06";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "208.085 -9.52061 -4503.68";rotation = "0.981781 -0.0491825 0.18354 30.5312";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "221.599 -5.01953 -4503.58";rotation = "-0.68056 0.219391 0.699075 162.907";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "207.643 -13.915 -4502.5";rotation = "5.65836e-07 2.68445e-06 1 185.735";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "198.459 -5.30717 -4502.08";rotation = "-0.625562 0.69154 0.36117 223.53";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "218.354 -7.30553 -4502.08";rotation = "0.681737 0.616696 0.3936 140.804";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "210.628 -14.2147 -4499.5";rotation = "0.0499656 0.997501 0.0499594 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "207.343 -16.9 -4499.5";rotation = "0.9975 -0.0499656 0.0499639 90.1434";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "191.982 -12.342 -4494.93";rotation = "-0.0491783 -0.981782 0.183538 30.5309";scale = "7.50028 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "176.813 -10.819 -4487.5";rotation = "2.19887e-05 9.69757e-07 1 5.73529";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "176.513 -13.804 -4484.5";rotation = "0.0353956 0.706665 0.706662 184.055";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "173.829 -10.5192 -4484.5";rotation = "0.706665 -0.0353956 0.706662 184.055";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "178.389 4.84238 -4479.93";rotation = "-0.0129627 -0.258797 0.965845 185.54";scale = "1.25 9.99997 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "179.912 20.0078 -4472.5";rotation = "2.843e-06 4.37506e-07 1 185.736";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "180.212 22.9928 -4469.5";rotation = "-0.9975 0.0499704 0.0499754 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "176.928 20.3076 -4469.5";rotation = "-0.0499704 -0.9975 0.049971 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "195.574 18.4349 -4464.93";rotation = "0.0491828 0.981779 0.18355 30.531";scale = "7.50072 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "210.742 16.9117 -4457.5";rotation = "1.83009e-05 2.75777e-05 1 5.73543";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "213.726 16.6119 -4454.5";rotation = "0.706665 -0.0353969 -0.706662 175.945";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "211.042 19.8967 -4454.5";rotation = "0.0353969 0.706665 -0.706662 175.946";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "209.167 1.25013 -4449.93";rotation = "0.0129632 0.258798 0.965845 185.54";scale = "1.25 9.99997 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "207.643 -13.9152 -4442.5";rotation = "-2.29305e-06 8.05055e-07 1 185.736";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "210.627 -14.215 -4439.5";rotation = "0.0499704 0.9975 0.0499685 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "207.343 -16.9002 -4439.5";rotation = "0.9975 -0.0499704 0.0499745 90.1435";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "191.981 -12.342 -4434.93";rotation = "-0.0491828 -0.981779 0.183553 30.5311";scale = "7.50093 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "195.603 -77.659 -4432.57";rotation = "0 0 1 5.7357";scale = "3.74977 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "176.813 -10.8186 -4427.5";rotation = "2.92715e-05 -3.19396e-05 1 5.73598";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "200.078 -83.1335 -4432.57";rotation = "0 0 1 185.736";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "190.128 -82.1341 -4432.57";rotation = "2.17468e-07 1.63718e-06 1 185.736";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "194.603 -87.6085 -4432.57";rotation = "0 0 1 5.7357";scale = "3.74977 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "176.513 -13.8036 -4424.5";rotation = "0.0354005 0.706665 0.706662 184.055";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "173.829 -10.5188 -4424.5";rotation = "0.706665 -0.0354006 0.706662 184.056";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "198.246 -82.9497 -4427.14";rotation = "0.049674 0.991541 0.119913 45.3451";scale = "3.74833 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "178.387 4.84278 -4419.93";rotation = "-0.981774 0.0491817 0.183579 30.5312";scale = "1.25 10 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "201.685 -73.2002 -4421.32";rotation = "-0.93359 0.046697 0.355288 16.0518";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "201.18 -78.2195 -4421.98";rotation = "0 0 1 5.7357";scale = "3.75003 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "205.656 -83.6939 -4421.98";rotation = "0 0 1 185.736";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "190.73 -82.195 -4421.98";rotation = "0 0 1 185.736";scale = "3.75003 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "202.155 -68.5239 -4419.37";rotation = "-0.012954 -0.258783 0.965849 185.54";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "200.18 -88.1695 -4421.98";rotation = "0 0 1 5.7357";scale = "3.75003 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "202.559 -64.508 -4416.28";rotation = "-0.99154 0.049646 0.119932 45.3436";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "179.912 20.0082 -4412.5";rotation = "2.34971e-06 5.02829e-07 1 185.736";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "202.869 -61.4276 -4412.24";rotation = "-0.02503 -0.499832 0.865761 184.967";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "180.212 22.9932 -4409.5";rotation = "-0.997499 0.049976 0.0499787 90.144";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "176.928 20.308 -4409.5";rotation = "-0.049976 -0.997499 0.0499753 90.1434";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "203.015 -59.9692 -4407.41";rotation = "0.039719 0.792735 0.608271 183.49";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "195.573 18.4349 -4404.93";rotation = "-0.258799 0.0129662 0.965844 185.54";scale = "7.5003 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "203.344 -56.6939 -4406.38";rotation = "0.0129769 0.25881 0.965841 185.54";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "203.65 -53.6417 -4404.79";rotation = "0.0397184 0.792731 0.608276 183.49";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "203.979 -50.3664 -4403.76";rotation = "0.0129722 0.258798 0.965844 185.54";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "204.333 -46.8431 -4402.29";rotation = "-0.996631 0.0499176 0.0650699 75.1869";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "204.556 -44.6289 -4401.25";rotation = "0.0108476 0.216425 0.976239 185.599";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "204.918 -41.0345 -4399.57";rotation = "-0.996631 0.0499242 0.065071 75.187";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "205.152 -38.6994 -4398.35";rotation = "0.00870214 0.173639 0.984771 185.649";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "210.742 16.9115 -4397.5";rotation = "2.07534e-05 3.40332e-05 1 5.73598";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "205.517 -35.0716 -4396.44";rotation = "-0.996631 0.0499221 0.0650663 75.1869";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "213.727 16.6117 -4394.5";rotation = "0.706665 -0.0354006 -0.706662 175.945";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "205.763 -32.6286 -4395.03";rotation = "0.00654109 0.130523 0.991424 185.686";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "211.042 19.8965 -4394.5";rotation = "0.0354005 0.706665 -0.706662 175.945";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "206.13 -28.977 -4392.9";rotation = "-0.996631 0.0499268 0.0650675 75.187";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "206.383 -26.4522 -4391.29";rotation = "0.00436656 0.0871534 0.996185 185.714";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "150.363 -78.1402 -4398.93";rotation = "0.300671 -0.0150644 0.953609 185.47";scale = "20.0137 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "209.167 1.25003 -4389.93";rotation = "0.981774 -0.0491813 0.183579 30.5312";scale = "1.25 10 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "206.751 -22.796 -4388.94";rotation = "-0.996631 0.049931 0.0650678 75.187";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "207.01 -20.2076 -4387.11";rotation = "0.00218405 0.043616 0.999046 185.731";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "207.376 -16.566 -4384.54";rotation = "-0.996631 0.0499325 0.0650663 75.187";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "207.643 -13.9153 -4382.5";rotation = "-2.34971e-06 -5.02829e-07 1 185.736";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "115.975 -71.1329 -4378.94";rotation = "-0.130523 0.00653833 0.991424 185.686";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "111.46 -65.6098 -4378.94";rotation = "-0.00653833 -0.130523 0.991424 185.686";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "110.956 -70.6288 -4379.6";rotation = "7.04371e-06 -1.35004e-05 1 5.73557";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "111.93 -60.9343 -4376.99";rotation = "-0.98178 0.049181 0.183547 30.531";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "105.937 -70.1247 -4378.94";rotation = "0.130523 -0.00653833 0.991424 185.686";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "110.494 -75.2261 -4377.69";rotation = "0.0191671 0.382612 0.92371 185.299";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "115.578 -74.6455 -4376.07";rotation = "0 0 1 185.736";scale = "1.25 5.0001 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "111.103 -69.1707 -4376.07";rotation = "0 0 1 5.7357";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "101.261 -69.6552 -4376.99";rotation = "-0.049181 -0.98178 0.183547 30.531";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "110.103 -79.1207 -4376.07";rotation = "0 0 1 5.7357";scale = "1.25 1.66666 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
%building = new (StaticShape) () {datablock = "Deployedwwall";position = "105.628 -73.646 -4376.07";rotation = "0 0 1 185.736";scale = "1.25 5.00007 1";team = "0";powerCount="1";invincible="1";ownerGUID = "2000343";needsfit = "1";powerFreq = "1";};checkPowerObject(%building);
|
||||
211
missions/slapmydashH.mis
Normal file
211
missions/slapmydashH.mis
Normal file
|
|
@ -0,0 +1,211 @@
|
|||
// DisplayName = Flatdash Horde
|
||||
// MissionTypes = Horde Helljump Construction
|
||||
|
||||
//--- Mission Quote Begin ---
|
||||
// Flat. Dash. ZOMBIES!
|
||||
// Serverside Horde Mission
|
||||
//--- Mission Quote End ---
|
||||
|
||||
//--- Mission String Begin ---
|
||||
//[Horde] Hold out from 50 Waves of Zombies
|
||||
//[Horde] The Waves get tougher as you kill them
|
||||
//[Horde] 1 Life Per Wave, Lives do not Stack
|
||||
//--- Mission String End ---
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new SimGroup(MissionGroup) {
|
||||
|
||||
musicTrack = "lush";
|
||||
cdTrack = "2";
|
||||
powerCount = "0";
|
||||
|
||||
new MissionArea(MissionArea) {
|
||||
area = "-825 -900 1200 1500";
|
||||
flightCeiling = "5000";
|
||||
flightCeilingRange = "20";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new Sun(Sun) {
|
||||
position = "-1024 -1024 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
direction = "0.622506 0.622506 -0.474313";
|
||||
color = "0.800000 0.800000 0.800000 1.000000";
|
||||
ambient = "0.400000 0.400000 0.400000 1.000000";
|
||||
texture[0] = "special/sunFlare";
|
||||
texture[1] = "special/sunFlare02";
|
||||
texture[2] = "special/LensFlare/flare01";
|
||||
texture[3] = "special/LensFlare/flare02";
|
||||
texture[4] = "special/LensFlare/flare03";
|
||||
lensFlareScale = "0.7";
|
||||
lensFlareIntensity = "1";
|
||||
frontFlareSize = "300";
|
||||
backFlareSize = "450";
|
||||
flareColor = "1.000000 1.000000 1.000000 1.000000";
|
||||
|
||||
locked = "true";
|
||||
};
|
||||
new NavigationGraph(NavGraph) {
|
||||
conjoinAngleDev = "70";
|
||||
cullDensity = "0.3";
|
||||
customArea = "0 0 0 0";
|
||||
conjoinBowlDev = "20";
|
||||
locked = "true";
|
||||
coverage = "0";
|
||||
scale = "1 1 1";
|
||||
GraphFile = "slapmydash.nav";
|
||||
squareSize = "75";
|
||||
XDimOverSize = "0";
|
||||
position = "-1024 -1024 0 1";
|
||||
YDimOverSize = "0";
|
||||
rotation = "0 0 0 0";
|
||||
};
|
||||
new TerrainBlock(Terrain) {
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
detailTexture = "details/desertdet1";
|
||||
terrainFile = "Slapdash.ter";
|
||||
squareSize = "75";
|
||||
emptySquares = "94579 99875";
|
||||
|
||||
locked = "true";
|
||||
hazeDistance = "250";
|
||||
position = "-1024 -1024 0";
|
||||
visibleDistance = "1200";
|
||||
};
|
||||
|
||||
new Sky(Sky) {
|
||||
position = "-1024 -1024 0";
|
||||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
cloudHeightPer[0] = "0.349971";
|
||||
cloudHeightPer[1] = "0.25";
|
||||
cloudHeightPer[2] = "0.199973";
|
||||
cloudSpeed1 = "0.0001";
|
||||
cloudSpeed2 = "0.0012";
|
||||
cloudSpeed3 = "0.0003";
|
||||
visibleDistance = "800";
|
||||
useSkyTextures = "1";
|
||||
renderBottomTexture = "0";
|
||||
SkySolidColor = "0.390000 0.390000 0.390000 0.000000";
|
||||
fogDistance = "750";
|
||||
fogColor = "0.500000 0.500000 0.500000 1.000000";
|
||||
fogVolume1 = "0 0 0";
|
||||
fogVolume2 = "100 100 120";
|
||||
fogVolume3 = "0 0 0";
|
||||
materialList = "Lush_l4.dml";
|
||||
windVelocity = "1 0 0";
|
||||
windEffectPrecipitation = "0";
|
||||
fogVolumeColor1 = "128.000000 128.000000 128.000000 -0.040112";
|
||||
fogVolumeColor2 = "128.000000 128.000000 128.000000 0.742938";
|
||||
fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000";
|
||||
high_visibleDistance = "-1";
|
||||
high_fogDistance = "-1";
|
||||
high_fogVolume1 = "-1 2.33105e-09 6.40969e-10";
|
||||
high_fogVolume2 = "-1 1.07461e-38 0";
|
||||
high_fogVolume3 = "-1 7.9874e-44 5.9061e-32";
|
||||
|
||||
locked = "true";
|
||||
cloudSpeed0 = "0.000503 0.000020";
|
||||
};
|
||||
|
||||
|
||||
new SimGroup(Teams) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(Team1) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(SpawnSpheres) {
|
||||
|
||||
providesPower = "1";
|
||||
powerCount = "1";
|
||||
|
||||
new SpawnSphere() {
|
||||
position = "-60.1702 -231.369 129.675";
|
||||
rotation = "0 0 1 177.409";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "SpawnSphereMarker";
|
||||
lockCount = "1";
|
||||
homingCount = "0";
|
||||
radius = "30";
|
||||
sphereWeight = "100";
|
||||
indoorWeight = "25";
|
||||
outdoorWeight = "75";
|
||||
team = "1";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
new SimGroup(team0) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new SimGroup(base0) {
|
||||
|
||||
providesPower = "1";
|
||||
powerCount = "1";
|
||||
|
||||
new TSStatic() {
|
||||
position = "-16.5982 -360.09 128.145";
|
||||
rotation = "-0 0 -1 16.0428";
|
||||
scale = "1 1 1";
|
||||
shapeName = "borg17.dts";
|
||||
|
||||
locked = "true";
|
||||
team = "0";
|
||||
};
|
||||
new StaticShape(VehicleStation) {
|
||||
position = "-62.3581 -259.598 126.2";
|
||||
rotation = "0 0 1 0.573347";
|
||||
scale = "1 1 1";
|
||||
dataBlock = "StationVehiclePad";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
locked = "true";
|
||||
lastState = "1";
|
||||
Ready = "1";
|
||||
Target = "33";
|
||||
team = "0";
|
||||
station = "9838";
|
||||
};
|
||||
new StaticShape(InventoryStation) {
|
||||
position = "-61.7752 -222.35 129.128";
|
||||
rotation = "-0.826342 0.00281586 -0.563161 0.69323";
|
||||
scale = "1 1 1";
|
||||
nameTag = "\x01792";
|
||||
dataBlock = "StationInventory";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
locked = "true";
|
||||
lastState = "1";
|
||||
Target = "34";
|
||||
Trigger = "9825";
|
||||
team = "0";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
new SimGroup(ObserverDropPoints) {
|
||||
|
||||
powerCount = "0";
|
||||
|
||||
new Camera(TreeCam) {
|
||||
position = "-11.8305 -349.906 139.298";
|
||||
rotation = "0 0 1 -16.6157";
|
||||
scale = "1 0.739761 1";
|
||||
dataBlock = "Observer";
|
||||
lockCount = "0";
|
||||
homingCount = "0";
|
||||
|
||||
team = "0";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
Loading…
Add table
Add a link
Reference in a new issue