Fixed static spawns, added travel terminal and collector spawns, fixed galaxy population status, added combat commands for every profession

This commit is contained in:
Light2
2013-08-31 17:34:30 +02:00
parent cfa5ea5a43
commit 471852dc3c
10 changed files with 1168 additions and 411 deletions
+43
View File
@@ -0,0 +1,43 @@
import sys
def addPlanetSpawns(core, planet):
stcSvc = core.staticService
# Travel spawns
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'naboo', long(0), float(-5487.8), float(-149.4), float(-12.5), float(-0.710457), float(0.703739)) # Lake Retreat
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'naboo', long(0), float(4717.7), float(4.2), float(-4650.6), float(1), float(0)) # moenia starport
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'naboo', long(0), float(4968.6), float(4.4), float(-4883.3), float(0.71), float(-0.71)) # moenia shuttleport
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'naboo', long(0), float(5301.1), float(-192), float(6671.5), float(0), float(1)) # kaadara starport
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'naboo', long(0), float(5134.3), float(-191.4), float(6617.2), float(-0.373413), float(0.927665)) # kaadara shuttleport
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'naboo', long(0), float(1347.8), float(13), float(2760.3), float(0.988256), float(0.152808)) # keren starport
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'naboo', long(0), float(1558.3), float(25.6), float(2884.8), float(1), float(0)) # keren shuttleport a
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'naboo', long(0), float(2027.7), float(19.6), float(2535.2), float(-0.710457), float(0.703739)) # keren shuttleport b
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'naboo', long(0), float(5338.6), float(327.6), float(-1567.2), float(-0.710457), float(0.703739)) # deeja peek shuttleport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(0), float(-5487), float(-149.4), float(-31.8), float(-0.710457), float(0.703739)) # Lake Retreat
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(0), float(5121.5), float(-191.4), float(6603.8), float(-0.373413), float(0.927665)) # kaadara shuttleport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(0), float(1577.6), float(25.6), float(2845.1), float(1), float(0)) # keren shuttleport a
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(0), float(2028.5), float(19.6), float(2515.6), float(-0.710457), float(0.703739)) # keren shuttleport b
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(0), float(5339.3), float(327.6), float(-1586.7), float(-0.710457), float(0.703739)) # deeja peek shuttleport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(0), float(4969.4), float(4.4), float(-4902.6), float(-0.710457), float(0.703739)) # moenia shuttleport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(1741539), float(11.5), float(0.6), float(51.3), float(0.195405), float(-0.980722)) # kaadara starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(1741539), float(3.1), float(0.6), float(49), float(0), float(1)) # kaadara starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(1741539), float(-2.7), float(0.6), float(49), float(0), float(1)) # kaadara starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(1741539), float(-13.2), float(0.6), float(51.3), float(-0.195405), float(-0.980722)) # kaadara starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(2125382), float(11.5), float(0.6), float(51.3), float(0.195405), float(-0.980722)) # keren starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(2125382), float(3.1), float(0.6), float(49), float(0), float(1)) # keren starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(2125382), float(-2.7), float(0.6), float(49), float(0), float(1)) # keren starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(2125382), float(-13.2), float(0.6), float(51.3), float(-0.195405), float(-0.980722)) # keren starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(4215410), float(11.5), float(0.6), float(51.3), float(0.195405), float(-0.980722)) # moenia starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(4215410), float(3.1), float(0.6), float(49), float(0), float(1)) # moenia starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(4215410), float(-2.7), float(0.6), float(49), float(0), float(1)) # moenia starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'naboo', long(4215410), float(-13.2), float(0.6), float(51.3), float(-0.195405), float(-0.980722)) # moenia starport
return
+393 -377
View File
@@ -3,383 +3,399 @@ import sys
def addPlanetSpawns(core, planet):
stcSvc = core.staticService
# Travel spawns
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'rori', long(0), float(3672.5), float(96), float(-6411.2), float(0.938551), float(0.345142)) # rebel outpost
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'rori', long(0), float(-5381.5), float(80), float(-2162.8), float(1), float(0)) # narmle starport
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'rori', long(0), float(-5257.2), float(81.3), float(-2150.3), float(-0.924076), float(0.382209)) # narmle shuttleport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'rori', long(0), float(-5243), float(81.3), float(-2163.5), float(-0.924076), float(0.382209)) # narmle shuttleport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'rori', long(4635437), float(11.5), float(0.6), float(51.3), float(0.195405), float(-0.980722)) # narmle starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'rori', long(4635437), float(3.1), float(0.6), float(49), float(0), float(1)) # narmle starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'rori', long(4635437), float(-2.7), float(0.6), float(49), float(0), float(1)) # narmle starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'rori', long(4635437), float(-13.2), float(0.6), float(51.3), float(-0.195405), float(-0.980722)) # narmle starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'rori', long(4505530), float(-3.5), float(0.1), float(-17.5), float(-0.69182), float(0.72207)) # rebel outpost
# Restuss Spawns
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_bank_destroyed.iff", "Rori", long(0), float(5180.96), float(80), float(5583.95), float(0), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_02.iff", "Rori", long(0), float(5159.76), float(80), float(5524.92), float(0), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_destroyed_01.iff", "Rori", long(0), float(5120.55), float(80), float(5590.63), float(0.707), float(0.707))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_scorched_01.iff", "Rori", long(0), float(5097.06), float(80), float(5767.93), float(1), float(-0.001))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_scorched_02.iff", "Rori", long(0), float(5145), float(80), float(5776.85), float(0), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_02.iff", "Rori", long(0), float(5229.26), float(80), float(5771.02), float(1), float(-0.001))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_shuttleport_destroyed.iff", "Rori", long(0), float(5212.94), float(80), float(5810.55), float(-0.707), float(0.707))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_scorched_01.iff", "Rori", long(0), float(5225.19), float(80), float(5851.56), float(1), float(-0.001))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_02.iff", "Rori", long(0), float(5248.13), float(80), float(5813.96), float(0.707), float(0.707))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_02.iff", "Rori", long(0), float(5258), float(80), float(5788), float(1), float(-0.001))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_starport_destroyed.iff", "Rori", long(0), float(5364.5), float(80), float(5751.89), float(1), float(-0.001))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_01.iff", "Rori", long(0), float(5367.18), float(80), float(5890.96), float(1), float(-0.001))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_cloning_facility_destroyed.iff", "Rori", long(0), float(5426.02), float(80), float(5894.74), float(0.926), float(-0.376))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_02.iff", "Rori", long(0), float(5393.77), float(80), float(5860.94), float(0.923), float(-0.386))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_destroyed_01.iff", "Rori", long(0), float(5443.93), float(80), float(5837.13), float(0), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_guild_combat_destroyed.iff", "Rori", long(0), float(5446.43), float(80), float(5800.63), float(1), float(-0.001))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_destroyed_01.iff", "Rori", long(0), float(5492.77), float(80), float(5771.99), float(-0.707), float(0.707))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_01.iff", "Rori", long(0), float(5509.42), float(80), float(5723.96), float(1), float(-0.001))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_theater_destroyed.iff", "Rori", long(0), float(5466.96), float(80), float(5615.78), float(1), float(-0.001))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_scorched_02.iff", "Rori", long(0), float(5526.34), float(80), float(5568.87), float(-0.707), float(0.707))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_scorched_01.iff", "Rori", long(0), float(5462.94), float(80), float(5515.29), float(1), float(-0.001))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_01.iff", "Rori", long(0), float(5421.43), float(80), float(5609.62), float(0.71), float(-0.704))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_02.iff", "Rori", long(0), float(5421.78), float(80), float(5642.16), float(0.703), float(0.711))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_scorched_02.iff", "Rori", long(0), float(5386.51), float(80), float(5548.48), float(1), float(-0.001))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_guild_university_destroyed.iff", "Rori", long(0), float(5385.93), float(80), float(5608.18), float(0), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_02.iff", "Rori", long(0), float(5342.67), float(80), float(5652.28), float(-0.707), float(0.707))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_hospital_destroyed.iff", "Rori", long(0), float(5298.06), float(80), float(5592.06), float(1), float(-0.001))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_destroyed_01.iff", "Rori", long(0), float(5282.66), float(80), float(5647.94), float(-0.707), float(0.707))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_scorched_01.iff", "Rori", long(0), float(5296.84), float(80), float(5545.69), float(0.707), float(0.707))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_scorched_01.iff", "Rori", long(0), float(5250.52), float(80), float(5528.92), float(0.002), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_scorched_02.iff", "Rori", long(0), float(5226.39), float(80), float(5562.31), float(0.707), float(0.707))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_hotel_destroyed.iff", "Rori", long(0), float(5149.98), float(80), float(5653), float(0), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_guild_commerce_destroyed.iff", "Rori", long(0), float(5237.66), float(80), float(5702.14), float(0), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_scorched_01.iff", "Rori", long(0), float(5156.02), float(80), float(5719.04), float(0), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_scorched_02.iff", "Rori", long(0), float(5097.81), float(80), float(5728.05), float(1), float(-0.001))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5077.51), float(80), float(5739.01), float(-0.194), float(0.981))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5077.38), float(80), float(5753.89), float(0.524), float(0.852))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5076.684), float(80), float(5743.6), float(-0.095), float(0.995))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5077.211), float(80), float(5748.28), float(-0.555), float(0.832))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5078.258), float(80), float(5760.22), float(0.424), float(0.906))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff", "Rori", long(0), float(5074.203), float(80), float(5760.97), float(0.596), float(0.803))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5078.103), float(80), float(5734.72), float(-0.662), float(0.75))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5075.671), float(80), float(5733.03), float(-0.458), float(0.889))
stcSvc.spawnObject("object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff", "Rori", long(0), float(5180.05), float(80.1), float(5749.9), float(-0.667), float(0.745))
stcSvc.spawnObject("object/static/worldbuilding/decal/shared_mun_decal_blast_main.iff", "Rori", long(0), float(5292.61), float(80.1), float(5691.7), float(0.536), float(0.844))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5195.66), float(80), float(5780.23), float(-0.27), float(0.963))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5181.01), float(80), float(5765.36), float(-0.411), float(0.912))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5195.78), float(80), float(5765.29), float(-0.057), float(0.998))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff", "Rori", long(0), float(5193.69), float(80), float(5775.52), float(-0.696), float(0.718))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5189.69), float(80), float(5770.34), float(-0.185), float(0.983))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5186.21), float(80), float(5777.83), float(0.213), float(0.977))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5181.04), float(80), float(5782.35), float(-0.155), float(0.988))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5185.41), float(80), float(5766.67), float(0.612), float(0.791))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff", "Rori", long(0), float(5194.66), float(80), float(5769.75), float(-0.062), float(0.998))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff", "Rori", long(0), float(5185), float(80), float(5771.49), float(-0.216), float(0.976))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5198.94), float(80), float(5764.97), float(-0.107), float(0.994))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5213.23), float(80), float(5765.96), float(0.49), float(0.872))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5200.4), float(80), float(5777.89), float(0.669), float(0.744))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5212.86), float(80), float(5778.53), float(0.01), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5156.26), float(80), float(5790.01), float(0.305), float(0.952))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5171.12), float(80), float(5830.58), float(-0.256), float(0.967))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5155.93), float(80), float(5798.19), float(0.248), float(0.969))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5172.98), float(80), float(5837.56), float(0.415), float(0.91))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5172.3), float(80), float(5818.53), float(0.509), float(0.861))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5172.31), float(80), float(5804.6), float(-0.105), float(0.994))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff", "Rori", long(0), float(5166.77), float(80), float(5796.86), float(0.091), float(0.996))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff", "Rori", long(0), float(5162.79), float(80), float(5806.88), float(-0.577), float(0.817))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5168.07), float(80), float(5812.14), float(-0.408), float(0.913))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5160.27), float(80), float(5829.17), float(-0.643), float(0.766))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff", "Rori", long(0), float(5157.31), float(80), float(5805.73), float(0.208), float(0.978))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff", "Rori", long(0), float(5158.65), float(80), float(5821.98), float(0.673), float(0.74))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff", "Rori", long(0), float(5168.43), float(80), float(5828.65), float(-0.221), float(0.975))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5156.4), float(80), float(5817.67), float(0.315), float(0.949))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5174.72), float(80), float(5841.5), float(-0.616), float(0.788))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5184.73), float(80), float(5852.15), float(-0.524), float(0.852))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5174.51), float(80), float(5862.33), float(0.657), float(0.754))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff", "Rori", long(0), float(5165.46), float(80), float(5848.79), float(0.04), float(0.999))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5162.79), float(80), float(5852.25), float(-0.055), float(0.998))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5175.7), float(80), float(5853.22), float(-0.065), float(0.998))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff", "Rori", long(0), float(5172.42), float(80), float(5849.51), float(-0.678), float(0.735))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5169.55), float(80), float(5856.93), float(-0.294), float(0.956))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5190.87), float(80), float(5854.03), float(-0.02), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5259.89), float(80), float(5861.79), float(-0.646), float(0.763))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5277.1), float(80), float(5856.63), float(-0.164), float(0.986))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5298.19), float(80), float(5856.3), float(-0.245), float(0.97))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5266.7), float(80), float(5856.33), float(-0.196), float(0.981))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5307.89), float(80), float(5856.03), float(0.195), float(0.981))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5275.71), float(80), float(5897.61), float(0.062), float(0.998))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5299.24), float(80), float(5897.31), float(-0.569), float(0.822))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5267.24), float(80), float(5865.29), float(0.179), float(0.984))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5308.22), float(80), float(5865.24), float(0.513), float(0.858))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5289.48), float(80), float(5858.34), float(-0.683), float(0.73))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff", "Rori", long(0), float(5270.1), float(80), float(5859.39), float(0.33), float(0.944))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff", "Rori", long(0), float(5305.93), float(80), float(5863.17), float(-0.049), float(0.999))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5275.84), float(80), float(5871.66), float(-0.306), float(0.952))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5294.33), float(80), float(5884.62), float(0.505), float(0.863))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5294.94), float(80), float(5865.96), float(-0.022), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5285.54), float(80), float(5869.48), float(-0.586), float(0.811))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff", "Rori", long(0), float(5282.57), float(80), float(5876.22), float(0.084), float(0.996))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff", "Rori", long(0), float(5290.79), float(80), float(5875.07), float(0.238), float(0.971))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff", "Rori", long(0), float(5296.08), float(80), float(5873.61), float(0.706), float(0.708))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5285.84), float(80), float(5881.4), float(0.195), float(0.981))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5275.65), float(80), float(5882.23), float(0.602), float(0.799))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5285.73), float(80), float(5899.68), float(0.596), float(0.803))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff", "Rori", long(0), float(5280.34), float(80), float(5888.99), float(-0.693), float(0.721))
stcSvc.spawnObject("object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff", "Rori", long(0), float(5281.55), float(80.1), float(5851.38), float(-0.58), float(0.815))
stcSvc.spawnObject("object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff", "Rori", long(0), float(5175.19), float(80.1), float(5819.3), float(0.26), float(0.966))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5298.34), float(80), float(5816.49), float(0.695), float(0.719))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5289.17), float(80), float(5816.49), float(-0.438), float(0.899))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5288.77), float(80), float(5807.39), float(-0.699), float(0.715))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5297.9), float(80), float(5807.32), float(-0.594), float(0.805))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5295.96), float(80), float(5810.31), float(0.166), float(0.986))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5293.87), float(80), float(5814.9), float(-0.523), float(0.852))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5305.14), float(80), float(5830.7), float(-0.695), float(0.719))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5302.09), float(80), float(5826.91), float(-0.486), float(0.874))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5308.07), float(80), float(5828.84), float(-0.467), float(0.884))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5301.85), float(80), float(5830.23), float(0.38), float(0.925))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5343.28), float(80), float(5845.51), float(-0.551), float(0.834))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff", "Rori", long(0), float(5345.82), float(80), float(5850.02), float(-0.017), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5312.34), float(80), float(5853.74), float(0.266), float(0.964))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff", "Rori", long(0), float(5350.06), float(80), float(5851.27), float(0.46), float(0.888))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff", "Rori", long(0), float(5347.26), float(80), float(5846.61), float(0.255), float(0.967))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5353.75), float(80), float(5847.36), float(0.398), float(0.918))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5356.68), float(80), float(5850.61), float(0.292), float(0.957))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5344.38), float(80), float(5854.76), float(0.641), float(0.767))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5313.28), float(80), float(5871.85), float(0.246), float(0.969))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5342.86), float(80), float(5871.45), float(-0.616), float(0.788))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff", "Rori", long(0), float(5320.69), float(80), float(5859.19), float(-0.114), float(0.994))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff", "Rori", long(0), float(5326.61), float(80), float(5859.34), float(0.61), float(0.792))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff", "Rori", long(0), float(5315.46), float(80), float(5867.65), float(-0.039), float(0.999))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5336.34), float(80), float(5860.76), float(0.63), float(0.776))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5315.38), float(80), float(5857.7), float(0.15), float(0.989))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff", "Rori", long(0), float(5330.16), float(80), float(5869.99), float(0.641), float(0.767))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff", "Rori", long(0), float(5331.98), float(80), float(5865.41), float(-0.604), float(0.797))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5319.4), float(80), float(5865.26), float(-0.131), float(0.991))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5322.76), float(80), float(5852.16), float(0.7), float(0.714))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5335.51), float(80), float(5852.77), float(-0.072), float(0.997))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5355.58), float(80), float(5833.37), float(-0.549), float(0.836))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5371.95), float(80), float(5841.84), float(-0.246), float(0.969))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5362.66), float(80), float(5851.82), float(-0.683), float(0.73))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5372.07), float(80), float(5854.28), float(-0.079), float(0.997))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff", "Rori", long(0), float(5367.5), float(80), float(5848.69), float(0.647), float(0.763))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5349.5), float(80), float(5885.33), float(0.439), float(0.899))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5346.38), float(80), float(5877.36), float(0.431), float(0.902))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5382.79), float(80), float(5882.54), float(0.643), float(0.766))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5384.75), float(80), float(5899.56), float(0.37), float(0.929))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5457.56), float(80), float(5861.21), float(0.612), float(0.791))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5456.49), float(80), float(5853.73), float(-0.683), float(0.73))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff", "Rori", long(0), float(5450.94), float(80), float(5873.82), float(0.513), float(0.858))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5458.31), float(80), float(5864.73), float(-0.599), float(0.801))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5408.1), float(80), float(5847.98), float(-0.523), float(0.852))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5414.02), float(80), float(5846.78), float(0.073), float(0.997))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5445.83), float(80), float(5718.46), float(0.166), float(0.986))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5478.54), float(80), float(5828.79), float(-0.299), float(0.954))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5500.4), float(80), float(5807.04), float(-0.448), float(0.894))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5492.18), float(80), float(5829.82), float(0.351), float(0.936))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5500.51), float(80), float(5822.23), float(0.452), float(0.892))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff", "Rori", long(0), float(5497.91), float(80), float(5826.41), float(0.313), float(0.95))
stcSvc.spawnObject("object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff", "Rori", long(0), float(5480.65), float(80.1), float(5813.16), float(-0.472), float(0.882))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5497.99), float(80), float(5734.71), float(0.584), float(0.812))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5484.98), float(80), float(5736.43), float(0.149), float(0.989))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5484.75), float(80), float(5718.3), float(0.595), float(0.804))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5455.17), float(80), float(5717.56), float(0.069), float(0.998))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff", "Rori", long(0), float(5476.86), float(80), float(5730.67), float(-0.014), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff", "Rori", long(0), float(5470.95), float(80), float(5730.29), float(0.621), float(0.784))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff", "Rori", long(0), float(5482.41), float(80), float(5722.41), float(-0.392), float(0.92))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5461.27), float(80), float(5728.5), float(-0.571), float(0.821))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5482.1), float(80), float(5732.36), float(0.3), float(0.954))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff", "Rori", long(0), float(5467.81), float(80), float(5719.51), float(0.611), float(0.792))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff", "Rori", long(0), float(5465.81), float(80), float(5724.01), float(0.668), float(0.744))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5478.39), float(80), float(5724.65), float(-0.203), float(0.979))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5474.52), float(80), float(5737.61), float(0.155), float(0.988))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5461.8), float(80), float(5736.51), float(-0.096), float(0.995))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5453.01), float(80), float(5734.19), float(0.503), float(0.864))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5452.77), float(80), float(5714.75), float(0.041), float(0.999))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff", "Rori", long(0), float(5454.89), float(80), float(5710.52), float(0.65), float(0.76))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5458.8), float(80), float(5708.08), float(0.517), float(0.856))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff", "Rori", long(0), float(5469.63), float(80), float(5712.67), float(0.609), float(0.793))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5482.35), float(80), float(5713.97), float(-0.536), float(0.844))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5475.69), float(80), float(5703.35), float(0.066), float(0.998))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff", "Rori", long(0), float(5471.4), float(80), float(5708.07), float(0.311), float(0.95))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff", "Rori", long(0), float(5465.94), float(80), float(5702.06), float(0.306), float(0.952))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5454.69), float(80), float(5700.57), float(0.227), float(0.974))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff", "Rori", long(0), float(5460.01), float(80), float(5701.99), float(0.144), float(0.99))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5451.6), float(80), float(5696.65), float(0.424), float(0.906))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5461.99), float(80), float(5694.93), float(-0.34), float(0.94))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5474.75), float(80), float(5695.38), float(0.566), float(0.824))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5483.65), float(80), float(5697.24), float(-0.706), float(0.708))
stcSvc.spawnObject("object/static/worldbuilding/decal/shared_mun_decal_blast_main.iff", "Rori", long(0), float(5443.98), float(80.1), float(5678.05), float(0.648), float(0.762))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5523.95), float(80), float(5700.95), float(-0.114), float(0.994))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5523.89), float(80), float(5711.99), float(0.463), float(0.886))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5506.73), float(80), float(5696.61), float(-0.222), float(0.975))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5506.65), float(80), float(5671.8), float(-0.542), float(0.841))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5528.42), float(80), float(5670.98), float(0.383), float(0.924))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5528.32), float(80), float(5696.23), float(0.656), float(0.755))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5511.8), float(80), float(5678.09), float(-0.502), float(0.865))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5511.78), float(80), float(5688.71), float(0.438), float(0.899))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5522.8), float(80), float(5690.86), float(0.256), float(0.967))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5523.08), float(80), float(5678.49), float(0.645), float(0.764))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5516.3), float(80), float(5660.46), float(0.356), float(0.934))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5525.47), float(80), float(5660.47), float(-0.637), float(0.771))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5523.09), float(80), float(5654.28), float(0.626), float(0.78))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5521.01), float(80), float(5658.87), float(-0.089), float(0.996))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5515.9), float(80), float(5651.36), float(-0.148), float(0.989))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5525.04), float(80), float(5651.29), float(-0.642), float(0.767))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5521.94), float(80), float(5643.51), float(-0.606), float(0.795))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5520.89), float(80), float(5610.39), float(-0.624), float(0.782))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5523.2), float(80), float(5612.25), float(0.314), float(0.95))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5522.31), float(80), float(5616.48), float(0.072), float(0.997))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5521.17), float(80), float(5621.01), float(0.147), float(0.989))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5521.36), float(80), float(5625.72), float(0.12), float(0.993))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5521.14), float(80), float(5631.32), float(0.51), float(0.86))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5521.57), float(80), float(5637.7), float(-0.04), float(0.999))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff", "Rori", long(0), float(5517.48), float(80), float(5638.16), float(-0.226), float(0.974))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5497.4), float(80), float(5525.48), float(-0.683), float(0.73))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5502.11), float(80), float(5528.12), float(-0.605), float(0.796))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5516.9), float(80), float(5534.36), float(0.031), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5516.7), float(80), float(5527.19), float(-0.385), float(0.923))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff", "Rori", long(0), float(5519.44), float(80.003), float(5514.45), float(0.579), float(0.815))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff", "Rori", long(0), float(5502.58), float(80), float(5515.86), float(0.375), float(0.927))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff", "Rori", long(0), float(5511.45), float(80), float(5518.44), float(0.151), float(0.988))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5504.83), float(80), float(5521.1), float(-0.624), float(0.781))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5515.49), float(80), float(5523.41), float(0.169), float(0.986))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5419.37), float(80), float(5536.26), float(0.136), float(0.991))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5315.31), float(80), float(5528.79), float(-0.01), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5317.1), float(80), float(5526.43), float(-0.456), float(0.89))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5321.35), float(80), float(5527.2), float(-0.297), float(0.955))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5325.91), float(80), float(5528.21), float(0.058), float(0.998))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5330.62), float(80), float(5527.87), float(0.05), float(0.999))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5336.22), float(80), float(5527.93), float(-0.172), float(0.985))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff", "Rori", long(0), float(5343.17), float(80), float(5531.4), float(-0.308), float(0.951))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5353.71), float(80), float(5540.9), float(0.12), float(0.993))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5305.62), float(80), float(5520.66), float(-0.426), float(0.905))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5285.75), float(80), float(5518.15), float(0.27), float(0.963))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5300.28), float(80), float(5518.6), float(0.22), float(0.975))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5294.6), float(80), float(5564.51), float(0.006), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5284.84), float(80), float(5531.77), float(-0.503), float(0.864))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5245.96), float(80), float(5591.48), float(0.679), float(0.734))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff", "Rori", long(0), float(5251.18), float(80), float(5599.9), float(0.511), float(0.86))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5242.77), float(80), float(5602.57), float(0.674), float(0.739))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5242.46), float(80), float(5582.51), float(0.284), float(0.959))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff", "Rori", long(0), float(5253.15), float(80), float(5580.89), float(-0.11), float(0.994))
stcSvc.spawnObject("object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff", "Rori", long(0), float(5229.35), float(80.1), float(5596.48), float(-0.061), float(0.998))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5220.69), float(80), float(5575.19), float(-0.613), float(0.79))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff", "Rori", long(0), float(5196.84), float(80), float(5617.9), float(0.509), float(0.861))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff", "Rori", long(0), float(5213.44), float(80), float(5615.23), float(-0.458), float(0.889))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5208.07), float(80), float(5617.47), float(0.116), float(0.993))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5202.23), float(80), float(5618.89), float(0.027), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5214.6), float(80), float(5608.22), float(-0.266), float(0.964))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff", "Rori", long(0), float(5215.14), float(80), float(5601.33), float(0.208), float(0.978))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff", "Rori", long(0), float(5215.65), float(80), float(5596.33), float(0.451), float(0.893))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5215.39), float(80), float(5590.41), float(-0.081), float(0.997))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5214.94), float(80), float(5580.15), float(0.258), float(0.966))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff", "Rori", long(0), float(5214.81), float(80), float(5574.33), float(0.14), float(0.99))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5214.49), float(80), float(5564.43), float(-0.543), float(0.84))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5213.63), float(80), float(5568.46), float(0.013), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5209.98), float(80), float(5649.83), float(-0.032), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5209.88), float(80), float(5675.08), float(-0.329), float(0.944))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5204.36), float(80), float(5669.71), float(0.452), float(0.892))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5204.64), float(80), float(5657.35), float(-0.335), float(0.942))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5193.35), float(80), float(5656.95), float(-0.128), float(0.992))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5193.34), float(80), float(5667.56), float(-0.686), float(0.728))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5188.29), float(80), float(5675.47), float(0.124), float(0.992))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5188.21), float(80), float(5650.66), float(0.038), float(0.999))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5222.93), float(80), float(5647.28), float(-0.105), float(0.994))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5232.42), float(80), float(5637.62), float(-0.559), float(0.829))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5243.73), float(80), float(5637.3), float(0.576), float(0.818))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5253.27), float(80), float(5646.9), float(-0.571), float(0.821))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5253.52), float(80), float(5658.46), float(-0.453), float(0.891))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5249.86), float(80), float(5678.38), float(0.025), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5222.49), float(80), float(5658.71), float(0.69), float(0.724))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5226.38), float(80), float(5678.84), float(0.706), float(0.708))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5237.82), float(80), float(5637.11), float(0.283), float(0.959))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5223.14), float(80), float(5651.67), float(-0.186), float(0.983))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5252.53), float(80), float(5651.24), float(-0.065), float(0.998))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff", "Rori", long(0), float(5226.79), float(80), float(5671.61), float(0.066), float(0.998))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5226.23), float(80), float(5664.81), float(0.529), float(0.848))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5245.53), float(80), float(5673.65), float(-0.226), float(0.974))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5249.54), float(80), float(5662.58), float(-0.124), float(0.992))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff", "Rori", long(0), float(5244.63), float(80), float(5665.11), float(0.459), float(0.888))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff", "Rori", long(0), float(5228.5), float(80), float(5657.26), float(0.344), float(0.939))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff", "Rori", long(0), float(5247.24), float(80), float(5657.42), float(-0.604), float(0.797))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5227.94), float(80), float(5646.67), float(-0.225), float(0.974))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5233.04), float(80), float(5650.28), float(0.061), float(0.998))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff", "Rori", long(0), float(5247.83), float(80), float(5646.19), float(-0.434), float(0.901))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5243.25), float(80), float(5642.85), float(-0.651), float(0.759))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5245.48), float(80), float(5652.77), float(-0.695), float(0.719))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5175.59), float(80), float(5678.05), float(0.701), float(0.713))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5174.61), float(80), float(5684.21), float(-0.041), float(0.999))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff", "Rori", long(0), float(5166.48), float(80), float(5683.62), float(-0.163), float(0.987))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5133), float(80), float(5680.82), float(-0.66), float(0.751))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5110.22), float(80), float(5701.89), float(0.454), float(0.891))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff", "Rori", long(0), float(5097.56), float(80), float(5698.42), float(-0.532), float(0.846))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5102.24), float(80), float(5702.75), float(-0.696), float(0.718))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5108.28), float(80), float(5710.77), float(-0.509), float(0.86))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5091.555), float(80), float(5709.31), float(-0.572), float(0.82))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff", "Rori", long(0), float(5092.972), float(80), float(5696.61), float(-0.471), float(0.882))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5109.16), float(80), float(5678.72), float(0.69), float(0.724))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5105.21), float(80), float(5681.78), float(0.174), float(0.985))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff", "Rori", long(0), float(5103.74), float(80), float(5687.08), float(0.19), float(0.982))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff", "Rori", long(0), float(5103.62), float(80), float(5693.01), float(0.17), float(0.985))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5110.78), float(80), float(5689.13), float(0.279), float(0.96))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5097.66), float(80), float(5685.82), float(-0.431), float(0.902))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff", "Rori", long(0), float(5095.256), float(80), float(5681.89), float(0.38), float(0.925))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5091.049), float(80), float(5679.73), float(-0.537), float(0.844))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5116.68), float(80), float(5711.43), float(-0.031), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5119.3), float(80), float(5726.44), float(0.491), float(0.871))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5113.46), float(80), float(5662.63), float(0.698), float(0.716))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5108.9), float(80), float(5666.54), float(0.569), float(0.822))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5116.03), float(80), float(5646.49), float(0.448), float(0.894))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5097.14), float(80), float(5651.59), float(-0.546), float(0.838))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5084.339), float(80), float(5675.99), float(0.014), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5084.871), float(80), float(5660.02), float(0.563), float(0.826))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff", "Rori", long(0), float(5083.932), float(80), float(5669.38), float(0.322), float(0.947))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5084.565), float(80), float(5680.82), float(-0.456), float(0.89))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff", "Rori", long(0), float(5084.168), float(80), float(5685.02), float(-0.218), float(0.976))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff", "Rori", long(0), float(5084.497), float(80), float(5690.6), float(-0.301), float(0.954))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff", "Rori", long(0), float(5084.01), float(80), float(5688.24), float(0.684), float(0.73))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5084.504), float(80), float(5696.37), float(-0.237), float(0.972))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5084.77), float(80), float(5702.69), float(-0.519), float(0.855))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5084.853), float(80), float(5717.58), float(-0.69), float(0.723))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5211.81), float(80), float(5537.59), float(0.054), float(0.998))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5179.29), float(80), float(5537.94), float(0.337), float(0.942))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5211.7), float(80), float(5522.95), float(-0.558), float(0.83))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5178.98), float(80), float(5523.22), float(0.427), float(0.904))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5202.65), float(80), float(5539.89), float(-0.361), float(0.933))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff", "Rori", long(0), float(5189.33), float(80), float(5539.79), float(0.643), float(0.766))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5210.43), float(80), float(5525.79), float(-0.184), float(0.983))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5206.08), float(80), float(5528.77), float(0.166), float(0.986))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff", "Rori", long(0), float(5210.43), float(80), float(5534.08), float(-0.445), float(0.896))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5200.69), float(80), float(5529.35), float(0.462), float(0.887))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5196.33), float(80), float(5536.56), float(-0.072), float(0.997))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff", "Rori", long(0), float(5213.67), float(80), float(5528.99), float(-0.378), float(0.926))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff", "Rori", long(0), float(5197.47), float(80), float(5524.56), float(-0.586), float(0.81))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff", "Rori", long(0), float(5180.38), float(80), float(5526.05), float(-0.154), float(0.988))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5179.32), float(80), float(5533.6), float(0.483), float(0.876))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff", "Rori", long(0), float(5185.84), float(80), float(5522.57), float(-0.316), float(0.949))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5190.74), float(80), float(5529.2), float(-0.445), float(0.896))
stcSvc.spawnObject("object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff", "Rori", long(0), float(5227.9), float(160), float(5601.05), float(0.008), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5134.58), float(80), float(5539.41), float(-0.432), float(0.902))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5134.78), float(80), float(5542.81), float(-0.642), float(0.767))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff", "Rori", long(0), float(5129.98), float(80), float(5546.21), float(0.579), float(0.816))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5126.34), float(80), float(5555.94), float(0.649), float(0.761))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5124.72), float(80), float(5550.28), float(-0.35), float(0.937))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff", "Rori", long(0), float(5137.69), float(80), float(5532.49), float(0.348), float(0.937))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff", "Rori", long(0), float(5140.88), float(80), float(5531.23), float(0.47), float(0.883))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5138.23), float(80), float(5530.47), float(-0.025), float(1))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5125.21), float(80), float(5552.98), float(0.594), float(0.804))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5160.23), float(80), float(5548.55), float(-0.454), float(0.891))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5160.11), float(80), float(5553.68), float(0.65), float(0.76))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5150.09), float(80), float(5563.9), float(-0.504), float(0.864))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5145.57), float(80), float(5581.59), float(0.238), float(0.971))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff", "Rori", long(0), float(5141.08), float(80), float(5595.36), float(-0.065), float(0.998))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5149.82), float(80), float(5583.24), float(0.102), float(0.995))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff", "Rori", long(0), float(5145.91), float(80), float(5599.09), float(0.078), float(0.997))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5147.95), float(80), float(5607.33), float(-0.563), float(0.827))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5147.09), float(80), float(5589.4), float(-0.413), float(0.911))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5145.86), float(80), float(5572.89), float(-0.566), float(0.825))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5147.54), float(80), float(5557.53), float(0.398), float(0.918))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff", "Rori", long(0), float(5149.54), float(80), float(5551.34), float(-0.115), float(0.993))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff", "Rori", long(0), float(5165.2), float(80), float(5550.01), float(0.24), float(0.971))
stcSvc.spawnObject("object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff", "Rori", long(0), float(5139.4), float(160), float(5599.26), float(0.349), float(0.937))
stcSvc.spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff", "Rori", long(0), float(5124.02), float(80), float(5682.59), float(0.057), float(0.998))
stcSvc.spawnObject("object/building/military/shared_outpost_cloning_facility.iff", "Rori", long(0), float(5232.54), float(79.914), float(6176.29), float(0.703), float(0.711))
stcSvc.spawnObject("object/building/naboo/shared_rori_restuss_starport.iff", "Rori", long(0), float(5281.13), float(80), float(6171.442), float(1), float(-0.001))
stcSvc.spawnObject("object/building/military/shared_military_base_shed_imperial_style_cantina_s01.iff", "Rori", long(0), float(5284.15), float(80), float(6236.408), float(1), float(-0.001))
stcSvc.spawnObject("object/building/military/shared_military_base_shed_imperial_style_hospital_01.iff", "Rori", long(0), float(5327.94), float(80), float(6204.451), float(0.877), float(-0.48))
stcSvc.spawnObject("object/building/military/shared_military_rebel_tactical_center.iff", "Rori", long(0), float(4719.25), float(80), float(5870.46), float(0.707), float(0.707))
stcSvc.spawnObject("object/building/restuss/shared_restuss_faction_cantina.iff", "Rori", long(0), float(4827.85), float(80), float(5874.45), float(0.703), float(0.711))
stcSvc.spawnObject("object/building/military/shared_military_rebel_tactical_center.iff", "Rori", long(0), float(4778.08), float(80), float(5905.97), float(1), float(0))
stcSvc.spawnObject("object/building/military/shared_military_base_shed_rebel_style_01.iff", "Rori", long(0), float(4831.285), float(80), float(5810.192), float(-0.41), float(0.912))
stcSvc.spawnObject("object/building/military/shared_military_rebel_detachment_hq.iff", "Rori", long(0), float(4777.64), float(80), float(5776.2), float(0), float(1))
stcSvc.spawnObject("object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff", "Rori", long(0), float(5254.85), float(160), float(5553.39), float(-0.551), float(0.834))
stcSvc.spawnObject("object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff", "Rori", long(0), float(5365.02), float(160), float(5577.16), float(-0.574), float(0.819))
stcSvc.spawnObject("object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff", "Rori", long(0), float(5143.04), float(160), float(5552.77), float(-0.259), float(0.966))
stcSvc.spawnObject("object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff", "Rori", long(0), float(5404.76), float(160), float(5575.26), float(-0.574), float(0.819))
stcSvc.spawnObject("object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff", "Rori", long(0), float(5194), float(160), float(5533), float(0), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_bank_destroyed.iff', 'rori', long(0), float(5180.96), float(80), float(5583.95), float(0), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_02.iff', 'rori', long(0), float(5159.76), float(80), float(5524.92), float(0), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_destroyed_01.iff', 'rori', long(0), float(5120.55), float(80), float(5590.63), float(0.707), float(0.707))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_scorched_01.iff', 'rori', long(0), float(5097.06), float(80), float(5767.93), float(1), float(-0.001))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_scorched_02.iff', 'rori', long(0), float(5145), float(80), float(5776.85), float(0), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_02.iff', 'rori', long(0), float(5229.26), float(80), float(5771.02), float(1), float(-0.001))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_shuttleport_destroyed.iff', 'rori', long(0), float(5212.94), float(80), float(5810.55), float(-0.707), float(0.707))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_scorched_01.iff', 'rori', long(0), float(5225.19), float(80), float(5851.56), float(1), float(-0.001))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_02.iff', 'rori', long(0), float(5248.13), float(80), float(5813.96), float(0.707), float(0.707))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_02.iff', 'rori', long(0), float(5258), float(80), float(5788), float(1), float(-0.001))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_starport_destroyed.iff', 'rori', long(0), float(5364.5), float(80), float(5751.89), float(1), float(-0.001))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_01.iff', 'rori', long(0), float(5367.18), float(80), float(5890.96), float(1), float(-0.001))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_cloning_facility_destroyed.iff', 'rori', long(0), float(5426.02), float(80), float(5894.74), float(0.926), float(-0.376))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_02.iff', 'rori', long(0), float(5393.77), float(80), float(5860.94), float(0.923), float(-0.386))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_destroyed_01.iff', 'rori', long(0), float(5443.93), float(80), float(5837.13), float(0), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_guild_combat_destroyed.iff', 'rori', long(0), float(5446.43), float(80), float(5800.63), float(1), float(-0.001))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_destroyed_01.iff', 'rori', long(0), float(5492.77), float(80), float(5771.99), float(-0.707), float(0.707))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_01.iff', 'rori', long(0), float(5509.42), float(80), float(5723.96), float(1), float(-0.001))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_theater_destroyed.iff', 'rori', long(0), float(5466.96), float(80), float(5615.78), float(1), float(-0.001))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_scorched_02.iff', 'rori', long(0), float(5526.34), float(80), float(5568.87), float(-0.707), float(0.707))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_scorched_01.iff', 'rori', long(0), float(5462.94), float(80), float(5515.29), float(1), float(-0.001))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_01.iff', 'rori', long(0), float(5421.43), float(80), float(5609.62), float(0.71), float(-0.704))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_02.iff', 'rori', long(0), float(5421.78), float(80), float(5642.16), float(0.703), float(0.711))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_scorched_02.iff', 'rori', long(0), float(5386.51), float(80), float(5548.48), float(1), float(-0.001))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_guild_university_destroyed.iff', 'rori', long(0), float(5385.93), float(80), float(5608.18), float(0), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_destroyed_02.iff', 'rori', long(0), float(5342.67), float(80), float(5652.28), float(-0.707), float(0.707))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_hospital_destroyed.iff', 'rori', long(0), float(5298.06), float(80), float(5592.06), float(1), float(-0.001))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_destroyed_01.iff', 'rori', long(0), float(5282.66), float(80), float(5647.94), float(-0.707), float(0.707))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_scorched_01.iff', 'rori', long(0), float(5296.84), float(80), float(5545.69), float(0.707), float(0.707))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_scorched_01.iff', 'rori', long(0), float(5250.52), float(80), float(5528.92), float(0.002), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_scorched_02.iff', 'rori', long(0), float(5226.39), float(80), float(5562.31), float(0.707), float(0.707))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_hotel_destroyed.iff', 'rori', long(0), float(5149.98), float(80), float(5653), float(0), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_guild_commerce_destroyed.iff', 'rori', long(0), float(5237.66), float(80), float(5702.14), float(0), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_64x32_scorched_01.iff', 'rori', long(0), float(5156.02), float(80), float(5719.04), float(0), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_block_building_32x16_scorched_02.iff', 'rori', long(0), float(5097.81), float(80), float(5728.05), float(1), float(-0.001))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5077.51), float(80), float(5739.01), float(-0.194), float(0.981))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5077.38), float(80), float(5753.89), float(0.524), float(0.852))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5076.684), float(80), float(5743.6), float(-0.095), float(0.995))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5077.211), float(80), float(5748.28), float(-0.555), float(0.832))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5078.258), float(80), float(5760.22), float(0.424), float(0.906))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff', 'rori', long(0), float(5074.203), float(80), float(5760.97), float(0.596), float(0.803))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5078.103), float(80), float(5734.72), float(-0.662), float(0.75))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5075.671), float(80), float(5733.03), float(-0.458), float(0.889))
stcSvc.spawnObject('object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff', 'rori', long(0), float(5180.05), float(80.1), float(5749.9), float(-0.667), float(0.745))
stcSvc.spawnObject('object/static/worldbuilding/decal/shared_mun_decal_blast_main.iff', 'rori', long(0), float(5292.61), float(80.1), float(5691.7), float(0.536), float(0.844))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5195.66), float(80), float(5780.23), float(-0.27), float(0.963))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5181.01), float(80), float(5765.36), float(-0.411), float(0.912))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5195.78), float(80), float(5765.29), float(-0.057), float(0.998))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff', 'rori', long(0), float(5193.69), float(80), float(5775.52), float(-0.696), float(0.718))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5189.69), float(80), float(5770.34), float(-0.185), float(0.983))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5186.21), float(80), float(5777.83), float(0.213), float(0.977))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5181.04), float(80), float(5782.35), float(-0.155), float(0.988))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5185.41), float(80), float(5766.67), float(0.612), float(0.791))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff', 'rori', long(0), float(5194.66), float(80), float(5769.75), float(-0.062), float(0.998))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff', 'rori', long(0), float(5185), float(80), float(5771.49), float(-0.216), float(0.976))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5198.94), float(80), float(5764.97), float(-0.107), float(0.994))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5213.23), float(80), float(5765.96), float(0.49), float(0.872))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5200.4), float(80), float(5777.89), float(0.669), float(0.744))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5212.86), float(80), float(5778.53), float(0.01), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5156.26), float(80), float(5790.01), float(0.305), float(0.952))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5171.12), float(80), float(5830.58), float(-0.256), float(0.967))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5155.93), float(80), float(5798.19), float(0.248), float(0.969))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5172.98), float(80), float(5837.56), float(0.415), float(0.91))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5172.3), float(80), float(5818.53), float(0.509), float(0.861))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5172.31), float(80), float(5804.6), float(-0.105), float(0.994))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff', 'rori', long(0), float(5166.77), float(80), float(5796.86), float(0.091), float(0.996))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff', 'rori', long(0), float(5162.79), float(80), float(5806.88), float(-0.577), float(0.817))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5168.07), float(80), float(5812.14), float(-0.408), float(0.913))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5160.27), float(80), float(5829.17), float(-0.643), float(0.766))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff', 'rori', long(0), float(5157.31), float(80), float(5805.73), float(0.208), float(0.978))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff', 'rori', long(0), float(5158.65), float(80), float(5821.98), float(0.673), float(0.74))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff', 'rori', long(0), float(5168.43), float(80), float(5828.65), float(-0.221), float(0.975))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5156.4), float(80), float(5817.67), float(0.315), float(0.949))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5174.72), float(80), float(5841.5), float(-0.616), float(0.788))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5184.73), float(80), float(5852.15), float(-0.524), float(0.852))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5174.51), float(80), float(5862.33), float(0.657), float(0.754))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff', 'rori', long(0), float(5165.46), float(80), float(5848.79), float(0.04), float(0.999))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5162.79), float(80), float(5852.25), float(-0.055), float(0.998))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5175.7), float(80), float(5853.22), float(-0.065), float(0.998))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff', 'rori', long(0), float(5172.42), float(80), float(5849.51), float(-0.678), float(0.735))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5169.55), float(80), float(5856.93), float(-0.294), float(0.956))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5190.87), float(80), float(5854.03), float(-0.02), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5259.89), float(80), float(5861.79), float(-0.646), float(0.763))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5277.1), float(80), float(5856.63), float(-0.164), float(0.986))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5298.19), float(80), float(5856.3), float(-0.245), float(0.97))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5266.7), float(80), float(5856.33), float(-0.196), float(0.981))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5307.89), float(80), float(5856.03), float(0.195), float(0.981))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5275.71), float(80), float(5897.61), float(0.062), float(0.998))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5299.24), float(80), float(5897.31), float(-0.569), float(0.822))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5267.24), float(80), float(5865.29), float(0.179), float(0.984))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5308.22), float(80), float(5865.24), float(0.513), float(0.858))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5289.48), float(80), float(5858.34), float(-0.683), float(0.73))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff', 'rori', long(0), float(5270.1), float(80), float(5859.39), float(0.33), float(0.944))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff', 'rori', long(0), float(5305.93), float(80), float(5863.17), float(-0.049), float(0.999))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5275.84), float(80), float(5871.66), float(-0.306), float(0.952))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5294.33), float(80), float(5884.62), float(0.505), float(0.863))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5294.94), float(80), float(5865.96), float(-0.022), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5285.54), float(80), float(5869.48), float(-0.586), float(0.811))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff', 'rori', long(0), float(5282.57), float(80), float(5876.22), float(0.084), float(0.996))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff', 'rori', long(0), float(5290.79), float(80), float(5875.07), float(0.238), float(0.971))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff', 'rori', long(0), float(5296.08), float(80), float(5873.61), float(0.706), float(0.708))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5285.84), float(80), float(5881.4), float(0.195), float(0.981))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5275.65), float(80), float(5882.23), float(0.602), float(0.799))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5285.73), float(80), float(5899.68), float(0.596), float(0.803))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff', 'rori', long(0), float(5280.34), float(80), float(5888.99), float(-0.693), float(0.721))
stcSvc.spawnObject('object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff', 'rori', long(0), float(5281.55), float(80.1), float(5851.38), float(-0.58), float(0.815))
stcSvc.spawnObject('object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff', 'rori', long(0), float(5175.19), float(80.1), float(5819.3), float(0.26), float(0.966))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5298.34), float(80), float(5816.49), float(0.695), float(0.719))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5289.17), float(80), float(5816.49), float(-0.438), float(0.899))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5288.77), float(80), float(5807.39), float(-0.699), float(0.715))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5297.9), float(80), float(5807.32), float(-0.594), float(0.805))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5295.96), float(80), float(5810.31), float(0.166), float(0.986))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5293.87), float(80), float(5814.9), float(-0.523), float(0.852))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5305.14), float(80), float(5830.7), float(-0.695), float(0.719))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5302.09), float(80), float(5826.91), float(-0.486), float(0.874))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5308.07), float(80), float(5828.84), float(-0.467), float(0.884))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5301.85), float(80), float(5830.23), float(0.38), float(0.925))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5343.28), float(80), float(5845.51), float(-0.551), float(0.834))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff', 'rori', long(0), float(5345.82), float(80), float(5850.02), float(-0.017), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5312.34), float(80), float(5853.74), float(0.266), float(0.964))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff', 'rori', long(0), float(5350.06), float(80), float(5851.27), float(0.46), float(0.888))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff', 'rori', long(0), float(5347.26), float(80), float(5846.61), float(0.255), float(0.967))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5353.75), float(80), float(5847.36), float(0.398), float(0.918))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5356.68), float(80), float(5850.61), float(0.292), float(0.957))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5344.38), float(80), float(5854.76), float(0.641), float(0.767))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5313.28), float(80), float(5871.85), float(0.246), float(0.969))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5342.86), float(80), float(5871.45), float(-0.616), float(0.788))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff', 'rori', long(0), float(5320.69), float(80), float(5859.19), float(-0.114), float(0.994))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff', 'rori', long(0), float(5326.61), float(80), float(5859.34), float(0.61), float(0.792))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff', 'rori', long(0), float(5315.46), float(80), float(5867.65), float(-0.039), float(0.999))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5336.34), float(80), float(5860.76), float(0.63), float(0.776))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5315.38), float(80), float(5857.7), float(0.15), float(0.989))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff', 'rori', long(0), float(5330.16), float(80), float(5869.99), float(0.641), float(0.767))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff', 'rori', long(0), float(5331.98), float(80), float(5865.41), float(-0.604), float(0.797))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5319.4), float(80), float(5865.26), float(-0.131), float(0.991))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5322.76), float(80), float(5852.16), float(0.7), float(0.714))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5335.51), float(80), float(5852.77), float(-0.072), float(0.997))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5355.58), float(80), float(5833.37), float(-0.549), float(0.836))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5371.95), float(80), float(5841.84), float(-0.246), float(0.969))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5362.66), float(80), float(5851.82), float(-0.683), float(0.73))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5372.07), float(80), float(5854.28), float(-0.079), float(0.997))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff', 'rori', long(0), float(5367.5), float(80), float(5848.69), float(0.647), float(0.763))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5349.5), float(80), float(5885.33), float(0.439), float(0.899))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5346.38), float(80), float(5877.36), float(0.431), float(0.902))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5382.79), float(80), float(5882.54), float(0.643), float(0.766))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5384.75), float(80), float(5899.56), float(0.37), float(0.929))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5457.56), float(80), float(5861.21), float(0.612), float(0.791))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5456.49), float(80), float(5853.73), float(-0.683), float(0.73))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff', 'rori', long(0), float(5450.94), float(80), float(5873.82), float(0.513), float(0.858))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5458.31), float(80), float(5864.73), float(-0.599), float(0.801))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5408.1), float(80), float(5847.98), float(-0.523), float(0.852))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5414.02), float(80), float(5846.78), float(0.073), float(0.997))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5445.83), float(80), float(5718.46), float(0.166), float(0.986))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5478.54), float(80), float(5828.79), float(-0.299), float(0.954))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5500.4), float(80), float(5807.04), float(-0.448), float(0.894))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5492.18), float(80), float(5829.82), float(0.351), float(0.936))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5500.51), float(80), float(5822.23), float(0.452), float(0.892))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff', 'rori', long(0), float(5497.91), float(80), float(5826.41), float(0.313), float(0.95))
stcSvc.spawnObject('object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff', 'rori', long(0), float(5480.65), float(80.1), float(5813.16), float(-0.472), float(0.882))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5497.99), float(80), float(5734.71), float(0.584), float(0.812))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5484.98), float(80), float(5736.43), float(0.149), float(0.989))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5484.75), float(80), float(5718.3), float(0.595), float(0.804))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5455.17), float(80), float(5717.56), float(0.069), float(0.998))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff', 'rori', long(0), float(5476.86), float(80), float(5730.67), float(-0.014), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff', 'rori', long(0), float(5470.95), float(80), float(5730.29), float(0.621), float(0.784))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff', 'rori', long(0), float(5482.41), float(80), float(5722.41), float(-0.392), float(0.92))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5461.27), float(80), float(5728.5), float(-0.571), float(0.821))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5482.1), float(80), float(5732.36), float(0.3), float(0.954))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff', 'rori', long(0), float(5467.81), float(80), float(5719.51), float(0.611), float(0.792))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff', 'rori', long(0), float(5465.81), float(80), float(5724.01), float(0.668), float(0.744))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5478.39), float(80), float(5724.65), float(-0.203), float(0.979))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5474.52), float(80), float(5737.61), float(0.155), float(0.988))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5461.8), float(80), float(5736.51), float(-0.096), float(0.995))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5453.01), float(80), float(5734.19), float(0.503), float(0.864))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5452.77), float(80), float(5714.75), float(0.041), float(0.999))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff', 'rori', long(0), float(5454.89), float(80), float(5710.52), float(0.65), float(0.76))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5458.8), float(80), float(5708.08), float(0.517), float(0.856))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff', 'rori', long(0), float(5469.63), float(80), float(5712.67), float(0.609), float(0.793))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5482.35), float(80), float(5713.97), float(-0.536), float(0.844))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5475.69), float(80), float(5703.35), float(0.066), float(0.998))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff', 'rori', long(0), float(5471.4), float(80), float(5708.07), float(0.311), float(0.95))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff', 'rori', long(0), float(5465.94), float(80), float(5702.06), float(0.306), float(0.952))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5454.69), float(80), float(5700.57), float(0.227), float(0.974))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff', 'rori', long(0), float(5460.01), float(80), float(5701.99), float(0.144), float(0.99))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5451.6), float(80), float(5696.65), float(0.424), float(0.906))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5461.99), float(80), float(5694.93), float(-0.34), float(0.94))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5474.75), float(80), float(5695.38), float(0.566), float(0.824))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5483.65), float(80), float(5697.24), float(-0.706), float(0.708))
stcSvc.spawnObject('object/static/worldbuilding/decal/shared_mun_decal_blast_main.iff', 'rori', long(0), float(5443.98), float(80.1), float(5678.05), float(0.648), float(0.762))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5523.95), float(80), float(5700.95), float(-0.114), float(0.994))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5523.89), float(80), float(5711.99), float(0.463), float(0.886))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5506.73), float(80), float(5696.61), float(-0.222), float(0.975))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5506.65), float(80), float(5671.8), float(-0.542), float(0.841))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5528.42), float(80), float(5670.98), float(0.383), float(0.924))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5528.32), float(80), float(5696.23), float(0.656), float(0.755))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5511.8), float(80), float(5678.09), float(-0.502), float(0.865))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5511.78), float(80), float(5688.71), float(0.438), float(0.899))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5522.8), float(80), float(5690.86), float(0.256), float(0.967))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5523.08), float(80), float(5678.49), float(0.645), float(0.764))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5516.3), float(80), float(5660.46), float(0.356), float(0.934))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5525.47), float(80), float(5660.47), float(-0.637), float(0.771))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5523.09), float(80), float(5654.28), float(0.626), float(0.78))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5521.01), float(80), float(5658.87), float(-0.089), float(0.996))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5515.9), float(80), float(5651.36), float(-0.148), float(0.989))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5525.04), float(80), float(5651.29), float(-0.642), float(0.767))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5521.94), float(80), float(5643.51), float(-0.606), float(0.795))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5520.89), float(80), float(5610.39), float(-0.624), float(0.782))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5523.2), float(80), float(5612.25), float(0.314), float(0.95))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5522.31), float(80), float(5616.48), float(0.072), float(0.997))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5521.17), float(80), float(5621.01), float(0.147), float(0.989))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5521.36), float(80), float(5625.72), float(0.12), float(0.993))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5521.14), float(80), float(5631.32), float(0.51), float(0.86))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5521.57), float(80), float(5637.7), float(-0.04), float(0.999))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff', 'rori', long(0), float(5517.48), float(80), float(5638.16), float(-0.226), float(0.974))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5497.4), float(80), float(5525.48), float(-0.683), float(0.73))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5502.11), float(80), float(5528.12), float(-0.605), float(0.796))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5516.9), float(80), float(5534.36), float(0.031), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5516.7), float(80), float(5527.19), float(-0.385), float(0.923))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff', 'rori', long(0), float(5519.44), float(80.003), float(5514.45), float(0.579), float(0.815))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff', 'rori', long(0), float(5502.58), float(80), float(5515.86), float(0.375), float(0.927))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff', 'rori', long(0), float(5511.45), float(80), float(5518.44), float(0.151), float(0.988))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5504.83), float(80), float(5521.1), float(-0.624), float(0.781))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5515.49), float(80), float(5523.41), float(0.169), float(0.986))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5419.37), float(80), float(5536.26), float(0.136), float(0.991))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5315.31), float(80), float(5528.79), float(-0.01), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5317.1), float(80), float(5526.43), float(-0.456), float(0.89))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5321.35), float(80), float(5527.2), float(-0.297), float(0.955))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5325.91), float(80), float(5528.21), float(0.058), float(0.998))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5330.62), float(80), float(5527.87), float(0.05), float(0.999))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5336.22), float(80), float(5527.93), float(-0.172), float(0.985))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff', 'rori', long(0), float(5343.17), float(80), float(5531.4), float(-0.308), float(0.951))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5353.71), float(80), float(5540.9), float(0.12), float(0.993))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5305.62), float(80), float(5520.66), float(-0.426), float(0.905))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5285.75), float(80), float(5518.15), float(0.27), float(0.963))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5300.28), float(80), float(5518.6), float(0.22), float(0.975))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5294.6), float(80), float(5564.51), float(0.006), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5284.84), float(80), float(5531.77), float(-0.503), float(0.864))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5245.96), float(80), float(5591.48), float(0.679), float(0.734))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff', 'rori', long(0), float(5251.18), float(80), float(5599.9), float(0.511), float(0.86))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5242.77), float(80), float(5602.57), float(0.674), float(0.739))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5242.46), float(80), float(5582.51), float(0.284), float(0.959))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff', 'rori', long(0), float(5253.15), float(80), float(5580.89), float(-0.11), float(0.994))
stcSvc.spawnObject('object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff', 'rori', long(0), float(5229.35), float(80.1), float(5596.48), float(-0.061), float(0.998))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5220.69), float(80), float(5575.19), float(-0.613), float(0.79))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff', 'rori', long(0), float(5196.84), float(80), float(5617.9), float(0.509), float(0.861))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff', 'rori', long(0), float(5213.44), float(80), float(5615.23), float(-0.458), float(0.889))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5208.07), float(80), float(5617.47), float(0.116), float(0.993))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5202.23), float(80), float(5618.89), float(0.027), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5214.6), float(80), float(5608.22), float(-0.266), float(0.964))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff', 'rori', long(0), float(5215.14), float(80), float(5601.33), float(0.208), float(0.978))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff', 'rori', long(0), float(5215.65), float(80), float(5596.33), float(0.451), float(0.893))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5215.39), float(80), float(5590.41), float(-0.081), float(0.997))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5214.94), float(80), float(5580.15), float(0.258), float(0.966))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff', 'rori', long(0), float(5214.81), float(80), float(5574.33), float(0.14), float(0.99))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5214.49), float(80), float(5564.43), float(-0.543), float(0.84))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5213.63), float(80), float(5568.46), float(0.013), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5209.98), float(80), float(5649.83), float(-0.032), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5209.88), float(80), float(5675.08), float(-0.329), float(0.944))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5204.36), float(80), float(5669.71), float(0.452), float(0.892))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5204.64), float(80), float(5657.35), float(-0.335), float(0.942))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5193.35), float(80), float(5656.95), float(-0.128), float(0.992))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5193.34), float(80), float(5667.56), float(-0.686), float(0.728))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5188.29), float(80), float(5675.47), float(0.124), float(0.992))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5188.21), float(80), float(5650.66), float(0.038), float(0.999))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5222.93), float(80), float(5647.28), float(-0.105), float(0.994))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5232.42), float(80), float(5637.62), float(-0.559), float(0.829))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5243.73), float(80), float(5637.3), float(0.576), float(0.818))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5253.27), float(80), float(5646.9), float(-0.571), float(0.821))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5253.52), float(80), float(5658.46), float(-0.453), float(0.891))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5249.86), float(80), float(5678.38), float(0.025), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5222.49), float(80), float(5658.71), float(0.69), float(0.724))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5226.38), float(80), float(5678.84), float(0.706), float(0.708))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5237.82), float(80), float(5637.11), float(0.283), float(0.959))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5223.14), float(80), float(5651.67), float(-0.186), float(0.983))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5252.53), float(80), float(5651.24), float(-0.065), float(0.998))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff', 'rori', long(0), float(5226.79), float(80), float(5671.61), float(0.066), float(0.998))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5226.23), float(80), float(5664.81), float(0.529), float(0.848))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5245.53), float(80), float(5673.65), float(-0.226), float(0.974))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5249.54), float(80), float(5662.58), float(-0.124), float(0.992))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff', 'rori', long(0), float(5244.63), float(80), float(5665.11), float(0.459), float(0.888))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff', 'rori', long(0), float(5228.5), float(80), float(5657.26), float(0.344), float(0.939))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff', 'rori', long(0), float(5247.24), float(80), float(5657.42), float(-0.604), float(0.797))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5227.94), float(80), float(5646.67), float(-0.225), float(0.974))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5233.04), float(80), float(5650.28), float(0.061), float(0.998))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff', 'rori', long(0), float(5247.83), float(80), float(5646.19), float(-0.434), float(0.901))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5243.25), float(80), float(5642.85), float(-0.651), float(0.759))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5245.48), float(80), float(5652.77), float(-0.695), float(0.719))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5175.59), float(80), float(5678.05), float(0.701), float(0.713))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5174.61), float(80), float(5684.21), float(-0.041), float(0.999))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff', 'rori', long(0), float(5166.48), float(80), float(5683.62), float(-0.163), float(0.987))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5133), float(80), float(5680.82), float(-0.66), float(0.751))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5110.22), float(80), float(5701.89), float(0.454), float(0.891))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff', 'rori', long(0), float(5097.56), float(80), float(5698.42), float(-0.532), float(0.846))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5102.24), float(80), float(5702.75), float(-0.696), float(0.718))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5108.28), float(80), float(5710.77), float(-0.509), float(0.86))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5091.555), float(80), float(5709.31), float(-0.572), float(0.82))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_12.iff', 'rori', long(0), float(5092.972), float(80), float(5696.61), float(-0.471), float(0.882))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5109.16), float(80), float(5678.72), float(0.69), float(0.724))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5105.21), float(80), float(5681.78), float(0.174), float(0.985))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff', 'rori', long(0), float(5103.74), float(80), float(5687.08), float(0.19), float(0.982))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff', 'rori', long(0), float(5103.62), float(80), float(5693.01), float(0.17), float(0.985))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5110.78), float(80), float(5689.13), float(0.279), float(0.96))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5097.66), float(80), float(5685.82), float(-0.431), float(0.902))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff', 'rori', long(0), float(5095.256), float(80), float(5681.89), float(0.38), float(0.925))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5091.049), float(80), float(5679.73), float(-0.537), float(0.844))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5116.68), float(80), float(5711.43), float(-0.031), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5119.3), float(80), float(5726.44), float(0.491), float(0.871))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5113.46), float(80), float(5662.63), float(0.698), float(0.716))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5108.9), float(80), float(5666.54), float(0.569), float(0.822))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5116.03), float(80), float(5646.49), float(0.448), float(0.894))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5097.14), float(80), float(5651.59), float(-0.546), float(0.838))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5084.339), float(80), float(5675.99), float(0.014), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5084.871), float(80), float(5660.02), float(0.563), float(0.826))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff', 'rori', long(0), float(5083.932), float(80), float(5669.38), float(0.322), float(0.947))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5084.565), float(80), float(5680.82), float(-0.456), float(0.89))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff', 'rori', long(0), float(5084.168), float(80), float(5685.02), float(-0.218), float(0.976))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_07.iff', 'rori', long(0), float(5084.497), float(80), float(5690.6), float(-0.301), float(0.954))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_04.iff', 'rori', long(0), float(5084.01), float(80), float(5688.24), float(0.684), float(0.73))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5084.504), float(80), float(5696.37), float(-0.237), float(0.972))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5084.77), float(80), float(5702.69), float(-0.519), float(0.855))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5084.853), float(80), float(5717.58), float(-0.69), float(0.723))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5211.81), float(80), float(5537.59), float(0.054), float(0.998))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5179.29), float(80), float(5537.94), float(0.337), float(0.942))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5211.7), float(80), float(5522.95), float(-0.558), float(0.83))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5178.98), float(80), float(5523.22), float(0.427), float(0.904))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5202.65), float(80), float(5539.89), float(-0.361), float(0.933))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_14.iff', 'rori', long(0), float(5189.33), float(80), float(5539.79), float(0.643), float(0.766))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5210.43), float(80), float(5525.79), float(-0.184), float(0.983))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5206.08), float(80), float(5528.77), float(0.166), float(0.986))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff', 'rori', long(0), float(5210.43), float(80), float(5534.08), float(-0.445), float(0.896))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5200.69), float(80), float(5529.35), float(0.462), float(0.887))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5196.33), float(80), float(5536.56), float(-0.072), float(0.997))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_09.iff', 'rori', long(0), float(5213.67), float(80), float(5528.99), float(-0.378), float(0.926))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff', 'rori', long(0), float(5197.47), float(80), float(5524.56), float(-0.586), float(0.81))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_08.iff', 'rori', long(0), float(5180.38), float(80), float(5526.05), float(-0.154), float(0.988))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5179.32), float(80), float(5533.6), float(0.483), float(0.876))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_05.iff', 'rori', long(0), float(5185.84), float(80), float(5522.57), float(-0.316), float(0.949))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5190.74), float(80), float(5529.2), float(-0.445), float(0.896))
stcSvc.spawnObject('object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff', 'rori', long(0), float(5227.9), float(160), float(5601.05), float(0.008), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5134.58), float(80), float(5539.41), float(-0.432), float(0.902))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5134.78), float(80), float(5542.81), float(-0.642), float(0.767))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_02.iff', 'rori', long(0), float(5129.98), float(80), float(5546.21), float(0.579), float(0.816))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5126.34), float(80), float(5555.94), float(0.649), float(0.761))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5124.72), float(80), float(5550.28), float(-0.35), float(0.937))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_03.iff', 'rori', long(0), float(5137.69), float(80), float(5532.49), float(0.348), float(0.937))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_06.iff', 'rori', long(0), float(5140.88), float(80), float(5531.23), float(0.47), float(0.883))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5138.23), float(80), float(5530.47), float(-0.025), float(1))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5125.21), float(80), float(5552.98), float(0.594), float(0.804))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5160.23), float(80), float(5548.55), float(-0.454), float(0.891))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5160.11), float(80), float(5553.68), float(0.65), float(0.76))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5150.09), float(80), float(5563.9), float(-0.504), float(0.864))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5145.57), float(80), float(5581.59), float(0.238), float(0.971))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_15.iff', 'rori', long(0), float(5141.08), float(80), float(5595.36), float(-0.065), float(0.998))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5149.82), float(80), float(5583.24), float(0.102), float(0.995))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_01.iff', 'rori', long(0), float(5145.91), float(80), float(5599.09), float(0.078), float(0.997))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5147.95), float(80), float(5607.33), float(-0.563), float(0.827))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5147.09), float(80), float(5589.4), float(-0.413), float(0.911))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5145.86), float(80), float(5572.89), float(-0.566), float(0.825))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5147.54), float(80), float(5557.53), float(0.398), float(0.918))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_11.iff', 'rori', long(0), float(5149.54), float(80), float(5551.34), float(-0.115), float(0.993))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_10.iff', 'rori', long(0), float(5165.2), float(80), float(5550.01), float(0.24), float(0.971))
stcSvc.spawnObject('object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff', 'rori', long(0), float(5139.4), float(160), float(5599.26), float(0.349), float(0.937))
stcSvc.spawnObject('object/static/worldbuilding/structures/shared_mun_nboo_building_chunk_destoyed_13.iff', 'rori', long(0), float(5124.02), float(80), float(5682.59), float(0.057), float(0.998))
stcSvc.spawnObject('object/building/military/shared_outpost_cloning_facility.iff', 'rori', long(0), float(5232.54), float(79.914), float(6176.29), float(0.703), float(0.711))
stcSvc.spawnObject('object/building/naboo/shared_rori_restuss_starport.iff', 'rori', long(0), float(5281.13), float(80), float(6171.442), float(1), float(-0.001))
stcSvc.spawnObject('object/building/military/shared_military_base_shed_imperial_style_cantina_s01.iff', 'rori', long(0), float(5284.15), float(80), float(6236.408), float(1), float(-0.001))
stcSvc.spawnObject('object/building/military/shared_military_base_shed_imperial_style_hospital_01.iff', 'rori', long(0), float(5327.94), float(80), float(6204.451), float(0.877), float(-0.48))
stcSvc.spawnObject('object/building/military/shared_military_rebel_tactical_center.iff', 'rori', long(0), float(4719.25), float(80), float(5870.46), float(0.707), float(0.707))
stcSvc.spawnObject('object/building/restuss/shared_restuss_faction_cantina.iff', 'rori', long(0), float(4827.85), float(80), float(5874.45), float(0.703), float(0.711))
stcSvc.spawnObject('object/building/military/shared_military_rebel_tactical_center.iff', 'rori', long(0), float(4778.08), float(80), float(5905.97), float(1), float(0))
stcSvc.spawnObject('object/building/military/shared_military_base_shed_rebel_style_01.iff', 'rori', long(0), float(4831.285), float(80), float(5810.192), float(-0.41), float(0.912))
stcSvc.spawnObject('object/building/military/shared_military_rebel_detachment_hq.iff', 'rori', long(0), float(4777.64), float(80), float(5776.2), float(0), float(1))
stcSvc.spawnObject('object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff', 'rori', long(0), float(5254.85), float(160), float(5553.39), float(-0.551), float(0.834))
stcSvc.spawnObject('object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff', 'rori', long(0), float(5365.02), float(160), float(5577.16), float(-0.574), float(0.819))
stcSvc.spawnObject('object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff', 'rori', long(0), float(5143.04), float(160), float(5552.77), float(-0.259), float(0.966))
stcSvc.spawnObject('object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff', 'rori', long(0), float(5404.76), float(160), float(5575.26), float(-0.574), float(0.819))
stcSvc.spawnObject('object/static/worldbuilding/decal/shared_mun_decal_blast_lg.iff', 'rori', long(0), float(5194), float(160), float(5533), float(0), float(1))
return
+53
View File
@@ -0,0 +1,53 @@
import sys
def addPlanetSpawns(core, planet):
stcSvc = core.staticService
# Travel spawns
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'tatooine', long(0), float(-1090.8), float(12.6), float(-3554.9), float(-0.67), float(0.74)) # bestine shuttleport
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'tatooine', long(0), float(-1382.15), float(12), float(-3583.25), float(1), float(-0.08)) # bestine starport
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'tatooine', long(0), float(3427.5), float(5.6), float(-4644.1), float(-0.485545), float(0.874212)) # mos eisley shuttleport
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'tatooine', long(0), float(3623.5), float(5), float(-4793.5), float(-0.103924), float(0.994585)) # mos eisley starport
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'tatooine', long(0), float(-2886.3), float(5.6), float(1929.4), float(-0.113814), float(0.993502)) # mos espa shuttleport a
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'tatooine', long(0), float(-3116.3), float(5.6), float(2166.1), float(-0.621933), float(0.783071)) # mos espa shuttleport b
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'tatooine', long(0), float(3623.5), float(5.6), float(2178.4), float(-0.123692), float(0.992321)) # mos espa shuttleport c
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'tatooine', long(0), float(38.15), float(52.6), float(-5532.2), float(1), float(0)) # anchorhead shuttleport
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'tatooine', long(0), float(1241.95), float(7), float(3053.42), float(0.89), float(0.46)) # mos entha starport
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'tatooine', long(0), float(1386.12), float(7.6), float(3473.81), float(1), float(0)) # mos entha shuttleport a
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'tatooine', long(0), float(1721.5), float(7.6), float(3191.3), float(1), float(0)) # mos entha shuttleport b
stcSvc.spawnObject('object/tangible/travel/ticket_collector/shared_ticket_collector.iff', 'tatooine', long(0), float(-2820.5), float(5), float(2083.71), float(0), float(1)) # mos espa starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(0), float(-1091.9), float(12.6), float(-3572.7), float(-0.645025), float(0.764162)) # bestine shuttleport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(0), float(-2903.5), float(5.6), float(1924), float(-0.113814), float(0.993502)) # mos espa shuttleport a
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(0), float(-3124.4), float(5.6), float(2138.1), float(0.621933), float(0.783071)) # mos espa shuttleport b
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(0), float(-2810), float(12.6), float(2173.8), float(-0.123962), float(0.992321)) # mos espa shuttleport c
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(0), float(55.7), float(52.6), float(-5531.4), float(1), float(0)) # anchorhead shuttleport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(0), float(1403.6), float(7.6), float(3474.4), float(1), float(0)) # mos entha shuttleport a
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(0), float(1739), float(7.6), float(3192.1), float(1), float(0)) # mos entha shuttleport b
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(0), float(3418.4), float(5.6), float(-4659.3), float(-0.485545), float(0.874212)) # mos eisley shuttleport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(1106372), float(11.5), float(0.6), float(51.3), float(0.195405), float(-0.980722)) # mos eisley starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(1106372), float(3.1), float(0.6), float(49), float(0), float(1)) # mos eisley starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(1106372), float(-2.7), float(0.6), float(49), float(0), float(1)) # mos eisley starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(1106372), float(-13.2), float(0.6), float(51.3), float(-0.195405), float(-0.980722)) # mos eisley starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(1026828), float(11.5), float(0.6), float(51.3), float(0.195405), float(-0.980722)) # bestine starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(1026828), float(3.1), float(0.6), float(49), float(0), float(1)) # bestine starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(1026828), float(-2.7), float(0.6), float(49), float(0), float(1)) # bestine starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(1026828), float(-13.2), float(0.6), float(51.3), float(-0.195405), float(-0.980722)) # bestine starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(1261655), float(11.5), float(0.6), float(51.3), float(0.195405), float(-0.980722)) # mos espa starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(1261655), float(3.1), float(0.6), float(49), float(0), float(1)) # mos espa starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(1261655), float(-2.7), float(0.6), float(49), float(0), float(1)) # mos espa starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(1261655), float(-13.2), float(0.6), float(51.3), float(-0.195405), float(-0.980722)) # mos espa starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(4005520), float(11.5), float(0.6), float(51.3), float(0.195405), float(-0.980722)) # mos entha starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(4005520), float(3.1), float(0.6), float(49), float(0), float(1)) # mos entha starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(4005520), float(-2.7), float(0.6), float(49), float(0), float(1)) # mos entha starport
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_travel.iff', 'tatooine', long(4005520), float(-13.2), float(0.6), float(51.3), float(-0.195405), float(-0.980722)) # mos entha starport
return
+3 -2
View File
@@ -219,8 +219,9 @@ public class NGECore {
zoneDispatch.addService(simulationService);
// Static Spawns
//staticService = new StaticService(this);
//staticService.spawnPlanetStaticObjs("rori");
staticService = new StaticService(this);
staticService.spawnStatics();
guildService = new GuildService(this);
zoneDispatch.addService(guildService);
+6 -11
View File
@@ -55,17 +55,12 @@ public class LoginClusterStatus extends SWGMessage {
result.putShort((short)serverPort);
result.putShort((short)pingPort);
result.putInt(population); // ServerPopulation, if not 0xFFFFFFFF then it will show the population in brackets
if(population >= 300 && population < 600)
populationStatus = 1;
else if(population < 900)
populationStatus = 2;
else if(population < 1200)
populationStatus = 3;
else if(population < 1500)
populationStatus = 4;
else if(population < 3000)
populationStatus = 5;
else if(population == 3000) {
if (population >= 300 && population < 600) populationStatus = 1;
else if (population >= 600 && population < 900) populationStatus = 2;
else if (population >= 900 && population < 1200) populationStatus = 3;
else if (population >= 1200 && population < 1500) populationStatus = 4;
else if (population >= 1500 && population < 3000) populationStatus = 5;
else if (population == 3000) {
populationStatus = 6;
status = 3;
}
+4 -3
View File
@@ -106,7 +106,7 @@ public class SimulationService implements INetworkDispatch {
List<SWGObject> objectList = core.objectService.getObjectList();
synchronized(objectList) {
for(SWGObject obj : objectList) {
if(obj.getParentId() == 0) {
if(obj.getParentId() == 0 && obj.isInSnapshot()) {
add(obj, obj.getPosition().x, obj.getPosition().z);
}
}
@@ -143,9 +143,9 @@ public class SimulationService implements INetworkDispatch {
quadTrees.get(object.getPlanet().getName()).put(x, y, object);
}
public void add(SWGObject object, float x, float y) {
public boolean add(SWGObject object, float x, float y) {
object.setIsInQuadtree(true);
quadTrees.get(object.getPlanet().getName()).put(x, y, object);
return quadTrees.get(object.getPlanet().getName()).put(x, y, object);
}
public boolean move(SWGObject object, int oldX, int oldY, int newX, int newY) {
@@ -254,6 +254,7 @@ public class SimulationService implements INetworkDispatch {
for(int i = 0; i < newAwareObjects.size(); i++) {
SWGObject obj = newAwareObjects.get(i);
if(!updateAwareObjects.contains(obj) && obj != object && !object.getAwareObjects().contains(obj) && obj.getWorldPosition().getDistance2D(newPos) <= 200 && obj.getContainer() != object && obj.isInQuadtree()) {
System.out.println(obj.getTemplate());
object.makeAware(obj);
if(obj.getClient() != null)
obj.makeAware(object);
+12 -4
View File
@@ -40,6 +40,12 @@ public class StaticService implements INetworkDispatch {
this.core = core;
}
public void spawnStatics() {
spawnPlanetStaticObjs("rori");
spawnPlanetStaticObjs("naboo");
spawnPlanetStaticObjs("tatooine");
}
@Override
public void insertOpcodes(Map<Integer, INetworkRemoteEvent> arg0, Map<Integer, INetworkRemoteEvent> arg1) {
@@ -54,14 +60,13 @@ public class StaticService implements INetworkDispatch {
Planet planetObj = (Planet) core.terrainService.getPlanetByName(planet);
core.scriptService.callScript("scripts/static_spawns", "addPlanetSpawns", planetObj.getName(), core, planetObj);
System.out.println("Loaded static objs for " + planetObj.getName());
//spawnObject("object/static/worldbuilding/structures/shared_mun_nboo_bank_destroyed.iff", "rori", (long) 0, (float) 5180.96, (float) 80, (float) 5583.95, (float) 0, (float) 1);
}
public void spawnObject(String template, String planetName, long cellId, float x, float y, float z, float qY, float qW) {
Planet planet = core.terrainService.getPlanetByName(planetName);
System.out.println("template: " + template + " x: " + x + " y: " + y + " z: " + z);
//System.out.println("template: " + template + " x: " + x + " y: " + y + " z: " + z);
if(planet == null) {
System.out.println("Cant spawn static object because planet is null");
@@ -75,8 +80,11 @@ public class StaticService implements INetworkDispatch {
return;
}
if(cellId == 0)
core.simulationService.add(object, (float) x, (float) y);
if(cellId == 0) {
boolean add = core.simulationService.add(object, (float) x, (float) z);
if(!add)
System.out.println("Quadtree insert failed for: " + template);
}
else {
SWGObject parent = core.objectService.getObject(cellId);
if(parent == null) {
+650
View File
@@ -0,0 +1,650 @@
/*******************************************************************************
* Copyright (c) 2013 <Project SWG>
*
* This File is part of NGECore2.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Using NGEngine to work with NGECore2 is making a combined work based on NGEngine.
* Therefore all terms and conditions of the GNU Lesser General Public License cover the combination.
******************************************************************************/
package services.combat;
import main.NGECore;
public class CombatCommands {
public static void registerCommands(NGECore core) {
// Auto Attacks
core.commandService.registerCombatCommand("rangedshotrifle");
core.commandService.registerCombatCommand("rangedshotpistol");
core.commandService.registerCombatCommand("rangedshotlightrifle");
core.commandService.registerCombatCommand("rangedshot");
core.commandService.registerCombatCommand("meleehit");
core.commandService.registerCombatCommand("saberhit");
core.commandService.registerCombatCommand("fireAcidBeam");
core.commandService.registerCombatCommand("fireAcidBeamAvatar");
core.commandService.registerCombatCommand("fireAcidBeamHeavy");
core.commandService.registerCombatCommand("fireAcidRifle");
core.commandService.registerCombatCommand("fireCr1BlastCannon");
core.commandService.registerCombatCommand("fireCrusaderHeavyRifle");
core.commandService.registerCombatCommand("fireElitePistolLauncher");
core.commandService.registerCombatCommand("fireFlameThrowerLight");
core.commandService.registerCombatCommand("fireHeavyShotgun");
core.commandService.registerCombatCommand("fireHeavyWeapon");
core.commandService.registerCombatCommand("fireIceGun");
core.commandService.registerCombatCommand("fireLavaCannon");
core.commandService.registerCombatCommand("fireLavaCannonGeneric");
core.commandService.registerCombatCommand("fireLightningBeam");
core.commandService.registerCombatCommand("fireParticleBeam");
core.commandService.registerCombatCommand("firePistolLauncher");
core.commandService.registerCombatCommand("firePistolLauncherGeneric");
core.commandService.registerCombatCommand("firePistolLauncherMedium");
core.commandService.registerCombatCommand("firePistolLauncherTargeting");
core.commandService.registerCombatCommand("firePlasmaFlameThrower");
core.commandService.registerCombatCommand("firePulseCannon");
core.commandService.registerCombatCommand("firePvpHeavy");
core.commandService.registerCombatCommand("fireRepublicFlameThrower");
core.commandService.registerCombatCommand("fireRepublicFlameThrowerGeneric");
core.commandService.registerCombatCommand("fireRocketLauncher");
core.commandService.registerCombatCommand("fireRocketLauncherGeneric");
core.commandService.registerCombatCommand("fireStunCannon");
core.commandService.registerCombatCommand("fireVoidRocketLauncher");
// Bounty Hunter
core.commandService.registerCombatCommand("bh_ae_dm_1");
core.commandService.registerCombatCommand("bh_ae_dm_2");
core.commandService.registerCombatCommand("bh_dm_1");
core.commandService.registerCombatCommand("bh_dm_2");
core.commandService.registerCombatCommand("bh_dm_3");
core.commandService.registerCombatCommand("bh_dm_4");
core.commandService.registerCombatCommand("bh_dm_5");
core.commandService.registerCombatCommand("bh_dm_6");
core.commandService.registerCombatCommand("bh_dm_7");
core.commandService.registerCombatCommand("bh_dm_8");
core.commandService.registerCombatCommand("bh_dm_cc_1");
core.commandService.registerCombatCommand("bh_dm_cc_2");
core.commandService.registerCombatCommand("bh_dm_cc_3");
core.commandService.registerCombatCommand("bh_dm_crit_1");
core.commandService.registerCombatCommand("bh_dm_crit_2");
core.commandService.registerCombatCommand("bh_dm_crit_3");
core.commandService.registerCombatCommand("bh_dm_crit_4");
core.commandService.registerCombatCommand("bh_dm_crit_5");
core.commandService.registerCombatCommand("bh_dm_crit_6");
core.commandService.registerCombatCommand("bh_dm_crit_7");
core.commandService.registerCombatCommand("bh_dm_crit_8");
core.commandService.registerCombatCommand("bh_dread_strike_1");
core.commandService.registerCombatCommand("bh_dread_strike_2");
core.commandService.registerCombatCommand("bh_dread_strike_3");
core.commandService.registerCombatCommand("bh_dread_strike_4");
core.commandService.registerCombatCommand("bh_dread_strike_5");
core.commandService.registerCombatCommand("bh_flawless_strike");
core.commandService.registerCombatCommand("bh_fumble_1");
core.commandService.registerCombatCommand("bh_fumble_2");
core.commandService.registerCombatCommand("bh_fumble_3");
core.commandService.registerCombatCommand("bh_fumble_4");
core.commandService.registerCombatCommand("bh_fumble_5");
core.commandService.registerCombatCommand("bh_fumble_6");
core.commandService.registerCombatCommand("bh_intimidate_1");
core.commandService.registerCombatCommand("bh_intimidate_2");
core.commandService.registerCombatCommand("bh_intimidate_3");
core.commandService.registerCombatCommand("bh_intimidate_4");
core.commandService.registerCombatCommand("bh_intimidate_5");
core.commandService.registerCombatCommand("bh_intimidate_6");
core.commandService.registerCombatCommand("bh_sniper_1");
core.commandService.registerCombatCommand("bh_sniper_2");
core.commandService.registerCombatCommand("bh_sniper_3");
core.commandService.registerCombatCommand("bh_sniper_4");
core.commandService.registerCombatCommand("bh_sniper_5");
core.commandService.registerCombatCommand("bh_sniper_6");
core.commandService.registerCombatCommand("bh_stun_1");
core.commandService.registerCombatCommand("bh_stun_2");
core.commandService.registerCombatCommand("bh_stun_3");
core.commandService.registerCombatCommand("bh_stun_4");
core.commandService.registerCombatCommand("bh_stun_5");
core.commandService.registerCombatCommand("bh_stun_6");
core.commandService.registerCombatCommand("bh_taunt_1");
core.commandService.registerCombatCommand("bh_taunt_2");
core.commandService.registerCombatCommand("bh_taunt_3");
core.commandService.registerCombatCommand("bh_taunt_4");
core.commandService.registerCombatCommand("bh_taunt_5");
core.commandService.registerCombatCommand("bh_taunt_6");
core.commandService.registerCombatCommand("bh_return_fire_1");
core.commandService.registerCombatCommand("bh_sh_0");
core.commandService.registerCombatCommand("bh_sh_1");
core.commandService.registerCombatCommand("bh_sh_2");
core.commandService.registerCombatCommand("bh_sh_3");
// Jedi
core.commandService.registerCombatCommand("fs_sweep_1");
core.commandService.registerCombatCommand("fs_sweep_2");
core.commandService.registerCombatCommand("fs_sweep_3");
core.commandService.registerCombatCommand("fs_sweep_4");
core.commandService.registerCombatCommand("fs_sweep_5");
core.commandService.registerCombatCommand("fs_sweep_6");
core.commandService.registerCombatCommand("fs_sweep_7");
core.commandService.registerCombatCommand("fs_dm_1");
core.commandService.registerCombatCommand("fs_dm_2");
core.commandService.registerCombatCommand("fs_dm_3");
core.commandService.registerCombatCommand("fs_dm_4");
core.commandService.registerCombatCommand("fs_dm_5");
core.commandService.registerCombatCommand("fs_dm_6");
core.commandService.registerCombatCommand("fs_dm_7");
core.commandService.registerCombatCommand("fs_dm_cc_1");
core.commandService.registerCombatCommand("fs_dm_cc_2");
core.commandService.registerCombatCommand("fs_dm_cc_3");
core.commandService.registerCombatCommand("fs_dm_cc_4");
core.commandService.registerCombatCommand("fs_dm_cc_5");
core.commandService.registerCombatCommand("fs_dm_cc_6");
core.commandService.registerCombatCommand("fs_ae_dm_cc_1");
core.commandService.registerCombatCommand("fs_ae_dm_cc_2");
core.commandService.registerCombatCommand("fs_ae_dm_cc_3");
core.commandService.registerCombatCommand("fs_ae_dm_cc_4");
core.commandService.registerCombatCommand("fs_ae_dm_cc_5");
core.commandService.registerCombatCommand("fs_ae_dm_cc_6");
core.commandService.registerCombatCommand("forceThrow");
core.commandService.registerCombatCommand("fs_dm_cc_crit_1");
core.commandService.registerCombatCommand("fs_dm_cc_crit_2");
core.commandService.registerCombatCommand("fs_dm_cc_crit_3");
core.commandService.registerCombatCommand("fs_dm_cc_crit_4");
core.commandService.registerCombatCommand("fs_dm_cc_crit_5");
core.commandService.registerCombatCommand("fs_drain_1");
core.commandService.registerCombatCommand("fs_drain_2");
core.commandService.registerCombatCommand("fs_drain_3");
core.commandService.registerCombatCommand("fs_drain_4");
core.commandService.registerCombatCommand("fs_drain_5");
core.commandService.registerCombatCommand("fs_flurry_1");
core.commandService.registerCombatCommand("fs_flurry_2");
core.commandService.registerCombatCommand("fs_flurry_3");
core.commandService.registerCombatCommand("fs_flurry_4");
core.commandService.registerCombatCommand("fs_flurry_5");
core.commandService.registerCombatCommand("fs_flurry_6");
core.commandService.registerCombatCommand("fs_flurry_7");
core.commandService.registerCombatCommand("fs_maelstrom_1");
core.commandService.registerCombatCommand("fs_maelstrom_2");
core.commandService.registerCombatCommand("fs_maelstrom_3");
core.commandService.registerCombatCommand("fs_maelstrom_4");
core.commandService.registerCombatCommand("fs_maelstrom_5");
core.commandService.registerCombatCommand("fs_sh_0");
core.commandService.registerCombatCommand("fs_sh_1");
core.commandService.registerCombatCommand("fs_sh_2");
core.commandService.registerCombatCommand("fs_sh_3");
// Commando
core.commandService.registerCombatCommand("co_ae_dm_1");
core.commandService.registerCombatCommand("co_ae_dm_2");
core.commandService.registerCombatCommand("co_ae_dm_3");
core.commandService.registerCombatCommand("co_ae_hw_dot_acid_1");
core.commandService.registerCombatCommand("co_ae_hw_dot_acid_2");
core.commandService.registerCombatCommand("co_ae_hw_dot_acid_3");
core.commandService.registerCombatCommand("co_ae_hw_dot_acid_4");
core.commandService.registerCombatCommand("co_ae_hw_dot_acid_5");
core.commandService.registerCombatCommand("co_ae_hw_dot_cold_1");
core.commandService.registerCombatCommand("co_ae_hw_dot_cold_2");
core.commandService.registerCombatCommand("co_ae_hw_dot_cold_3");
core.commandService.registerCombatCommand("co_ae_hw_dot_cold_4");
core.commandService.registerCombatCommand("co_ae_hw_dot_cold_5");
core.commandService.registerCombatCommand("co_ae_hw_dot_electrical_1");
core.commandService.registerCombatCommand("co_ae_hw_dot_electrical_2");
core.commandService.registerCombatCommand("co_ae_hw_dot_electrical_3");
core.commandService.registerCombatCommand("co_ae_hw_dot_electrical_4");
core.commandService.registerCombatCommand("co_ae_hw_dot_electrical_5");
core.commandService.registerCombatCommand("co_ae_hw_dot_energy_1");
core.commandService.registerCombatCommand("co_ae_hw_dot_energy_2");
core.commandService.registerCombatCommand("co_ae_hw_dot_energy_3");
core.commandService.registerCombatCommand("co_ae_hw_dot_energy_4");
core.commandService.registerCombatCommand("co_ae_hw_dot_energy_5");
core.commandService.registerCombatCommand("co_ae_hw_dot_fire_1");
core.commandService.registerCombatCommand("co_ae_hw_dot_fire_2");
core.commandService.registerCombatCommand("co_ae_hw_dot_fire_3");
core.commandService.registerCombatCommand("co_ae_hw_dot_fire_4");
core.commandService.registerCombatCommand("co_ae_hw_dot_fire_5");
core.commandService.registerCombatCommand("co_ae_hw_dot_kinetic_1");
core.commandService.registerCombatCommand("co_ae_hw_dot_kinetic_2");
core.commandService.registerCombatCommand("co_ae_hw_dot_kinetic_3");
core.commandService.registerCombatCommand("co_ae_hw_dot_kinetic_4");
core.commandService.registerCombatCommand("co_ae_hw_dot_kinetic_5");
core.commandService.registerCombatCommand("co_armor_cracker");
core.commandService.registerCombatCommand("co_cluster_bomb");
core.commandService.registerCombatCommand("co_cluster_bomblet");
core.commandService.registerCombatCommand("co_del_ae_cc_1_1");
core.commandService.registerCombatCommand("co_del_ae_cc_1_2");
core.commandService.registerCombatCommand("co_del_ae_cc_1_3");
core.commandService.registerCombatCommand("co_del_ae_cc_2_1");
core.commandService.registerCombatCommand("co_del_ae_cc_2_2");
core.commandService.registerCombatCommand("co_del_ae_dm_1");
core.commandService.registerCombatCommand("co_del_ae_dm_2");
core.commandService.registerCombatCommand("co_del_ae_dm_3");
core.commandService.registerCombatCommand("co_dm_1");
core.commandService.registerCombatCommand("co_dm_2");
core.commandService.registerCombatCommand("co_dm_3");
core.commandService.registerCombatCommand("co_dm_4");
core.commandService.registerCombatCommand("co_dm_5");
core.commandService.registerCombatCommand("co_dm_6");
core.commandService.registerCombatCommand("co_dm_7");
core.commandService.registerCombatCommand("co_dm_8");
core.commandService.registerCombatCommand("co_fld_dm_1");
core.commandService.registerCombatCommand("co_fld_dm_2");
core.commandService.registerCombatCommand("co_hw_dm_1");
core.commandService.registerCombatCommand("co_hw_dm_2");
core.commandService.registerCombatCommand("co_hw_dm_3");
core.commandService.registerCombatCommand("co_hw_dm_4");
core.commandService.registerCombatCommand("co_hw_dm_5");
core.commandService.registerCombatCommand("co_hw_dm_6");
core.commandService.registerCombatCommand("co_hw_dm_crit_1");
core.commandService.registerCombatCommand("co_hw_dm_crit_2");
core.commandService.registerCombatCommand("co_hw_dm_crit_3");
core.commandService.registerCombatCommand("co_hw_dm_crit_4");
core.commandService.registerCombatCommand("co_hw_dm_crit_5");
core.commandService.registerCombatCommand("co_hw_dm_crit_6");
core.commandService.registerCombatCommand("co_hw_dot_acid_1");
core.commandService.registerCombatCommand("co_hw_dot_acid_2");
core.commandService.registerCombatCommand("co_hw_dot_acid_3");
core.commandService.registerCombatCommand("co_hw_dot_acid_4");
core.commandService.registerCombatCommand("co_hw_dot_acid_5");
core.commandService.registerCombatCommand("co_hw_dot_cold_1");
core.commandService.registerCombatCommand("co_hw_dot_cold_2");
core.commandService.registerCombatCommand("co_hw_dot_cold_3");
core.commandService.registerCombatCommand("co_hw_dot_cold_4");
core.commandService.registerCombatCommand("co_hw_dot_cold_5");
core.commandService.registerCombatCommand("co_hw_dot_electrical_1");
core.commandService.registerCombatCommand("co_hw_dot_electrical_2");
core.commandService.registerCombatCommand("co_hw_dot_electrical_3");
core.commandService.registerCombatCommand("co_hw_dot_electrical_4");
core.commandService.registerCombatCommand("co_hw_dot_electrical_5");
core.commandService.registerCombatCommand("co_hw_dot_energy_1");
core.commandService.registerCombatCommand("co_hw_dot_energy_2");
core.commandService.registerCombatCommand("co_hw_dot_energy_3");
core.commandService.registerCombatCommand("co_hw_dot_energy_4");
core.commandService.registerCombatCommand("co_hw_dot_energy_5");
core.commandService.registerCombatCommand("co_hw_dot_fire_1");
core.commandService.registerCombatCommand("co_hw_dot_fire_2");
core.commandService.registerCombatCommand("co_hw_dot_fire_3");
core.commandService.registerCombatCommand("co_hw_dot_fire_4");
core.commandService.registerCombatCommand("co_hw_dot_fire_5");
core.commandService.registerCombatCommand("co_hw_dot_kinetic_1");
core.commandService.registerCombatCommand("co_hw_dot_kinetic_2");
core.commandService.registerCombatCommand("co_hw_dot_kinetic_3");
core.commandService.registerCombatCommand("co_hw_dot_kinetic_4");
core.commandService.registerCombatCommand("co_hw_dot_kinetic_5");
core.commandService.registerCombatCommand("co_remote_detonator_1");
core.commandService.registerCombatCommand("co_remote_detonator_2");
core.commandService.registerCombatCommand("co_remote_detonator_3");
core.commandService.registerCombatCommand("co_remote_detonator_4");
core.commandService.registerCombatCommand("co_remote_detonator_5");
core.commandService.registerCombatCommand("co_remote_detonator_5");
core.commandService.registerCombatCommand("co_riddle_armor");
core.commandService.registerCombatCommand("co_suppressing_fire");
core.commandService.registerCombatCommand("co_sh_0");
core.commandService.registerCombatCommand("co_sh_1");
core.commandService.registerCombatCommand("co_sh_2");
core.commandService.registerCombatCommand("co_sh_3");
// Entertainer
core.commandService.registerCombatCommand("en_dm_1");
core.commandService.registerCombatCommand("en_dm_2");
core.commandService.registerCombatCommand("en_dm_3");
core.commandService.registerCombatCommand("en_dm_4");
core.commandService.registerCombatCommand("en_dm_5");
core.commandService.registerCombatCommand("en_dm_6");
core.commandService.registerCombatCommand("en_dm_7");
core.commandService.registerCombatCommand("en_dm_8");
core.commandService.registerCombatCommand("en_project_will_0");
core.commandService.registerCombatCommand("en_project_will_1");
core.commandService.registerCombatCommand("en_project_will_2");
core.commandService.registerCombatCommand("en_project_will_3");
core.commandService.registerCombatCommand("en_project_will_4");
core.commandService.registerCombatCommand("en_project_will_5");
core.commandService.registerCombatCommand("en_project_will_6");
core.commandService.registerCombatCommand("en_spiral_kick_0");
core.commandService.registerCombatCommand("en_spiral_kick_1");
core.commandService.registerCombatCommand("en_spiral_kick_2");
core.commandService.registerCombatCommand("en_spiral_kick_3");
core.commandService.registerCombatCommand("en_spiral_kick_4");
core.commandService.registerCombatCommand("en_strike_0");
core.commandService.registerCombatCommand("en_strike_1");
core.commandService.registerCombatCommand("en_strike_2");
core.commandService.registerCombatCommand("en_strike_3");
core.commandService.registerCombatCommand("en_strike_4");
core.commandService.registerCombatCommand("en_strike_5");
core.commandService.registerCombatCommand("en_strike_6");
core.commandService.registerCombatCommand("en_sweeping_pirouette_0");
core.commandService.registerCombatCommand("en_sweeping_pirouette_1");
core.commandService.registerCombatCommand("en_sweeping_pirouette_2");
core.commandService.registerCombatCommand("en_sweeping_pirouette_3");
core.commandService.registerCombatCommand("en_sweeping_pirouette_4");
core.commandService.registerCombatCommand("en_sweeping_pirouette_5");
core.commandService.registerCombatCommand("en_unhealthy_fixation");
core.commandService.registerCombatCommand("en_void_dance");
core.commandService.registerCombatCommand("en_void_dance_1");
core.commandService.registerCombatCommand("en_void_dance_2");
core.commandService.registerCombatCommand("en_void_dance_3");
core.commandService.registerCombatCommand("en_sh_1");
core.commandService.registerCombatCommand("en_sh_2");
core.commandService.registerCombatCommand("en_sh_3");
core.commandService.registerCombatCommand("en_heal_1");
core.commandService.registerCombatCommand("en_heal_2");
core.commandService.registerCombatCommand("en_heal_3");
core.commandService.registerCombatCommand("en_heal_4");
// Medic
core.commandService.registerCombatCommand("me_ae_heal_1");
core.commandService.registerCombatCommand("me_ae_heal_2");
core.commandService.registerCombatCommand("me_ae_heal_3");
core.commandService.registerCombatCommand("me_ae_heal_4");
core.commandService.registerCombatCommand("me_ae_heal_5");
core.commandService.registerCombatCommand("me_ae_heal_6");
core.commandService.registerCombatCommand("me_bacta_ampule_1");
core.commandService.registerCombatCommand("me_bacta_ampule_2");
core.commandService.registerCombatCommand("me_bacta_ampule_3");
core.commandService.registerCombatCommand("me_bacta_ampule_4");
core.commandService.registerCombatCommand("me_bacta_ampule_5");
core.commandService.registerCombatCommand("me_bacta_ampule_6");
core.commandService.registerCombatCommand("me_bacta_bomb_1");
core.commandService.registerCombatCommand("me_bacta_bomb_2");
core.commandService.registerCombatCommand("me_bacta_bomb_3");
core.commandService.registerCombatCommand("me_bacta_bomb_4");
core.commandService.registerCombatCommand("me_bacta_bomb_5");
core.commandService.registerCombatCommand("me_bacta_grenade_1");
core.commandService.registerCombatCommand("me_bacta_grenade_2");
core.commandService.registerCombatCommand("me_bacta_grenade_3");
core.commandService.registerCombatCommand("me_bacta_grenade_4");
core.commandService.registerCombatCommand("me_bacta_grenade_5");
core.commandService.registerCombatCommand("me_bacta_resistance_1");
core.commandService.registerCombatCommand("me_burst_1");
core.commandService.registerCombatCommand("me_burst_2");
core.commandService.registerCombatCommand("me_burst_3");
core.commandService.registerCombatCommand("me_burst_4");
core.commandService.registerCombatCommand("me_burst_5");
core.commandService.registerCombatCommand("me_cranial_smash_1");
core.commandService.registerCombatCommand("me_cranial_smash_2");
core.commandService.registerCombatCommand("me_cranial_smash_3");
core.commandService.registerCombatCommand("me_cranial_smash_4");
core.commandService.registerCombatCommand("me_cranial_smash_5");
core.commandService.registerCombatCommand("me_dm_1");
core.commandService.registerCombatCommand("me_dm_2");
core.commandService.registerCombatCommand("me_dm_3");
core.commandService.registerCombatCommand("me_dm_4");
core.commandService.registerCombatCommand("me_dm_5");
core.commandService.registerCombatCommand("me_dm_6");
core.commandService.registerCombatCommand("me_dm_8");
core.commandService.registerCombatCommand("me_dm_dot_1");
core.commandService.registerCombatCommand("me_dm_dot_2");
core.commandService.registerCombatCommand("me_dm_dot_3");
core.commandService.registerCombatCommand("me_dm_dot_4");
core.commandService.registerCombatCommand("me_dm_dot_5");
core.commandService.registerCombatCommand("me_dm_dot_6");
core.commandService.registerCombatCommand("me_electrolyte_drain_1");
core.commandService.registerCombatCommand("me_fld_dm_dot_1");
core.commandService.registerCombatCommand("me_fld_dm_dot_2");
core.commandService.registerCombatCommand("me_fld_dm_dot_3");
core.commandService.registerCombatCommand("me_induce_insanity_1");
core.commandService.registerCombatCommand("me_rv_area");
core.commandService.registerCombatCommand("me_rv_combat");
core.commandService.registerCombatCommand("me_rv_ooc");
core.commandService.registerCombatCommand("me_rv_pvp_area");
core.commandService.registerCombatCommand("me_rv_pvp_single");
core.commandService.registerCombatCommand("me_serotonin_purge_1");
core.commandService.registerCombatCommand("me_sh_1");
core.commandService.registerCombatCommand("me_thyroid_rupture_1");
core.commandService.registerCombatCommand("me_traumatize_1");
core.commandService.registerCombatCommand("me_traumatize_2");
core.commandService.registerCombatCommand("me_traumatize_3");
core.commandService.registerCombatCommand("me_traumatize_4");
core.commandService.registerCombatCommand("me_traumatize_5");
// Officer
core.commandService.registerCombatCommand("of_ae_dm_boss");
core.commandService.registerCombatCommand("of_ae_dm_cc_1");
core.commandService.registerCombatCommand("of_ae_dm_cc_2");
core.commandService.registerCombatCommand("of_ae_dm_cc_3");
core.commandService.registerCombatCommand("of_alt_ae_dm_1");
core.commandService.registerCombatCommand("of_alt_ae_dm_2");
core.commandService.registerCombatCommand("of_alt_ae_dm_3");
core.commandService.registerCombatCommand("of_deb_def_1");
core.commandService.registerCombatCommand("of_deb_def_2");
core.commandService.registerCombatCommand("of_deb_def_3");
core.commandService.registerCombatCommand("of_deb_def_4");
core.commandService.registerCombatCommand("of_deb_def_5");
core.commandService.registerCombatCommand("of_deb_def_6");
core.commandService.registerCombatCommand("of_deb_def_7");
core.commandService.registerCombatCommand("of_deb_def_8");
core.commandService.registerCombatCommand("of_decapitate_1");
core.commandService.registerCombatCommand("of_decapitate_2");
core.commandService.registerCombatCommand("of_decapitate_3");
core.commandService.registerCombatCommand("of_decapitate_4");
core.commandService.registerCombatCommand("of_decapitate_5");
core.commandService.registerCombatCommand("of_decapitate_6");
core.commandService.registerCombatCommand("of_del_ae_dm_1");
core.commandService.registerCombatCommand("of_del_ae_dm_2");
core.commandService.registerCombatCommand("of_del_ae_dm_3");
core.commandService.registerCombatCommand("of_del_ae_dm_boss");
core.commandService.registerCombatCommand("of_del_ae_dm_dot_1");
core.commandService.registerCombatCommand("of_del_ae_dm_dot_2");
core.commandService.registerCombatCommand("of_del_ae_dm_dot_3");
core.commandService.registerCombatCommand("of_del_ae_dot_1");
core.commandService.registerCombatCommand("of_dm_1");
core.commandService.registerCombatCommand("of_dm_2");
core.commandService.registerCombatCommand("of_dm_3");
core.commandService.registerCombatCommand("of_dm_4");
core.commandService.registerCombatCommand("of_dm_5");
core.commandService.registerCombatCommand("of_dm_6");
core.commandService.registerCombatCommand("of_dm_7");
core.commandService.registerCombatCommand("of_dm_8");
core.commandService.registerCombatCommand("of_dm_boss");
core.commandService.registerCombatCommand("of_leg_strike_1");
core.commandService.registerCombatCommand("of_leg_strike_2");
core.commandService.registerCombatCommand("of_leg_strike_3");
core.commandService.registerCombatCommand("of_leg_strike_4");
core.commandService.registerCombatCommand("of_leg_strike_5");
core.commandService.registerCombatCommand("of_leg_strike_6");
core.commandService.registerCombatCommand("of_leg_strike_7");
core.commandService.registerCombatCommand("of_pistol_bleed");
core.commandService.registerCombatCommand("of_pistol_dm");
core.commandService.registerCombatCommand("of_sh_0");
core.commandService.registerCombatCommand("of_sh_1");
core.commandService.registerCombatCommand("of_sh_2");
core.commandService.registerCombatCommand("of_sh_3");
core.commandService.registerCombatCommand("of_vortex_1");
core.commandService.registerCombatCommand("of_vortex_2");
core.commandService.registerCombatCommand("of_vortex_3");
core.commandService.registerCombatCommand("of_vortex_4");
core.commandService.registerCombatCommand("of_vortex_5");
// Smuggler
core.commandService.registerCombatCommand("sm_ae_cover_fire");
core.commandService.registerCombatCommand("sm_ae_dm_1");
core.commandService.registerCombatCommand("sm_ae_dm_2");
core.commandService.registerCombatCommand("sm_ae_dm_3");
core.commandService.registerCombatCommand("sm_ae_dm_4");
core.commandService.registerCombatCommand("sm_ae_dm_5");
core.commandService.registerCombatCommand("sm_ae_dm_6");
core.commandService.registerCombatCommand("sm_ae_dm_cc_1");
core.commandService.registerCombatCommand("sm_ae_dm_cc_2");
core.commandService.registerCombatCommand("sm_ae_dm_cc_3");
core.commandService.registerCombatCommand("sm_ae_dm_cc_4");
core.commandService.registerCombatCommand("sm_ae_dm_cc_5");
core.commandService.registerCombatCommand("sm_ae_dm_cc_melee_1");
core.commandService.registerCombatCommand("sm_ae_dm_cc_melee_2");
core.commandService.registerCombatCommand("sm_ae_dm_cc_melee_3");
core.commandService.registerCombatCommand("sm_ae_dm_cc_melee_4");
core.commandService.registerCombatCommand("sm_ae_dm_cc_melee_5");
core.commandService.registerCombatCommand("sm_ae_dm_melee_1");
core.commandService.registerCombatCommand("sm_ae_dm_melee_2");
core.commandService.registerCombatCommand("sm_ae_dm_melee_3");
core.commandService.registerCombatCommand("sm_ae_dm_melee_4");
core.commandService.registerCombatCommand("sm_ae_dm_melee_5");
core.commandService.registerCombatCommand("sm_ae_dm_melee_6");
core.commandService.registerCombatCommand("sm_ae_pin_down");
core.commandService.registerCombatCommand("sm_bad_odds_1");
core.commandService.registerCombatCommand("sm_bad_odds_2");
core.commandService.registerCombatCommand("sm_bad_odds_3");
core.commandService.registerCombatCommand("sm_bad_odds_4");
core.commandService.registerCombatCommand("sm_bad_odds_5");
core.commandService.registerCombatCommand("sm_break_the_deal");
core.commandService.registerCombatCommand("sm_concussion_shot");
core.commandService.registerCombatCommand("sm_del_dm_cc_1");
core.commandService.registerCombatCommand("sm_del_dm_cc_2");
core.commandService.registerCombatCommand("sm_del_dm_cc_3");
core.commandService.registerCombatCommand("sm_del_dm_cc_4");
core.commandService.registerCombatCommand("sm_del_dm_cc_5");
core.commandService.registerCombatCommand("sm_del_dm_cc_6");
core.commandService.registerCombatCommand("sm_dizzy");
core.commandService.registerCombatCommand("sm_dm_1");
core.commandService.registerCombatCommand("sm_dm_2");
core.commandService.registerCombatCommand("sm_dm_3");
core.commandService.registerCombatCommand("sm_dm_4");
core.commandService.registerCombatCommand("sm_dm_5");
core.commandService.registerCombatCommand("sm_dm_6");
core.commandService.registerCombatCommand("sm_dm_7");
core.commandService.registerCombatCommand("sm_dm_cc_1");
core.commandService.registerCombatCommand("sm_dm_cc_2");
core.commandService.registerCombatCommand("sm_dm_cc_3");
core.commandService.registerCombatCommand("sm_dm_cc_4");
core.commandService.registerCombatCommand("sm_dm_cc_5");
core.commandService.registerCombatCommand("sm_dm_cc_6");
core.commandService.registerCombatCommand("sm_dm_cc_melee_1");
core.commandService.registerCombatCommand("sm_dm_cc_melee_2");
core.commandService.registerCombatCommand("sm_dm_cc_melee_3");
core.commandService.registerCombatCommand("sm_dm_cc_melee_4");
core.commandService.registerCombatCommand("sm_dm_cc_melee_5");
core.commandService.registerCombatCommand("sm_dm_cc_melee_6");
core.commandService.registerCombatCommand("sm_dm_dot_1");
core.commandService.registerCombatCommand("sm_dm_dot_2");
core.commandService.registerCombatCommand("sm_dm_dot_3");
core.commandService.registerCombatCommand("sm_dm_dot_4");
core.commandService.registerCombatCommand("sm_dm_dot_melee_1");
core.commandService.registerCombatCommand("sm_dm_dot_melee_2");
core.commandService.registerCombatCommand("sm_dm_dot_melee_3");
core.commandService.registerCombatCommand("sm_dm_dot_melee_4");
core.commandService.registerCombatCommand("sm_dm_melee_1");
core.commandService.registerCombatCommand("sm_dm_melee_2");
core.commandService.registerCombatCommand("sm_dm_melee_3");
core.commandService.registerCombatCommand("sm_dm_melee_4");
core.commandService.registerCombatCommand("sm_dm_melee_5");
core.commandService.registerCombatCommand("sm_dm_melee_6");
core.commandService.registerCombatCommand("sm_dm_melee_7");
core.commandService.registerCombatCommand("sm_false_hope");
core.commandService.registerCombatCommand("sm_fast_draw");
core.commandService.registerCombatCommand("sm_how_are_you");
core.commandService.registerCombatCommand("sm_impossible_odds");
core.commandService.registerCombatCommand("sm_inspect_cargo");
core.commandService.registerCombatCommand("sm_pistol_whip_1");
core.commandService.registerCombatCommand("sm_pistol_whip_2");
core.commandService.registerCombatCommand("sm_pistol_whip_3");
core.commandService.registerCombatCommand("sm_pistol_whip_4");
core.commandService.registerCombatCommand("sm_precision_strike");
core.commandService.registerCombatCommand("sm_sh_0");
core.commandService.registerCombatCommand("sm_sh_1");
core.commandService.registerCombatCommand("sm_sh_2");
core.commandService.registerCombatCommand("sm_sh_3");
core.commandService.registerCombatCommand("sm_shoot_first_1");
core.commandService.registerCombatCommand("sm_shoot_first_2");
core.commandService.registerCombatCommand("sm_shoot_first_3");
core.commandService.registerCombatCommand("sm_shoot_first_4");
core.commandService.registerCombatCommand("sm_shoot_first_5");
core.commandService.registerCombatCommand("sm_skullduggery");
core.commandService.registerCombatCommand("sm_sly_lie");
core.commandService.registerCombatCommand("sm_spot_a_sucker_1");
core.commandService.registerCombatCommand("sm_spot_a_sucker_2");
core.commandService.registerCombatCommand("sm_spot_a_sucker_3");
core.commandService.registerCombatCommand("sm_spot_a_sucker_4");
// Spy
core.commandService.registerCombatCommand("sp_action_regen");
core.commandService.registerCombatCommand("sp_assassins_mark");
core.commandService.registerCombatCommand("sp_cc_dot");
core.commandService.registerCombatCommand("sp_dm_1");
core.commandService.registerCombatCommand("sp_dm_2");
core.commandService.registerCombatCommand("sp_dm_3");
core.commandService.registerCombatCommand("sp_dm_4");
core.commandService.registerCombatCommand("sp_dm_5");
core.commandService.registerCombatCommand("sp_dm_6");
core.commandService.registerCombatCommand("sp_dm_7");
core.commandService.registerCombatCommand("sp_dm_8");
core.commandService.registerCombatCommand("sp_dot_0");
core.commandService.registerCombatCommand("sp_dot_1");
core.commandService.registerCombatCommand("sp_dot_2");
core.commandService.registerCombatCommand("sp_dot_3");
core.commandService.registerCombatCommand("sp_dot_4");
core.commandService.registerCombatCommand("sp_dot_5");
core.commandService.registerCombatCommand("sp_fld_debuff_ca");
core.commandService.registerCombatCommand("sp_fldmot_1");
core.commandService.registerCombatCommand("sp_fldmot_1_snare");
core.commandService.registerCombatCommand("sp_fldmot_2");
core.commandService.registerCombatCommand("sp_fldmot_2_snare");
core.commandService.registerCombatCommand("sp_fldmot_3");
core.commandService.registerCombatCommand("sp_fldmot_3_snare");
core.commandService.registerCombatCommand("sp_hd_melee_0");
core.commandService.registerCombatCommand("sp_hd_melee_1");
core.commandService.registerCombatCommand("sp_hd_melee_2");
core.commandService.registerCombatCommand("sp_hd_melee_3");
core.commandService.registerCombatCommand("sp_hd_melee_4");
core.commandService.registerCombatCommand("sp_hd_melee_5");
core.commandService.registerCombatCommand("sp_hd_melee_6");
core.commandService.registerCombatCommand("sp_hd_range_0");
core.commandService.registerCombatCommand("sp_hd_range_1");
core.commandService.registerCombatCommand("sp_hd_range_2");
core.commandService.registerCombatCommand("sp_hd_range_3");
core.commandService.registerCombatCommand("sp_hd_range_4");
core.commandService.registerCombatCommand("sp_hd_range_5");
core.commandService.registerCombatCommand("sp_hd_range_6");
core.commandService.registerCombatCommand("sp_improved_cc_dot_0");
core.commandService.registerCombatCommand("sp_improved_cc_dot_1");
core.commandService.registerCombatCommand("sp_improved_cc_dot_2");
core.commandService.registerCombatCommand("sp_improved_cc_dot_3");
core.commandService.registerCombatCommand("sp_run_its_course");
core.commandService.registerCombatCommand("sp_sh_0");
core.commandService.registerCombatCommand("sp_sh_1");
core.commandService.registerCombatCommand("sp_sh_2");
core.commandService.registerCombatCommand("sp_sh_3");
core.commandService.registerCombatCommand("sp_shifty_setup");
core.commandService.registerCombatCommand("sp_stealth_melee_0");
core.commandService.registerCombatCommand("sp_stealth_melee_1");
core.commandService.registerCombatCommand("sp_stealth_melee_2");
core.commandService.registerCombatCommand("sp_stealth_melee_3");
core.commandService.registerCombatCommand("sp_stealth_melee_4");
core.commandService.registerCombatCommand("sp_stealth_melee_5");
core.commandService.registerCombatCommand("sp_stealth_melee_6");
core.commandService.registerCombatCommand("sp_stealth_ranged_0");
core.commandService.registerCombatCommand("sp_stealth_ranged_1");
core.commandService.registerCombatCommand("sp_stealth_ranged_2");
core.commandService.registerCombatCommand("sp_stealth_ranged_3");
core.commandService.registerCombatCommand("sp_stealth_ranged_4");
core.commandService.registerCombatCommand("sp_stealth_ranged_5");
core.commandService.registerCombatCommand("sp_stealth_ranged_6");
}
}
+2 -11
View File
@@ -49,16 +49,7 @@ public class CombatService implements INetworkDispatch {
public CombatService(NGECore core) {
this.core = core;
core.commandService.registerCombatCommand("rangedshotrifle");
core.commandService.registerCombatCommand("rangedshotpistol");
core.commandService.registerCombatCommand("rangedshotlightrifle");
core.commandService.registerCombatCommand("rangedshot");
core.commandService.registerCombatCommand("meleehit");
core.commandService.registerCombatCommand("saberhit");
core.commandService.registerCombatCommand("fs_sweep_7");
core.commandService.registerCombatCommand("fs_dm_7");
core.commandService.registerCombatCommand("fs_dm_cc_6");
core.commandService.registerCombatCommand("fs_ae_dm_cc_6");
CombatCommands.registerCommands(core);
}
@Override
@@ -188,7 +179,7 @@ public class CombatService implements INetworkDispatch {
int armorAbsorbed = (int) (damageBeforeArmor - damage);
if(mitigationType == HitType.BLOCK) {
float blockValue = (attacker.getSkillMod("strength_modified").getBase() * attacker.getSkillMod("combat_block_value").getBase()) / 2 + 25;
float blockValue = (attacker.getSkillMod("strength_modified").getBase() + attacker.getSkillMod("combat_block_value").getBase()) / 2 + 25;
damage -= blockValue;
}
+2 -3
View File
@@ -112,16 +112,15 @@ public class CommandService implements INetworkDispatch {
public BaseSWGCommand registerCommand(String name) {
BaseSWGCommand command = new BaseSWGCommand(name);
BaseSWGCommand command = new BaseSWGCommand(name.toLowerCase());
commandLookup.add(command);
return command;
}
public CombatCommand registerCombatCommand(String name) {
CombatCommand command = new CombatCommand(name);
CombatCommand command = new CombatCommand(name.toLowerCase());
commandLookup.add(command);
return command;