From bfddf144fd87eec66f4cb1ada4eabbf7a0043c63 Mon Sep 17 00:00:00 2001 From: Undercova Date: Tue, 16 Mar 2021 03:09:55 +0100 Subject: [PATCH] Added Darth Vader to Mos Eisley informing players about the Battle of Restuss Updated all factional questgivers near Restuss Updated aggressive radius of factional NPCs --- .../start_imperial.json | 15 +- .../imperial_quest_5_elite_active.json | 32 + .../imperial_quest_5_elite_completed.json | 40 + .../imperial_quest_5_elite_grant.json} | 10 +- .../start_imperial.json | 35 +- .../grant_quest.json | 23 - .../imperial_quest_5_commando_active.json | 32 + .../imperial_quest_5_commando_completed.json | 40 + .../imperial_quest_5_commando_grant.json | 31 + .../start_imperial.json | 32 +- .../rebel_quest_atst_active.json | 32 + .../rebel_quest_atst_grant.json | 31 + .../start_rebel.json | 24 +- ...bel_quest_5_elite_dark_trooper_active.json | 32 + ..._quest_5_elite_dark_trooper_completed.json | 40 + ...ebel_quest_5_elite_dark_trooper_grant.json | 31 + .../start_rebel.json | 32 +- .../rebel_quest_5_dark_trooper_active.json | 32 + .../rebel_quest_5_dark_trooper_completed.json | 40 + .../rebel_quest_5_dark_trooper_grant.json | 31 + .../start_rebel.json | 32 +- .../conversation/spawn_conversation_map.msdb | 1 + serverdata/nge/npc/npc_2.sdb | 92 +- serverdata/nge/npc/npc_3.sdb | 140 +-- serverdata/nge/npc/npc_4.sdb | 840 +++++++-------- serverdata/nge/npc/npc_5.sdb | 42 +- serverdata/nge/npc/npc_6.sdb | 970 +++++++++--------- serverdata/nge/npc/npc_7.sdb | 58 +- serverdata/nge/spawn/gcw_restuss_phase_1.sdb | 43 +- 29 files changed, 1672 insertions(+), 1161 deletions(-) create mode 100644 serverdata/nge/conversation/rori_restuss_imperial_captain_roth/imperial_quest_5_elite_active.json create mode 100644 serverdata/nge/conversation/rori_restuss_imperial_captain_roth/imperial_quest_5_elite_completed.json rename serverdata/nge/conversation/{rori_restuss_imperial_captain_exov/grant_quest.json => rori_restuss_imperial_captain_roth/imperial_quest_5_elite_grant.json} (72%) delete mode 100644 serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/grant_quest.json create mode 100644 serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_active.json create mode 100644 serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_completed.json create mode 100644 serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_grant.json create mode 100644 serverdata/nge/conversation/rori_restuss_rebel_captain_klork/rebel_quest_atst_active.json create mode 100644 serverdata/nge/conversation/rori_restuss_rebel_captain_klork/rebel_quest_atst_grant.json create mode 100644 serverdata/nge/conversation/rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_active.json create mode 100644 serverdata/nge/conversation/rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_completed.json create mode 100644 serverdata/nge/conversation/rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_grant.json create mode 100644 serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_active.json create mode 100644 serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_completed.json create mode 100644 serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_grant.json diff --git a/serverdata/nge/conversation/rori_restuss_imperial_captain_exov/start_imperial.json b/serverdata/nge/conversation/rori_restuss_imperial_captain_exov/start_imperial.json index c56bf661d..22992129b 100644 --- a/serverdata/nge/conversation/rori_restuss_imperial_captain_exov/start_imperial.json +++ b/serverdata/nge/conversation/rori_restuss_imperial_captain_exov/start_imperial.json @@ -1,17 +1,16 @@ { "npcMessage": { "file": "conversation/restuss_imperial_ground_destroy_2", - "key": "s_18", - "comment": "Glad to have you back, soldier. A new threat has emerged that has to be dealt with immediately. The blasted Rebels have moved in their Elite Commandos to Restuss and they are wreaking havoc among our clean up crews! We need someone to put a stop to it immediately. Your mission will be to defeat 5 of them." + "key": "s_61", + "comment": "I'm still awaiting new orders, soldier. Come back later and I will have your mission plan ready." }, "playerResponses": [ { "playerMessage": { - "file": "conversation/restuss_imperial_ground_destroy_2", - "key": "s_27", - "comment": "Not a problem, sir. I'm on my way now!" - }, - "next": "rori_restuss_imperial_captain_exov/grant_quest" + "file": "conversation/npe_imperial_questgiver", + "key": "s_34", + "comment": "Thank you." + } } ], "requirements": [ @@ -26,7 +25,7 @@ { "type": "npc_animation", "args": { - "animation": "salute2" + "animation": "shrug_shoulders" } } ] diff --git a/serverdata/nge/conversation/rori_restuss_imperial_captain_roth/imperial_quest_5_elite_active.json b/serverdata/nge/conversation/rori_restuss_imperial_captain_roth/imperial_quest_5_elite_active.json new file mode 100644 index 000000000..c3bd5dffc --- /dev/null +++ b/serverdata/nge/conversation/rori_restuss_imperial_captain_roth/imperial_quest_5_elite_active.json @@ -0,0 +1,32 @@ +{ + "npcMessage": { + "file": "conversation/restuss_imperial_ground_destroy_2", + "key": "s_38", + "comment": "Understood, soldier. Good luck out there!" + }, + "playerResponses": [], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/restuss_imperial_st3_destroy_elite", + "task": 0, + "active": true + } + } + ], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "salute_2" + } + }, + { + "type": "player_animation", + "args": { + "animation": "nod" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/nge/conversation/rori_restuss_imperial_captain_roth/imperial_quest_5_elite_completed.json b/serverdata/nge/conversation/rori_restuss_imperial_captain_roth/imperial_quest_5_elite_completed.json new file mode 100644 index 000000000..7cc68a235 --- /dev/null +++ b/serverdata/nge/conversation/rori_restuss_imperial_captain_roth/imperial_quest_5_elite_completed.json @@ -0,0 +1,40 @@ +{ + "npcMessage": { + "file": "conversation/restuss_imperial_ground_destroy_2", + "key": "s_39", + "comment": "You came through with your promise, soldier! If all of our troops lived up to your standard, this rebellion would already be over. Well done!" + }, + "playerResponses": [ + { + "playerMessage": { + "file": "conversation/restuss_imperial_ground_destroy_2", + "key": "s_20", + "comment": "Not a problem, sir!" + } + } + ], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/restuss_imperial_st3_destroy_elite", + "task": 1, + "active": true + } + } + ], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "salute_2" + } + }, + { + "type": "advance_quest", + "args": { + "quest": "quest/restuss_imperial_st3_destroy_elite" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/nge/conversation/rori_restuss_imperial_captain_exov/grant_quest.json b/serverdata/nge/conversation/rori_restuss_imperial_captain_roth/imperial_quest_5_elite_grant.json similarity index 72% rename from serverdata/nge/conversation/rori_restuss_imperial_captain_exov/grant_quest.json rename to serverdata/nge/conversation/rori_restuss_imperial_captain_roth/imperial_quest_5_elite_grant.json index 3bf6d4a09..89fdf0a43 100644 --- a/serverdata/nge/conversation/rori_restuss_imperial_captain_exov/grant_quest.json +++ b/serverdata/nge/conversation/rori_restuss_imperial_captain_roth/imperial_quest_5_elite_grant.json @@ -5,7 +5,15 @@ "comment": "Excellent, show them what the Emperor's finest can do!" }, "playerResponses": [], - "requirements": [], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/restuss_imperial_st3_destroy_elite", + "active": false + } + } + ], "events": [ { "type": "npc_animation", diff --git a/serverdata/nge/conversation/rori_restuss_imperial_captain_roth/start_imperial.json b/serverdata/nge/conversation/rori_restuss_imperial_captain_roth/start_imperial.json index 8c6b0dae8..22ca0b0fa 100644 --- a/serverdata/nge/conversation/rori_restuss_imperial_captain_roth/start_imperial.json +++ b/serverdata/nge/conversation/rori_restuss_imperial_captain_roth/start_imperial.json @@ -1,10 +1,35 @@ { "npcMessage": { - "file": "conversation/restuss_imperial_ground_destroy_2", - "key": "s_61", - "comment": "I'm still awaiting new orders, soldier. Come back later and I will have your mission plan ready." + "file": "conversation/death_watch_imperial_herald", + "key": "s_68732e54", + "comment": "Soldier. How may I help you? You are well viewed in the eyes of the Empire for your help earlier." }, - "playerResponses": [], + "playerResponses": [ + { + "playerMessage": { + "file": "conversation/npe_imperial_questgiver", + "key": "s_13", + "comment": "Yes? Is there something I can help you with?" + }, + "next": "rori_restuss_imperial_captain_roth/imperial_quest_5_elite_grant" + }, + { + "playerMessage": { + "file": "conversation/restuss_imperial_ground_destroy_2", + "key": "s_36", + "comment": "I think I'll just stick with hunting the Elite Commandos." + }, + "next": "rori_restuss_imperial_captain_roth/imperial_quest_5_elite_active" + }, + { + "playerMessage": { + "file": "conversation/naboo_imperial_trainer_2", + "key": "s_b2a924ab", + "comment": "I'd like a briefing." + }, + "next": "rori_restuss_imperial_captain_roth/imperial_quest_5_elite_completed" + } + ], "requirements": [ { "type": "faction_name", @@ -17,7 +42,7 @@ { "type": "npc_animation", "args": { - "animation": "shrug_shoulders" + "animation": "explain" } } ] diff --git a/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/grant_quest.json b/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/grant_quest.json deleted file mode 100644 index 27c3f06d8..000000000 --- a/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/grant_quest.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "npcMessage": { - "file": "conversation/restuss_imperial_ground_destroy_2", - "key": "s_22", - "comment": "For you, that might actually be true. Never the less, good luck out there, soldier. May the Emperor watch your back!" - }, - "playerResponses": [], - "requirements": [], - "events": [ - { - "type": "npc_animation", - "args": { - "animation": "heal_other" - } - }, - { - "type": "grant_quest", - "args": { - "quest": "quest/restuss_imperial_soldier_2" - } - } - ] -} \ No newline at end of file diff --git a/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_active.json b/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_active.json new file mode 100644 index 000000000..d73367ac8 --- /dev/null +++ b/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_active.json @@ -0,0 +1,32 @@ +{ + "npcMessage": { + "file": "conversation/restuss_imperial_ground_destroy_1", + "key": "s_11", + "comment": "You still have work to do, soldier. More Rebel Commandos have to be defeated before they reach Restuss." + }, + "playerResponses": [], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/restuss_imperial_soldier_2", + "task": 0, + "active": true + } + } + ], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "dismiss" + } + }, + { + "type": "player_animation", + "args": { + "animation": "nod" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_completed.json b/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_completed.json new file mode 100644 index 000000000..0c6414e23 --- /dev/null +++ b/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_completed.json @@ -0,0 +1,40 @@ +{ + "npcMessage": { + "file": "conversation/restuss_imperial_ground_destroy_1", + "key": "s_6", + "comment": "Reports of your success have already reached me, soldier. I'm most impressed. There's still more work to be done though, so let me know when you are ready to get back out there." + }, + "playerResponses": [ + { + "playerMessage": { + "file": "conversation/restuss_imperial_ground_destroy_2", + "key": "s_20", + "comment": "Not a problem, sir!" + } + } + ], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/restuss_imperial_soldier_2", + "task": 1, + "active": true + } + } + ], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "salute_2" + } + }, + { + "type": "advance_quest", + "args": { + "quest": "quest/restuss_imperial_soldier_2" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_grant.json b/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_grant.json new file mode 100644 index 000000000..29d35d418 --- /dev/null +++ b/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_grant.json @@ -0,0 +1,31 @@ +{ + "npcMessage": { + "file": "conversation/restuss_imperial_ground_destroy_1", + "key": "s_28", + "comment": "Welcome to the war, soldier! The Rebel scum are dispatching their 'elite' troopers, Rebel Commandos to Restuss. Your orders will be to hunt down and make sure that at least 5 of them never reach their destination." + }, + "playerResponses": [], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/restuss_imperial_soldier_2", + "active": false + } + } + ], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "heal_other" + } + }, + { + "type": "grant_quest", + "args": { + "quest": "quest/restuss_imperial_soldier_2" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/start_imperial.json b/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/start_imperial.json index 67675a332..d606a0264 100644 --- a/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/start_imperial.json +++ b/serverdata/nge/conversation/rori_restuss_imperial_lt_gregor/start_imperial.json @@ -1,17 +1,33 @@ { "npcMessage": { - "file": "conversation/restuss_imperial_ground_destroy_2", - "key": "s_18", - "comment": "Glad to have you back, soldier. A new threat has emerged that has to be dealt with immediately. The blasted Rebels have moved in their Elite Commandos to Restuss and they are wreaking havoc among our clean up crews! We need someone to put a stop to it immediately. Your mission will be to defeat 5 of them." + "file": "conversation/death_watch_imperial_herald", + "key": "s_68732e54", + "comment": "Soldier. How may I help you? You are well viewed in the eyes of the Empire for your help earlier." }, "playerResponses": [ { "playerMessage": { - "file": "conversation/restuss_imperial_ground_destroy_2", - "key": "s_20", - "comment": "Not a problem, sir!" + "file": "conversation/npe_imperial_questgiver", + "key": "s_13", + "comment": "Yes? Is there something I can help you with?" }, - "next": "rori_restuss_imperial_lt_gregor/grant_quest" + "next": "rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_grant" + }, + { + "playerMessage": { + "file": "conversation/restuss_imperial_ground_destroy_1", + "key": "s_38", + "comment": "We'll see how elite they are. I'll take care of it." + }, + "next": "rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_active" + }, + { + "playerMessage": { + "file": "conversation/naboo_imperial_trainer_2", + "key": "s_b2a924ab", + "comment": "I'd like a briefing." + }, + "next": "rori_restuss_imperial_lt_gregor/imperial_quest_5_commando_completed" } ], "requirements": [ @@ -26,7 +42,7 @@ { "type": "npc_animation", "args": { - "animation": "salute2" + "animation": "explain" } } ] diff --git a/serverdata/nge/conversation/rori_restuss_rebel_captain_klork/rebel_quest_atst_active.json b/serverdata/nge/conversation/rori_restuss_rebel_captain_klork/rebel_quest_atst_active.json new file mode 100644 index 000000000..b387155f7 --- /dev/null +++ b/serverdata/nge/conversation/rori_restuss_rebel_captain_klork/rebel_quest_atst_active.json @@ -0,0 +1,32 @@ +{ + "npcMessage": { + "file": "conversation/rebel_master_trainer", + "key": "s_9a0798b3", + "comment": "Yes, I was wondering that." + }, + "playerResponses": [], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/restuss_rebel_atst", + "task": 0, + "active": true + } + } + ], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "rub_chin_thoughtful" + } + }, + { + "type": "player_animation", + "args": { + "animation": "slow_down" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/nge/conversation/rori_restuss_rebel_captain_klork/rebel_quest_atst_grant.json b/serverdata/nge/conversation/rori_restuss_rebel_captain_klork/rebel_quest_atst_grant.json new file mode 100644 index 000000000..b62827dd9 --- /dev/null +++ b/serverdata/nge/conversation/rori_restuss_rebel_captain_klork/rebel_quest_atst_grant.json @@ -0,0 +1,31 @@ +{ + "npcMessage": { + "file": "conversation/rebel_master_trainer", + "key": "s_a7be18a9", + "comment": "The Alliance will compensate you for your time and effort if you choose to assist us in this mission." + }, + "playerResponses": [], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/restuss_rebel_atst", + "active": false + } + } + ], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "heal_other" + } + }, + { + "type": "grant_quest", + "args": { + "quest": "quest/restuss_rebel_atst" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/nge/conversation/rori_restuss_rebel_captain_klork/start_rebel.json b/serverdata/nge/conversation/rori_restuss_rebel_captain_klork/start_rebel.json index 2cf3b2b12..5cc3bc96d 100644 --- a/serverdata/nge/conversation/rori_restuss_rebel_captain_klork/start_rebel.json +++ b/serverdata/nge/conversation/rori_restuss_rebel_captain_klork/start_rebel.json @@ -1,17 +1,25 @@ { "npcMessage": { - "file": "conversation/restuss_rebel_ground_destroy_2", - "key": "s_29", - "comment": "Well if you think you can handle it, there's still more Imperial troops roaming the streets that we could use a hand with." + "file": "conversation/quest_rebel_easy", + "key": "s_eff1c76c", + "comment": "How are you, my friend?" }, "playerResponses": [ { "playerMessage": { - "file": "conversation/restuss_rebel_ground_destroy_2", - "key": "s_32", - "comment": "Count me in, sir!" + "file": "conversation/rebel_master_trainer", + "key": "s_3d93239d", + "comment": "What is this mission?" }, - "next": "rori_restuss_rebel_captain_klork/grant_quest" + "next": "rori_restuss_rebel_captain_klork/rebel_quest_atst_grant" + }, + { + "playerMessage": { + "file": "conversation/rebel_master_trainer", + "key": "s_d4d47c04", + "comment": "Give me another chance, sir." + }, + "next": "rori_restuss_rebel_captain_klork/rebel_quest_atst_active" } ], "requirements": [ @@ -26,7 +34,7 @@ { "type": "npc_animation", "args": { - "animation": "salute1" + "animation": "explain" } } ] diff --git a/serverdata/nge/conversation/rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_active.json b/serverdata/nge/conversation/rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_active.json new file mode 100644 index 000000000..76fb72d06 --- /dev/null +++ b/serverdata/nge/conversation/rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_active.json @@ -0,0 +1,32 @@ +{ + "npcMessage": { + "file": "conversation/restuss_rebel_ground_destroy_1", + "key": "s_11", + "comment": "You still need to hunt down more Dark Troopers, soldier." + }, + "playerResponses": [], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/restuss_rebel_st3_destroy_elite", + "task": 0, + "active": true + } + } + ], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "dismiss" + } + }, + { + "type": "player_animation", + "args": { + "animation": "nod" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/nge/conversation/rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_completed.json b/serverdata/nge/conversation/rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_completed.json new file mode 100644 index 000000000..8acb2659a --- /dev/null +++ b/serverdata/nge/conversation/rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_completed.json @@ -0,0 +1,40 @@ +{ + "npcMessage": { + "file": "conversation/restuss_imperial_ground_destroy_1", + "key": "s_6", + "comment": "Reports of your success have already reached me, soldier. I'm most impressed. There's still more work to be done though, so let me know when you are ready to get back out there." + }, + "playerResponses": [ + { + "playerMessage": { + "file": "conversation/restuss_imperial_ground_destroy_2", + "key": "s_20", + "comment": "Not a problem, sir!" + } + } + ], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/restuss_rebel_st3_destroy_elite", + "task": 1, + "active": true + } + } + ], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "salute_2" + } + }, + { + "type": "advance_quest", + "args": { + "quest": "quest/restuss_rebel_st3_destroy_elite" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/nge/conversation/rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_grant.json b/serverdata/nge/conversation/rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_grant.json new file mode 100644 index 000000000..b9f1c6ed8 --- /dev/null +++ b/serverdata/nge/conversation/rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_grant.json @@ -0,0 +1,31 @@ +{ + "npcMessage": { + "file": "conversation/restuss_rebel_ground_destroy_1", + "key": "s_28", + "comment": "Good to have you here, soldier. I hope you came prepared to fight. The Empire is calling in their Dark Troopers from around the galaxy. We need to make sure they never get here. If you can thin out their numbers by 5 before they even get to Restuss, it will be a big blow to the Imperial army." + }, + "playerResponses": [], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/restuss_rebel_st3_destroy_elite", + "active": false + } + } + ], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "heal_other" + } + }, + { + "type": "grant_quest", + "args": { + "quest": "quest/restuss_rebel_st3_destroy_elite" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/nge/conversation/rori_restuss_rebel_captain_redding/start_rebel.json b/serverdata/nge/conversation/rori_restuss_rebel_captain_redding/start_rebel.json index 49e144b7c..7c70429c1 100644 --- a/serverdata/nge/conversation/rori_restuss_rebel_captain_redding/start_rebel.json +++ b/serverdata/nge/conversation/rori_restuss_rebel_captain_redding/start_rebel.json @@ -1,17 +1,33 @@ { "npcMessage": { - "file": "conversation/restuss_rebel_ground_destroy_1", - "key": "s_28", - "comment": "Good to have you here, soldier. I hope you came prepared to fight. The Empire is calling in their Dark Troopers from around the galaxy. We need to make sure they never get here. If you can thin out their numbers by 5 before they even get to Restuss, it will be a big blow to the Imperial army." + "file": "conversation/quest_rebel_easy", + "key": "s_eff1c76c", + "comment": "How are you, my friend?" }, "playerResponses": [ { "playerMessage": { - "file": "conversation/restuss_rebel_ground_destroy_1", - "key": "s_30", - "comment": "I can handle it, sir!" + "file": "conversation/npe_rebel_questgiver", + "key": "s_44", + "comment": "Can I help you with something?" }, - "next": "rori_restuss_rebel_captain_redding/grant_quest" + "next": "rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_grant" + }, + { + "playerMessage": { + "file": "conversation/rebel_master_trainer", + "key": "s_d1111dc8", + "comment": "I will hunt them down. They are no match for me." + }, + "next": "rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_active" + }, + { + "playerMessage": { + "file": "conversation/rebel_master_trainer", + "key": "s_81f189ef", + "comment": "Reporting as ordered, Sir." + }, + "next": "rori_restuss_rebel_captain_redding/rebel_quest_5_elite_dark_trooper_completed" } ], "requirements": [ @@ -26,7 +42,7 @@ { "type": "npc_animation", "args": { - "animation": "salute1" + "animation": "explain" } } ] diff --git a/serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_active.json b/serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_active.json new file mode 100644 index 000000000..6af7c35fe --- /dev/null +++ b/serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_active.json @@ -0,0 +1,32 @@ +{ + "npcMessage": { + "file": "conversation/restuss_rebel_ground_destroy_2", + "key": "s_58", + "comment": "Alright, soldier. Be careful out there." + }, + "playerResponses": [], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/restuss_rebel_stormtrooper_2", + "task": 0, + "active": true + } + } + ], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "nod" + } + }, + { + "type": "player_animation", + "args": { + "animation": "apologize" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_completed.json b/serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_completed.json new file mode 100644 index 000000000..e5a190c6f --- /dev/null +++ b/serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_completed.json @@ -0,0 +1,40 @@ +{ + "npcMessage": { + "file": "conversation/restuss_imperial_ground_destroy_1", + "key": "s_39", + "comment": "An amazing feat out there, soldier. You've made us all proud. This war isn't lost yet!" + }, + "playerResponses": [ + { + "playerMessage": { + "file": "conversation/restuss_imperial_ground_destroy_2", + "key": "s_20", + "comment": "Not a problem, sir!" + } + } + ], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/restuss_rebel_stormtrooper_2", + "task": 1, + "active": true + } + } + ], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "salute_2" + } + }, + { + "type": "advance_quest", + "args": { + "quest": "quest/restuss_rebel_stormtrooper_2" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_grant.json b/serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_grant.json new file mode 100644 index 000000000..3947a2d3e --- /dev/null +++ b/serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_grant.json @@ -0,0 +1,31 @@ +{ + "npcMessage": { + "file": "conversation/restuss_rebel_ground_destroy_2", + "key": "s_18", + "comment": "I'm glad you're here, soldier. We've got another problem. The Empire has brought in their dreaded Dark Troopers and they are making a mess out there. We have to handle this immediately so if you're up to it, defeat 5 of them." + }, + "playerResponses": [], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/restuss_rebel_stormtrooper_2", + "active": false + } + } + ], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "heal_other" + } + }, + { + "type": "grant_quest", + "args": { + "quest": "quest/restuss_rebel_stormtrooper_2" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/start_rebel.json b/serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/start_rebel.json index 811cfc7db..e8c267ea6 100644 --- a/serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/start_rebel.json +++ b/serverdata/nge/conversation/rori_restuss_rebel_lt_olvog/start_rebel.json @@ -1,17 +1,33 @@ { "npcMessage": { - "file": "conversation/restuss_rebel_ground_destroy_2", - "key": "s_18", - "comment": "I'm glad you're here, soldier. We've got another problem. The Empire has brought in their dreaded Dark Troopers and they are making a mess out there. We have to handle this immediately so if you're up to it, defeat 5 of them." + "file": "conversation/quest_rebel_easy", + "key": "s_eff1c76c", + "comment": "How are you, my friend?" }, "playerResponses": [ { "playerMessage": { - "file": "conversation/restuss_rebel_ground_destroy_2", - "key": "s_20", - "comment": "I will handle it, sir!" + "file": "conversation/yavin_rebel_trainer_2", + "key": "s_11e0bfe9", + "comment": "Bah, I want action. Any duties?" }, - "next": "rori_restuss_rebel_lt_olvog/grant_quest" + "next": "rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_grant" + }, + { + "playerMessage": { + "file": "conversation/rebel_master_trainer", + "key": "s_d1111dc8", + "comment": "I will hunt them down. They are no match for me." + }, + "next": "rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_active" + }, + { + "playerMessage": { + "file": "conversation/rebel_master_trainer", + "key": "s_81f189ef", + "comment": "Reporting as ordered, Sir." + }, + "next": "rori_restuss_rebel_lt_olvog/rebel_quest_5_dark_trooper_completed" } ], "requirements": [ @@ -26,7 +42,7 @@ { "type": "npc_animation", "args": { - "animation": "salute1" + "animation": "survey" } } ] diff --git a/serverdata/nge/conversation/spawn_conversation_map.msdb b/serverdata/nge/conversation/spawn_conversation_map.msdb index 145e91fee..9f286541e 100644 --- a/serverdata/nge/conversation/spawn_conversation_map.msdb +++ b/serverdata/nge/conversation/spawn_conversation_map.msdb @@ -7,6 +7,7 @@ junk_dealer_generic.sdb TRUE junk_dealer_wookiee.sdb TRUE recruiter_imperial.sdb TRUE recruiter_rebel.sdb TRUE +tatooine_mos_eisley_darth_vader.sdb TRUE rori_restuss_imperial_captain_exov.sdb TRUE rori_restuss_imperial_captain_roth.sdb TRUE rori_restuss_imperial_lt_gregor.sdb TRUE diff --git a/serverdata/nge/npc/npc_2.sdb b/serverdata/nge/npc/npc_2.sdb index 2341b1a81..0df492ad3 100644 --- a/serverdata/nge/npc/npc_2.sdb +++ b/serverdata/nge/npc/npc_2.sdb @@ -549,36 +549,36 @@ droid_heroic_tusken_mouse a MSE droid heroic_tusken_mse_droid droid - mouse_droi droid_heroic_tusken_pit a pit droid heroic_tusken_pit_droid droid - pit_droid.iff Tusken Army espa espa FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 18 tusken FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - droid_ig_assassin an IG assassin droid ig_assassin_droid droid - ig_assassin_droid.iff Lok assassindroid - FALSE 1 1 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_unarmed_default droid_generic - - 6 6 FALSE - 100 droid 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - droid_ig88 IG-88 ig_88 droid - ig_88.iff Mustafar mercenary - FALSE 0.8 1.2 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_unarmed_default droid_generic - - 6 6 FALSE - 100 droid 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_battle A Battle Droid imperial_battle_droid droid - battle_droid.iff Global imperial imperial FALSE 1 1 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_unarmed_default droid_generic - - 9 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_dark_trooper a Dark Trooper dark_trooper droid - dark_trooper.iff Global imperial imperial FALSE 1.32 1.32 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_baton_stun prof_commando - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_dark_trooper_elite an elite Dark Trooper elite_dark_trooper droid - dark_trooper.iff Global imperial imperial FALSE 1.32 1.32 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_baton_stun prof_commando - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_dark_trooper_exogen an exogen class dark trooper crackdown_elite_dark_trooper droid - dark_trooper.iff Global imperial imperial FALSE 1.32 1.32 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_baton_stun prof_commando - - 6 8 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_dark_trooper_glory a glory class dark trooper crackdown_dark_trooper_hard droid - dark_trooper.iff Global imperial imperial FALSE 1.4 1.4 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_baton_stun prof_commando - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_dark_trooper_oppress7 an oppressor-7 class dark trooper crackdown_elite_dark_trooper_hard droid - dark_trooper.iff Global imperial imperial FALSE 1.45 1.45 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_baton_stun prof_commando - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_dark_trooper_oppress9 an oppressor-9 class dark trooper fbase_elite_dark_trooper_extreme droid - dark_trooper.iff Global imperial imperial FALSE 1.45 1.45 0 - 2 1.6 ranged_pistol_dx2 prof_commando melee_baton_stun prof_commando - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_dark_trooper_triumphant a triumphant class dark trooper fbase_dark_trooper_extreme droid - dark_trooper.iff Global imperial imperial FALSE 1.4 1.4 0 - 2 1.6 ranged_pistol_dx2 prof_commando melee_baton_stun prof_commando - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_dark_trooper_veteran a Veteran Dark Trooper veteran_dark_trooper droid - dark_trooper.iff Global imperial imperial FALSE 1.32 1.32 0 - 2 1.6 ranged_pistol_dx2 prof_commando melee_baton_stun prof_commando - - 6 6 TRUE - 100 droid 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_dark_trooper_victory a victory class dark trooper crackdown_dark_trooper droid - dark_trooper.iff Global imperial imperial FALSE 1.32 1.32 0 - 2 1.6 ranged_pistol_dx2 prof_commando melee_baton_stun prof_commando - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_detain_droideka_sentry Droideka Sentry imperial_detainment_droideka droid - droideka.iff Global imperial imperial FALSE 1 1 0 - 2 3 ranged_droid_droideka prof_commando melee_unarmed_default droid_generic - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_detain_load_lifter CLL8 Load Lifter imperial_detainment_load_lifter droid - cll8_binary_load_lifter.iff Global imperial imperial FALSE 1 1 0 - 2 2 melee_unarmed_default droid_generic - - - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_detain_med a 2-1B surgical droid imperial_detainment_medical_droid droid - 21b_surgical_droid.iff Global imperial imperial FALSE 1 1 0 - 2 2 melee_unarmed_default droid_generic - - - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_detain_mouse Mouse Droid imperial_detainment_mouse_droid droid - mouse_droid.iff Global imperial imperial FALSE 1 1 0 - 2 3 melee_unarmed_default droid_generic - - - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_detain_mse6_mouse an MSE-6 ''Mouse'' droid imperial_detainment_mouse_droid droid - mouse_droid.iff Global imperial imperial FALSE 1 1 0 - 2 3 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_detain_prison_battle Prison Battle Droid imperial_detainment_battle_droid droid - battle_droid.iff Global imperial imperial FALSE 1 1 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_unarmed_default droid_generic - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_detain_prison_droideka Prison Droideka imperial_detainment_droideka_normal droid - droideka.iff Global imperial imperial FALSE 1 1 0 - 2 1.6 ranged_droid_droideka prof_commando melee_unarmed_default droid_generic - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_detain_prison_track_probot Prisoner Tracking Probot Droid imperial_detainment_probot_normal droid - probot.iff Global imperial imperial FALSE 1 1 0 - 2 1.6 ranged_droid_probot prof_commando melee_unarmed_default droid_generic - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_detain_probot_sentry Probot Sentry Droid imperial_detainment_probot_low droid - probot.iff Global imperial imperial FALSE 1 1 0 - 2 1.6 ranged_droid_probot prof_commando melee_unarmed_default droid_generic - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_detain_sbd_sentry Super Battle Droid Sentry imperial_detainment_super_battle_droid droid - super_battle_droid.iff Global imperial imperial FALSE 1.5 2 0 - 2 1.6 ranged_carbine_e5 prof_commando melee_unarmed_default droid_generic - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_emperorsday_dark_trooper Dark Trooper imperial_emperorsday_dark_trooper droid - dark_trooper.iff Global imperial imperial FALSE 1.25 1.25 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_unarmed_default droid_generic - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_emperorsday_kaythree_protocol Kaythree imperial_emperorsday_kaythree droid - kaythree_protocol_droid.iff Global imperial imperial FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_heroic_sd_mouse a MSE droid heroic_sd_mse droid - mouse_droid.iff Star Destroyer Imperial imperial FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_ito_interrogator an ITO interrogator ito_interrogator droid - ito_interrogator.iff Global interrogator imperial FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 TRUE - 100 droid 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_probot_drone a probot drone imperial_probot_drone droid - probot.iff Global imperial imperial FALSE 0.6 0.6 0 - 2 2 ranged_droid_probot prof_commando melee_unarmed_default droid_generic - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_probot_seeker a probot seeker imperial_probot_seeker droid - probot.iff Global imperial imperial FALSE 0.7 0.7 0 - 2 2 ranged_droid_probot prof_commando melee_unarmed_default droid_generic - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_restuss_dark_trooper_urban_assault Urban Assault Dark Trooper restuss_elite_dark_trooper droid - restuss_dark_trooper.iff Rori imperial imperial FALSE 1.3 1.3 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_baton_stun prof_commando - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_restuss_load_lifter_carbines Imperial Load Lifter (Carbines) restuss_imperial_load_lifter_carbines droid - cll8_binary_load_lifter.iff Rori imperial imperial FALSE 1 1 0 - 2 2 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_restuss_load_lifter_launchers Imperial Load Lifter (Launchers) restuss_imperial_load_lifter_launchers droid - cll8_binary_load_lifter.iff Rori imperial imperial FALSE 1 1 0 - 2 2 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_imperial_sbd A Super Battle Droid imperial_super_battle_droid droid - super_battle_droid.iff Global imperial imperial FALSE 1.5 2 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 9 6 TRUE - 100 droid 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_battle A Battle Droid imperial_battle_droid droid - battle_droid.iff Global imperial imperial FALSE 1 1 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_unarmed_default droid_generic - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_dark_trooper a Dark Trooper dark_trooper droid - dark_trooper.iff Global imperial imperial FALSE 1.32 1.32 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_baton_stun prof_commando - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_dark_trooper_elite an elite Dark Trooper elite_dark_trooper droid - dark_trooper.iff Global imperial imperial FALSE 1.32 1.32 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_baton_stun prof_commando - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_dark_trooper_exogen an exogen class dark trooper crackdown_elite_dark_trooper droid - dark_trooper.iff Global imperial imperial FALSE 1.32 1.32 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_baton_stun prof_commando - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_dark_trooper_glory a glory class dark trooper crackdown_dark_trooper_hard droid - dark_trooper.iff Global imperial imperial FALSE 1.4 1.4 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_baton_stun prof_commando - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_dark_trooper_oppress7 an oppressor-7 class dark trooper crackdown_elite_dark_trooper_hard droid - dark_trooper.iff Global imperial imperial FALSE 1.45 1.45 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_baton_stun prof_commando - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_dark_trooper_oppress9 an oppressor-9 class dark trooper fbase_elite_dark_trooper_extreme droid - dark_trooper.iff Global imperial imperial FALSE 1.45 1.45 0 - 2 1.6 ranged_pistol_dx2 prof_commando melee_baton_stun prof_commando - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_dark_trooper_triumphant a triumphant class dark trooper fbase_dark_trooper_extreme droid - dark_trooper.iff Global imperial imperial FALSE 1.4 1.4 0 - 2 1.6 ranged_pistol_dx2 prof_commando melee_baton_stun prof_commando - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_dark_trooper_veteran a Veteran Dark Trooper veteran_dark_trooper droid - dark_trooper.iff Global imperial imperial FALSE 1.32 1.32 0 - 2 1.6 ranged_pistol_dx2 prof_commando melee_baton_stun prof_commando - - 16 6 TRUE - 100 droid 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_dark_trooper_victory a victory class dark trooper crackdown_dark_trooper droid - dark_trooper.iff Global imperial imperial FALSE 1.32 1.32 0 - 2 1.6 ranged_pistol_dx2 prof_commando melee_baton_stun prof_commando - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_detain_droideka_sentry Droideka Sentry imperial_detainment_droideka droid - droideka.iff Global imperial imperial FALSE 1 1 0 - 2 3 ranged_droid_droideka prof_commando melee_unarmed_default droid_generic - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_detain_load_lifter CLL8 Load Lifter imperial_detainment_load_lifter droid - cll8_binary_load_lifter.iff Global imperial imperial FALSE 1 1 0 - 2 2 melee_unarmed_default droid_generic - - - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_detain_med a 2-1B surgical droid imperial_detainment_medical_droid droid - 21b_surgical_droid.iff Global imperial imperial FALSE 1 1 0 - 2 2 melee_unarmed_default droid_generic - - - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_detain_mouse Mouse Droid imperial_detainment_mouse_droid droid - mouse_droid.iff Global imperial imperial FALSE 1 1 0 - 2 3 melee_unarmed_default droid_generic - - - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_detain_mse6_mouse an MSE-6 ''Mouse'' droid imperial_detainment_mouse_droid droid - mouse_droid.iff Global imperial imperial FALSE 1 1 0 - 2 3 melee_unarmed_default droid_generic - - - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_detain_prison_battle Prison Battle Droid imperial_detainment_battle_droid droid - battle_droid.iff Global imperial imperial FALSE 1 1 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_unarmed_default droid_generic - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_detain_prison_droideka Prison Droideka imperial_detainment_droideka_normal droid - droideka.iff Global imperial imperial FALSE 1 1 0 - 2 1.6 ranged_droid_droideka prof_commando melee_unarmed_default droid_generic - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_detain_prison_track_probot Prisoner Tracking Probot Droid imperial_detainment_probot_normal droid - probot.iff Global imperial imperial FALSE 1 1 0 - 2 1.6 ranged_droid_probot prof_commando melee_unarmed_default droid_generic - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_detain_probot_sentry Probot Sentry Droid imperial_detainment_probot_low droid - probot.iff Global imperial imperial FALSE 1 1 0 - 2 1.6 ranged_droid_probot prof_commando melee_unarmed_default droid_generic - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_detain_sbd_sentry Super Battle Droid Sentry imperial_detainment_super_battle_droid droid - super_battle_droid.iff Global imperial imperial FALSE 1.5 2 0 - 2 1.6 ranged_carbine_e5 prof_commando melee_unarmed_default droid_generic - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_emperorsday_dark_trooper Dark Trooper imperial_emperorsday_dark_trooper droid - dark_trooper.iff Global imperial imperial FALSE 1.25 1.25 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_unarmed_default droid_generic - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_emperorsday_kaythree_protocol Kaythree imperial_emperorsday_kaythree droid - kaythree_protocol_droid.iff Global imperial imperial FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_heroic_sd_mouse a MSE droid heroic_sd_mse droid - mouse_droid.iff Star Destroyer Imperial imperial FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_ito_interrogator an ITO interrogator ito_interrogator droid - ito_interrogator.iff Global interrogator imperial FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 16 6 TRUE - 100 droid 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_probot_drone a probot drone imperial_probot_drone droid - probot.iff Global imperial imperial FALSE 0.6 0.6 0 - 2 2 ranged_droid_probot prof_commando melee_unarmed_default droid_generic - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_probot_seeker a probot seeker imperial_probot_seeker droid - probot.iff Global imperial imperial FALSE 0.7 0.7 0 - 2 2 ranged_droid_probot prof_commando melee_unarmed_default droid_generic - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_restuss_dark_trooper_urban_assault Urban Assault Dark Trooper restuss_elite_dark_trooper droid - restuss_dark_trooper.iff Rori imperial imperial FALSE 1.3 1.3 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_baton_stun prof_commando - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_restuss_load_lifter_carbines Imperial Load Lifter (Carbines) restuss_imperial_load_lifter_carbines droid - cll8_binary_load_lifter.iff Rori imperial imperial FALSE 1 1 0 - 2 2 melee_unarmed_default droid_generic - - - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_restuss_load_lifter_launchers Imperial Load Lifter (Launchers) restuss_imperial_load_lifter_launchers droid - cll8_binary_load_lifter.iff Rori imperial imperial FALSE 1 1 0 - 2 2 melee_unarmed_default droid_generic - - - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_imperial_sbd A Super Battle Droid imperial_super_battle_droid droid - super_battle_droid.iff Global imperial imperial FALSE 1.5 2 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 16 6 TRUE - 100 droid 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - droid_j1p0_protocol J1-P0 (a protocol droid) j1_po droid - 3po_protocol_droid_silver.iff Global protocoldroid - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - droid_le_repair an LE repair droid le_repair_droid droid - le_repair_droid.iff Global repairdroid - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - droid_legacy_bd34_battle BD -34 legacy_lin34_droid droid - battle_droid.iff Tatooine astromech - FALSE 1 1 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_unarmed_default droid_generic - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -668,21 +668,21 @@ droid_r5_mix an R5 unit r5 droid Mixed appearance r5.iff;r5_crafted.iff;r5_craft droid_r5_space an R5 unit r5_space droid - r5_space.iff Global astromech - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - droid_ra7_bug an RA-7 "Bug" droid ra7_bug_droid droid - ra7_bug_droid.iff Global bugdroid - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - droid_race_coordinator_protocol Race Coordinator - droid Race Track Droid 3po_protocol_droid.iff;3po_protocol_droid_crafted.iff;3po_protocol_droid_red.iff;3po_protocol_droid_silver.iff Global protocoldroid - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_battle A Battle Droid rebel_battle_droid droid - battle_droid.iff Global rebel - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 9 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_c3po C-3PO c_3po droid - 3po_protocol_droid.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_detain_astromech Astromech Droid rebel_detainment_astromech droid - r2.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_detain_battle_astromech Battle Astromech rebel_detainment_blastromech droid - blastromech.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_detain_load_lifter Rebel Load Lifter rebel_detainment_load_lifter droid - cll8_binary_load_lifter.iff Global rebel rebel FALSE 1 1 0 - 2 2 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_detain_med a 2-1B surgical droid rebel_detainment_medical_droid droid - 21b_surgical_droid.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_detain_prison_battle Prison Battle Droids rebel_detainment_cww89_battle_droid droid - som/cww8_battle_droid.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 ranged_droid_cww8 prof_commando melee_unarmed_default droid_generic - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_detain_prison_track Prison Tracker Droid rebel_detainment_d270_droid droid - dz70_fugitive_tracker_droid.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_detain_protocol Rebel Detainment Protocol Droid rebel_detainment_protocol_droid droid - 3po_protocol_droid_red.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_detain_sentry_roam Roaming Sentry Droid rebel_detainment_cww89a_battle_droid droid - som/cww8a_battle_droid.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 ranged_droid_cww8 prof_commando melee_unarmed_default droid_generic - - 6 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_heroic_echo_c3po C3PO heroic_echo_c3po droid - 3po_protocol_droid.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_quest_u10_c3po C-3P0 quest_u10_c3p0 droid - 3po_protocol_droid.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_restuss_load_lifter_carbines Rebel Load Lifter (Carbines) restuss_rebel_load_lifter_carbines droid - cll8_binary_load_lifter.iff Rori rebel rebel FALSE 1 1 0 - 2 2 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_restuss_load_lifter_launchers Rebel Load Lifter (Launchers) restuss_rebel_load_lifter_launchers droid - cll8_binary_load_lifter.iff Rori rebel rebel FALSE 1 1 0 - 2 2 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -droid_rebel_sbd A Super Battle Droid rebel_super_battle_droid droid - super_battle_droid.iff Global rebel - FALSE 1.5 2 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 9 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_battle A Battle Droid rebel_battle_droid droid - battle_droid.iff Global rebel - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_c3po C-3PO c_3po droid - 3po_protocol_droid.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_detain_astromech Astromech Droid rebel_detainment_astromech droid - r2.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_detain_battle_astromech Battle Astromech rebel_detainment_blastromech droid - blastromech.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_detain_load_lifter Rebel Load Lifter rebel_detainment_load_lifter droid - cll8_binary_load_lifter.iff Global rebel rebel FALSE 1 1 0 - 2 2 melee_unarmed_default droid_generic - - - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_detain_med a 2-1B surgical droid rebel_detainment_medical_droid droid - 21b_surgical_droid.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_detain_prison_battle Prison Battle Droids rebel_detainment_cww89_battle_droid droid - som/cww8_battle_droid.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 ranged_droid_cww8 prof_commando melee_unarmed_default droid_generic - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_detain_prison_track Prison Tracker Droid rebel_detainment_d270_droid droid - dz70_fugitive_tracker_droid.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_detain_protocol Rebel Detainment Protocol Droid rebel_detainment_protocol_droid droid - 3po_protocol_droid_red.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_detain_sentry_roam Roaming Sentry Droid rebel_detainment_cww89a_battle_droid droid - som/cww8a_battle_droid.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 ranged_droid_cww8 prof_commando melee_unarmed_default droid_generic - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_heroic_echo_c3po C3PO heroic_echo_c3po droid - 3po_protocol_droid.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_quest_u10_c3po C-3P0 quest_u10_c3p0 droid - 3po_protocol_droid.iff Global rebel rebel FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_restuss_load_lifter_carbines Rebel Load Lifter (Carbines) restuss_rebel_load_lifter_carbines droid - cll8_binary_load_lifter.iff Rori rebel rebel FALSE 1 1 0 - 2 2 melee_unarmed_default droid_generic - - - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_restuss_load_lifter_launchers Rebel Load Lifter (Launchers) restuss_rebel_load_lifter_launchers droid - cll8_binary_load_lifter.iff Rori rebel rebel FALSE 1 1 0 - 2 2 melee_unarmed_default droid_generic - - - - 16 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +droid_rebel_sbd A Super Battle Droid rebel_super_battle_droid droid - super_battle_droid.iff Global rebel - FALSE 1.5 2 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 16 6 TRUE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - droid_robo_bartender a Robo bartender robo_bartender droid - robo_bartender.iff Global bartenderdroid - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 6 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - droid_rogue_agro_03 Rogue Droid clone_relics_warren_agro_droid_s03 droid - warren_agro_droid_s03.iff Dantooine clone_relics_droid clone_relics_droid FALSE 1 1 0 - 2 1.6 ranged_carbine_e5 prof_bounty_hunter melee_unarmed_default droid_generic - - 6 12 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - droid_rogue_agro_04 Rogue Droid clone_relics_warren_agro_droid_s04 droid - warren_agro_droid_s04.iff Dantooine clone_relics_droid clone_relics_droid FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid_generic - - - - 6 12 FALSE - 100 droid 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -880,7 +880,7 @@ humanoid_anim_kahn Anim Kahn (a Valarian pilot) anim_kahn humanoid Mos Espa dres humanoid_annor_fash Annor Fash (a Chirq Council lieutenant) corellia_chirq_annor_fash humanoid - chirq_low_m_1.iff Corellia chirq_council - FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_arrek_von_sarko Arrek von Sarko arrek_von_sarko humanoid - dressed_noble_human_male_01.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_striker prof_smuggler_ranged melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_arrworr Arrworr c_syren_3_arrworr humanoid - ep3/ep3_clone_relics_wookie_prisoner_02.iff Tatooine kashyyyk - FALSE 1.2 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 12 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_artisan an artisan artisan humanoid - dressed_commoner_artisan_sullustan_male_01.iff;dressed_commoner_artisan_bith_male_01.iff;dressed_commoner_artisan_trandoshan_male_01.iff;dressed_artisan_trainer_01.iff;dressed_artisan_trainer_02.iff;dressed_artisan_trainer_03.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 humanoid_commoner melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_artisan an artisan artisan humanoid - dressed_commoner_artisan_sullustan_male_01.iff;dressed_commoner_artisan_bith_male_01.iff;dressed_commoner_artisan_trandoshan_male_01.iff;dressed_artisan_trainer_01.iff;dressed_artisan_trainer_02.iff;dressed_artisan_trainer_03.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_artogg Artogg - humanoid - gamorrean.iff Tatooine jabba jabba FALSE 1 1 0 - 2 1.8 melee_2h_sword_battleaxe prof_smuggler_melee - - ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_arven_wendik Arven Wendik arven_wendik humanoid - dressed_arven_wendik.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_assassin an assassin assassin humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Global mercenary - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - diff --git a/serverdata/nge/npc/npc_3.sdb b/serverdata/nge/npc/npc_3.sdb index 1da4b76ef..1a5e02320 100644 --- a/serverdata/nge/npc/npc_3.sdb +++ b/serverdata/nge/npc/npc_3.sdb @@ -33,9 +33,9 @@ humanoid_borvo_thug Borvo's thug borvos_thug humanoid - dressed_borvos_thief.iff humanoid_boshek Boshek boshek humanoid - dressed_tatooine_boshek.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_boss_nass Boss Nass boss_nass humanoid - boss_nass.iff Naboo gungan gungan FALSE 1.03 1.03 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_bossk Bossk bossk humanoid - bossk.iff Tatooine mercenary - FALSE 1.1 1.1 0 - 2 1.8 ranged_rifle_ep3_dc15 prof_bounty_hunter melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_bothan_diplomat a Bothan diplomat bothan_diplomat humanoid - dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff Global spynet - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_bothan_information_broker a Bothan information broker bothan_information_broker humanoid - dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff Global spynet - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_boulo_siesi Boulo Siesi bestine_artist06 humanoid - dressed_bestine_artist06.iff Tatooine artist - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_bothan_diplomat a Bothan diplomat bothan_diplomat humanoid - dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff Global spynet - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_bothan_information_broker a Bothan information broker bothan_information_broker humanoid - dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff Global spynet - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_boulo_siesi Boulo Siesi bestine_artist06 humanoid - dressed_bestine_artist06.iff Tatooine artist - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_bounty_check_burr_el Burr El (Fugitive: Murderer) bounty_check_fugitive_1 humanoid - bounty_check_fugitive_1.iff Global commoner - FALSE 1 1 0 - 2 1.8 ranged_pistol_power5 prof_spy melee_unarmed_default humanoid_melee - - 8 8 FALSE - 100 npc 0 - 100 collectible_rare kill_bounty_fugitive_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_bounty_check_delia_visi Delia Visi (Fugitive: Terrorist) bounty_check_fugitive_3 humanoid - bounty_check_fugitive_3.iff Global commoner - FALSE 1 1 0 - 2 1.8 ranged_pistol_power5 prof_spy melee_unarmed_default humanoid_melee - - 8 8 FALSE - 100 npc 0 - 100 collectible_rare kill_bounty_fugitive_03 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_bounty_check_kylaena Kylaena (Fugitive: Assassin) bounty_check_fugitive_5 humanoid - bounty_check_fugitive_5.iff Global commoner - FALSE 1 1 0 - 2 1.8 ranged_pistol_power5 prof_spy melee_unarmed_default humanoid_melee - - 8 8 FALSE - 100 npc 0 - 100 collectible_rare kill_bounty_fugitive_05 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -50,15 +50,15 @@ humanoid_bounty_guild_rovessh Rovessh (Bounty Hunters Guild) bounty_guild_bounty humanoid_bounty_hunter a bounty hunter bounty_hunter humanoid - dressed_bountyhunter_trainer_01.iff;dressed_bountyhunter_trainer_02.iff;dressed_bountyhunter_trainer_03.iff;dressed_bountyhunter_trainer_04.iff;dressed_bounty_hunter_zabrak_female_01.iff Global mercenary - FALSE 1 1 0 - 2 1.8 ranged_rifle_ep3_dc15 prof_bounty_hunter melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 100 bounty 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_bounty_hunter_female a bounty hunter bounty_hunter_female humanoid - dressed_bounty_hunter_zabrak_female_01.iff Global mercenary - FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17 prof_bounty_hunter melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 100 bounty 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_braggans_fist_thug a Braggan's Fist thug corellia_braggans_fist_thug humanoid - dressed_criminal_smuggler_human_female_01.iff;dressed_criminal_smuggler_human_male_01.iff;dressed_criminal_slicer_human_female_01.iff;dressed_criminal_slicer_human_male_01.iff;dressed_criminal_pirate_human_female_01.iff;dressed_criminal_pirate_human_male_01.iff;dressed_criminal_assassin_human_female_01.iff;dressed_criminal_assassin_human_male_01.iff Corellia braggans_fist - FALSE 1 1 0 - 2 1.8 ranged_carbine_ee3 prof_spy melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_brantlee_spondoon Brantlee Spondoon (assistant to the Diktat) brantlee_spondoon humanoid - dressed_brantlee_spondoon.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_brass_marshoo Brass Marshoo brass_marshoo humanoid - gungan_s02_male.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_brantlee_spondoon Brantlee Spondoon (assistant to the Diktat) brantlee_spondoon humanoid - dressed_brantlee_spondoon.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_brass_marshoo Brass Marshoo brass_marshoo humanoid - gungan_s02_male.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_brawler_2 a brawler brawler humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Global mercenary - FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_brawler_quest_client_ii missing beginner_brawler_quest_client_2 humanoid - beginner_brawler_client_2.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_brawler_quest_client_iii missing beginner_brawler_quest_client_3 humanoid - beginner_brawler_client_3.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_brawler_quest_otwi_opawl Otwi Opawl beginner_brawler_quest_client_1 humanoid - beginner_brawler_client_1.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_brawler_quest_peawp_rdawc Peawp R'dawc beginner_brawler_quest_peawp_bodyguard_trainer humanoid - peawp_bodyguard_trainer.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_brea_tonnika Brea Tonnika brea_tonnika humanoid - dressed_tatooine_brea_tonnika.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_bren_kingal Bren Kingal bren_kingal humanoid - mos_taike_guard_young.iff Tatooine townsperson townsperson FALSE 1.01 1.01 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_brea_tonnika Brea Tonnika brea_tonnika humanoid - dressed_tatooine_brea_tonnika.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_bren_kingal Bren Kingal bren_kingal humanoid - mos_taike_guard_young.iff Tatooine townsperson townsperson FALSE 1.01 1.01 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_brennis_doore Brennis Doore brennis_doore humanoid - dressed_brennis_doore.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_brigade_captain a First Brigade captain brigade_captain humanoid - dressed_brigade_captain_human_female_01.iff;dressed_brigade_captain_human_male_01.iff;dressed_brigade_officer_rodian_female_01.iff;dressed_brigade_officer_rodian_male_01.iff Rori restuss restuss FALSE 0.8 1.2 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_brigade_general a First Brigade general brigade_general humanoid - dressed_brigade_general_human_female_01.iff;dressed_brigade_general_human_male_01.iff Rori restuss restuss FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_sword_02 humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -76,7 +76,7 @@ humanoid_brigand_leader a brigand leader brigand_leader humanoid - dressed_crimi humanoid_brigand_scout a brigand scout brigand_scout humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Global brigand - FALSE 1 1 0 - 2 1.8 ranged_carbine_laser prof_smuggler_ranged melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_bronell Bronell bronell humanoid - dressed_corvette_neutral_bronell.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_bruce_mcbrain Bruce McBrain bruce_mcbrain humanoid - dressed_corvette_neutral_bruce.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_businessman a businessman businessman humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_sword_nyax prof_jedi - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_businessman a businessman businessman humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_cannibal a cannibal cannibal humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Tatooine cannibal - FALSE 1 1 0 - 2 1.8 melee_unarmed_default prof_smuggler_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_canyon_corsair_captain a Canyon Corsair captain canyon_corsair_captain humanoid - dressed_corsair_captain_hum_m.iff;dressed_corsair_captain_nikto_m.iff;dressed_corsair_captain_zab_m.iff Lok corsairs canyon_corsair FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_smuggler_ranged melee_unarmed_default humanoid_melee - - 8 8 FALSE - 100 npc 0 - 100 collectible_rare 18 canyon_corsair FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_canyon_corsair_cutthroat a Canyon Corsair cutthroat canyon_corsair_cutthroat humanoid - dressed_corsair_cutthroat_hum_f.iff;dressed_corsair_cutthroat_hum_m.iff;dressed_corsair_cutthroat_zab_m.iff;dressed_corsair_guard_hum_f.iff;dressed_corsair_guard_hum_m.iff;dressed_corsair_guard_nikto_m.iff;dressed_corsair_guard_rod_m.iff Lok corsairs canyon_corsair FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_smuggler_ranged melee_unarmed_default humanoid_melee - - 8 8 FALSE - 100 npc 0 - 100 collectible_common 18 canyon_corsair FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -489,7 +489,7 @@ humanoid_dwb_wraith Death Watch Wraith mand_bunker_dthwatch_silver humanoid - dr humanoid_ebenn_q3_baobab Ebenn Q3 Baobab ebenn_q3_baobab humanoid - dressed_noble_human_male_02.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_edbr_yamagh Edbr Yamagh (aide to Lt. Col. Quelsh) corellia_edbr_yamagh humanoid - dressed_commoner_naboo_human_male_06.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_emperors_hand Emperor's Hand emperors_hand humanoid - dressed_emperors_hand_zabrak_male_01.iff;dressed_emperors_hand_human_male_01.iff;dressed_emperors_hand_human_male_02.iff;dressed_emperors_hand_human_female_01.iff Global - - FALSE 1 1 0 - 2 1.8 melee_crafted_lightsaber_one_handed_gen1 prof_jedi - - - - 16 12 FALSE - 100 npc 100 restuss_emperors_hand 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_entertainer an entertainer entertainer humanoid - dressed_entertainer_trainer_human_female_01.iff;dressed_entertainer_trainer_twk_female_01.iff;dressed_entertainer_trainer_twk_male_01.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_entertainer an entertainer entertainer humanoid - dressed_entertainer_trainer_human_female_01.iff;dressed_entertainer_trainer_twk_female_01.iff;dressed_entertainer_trainer_twk_male_01.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_ephant_mon Ephant Mon ephant_mon humanoid - ephant_mon.iff Tatooine jabba jabba FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_erran_sif Erran Sif erran_sif humanoid - dressed_erran_sif.iff Talus sif sif FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 sif FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_eteto_topan_ice_cream Eteto Topan eteto_topan_ice_cream humanoid - eteto_topan_ice_cream.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -938,64 +938,64 @@ humanoid_igbi_freemo Igbi Freemo igbi_freemo humanoid - dressed_igbi_freemo.iff humanoid_ignar_ominaz Ignar Ominaz ignar_ominaz humanoid - dressed_ignar_ominaz.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_ikka_gesul Ikka Gesul ikka_gesul humanoid - dressed_tatooine_ikka_gesul.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_imo_vledmo Imo Vledmo imo_vledmo humanoid - dressed_dathomir_prisoner_01.iff;dressed_dathomir_prisoner_02.iff;dressed_dathomir_prisoner_03.iff;dressed_dathomir_prisoner_04.iff;dressed_dathomir_prisoner_05.iff Dathomir townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_1st_lieutenant an Imperial 1st lieutenant crackdown_imperial_first_lieutenant humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_1st_lieutenant_skilled a skilled Imperial 1st lieutenant crackdown_imperial_first_lieutenant_hard humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_alozen Field Commander Alozen (Storm Squadron Pilot Trainer) alozen humanoid Storm Squadron space_imperial_tier2_tatooine_alozen.iff Yavin 4 imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_army_captain an Imperial Army Captain imperial_army_captain humanoid Imperial Recruiter dressed_imperial_captain_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_army_captain_extreme a veteran Imperial captain fbase_imperial_army_captain_extreme humanoid Imperial Recruiter dressed_imperial_captain_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_army_captain_hard an experienced Imperial captain fbase_imperial_army_captain_hard humanoid Imperial Recruiter dressed_imperial_captain_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_assault_trooper an Assault Trooper assault_trooper humanoid - dressed_stormtrooper_white_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_baton_stun humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_assault_trooper_squad_leader an Assault Trooper Squad Leader assault_trooper_squad_leader humanoid - dressed_stormtrooper_white_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_rifle_dlt20a prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_barn_sinkko Lt. Barn Sinkko (Imperial Pilot Trainer) barn_sinkko humanoid Imperial Inquisition dressed_imperial_trainer_space_03.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_base_corellia_reward_officer Imperial Logistics Officer gcw_base_imperial_corellia_reward_officer humanoid - dressed_gcw_buff_officer.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_base_naboo_reward_officer Imperial Logistics Officer gcw_base_imperial_naboo_reward_officer humanoid - dressed_gcw_buff_officer.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_base_stormtrooper a Stormtrooper gcw_base_stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_base_talus_reward_officer Imperial Logistics Officer gcw_base_imperial_talus_reward_officer humanoid - dressed_gcw_buff_officer.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_bombardier an Imperial bombardier crackdown_stormtrooper_bombardier humanoid - dressed_stormtrooper_bombardier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_bombardier_ace an ace Imperial bombardier crackdown_stormtrooper_bombardier_hard humanoid - dressed_stormtrooper_bombardier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_brigadier_general an Imperial Brigadier General imperial_brigadier_general humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_cadet an Imperial cadet imperial_cadet humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_laser prof_bounty_hunter melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_cadet_squad_leader an Imperial cadet squadleader imperial_cadet_squadleader humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_laser prof_officer_ranged melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_captain an Imperial captain crackdown_imperial_army_captain humanoid Imperial Recruiter dressed_imperial_captain_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_captain_denner Captain Denner (Storm Squadron Pilot Trainer) denner humanoid Storm Squadron space_imperial_tier3_yavin.iff Yavin 4 imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_city_black a Stormtrooper gcw_city_imperial_black humanoid - dressed_stormtrooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default humanoid_melee - - 32 32 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_city_black_darkt a Stormtrooper gcw_city_imperial_black_darkt humanoid - dressed_dark_trooper_black_hole.iff Global imperial imperial FALSE 1.25 1.25 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 32 32 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_city_black_sgt a Stormtrooper commander gcw_city_imperial_black_sgt humanoid - dressed_stormtrooper_commander_black_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default humanoid_melee - - 32 32 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_city_captain Imperial Captain gcw_city_imperial_captain humanoid - dressed_gcw_imperial_captain.iff Global imperial imperial FALSE 1 1 0 - 2 0 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 10 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_city_city_offensive_general Imperial Offensive Force General gcw_city_offensive_imperial_general humanoid - dressed_imperial_general_m.iff Global imperial imperial FALSE 1.25 1.25 0 - 2 0 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 32 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_city_demoralized Demoralized Imperial gcw_city_demoralized_imperial humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_city_general Imperial Defense Force General gcw_city_imperial_general humanoid - dressed_imperial_general_m.iff Global imperial imperial FALSE 1.25 1.25 0 - 2 0 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 32 6 FALSE - 100 npc 0 - 100 collectible_rare kill_combat_general_rebel_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_city_sandtrooper a Stormtrooper gcw_city_imperial_sandtrooper humanoid - dressed_stormtrooper_sandtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default humanoid_melee - - 32 32 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_city_sandtrooper_sgt a Stormtrooper gcw_city_imperial_sandtrooper_sgt humanoid - dressed_stormtrooper_groupleader_sandtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default humanoid_melee - - 32 32 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_city_stormtrooper_1 a Stormtrooper gcw_city_imperial_1 humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default humanoid_melee - - 32 32 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_1_rebel_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_city_stormtrooper_2 a Stormtrooper gcw_city_imperial_2 humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default humanoid_melee - - 32 32 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_2_rebel_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_city_stormtrooper_3 a Stormtrooper gcw_city_imperial_3 humanoid - dark_trooper.iff Global imperial imperial FALSE 1.25 1.25 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 32 32 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_3_rebel_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_civil_captain a civil patrol captain imperial_civil_patrol_captain humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_laser prof_officer_ranged melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_civil_commander a civil patrol commander imperial_civil_patrol_commander humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_laser prof_officer_ranged melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_civil_corporal a civil patrol corporal imperial_civil_patrol_corporal humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_civil_patrolman a civilian patrolman imperial_civil_patrolman humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_civil_sergeant a civil patrol sergeant imperial_civil_patrol_sergeant humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_cmdr_dkrn Commander D'krn - humanoid - dressed_imperial_general_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_col_bek_rabor Colonel Bek Rabor (an Imperial officer) bek_rabor humanoid Imp Outpost space_greeter_dantooine_imperial_officer.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_colonel an Imperial Colonel imperial_colonel humanoid Imperial Recruiter dressed_imperial_colonel_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_colonel_dac_axfow Colonel Dac Axfow (an Imperial officer) dac_axfow humanoid - space_greeter_kor_vella_imperial_officer.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_colonel_darkstone Colonel Darkstone darkstone humanoid - dressed_corvette_imperial_darkstone.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_colonel_extreme a grizzled Imperial colonel fbase_imperial_colonel_extreme humanoid Imperial Recruiter dressed_imperial_colonel_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_colonel_hard a decorated Imperial colonel fbase_imperial_colonel_hard humanoid Imperial Recruiter dressed_imperial_colonel_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_comm_link_bombardier Stormtrooper Bombardier gcw_comm_link_reinforcement_imperial_7 humanoid - dressed_stormtrooper_bombardier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_sword_02 prof_officer_melee - - 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_comm_link_dark_trooper Dark Trooper gcw_comm_link_reinforcement_imperial_10 humanoid - dark_trooper.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 12 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_comm_link_exterminator Imperial Exterminator gcw_comm_link_reinforcement_imperial_9 humanoid - dressed_imperial_exterminator.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_spy melee_unarmed_default humanoid_melee - - 12 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_comm_link_nova_trooper Nova Trooper gcw_comm_link_reinforcement_imperial_11 humanoid - dressed_stormtrooper_white_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_rifle_dlt20a prof_officer_ranged melee_sword_02 prof_officer_melee - - 12 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_comm_link_nova_trooper_commando Nova Trooper Commando gcw_comm_link_reinforcement_imperial_12 humanoid - dressed_imperial_restuss_trooper_leader.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 12 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_comm_link_squadleader Stormtrooper Squadleader gcw_comm_link_reinforcement_imperial_8 humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_rifle_e11 prof_medic melee_unarmed_default humanoid_melee - - 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_comm_op an Imperial comm op crackdown_comm_operator humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_comm_operator an Imperial comm op fbase_comm_operator humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_comm_operator_hard an Imperial comm specialist fbase_comm_operator_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_comm_specialist an Imperial comm specialist crackdown_comm_operator_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_command_security_guard an Imperial command security guard fbase_command_security_guard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_rifle_e11 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_command_security_guard_elite an elite Imperial security guard fbase_command_security_guard_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_commander_byrne Commander Byrne commander_byrne humanoid - dressed_lian_byrne.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_commander_dkrn Commander D'krn death_watch_herald_imperial humanoid - dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_commando_storm an Imperial storm commando crackdown_storm_commando humanoid - dressed_scout_trooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_commando_storm_ace an ace Imperial storm commando crackdown_storm_commando_hard humanoid - dressed_scout_trooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_compforce_trooper a CompForce trooper compforce_trooper humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - \ No newline at end of file +humanoid_imperial_1st_lieutenant an Imperial 1st lieutenant crackdown_imperial_first_lieutenant humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_1st_lieutenant_skilled a skilled Imperial 1st lieutenant crackdown_imperial_first_lieutenant_hard humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_alozen Field Commander Alozen (Storm Squadron Pilot Trainer) alozen humanoid Storm Squadron space_imperial_tier2_tatooine_alozen.iff Yavin 4 imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_army_captain an Imperial Army Captain imperial_army_captain humanoid Imperial Recruiter dressed_imperial_captain_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_army_captain_extreme a veteran Imperial captain fbase_imperial_army_captain_extreme humanoid Imperial Recruiter dressed_imperial_captain_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_army_captain_hard an experienced Imperial captain fbase_imperial_army_captain_hard humanoid Imperial Recruiter dressed_imperial_captain_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_assault_trooper an Assault Trooper assault_trooper humanoid - dressed_stormtrooper_white_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_baton_stun humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_assault_trooper_squad_leader an Assault Trooper Squad Leader assault_trooper_squad_leader humanoid - dressed_stormtrooper_white_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_rifle_dlt20a prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_barn_sinkko Lt. Barn Sinkko (Imperial Pilot Trainer) barn_sinkko humanoid Imperial Inquisition dressed_imperial_trainer_space_03.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_base_corellia_reward_officer Imperial Logistics Officer gcw_base_imperial_corellia_reward_officer humanoid - dressed_gcw_buff_officer.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_base_naboo_reward_officer Imperial Logistics Officer gcw_base_imperial_naboo_reward_officer humanoid - dressed_gcw_buff_officer.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_base_stormtrooper a Stormtrooper gcw_base_stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_base_talus_reward_officer Imperial Logistics Officer gcw_base_imperial_talus_reward_officer humanoid - dressed_gcw_buff_officer.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_bombardier an Imperial bombardier crackdown_stormtrooper_bombardier humanoid - dressed_stormtrooper_bombardier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_bombardier_ace an ace Imperial bombardier crackdown_stormtrooper_bombardier_hard humanoid - dressed_stormtrooper_bombardier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_brigadier_general an Imperial Brigadier General imperial_brigadier_general humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_cadet an Imperial cadet imperial_cadet humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_laser prof_bounty_hunter melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_cadet_squad_leader an Imperial cadet squadleader imperial_cadet_squadleader humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_laser prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_captain an Imperial captain crackdown_imperial_army_captain humanoid Imperial Recruiter dressed_imperial_captain_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_captain_denner Captain Denner (Storm Squadron Pilot Trainer) denner humanoid Storm Squadron space_imperial_tier3_yavin.iff Yavin 4 imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_city_black a Stormtrooper gcw_city_imperial_black humanoid - dressed_stormtrooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_city_black_darkt a Stormtrooper gcw_city_imperial_black_darkt humanoid - dressed_dark_trooper_black_hole.iff Global imperial imperial FALSE 1.25 1.25 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_city_black_sgt a Stormtrooper commander gcw_city_imperial_black_sgt humanoid - dressed_stormtrooper_commander_black_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_city_captain Imperial Captain gcw_city_imperial_captain humanoid - dressed_gcw_imperial_captain.iff Global imperial imperial FALSE 1 1 0 - 2 0 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_city_city_offensive_general Imperial Offensive Force General gcw_city_offensive_imperial_general humanoid - dressed_imperial_general_m.iff Global imperial imperial FALSE 1.25 1.25 0 - 2 0 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_city_demoralized Demoralized Imperial gcw_city_demoralized_imperial humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_city_general Imperial Defense Force General gcw_city_imperial_general humanoid - dressed_imperial_general_m.iff Global imperial imperial FALSE 1.25 1.25 0 - 2 0 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_rare kill_combat_general_rebel_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_city_sandtrooper a Stormtrooper gcw_city_imperial_sandtrooper humanoid - dressed_stormtrooper_sandtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_city_sandtrooper_sgt a Stormtrooper gcw_city_imperial_sandtrooper_sgt humanoid - dressed_stormtrooper_groupleader_sandtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_city_stormtrooper_1 a Stormtrooper gcw_city_imperial_1 humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_1_rebel_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_city_stormtrooper_2 a Stormtrooper gcw_city_imperial_2 humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_2_rebel_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_city_stormtrooper_3 a Stormtrooper gcw_city_imperial_3 humanoid - dark_trooper.iff Global imperial imperial FALSE 1.25 1.25 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_3_rebel_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_civil_captain a civil patrol captain imperial_civil_patrol_captain humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_laser prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_civil_commander a civil patrol commander imperial_civil_patrol_commander humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_laser prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_civil_corporal a civil patrol corporal imperial_civil_patrol_corporal humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_civil_patrolman a civilian patrolman imperial_civil_patrolman humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_civil_sergeant a civil patrol sergeant imperial_civil_patrol_sergeant humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_cmdr_dkrn Commander D'krn - humanoid - dressed_imperial_general_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_col_bek_rabor Colonel Bek Rabor (an Imperial officer) bek_rabor humanoid Imp Outpost space_greeter_dantooine_imperial_officer.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_colonel an Imperial Colonel imperial_colonel humanoid Imperial Recruiter dressed_imperial_colonel_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_colonel_dac_axfow Colonel Dac Axfow (an Imperial officer) dac_axfow humanoid - space_greeter_kor_vella_imperial_officer.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_colonel_darkstone Colonel Darkstone darkstone humanoid - dressed_corvette_imperial_darkstone.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_colonel_extreme a grizzled Imperial colonel fbase_imperial_colonel_extreme humanoid Imperial Recruiter dressed_imperial_colonel_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_colonel_hard a decorated Imperial colonel fbase_imperial_colonel_hard humanoid Imperial Recruiter dressed_imperial_colonel_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_comm_link_bombardier Stormtrooper Bombardier gcw_comm_link_reinforcement_imperial_7 humanoid - dressed_stormtrooper_bombardier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_sword_02 prof_officer_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_comm_link_dark_trooper Dark Trooper gcw_comm_link_reinforcement_imperial_10 humanoid - dark_trooper.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_comm_link_exterminator Imperial Exterminator gcw_comm_link_reinforcement_imperial_9 humanoid - dressed_imperial_exterminator.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_spy melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_comm_link_nova_trooper Nova Trooper gcw_comm_link_reinforcement_imperial_11 humanoid - dressed_stormtrooper_white_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_rifle_dlt20a prof_officer_ranged melee_sword_02 prof_officer_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_comm_link_nova_trooper_commando Nova Trooper Commando gcw_comm_link_reinforcement_imperial_12 humanoid - dressed_imperial_restuss_trooper_leader.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_comm_link_squadleader Stormtrooper Squadleader gcw_comm_link_reinforcement_imperial_8 humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_rifle_e11 prof_medic melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_comm_op an Imperial comm op crackdown_comm_operator humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_comm_operator an Imperial comm op fbase_comm_operator humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_comm_operator_hard an Imperial comm specialist fbase_comm_operator_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_comm_specialist an Imperial comm specialist crackdown_comm_operator_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_command_security_guard an Imperial command security guard fbase_command_security_guard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_rifle_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_command_security_guard_elite an elite Imperial security guard fbase_command_security_guard_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_commander_byrne Commander Byrne commander_byrne humanoid - dressed_lian_byrne.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_commander_dkrn Commander D'krn death_watch_herald_imperial humanoid - dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_commando_storm an Imperial storm commando crackdown_storm_commando humanoid - dressed_scout_trooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_commando_storm_ace an ace Imperial storm commando crackdown_storm_commando_hard humanoid - dressed_scout_trooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_compforce_trooper a CompForce trooper compforce_trooper humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - \ No newline at end of file diff --git a/serverdata/nge/npc/npc_4.sdb b/serverdata/nge/npc/npc_4.sdb index 999573770..62be4583c 100644 --- a/serverdata/nge/npc/npc_4.sdb +++ b/serverdata/nge/npc/npc_4.sdb @@ -1,332 +1,332 @@ npc_id npc_name stf_name niche comment iff_template planet social_group faction spec_force scale_min scale_max hue grant_skill attack_speed movement_speed primary_weapon primary_weapon_specials secondary_weapon secondary_weapon_specials thrown_weapon thrown_weapon_specials aggressive_radius assist_radius death_blow skillmods loot_table1_chance loot_table1 loot_table2_chance loot_table2 loot_table3_chance loot_table3 collection_activation slotName chronicle_loot_chance chronicle_loot_category resources milk_amount milk_type meat_amount meat_type hide_amount hide_type bone_amount bone_type extractable_dna gene_profile can_tame wild_ability_list TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT BOOLEAN REAL REAL INTEGER TEXT REAL REAL TEXT TEXT TEXT TEXT TEXT TEXT INTEGER INTEGER BOOLEAN TEXT INTEGER TEXT INTEGER TEXT INTEGER TEXT TEXT TEXT INTEGER TEXT BOOLEAN INTEGER TEXT INTEGER TEXT INTEGER TEXT INTEGER TEXT BOOLEAN TEXT REAL TEXT -humanoid_imperial_corporal an Imperial Corporal imperial_corporal humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_corporal_hard an experienced Imperial corporal fbase_imperial_corporal_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_corporal_sova Corporal Sova corporal_sova humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_cpt_ceth_laike Captain Ceth Laike - humanoid - dressed_imperial_captain_m.iff Talus imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_cpt_heff Captain Heff (an Imperial Captain) - humanoid - dressed_imperial_captain_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_crackdown_colonel an Imperial colonel crackdown_imperial_colonel humanoid Imperial Recruiter dressed_imperial_colonel_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_crackdown_command_security_guard an Imperial command security guard crackdown_command_security_guard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_crackdown_corporal an Imperial corporal crackdown_imperial_corporal humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_crackdown_master_sergeant an Imperial master sergeant crackdown_imperial_master_sergeant humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_crackdown_medic an Imperial medic crackdown_imperial_medic humanoid Imperial Recruiter dressed_imperial_medic1_human_male_01.iff;dressed_imperial_medic2_21b_01.iff;dressed_imperial_medic3_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_medic - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_crackdown_noncom an Imperial noncom crackdown_imperial_noncom humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_crackdown_sergeant an Imperial sergeant crackdown_imperial_sergeant humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_crackdown_sharpshooter an Imperial sharpshooter crackdown_imperial_sharpshooter humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_cx425 CX-425 cx_425 humanoid - dressed_cx_425.iff Yavin 4 imperial - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_dark_trooper_nova a Dark Novatrooper stormtrooper_dark_trooper_novatrooper humanoid - dressed_dark_trooper_black_hole.iff Global imperial imperial FALSE 1.32 1.32 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_darth_vader Darth Vader darth_vader humanoid - darth_vader.iff Global imperial imperial FALSE 1.2 1.2 0 - 2 1.8 melee_lightsaber_vader npc_darth_vader - - - - 6 6 FALSE - 100 npc 100 npc_force_dark 100 collectible_rare kill_jedi_elder_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_dead_eye an Imperial dead-eye crackdown_imperial_sharpshooter_hard humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_decorated_colonel a decorated Imperial colonel crackdown_imperial_colonel_hard humanoid Imperial Recruiter dressed_imperial_colonel_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_defector an Imperial defector imperial_defector humanoid - dressed_imperial_officer_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_deserter an Imperial deserter imperial_deserter humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Lok nym rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_detain_scout_trooper Scout Trooper imperial_detainment_scout_trooper humanoid - dressed_scout_trooper_white_white.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_detain_stormtrooper Stormtrooper imperial_detainment_stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_detainment_officer Imperial Detainment Facility Officer imperial_detainment_officer humanoid - imperial_emperorsday_vendor.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_droid_corps_junior_tech a droid corps junior technician imperial_probot_handler humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_e11 prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_ds144 DS-144 - humanoid - dressed_tie_fighter_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_ds2344 DS-23-44 - humanoid - dressed_tie_fighter_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_ds538 DS-538 - humanoid - dressed_tie_fighter_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_ds672 DS-672 - humanoid - dressed_tie_fighter_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_ds9808 DS-98-08 - humanoid - dressed_tie_fighter_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_elite_sand_trooper an elite sand trooper fbase_elite_sand_trooper humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_elite_sand_trooper_extreme an elite sand trooper commando veteran fbase_elite_sand_trooper_extreme humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_elite_sand_trooper_hard an elite sand trooper commando fbase_elite_sand_trooper_hard humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_elite_security_guard an elite Imperial security guard crackdown_command_security_guard_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_celebration_organizer Imperial Celebration Organizer imperial_emperorsday_vendor humanoid - imperial_emperorsday_vendor.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_colonel_rogen_lithal Colonel Rogen Lithal imp_empireday_detentionboss_officer humanoid - dressed_imperial_officer_m_5.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 10 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_crash_major_tantor Major Tantor imperial_emperorsday_major_tantor humanoid - dressed_imperial_officer_brenn_tantor.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_crash_victim_inquisitor Imperial Crash Victim imperial_emperorsday_crashvictim_imperial_inquisitor humanoid - dressed_imperial_inquisitor_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_crash_victim_marine Imperial Crash Victim imperial_emperorsday_crashvictim_galactic_marine humanoid - galactic_marine_hum_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_crash_victim_officer Imperial Crash Victim imperial_emperorsday_crashvictim_officer humanoid - imperial_emperorsday_vendor.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_crash_victim_stormtrooper Imperial Crash Victim imperial_emperorsday_crashvictim_stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_darth_vader Darth Vader imperial_emperorsday_darth_vader humanoid - darth_vader.iff Global imperial imperial FALSE 1.3 1.3 0 - 2 1.8 melee_lightsaber_vader npc_darth_vader - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare kill_jedi_elder_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_group_leader_ex222 Group Leader EX-222 imp_empireday_detentionboss_sqdldr humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 10 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_jh101 JH-101 imp_empireday_detentionboss_stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 10 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_loy_kommas Loy Kommas imp_empireday_detentionboss_jedi humanoid - dressed_dark_jedi_master_male_human_06.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 melee_crafted_lightsaber_one_handed_gen1 prof_jedi - - - - 10 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_mara_jade Mara Jade imperial_emperorsday_mara_jade humanoid - mara_jade_empire_day.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_marine_bo661 Marine BO-661 imp_empireday_detentionboss_marine humanoid - galactic_marine_hum_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 10 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_marine_sentry Imperial Galactic Marine Sentry imperial_emperorsday_ceremony_sentry humanoid - galactic_marine_hum_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 20 20 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_qq463 QQ-463 imp_empireday_detentionboss_scouttrooper humanoid - dressed_scout_trooper_white_white.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 10 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_stormtrooper A Stormtrooper imperial_emperorsday_stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_stormtrooper_fat A Stormtrooper imperial_emperorsday_stormtrooper_fat humanoid - dressed_stormtrooper_fat_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_stormtrooper_squad_leader A Stormtrooper Squad Leader imperial_emperorsday_stormtrooper_squad_leader humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_supply_officer Supply Officer; Dac Madine imperial_emperorsday_supply_officer humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_empday_tie_pilot Tie Figther Pilot imperial_emperorsday_tie_fighter_pilot humanoid - dressed_tie_fighter_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_entertainer Imperial Entertainment Coordinator gcw_entertainer_imperial humanoid - dressed_entertainer_gcw_f_zab_01.iff;dressed_entertainer_gcw_hum_f_02.iff;dressed_entertainer_gcw_hum_f_imp_01.iff Global townsperson townsperson FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_experienced_captain an experienced Imperial captain crackdown_imperial_army_captain_hard humanoid Imperial Recruiter dressed_imperial_captain_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_experienced_corporal an experienced Imperial corporal crackdown_imperial_corporal_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_exterminator an Imperial exterminator imperial_exterminator humanoid - dressed_imperial_exterminator.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_exterminator_extreme a grizzled Imperial exterminator fbase_imperial_exterminator_extreme humanoid - dressed_imperial_exterminator.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_exterminator_hard a weathered Imperial exterminator fbase_imperial_exterminator_hard humanoid - dressed_imperial_exterminator.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_exterminator_weathered a weathered Imperial exterminator crackdown_imperial_exterminator_hard humanoid - dressed_imperial_exterminator.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_fern_yarrow Fern Yarrow (an Imperial Pilot) fern_yarrow humanoid Mining Outpost space_greeter_dantooine_brother_imperial.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_first_lieutenant an Imperial 1st lieutenant fbase_imperial_first_lieutenant humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_first_lieutenant_hard a skilled Imperial 1st lieutenant fbase_imperial_first_lieutenant_hard humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_galactic_marine Galactic Marine imperial_marine_detainment_sentry_normal humanoid - galactic_marine_hum_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_galactic_marine_veteran Galactic Marine Veteran imperial_marine_detainment_sentry_high humanoid - galactic_marine_hum_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_gen_brant_korra General Brant Korra c_syren_4_imp_boss humanoid - dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_general an Imperial General imperial_general humanoid Imperial Recruiter dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_general_moff General Moff imperial_moff humanoid - dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_general_otto General Otto general_otto humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_gert_talnin Col. Gert Talnin (an Imperial officer) gert_talnin humanoid Bestine dressed_imperial_lieutenant_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_gins_darone Gins Darone gins_darone humanoid - dressed_gins_darone.iff Yavin 4 imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_gunham Commander Gunham (Imperial Pilot Coordinator) gunham humanoid Coordinator dressed_imperial_lieutenant_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_gunner a gunner gunner humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_hakasha_sireen Hakasha Sireen (Imperial Pilot Trainer) hakassha_sireen humanoid Black Epsilon dressed_imperial_trainer_space_02.iff Talus imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_haymir_rendundi Haymir Rendundi (Black Epsilon Pilot Trainer) haymir_rendundi humanoid Black Epsilon space_imperial_tier3_yavin_blackepsilon.iff Yavin 4 imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_high_colonel a High Colonel high_colonel humanoid - dressed_imperial_colonel_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_high_general an Imperial High General imperial_high_general humanoid Imperial Recruiter dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_humanoid_rebel_defector missing rebel_defector humanoid - dressed_rebel_lieutenant_colonel_rodian_female_01.iff;dressed_rebel_lieutenant_colonel_rodian_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_01.iff;dressed_rebel_lieutenant_colonel_zabrak_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_02.iff;dressed_rebel_lieutenant_colonel_moncal_female_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_inquisitor an Imperial Inquisitor imperial_inquisitor humanoid - dressed_imperial_inquisitor_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_inquisitor_fazoll Inquisitor Fa'Zoll (Imperial Pilot Trainer) fa_zoll humanoid Imperial Inquisition space_imperial_tier2_naboo.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_insurgent Insurgent (Black Epsilon Pilot Trainer) insurgent humanoid Black Epsilon space_imperial_tier4_corellia_nin_gursawe.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_ja_ce_yiaso Grand Inquisitor Ja'ce Yiaso (Imperial Pilot Trainer) ja_ce_yiaso humanoid Imperial Inquisition space_imperial_tier4_naboo_inquisitor.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_jatrian_lytus Commander Jatrian Lytus jatrian_lytus humanoid - dressed_jatrian_lytus.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_kaja_orzee Kaja Or'Zee kaja_orzee humanoid - kaja_orzee.iff Naboo imperial imperial FALSE 0.95 0.95 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_kilnstrider Admiral Kilnstrider (Storm Squadron Pilot Trainer) kilnstrider humanoid Storm Squadron space_imperial_tier4_tatooine_kilnstrider.iff Endor imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_lance_bombardier a lance bombardier lance_bombardier humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_lance_corporal an Imperial Lance Corporal imperial_lance_corporal humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_landau Commander Landau (Imperial Pilot Coordinator) landau humanoid Coordinator dressed_imperial_lieutenant_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_lieutenant_corporal an Imperial Lieutenant Colonel imperial_lieutenant_colonel humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_lieutenant_general an Imperial Lieutenant General imperial_lieutenant_general humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_loam_redge Inquisitor Loam Redge loam_redge humanoid - loam_redge.iff Naboo imperial imperial FALSE 1.08 1.08 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_logro_elsin Lt. Logro Elsin (an Imperial pilot) logro_elsin humanoid - dressed_tie_fighter_m.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_lord_hethrir Lord Hethrir lord_hethrir humanoid - lord_hethrir.iff Naboo imperial imperial FALSE 1.12 1.12 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_lt_akal_colzet Lt. Akal Colzet (Imperial Pilot Trainer) akal_colzet humanoid Storm Squadron dressed_imperial_trainer_space_01.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_lt_allard_lissara Lt. Allard Lissara - humanoid - dressed_imperial_captain_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_lt_juntah_herm Lt. Juntah Herm (an Imperial pilot) juntah_herm humanoid Imp Outpost space_greeter_dantooine_imperial_pilot.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_lt_velso Lt. Velso lt_velso humanoid - dressed_corvette_imperial_velso.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_major an Imperial Major imperial_major humanoid Imperial Recruiter dressed_imperial_major_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_major_caleb_knolar Major Caleb Knolar imp_title_grant humanoid - dressed_imperial_major_cold_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_major_general an Imperial Major General imperial_major_general humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_mara_jade Mara Jade mara_jade humanoid - mara_jade_empire_day.iff Endor imperial imperial FALSE 0.8 0.8 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_master_sergeant an Imperial Master Sergeant imperial_master_sergeant humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_master_sergeant_elite an elite Imperial master sergeant crackdown_imperial_master_sergeant_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_master_sergeant_hard an elite Imperial master sergeant fbase_imperial_master_sergeant_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_medic an Imperial Medic imperial_medic humanoid Imperial Recruiter dressed_imperial_medic1_human_male_01.iff;dressed_imperial_medic2_21b_01.iff;dressed_imperial_medic3_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_medic - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_medic_hard an Imperial surgeon fbase_imperial_medic_hard humanoid Imperial Recruiter dressed_imperial_medic1_human_male_01.iff;dressed_imperial_medic2_21b_01.iff;dressed_imperial_medic3_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_mozo_bondog Mozo Bondog mozo_bondog humanoid - dressed_mozo_bondog.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_nial_declann Grand Admiral Nial Declann nial_declann humanoid Imperial Tier 5 Trainer dressed_imperial_admiral_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_noncom an Imperial noncom imperial_noncom humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_noncom_battle_shocked a battle-shocked Imperial noncom crackdown_imperial_noncom_hard humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_noncom_hard a battle-shocked Imperial noncom fbase_imperial_noncom_hard humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_oberhaur Commander Oberhaur (Imperial Pilot Trainer) oberhaur humanoid Storm Squadron space_imperial_tier2_tatooine_oberhaur.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_officer an Imperial officer - humanoid Female Imperial Officer dressed_imperial_officer_f.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_officer_mkae Officer M'kae c_syren_4_imp_mkae humanoid - dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_officer_questgiver missing imperial_officer_questgiver humanoid Imperial Recruiter dressed_imperial_captain_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_palpatine The Emperor palpatine humanoid - palpatine.iff Naboo imperial imperial FALSE 0.8 0.8 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 100 npc_force_dark 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_pilot_empretreat Imperial Pilot imperial_pilot humanoid Emperors Retreat dressed_imperial_trainer_space_01.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_pilot_naboo Imperial Pilot imperial_pilot humanoid Naboo Space Station dressed_tie_fighter_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_pilot_tie Imperial TIE Fighter pilot imperial_pilot humanoid - dressed_tie_fighter_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_planet_base_officer an Imperial Field Commander gcw_planet_base_imperial_officer humanoid - dressed_gcw_buff_officer.iff Global imperial imperial FALSE 1.2 1.2 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_imperial_detonator thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_planet_base_stormtrooper an Imperial stormtrooper gcw_planet_base_imperial_stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_prefect_talmont Prefect Talmont prefect_talmont humanoid - prefect_talmont.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_prisk_kith_vys Prisk Kith'Vys (Imperial Pilot Trainer) prisk_kith_vys humanoid Black Epsilon space_imperial_tier2_corellia.iff Talus imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_prisoner_deserttrooper Imperial Officer Disguised reb_prisoner_deserttrooper humanoid - rebel_desert_soldier.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_prisoner_officer_disguise_deserttrooper Imperial Officer Prisoner reb_prisoner_imp_officer_disguise_deserttrooper humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_prisoner_officer_disguise_jedi Imperial Officer Prisoner reb_prisoner_imp_officer_disguise_jedi humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_prisoner_officer_disguise_officer Imperial Officer Prisoner reb_prisoner_imp_officer_disguise_officer humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_prisoner_officer_disguise_pilot Imperial Officer Prisoner reb_prisoner_imp_officer_disguise_pilot humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_prisoner_officer_disguise_rebtrooper Imperial Officer Prisoner reb_prisoner_imp_officer_disguise_rebtrooper humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_prisoner_officer_disguise_specforce Imperial Officer Prisoner reb_prisoner_imp_officer_disguise_specforce humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_prisoner_officer_jedi Imperial Officer Disguised reb_prisoner_jedi humanoid - dressed_tutorial_light_jedi.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_prisoner_officer_officer Imperial Officer Disguised reb_prisoner_officer humanoid - dressed_rebel_army_captain_human_male_01.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_prisoner_officer_pilot Imperial Officer Disguised reb_prisoner_pilot humanoid - dressed_rebel_pilot_human_male_01.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_prisoner_officer_rebtrooper Imperial Officer Disguised reb_prisoner_rebtrooper humanoid - dressed_rebel_trooper_human_male_01.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_prisoner_officer_specforce Imperial Officer Disguised reb_prisoner_specforce humanoid - rebel_specforce_hum_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_private an Imperial Private imperial_private humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_record_keeper missing record_keeper_imperial humanoid - theme_park_record_keeper_imperial.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_recruiter an Imperial recruiter imperial_recruiter humanoid Imperial Recruiter dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_restuss_admiral_grot Admiral Grot restuss_imperial_admiral_grot humanoid - dressed_imperial_restuss_admiral_grot.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_restuss_captain_exov Captain Exov restuss_imperial_captain_exov humanoid - dressed_restuss_captain_exov.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_restuss_captain_okto Captain Okto restuss_imperial_captain_okto humanoid - dressed_restuss_captain_okto.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_restuss_captain_roth Captain Roth restuss_imperial_captain_roth humanoid - dressed_restuss_captain_roth.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_restuss_load_lifter_ambush Imperial Supply Specialist restuss_imperial_load_lifter_ambush humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_restuss_lt_gregor Lieutenant Gregor restuss_imperial_lt_gregor humanoid - dressed_restuss_lt_gregor.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_restuss_lt_pofko Lieutenant Pofko restuss_imperial_lt_pofko humanoid - dressed_restuss_lt_pofko.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_restuss_lt_wholding Lieutenant Wholding restuss_imperial_lt_wholding humanoid - dressed_restuss_lt_wholding.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_restuss_lt_wulf Lieutenant Wulf restuss_imperial_lt_wulf humanoid - dressed_restuss_lt_wulf.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_restuss_mandalorian an Imperial Squad Leader restuss_imperial_mandalorian humanoid - dressed_imperial_restuss_trooper_leader.iff Rori imperial imperial FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_restuss_reward_officer Imperial Commendation Officer restuss_imperial_reward_officer humanoid - dressed_imperial_officer_m_3.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_restuss_stormtrooper a Stormtrooper restuss_stormtrooper humanoid - dressed_stormtrooper_m.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_restuss_stormtrooper_st3 a Stormtrooper restuss_imperial_stormtrooper_st3 humanoid - dressed_stormtrooper_m.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_retreat_guard an Imperial retreat guard imperial_retreat_guard humanoid - royal_guard.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_royal_guard a Royal Imperial Guard emperor_royal_guard humanoid - emperor_royal_guard.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_polearm_lance_staff_magna_guard humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_ackbar_rebel_sympathizer Lt. Amminius Goodner rtp_ackbar_rebel_sympathizer humanoid - dressed_npe_imperial_officer.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_ackbar_stormtrooper_assault an assault Stormtrooper rtp_ackbar_stormtrooper_assault humanoid - dressed_stormtrooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_ackbar_stormtrooper_assault_leader Captain Halron Yehr rtp_ackbar_stormtrooper_assault_leader humanoid - dressed_imperial_trainer_space_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_dodonna_stormtrooper_bombing_leader a Stormtrooper squad leader rtp_dodonna_stormtrooper_bombing_leader humanoid - dressed_stormtrooper_squad_leader_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_dodonna_stormtrooper_bombing_squad A Stormtrooper rtp_dodonna_stormtrooper_bombing_squad humanoid - dressed_stormtrooper_sniper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_imp_corporal an Imperial corporal rtp_imperial_corporal humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_imp_first_lieutenant an Imperial first lieutenant rtp_imperial_first_lieutenant humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_imp_lieutenant an Imperial lieutenant rtp_imperial_lieutenant humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_imp_master_sergeant an Imperial master sergeant rtp_imperial_master_sergeant humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_imp_medic an Imperial medic rtp_imperial_medic humanoid - dressed_imperial_medic1_human_male_01.iff;dressed_imperial_medic2_21b_01.iff;dressed_imperial_medic3_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_imp_sergeant an Imperial sergeant rtp_imperial_sergeant humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_leia_stormtrooper_guard a Stormtrooper guard rtp_leia_stormtrooper_guard humanoid - dressed_stormtrooper_bombardier_m.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_mon_mothma_general_rholar General Stromgald Rholar rtp_mon_mothma_imperial_general_02 humanoid - dressed_imperial_trainer_space_03.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_mon_mothma_general_sinan General Kehel Sinan rtp_mon_mothma_imperial_general_01 humanoid - space_imperial_tier4_tatooine_kilnstrider.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_stormtrooper_elite a Stormtrooper rtp_stormtrooper_elite_90 humanoid - dressed_stormtrooper_white_gold.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_stormtrooper_normal a Stormtrooper rtp_stormtrooper_normal_90 humanoid - dressed_stormtrooper_m.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_rtp_wedge_stormtrooper_guard a Stormtrooper guard rtp_wedge_stormtrooper_guard humanoid - dressed_stormtrooper_m.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sabol Lt. Sabol sabol humanoid - dressed_corvette_imperial_sabol.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sand_trooper an Imperial sand trooper fbase_sand_trooper humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sand_trooper_elite an elite sand trooper crackdown_elite_sand_trooper humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sand_trooper_elite_commando an elite sand trooper commando crackdown_elite_sand_trooper_hard humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sand_trooper_extreme a grizzled elite Imperial sand trooper fbase_sand_trooper_extreme humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sand_trooper_hard an elite Imperial sand trooper fbase_sand_trooper_hard humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_scout_trooper an Imperial scout trooper crackdown_scout_trooper humanoid - dressed_scout_trooper_white_white.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_scout_trooper_elite an elite Imperial scout trooper crackdown_scout_trooper_hard humanoid - dressed_scout_trooper_white_white.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_scout_trooper_extreme a grizzled elite Imperial scout trooper fbase_scout_trooper_extreme humanoid - dressed_scout_trooper_white_white.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_second_lieutenant an Imperial Second Lieutenant imperial_second_lieutenant humanoid Imperial Recruiter dressed_imperial_lieutenant_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_security_guard_detention a detention security guard detention_security_guard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_senior_cadet an Imperial senior cadet imperial_senior_cadet humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sentry Imperial Sentry gcw_imperial_sentry humanoid - galactic_marine_hum_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 0 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 20 20 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sergeant an Imperial Sergeant imperial_sergeant humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sergeant_hard a toughened Imperial sergeant fbase_imperial_sergeant_hard humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sergeant_major an Imperial Sergeant Major imperial_sergeant_major humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sergeant_ruwan_tokai Sergeant Ruwan Tokai sergeant_ruwan_tokai humanoid - dressed_ruwan_tokai.iff Yavin4 imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sergeant_toughened a toughened Imperial sergeant crackdown_imperial_sergeant_hard humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sg567 SG-567 - humanoid - dressed_scout_trooper_white_white.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sg619 SG-619 - humanoid - dressed_scout_trooper_white_white.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sgt_eryk_chinn Sgt. Eryk Chinn (an Imperial bodyguard) - humanoid - dressed_stormtrooper_black_black.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sharpshooter an Imperial sharpshooter imperial_sharpshooter humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_sharpshooter_hard an Imperial dead-eye fbase_imperial_sharpshooter_hard humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_shibb_nisshil Shibb Nisshil shibb_nisshil humanoid - dressed_shibb_nisshil.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_signalman a signalman signalman humanoid - dressed_rebel_scout_human_female_01.iff;dressed_rebel_scout_human_female_02.iff;dressed_rebel_scout_human_male_01.iff;dressed_rebel_scout_bothan_male_01.iff;dressed_rebel_scout_rodian_male_01.iff;dressed_rebel_scout_zabrak_female_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_som_kenobi_reunite_dark_trooper Inquisitorium Dark Trooper som_kenobi_reunite_dark_trooper humanoid - som/som_kenobi_reunite_dark_trooper.iff Mustafar imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_polearm_lance_electric prof_commando ranged_grenade_cryoban thrown 6 24 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_som_kenobi_reunite_inquisitorium_hunter Inquisitorium Hunter som_kenobi_reunite_inquisitorium_hunter humanoid - som/som_kenobi_reunite_inquisitorium_hunter.iff Mustafar imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_bounty_hunter melee_baton_stun prof_smuggler_melee - - 9 9 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_space_greeter_kadaara missing - humanoid - space_greeter_kadaara_imperial_officer.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_special_missions_engineer a special missions engineer special_missions_engineer humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_specialist an Imperial specialist crackdown_specialist_noncom humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_specialist_noncom a specialist noncom specialist_noncom humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_specialist_top_secret a top secret Imperial specialist crackdown_specialist_noncom_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_staff_corporal an Imperial Staff Corporal imperial_staff_corporal humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_staff_sergeant an Imperial Staff Sergeant imperial_staff_sergeant humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stealth_operative an Imperial stealth operative assassin_mission_recruiter_imperial humanoid - dressed_assassin_mission_giver_imp_hum_m_01.iff;dressed_assassin_mission_giver_imp_hum_m_02.iff;dressed_assassin_mission_giver_imp_hum_m_03.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_storm_commando an Imperial storm commando fbase_storm_commando humanoid - dressed_scout_trooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormcaptain an Imperial stormcaptain crackdown_stormtrooper_captain_hard humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormmedic an Imperial stormmedic crackdown_stormtrooper_medic humanoid - dressed_stormtrooper_medic_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_medic - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormrifle an Imperial stormrifle crackdown_stormtrooper_rifleman humanoid - dressed_stormtrooper_rifleman_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormrifle_elite an elite Imperial stormrifle crackdown_stormtrooper_rifleman_hard humanoid - dressed_stormtrooper_rifleman_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormsniper an Imperial stormsniper crackdown_stormtrooper_sniper humanoid - dressed_stormtrooper_sniper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormsniper_elite an elite Imperial stormsniper crackdown_stormtrooper_sniper_hard humanoid - dressed_stormtrooper_sniper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormsurgeon an Imperial stormsurgeon crackdown_stormtrooper_medic_hard humanoid - dressed_stormtrooper_medic_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper a Stormtrooper stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_black_hole a black hole Stormtrooper stormtrooper_black_hole humanoid - dressed_stormtrooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_black_hole_squad_leader a black hole Stormtrooper Squad Leader stormtrooper_black_hole_squad_leader humanoid - dressed_stormtrooper_squad_leader_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_bombardier a Stormtrooper Bombardier stormtrooper_bombardier humanoid - dressed_stormtrooper_bombardier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_bombardier_ace an ace Imperial bombardier fbase_stormtrooper_bombardier_hard humanoid - dressed_stormtrooper_bombardier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_captain a Stormtrooper Captain stormtrooper_captain humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_captain_elite an elite Imperial stormcaptain fbase_stormtrooper_captain_extreme humanoid - dressed_stormtrooper_commander_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_colonel an Imperial stormtrooper colonel crackdown_stormtrooper_squad_leader_hard humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_elite an elite Imperial stormtrooper crackdown_stormtrooper_hard humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_fat_tk555 TK-555 stormtrooper_fat_tk555 humanoid - dressed_stormtrooper_fat_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_hard an elite Imperial stormtrooper fbase_stormtrooper_hard humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_major a Stormtrooper Major stormtrooper_major humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_medic a Stormtrooper Medic stormtrooper_medic humanoid - dressed_stormtrooper_medic_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_novatrooper a Novatrooper stormtrooper_novatrooper humanoid - dressed_stormtrooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_novatrooper_cadet a Novatrooper Cadet stormtrooper_novatrooper_cadet humanoid - dressed_stormtrooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_novatrooper_captain a Novatrooper Captain stormtrooper_novatrooper_captain humanoid - dressed_stormtrooper_captain_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_novatrooper_commander a Novatrooper Commander stormtrooper_novatrooper_commander humanoid - dressed_stormtrooper_commander_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_novatrooper_elite an Elite Novatrooper stormtrooper_novatrooper_elite humanoid - dressed_stormtrooper_black_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_novatrooper_elite_commander an Elite Novatrooper Commander stormtrooper_novatrooper_elite_commander humanoid - dressed_stormtrooper_commander_black_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_novatrooper_ensign a Novatrooper Ensign stormtrooper_novatrooper_ensign humanoid - dressed_stormtrooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_novatrooper_medic a Novatrooper Medic stormtrooper_novatrooper_medic humanoid - dressed_stormtrooper_black_red.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_novatrooper_squad_leader a Novatrooper Squad Leader stormtrooper_novatrooper_squad_leader humanoid - dressed_stormtrooper_squad_leader_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_rifleman a Stormtrooper Rifleman stormtrooper_rifleman humanoid - dressed_stormtrooper_rifleman_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_rifleman_elite an elite Imperial stormrifle fbase_stormtrooper_rifleman_hard humanoid - dressed_stormtrooper_rifleman_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_rifleman_hard an Imperial stormrifle fbase_stormtrooper_rifleman humanoid - dressed_stormtrooper_rifleman_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_saboteur a Stormtrooper Saboteur imperial_comm_link_bombardier humanoid - dressed_stormtrooper_bombardier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_sniper a Stormtrooper Sniper stormtrooper_sniper humanoid - dressed_stormtrooper_sniper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_sniper_elite an elite Imperial stormsniper fbase_stormtrooper_sniper_hard humanoid - dressed_stormtrooper_sniper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_squad_leader an Imperial stormtrooper squad leader crackdown_stormtrooper_squad_leader humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_squad_leader_extreme an Imperial stormtrooper colonel fbase_stormtrooper_squad_leader_extreme humanoid - dressed_stormtrooper_black_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stormtrooper_squad_leader_hard an Imperial stormtrooper colonel fbase_stormtrooper_squad_leader_hard humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_storyteller_boss_stormtrooper a Stormtrooper Veteran storyteller_boss_stormtrooper humanoid - dressed_stormtrooper_captain_black_black.iff Global storyteller_imperial imperial FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_storyteller_officer an Imperial officer storyteller_imperial_officer humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global storyteller_imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_storyteller_pilot an Imperial Pilot storyteller_imperial_pilot humanoid - dressed_tie_fighter_m.iff Global storyteller_imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_storyteller_snowtrooper an Imperial Snowtrooper storyteller_imperial_snowtrooper humanoid - snowtrooper_s01.iff Global storyteller_imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_bounty_hunter - - 6 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_storyteller_stormtrooper a Stormtrooper storyteller_stormtrooper humanoid - dressed_stormtrooper_m.iff Global storyteller_imperial imperial FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_storyteller_stormtrooper_squad_leader a Stormtrooper squad leader storyteller_stormtrooper_squad_leader humanoid - dressed_stormtrooper_groupleader_m.iff Global storyteller_imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stranded_officer a stranded Imperial officer stranded_imperial_officer humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Yavin 4 imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stranded_pilot a stranded Imperial pilot stranded_imperial_pilot humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Yavin 4 imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_stranded_soldier a stranded Imperial soldier stranded_imperial_soldier humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Yavin 4 imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_surface_marshall an Imperial surface Marshall imperial_surface_marshal humanoid Imperial Recruiter dressed_imperial_major_cold_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_surgeon an Imperial surgeon crackdown_imperial_medic_hard humanoid Imperial Recruiter dressed_imperial_medic1_human_male_01.iff;dressed_imperial_medic2_21b_01.iff;dressed_imperial_medic3_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_swamp_trooper a Swamp Trooper swamp_trooper humanoid - dressed_swamp_trooper_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_swamp_trooper_anti_gungan a plasma-thieving Swamp Trooper swamp_trooper_anti_gungan humanoid - dressed_swamp_trooper_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_swamp_trooper_captain_anti_gungan a plasma-thieving Swamp Trooper Captain swamp_trooper_captain_anti_gungan humanoid - dressed_swamp_trooper_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_swamp_trooper_hard a hardened Imperial swamp trooper fbase_swamp_trooper_hard humanoid - dressed_swamp_trooper_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_swamp_trooper_hardened a hardened Imperial swamp trooper crackdown_swamp_trooper_hard humanoid - dressed_swamp_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_syren_5_exterminator_hard an Imperial exterminator syren_5_imperial_imperial_exterminator_hard humanoid - dressed_imperial_exterminator.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 7 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_syren_5_inquisitor an Imperial Inquisitor syren_5_imperial_inquisitor humanoid - dressed_imperial_inquisitor_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 7 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_syren_5_sand_trooper_hard an Imperial sand trooper syren_5_imperial_sand_trooper_hard humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 7 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_syren_5_scout_trooper_hard an Imperial scout trooper syren_5_imperial_scout_trooper_hard humanoid - dressed_scout_trooper_white_white.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 7 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_syren_5_stormtrooper_hard an Imperial stormtrooper syren_5_imperial_stormtrooper_hard humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 7 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_syren_5_stormtrooper_medic_hard an Imperial surgeon syren_5_imperial_stormtrooper_medic_hard humanoid - dressed_stormtrooper_medic_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 6 7 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_syren_5_stormtrooper_novatrooper_elite_commander an Elite Novatrooper syren_5_imperial_stormtrooper_novatrooper_elite_commander humanoid - dressed_stormtrooper_commander_black_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_syren_5_stormtrooper_rifleman_hard an Imperial sharpshooter syren_5_imperial_stormtrooper_rifleman_hard humanoid - dressed_stormtrooper_rifleman_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 7 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_syren_5_stormtrooper_sniper_hard an Imperial sniper syren_5_imperial_stormtrooper_sniper_hard humanoid - dressed_stormtrooper_sniper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 7 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_syren5_questgiver Officer Edgar syren5_imperial_questgiver humanoid - dressed_officer_mkae.iff Talus imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_ta667 TA-667 - humanoid - dark_trooper.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_talus_coa_colonel_braedic_ekirk Colonel Braedic Ekirk talus_dearic_coa_colonel_braedic_ekirk humanoid - coa_colonel_braedic_ekirk.iff Talus imperial imperial FALSE 1.2 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_talus_coa_escort Imperial Stormtrooper Escort talus_dearic_coa_imperial_escort humanoid - dressed_stormtrooper_m.iff Talus imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_bounty_hunter - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_talus_coa_officer Imperial Captain talus_dearic_coa_imperial_officer humanoid Imperial Recruiter dressed_imperial_captain_m.iff Talus imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_thrawn Captain Thrawn thrawn humanoid - naboo_npc/thrawn.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_tk8h2 TK-8H2 - humanoid - dressed_stormtrooper_captain_white_white.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_tk9h4 TK-9H4 - humanoid - dressed_stormtrooper_captain_white_white.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_trooper an Imperial trooper imperial_trooper humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_tutorial_dark_jedi Elo Folding tutorial_dark_jedi humanoid - dressed_tutorial_dark_jedi.iff Global dark_jedi_sentinel imperial FALSE 1 1 0 - 2 1.8 melee_crafted_lightsaber_one_handed_gen1 prof_jedi - - - - 6 6 FALSE - 100 npc 100 npc_force_dark 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veers Colonel Veers veers humanoid - naboo_npc/veers.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_army_captain a Veteran Imperial Army Captain veteran_imperial_army_captain humanoid Imperial Recruiter dressed_imperial_captain_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_assault_trooper a Veteran Assault Trooper veteran_assault_trooper humanoid - dressed_stormtrooper_white_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_assault_trooper_squad_leader a Veteran Assault Trooper Squad Leader veteran_assault_trooper_squad_leader humanoid - dressed_stormtrooper_white_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_rifle_dlt20a prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_brigadier_general a Veteran Imperial Brigadier General veteran_imperial_brigadier_general humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_colonel a Veteran Imperial Colonel veteran_imperial_colonel humanoid Imperial Recruiter dressed_imperial_colonel_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_command_security_guard a Veteran Command Security Guard veteran_command_security_guard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_compforce_trooper a veteran CompForce trooper veteran_compforce_trooper humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_corporal a Veteran Imperial Corporal veteran_imperial_corporal humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_first_lieutenant a Veteran Imperial First Lieutenant veteran_imperial_first_lieutenant humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_general a Veteran Imperial General veteran_imperial_general humanoid Imperial Recruiter dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_high_general a Veteran Imperial High General veteran_imperial_high_general humanoid Imperial Recruiter dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_lance_corporal a Veteran Imperial Lance Corporal veteran_imperial_lance_corporal humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_lieutenant_colonel a Veteran Imperial Lieutenant Colonel veteran_imperial_lieutenant_colonel humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_lieutenant_general a Veteran Imperial Lieutenant General veteran_imperial_lieutenant_general humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_major a Veteran Imperial Major veteran_imperial_major humanoid Imperial Recruiter dressed_imperial_major_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_major_general a Veteran Imperial Major General veteran_imperial_major_general humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_master_sergeant a Veteran Imperial Master Sergeant veteran_imperial_master_sergeant humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_medic a Veteran Imperial Medic veteran_imperial_medic humanoid Imperial Recruiter dressed_imperial_medic1_human_male_01.iff;dressed_imperial_medic2_21b_01.iff;dressed_imperial_medic3_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_sand_trooper a Veteran Sand Trooper veteran_sand_trooper humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_scout_trooper a Veteran Scout Trooper veteran_scout_trooper humanoid - dressed_scout_trooper_white_white.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_second_lieutenant a Veteran Imperial Second Lieutenant veteran_imperial_second_lieutenant humanoid Imperial Recruiter dressed_imperial_lieutenant_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_sergeant a Veteran Imperial Sergeant veteran_imperial_sergeant humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_sergeant_major a Veteran Imperial Sergeant Major veteran_imperial_sergeant_major humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_sharpshooter a Veteran Imperial Sharpshooter veteran_imperial_sharpshooter humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_staff_corporal a Veteran Imperial Staff Corporal veteran_imperial_staff_corporal humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_staff_sergeant a Veteran Imperial Staff Sergeant veteran_imperial_staff_sergeant humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_storm_commando a Veteran Storm Commando veteran_storm_commando humanoid - dressed_scout_trooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_stormtrooper a Veteran Stormtrooper veteran_stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_stormtrooper_bombardier a Veteran Stormtrooper Bombardier veteran_stormtrooper_bombardier humanoid - dressed_stormtrooper_bombardier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_stormtrooper_captain a Veteran Stormtrooper Captain veteran_stormtrooper_captain humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_stormtrooper_major a Veteran Stormtrooper Major veteran_stormtrooper_major humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_stormtrooper_medic a Veteran Stormtrooper Medic veteran_stormtrooper_medic humanoid - dressed_stormtrooper_medic_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_stormtrooper_rifleman a Veteran Stormtrooper Rifleman veteran_stormtrooper_rifleman humanoid - dressed_stormtrooper_rifleman_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_stormtrooper_sniper a Veteran Stormtrooper Sniper veteran_stormtrooper_sniper humanoid - dressed_stormtrooper_sniper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_stormtrooper_squad_leader a Veteran Stormtrooper Squad Leader veteran_stormtrooper_squad_leader humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_surface_marshal a Veteran Imperial Surface Marshal veteran_imperial_surface_marshal humanoid Imperial Recruiter dressed_imperial_major_cold_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_trooper a Veteran Imperial Trooper veteran_imperial_trooper humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_warrant_officer_i a Veteran Imperial Warrant Officer I veteran_imperial_warrant_officer_i humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_veteran_warrant_officer_ii a Veteran Imperial Warrant Officer II veteran_imperial_warrant_officer_ii humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_vyrke Inquisitor Vrke (Imperial Pilot Trainer) vyrke humanoid Imperial Inquisition space_imperial_tier3_naboo_vrke.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_warden_vinzel_haylon Vinzel Haylon warden_vinzel_haylon humanoid - dressed_vinzel_haylon.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_warrant_officer_1st a Imperial Warrant Officer I crackdown_imperial_warrant_officer_ii_hard humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_warrant_officer_2nd a Imperial Warrant Officer II crackdown_imperial_warrant_officer_ii humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_wurson_harro Wurson Harro - humanoid - theme_park_record_keeper_imperial.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_xalox_guul Commander Xalux Guul xalox_guul humanoid - dressed_commander_xalox_guul.iff Talus imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_xarot_korlin Xarot Korlin xarot_korlin humanoid - dressed_xarot_korlin.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_imperial_zhanks Commander Zhanks (Imperial Pilot Coordinator) zhanks humanoid Coordinator dressed_imperial_lieutenant_m.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_corporal an Imperial Corporal imperial_corporal humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_corporal_hard an experienced Imperial corporal fbase_imperial_corporal_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_corporal_sova Corporal Sova corporal_sova humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_cpt_ceth_laike Captain Ceth Laike - humanoid - dressed_imperial_captain_m.iff Talus imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_cpt_heff Captain Heff (an Imperial Captain) - humanoid - dressed_imperial_captain_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_crackdown_colonel an Imperial colonel crackdown_imperial_colonel humanoid Imperial Recruiter dressed_imperial_colonel_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_crackdown_command_security_guard an Imperial command security guard crackdown_command_security_guard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_crackdown_corporal an Imperial corporal crackdown_imperial_corporal humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_crackdown_master_sergeant an Imperial master sergeant crackdown_imperial_master_sergeant humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_crackdown_medic an Imperial medic crackdown_imperial_medic humanoid Imperial Recruiter dressed_imperial_medic1_human_male_01.iff;dressed_imperial_medic2_21b_01.iff;dressed_imperial_medic3_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_medic - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_crackdown_noncom an Imperial noncom crackdown_imperial_noncom humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_crackdown_sergeant an Imperial sergeant crackdown_imperial_sergeant humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_crackdown_sharpshooter an Imperial sharpshooter crackdown_imperial_sharpshooter humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_cx425 CX-425 cx_425 humanoid - dressed_cx_425.iff Yavin 4 imperial - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_dark_trooper_nova a Dark Novatrooper stormtrooper_dark_trooper_novatrooper humanoid - dressed_dark_trooper_black_hole.iff Global imperial imperial FALSE 1.32 1.32 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_darth_vader Darth Vader darth_vader humanoid - darth_vader.iff Global imperial imperial FALSE 1.2 1.2 0 - 2 1.8 melee_lightsaber_vader npc_darth_vader - - - - 16 6 FALSE - 100 npc 100 npc_force_dark 100 collectible_rare kill_jedi_elder_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_dead_eye an Imperial dead-eye crackdown_imperial_sharpshooter_hard humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_decorated_colonel a decorated Imperial colonel crackdown_imperial_colonel_hard humanoid Imperial Recruiter dressed_imperial_colonel_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_defector an Imperial defector imperial_defector humanoid - dressed_imperial_officer_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_deserter an Imperial deserter imperial_deserter humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Lok nym rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_detain_scout_trooper Scout Trooper imperial_detainment_scout_trooper humanoid - dressed_scout_trooper_white_white.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_detain_stormtrooper Stormtrooper imperial_detainment_stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_detainment_officer Imperial Detainment Facility Officer imperial_detainment_officer humanoid - imperial_emperorsday_vendor.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_droid_corps_junior_tech a droid corps junior technician imperial_probot_handler humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_e11 prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_ds144 DS-144 - humanoid - dressed_tie_fighter_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_ds2344 DS-23-44 - humanoid - dressed_tie_fighter_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_ds538 DS-538 - humanoid - dressed_tie_fighter_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_ds672 DS-672 - humanoid - dressed_tie_fighter_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_ds9808 DS-98-08 - humanoid - dressed_tie_fighter_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_elite_sand_trooper an elite sand trooper fbase_elite_sand_trooper humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_elite_sand_trooper_extreme an elite sand trooper commando veteran fbase_elite_sand_trooper_extreme humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_elite_sand_trooper_hard an elite sand trooper commando fbase_elite_sand_trooper_hard humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_elite_security_guard an elite Imperial security guard crackdown_command_security_guard_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_celebration_organizer Imperial Celebration Organizer imperial_emperorsday_vendor humanoid - imperial_emperorsday_vendor.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_colonel_rogen_lithal Colonel Rogen Lithal imp_empireday_detentionboss_officer humanoid - dressed_imperial_officer_m_5.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_crash_major_tantor Major Tantor imperial_emperorsday_major_tantor humanoid - dressed_imperial_officer_brenn_tantor.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_crash_victim_inquisitor Imperial Crash Victim imperial_emperorsday_crashvictim_imperial_inquisitor humanoid - dressed_imperial_inquisitor_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_crash_victim_marine Imperial Crash Victim imperial_emperorsday_crashvictim_galactic_marine humanoid - galactic_marine_hum_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_crash_victim_officer Imperial Crash Victim imperial_emperorsday_crashvictim_officer humanoid - imperial_emperorsday_vendor.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_crash_victim_stormtrooper Imperial Crash Victim imperial_emperorsday_crashvictim_stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_darth_vader Darth Vader imperial_emperorsday_darth_vader humanoid - darth_vader.iff Global imperial imperial FALSE 1.3 1.3 0 - 2 1.8 melee_lightsaber_vader npc_darth_vader - - - - 16 6 FALSE - 100 npc 0 - 100 collectible_rare kill_jedi_elder_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_group_leader_ex222 Group Leader EX-222 imp_empireday_detentionboss_sqdldr humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_jh101 JH-101 imp_empireday_detentionboss_stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_loy_kommas Loy Kommas imp_empireday_detentionboss_jedi humanoid - dressed_dark_jedi_master_male_human_06.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 melee_crafted_lightsaber_one_handed_gen1 prof_jedi - - - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_mara_jade Mara Jade imperial_emperorsday_mara_jade humanoid - mara_jade_empire_day.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_marine_bo661 Marine BO-661 imp_empireday_detentionboss_marine humanoid - galactic_marine_hum_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_marine_sentry Imperial Galactic Marine Sentry imperial_emperorsday_ceremony_sentry humanoid - galactic_marine_hum_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_qq463 QQ-463 imp_empireday_detentionboss_scouttrooper humanoid - dressed_scout_trooper_white_white.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_stormtrooper A Stormtrooper imperial_emperorsday_stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_stormtrooper_fat A Stormtrooper imperial_emperorsday_stormtrooper_fat humanoid - dressed_stormtrooper_fat_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_stormtrooper_squad_leader A Stormtrooper Squad Leader imperial_emperorsday_stormtrooper_squad_leader humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_supply_officer Supply Officer; Dac Madine imperial_emperorsday_supply_officer humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_empday_tie_pilot Tie Figther Pilot imperial_emperorsday_tie_fighter_pilot humanoid - dressed_tie_fighter_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_entertainer Imperial Entertainment Coordinator gcw_entertainer_imperial humanoid - dressed_entertainer_gcw_f_zab_01.iff;dressed_entertainer_gcw_hum_f_02.iff;dressed_entertainer_gcw_hum_f_imp_01.iff Global townsperson townsperson FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_experienced_captain an experienced Imperial captain crackdown_imperial_army_captain_hard humanoid Imperial Recruiter dressed_imperial_captain_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_experienced_corporal an experienced Imperial corporal crackdown_imperial_corporal_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_exterminator an Imperial exterminator imperial_exterminator humanoid - dressed_imperial_exterminator.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_exterminator_extreme a grizzled Imperial exterminator fbase_imperial_exterminator_extreme humanoid - dressed_imperial_exterminator.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_exterminator_hard a weathered Imperial exterminator fbase_imperial_exterminator_hard humanoid - dressed_imperial_exterminator.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_exterminator_weathered a weathered Imperial exterminator crackdown_imperial_exterminator_hard humanoid - dressed_imperial_exterminator.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_fern_yarrow Fern Yarrow (an Imperial Pilot) fern_yarrow humanoid Mining Outpost space_greeter_dantooine_brother_imperial.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_first_lieutenant an Imperial 1st lieutenant fbase_imperial_first_lieutenant humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_first_lieutenant_hard a skilled Imperial 1st lieutenant fbase_imperial_first_lieutenant_hard humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_galactic_marine Galactic Marine imperial_marine_detainment_sentry_normal humanoid - galactic_marine_hum_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_galactic_marine_veteran Galactic Marine Veteran imperial_marine_detainment_sentry_high humanoid - galactic_marine_hum_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_gen_brant_korra General Brant Korra c_syren_4_imp_boss humanoid - dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_general an Imperial General imperial_general humanoid Imperial Recruiter dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_general_moff General Moff imperial_moff humanoid - dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_general_otto General Otto general_otto humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_gert_talnin Col. Gert Talnin (an Imperial officer) gert_talnin humanoid Bestine dressed_imperial_lieutenant_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_gins_darone Gins Darone gins_darone humanoid - dressed_gins_darone.iff Yavin 4 imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_gunham Commander Gunham (Imperial Pilot Coordinator) gunham humanoid Coordinator dressed_imperial_lieutenant_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_gunner a gunner gunner humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_hakasha_sireen Hakasha Sireen (Imperial Pilot Trainer) hakassha_sireen humanoid Black Epsilon dressed_imperial_trainer_space_02.iff Talus imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_haymir_rendundi Haymir Rendundi (Black Epsilon Pilot Trainer) haymir_rendundi humanoid Black Epsilon space_imperial_tier3_yavin_blackepsilon.iff Yavin 4 imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_high_colonel a High Colonel high_colonel humanoid - dressed_imperial_colonel_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_high_general an Imperial High General imperial_high_general humanoid Imperial Recruiter dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_humanoid_rebel_defector missing rebel_defector humanoid - dressed_rebel_lieutenant_colonel_rodian_female_01.iff;dressed_rebel_lieutenant_colonel_rodian_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_01.iff;dressed_rebel_lieutenant_colonel_zabrak_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_02.iff;dressed_rebel_lieutenant_colonel_moncal_female_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_inquisitor an Imperial Inquisitor imperial_inquisitor humanoid - dressed_imperial_inquisitor_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_inquisitor_fazoll Inquisitor Fa'Zoll (Imperial Pilot Trainer) fa_zoll humanoid Imperial Inquisition space_imperial_tier2_naboo.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_insurgent Insurgent (Black Epsilon Pilot Trainer) insurgent humanoid Black Epsilon space_imperial_tier4_corellia_nin_gursawe.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_ja_ce_yiaso Grand Inquisitor Ja'ce Yiaso (Imperial Pilot Trainer) ja_ce_yiaso humanoid Imperial Inquisition space_imperial_tier4_naboo_inquisitor.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_jatrian_lytus Commander Jatrian Lytus jatrian_lytus humanoid - dressed_jatrian_lytus.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_kaja_orzee Kaja Or'Zee kaja_orzee humanoid - kaja_orzee.iff Naboo imperial imperial FALSE 0.95 0.95 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_kilnstrider Admiral Kilnstrider (Storm Squadron Pilot Trainer) kilnstrider humanoid Storm Squadron space_imperial_tier4_tatooine_kilnstrider.iff Endor imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_lance_bombardier a lance bombardier lance_bombardier humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_lance_corporal an Imperial Lance Corporal imperial_lance_corporal humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_landau Commander Landau (Imperial Pilot Coordinator) landau humanoid Coordinator dressed_imperial_lieutenant_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_lieutenant_corporal an Imperial Lieutenant Colonel imperial_lieutenant_colonel humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_lieutenant_general an Imperial Lieutenant General imperial_lieutenant_general humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_loam_redge Inquisitor Loam Redge loam_redge humanoid - loam_redge.iff Naboo imperial imperial FALSE 1.08 1.08 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_logro_elsin Lt. Logro Elsin (an Imperial pilot) logro_elsin humanoid - dressed_tie_fighter_m.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_lord_hethrir Lord Hethrir lord_hethrir humanoid - lord_hethrir.iff Naboo imperial imperial FALSE 1.12 1.12 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_lt_akal_colzet Lt. Akal Colzet (Imperial Pilot Trainer) akal_colzet humanoid Storm Squadron dressed_imperial_trainer_space_01.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_lt_allard_lissara Lt. Allard Lissara - humanoid - dressed_imperial_captain_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_lt_juntah_herm Lt. Juntah Herm (an Imperial pilot) juntah_herm humanoid Imp Outpost space_greeter_dantooine_imperial_pilot.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_lt_velso Lt. Velso lt_velso humanoid - dressed_corvette_imperial_velso.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_major an Imperial Major imperial_major humanoid Imperial Recruiter dressed_imperial_major_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_major_caleb_knolar Major Caleb Knolar imp_title_grant humanoid - dressed_imperial_major_cold_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_major_general an Imperial Major General imperial_major_general humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_mara_jade Mara Jade mara_jade humanoid - mara_jade_empire_day.iff Endor imperial imperial FALSE 0.8 0.8 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_master_sergeant an Imperial Master Sergeant imperial_master_sergeant humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_master_sergeant_elite an elite Imperial master sergeant crackdown_imperial_master_sergeant_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_master_sergeant_hard an elite Imperial master sergeant fbase_imperial_master_sergeant_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_medic an Imperial Medic imperial_medic humanoid Imperial Recruiter dressed_imperial_medic1_human_male_01.iff;dressed_imperial_medic2_21b_01.iff;dressed_imperial_medic3_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_medic - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_medic_hard an Imperial surgeon fbase_imperial_medic_hard humanoid Imperial Recruiter dressed_imperial_medic1_human_male_01.iff;dressed_imperial_medic2_21b_01.iff;dressed_imperial_medic3_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_mozo_bondog Mozo Bondog mozo_bondog humanoid - dressed_mozo_bondog.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_nial_declann Grand Admiral Nial Declann nial_declann humanoid Imperial Tier 5 Trainer dressed_imperial_admiral_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_noncom an Imperial noncom imperial_noncom humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_noncom_battle_shocked a battle-shocked Imperial noncom crackdown_imperial_noncom_hard humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_noncom_hard a battle-shocked Imperial noncom fbase_imperial_noncom_hard humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_oberhaur Commander Oberhaur (Imperial Pilot Trainer) oberhaur humanoid Storm Squadron space_imperial_tier2_tatooine_oberhaur.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_officer an Imperial officer - humanoid Female Imperial Officer dressed_imperial_officer_f.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_officer_mkae Officer M'kae c_syren_4_imp_mkae humanoid - dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_officer_questgiver missing imperial_officer_questgiver humanoid Imperial Recruiter dressed_imperial_captain_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_palpatine The Emperor palpatine humanoid - palpatine.iff Naboo imperial imperial FALSE 0.8 0.8 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 100 npc_force_dark 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_pilot_empretreat Imperial Pilot imperial_pilot humanoid Emperors Retreat dressed_imperial_trainer_space_01.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_pilot_naboo Imperial Pilot imperial_pilot humanoid Naboo Space Station dressed_tie_fighter_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_pilot_tie Imperial TIE Fighter pilot imperial_pilot humanoid - dressed_tie_fighter_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_planet_base_officer an Imperial Field Commander gcw_planet_base_imperial_officer humanoid - dressed_gcw_buff_officer.iff Global imperial imperial FALSE 1.2 1.2 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_imperial_detonator thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_planet_base_stormtrooper an Imperial stormtrooper gcw_planet_base_imperial_stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_prefect_talmont Prefect Talmont prefect_talmont humanoid - prefect_talmont.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_prisk_kith_vys Prisk Kith'Vys (Imperial Pilot Trainer) prisk_kith_vys humanoid Black Epsilon space_imperial_tier2_corellia.iff Talus imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_prisoner_deserttrooper Imperial Officer Disguised reb_prisoner_deserttrooper humanoid - rebel_desert_soldier.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_prisoner_officer_disguise_deserttrooper Imperial Officer Prisoner reb_prisoner_imp_officer_disguise_deserttrooper humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_prisoner_officer_disguise_jedi Imperial Officer Prisoner reb_prisoner_imp_officer_disguise_jedi humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_prisoner_officer_disguise_officer Imperial Officer Prisoner reb_prisoner_imp_officer_disguise_officer humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_prisoner_officer_disguise_pilot Imperial Officer Prisoner reb_prisoner_imp_officer_disguise_pilot humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_prisoner_officer_disguise_rebtrooper Imperial Officer Prisoner reb_prisoner_imp_officer_disguise_rebtrooper humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_prisoner_officer_disguise_specforce Imperial Officer Prisoner reb_prisoner_imp_officer_disguise_specforce humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_prisoner_officer_jedi Imperial Officer Disguised reb_prisoner_jedi humanoid - dressed_tutorial_light_jedi.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_prisoner_officer_officer Imperial Officer Disguised reb_prisoner_officer humanoid - dressed_rebel_army_captain_human_male_01.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_prisoner_officer_pilot Imperial Officer Disguised reb_prisoner_pilot humanoid - dressed_rebel_pilot_human_male_01.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_prisoner_officer_rebtrooper Imperial Officer Disguised reb_prisoner_rebtrooper humanoid - dressed_rebel_trooper_human_male_01.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_prisoner_officer_specforce Imperial Officer Disguised reb_prisoner_specforce humanoid - rebel_specforce_hum_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_private an Imperial Private imperial_private humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_record_keeper missing record_keeper_imperial humanoid - theme_park_record_keeper_imperial.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_recruiter an Imperial recruiter imperial_recruiter humanoid Imperial Recruiter dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_restuss_admiral_grot Admiral Grot restuss_imperial_admiral_grot humanoid - dressed_imperial_restuss_admiral_grot.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_restuss_captain_exov Captain Exov restuss_imperial_captain_exov humanoid - dressed_restuss_captain_exov.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_restuss_captain_okto Captain Okto restuss_imperial_captain_okto humanoid - dressed_restuss_captain_okto.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_restuss_captain_roth Captain Roth restuss_imperial_captain_roth humanoid - dressed_restuss_captain_roth.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_restuss_load_lifter_ambush Imperial Supply Specialist restuss_imperial_load_lifter_ambush humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_restuss_lt_gregor Lieutenant Gregor restuss_imperial_lt_gregor humanoid - dressed_restuss_lt_gregor.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_restuss_lt_pofko Lieutenant Pofko restuss_imperial_lt_pofko humanoid - dressed_restuss_lt_pofko.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_restuss_lt_wholding Lieutenant Wholding restuss_imperial_lt_wholding humanoid - dressed_restuss_lt_wholding.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_restuss_lt_wulf Lieutenant Wulf restuss_imperial_lt_wulf humanoid - dressed_restuss_lt_wulf.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_restuss_mandalorian an Imperial Squad Leader restuss_imperial_mandalorian humanoid - dressed_imperial_restuss_trooper_leader.iff Rori imperial imperial FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_restuss_reward_officer Imperial Commendation Officer restuss_imperial_reward_officer humanoid - dressed_imperial_officer_m_3.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_restuss_stormtrooper a Stormtrooper restuss_stormtrooper humanoid - dressed_stormtrooper_m.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_restuss_stormtrooper_st3 a Stormtrooper restuss_imperial_stormtrooper_st3 humanoid - dressed_stormtrooper_m.iff Rori imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_retreat_guard an Imperial retreat guard imperial_retreat_guard humanoid - royal_guard.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_royal_guard a Royal Imperial Guard emperor_royal_guard humanoid - emperor_royal_guard.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_polearm_lance_staff_magna_guard humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_ackbar_rebel_sympathizer Lt. Amminius Goodner rtp_ackbar_rebel_sympathizer humanoid - dressed_npe_imperial_officer.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_ackbar_stormtrooper_assault an assault Stormtrooper rtp_ackbar_stormtrooper_assault humanoid - dressed_stormtrooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_ackbar_stormtrooper_assault_leader Captain Halron Yehr rtp_ackbar_stormtrooper_assault_leader humanoid - dressed_imperial_trainer_space_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_dodonna_stormtrooper_bombing_leader a Stormtrooper squad leader rtp_dodonna_stormtrooper_bombing_leader humanoid - dressed_stormtrooper_squad_leader_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_dodonna_stormtrooper_bombing_squad A Stormtrooper rtp_dodonna_stormtrooper_bombing_squad humanoid - dressed_stormtrooper_sniper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_imp_corporal an Imperial corporal rtp_imperial_corporal humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_imp_first_lieutenant an Imperial first lieutenant rtp_imperial_first_lieutenant humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_imp_lieutenant an Imperial lieutenant rtp_imperial_lieutenant humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_imp_master_sergeant an Imperial master sergeant rtp_imperial_master_sergeant humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_imp_medic an Imperial medic rtp_imperial_medic humanoid - dressed_imperial_medic1_human_male_01.iff;dressed_imperial_medic2_21b_01.iff;dressed_imperial_medic3_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_imp_sergeant an Imperial sergeant rtp_imperial_sergeant humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_leia_stormtrooper_guard a Stormtrooper guard rtp_leia_stormtrooper_guard humanoid - dressed_stormtrooper_bombardier_m.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_mon_mothma_general_rholar General Stromgald Rholar rtp_mon_mothma_imperial_general_02 humanoid - dressed_imperial_trainer_space_03.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_mon_mothma_general_sinan General Kehel Sinan rtp_mon_mothma_imperial_general_01 humanoid - space_imperial_tier4_tatooine_kilnstrider.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_stormtrooper_elite a Stormtrooper rtp_stormtrooper_elite_90 humanoid - dressed_stormtrooper_white_gold.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_stormtrooper_normal a Stormtrooper rtp_stormtrooper_normal_90 humanoid - dressed_stormtrooper_m.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_rtp_wedge_stormtrooper_guard a Stormtrooper guard rtp_wedge_stormtrooper_guard humanoid - dressed_stormtrooper_m.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sabol Lt. Sabol sabol humanoid - dressed_corvette_imperial_sabol.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sand_trooper an Imperial sand trooper fbase_sand_trooper humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sand_trooper_elite an elite sand trooper crackdown_elite_sand_trooper humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sand_trooper_elite_commando an elite sand trooper commando crackdown_elite_sand_trooper_hard humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sand_trooper_extreme a grizzled elite Imperial sand trooper fbase_sand_trooper_extreme humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sand_trooper_hard an elite Imperial sand trooper fbase_sand_trooper_hard humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_scout_trooper an Imperial scout trooper crackdown_scout_trooper humanoid - dressed_scout_trooper_white_white.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_scout_trooper_elite an elite Imperial scout trooper crackdown_scout_trooper_hard humanoid - dressed_scout_trooper_white_white.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_scout_trooper_extreme a grizzled elite Imperial scout trooper fbase_scout_trooper_extreme humanoid - dressed_scout_trooper_white_white.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_second_lieutenant an Imperial Second Lieutenant imperial_second_lieutenant humanoid Imperial Recruiter dressed_imperial_lieutenant_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_security_guard_detention a detention security guard detention_security_guard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_senior_cadet an Imperial senior cadet imperial_senior_cadet humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 0.9 1.1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sentry Imperial Sentry gcw_imperial_sentry humanoid - galactic_marine_hum_m.iff Global imperial imperial FALSE 1.05 1.2 0 - 2 0 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sergeant an Imperial Sergeant imperial_sergeant humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sergeant_hard a toughened Imperial sergeant fbase_imperial_sergeant_hard humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sergeant_major an Imperial Sergeant Major imperial_sergeant_major humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sergeant_ruwan_tokai Sergeant Ruwan Tokai sergeant_ruwan_tokai humanoid - dressed_ruwan_tokai.iff Yavin4 imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sergeant_toughened a toughened Imperial sergeant crackdown_imperial_sergeant_hard humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sg567 SG-567 - humanoid - dressed_scout_trooper_white_white.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sg619 SG-619 - humanoid - dressed_scout_trooper_white_white.iff Dantooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sgt_eryk_chinn Sgt. Eryk Chinn (an Imperial bodyguard) - humanoid - dressed_stormtrooper_black_black.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sharpshooter an Imperial sharpshooter imperial_sharpshooter humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_sharpshooter_hard an Imperial dead-eye fbase_imperial_sharpshooter_hard humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_shibb_nisshil Shibb Nisshil shibb_nisshil humanoid - dressed_shibb_nisshil.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_signalman a signalman signalman humanoid - dressed_rebel_scout_human_female_01.iff;dressed_rebel_scout_human_female_02.iff;dressed_rebel_scout_human_male_01.iff;dressed_rebel_scout_bothan_male_01.iff;dressed_rebel_scout_rodian_male_01.iff;dressed_rebel_scout_zabrak_female_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_som_kenobi_reunite_dark_trooper Inquisitorium Dark Trooper som_kenobi_reunite_dark_trooper humanoid - som/som_kenobi_reunite_dark_trooper.iff Mustafar imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_polearm_lance_electric prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_som_kenobi_reunite_inquisitorium_hunter Inquisitorium Hunter som_kenobi_reunite_inquisitorium_hunter humanoid - som/som_kenobi_reunite_inquisitorium_hunter.iff Mustafar imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_bounty_hunter melee_baton_stun prof_smuggler_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_space_greeter_kadaara missing - humanoid - space_greeter_kadaara_imperial_officer.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_special_missions_engineer a special missions engineer special_missions_engineer humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_specialist an Imperial specialist crackdown_specialist_noncom humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_specialist_noncom a specialist noncom specialist_noncom humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_specialist_top_secret a top secret Imperial specialist crackdown_specialist_noncom_hard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_staff_corporal an Imperial Staff Corporal imperial_staff_corporal humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_staff_sergeant an Imperial Staff Sergeant imperial_staff_sergeant humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stealth_operative an Imperial stealth operative assassin_mission_recruiter_imperial humanoid - dressed_assassin_mission_giver_imp_hum_m_01.iff;dressed_assassin_mission_giver_imp_hum_m_02.iff;dressed_assassin_mission_giver_imp_hum_m_03.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_storm_commando an Imperial storm commando fbase_storm_commando humanoid - dressed_scout_trooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormcaptain an Imperial stormcaptain crackdown_stormtrooper_captain_hard humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormmedic an Imperial stormmedic crackdown_stormtrooper_medic humanoid - dressed_stormtrooper_medic_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_medic - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormrifle an Imperial stormrifle crackdown_stormtrooper_rifleman humanoid - dressed_stormtrooper_rifleman_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormrifle_elite an elite Imperial stormrifle crackdown_stormtrooper_rifleman_hard humanoid - dressed_stormtrooper_rifleman_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormsniper an Imperial stormsniper crackdown_stormtrooper_sniper humanoid - dressed_stormtrooper_sniper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormsniper_elite an elite Imperial stormsniper crackdown_stormtrooper_sniper_hard humanoid - dressed_stormtrooper_sniper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormsurgeon an Imperial stormsurgeon crackdown_stormtrooper_medic_hard humanoid - dressed_stormtrooper_medic_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper a Stormtrooper stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_black_hole a black hole Stormtrooper stormtrooper_black_hole humanoid - dressed_stormtrooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_black_hole_squad_leader a black hole Stormtrooper Squad Leader stormtrooper_black_hole_squad_leader humanoid - dressed_stormtrooper_squad_leader_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_bombardier a Stormtrooper Bombardier stormtrooper_bombardier humanoid - dressed_stormtrooper_bombardier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_bombardier_ace an ace Imperial bombardier fbase_stormtrooper_bombardier_hard humanoid - dressed_stormtrooper_bombardier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_captain a Stormtrooper Captain stormtrooper_captain humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_captain_elite an elite Imperial stormcaptain fbase_stormtrooper_captain_extreme humanoid - dressed_stormtrooper_commander_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_colonel an Imperial stormtrooper colonel crackdown_stormtrooper_squad_leader_hard humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_elite an elite Imperial stormtrooper crackdown_stormtrooper_hard humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_fat_tk555 TK-555 stormtrooper_fat_tk555 humanoid - dressed_stormtrooper_fat_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_hard an elite Imperial stormtrooper fbase_stormtrooper_hard humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_major a Stormtrooper Major stormtrooper_major humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_medic a Stormtrooper Medic stormtrooper_medic humanoid - dressed_stormtrooper_medic_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_novatrooper a Novatrooper stormtrooper_novatrooper humanoid - dressed_stormtrooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_novatrooper_cadet a Novatrooper Cadet stormtrooper_novatrooper_cadet humanoid - dressed_stormtrooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_novatrooper_captain a Novatrooper Captain stormtrooper_novatrooper_captain humanoid - dressed_stormtrooper_captain_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_novatrooper_commander a Novatrooper Commander stormtrooper_novatrooper_commander humanoid - dressed_stormtrooper_commander_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_novatrooper_elite an Elite Novatrooper stormtrooper_novatrooper_elite humanoid - dressed_stormtrooper_black_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_novatrooper_elite_commander an Elite Novatrooper Commander stormtrooper_novatrooper_elite_commander humanoid - dressed_stormtrooper_commander_black_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_novatrooper_ensign a Novatrooper Ensign stormtrooper_novatrooper_ensign humanoid - dressed_stormtrooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_novatrooper_medic a Novatrooper Medic stormtrooper_novatrooper_medic humanoid - dressed_stormtrooper_black_red.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_novatrooper_squad_leader a Novatrooper Squad Leader stormtrooper_novatrooper_squad_leader humanoid - dressed_stormtrooper_squad_leader_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_rifleman a Stormtrooper Rifleman stormtrooper_rifleman humanoid - dressed_stormtrooper_rifleman_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_rifleman_elite an elite Imperial stormrifle fbase_stormtrooper_rifleman_hard humanoid - dressed_stormtrooper_rifleman_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_rifleman_hard an Imperial stormrifle fbase_stormtrooper_rifleman humanoid - dressed_stormtrooper_rifleman_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_saboteur a Stormtrooper Saboteur imperial_comm_link_bombardier humanoid - dressed_stormtrooper_bombardier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_sniper a Stormtrooper Sniper stormtrooper_sniper humanoid - dressed_stormtrooper_sniper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_sniper_elite an elite Imperial stormsniper fbase_stormtrooper_sniper_hard humanoid - dressed_stormtrooper_sniper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_squad_leader an Imperial stormtrooper squad leader crackdown_stormtrooper_squad_leader humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_squad_leader_extreme an Imperial stormtrooper colonel fbase_stormtrooper_squad_leader_extreme humanoid - dressed_stormtrooper_black_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stormtrooper_squad_leader_hard an Imperial stormtrooper colonel fbase_stormtrooper_squad_leader_hard humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_storyteller_boss_stormtrooper a Stormtrooper Veteran storyteller_boss_stormtrooper humanoid - dressed_stormtrooper_captain_black_black.iff Global storyteller_imperial imperial FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_storyteller_officer an Imperial officer storyteller_imperial_officer humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global storyteller_imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_storyteller_pilot an Imperial Pilot storyteller_imperial_pilot humanoid - dressed_tie_fighter_m.iff Global storyteller_imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_storyteller_snowtrooper an Imperial Snowtrooper storyteller_imperial_snowtrooper humanoid - snowtrooper_s01.iff Global storyteller_imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_bounty_hunter - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_storyteller_stormtrooper a Stormtrooper storyteller_stormtrooper humanoid - dressed_stormtrooper_m.iff Global storyteller_imperial imperial FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_storyteller_stormtrooper_squad_leader a Stormtrooper squad leader storyteller_stormtrooper_squad_leader humanoid - dressed_stormtrooper_groupleader_m.iff Global storyteller_imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stranded_officer a stranded Imperial officer stranded_imperial_officer humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Yavin 4 imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stranded_pilot a stranded Imperial pilot stranded_imperial_pilot humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Yavin 4 imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_stranded_soldier a stranded Imperial soldier stranded_imperial_soldier humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Yavin 4 imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_surface_marshall an Imperial surface Marshall imperial_surface_marshal humanoid Imperial Recruiter dressed_imperial_major_cold_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_surgeon an Imperial surgeon crackdown_imperial_medic_hard humanoid Imperial Recruiter dressed_imperial_medic1_human_male_01.iff;dressed_imperial_medic2_21b_01.iff;dressed_imperial_medic3_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_swamp_trooper a Swamp Trooper swamp_trooper humanoid - dressed_swamp_trooper_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_swamp_trooper_anti_gungan a plasma-thieving Swamp Trooper swamp_trooper_anti_gungan humanoid - dressed_swamp_trooper_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_swamp_trooper_captain_anti_gungan a plasma-thieving Swamp Trooper Captain swamp_trooper_captain_anti_gungan humanoid - dressed_swamp_trooper_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_swamp_trooper_hard a hardened Imperial swamp trooper fbase_swamp_trooper_hard humanoid - dressed_swamp_trooper_m.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_swamp_trooper_hardened a hardened Imperial swamp trooper crackdown_swamp_trooper_hard humanoid - dressed_swamp_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_syren_5_exterminator_hard an Imperial exterminator syren_5_imperial_imperial_exterminator_hard humanoid - dressed_imperial_exterminator.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_syren_5_inquisitor an Imperial Inquisitor syren_5_imperial_inquisitor humanoid - dressed_imperial_inquisitor_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_syren_5_sand_trooper_hard an Imperial sand trooper syren_5_imperial_sand_trooper_hard humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_syren_5_scout_trooper_hard an Imperial scout trooper syren_5_imperial_scout_trooper_hard humanoid - dressed_scout_trooper_white_white.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_syren_5_stormtrooper_hard an Imperial stormtrooper syren_5_imperial_stormtrooper_hard humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_syren_5_stormtrooper_medic_hard an Imperial surgeon syren_5_imperial_stormtrooper_medic_hard humanoid - dressed_stormtrooper_medic_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_syren_5_stormtrooper_novatrooper_elite_commander an Elite Novatrooper syren_5_imperial_stormtrooper_novatrooper_elite_commander humanoid - dressed_stormtrooper_commander_black_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_syren_5_stormtrooper_rifleman_hard an Imperial sharpshooter syren_5_imperial_stormtrooper_rifleman_hard humanoid - dressed_stormtrooper_rifleman_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_syren_5_stormtrooper_sniper_hard an Imperial sniper syren_5_imperial_stormtrooper_sniper_hard humanoid - dressed_stormtrooper_sniper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_syren5_questgiver Officer Edgar syren5_imperial_questgiver humanoid - dressed_officer_mkae.iff Talus imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_ta667 TA-667 - humanoid - dark_trooper.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_talus_coa_colonel_braedic_ekirk Colonel Braedic Ekirk talus_dearic_coa_colonel_braedic_ekirk humanoid - coa_colonel_braedic_ekirk.iff Talus imperial imperial FALSE 1.2 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_talus_coa_escort Imperial Stormtrooper Escort talus_dearic_coa_imperial_escort humanoid - dressed_stormtrooper_m.iff Talus imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_bounty_hunter - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_talus_coa_officer Imperial Captain talus_dearic_coa_imperial_officer humanoid Imperial Recruiter dressed_imperial_captain_m.iff Talus imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_thrawn Captain Thrawn thrawn humanoid - naboo_npc/thrawn.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_tk8h2 TK-8H2 - humanoid - dressed_stormtrooper_captain_white_white.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_tk9h4 TK-9H4 - humanoid - dressed_stormtrooper_captain_white_white.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_trooper an Imperial trooper imperial_trooper humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_tutorial_dark_jedi Elo Folding tutorial_dark_jedi humanoid - dressed_tutorial_dark_jedi.iff Global dark_jedi_sentinel imperial FALSE 1 1 0 - 2 1.8 melee_crafted_lightsaber_one_handed_gen1 prof_jedi - - - - 16 6 FALSE - 100 npc 100 npc_force_dark 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veers Colonel Veers veers humanoid - naboo_npc/veers.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_army_captain a Veteran Imperial Army Captain veteran_imperial_army_captain humanoid Imperial Recruiter dressed_imperial_captain_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_assault_trooper a Veteran Assault Trooper veteran_assault_trooper humanoid - dressed_stormtrooper_white_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_assault_trooper_squad_leader a Veteran Assault Trooper Squad Leader veteran_assault_trooper_squad_leader humanoid - dressed_stormtrooper_white_gold.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_rifle_dlt20a prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_brigadier_general a Veteran Imperial Brigadier General veteran_imperial_brigadier_general humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_colonel a Veteran Imperial Colonel veteran_imperial_colonel humanoid Imperial Recruiter dressed_imperial_colonel_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_command_security_guard a Veteran Command Security Guard veteran_command_security_guard humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_compforce_trooper a veteran CompForce trooper veteran_compforce_trooper humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_corporal a Veteran Imperial Corporal veteran_imperial_corporal humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_first_lieutenant a Veteran Imperial First Lieutenant veteran_imperial_first_lieutenant humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_general a Veteran Imperial General veteran_imperial_general humanoid Imperial Recruiter dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_high_general a Veteran Imperial High General veteran_imperial_high_general humanoid Imperial Recruiter dressed_imperial_general_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_lance_corporal a Veteran Imperial Lance Corporal veteran_imperial_lance_corporal humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_lieutenant_colonel a Veteran Imperial Lieutenant Colonel veteran_imperial_lieutenant_colonel humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_lieutenant_general a Veteran Imperial Lieutenant General veteran_imperial_lieutenant_general humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_major a Veteran Imperial Major veteran_imperial_major humanoid Imperial Recruiter dressed_imperial_major_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_major_general a Veteran Imperial Major General veteran_imperial_major_general humanoid Imperial Recruiter dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_master_sergeant a Veteran Imperial Master Sergeant veteran_imperial_master_sergeant humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_medic a Veteran Imperial Medic veteran_imperial_medic humanoid Imperial Recruiter dressed_imperial_medic1_human_male_01.iff;dressed_imperial_medic2_21b_01.iff;dressed_imperial_medic3_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_sand_trooper a Veteran Sand Trooper veteran_sand_trooper humanoid - dressed_stormtrooper_sand_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_scout_trooper a Veteran Scout Trooper veteran_scout_trooper humanoid - dressed_scout_trooper_white_white.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_second_lieutenant a Veteran Imperial Second Lieutenant veteran_imperial_second_lieutenant humanoid Imperial Recruiter dressed_imperial_lieutenant_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_sergeant a Veteran Imperial Sergeant veteran_imperial_sergeant humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_sergeant_major a Veteran Imperial Sergeant Major veteran_imperial_sergeant_major humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_sharpshooter a Veteran Imperial Sharpshooter veteran_imperial_sharpshooter humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_staff_corporal a Veteran Imperial Staff Corporal veteran_imperial_staff_corporal humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_staff_sergeant a Veteran Imperial Staff Sergeant veteran_imperial_staff_sergeant humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_storm_commando a Veteran Storm Commando veteran_storm_commando humanoid - dressed_scout_trooper_black_black.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_stormtrooper a Veteran Stormtrooper veteran_stormtrooper humanoid - dressed_stormtrooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_stormtrooper_bombardier a Veteran Stormtrooper Bombardier veteran_stormtrooper_bombardier humanoid - dressed_stormtrooper_bombardier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_stormtrooper_captain a Veteran Stormtrooper Captain veteran_stormtrooper_captain humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_stormtrooper_major a Veteran Stormtrooper Major veteran_stormtrooper_major humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_stormtrooper_medic a Veteran Stormtrooper Medic veteran_stormtrooper_medic humanoid - dressed_stormtrooper_medic_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_medic melee_unarmed_default prof_medic - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_stormtrooper_rifleman a Veteran Stormtrooper Rifleman veteran_stormtrooper_rifleman humanoid - dressed_stormtrooper_rifleman_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_stormtrooper_sniper a Veteran Stormtrooper Sniper veteran_stormtrooper_sniper humanoid - dressed_stormtrooper_sniper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_stormtrooper_squad_leader a Veteran Stormtrooper Squad Leader veteran_stormtrooper_squad_leader humanoid - dressed_stormtrooper_groupleader_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_surface_marshal a Veteran Imperial Surface Marshal veteran_imperial_surface_marshal humanoid Imperial Recruiter dressed_imperial_major_cold_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_trooper a Veteran Imperial Trooper veteran_imperial_trooper humanoid - dressed_imperial_soldier_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_warrant_officer_i a Veteran Imperial Warrant Officer I veteran_imperial_warrant_officer_i humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_veteran_warrant_officer_ii a Veteran Imperial Warrant Officer II veteran_imperial_warrant_officer_ii humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_vyrke Inquisitor Vrke (Imperial Pilot Trainer) vyrke humanoid Imperial Inquisition space_imperial_tier3_naboo_vrke.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_warden_vinzel_haylon Vinzel Haylon warden_vinzel_haylon humanoid - dressed_vinzel_haylon.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_warrant_officer_1st a Imperial Warrant Officer I crackdown_imperial_warrant_officer_ii_hard humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_warrant_officer_2nd a Imperial Warrant Officer II crackdown_imperial_warrant_officer_ii humanoid - dressed_imperial_officer_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_wurson_harro Wurson Harro - humanoid - theme_park_record_keeper_imperial.iff Naboo imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_xalox_guul Commander Xalux Guul xalox_guul humanoid - dressed_commander_xalox_guul.iff Talus imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_xarot_korlin Xarot Korlin xarot_korlin humanoid - dressed_xarot_korlin.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_imperial_zhanks Commander Zhanks (Imperial Pilot Coordinator) zhanks humanoid Coordinator dressed_imperial_lieutenant_m.iff Corellia imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_imprisoned_imperial_officer an imprisoned Imperial officer imprisoned_imperial humanoid - dressed_dathomir_prisoner_01.iff;dressed_dathomir_prisoner_02.iff;dressed_dathomir_prisoner_03.iff;dressed_dathomir_prisoner_04.iff;dressed_dathomir_prisoner_05.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_imprisoned_jabba_employee an imprisoned Jabba employee imprisoned_jabba_employee humanoid - dressed_dathomir_prisoner_01.iff;dressed_dathomir_prisoner_02.iff;dressed_dathomir_prisoner_03.iff;dressed_dathomir_prisoner_04.iff;dressed_dathomir_prisoner_05.iff Global jabba jabba FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_imprisoned_rebel an imprisoned Rebel soldier imprisoned_rebel humanoid - dressed_dathomir_prisoner_01.iff;dressed_dathomir_prisoner_02.iff;dressed_dathomir_prisoner_03.iff;dressed_dathomir_prisoner_04.iff;dressed_dathomir_prisoner_05.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -552,7 +552,7 @@ humanoid_kashyyyk_ceremonial_captain a Captain of the Guard ep3_npc_ceremonial_c humanoid_kashyyyk_ceremonial_guard a Rryatt Ceremonial Guard ep3_npc_ceremonial_guard humanoid - ep3/ep3_wke_cerimonial_guard_01.iff;ep3/ep3_wke_cerimonial_guard_02.iff;ep3/ep3_wke_cerimonial_guard_03.iff;ep3/ep3_wke_cerimonial_guard_04.iff Kashyyyk kashyyyk - FALSE 1.4 1.5 0 - 2 1.8 ranged_rifle_bowcaster_heavy prof_officer_ranged melee_2h_sword_kashyyk humanoid_melee ranged_grenade_fragmentation thrown 6 24 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_kashyyyk_chanoota Chanoota ep3_chanoota humanoid - ep3/ep3_chanoota.iff Kashyyyk kashyyyk - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_kashyyyk_chawroo Chawroo ep3_chawroo humanoid - ep3/ep3_chawroo.iff Kashyyyk kashyyyk - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_kashyyyk_cheated_gambler Cheated Gambler ep3_cheated_gambler humanoid - ep3/ep3_cheated_gambler.iff Tatooine kashyyyk - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_kashyyyk_cheated_gambler Cheated Gambler ep3_cheated_gambler humanoid - ep3/ep3_cheated_gambler.iff Tatooine kashyyyk - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_kashyyyk_chiss_poacher a Chiss poacher ep3_etyyy_chiss_poacher humanoid - ep3/ep3_etyyy_chiss_poacher_01.iff;ep3/ep3_etyyy_chiss_poacher_02.iff;ep3/ep3_etyyy_chiss_poacher_03.iff;ep3/ep3_etyyy_chiss_poacher_04.iff;ep3/ep3_etyyy_chiss_poacher_05.iff Kashyyyk chiss_poacher_etyyy - FALSE 1 1 0 - 2 1.8 ranged_rifle_dlt20a prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 24 24 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_kashyyyk_chiss_poacher_defender a Chiss poacher defender ep3_etyyy_chiss_poacher_defender humanoid - ep3/ep3_etyyy_chiss_poacher_defender_01.iff;ep3/ep3_etyyy_chiss_poacher_defender_02.iff;ep3/ep3_etyyy_chiss_poacher_defender_03.iff;ep3/ep3_etyyy_chiss_poacher_defender_04.iff Kashyyyk chiss_poacher_etyyy - FALSE 1 1 0 - 2 1.8 ranged_rifle_dlt20a prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 24 24 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_kashyyyk_chiss_poacher_hunt_master a Chiss poacher hunt master ep3_etyyy_chiss_poacher_hunter humanoid - ep3/ep3_etyyy_chiss_poacher_hunter_01.iff;ep3/ep3_etyyy_chiss_poacher_hunter_02.iff;ep3/ep3_etyyy_chiss_poacher_hunter_03.iff;ep3/ep3_etyyy_chiss_poacher_hunter_04.iff Kashyyyk chiss_poacher_etyyy - FALSE 1 1 0 - 2 1.8 ranged_rifle_dlt20a prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -823,72 +823,72 @@ humanoid_kunga_shaman a Kunga shaman kunga_shaman humanoid - dantari_male.iff;da humanoid_kunga_soothsayer a Kunga soothsayer kunga_soothsayer humanoid - dantari_male.iff;dantari_female.iff Dantooine kunga_tribe kunga_tribe FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_knife_stone humanoid_commoner - - 6 12 FALSE - 100 npc 0 - 100 collectible_common 18 kunga FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_kunga_tribesman a Kunga tribe member kunga_tribesman humanoid - dantari_male.iff;dantari_female.iff Dantooine kunga_tribe kunga_tribe FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_knife_stone humanoid_commoner - - 6 12 FALSE - 100 npc 0 - 100 collectible_common 18 kunga FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_kunga_warrior a Kunga warrior kunga_warrior humanoid - dantari_male.iff;dantari_female.iff Dantooine kunga_tribe kunga_tribe FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_knife_stone humanoid_commoner - - 6 12 FALSE - 100 npc 0 - 100 collectible_common 18 kunga FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_kwin_moonraiser Kwin Moonraiser kwin_moonraiser humanoid - dressed_mercenary_strong_hum_f.iff;dressed_mercenary_strong_hum_m.iff;dressed_mercenary_strong_rod_m.iff;dressed_mercenary_strong_tran_m.iff Tatooine darklighter - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_kylaena_haley Kylaena Haley kylaena_haley humanoid - dressed_fs_village_enemy_kylaena.iff Dathomir sith_shadow sith_shadow FALSE 1 1 0 - 2 1.8 melee_polearm_lance_vibrolance prof_jedi - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lady_valarian Lady Valarian lady_valarian humanoid - lady_valarian.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_kwin_moonraiser Kwin Moonraiser kwin_moonraiser humanoid - dressed_mercenary_strong_hum_f.iff;dressed_mercenary_strong_hum_m.iff;dressed_mercenary_strong_rod_m.iff;dressed_mercenary_strong_tran_m.iff Tatooine darklighter - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_kylaena_haley Kylaena Haley kylaena_haley humanoid - dressed_fs_village_enemy_kylaena.iff Dathomir sith_shadow sith_shadow FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lady_valarian Lady Valarian lady_valarian humanoid - lady_valarian.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_lareen_dantara Lareen Dantara lareen_dantara humanoid - dressed_commoner_naboo_human_female_02.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lasha_bindari Lasha Bindari lasha_bindari humanoid - dressed_lasha_bindari.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lassin_dedge Lassin Dedge lassin_dedge humanoid - dressed_lassin_dedge.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_leb_slesher Leb Slesher leb_slesher humanoid - dressed_leb_slesher.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_barrezz Commander Barrezz legacy_barrezz humanoid - dressed_dressed_legacy_barrezz.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_bastra Carh'la Bastra legacy_bastra humanoid - dressed_legacy_bastra.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_cuan Cuan Talon legacy_cuan humanoid - dressed_legacy_cuan.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lasha_bindari Lasha Bindari lasha_bindari humanoid - dressed_lasha_bindari.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lassin_dedge Lassin Dedge lassin_dedge humanoid - dressed_lassin_dedge.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_leb_slesher Leb Slesher leb_slesher humanoid - dressed_leb_slesher.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_barrezz Commander Barrezz legacy_barrezz humanoid - dressed_dressed_legacy_barrezz.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_bastra Carh'la Bastra legacy_bastra humanoid - dressed_legacy_bastra.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_cuan Cuan Talon legacy_cuan humanoid - dressed_legacy_cuan.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_darklighter_guard a Darklighter guard legacy_darklighter_guard humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Global commoner - FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17 prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_desert_demon Desert Demon legacy_desert_demon humanoid - dressed_criminal_swooper_human_female_01.iff;dressed_criminal_swooper_human_male_01.iff;dressed_criminal_swooper_zabrak_female_01.iff;dressed_criminal_swooper_zabrak_male_01.iff Tatooine desert_demon desert_demon FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_desert_demon_bodyguard Desert Demon Bodyguard legacy_desert_demon_bodyguard humanoid - dressed_criminal_swooper_human_female_01.iff;dressed_criminal_swooper_human_male_01.iff;dressed_criminal_swooper_zabrak_female_01.iff;dressed_criminal_swooper_zabrak_male_01.iff Tatooine desert_demon desert_demon FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_desert_demon_brawler Desert Demon Brawler legacy_desert_demon_brawler humanoid - dressed_criminal_swooper_human_female_01.iff;dressed_criminal_swooper_human_male_01.iff;dressed_criminal_swooper_zabrak_female_01.iff;dressed_criminal_swooper_zabrak_male_01.iff Tatooine desert_demon desert_demon FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_desert_demon_leader Desert Demon Leader legacy_desert_demon_leader humanoid - dressed_criminal_swooper_human_female_01.iff;dressed_criminal_swooper_human_male_01.iff;dressed_criminal_swooper_zabrak_female_01.iff;dressed_criminal_swooper_zabrak_male_01.iff Tatooine desert_demon desert_demon FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_desert_demon_marksman Desert Demon Marksman legacy_desert_demon_marksman humanoid - dressed_criminal_swooper_human_female_01.iff;dressed_criminal_swooper_human_male_01.iff;dressed_criminal_swooper_zabrak_female_01.iff;dressed_criminal_swooper_zabrak_male_01.iff Tatooine desert_demon desert_demon FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_bounty_hunter - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_dorme Dorme legacy_dorme humanoid - dressed_dorme.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_dren Dren legacy_dren humanoid - dressed_openingmoves_dren.iff Tatooine thug - FALSE 1.1 1.25 0 - 2 1.8 ranged_carbine_dh17 prof_spy melee_unarmed_default prof_spy - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_eirtae Eirtae legacy_eirtae humanoid - dressed_eirtae.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_enoch Enoch legacy_enoch humanoid - dressed_openingmoves_enoch.iff Tatooine townsperson - FALSE 1.1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_faeto Bosshand Faeto legacy_faeto humanoid - beginner_brawler_client_1.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_head_pilot Rando M' Kabe (a pilot) legacy_head_pilot humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Tatooine valarian - FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_hugo_eckener Hugo Eckener legacy_hugo_eckener humanoid - hugo_eckener.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_dorme Dorme legacy_dorme humanoid - dressed_dorme.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_dren Dren legacy_dren humanoid - dressed_openingmoves_dren.iff Tatooine thug - FALSE 1.1 1.25 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_eirtae Eirtae legacy_eirtae humanoid - dressed_eirtae.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_enoch Enoch legacy_enoch humanoid - dressed_openingmoves_enoch.iff Tatooine townsperson - FALSE 1.1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_faeto Bosshand Faeto legacy_faeto humanoid - beginner_brawler_client_1.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_head_pilot Rando M' Kabe (a pilot) legacy_head_pilot humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Tatooine valarian - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_hugo_eckener Hugo Eckener legacy_hugo_eckener humanoid - hugo_eckener.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_imperial_storm_commando a Storm Commando legacy_storm_commando humanoid - dressed_scout_trooper_black_black.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_imperial_stormtrooper an Imperial stormtrooper legacy_stormtrooper humanoid - dressed_stormtrooper_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_imperial_stormtrooper_rifleman a Stormtrooper rifleman legacy_stormtrooper_rifleman humanoid - dressed_stormtrooper_rifleman_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_imperial_stormtrooper_squad_leader a Stormtrooper squad leader legacy_stormtrooper_squad_leader humanoid - dressed_stormtrooper_groupleader_m.iff Tatooine imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_jawa_grunt a Sand Crawler crewman legacy_jawa_grunt humanoid - jawa_male.iff Tatooine jawa - FALSE 0.9 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_spy - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_jawa_leader Jawa Leader legacy_jawa_leader humanoid - jawa_male.iff Tatooine jawa - FALSE 1.05 1.1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_lavar Jem Lavar legacy_lavar humanoid - dressed_legacy_lavar.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_jawa_grunt a Sand Crawler crewman legacy_jawa_grunt humanoid - jawa_male.iff Tatooine jawa - FALSE 0.9 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_jawa_leader Jawa Leader legacy_jawa_leader humanoid - jawa_male.iff Tatooine jawa - FALSE 1.05 1.1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_lavar Jem Lavar legacy_lavar humanoid - dressed_legacy_lavar.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_naboo_typho_doogal_belstar Doogal Belstar legacy_naboo_typho_doogal_belstar humanoid - dressed_mauler_acolyte.iff;dressed_mauler_apprentice.iff;dressed_mauler_initiate.iff Naboo mauler - FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17 prof_commando melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 mauler FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_naboo_typho_walus_mutin Walus Mutin legacy_naboo_typho_walus_mutin humanoid - walus_mutin.iff Naboo mauler - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_polearm_lance_vibrolance humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 mauler FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_naboo_typho_xylan_keechoap Xylan Kee'choap legacy_naboo_typho_xylan_keechoap humanoid - xylan_keechoap.iff Naboo mauler - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 mauler FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_naboo_typho_yarick_tempol Yarick Tempol legacy_naboo_typho_yarick_tempol humanoid - yarick_tempol.iff Naboo mauler - FALSE 0.8 1.5 3 - 2 1.8 ranged_carbine_dh17 prof_commando melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 mauler FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_naboo_typho_zolo_sartain Zolo Sartain legacy_naboo_typho_zolo_sartain humanoid - zolo_sartain.iff Naboo mauler - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 mauler FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_nalshel Nalshel legacy_nalshel humanoid - gungan_s04_male.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_oldksam Oldksam legacy_oldksam humanoid - dressed_combatmedic_trainer_rodian_male_01.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_panaka Colonel Panaka legacy_panaka humanoid - panaka.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_rabe Rabe legacy_rabe humanoid - dressed_rabe.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_nalshel Nalshel legacy_nalshel humanoid - gungan_s04_male.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_oldksam Oldksam legacy_oldksam humanoid - dressed_combatmedic_trainer_rodian_male_01.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_panaka Colonel Panaka legacy_panaka humanoid - panaka.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_rabe Rabe legacy_rabe humanoid - dressed_rabe.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_rebel_commando a Rebel commando legacy_rebel_commando humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Tatooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_rebel_first_lieutenant a Rebel First Lieutenant legacy_rebel_first_lieutenant humanoid - dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Tatooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_rebel_sergeant_major a Rebel Sergeant Major legacy_rebel_sergeant_major humanoid - dressed_rebel_sergeant_major_moncal_female_01.iff;dressed_rebel_sergeant_major_moncal_male_01.iff;dressed_rebel_sergeant_major_bothan_male_01.iff;dressed_rebel_sergeant_major_human_male_01.iff;dressed_rebel_sergeant_major_old_zabrak_male_01.iff;dressed_rebel_sergeant_major_rodian_female_01.iff Tatooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_rebel_specforce_guerrilla a Rebel SpecForce urban guerilla legacy_rebel_specforce_guerrilla humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Tatooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_rebel_specforce_pathfinder a Rebel SpecForce pathfinder legacy_rebel_specforce_pathfinder humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Tatooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_bounty_hunter melee_unarmed_default prof_bounty_hunter - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_sabe Sabe legacy_sabe humanoid - dressed_sabe.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_sache Sache legacy_sache humanoid - dressed_sache.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_sick Sick legacy_sick humanoid - human_male.iff;aqualish_male.iff;bith_male.iff;bothan_male.iff;devaronian_male.iff;gran_male.iff;ishi_tib_male.iff;ithorian_male.iff;moncal_male.iff;nikto_male.iff;quarren_male.iff;rodian_male.iff;sullustan_male.iff;trandoshan_male.iff;twilek_male.iff;zabrak_male.iff;aqualish_s02_male.iff;aqualish_s03_male.iff;human_female.iff;aqualish_female.iff;bith_female.iff;bothan_female.iff;human_female.iff;aqualish_female.iff;bith_female.iff;bothan_female.iff;moncal_female.iff;moncal_female.iff;trandoshan_female.iff;rodian_female.iff;rodian_female.iff;trandoshan_female.iff;twilek_female.iff;zabrak_female.iff;aqualish_s02_female.iff;aqualish_s03_female.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_sleash Sleash legacy_sleash humanoid - beginner_brawler_client_3.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_soris Soris legacy_soris humanoid - beginner_brawler_client_3.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_taibela Taibela legacy_taibela humanoid - dressed_tutorial_entertainer.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_sabe Sabe legacy_sabe humanoid - dressed_sabe.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_sache Sache legacy_sache humanoid - dressed_sache.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_sick Sick legacy_sick humanoid - human_male.iff;aqualish_male.iff;bith_male.iff;bothan_male.iff;devaronian_male.iff;gran_male.iff;ishi_tib_male.iff;ithorian_male.iff;moncal_male.iff;nikto_male.iff;quarren_male.iff;rodian_male.iff;sullustan_male.iff;trandoshan_male.iff;twilek_male.iff;zabrak_male.iff;aqualish_s02_male.iff;aqualish_s03_male.iff;human_female.iff;aqualish_female.iff;bith_female.iff;bothan_female.iff;human_female.iff;aqualish_female.iff;bith_female.iff;bothan_female.iff;moncal_female.iff;moncal_female.iff;trandoshan_female.iff;rodian_female.iff;rodian_female.iff;trandoshan_female.iff;twilek_female.iff;zabrak_female.iff;aqualish_s02_female.iff;aqualish_s03_female.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_sleash Sleash legacy_sleash humanoid - beginner_brawler_client_3.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_soris Soris legacy_soris humanoid - beginner_brawler_client_3.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_taibela Taibela legacy_taibela humanoid - dressed_tutorial_entertainer.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_thug_lvl1 a smuggler cargo handler legacy_thug_lvl1 humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine thug - FALSE 1 1 0 - 2 1.8 ranged_pistol_striker prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_thug_lvl2 a smuggler cargo handler legacy_thug_lvl2 humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine thug - FALSE 1 1 0 - 2 1.8 ranged_rifle_laser prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_thug_lvl3 a smuggler cargo loader legacy_thug_lvl3 humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine thug - FALSE 1 1 0 - 2 1.8 ranged_pistol_striker prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_thug_lvl4 a smuggler loadmaster legacy_thug_lvl4 humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine thug - FALSE 1 1 0 - 2 1.8 melee_polearm_vibro_axe prof_smuggler_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_legacy_thug_lvl5 a smuggler guard legacy_thug_lvl5 humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine thug - FALSE 1 1 0 - 2 1.8 ranged_pistol_striker prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_typho Captain Typho legacy_typho humanoid - typho.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_untas Untas legacy_untas humanoid - dressed_black_sun_thug.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_wounded a wounded legacy_wounded humanoid - human_male.iff;aqualish_male.iff;bith_male.iff;bothan_male.iff;devaronian_male.iff;gran_male.iff;ishi_tib_male.iff;ithorian_male.iff;moncal_male.iff;nikto_male.iff;quarren_male.iff;rodian_male.iff;sullustan_male.iff;trandoshan_male.iff;twilek_male.iff;zabrak_male.iff;aqualish_s02_male.iff;aqualish_s03_male.iff;human_female.iff;aqualish_female.iff;bith_female.iff;bothan_female.iff;human_female.iff;aqualish_female.iff;bith_female.iff;bothan_female.iff;moncal_female.iff;moncal_female.iff;trandoshan_female.iff;rodian_female.iff;rodian_female.iff;trandoshan_female.iff;twilek_female.iff;zabrak_female.iff;aqualish_s02_female.iff;aqualish_s03_female.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_yane Yane legacy_yane humanoid - dressed_yane.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_legacy_zef_ando Zef Ando legacy_zef humanoid - dressed_legacy_zef.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_typho Captain Typho legacy_typho humanoid - typho.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_untas Untas legacy_untas humanoid - dressed_black_sun_thug.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_wounded a wounded legacy_wounded humanoid - human_male.iff;aqualish_male.iff;bith_male.iff;bothan_male.iff;devaronian_male.iff;gran_male.iff;ishi_tib_male.iff;ithorian_male.iff;moncal_male.iff;nikto_male.iff;quarren_male.iff;rodian_male.iff;sullustan_male.iff;trandoshan_male.iff;twilek_male.iff;zabrak_male.iff;aqualish_s02_male.iff;aqualish_s03_male.iff;human_female.iff;aqualish_female.iff;bith_female.iff;bothan_female.iff;human_female.iff;aqualish_female.iff;bith_female.iff;bothan_female.iff;moncal_female.iff;moncal_female.iff;trandoshan_female.iff;rodian_female.iff;rodian_female.iff;trandoshan_female.iff;twilek_female.iff;zabrak_female.iff;aqualish_s02_female.iff;aqualish_s03_female.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_yane Yane legacy_yane humanoid - dressed_yane.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_legacy_zef_ando Zef Ando legacy_zef humanoid - dressed_legacy_zef.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_lejo_daramus Lejo Daramus (a scientist) corellia_lejo_daramus humanoid - dressed_doctor_trainer_moncal_male_01.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lepwalk_chan_ice_cream Lepwalk C'han lepwalk_chan_ice_cream humanoid - lepwalk_chan_ice_cream.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lepwalk_chan_ice_cream Lepwalk C'han lepwalk_chan_ice_cream humanoid - lepwalk_chan_ice_cream.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_lerat_zom Lerat Zom lerat_zom humanoid - lerat_zom.iff Corellia thug thug FALSE 1.08 1.08 0 - 2 1.8 melee_unarmed_default prof_smuggler_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lergo_brazee Lergo Brazee lergo_brazee humanoid - dressed_lergo_brazee.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lethin_bludder Lethin Bludder lethin_bludder humanoid - dressed_lethin_bludder.iff Talus townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_liane Liane liane humanoid - dressed_naboo_liane.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lergo_brazee Lergo Brazee lergo_brazee humanoid - dressed_lergo_brazee.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lethin_bludder Lethin Bludder lethin_bludder humanoid - dressed_lethin_bludder.iff Talus townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_liane Liane liane humanoid - dressed_naboo_liane.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_liberation_activist a Talus Liberation Party activist liberation_activist humanoid - dressed_liberation_activist_rodian_female_01.iff;dressed_liberation_activist_rodian_male_01.iff;dressed_liberation_fanatic_bith_female_01.iff;dressed_liberation_fanatic_bith_male_01.iff;dressed_liberation_loyalist_bith_female_01.iff;dressed_liberation_loyalist_bith_male_01.iff;dressed_liberation_partisan_rodian_female_01.iff;dressed_liberation_partisan_rodian_male_01.iff;dressed_liberation_patriot_rodian_female_01.iff;dressed_liberation_patriot_rodian_male_01.iff;dressed_liberation_reactionist_human_female_01.iff;dressed_liberation_reactionist_human_male_01.iff;dressed_liberation_volunteer_rodian_female_01.iff;dressed_liberation_volunteer_rodian_male_01.iff Talus liberation_party liberation_party FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_striker prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_liberation_fanatic a Talus Liberation Party fanatic liberation_fanatic humanoid - dressed_liberation_activist_rodian_female_01.iff;dressed_liberation_activist_rodian_male_01.iff;dressed_liberation_fanatic_bith_female_01.iff;dressed_liberation_fanatic_bith_male_01.iff;dressed_liberation_loyalist_bith_female_01.iff;dressed_liberation_loyalist_bith_male_01.iff;dressed_liberation_partisan_rodian_female_01.iff;dressed_liberation_partisan_rodian_male_01.iff;dressed_liberation_patriot_rodian_female_01.iff;dressed_liberation_patriot_rodian_male_01.iff;dressed_liberation_reactionist_human_female_01.iff;dressed_liberation_reactionist_human_male_01.iff;dressed_liberation_volunteer_rodian_female_01.iff;dressed_liberation_volunteer_rodian_male_01.iff Talus liberation_party liberation_party FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_striker prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_liberation_loyalist a Talus Liberation Party loyalist liberation_loyalist humanoid - dressed_liberation_activist_rodian_female_01.iff;dressed_liberation_activist_rodian_male_01.iff;dressed_liberation_fanatic_bith_female_01.iff;dressed_liberation_fanatic_bith_male_01.iff;dressed_liberation_loyalist_bith_female_01.iff;dressed_liberation_loyalist_bith_male_01.iff;dressed_liberation_partisan_rodian_female_01.iff;dressed_liberation_partisan_rodian_male_01.iff;dressed_liberation_patriot_rodian_female_01.iff;dressed_liberation_patriot_rodian_male_01.iff;dressed_liberation_reactionist_human_female_01.iff;dressed_liberation_reactionist_human_male_01.iff;dressed_liberation_volunteer_rodian_female_01.iff;dressed_liberation_volunteer_rodian_male_01.iff Talus liberation_party liberation_party FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_striker prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -896,24 +896,24 @@ humanoid_liberation_partisan a Talus Liberation Party partisan liberation_partis humanoid_liberation_patriot a Talus Liberation Party patriot liberation_patriot humanoid - dressed_liberation_activist_rodian_female_01.iff;dressed_liberation_activist_rodian_male_01.iff;dressed_liberation_fanatic_bith_female_01.iff;dressed_liberation_fanatic_bith_male_01.iff;dressed_liberation_loyalist_bith_female_01.iff;dressed_liberation_loyalist_bith_male_01.iff;dressed_liberation_partisan_rodian_female_01.iff;dressed_liberation_partisan_rodian_male_01.iff;dressed_liberation_patriot_rodian_female_01.iff;dressed_liberation_patriot_rodian_male_01.iff;dressed_liberation_reactionist_human_female_01.iff;dressed_liberation_reactionist_human_male_01.iff;dressed_liberation_volunteer_rodian_female_01.iff;dressed_liberation_volunteer_rodian_male_01.iff Talus liberation_party liberation_party FALSE 0.8 1.2 0 - 2 1.8 ranged_carbine_ee3 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_liberation_reactionist a Talus Liberation Party reactionist liberation_reactionist humanoid - dressed_liberation_activist_rodian_female_01.iff;dressed_liberation_activist_rodian_male_01.iff;dressed_liberation_fanatic_bith_female_01.iff;dressed_liberation_fanatic_bith_male_01.iff;dressed_liberation_loyalist_bith_female_01.iff;dressed_liberation_loyalist_bith_male_01.iff;dressed_liberation_partisan_rodian_female_01.iff;dressed_liberation_partisan_rodian_male_01.iff;dressed_liberation_patriot_rodian_female_01.iff;dressed_liberation_patriot_rodian_male_01.iff;dressed_liberation_reactionist_human_female_01.iff;dressed_liberation_reactionist_human_male_01.iff;dressed_liberation_volunteer_rodian_female_01.iff;dressed_liberation_volunteer_rodian_male_01.iff Talus liberation_party liberation_party FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_d18 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_liberation_volunteer a Talus Liberation Party volunteer liberation_volunteer humanoid - dressed_liberation_activist_rodian_female_01.iff;dressed_liberation_activist_rodian_male_01.iff;dressed_liberation_fanatic_bith_female_01.iff;dressed_liberation_fanatic_bith_male_01.iff;dressed_liberation_loyalist_bith_female_01.iff;dressed_liberation_loyalist_bith_male_01.iff;dressed_liberation_partisan_rodian_female_01.iff;dressed_liberation_partisan_rodian_male_01.iff;dressed_liberation_patriot_rodian_female_01.iff;dressed_liberation_patriot_rodian_male_01.iff;dressed_liberation_reactionist_human_female_01.iff;dressed_liberation_reactionist_human_male_01.iff;dressed_liberation_volunteer_rodian_female_01.iff;dressed_liberation_volunteer_rodian_male_01.iff Talus liberation_party liberation_party FALSE 0.8 1.2 0 - 2 1.8 ranged_carbine_ee3 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lieutenant_heb_nee Lieutenant Heb Nee lieutenant_heb_nee humanoid - lieutenant_heb_nee.iff Rori rorgungan rorgungan FALSE 0.8 1.2 0 - 2 1.8 ranged_rifle_sg82 prof_officer_ranged melee_sword_blade_ryyk humanoid_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lieutenant_ori Lieutenant Ori lieutenant_ori humanoid - lieutenant_ori.iff Rori rorgungan rorgungan FALSE 0.8 1.2 0 - 2 1.8 ranged_rifle_dlt20a prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lieutenant_varias Lieutenant Varias cor_droid_bunker_lieutenant_varias humanoid - corsec_lieutenant_varias.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lifeday_figrin_dan Figrin D'an lifeday_figrin_dan humanoid - lifeday_figrin_dan.iff Tatooine townsperson - FALSE 0.95 0.95 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lifeday_figrin_dan_band a Figrin D'an band member lifeday_bith_musician humanoid - lifeday_figrin_dan_band.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lifeday_imperial_sstrigge Sstrigge lifeday_imperial_vendor humanoid - life_day_imperial_vendor.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lifeday_imperial_stormtrooper a Stormtrooper lifeday_imperial_snowtrooper humanoid - snowtrooper_s01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_bounty_hunter - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lifeday_jawa_guard a Jawa Guard lifeday_jawa humanoid - ep3/ep3_avatar_jawa.iff Tatooine townsperson jawa FALSE 0.95 1.05 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_2h_sword_maul humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lifeday_rebel_oolovv Oolovv lifeday_rebel_vendor humanoid - life_day_rebel_vendor.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lifeday_rebel_soldier a Rebel Soldier lifeday_rebel_snow_trooper humanoid - rebel_snow_m_01.iff;rebel_snow_f_01.iff Global rebel rebel FALSE 0.9 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_bounty_hunter - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lifeday_saun_dann Saun Dann lifeday_saun_dann humanoid - lifeday_saun_dann.iff Global townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lifeday_vendor a Life Day vendor lifeday_wookiee_vendor humanoid - lifeday_wookiee_vendor.iff Tatooine townsperson - FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lilas_dinhint Lilas Dinhint (a museum curator) lilas_dinhint humanoid - dressed_tatooine_lilas_dinhint.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lilea_norith Lilea Norith (a Ragtag cudgel) corellia_ragtag_lilea_norith humanoid - dressed_blood_razor_pirate_officer_hum_f.iff Corellia ragtag_gang - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lob_dizz Lob Dizz lob_dizz humanoid - gungan_male.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loisya_starkos Loisya Starkos elder_robe_ex humanoid - elder_robe_ex.iff Dathomir townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lok_collector Jenji Bess (Lok Collector) lok_collector humanoid - npc_dressed_collection_npc_male_ithorian_01.iff Lok townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lok_vrak_smuggler Vrak (a smuggler) lok_rebel_trainer_2_smuggler humanoid Arkon's Havoc Squadron dressed_nym_destroyer_rod_m.iff Corellia townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lieutenant_heb_nee Lieutenant Heb Nee lieutenant_heb_nee humanoid - lieutenant_heb_nee.iff Rori rorgungan rorgungan FALSE 0.8 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lieutenant_ori Lieutenant Ori lieutenant_ori humanoid - lieutenant_ori.iff Rori rorgungan rorgungan FALSE 0.8 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lieutenant_varias Lieutenant Varias cor_droid_bunker_lieutenant_varias humanoid - corsec_lieutenant_varias.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lifeday_figrin_dan Figrin D'an lifeday_figrin_dan humanoid - lifeday_figrin_dan.iff Tatooine townsperson - FALSE 0.95 0.95 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lifeday_figrin_dan_band a Figrin D'an band member lifeday_bith_musician humanoid - lifeday_figrin_dan_band.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lifeday_imperial_sstrigge Sstrigge lifeday_imperial_vendor humanoid - life_day_imperial_vendor.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lifeday_imperial_stormtrooper a Stormtrooper lifeday_imperial_snowtrooper humanoid - snowtrooper_s01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lifeday_jawa_guard a Jawa Guard lifeday_jawa humanoid - ep3/ep3_avatar_jawa.iff Tatooine townsperson jawa FALSE 0.95 1.05 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lifeday_rebel_oolovv Oolovv lifeday_rebel_vendor humanoid - life_day_rebel_vendor.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lifeday_rebel_soldier a Rebel Soldier lifeday_rebel_snow_trooper humanoid - rebel_snow_m_01.iff;rebel_snow_f_01.iff Global rebel rebel FALSE 0.9 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lifeday_saun_dann Saun Dann lifeday_saun_dann humanoid - lifeday_saun_dann.iff Global townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lifeday_vendor a Life Day vendor lifeday_wookiee_vendor humanoid - lifeday_wookiee_vendor.iff Tatooine townsperson - FALSE 1.1 1.1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lilas_dinhint Lilas Dinhint (a museum curator) lilas_dinhint humanoid - dressed_tatooine_lilas_dinhint.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lilea_norith Lilea Norith (a Ragtag cudgel) corellia_ragtag_lilea_norith humanoid - dressed_blood_razor_pirate_officer_hum_f.iff Corellia ragtag_gang - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lob_dizz Lob Dizz lob_dizz humanoid - gungan_male.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loisya_starkos Loisya Starkos elder_robe_ex humanoid - elder_robe_ex.iff Dathomir townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lok_collector Jenji Bess (Lok Collector) lok_collector humanoid - npc_dressed_collection_npc_male_ithorian_01.iff Lok townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lok_vrak_smuggler Vrak (a smuggler) lok_rebel_trainer_2_smuggler humanoid Arkon's Havoc Squadron dressed_nym_destroyer_rod_m.iff Corellia townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_lord_nyax Lord Nyax lord_nyax humanoid - dressed_lord_nyax.iff Corellia followers_of_lord_nyax followers_of_lord_nyax FALSE 1.08 1.08 0 - 2 1.8 ranged_pistol_d18 prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 nyax FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_lord_nyax_disciple a disciple of Lord Nyax lord_nyax_disciple humanoid - dressed_mercenary_strong_hum_f.iff;dressed_mercenary_strong_hum_m.iff;dressed_mercenary_strong_rod_m.iff;dressed_mercenary_strong_tran_m.iff Corellia followers_of_lord_nyax followers_of_lord_nyax FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_d18 prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 nyax FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_lord_nyax_fanatic a fanatic of Lord Nyax lord_nyax_fanatic humanoid - dressed_mercenary_strong_hum_f.iff;dressed_mercenary_strong_hum_m.iff;dressed_mercenary_strong_rod_m.iff;dressed_mercenary_strong_tran_m.iff Corellia followers_of_lord_nyax followers_of_lord_nyax FALSE 0.8 1.2 0 - 2 1.8 ranged_carbine_ee3 prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 nyax FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -923,8 +923,8 @@ humanoid_lord_nyax_servant a servant of Lord Nyax lord_nyax_servant humanoid - d humanoid_lord_nyax_visionary a visionary of Lord Nyax lord_nyax_visionary humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Corellia followers_of_lord_nyax followers_of_lord_nyax FALSE 0.8 1.2 0 - 2 1.8 ranged_carbine_laser prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 nyax FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_lord_nyax_zealot a zealot of Lord Nyax lord_nyax_zealot humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Corellia followers_of_lord_nyax followers_of_lord_nyax FALSE 0.8 1.2 0 - 2 1.8 ranged_carbine_ee3 prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 nyax FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_lord_sloan_rusper Sloan Rusper lord_sloan_rusper humanoid - dressed_lord_sloan_rusper.iff Rori townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lord_throme_gormengal Throme Gormengal lord_throme_gormengal humanoid - dressed_lord_throme_gormengal.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lorne_prestar Lorne Prestar lorne_prestar humanoid - mos_taike_guard_old.iff Tatooine townsperson townsperson FALSE 0.9 0.9 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lord_throme_gormengal Throme Gormengal lord_throme_gormengal humanoid - dressed_lord_throme_gormengal.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lorne_prestar Lorne Prestar lorne_prestar humanoid - mos_taike_guard_old.iff Tatooine townsperson townsperson FALSE 0.9 0.9 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_lost_aqualish_bomber a Lost Aqualish bomber lost_aqualish_bomber humanoid - dressed_lost_aqualish_bomber_male_01.iff;dressed_lost_aqualish_bomber_female_01.iff Talus lost_aqualish_regiment lost_aqualish FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_striker prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 lost_aqualish FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_lost_aqualish_captain a Lost Aqualish Captain lost_aqualish_captain humanoid - dressed_lost_aqualish_captain_female_01.iff;dressed_lost_aqualish_captain_male_01.iff Talus lost_aqualish_regiment lost_aqualish FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_striker prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 lost_aqualish FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_lost_aqualish_commando a Lost Aqualish commando lost_aqualish_commando humanoid - dressed_lost_aqualish_commando_male_01.iff;dressed_lost_aqualish_commando_female_01.iff Talus lost_aqualish_regiment lost_aqualish FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_striker prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 lost_aqualish FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -937,38 +937,38 @@ humanoid_lost_aqualish_scout a Lost Aqualish scout lost_aqualish_scout humanoid humanoid_lost_aqualish_soldier a Lost Aqualish soldier lost_aqualish_soldier humanoid - dressed_lost_aqualish_soldier_female_01.iff;dressed_lost_aqualish_soldier_male_01.iff Talus lost_aqualish_regiment lost_aqualish FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_striker prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 lost_aqualish FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_lost_aqualish_warchief a Lost Aqualish warchief lost_aqualish_warchief humanoid - dressed_lost_aqualish_warchief_female_01.iff;dressed_lost_aqualish_warchief_male_01.iff Talus lost_aqualish_regiment lost_aqualish FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_striker prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 18 lost_aqualish FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_lost_aqualish_warrior a Lost Aqualish warrior lost_aqualish_warrior humanoid - dressed_lost_aqualish_warrior_female_01.iff;dressed_lost_aqualish_warrior_male_01.iff Talus lost_aqualish_regiment lost_aqualish FALSE 0.8 1.2 0 - 2 1.8 ranged_carbine_ee3 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 lost_aqualish FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_amy Amy (a romance seeker) loveday_romance_seeker_familiar_female_01 humanoid - loveday_romance_seeker_f_01.iff Global love_day - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_benjamin Benjamin (the disillusioned Festival of Love Sage) loveday_ewok_disillusion_blaire humanoid - loveday_ewok_mister_disillusion.iff Global love_day - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_cera Cera (a romance seeker) loveday_romance_seeker_familiar_female_03 humanoid - loveday_romance_seeker_f_03.iff Global love_day - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_chief Chief Chirpa ewok_loveday_chief humanoid - ewok_loveday_chief.iff Global ewok - FALSE 1.25 1.25 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_child an Ewok child loveday_ewok_cardless_child humanoid - ewok_love_day_dancer_06.iff Global ewok - FALSE 0.5 0.5 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_commoner_female a commoner loveday_romance_target_female humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff Global love_day - FALSE 0.8 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_commoner_male a commoner loveday_romance_target_male humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Global love_day - FALSE 0.9 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_cristina Cristina (a romance seeker) loveday_romance_seeker_familiar_female_02 humanoid - loveday_romance_seeker_f_02.iff Global love_day - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_dancer an Ewok Dancer ewok_loveday_dancer humanoid - ewok_love_day_dancer_01.iff;ewok_love_day_dancer_02.iff;ewok_love_day_dancer_03.iff;ewok_love_day_dancer_04.iff;ewok_love_day_dancer_06.iff;ewok_love_day_dancer_07.iff Global eowk - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_edie Edie (a romance seeker) loveday_romance_seeker_familiar_female_04 humanoid - loveday_romance_seeker_f_04.iff Global love_day - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_herald Disciple of Benjamin loveday_ewok_disillusion_herald humanoid - loveday_ewok_cupid_herald.iff Global love_day - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_james James (a romance seeker) loveday_romance_seeker_familiar_male_03 humanoid - loveday_romance_seeker_m_03.iff Global love_day - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_kyoopid Kyoopid (a Festival of Love Sage) loveday_ewok_cupid humanoid - loveday_ewok_cupid.iff Global love_day_cupid - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_kyoopid_herald Herald of Kyoopid loveday_ewok_cupid_herald humanoid - loveday_ewok_cupid_herald.iff Global love_day_cupid - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_logan Logan (a romance seeker) loveday_romance_seeker_familiar_male_01 humanoid - loveday_romance_seeker_m_01.iff Global love_day - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_love_note Jonathan Squire (a love-struck young man) loveday_ewok_disillusion_love_note humanoid - loveday_disillusion_love_note.iff Global love_day - FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_michael Michael (a romance seeker) loveday_romance_seeker_familiar_male_02 humanoid - loveday_romance_seeker_m_02.iff Global love_day - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_mrhate Mister Hate loveday_ewok_disillusion_mr_hate humanoid - loveday_disillusion_mister_hate.iff Global love_day - FALSE 1.2 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_mrlove Dr. Schill (aka Mr. Love) loveday_ewok_disillusion_mr_love humanoid - loveday_disillusion_mister_love.iff Global love_day - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_peaches Peaches loveday_ewok_disillusion_durni humanoid - durni_hue.iff Corellia love_day - FALSE 1.2 1.2 2 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_petlover Carson Vance (pet lover) loveday_ewok_disillusion_pet_lover humanoid - npc_dressed_collection_npc_male_bith_01.iff Global love_day - FALSE 0.9 0.9 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_steven Steven (a romance seeker) loveday_romance_seeker_familiar_male_04 humanoid - loveday_romance_seeker_m_04.iff Global love_day - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_loveday_vendor a Festival of Love vendor ewok_loveday_vendor humanoid - ewok_love_day_vendor.iff Global ewok - FALSE 1.15 1.15 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lt_harburik Lt. Harburik lt_harburik humanoid - dressed_tatooine_lt_harburik.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lt_oron_wintree Lt. Oron Wintree lt_oron_wintree humanoid - dressed_lt_oron_wintree.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_lt_porro_dolphe Lt. Porro Dolphe lt_porro_dolphe humanoid - dressed_naboo_lt_porro_dolphe.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_luthik_uwyr Luthik Uwyr luthik_uwyr humanoid - dressed_luthik_uwyr.iff Dantooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_luthin_dlunar Luthin Dlunar luthin_dlunar humanoid - dressed_luthin_dlunar.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_amy Amy (a romance seeker) loveday_romance_seeker_familiar_female_01 humanoid - loveday_romance_seeker_f_01.iff Global love_day - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_benjamin Benjamin (the disillusioned Festival of Love Sage) loveday_ewok_disillusion_blaire humanoid - loveday_ewok_mister_disillusion.iff Global love_day - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_cera Cera (a romance seeker) loveday_romance_seeker_familiar_female_03 humanoid - loveday_romance_seeker_f_03.iff Global love_day - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_chief Chief Chirpa ewok_loveday_chief humanoid - ewok_loveday_chief.iff Global ewok - FALSE 1.25 1.25 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_child an Ewok child loveday_ewok_cardless_child humanoid - ewok_love_day_dancer_06.iff Global ewok - FALSE 0.5 0.5 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_commoner_female a commoner loveday_romance_target_female humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff Global love_day - FALSE 0.8 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_commoner_male a commoner loveday_romance_target_male humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Global love_day - FALSE 0.9 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_cristina Cristina (a romance seeker) loveday_romance_seeker_familiar_female_02 humanoid - loveday_romance_seeker_f_02.iff Global love_day - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_dancer an Ewok Dancer ewok_loveday_dancer humanoid - ewok_love_day_dancer_01.iff;ewok_love_day_dancer_02.iff;ewok_love_day_dancer_03.iff;ewok_love_day_dancer_04.iff;ewok_love_day_dancer_06.iff;ewok_love_day_dancer_07.iff Global eowk - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_edie Edie (a romance seeker) loveday_romance_seeker_familiar_female_04 humanoid - loveday_romance_seeker_f_04.iff Global love_day - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_herald Disciple of Benjamin loveday_ewok_disillusion_herald humanoid - loveday_ewok_cupid_herald.iff Global love_day - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_james James (a romance seeker) loveday_romance_seeker_familiar_male_03 humanoid - loveday_romance_seeker_m_03.iff Global love_day - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_kyoopid Kyoopid (a Festival of Love Sage) loveday_ewok_cupid humanoid - loveday_ewok_cupid.iff Global love_day_cupid - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_kyoopid_herald Herald of Kyoopid loveday_ewok_cupid_herald humanoid - loveday_ewok_cupid_herald.iff Global love_day_cupid - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_logan Logan (a romance seeker) loveday_romance_seeker_familiar_male_01 humanoid - loveday_romance_seeker_m_01.iff Global love_day - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_love_note Jonathan Squire (a love-struck young man) loveday_ewok_disillusion_love_note humanoid - loveday_disillusion_love_note.iff Global love_day - FALSE 1.1 1.1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_michael Michael (a romance seeker) loveday_romance_seeker_familiar_male_02 humanoid - loveday_romance_seeker_m_02.iff Global love_day - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_mrhate Mister Hate loveday_ewok_disillusion_mr_hate humanoid - loveday_disillusion_mister_hate.iff Global love_day - FALSE 1.2 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_mrlove Dr. Schill (aka Mr. Love) loveday_ewok_disillusion_mr_love humanoid - loveday_disillusion_mister_love.iff Global love_day - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_peaches Peaches loveday_ewok_disillusion_durni humanoid - durni_hue.iff Corellia love_day - FALSE 1.2 1.2 2 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_petlover Carson Vance (pet lover) loveday_ewok_disillusion_pet_lover humanoid - npc_dressed_collection_npc_male_bith_01.iff Global love_day - FALSE 0.9 0.9 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_steven Steven (a romance seeker) loveday_romance_seeker_familiar_male_04 humanoid - loveday_romance_seeker_m_04.iff Global love_day - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_loveday_vendor a Festival of Love vendor ewok_loveday_vendor humanoid - ewok_love_day_vendor.iff Global ewok - FALSE 1.15 1.15 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lt_harburik Lt. Harburik lt_harburik humanoid - dressed_tatooine_lt_harburik.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lt_oron_wintree Lt. Oron Wintree lt_oron_wintree humanoid - dressed_lt_oron_wintree.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_lt_porro_dolphe Lt. Porro Dolphe lt_porro_dolphe humanoid - dressed_naboo_lt_porro_dolphe.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_luthik_uwyr Luthik Uwyr luthik_uwyr humanoid - dressed_luthik_uwyr.iff Dantooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_luthin_dlunar Luthin Dlunar luthin_dlunar humanoid - dressed_luthin_dlunar.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_lx_466 LX-466 lx_466 humanoid - dressed_lx_466.iff Dantooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mad_scientist a mad scientist mad_scientist humanoid - dressed_doctor_trainer_moncal_male_01.iff;dressed_combatmedic_trainer_human_male_01.iff;dressed_mercenary_elite_medic_human_male_01.iff;dressed_combatmedic_trainer_human_female_01.iff;dressed_doctor_trainer_human_female_01.iff;dressed_doctor_trainer_moncal_male_01.iff;dressed_doctor_trainer_moncal_male_01.iff;dressed_doctor_trainer_moncal_female_01.iff;dressed_combatmedic_trainer_rodian_male_01.iff;dressed_mercenary_medic_rodian_female_01.iff;dressed_hutt_medic1_zabrak_female_01.iff;dressed_hutt_medic2_twilek_male_01.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_medic melee_unarmed_default prof_medic - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_magur_torigai Magur Torigai magur_torigai humanoid - dressed_magur_torigai.iff Rori townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mal_sinkander Mal Sinkander mal_sinkander humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mad_scientist a mad scientist mad_scientist humanoid - dressed_doctor_trainer_moncal_male_01.iff;dressed_combatmedic_trainer_human_male_01.iff;dressed_mercenary_elite_medic_human_male_01.iff;dressed_combatmedic_trainer_human_female_01.iff;dressed_doctor_trainer_human_female_01.iff;dressed_doctor_trainer_moncal_male_01.iff;dressed_doctor_trainer_moncal_male_01.iff;dressed_doctor_trainer_moncal_female_01.iff;dressed_combatmedic_trainer_rodian_male_01.iff;dressed_mercenary_medic_rodian_female_01.iff;dressed_hutt_medic1_zabrak_female_01.iff;dressed_hutt_medic2_twilek_male_01.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_magur_torigai Magur Torigai magur_torigai humanoid - dressed_magur_torigai.iff Rori townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mal_sinkander Mal Sinkander mal_sinkander humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_malakili Malakili malakili humanoid - malakili.iff Tatooine jabba jabba FALSE 0.86 0.86 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_male_rodian_thug_low a male rodian thug male_rodian_thug_low humanoid - dressed_kobola_thief_rodian_male_01.iff;dressed_spice_collective_courier_rodian_male_01.iff;dressed_binayre_bruiser_rodian_male_01.iff;dressed_aakuan_sentinal_rodian_male_01.iff;dressed_cobral_thug_rodian_male_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_commoner_tatooine_rodian_female_02.iff Global thug thug FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_male_twilek_thug_low a male twilek thug male_twilek_thug_low humanoid - dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_criminal_organized_twilek_male_01.iff Global thug thug FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -981,14 +981,14 @@ humanoid_marauder_chirq_maroon a Maroon Marauder chirq_maroon_marauder humanoid humanoid_marauder_feral a feral Marauder feral_marauder humanoid - dressed_feral_marauder.iff Endor marauder endor_marauder FALSE 1 1 0 - 2 1.8 ranged_carbine_ee3 prof_commando melee_unarmed_default prof_bounty_hunter - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 marauder FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_marauder_frenzied a frenzied Marauder frenzied_marauder humanoid - dressed_frenzied_marauder.iff Endor marauder endor_marauder FALSE 1 1 0 - 2 1.8 ranged_rifle_laser prof_bounty_hunter melee_unarmed_default prof_bounty_hunter - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 marauder FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_marauder_grassland_blood a grassland blood Marauder grassland_blood_marauder humanoid - dressed_grassland_blood_marauder.iff Endor marauder endor_marauder FALSE 1 1 0 - 2 1.8 ranged_carbine_ee3 prof_bounty_hunter melee_sword_marauder humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 marauder FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_marco_vahn Marco Vahn (a booking agent) - humanoid - dressed_noble_human_male_01.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_marco_vahn Marco Vahn (a booking agent) - humanoid - dressed_noble_human_male_01.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_marooned_pirate a marooned pirate marooned_pirate humanoid - dressed_marooned_pirate_bith_m.iff;dressed_marooned_pirate_hum_f.iff;dressed_marooned_pirate_hum_m.iff;dressed_marooned_pirate_nikto_m.iff;dressed_marooned_pirate_rod_f.iff;dressed_marooned_pirate_rod_m.iff;dressed_marooned_pirate_tran_m.iff;dressed_marooned_pirate_first_mate_hum_f.iff;dressed_marooned_pirate_first_mate_hum_m.iff;dressed_marooned_pirate_first_mate_nikto_m.iff;dressed_marooned_pirate_first_mate_rod_m.iff;dressed_marooned_pirate_first_mate_tran_m.iff Lok piratesoflok - FALSE 1 1 0 - 2 1.8 ranged_pistol_striker prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 8 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_marooned_pirate_captain a marooned pirate captain marooned_pirate_captain humanoid - dressed_marooned_pirate_captain_hum_m.iff;dressed_marooned_pirate_captain_nikto_m.iff;dressed_marooned_pirate_captain_tran_m.iff Lok piratesoflok - FALSE 1 1 0 - 2 1.8 ranged_pistol_striker prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 8 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_marooned_pirate_engineer a marooned pirate engineer marooned_pirate_engineer humanoid - dressed_marooned_pirate_engr1_bith_m.iff;dressed_marooned_pirate_engr1_hum_f.iff;dressed_marooned_pirate_engr1_hum_m.iff;dressed_marooned_pirate_engr1_sull_m.iff;dressed_marooned_pirate_engr_bith_m.iff;dressed_marooned_pirate_engr_hum_f.iff;dressed_marooned_pirate_engr_hum_m.iff;dressed_marooned_pirate_engr_sull_m.iff Lok piratesoflok - FALSE 1 1 0 - 2 1.8 ranged_pistol_striker prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 8 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_marooned_pirate_first_mate a marooned pirate first mate marooned_pirate_first_mate humanoid - dressed_marooned_pirate_bith_m.iff;dressed_marooned_pirate_hum_f.iff;dressed_marooned_pirate_hum_m.iff;dressed_marooned_pirate_nikto_m.iff;dressed_marooned_pirate_rod_f.iff;dressed_marooned_pirate_rod_m.iff;dressed_marooned_pirate_tran_m.iff;dressed_marooned_pirate_first_mate_hum_f.iff;dressed_marooned_pirate_first_mate_hum_m.iff;dressed_marooned_pirate_first_mate_nikto_m.iff;dressed_marooned_pirate_first_mate_rod_m.iff;dressed_marooned_pirate_first_mate_tran_m.iff Lok piratesoflok - FALSE 1 1 0 - 2 1.8 ranged_pistol_striker prof_smuggler_ranged melee_unarmed_default prof_smuggler_melee - - 8 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_master_prophet_dark_side a Master Prophet of the Dark Side master_prophet_of_the_dark_side humanoid - dressed_jedi_trainer_chiss_male_01.iff;dressed_jedi_trainer_nikto_male_01.iff;dressed_jedi_trainer_twilek_female_01.iff;dressed_jedi_trainer_old_human_male_01.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 melee_crafted_lightsaber_training prof_jedi melee_unarmed_default humanoid_melee - - 6 6 FALSE root_defense=100;snare_defense=100 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mat_rags Mat Rags mat_rags humanoid - dressed_tatooine_mat_rags.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_matilda_carson Matilda Carson (Painting Allocation Engineer) community_tcg_photo_contest_painting_handout humanoid - dressed_noble_human_female_02.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mat_rags Mat Rags mat_rags humanoid - dressed_tatooine_mat_rags.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_matilda_carson Matilda Carson (Painting Allocation Engineer) community_tcg_photo_contest_painting_handout humanoid - dressed_noble_human_female_02.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_striker prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mauler a Mauler mauler humanoid - dressed_mauler_guard.iff;npc_dressed_mauler_lieutenant.iff;dressed_mauler.iff;dressed_mauler_2.iff Naboo mauler - FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 mauler FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mauler_acolyte a Mauler acolyte mauler_acolyte humanoid - dressed_mauler_acolyte.iff;dressed_mauler_apprentice.iff;dressed_mauler_initiate.iff Naboo mauler - FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17 prof_commando melee_unarmed_default prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 mauler FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mauler_apprentice a Mauler apprentice mauler_apprentice humanoid - dressed_mauler_acolyte.iff;dressed_mauler_apprentice.iff;dressed_mauler_initiate.iff Naboo mauler - FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17 prof_commando melee_unarmed_default prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 mauler FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - diff --git a/serverdata/nge/npc/npc_5.sdb b/serverdata/nge/npc/npc_5.sdb index 71ae46cff..bc8a160fc 100644 --- a/serverdata/nge/npc/npc_5.sdb +++ b/serverdata/nge/npc/npc_5.sdb @@ -1,7 +1,7 @@ npc_id npc_name stf_name niche comment iff_template planet social_group faction spec_force scale_min scale_max hue grant_skill attack_speed movement_speed primary_weapon primary_weapon_specials secondary_weapon secondary_weapon_specials thrown_weapon thrown_weapon_specials aggressive_radius assist_radius death_blow skillmods loot_table1_chance loot_table1 loot_table2_chance loot_table2 loot_table3_chance loot_table3 collection_activation slotName chronicle_loot_chance chronicle_loot_category resources milk_amount milk_type meat_amount meat_type hide_amount hide_type bone_amount bone_type extractable_dna gene_profile can_tame wild_ability_list TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT BOOLEAN REAL REAL INTEGER TEXT REAL REAL TEXT TEXT TEXT TEXT TEXT TEXT INTEGER INTEGER BOOLEAN TEXT INTEGER TEXT INTEGER TEXT INTEGER TEXT TEXT TEXT INTEGER TEXT BOOLEAN INTEGER TEXT INTEGER TEXT INTEGER TEXT INTEGER TEXT BOOLEAN TEXT REAL TEXT humanoid_max_rebo Max Rebo max_rebo humanoid - max_rebo.iff Tatooine jabba jabba FALSE 0.85 0.85 0 social_entertainer_novice 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mayor a mayor mayor humanoid - dressed_mayor.iff Naboo naboo naboo FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mayor a mayor mayor humanoid - dressed_mayor.iff Naboo naboo naboo FALSE 1 1 0 - 2 1.8 melee_unarmed_default prof_medic ranged_pistol_d18 prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_meatlump_buffoon a Meatlump buffoon meatlump_buffoon humanoid - dressed_meatlump_female_01.iff;dressed_meatlump_female_02.iff;dressed_meatlump_female_03.iff;dressed_meatlump_female_04.iff;dressed_meatlump_female_05.iff;dressed_meatlump_female_06.iff;dressed_meatlump_female_07.iff;dressed_meatlump_male_01.iff;dressed_meatlump_male_02.iff;dressed_meatlump_male_03.iff;dressed_meatlump_male_04.iff;dressed_meatlump_male_05.iff;dressed_meatlump_male_05.iff;dressed_meatlump_male_07.iff;dressed_meatlump_male_08.iff;dressed_meatlump_male_09.iff Corellia meatlump meatlump FALSE 1 1 0 - 2 1.8 ranged_carbine_ee3 prof_smuggler_ranged melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 meatlump FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_meatlump_clod a Meatlump clod meatlump_clod humanoid - dressed_meatlump_female_01.iff;dressed_meatlump_female_02.iff;dressed_meatlump_female_03.iff;dressed_meatlump_female_04.iff;dressed_meatlump_female_05.iff;dressed_meatlump_female_06.iff;dressed_meatlump_female_07.iff;dressed_meatlump_male_01.iff;dressed_meatlump_male_02.iff;dressed_meatlump_male_03.iff;dressed_meatlump_male_04.iff;dressed_meatlump_male_05.iff;dressed_meatlump_male_05.iff;dressed_meatlump_male_07.iff;dressed_meatlump_male_08.iff;dressed_meatlump_male_09.iff Corellia meatlump meatlump FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_smuggler_ranged melee_sword_02 prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 meatlump FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_meatlump_cretin a Meatlump cretin meatlump_cretin humanoid - dressed_meatlump_female_01.iff;dressed_meatlump_female_02.iff;dressed_meatlump_female_03.iff;dressed_meatlump_female_04.iff;dressed_meatlump_female_05.iff;dressed_meatlump_female_06.iff;dressed_meatlump_female_07.iff;dressed_meatlump_male_01.iff;dressed_meatlump_male_02.iff;dressed_meatlump_male_03.iff;dressed_meatlump_male_04.iff;dressed_meatlump_male_05.iff;dressed_meatlump_male_05.iff;dressed_meatlump_male_07.iff;dressed_meatlump_male_08.iff;dressed_meatlump_male_09.iff Corellia meatlump meatlump FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_smuggler_ranged melee_sword_02 prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 meatlump FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -20,8 +20,8 @@ humanoid_meatlump_outpost_guard_dunder Meatlump Dunder (Outpost Guard) meatlump_ humanoid_meatlump_outpost_guard_spawned Meatlump Outpost Lieutenant meatlump_outpost_guard_spawned humanoid - dressed_meatlump_female_01.iff;dressed_meatlump_female_02.iff;dressed_meatlump_female_03.iff;dressed_meatlump_female_04.iff;dressed_meatlump_female_05.iff;dressed_meatlump_female_06.iff;dressed_meatlump_female_07.iff;dressed_meatlump_male_01.iff;dressed_meatlump_male_02.iff;dressed_meatlump_male_03.iff;dressed_meatlump_male_04.iff;dressed_meatlump_male_05.iff;dressed_meatlump_male_05.iff;dressed_meatlump_male_07.iff;dressed_meatlump_male_08.iff;dressed_meatlump_male_09.iff Meatlump meatlump meatlump FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_smuggler_ranged melee_sword_02 prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 meatlump FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_meatlump_simp a Meatlump simp corellia_meatlump_simp humanoid - dressed_meatlump_female_01.iff;dressed_meatlump_female_02.iff;dressed_meatlump_female_03.iff;dressed_meatlump_female_04.iff;dressed_meatlump_female_05.iff;dressed_meatlump_female_06.iff;dressed_meatlump_female_07.iff;dressed_meatlump_male_01.iff;dressed_meatlump_male_02.iff;dressed_meatlump_male_03.iff;dressed_meatlump_male_04.iff;dressed_meatlump_male_05.iff;dressed_meatlump_male_05.iff;dressed_meatlump_male_07.iff;dressed_meatlump_male_08.iff;dressed_meatlump_male_09.iff Corellia meatlump_ubbal meatlump FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_smuggler_ranged melee_sword_02 prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 meatlump FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_meatlump_stooge a Meatlump stooge meatlump_stooge humanoid - dressed_meatlump_female_01.iff;dressed_meatlump_female_02.iff;dressed_meatlump_female_03.iff;dressed_meatlump_female_04.iff;dressed_meatlump_female_05.iff;dressed_meatlump_female_06.iff;dressed_meatlump_female_07.iff;dressed_meatlump_male_01.iff;dressed_meatlump_male_02.iff;dressed_meatlump_male_03.iff;dressed_meatlump_male_04.iff;dressed_meatlump_male_05.iff;dressed_meatlump_male_05.iff;dressed_meatlump_male_07.iff;dressed_meatlump_male_08.iff;dressed_meatlump_male_09.iff Corellia meatlump meatlump FALSE 1 1 0 - 2 1.8 ranged_carbine_ee3 prof_smuggler_ranged melee_sword_02 prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 meatlump FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_medic a medic medic humanoid - dressed_doctor_trainer_moncal_male_01.iff;dressed_combatmedic_trainer_human_male_01.iff;dressed_mercenary_elite_medic_human_male_01.iff;dressed_combatmedic_trainer_human_female_01.iff;dressed_doctor_trainer_human_female_01.iff;dressed_doctor_trainer_moncal_male_01.iff;dressed_doctor_trainer_moncal_male_01.iff;dressed_doctor_trainer_moncal_female_01.iff;dressed_combatmedic_trainer_rodian_male_01.iff;dressed_mercenary_medic_rodian_female_01.iff;dressed_hutt_medic1_zabrak_female_01.iff;dressed_hutt_medic2_twilek_male_01.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_smuggler_ranged melee_unarmed_default prof_medic - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_medic_admin an administrator medic_11_admin humanoid - dressed_mercenary_elite_medic_human_male_01.iff;dressed_combatmedic_trainer_human_male_01.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_medic a medic medic humanoid - dressed_doctor_trainer_moncal_male_01.iff;dressed_combatmedic_trainer_human_male_01.iff;dressed_mercenary_elite_medic_human_male_01.iff;dressed_combatmedic_trainer_human_female_01.iff;dressed_doctor_trainer_human_female_01.iff;dressed_doctor_trainer_moncal_male_01.iff;dressed_doctor_trainer_moncal_male_01.iff;dressed_doctor_trainer_moncal_female_01.iff;dressed_combatmedic_trainer_rodian_male_01.iff;dressed_mercenary_medic_rodian_female_01.iff;dressed_hutt_medic1_zabrak_female_01.iff;dressed_hutt_medic2_twilek_male_01.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default prof_medic ranged_pistol_d18 prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_medic_admin an administrator medic_11_admin humanoid - dressed_mercenary_elite_medic_human_male_01.iff;dressed_combatmedic_trainer_human_male_01.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default prof_medic ranged_pistol_d18 prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_medic_escara Escara Frei medic_11_escara humanoid - dressed_noble_old_human_female_02.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_medic_jorund Jorund Redd medic_11_jorund humanoid - human_male.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_medic_jowres Jowres Zaprin medic_21_jowres humanoid House Call quest dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff Naboo townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -41,7 +41,7 @@ humanoid_menagerie_profor Aggressive Trait Team Leader Profor menagerie_profor h humanoid_menagerie_terulia Personnel Officer Terulia menagerie_terulia humanoid - npc_dressed_corellia_genetech_syndicate_menagerie_terulia.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_menagerie_trak Veterinary Technician Trak menagerie_trak humanoid - npc_dressed_corellia_genetech_syndicate_menagerie_trak.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_menchi_lerann Menchi Lerann (a ryll addict) corellia_menchi_lerann humanoid - dressed_gran_thug_male_01.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mercenary a mercenary mercenary humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global mercenary - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mercenary a mercenary mercenary humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global mercenary - FALSE 1 1 0 - 2 1.8 melee_unarmed_default prof_medic ranged_pistol_d18 prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mercenary_aggro a mercenary mercenary_aggro humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global mercenary - FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_bounty_hunter melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mercenary_commander a mercenary commander mercenary_commander humanoid - dressed_mercenary_commander_hum_m.iff;dressed_mercenary_commander_nikto_m.iff;dressed_mercenary_commander_zab_m.iff;dressed_mercenary_warlord_hum_m.iff;dressed_mercenary_warlord_nikto_m.iff Lok merc lok_mercenaries FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 8 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mercenary_destroyer a mercenary destroyer mercenary_destroyer humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Lok merc lok_mercenaries FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 8 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -55,9 +55,9 @@ humanoid_mercenary_strong a strong mercenary mercenary_strong humanoid - dressed humanoid_mercenary_warlord a mercenary warlord mercenary_warlord humanoid - dressed_mercenary_commander_hum_m.iff;dressed_mercenary_commander_nikto_m.iff;dressed_mercenary_commander_zab_m.iff;dressed_mercenary_warlord_hum_m.iff;dressed_mercenary_warlord_nikto_m.iff Lok merc lok_mercenaries FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 8 8 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mercenary_weak a weak mercenary mercenary_weak humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Lok merc lok_mercenaries FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 8 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mikfa_faaus_ice_cream Mikfa Faaus mikfa_faaus_ice_cream humanoid - mikfa_faaus_ice_cream.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mikos_denari Mikos Denari mikos_denari humanoid - dressed_tatooine_mikos_denari.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mikos_denari Mikos Denari mikos_denari humanoid - dressed_tatooine_mikos_denari.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 melee_unarmed_default prof_medic ranged_pistol_d18 prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_millbarge Millbarge (Dantooine Collector) dantooine_collector humanoid - npc_dressed_collection_npc_male_human_01.iff Dantooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_miner a miner death_watch_miner humanoid - dressed_mand_bunker_crazed_miner.iff Endor death_watch death_watch FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_bounty_hunter melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 death_watch FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_miner a miner death_watch_miner humanoid - dressed_mand_bunker_crazed_miner.iff Endor death_watch death_watch FALSE 1 1 0 - 2 1.8 melee_unarmed_default prof_medic ranged_pistol_d18 prof_smuggler_ranged - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 death_watch FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_miner_enraged Enraged Miner enraged_miner humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Rori enraged_miner - FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_striker prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mirla Mirla (a worker) - humanoid - warren_mirla.iff Dantooine - - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mission_ankura_gungan an Ankura gungan mission_ankura_gungan humanoid - ankura_gungan.iff Naboo gungan gungan FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose humanoid_commoner melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -562,18 +562,18 @@ humanoid_mordran_gungan_exile an exiled gungan mordran_gungan_exile humanoid - g humanoid_mordran_gungan_outcast an outcast gungan mordran_gungan_outcast humanoid - gungan_outcast.iff Naboo borvo borvo FALSE 0.9 1 0 - 2 1.8 ranged_carbine_ee3 prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 borvo FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mordran_gungan_reject a gungan reject mordran_gungan_reject humanoid - gungan_outcast.iff Naboo borvo borvo FALSE 1 1.1 0 - 2 1.8 ranged_carbine_ee3 prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 borvo FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mos_eisley_mayor Mayor Mikdanyell Guh'rantt mos_eisley_mayor humanoid - dressed_mayor_mikdanyell_guhrantt.iff Tatooine townsperson - FALSE 0.99 0.99 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mos_eisley_police_lieutenant a Mos Eisley police Lieutenant mos_eisley_police_lieutenant humanoid - dressed_eisley_officer_aqualish_female_01.iff;dressed_eisley_officer_aqualish_male_01.iff;dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff;dressed_eisley_officer_human_female_01.iff;dressed_eisley_officer_human_male_01.iff;dressed_eisley_officer_quarren_male_01.iff;dressed_eisley_officer_rodian_female_01.iff;dressed_eisley_officer_rodian_male_01.iff;dressed_eisley_officer_trandoshan_female_01.iff;dressed_eisley_officer_trandoshan_male_01.iff;dressed_eisley_officer_twilek_female_01.iff;dressed_eisley_officer_twilek_male_01.iff;dressed_eisley_officer_zabrak_female_01.iff;dressed_eisley_officer_zabrak_male_01.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 24 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mos_eisley_police_officer a Mos Eisley police officer mos_eisley_police_officer humanoid - dressed_eisley_officer_aqualish_female_01.iff;dressed_eisley_officer_aqualish_male_01.iff;dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff;dressed_eisley_officer_human_female_01.iff;dressed_eisley_officer_human_male_01.iff;dressed_eisley_officer_quarren_male_01.iff;dressed_eisley_officer_rodian_female_01.iff;dressed_eisley_officer_rodian_male_01.iff;dressed_eisley_officer_trandoshan_female_01.iff;dressed_eisley_officer_trandoshan_male_01.iff;dressed_eisley_officer_twilek_female_01.iff;dressed_eisley_officer_twilek_male_01.iff;dressed_eisley_officer_zabrak_female_01.iff;dressed_eisley_officer_zabrak_male_01.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 24 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mos_eisley_police_sergeant a Mos Eisley police Sergeant mos_eisley_police_sergeant humanoid - dressed_eisley_officer_aqualish_female_01.iff;dressed_eisley_officer_aqualish_male_01.iff;dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff;dressed_eisley_officer_human_female_01.iff;dressed_eisley_officer_human_male_01.iff;dressed_eisley_officer_quarren_male_01.iff;dressed_eisley_officer_rodian_female_01.iff;dressed_eisley_officer_rodian_male_01.iff;dressed_eisley_officer_trandoshan_female_01.iff;dressed_eisley_officer_trandoshan_male_01.iff;dressed_eisley_officer_twilek_female_01.iff;dressed_eisley_officer_twilek_male_01.iff;dressed_eisley_officer_zabrak_female_01.iff;dressed_eisley_officer_zabrak_male_01.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 24 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mos_entha_police_officer a Mos Entha security officer mos_entha_police_officer humanoid - dressed_swamp_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mos_espa_police_officer a Mos Espa security officer mos_espa_police_officer humanoid - dressed_eisley_officer_aqualish_female_01.iff;dressed_eisley_officer_aqualish_male_01.iff;dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff;dressed_eisley_officer_human_female_01.iff;dressed_eisley_officer_human_male_01.iff;dressed_eisley_officer_quarren_male_01.iff;dressed_eisley_officer_rodian_female_01.iff;dressed_eisley_officer_rodian_male_01.iff;dressed_eisley_officer_trandoshan_female_01.iff;dressed_eisley_officer_trandoshan_male_01.iff;dressed_eisley_officer_twilek_female_01.iff;dressed_eisley_officer_twilek_male_01.iff;dressed_eisley_officer_zabrak_female_01.iff;dressed_eisley_officer_zabrak_male_01.iff Global townsperson townsperson FALSE 0.9 0.9 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mos_espa_race_coordinator missing mos_espa_race_coordinator humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mos_taike_cantina_owner a Mos Taike cantina owner mos_taike_cantina_owner humanoid - mos_taike_cantina_owner.iff Tatooine townsperson townsperson FALSE 0.95 0.95 0 - 2 1.8 ranged_pistol_striker humanoid_commoner melee_unarmed_default humanoid_commoner - - 10 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mos_taike_guard_old a Mos Taike veteran guard mos_taike_guard_old humanoid - mos_taike_guard_old.iff Tatooine townsperson townsperson FALSE 0.9 0.9 0 - 2 1.8 ranged_carbine_e11 humanoid_commoner melee_unarmed_default humanoid_commoner - - 10 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mos_taike_guard_young a young Mos Taike guard mos_taike_guard_young humanoid - mos_taike_guard_young.iff Tatooine townsperson townsperson FALSE 1.01 1.01 0 - 2 1.8 ranged_carbine_e11 humanoid_commoner melee_unarmed_default humanoid_commoner - - 10 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mos_taike_mayor the Mos Taike mayor mos_taike_mayor humanoid - mos_taike_mayor.iff Tatooine townsperson townsperson FALSE 0.8 0.8 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 10 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mos_taike_police_officer a Mos Taike security officer mos_taike_police_officer humanoid - dressed_eisley_officer_aqualish_female_01.iff;dressed_eisley_officer_aqualish_male_01.iff;dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff;dressed_eisley_officer_human_female_01.iff;dressed_eisley_officer_human_male_01.iff;dressed_eisley_officer_quarren_male_01.iff;dressed_eisley_officer_rodian_female_01.iff;dressed_eisley_officer_rodian_male_01.iff;dressed_eisley_officer_trandoshan_female_01.iff;dressed_eisley_officer_trandoshan_male_01.iff;dressed_eisley_officer_twilek_female_01.iff;dressed_eisley_officer_twilek_male_01.iff;dressed_eisley_officer_zabrak_female_01.iff;dressed_eisley_officer_zabrak_male_01.iff Global townsperson townsperson FALSE 0.9 0.9 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_mountain_villager a mountain villager mountain_villager humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Naboo mountain_villager - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mos_eisley_police_lieutenant a Mos Eisley police Lieutenant mos_eisley_police_lieutenant humanoid - dressed_eisley_officer_aqualish_female_01.iff;dressed_eisley_officer_aqualish_male_01.iff;dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff;dressed_eisley_officer_human_female_01.iff;dressed_eisley_officer_human_male_01.iff;dressed_eisley_officer_quarren_male_01.iff;dressed_eisley_officer_rodian_female_01.iff;dressed_eisley_officer_rodian_male_01.iff;dressed_eisley_officer_trandoshan_female_01.iff;dressed_eisley_officer_trandoshan_male_01.iff;dressed_eisley_officer_twilek_female_01.iff;dressed_eisley_officer_twilek_male_01.iff;dressed_eisley_officer_zabrak_female_01.iff;dressed_eisley_officer_zabrak_male_01.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_carbine_proton prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 24 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mos_eisley_police_officer a Mos Eisley police officer mos_eisley_police_officer humanoid - dressed_eisley_officer_aqualish_female_01.iff;dressed_eisley_officer_aqualish_male_01.iff;dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff;dressed_eisley_officer_human_female_01.iff;dressed_eisley_officer_human_male_01.iff;dressed_eisley_officer_quarren_male_01.iff;dressed_eisley_officer_rodian_female_01.iff;dressed_eisley_officer_rodian_male_01.iff;dressed_eisley_officer_trandoshan_female_01.iff;dressed_eisley_officer_trandoshan_male_01.iff;dressed_eisley_officer_twilek_female_01.iff;dressed_eisley_officer_twilek_male_01.iff;dressed_eisley_officer_zabrak_female_01.iff;dressed_eisley_officer_zabrak_male_01.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_carbine_proton prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 24 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mos_eisley_police_sergeant a Mos Eisley police Sergeant mos_eisley_police_sergeant humanoid - dressed_eisley_officer_aqualish_female_01.iff;dressed_eisley_officer_aqualish_male_01.iff;dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff;dressed_eisley_officer_human_female_01.iff;dressed_eisley_officer_human_male_01.iff;dressed_eisley_officer_quarren_male_01.iff;dressed_eisley_officer_rodian_female_01.iff;dressed_eisley_officer_rodian_male_01.iff;dressed_eisley_officer_trandoshan_female_01.iff;dressed_eisley_officer_trandoshan_male_01.iff;dressed_eisley_officer_twilek_female_01.iff;dressed_eisley_officer_twilek_male_01.iff;dressed_eisley_officer_zabrak_female_01.iff;dressed_eisley_officer_zabrak_male_01.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_carbine_proton prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 24 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mos_entha_police_officer a Mos Entha security officer mos_entha_police_officer humanoid - dressed_swamp_trooper_m.iff Global imperial imperial FALSE 1 1 0 - 2 1.8 ranged_carbine_proton prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mos_espa_police_officer a Mos Espa security officer mos_espa_police_officer humanoid - dressed_eisley_officer_aqualish_female_01.iff;dressed_eisley_officer_aqualish_male_01.iff;dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff;dressed_eisley_officer_human_female_01.iff;dressed_eisley_officer_human_male_01.iff;dressed_eisley_officer_quarren_male_01.iff;dressed_eisley_officer_rodian_female_01.iff;dressed_eisley_officer_rodian_male_01.iff;dressed_eisley_officer_trandoshan_female_01.iff;dressed_eisley_officer_trandoshan_male_01.iff;dressed_eisley_officer_twilek_female_01.iff;dressed_eisley_officer_twilek_male_01.iff;dressed_eisley_officer_zabrak_female_01.iff;dressed_eisley_officer_zabrak_male_01.iff Global townsperson townsperson FALSE 0.9 0.9 0 - 2 1.8 ranged_carbine_proton prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mos_espa_race_coordinator missing mos_espa_race_coordinator humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_carbine_e11 humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mos_taike_cantina_owner a Mos Taike cantina owner mos_taike_cantina_owner humanoid - mos_taike_cantina_owner.iff Tatooine townsperson townsperson FALSE 0.95 0.95 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_carbine_e11 humanoid_commoner - - 10 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mos_taike_guard_old a Mos Taike veteran guard mos_taike_guard_old humanoid - mos_taike_guard_old.iff Tatooine townsperson townsperson FALSE 0.9 0.9 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_carbine_e11 humanoid_commoner - - 10 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mos_taike_guard_young a young Mos Taike guard mos_taike_guard_young humanoid - mos_taike_guard_young.iff Tatooine townsperson townsperson FALSE 1.01 1.01 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_carbine_e11 humanoid_commoner - - 10 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mos_taike_mayor the Mos Taike mayor mos_taike_mayor humanoid - mos_taike_mayor.iff Tatooine townsperson townsperson FALSE 0.8 0.8 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_carbine_e11 humanoid_commoner - - 10 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mos_taike_police_officer a Mos Taike security officer mos_taike_police_officer humanoid - dressed_eisley_officer_aqualish_female_01.iff;dressed_eisley_officer_aqualish_male_01.iff;dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff;dressed_eisley_officer_human_female_01.iff;dressed_eisley_officer_human_male_01.iff;dressed_eisley_officer_quarren_male_01.iff;dressed_eisley_officer_rodian_female_01.iff;dressed_eisley_officer_rodian_male_01.iff;dressed_eisley_officer_trandoshan_female_01.iff;dressed_eisley_officer_trandoshan_male_01.iff;dressed_eisley_officer_twilek_female_01.iff;dressed_eisley_officer_twilek_male_01.iff;dressed_eisley_officer_zabrak_female_01.iff;dressed_eisley_officer_zabrak_male_01.iff Global townsperson townsperson FALSE 0.9 0.9 0 - 2 1.8 ranged_carbine_proton prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_mountain_villager a mountain villager mountain_villager humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Naboo mountain_villager - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_carbine_e11 humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mourno_draver Mourno Draver mourno_draver humanoid - dressed_mourno_draver.iff Talus townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mtp_balla_alloo Balia Alloo (a Meatlump) mtp_angry_meatlump humanoid - dressed_meatlump_hideout_female_01.iff;dressed_meatlump_hideout_female_02.iff;dressed_meatlump_hideout_female_03.iff;dressed_meatlump_hideout_female_04.iff;dressed_meatlump_hideout_female_05.iff;dressed_meatlump_hideout_female_06.iff;dressed_meatlump_hideout_female_07.iff;dressed_meatlump_hideout_male_01.iff;dressed_meatlump_hideout_male_02.iff;dressed_meatlump_hideout_male_03.iff;dressed_meatlump_hideout_male_04.iff;dressed_meatlump_hideout_male_05.iff;dressed_meatlump_hideout_male_05.iff;dressed_meatlump_hideout_male_07.iff;dressed_meatlump_hideout_male_08.iff;dressed_meatlump_hideout_male_09.iff Meatlump angry_meatlump - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_mtp_corellia_times_contact Halden Wes (a Corellia Times reporter) mtp_corellia_times_contact humanoid - dressed_mtp_corellian_times_contact.iff Corellia nova_orion - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -759,8 +759,8 @@ humanoid_naboo_pirate_mugger a Naboo pirate mugger naboo_pirate_mugger humanoid humanoid_naboo_pirate_raider a Naboo pirate raider naboo_pirate_raider humanoid - dressed_criminal_smuggler_human_female_01.iff;dressed_criminal_smuggler_human_male_01.iff;dressed_criminal_slicer_human_female_01.iff;dressed_criminal_slicer_human_male_01.iff;dressed_criminal_pirate_human_female_01.iff;dressed_criminal_pirate_human_male_01.iff;dressed_criminal_assassin_human_female_01.iff;dressed_criminal_assassin_human_male_01.iff Naboo naboo_pirates naboo_pirate FALSE 1 1 0 - 2 1.8 ranged_carbine_ee3 prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_naboo_pirate_savage a Naboo pirate savage naboo_pirate_savage humanoid - dressed_criminal_smuggler_human_female_01.iff;dressed_criminal_smuggler_human_male_01.iff;dressed_criminal_slicer_human_female_01.iff;dressed_criminal_slicer_human_male_01.iff;dressed_criminal_pirate_human_female_01.iff;dressed_criminal_pirate_human_male_01.iff;dressed_criminal_assassin_human_female_01.iff;dressed_criminal_assassin_human_male_01.iff Naboo naboo_pirates naboo_pirate FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_smuggler_ranged melee_polearm_vibro_axe humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_naboo_pirate_swashbuckler a Naboo pirate swashbuckler naboo_pirate_swashbuckler humanoid - dressed_criminal_smuggler_human_female_01.iff;dressed_criminal_smuggler_human_male_01.iff;dressed_criminal_slicer_human_female_01.iff;dressed_criminal_slicer_human_male_01.iff;dressed_criminal_pirate_human_female_01.iff;dressed_criminal_pirate_human_male_01.iff;dressed_criminal_assassin_human_female_01.iff;dressed_criminal_assassin_human_male_01.iff Naboo naboo_pirates naboo_pirate FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_naboo_police a Naboo police officer naboo_police humanoid - dressed_royal_officer_human_female_01.iff;dressed_royal_officer_human_male_01.iff Naboo rsf naboo_security_force FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_naboo_police_chief a Naboo police chief naboo_police_chief humanoid - dressed_royal_officer_human_female_01.iff;dressed_royal_officer_human_male_01.iff Naboo rsf naboo_security_force FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_naboo_police a Naboo police officer naboo_police humanoid - dressed_royal_officer_human_female_01.iff;dressed_royal_officer_human_male_01.iff Naboo rsf naboo_security_force FALSE 1 1 0 - 2 1.8 ranged_carbine_proton prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_naboo_police_chief a Naboo police chief naboo_police_chief humanoid - dressed_royal_officer_human_female_01.iff;dressed_royal_officer_human_male_01.iff Naboo rsf naboo_security_force FALSE 1 1 0 - 2 1.8 ranged_carbine_proton prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_naboo_skaak_tipper_bootjack a Skaak Tipper bootjack naboo_skaak_tipper_bootjack humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Naboo skaak_tipper_gang - FALSE 1 1 0 - 2 1.8 ranged_carbine_ee3 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 skaak FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_naboo_skaak_tipper_bruiser a Skaak Tipper bruiser naboo_skaak_tipper_bruiser humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Naboo skaak_tipper_gang - FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 skaak FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_naboo_skaak_tipper_crasher a Skaak Tipper crasher naboo_skaak_tipper_crasher humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Naboo skaak_tipper_gang - FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17 humanoid_commoner melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 skaak FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -854,7 +854,7 @@ humanoid_nirame_sakute Nirame Sakute (Privateer Pilot Trainer) nirame_sakute hum humanoid_nitra_vendallan Nitra Vendallan nitra_vendallan humanoid - dressed_tatooine_nitra_vendallan.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_noble a noble noble humanoid - dressed_noble_bothan_female_01.iff;dressed_noble_bothan_male_01.iff;dressed_noble_fat_human_female_01.iff;dressed_noble_fat_human_female_02.iff;dressed_noble_fat_human_male_01.iff;dressed_noble_fat_human_male_02.iff;dressed_noble_fat_twilek_female_01.iff;dressed_noble_fat_twilek_female_02.iff;dressed_noble_fat_twilek_male_01.iff;dressed_noble_fat_twilek_male_02.iff;dressed_noble_fat_zabrak_female_01.iff;dressed_noble_fat_zabrak_female_02.iff;dressed_noble_fat_zabrak_male_01.iff;dressed_noble_fat_zabrak_male_02.iff;dressed_noble_human_female_01.iff;dressed_noble_human_female_02.iff;dressed_noble_human_female_03.iff;dressed_noble_human_female_04.iff;dressed_noble_human_male_01.iff;dressed_noble_human_male_02.iff;dressed_noble_human_male_03.iff;dressed_noble_human_male_04.iff;dressed_noble_old_human_female_01.iff;dressed_noble_old_human_female_02.iff;dressed_noble_old_human_male_01.iff;dressed_noble_old_human_male_02.iff;dressed_noble_old_twk_female_01.iff;dressed_noble_old_twk_female_02.iff;dressed_noble_old_twk_male_01.iff;dressed_noble_old_twk_male_02.iff;dressed_noble_old_zabrak_female_01.iff;dressed_noble_old_zabrak_female_02.iff;dressed_noble_old_zabrak_male_01.iff;dressed_noble_old_zabrak_male_02.iff;dressed_noble_rodian_female_01.iff;dressed_noble_rodian_male_01.iff;dressed_noble_trandoshan_female_01.iff;dressed_noble_trandoshan_male_01.iff;dressed_noble_twilek_female_01.iff;dressed_noble_twilek_male_01.iff;dressed_noble_zabrak_female_01.iff;dressed_noble_zabrak_male_01.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_noble_male a noble noble_male humanoid - dressed_noble_bothan_male_01.iff;dressed_noble_fat_human_male_01.iff;dressed_noble_fat_human_male_02.iff;dressed_noble_fat_twilek_male_01.iff;dressed_noble_fat_twilek_male_02.iff;dressed_noble_fat_zabrak_male_01.iff;dressed_noble_fat_zabrak_male_02.iff;dressed_noble_human_male_01.iff;dressed_noble_human_male_02.iff;dressed_noble_human_male_03.iff;dressed_noble_human_male_04.iff;dressed_noble_old_human_male_01.iff;dressed_noble_old_human_male_02.iff;dressed_noble_old_twk_male_01.iff;dressed_noble_old_twk_male_02.iff;dressed_noble_old_zabrak_male_01.iff;dressed_noble_old_zabrak_male_02.iff;dressed_noble_rodian_male_01.iff;dressed_noble_trandoshan_male_01.iff;dressed_noble_twilek_male_01.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_nomad a nomad nomad humanoid - dressed_noble_zabrak_male_01.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose humanoid_commoner melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_nomad a nomad nomad humanoid - dressed_noble_zabrak_male_01.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_nomad_chief a nomad chief nomad_chief humanoid - dressed_nomad_chief.iff Naboo naboo_nomad - FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose humanoid_commoner melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_nore_brrea_ice_cream Nore Brrea nore_brrea_ice_cream humanoid - nore_brrea_ice_cream.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_noren_krast Noren Krast noren_krast humanoid - dressed_noble_old_human_male_01.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - diff --git a/serverdata/nge/npc/npc_6.sdb b/serverdata/nge/npc/npc_6.sdb index 6099e70a5..de427676d 100644 --- a/serverdata/nge/npc/npc_6.sdb +++ b/serverdata/nge/npc/npc_6.sdb @@ -42,138 +42,138 @@ humanoid_orion_rank3_quest_giver Rassthern orion_rank3_quest_giver humanoid - or humanoid_ortugg Ortugg - humanoid - gamorrean.iff Tatooine jabba jabba FALSE 1 1 0 - 2 1.8 melee_2h_sword_battleaxe prof_smuggler_melee - - ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_osto_grissom Osto Grissom (a starship captain) corellia_osto_grissom humanoid - dressed_royal_pilot_human_male_01.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_otolla_gungan an Otolla gungan otolla_gungan humanoid - gungan_male.iff Naboo gungan gungan FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_05 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_05 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_10 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_10 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_15 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_15 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_20 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_20 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_25 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_25 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_30 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_30 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_35 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_35 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_40 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_40 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_45 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_45 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_50 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_50 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_55 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_55 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_60 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_60 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_65 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_65 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_70 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_70 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_75 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_75 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_80 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_80 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_85 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_85 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_90 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_90 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_lvl_95 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_95 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_05 Fenn Kay'lay outbreak_afflicted_boss_lvl_05 humanoid - outbreak_undead_boss_f_both_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_05 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_10 Vil Burren outbreak_afflicted_boss_lvl_10 humanoid - outbreak_undead_boss_f_hum_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_10 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_15 Jawiin Danod outbreak_afflicted_boss_lvl_15 humanoid - outbreak_undead_boss_f_ith_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_02 humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_15 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_20 Salek Panaka outbreak_afflicted_boss_lvl_20 humanoid - outbreak_undead_boss_m_hum_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_20 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_25 Snotharr outbreak_afflicted_boss_lvl_25 humanoid - outbreak_undead_boss_m_wke_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_25 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_30 Navik Geelo outbreak_afflicted_boss_lvl_30 humanoid - outbreak_undead_boss_m_rod_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_30 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_35 Dugo Evnul outbreak_afflicted_boss_lvl_35 humanoid - outbreak_undead_boss_m_sul_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_blade_ryyk humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_35 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_40 Adol Mantid outbreak_afflicted_boss_lvl_40 humanoid - outbreak_undead_boss_m_hum_03.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_40 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_45 Tal Freykaa outbreak_afflicted_boss_lvl_45 humanoid - outbreak_undead_boss_m_twe_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_45 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_50 Kallaova outbreak_afflicted_boss_lvl_50 humanoid - outbreak_undead_boss_m_wke_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_50 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_55 Soon Dom outbreak_afflicted_boss_lvl_55 humanoid - outbreak_undead_boss_m_hum_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_curved_nyax humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_55 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_60 Ool Awmod outbreak_afflicted_boss_lvl_60 humanoid - outbreak_undead_boss_m_ith_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_01 humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_60 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_65 Jaina Nassin outbreak_afflicted_boss_lvl_65 humanoid - outbreak_undead_boss_f_hum_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_65 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_70 Wertsnik outbreak_afflicted_boss_lvl_70 humanoid - outbreak_undead_boss_m_trn_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_blade_ryyk humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_70 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_75 Wesk Kit'pay outbreak_afflicted_boss_lvl_75 humanoid - outbreak_undead_boss_m_both_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_curved_nyax humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_75 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_80 Ghianna Hayde outbreak_afflicted_boss_lvl_80 humanoid - outbreak_undead_boss_f_nightsister_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_acid humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_80 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_85 Chak Krist outbreak_afflicted_boss_lvl_85 humanoid - outbreak_undead_boss_m_hum_04.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_02 humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_85 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_90 Treena Moldovia outbreak_afflicted_boss_lvl_90 humanoid - outbreak_undead_boss_f_nightsister_03.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_acid humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_90 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_boss_lvl_95 Vina Maljazara outbreak_afflicted_boss_lvl_95 humanoid - outbreak_undead_boss_f_nightsister_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_acid humanoid_undead_advanced - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_95 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_defense_5 Undead Attacker outbreak_afflicted_defense humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_maintenance_boss Cornburr outbreak_afflicted_maintenance_boss humanoid - outbreak_maintenance_boss.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_outbreak_afflicted_maintenance - - - - 8 12 FALSE detect_hidden=99 100 undead 100 undead_cornburr 100 collectible_rare undead_cornburr_killed 50 afflicted_cornburr FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_prisoner Undead outbreak_afflicted_prisoner_lvl humanoid - outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_scientist Undead outbreak_afflicted_scientist_lvl humanoid - outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_scientist_key_drop Undead Cryogenic Laboratory Scientist outbreak_afflicted_scientist_key_drop humanoid - outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_blade_ryyk prof_smuggler_melee - - - - 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_afflicted_test Default Afflicted Dudes outbreak_afflicted_test humanoid - outbreak_undead_civilian_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_cryoban thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_black_sun_smuggler_escort_01 Black Sun Escort outbreak_black_sun_smuggler_escort_01 humanoid - dressed_black_sun_guard.iff Dathomir bandit - FALSE 0.8 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_black_sun_smuggler_escort_02 Black Sun Escort outbreak_black_sun_smuggler_escort_02 humanoid - dressed_black_sun_henchman.iff Dathomir bandit - FALSE 0.8 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_camp_alpha_survivor A Survivor outbreak_camp_alpha_survivor humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff;outbreak_prisoner_survivor_bith_m_01.iff;outbreak_prisoner_m_04.iff;outbreak_prisoner_m_bith_01.iff;outbreak_prisoner_m_bith_02.iff;outbreak_prisoner_m_hum_01.iff;outbreak_prisoner_m_hum_02.iff;outbreak_prisoner_m_hum_03.iff;outbreak_prisoner_m_hum_04.iff;outbreak_prisoner_m_hum_05.iff;outbreak_prisoner_m_ith_01.iff;outbreak_prisoner_m_ith_02.iff;outbreak_prisoner_m_monc_01.iff;outbreak_prisoner_m_monc_02.iff;outbreak_prisoner_m_twi_01.iff;outbreak_prisoner_m_twi_02.iff;outbreak_prisoner_m_wke_01.iff;outbreak_prisoner_m_wke_02.iff;outbreak_prisoner_m_zab_01.iff;outbreak_prisoner_m_zab_02.iff;outbreak_both_01.iff;outbreak_both_02.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_camp_beta_survivor A Survivor outbreak_camp_beta_survivor humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff;outbreak_prisoner_survivor_bith_m_01.iff;outbreak_prisoner_m_04.iff;outbreak_prisoner_m_bith_01.iff;outbreak_prisoner_m_bith_02.iff;outbreak_prisoner_m_hum_01.iff;outbreak_prisoner_m_hum_02.iff;outbreak_prisoner_m_hum_03.iff;outbreak_prisoner_m_hum_04.iff;outbreak_prisoner_m_hum_05.iff;outbreak_prisoner_m_ith_01.iff;outbreak_prisoner_m_ith_02.iff;outbreak_prisoner_m_monc_01.iff;outbreak_prisoner_m_monc_02.iff;outbreak_prisoner_m_twi_01.iff;outbreak_prisoner_m_twi_02.iff;outbreak_prisoner_m_wke_01.iff;outbreak_prisoner_m_wke_02.iff;outbreak_prisoner_m_zab_01.iff;outbreak_prisoner_m_zab_02.iff;outbreak_both_01.iff;outbreak_both_02.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_camp_delta_survivor A Survivor outbreak_camp_delta_survivor humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff;outbreak_prisoner_survivor_bith_m_01.iff;outbreak_prisoner_m_04.iff;outbreak_prisoner_m_bith_01.iff;outbreak_prisoner_m_bith_02.iff;outbreak_prisoner_m_hum_01.iff;outbreak_prisoner_m_hum_02.iff;outbreak_prisoner_m_hum_03.iff;outbreak_prisoner_m_hum_04.iff;outbreak_prisoner_m_hum_05.iff;outbreak_prisoner_m_ith_01.iff;outbreak_prisoner_m_ith_02.iff;outbreak_prisoner_m_monc_01.iff;outbreak_prisoner_m_monc_02.iff;outbreak_prisoner_m_twi_01.iff;outbreak_prisoner_m_twi_02.iff;outbreak_prisoner_m_wke_01.iff;outbreak_prisoner_m_wke_02.iff;outbreak_prisoner_m_zab_01.iff;outbreak_prisoner_m_zab_02.iff;outbreak_both_01.iff;outbreak_both_02.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_camp_gamma_survivor A Survivor outbreak_camp_gamma_survivor humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff;outbreak_prisoner_survivor_bith_m_01.iff;outbreak_prisoner_m_04.iff;outbreak_prisoner_m_bith_01.iff;outbreak_prisoner_m_bith_02.iff;outbreak_prisoner_m_hum_01.iff;outbreak_prisoner_m_hum_02.iff;outbreak_prisoner_m_hum_03.iff;outbreak_prisoner_m_hum_04.iff;outbreak_prisoner_m_hum_05.iff;outbreak_prisoner_m_ith_01.iff;outbreak_prisoner_m_ith_02.iff;outbreak_prisoner_m_monc_01.iff;outbreak_prisoner_m_monc_02.iff;outbreak_prisoner_m_twi_01.iff;outbreak_prisoner_m_twi_02.iff;outbreak_prisoner_m_wke_01.iff;outbreak_prisoner_m_wke_02.iff;outbreak_prisoner_m_zab_01.iff;outbreak_prisoner_m_zab_02.iff;outbreak_both_01.iff;outbreak_both_02.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_canister_demolition_camp_alpha Oona Wran outbreak_canister_demolition_camp_alpha humanoid - dressed_outbreak_survivor_canister_demo.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_canister_demolition_camp_beta Oona Wran outbreak_canister_demolition_camp_beta humanoid - dressed_outbreak_survivor_canister_demo.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_canister_demolition_camp_delta Oona Wran outbreak_canister_demolition_camp_delta humanoid - dressed_outbreak_survivor_canister_demo.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_canister_demolition_camp_gamma Oona Wran outbreak_canister_demolition_camp_gamma humanoid - dressed_outbreak_survivor_canister_demo.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_chewbacca Chewbacca outbreak_chewbacca humanoid - chewbacca.iff Dathomir rebel rebel FALSE 1.14 1.14 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_dead_inquisitor_key_search Dead Imperial Inquisitor outbreak_dead_inquisitor_key_search humanoid - dressed_imperial_inquisitor_human_male_03.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_dead_inquisitor_key_search_undead Dead Imperial Inquisitor outbreak_dead_inquisitor_key_search_undead humanoid - dressed_imperial_inquisitor_human_male_03_undead.iff Dathomir afflicted afflicted FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 6 6 FALSE detect_hidden=99 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_dead_officer_key_search Dead Imperial Officer outbreak_dead_officer_key_search humanoid - dressed_imperial_officer_m.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_dead_officer_key_search_undead Dead Imperial Officer outbreak_dead_officer_key_search_undead humanoid - dressed_imperial_officer_m_undead.iff Dathomir afflicted afflicted FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 6 6 FALSE detect_hidden=99 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_dead_scientist_key_search Dead Imperial Scientist outbreak_dead_scientist_key_search humanoid - dressed_biologist_10.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_dead_scientist_key_search_undead Dead Imperial Scientist outbreak_dead_scientist_key_search_undead humanoid - dressed_biologist_10_undead.iff Dathomir afflicted afflicted FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 6 6 FALSE detect_hidden=99 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_dead_scientist_virus_search_01 Corpse of a Scientist outbreak_dead_scientist_virus_search_01 humanoid - dressed_biologist_10.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_dead_scientist_virus_search_02 Corpse of a Scientist outbreak_dead_scientist_virus_search_02 humanoid - dressed_biologist_05.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_dead_scouttrooper_key_search Dead Scout Trooper outbreak_dead_scouttrooper_key_search humanoid - dressed_scout_trooper_white_white.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_dead_scouttrooper_key_search_undead Dead Scout Trooper outbreak_dead_scouttrooper_key_search_undead humanoid - outbreak_undead_deathtrooper_02_m.iff Dathomir afflicted afflicted FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 6 6 FALSE detect_hidden=99 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_dead_stormtrooper_key_search Dead Stormtrooper outbreak_dead_stormtrooper_key_search humanoid - dressed_stormtrooper_sandtrooper_m.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_dead_stormtrooper_key_search_undead Dead Stormtrooper outbreak_dead_stormtrooper_key_search_undead humanoid - outbreak_undead_deathtrooper_10_m.iff Dathomir afflicted afflicted FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 6 6 FALSE detect_hidden=99 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_05 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_05 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_10 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_10 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_15 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_15 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_20 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_20 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_25 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_25 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_30 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_30 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_35 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_35 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_40 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_40 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_45 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_45 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_50 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_50 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_55 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_55 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_60 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_60 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_65 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_65 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_70 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_70 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_75 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_75 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_80 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_80 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_85 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_85 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_90 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_90 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_deathtrooper_lvl_95 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 10 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_95 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_delivery_survivor Delivery Volunteer outbreak_delivery_survivor humanoid - outbreak_delivery_m_hum_01.iff;outbreak_delivery_m_monc_01.iff;outbreak_delivery_hum_m_02.iff;outbreak_delivery_sul_m_01.iff;outbreak_delivery_hum_m_01.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_sword_blade_ryyk humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_downed_tie_fighter Jeb Maris outbreak_downed_tie_fighter humanoid - outbreak_downed_tie_pilot_m.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_facility_scientist_nomi_rhane Dr. Nomi Rhane outbreak_facility_scientist_nomi_rhane humanoid - dressed_twi_female_scientist_01.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_facility_scientist_survivor_01 Dr. Pram Dramango outbreak_facility_scientist_survivor_01 humanoid - outbreak_pram_dramango.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_facility_scientist_survivor_02 Assistant Marpo Glenfik outbreak_facility_scientist_survivor_02 humanoid - outbreak_marpo_glenfik.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_facility_scientist_survivor_03 Dr. Stane Tritan outbreak_facility_scientist_survivor_03 humanoid - outbreak_stane_tritan.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_facility_stormtrooper_survivor TK-217 outbreak_facility_stormtrooper_survivor humanoid - dressed_stormtrooper_sandtrooper_m.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_guri Guri outbreak_guri humanoid - dressed_guri.iff Dathomir bandit - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_han_solo Han Solo outbreak_han_solo humanoid - han_solo.iff Dathomir rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_human_survivor_01 Volo Madine outbreak_human_survivor_01 humanoid - outbreak_hum_01.iff Dathomir survivor survivor FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_imperial_guard_aggro missing outbreak_imperial_guard_aggro humanoid - dressed_stormtrooper_sandtrooper_m.iff Dathomir survivor_guard survivor_guard FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_special_massassiknuckler prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_imperial_officer_captain_piett Captain Firmus Piett outbreak_imperial_officer_captain_piett humanoid - dressed_imperial_officer_firmus_piett.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_imperial_officer_gate_keeper Lieutenant Liam Waurie outbreak_imperial_officer_gate_keeper humanoid - dressed_imperial_officer_m_2.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_inquisitor_survivor Klex Fulgor outbreak_inquisitor_survivor humanoid - dressed_imperial_inquisitor_human_male_02.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_junk_dealer Junk Dealer outbreak_junk_dealer humanoid - outbreak_junk_dealer_m_01.iff;outbreak_junk_dealer_m_02.iff;outbreak_junk_dealer_m_03.iff;outbreak_junk_dealer_f_01.iff;outbreak_junk_dealer_f_02.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_lost_rebel_trooper Tripp D'jek outbreak_lost_rebel_trooper humanoid - outbreak_rebel_trooper_human_male_01.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_mixed_guard_aggro Camp Guard outbreak_mixed_guard_aggro humanoid - outbreak_prisoner_survivor_bith_m_01.iff;outbreak_prisoner_m_04.iff;outbreak_prisoner_m_bith_01.iff;outbreak_prisoner_m_bith_02.iff;outbreak_prisoner_m_hum_01.iff;outbreak_prisoner_m_hum_02.iff;outbreak_prisoner_m_hum_03.iff;outbreak_prisoner_m_hum_04.iff;outbreak_prisoner_m_hum_05.iff;outbreak_prisoner_m_ith_01.iff;outbreak_prisoner_m_ith_02.iff;outbreak_prisoner_m_monc_01.iff;outbreak_prisoner_m_monc_02.iff;outbreak_prisoner_m_twi_01.iff;outbreak_prisoner_m_twi_02.iff;outbreak_prisoner_m_wke_01.iff;outbreak_prisoner_m_wke_02.iff;outbreak_prisoner_m_zab_01.iff;outbreak_prisoner_m_zab_02.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff;imp_security_01.iff;imp_security_02.iff;imp_security_03.iff;imp_security_04.iff;imp_security_05.iff;sd_engineer_01.iff;sd_engineer_02.iff;sd_engineer_03.iff;sd_engineer_04.iff;sd_engineer_05.iff;sd_crewman_01.iff;sd_crewman_02.iff;sd_crewman_03.iff;sd_crewman_04.iff;sd_crewman_05.iff;sd_tech_officer_01.iff;sd_tech_officer_02.iff;sd_tech_officer_03.iff;dark_trooper.iff;dressed_rebel_army_captain_human_male_01.iff;dressed_rebel_army_captain_moncal_male_01.iff;dressed_rebel_army_captain_bothan_male.iff;dressed_rebel_army_captain_twk_male.iff;dressed_rebel_army_captain_zabrak_female.iff;dressed_rebel_army_captain_trandoshan_female.iff;dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff;dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff;dressed_stormtrooper_m.iff;dressed_stormtrooper_fat_m.iff;dressed_stormtrooper_groupleader_m.iff;dressed_stormtrooper_m.iff;dressed_rebel_trooper_sullustan_male_01.iff;shocktrooper.iff;dressed_stormtrooper_sand_trooper_m.iff;dressed_scout_trooper_white_white.iff;dressed_scout_trooper_black_black.iff;dressed_stormtrooper_m.iff;dressed_stormtrooper_bombardier_m.iff;dressed_stormtrooper_groupleader_m.iff;dressed_stormtrooper_groupleader_m.iff;dressed_stormtrooper_medic_m.iff;dressed_stormtrooper_rifleman_m.iff;dressed_stormtrooper_sniper_m.iff;dressed_stormtrooper_groupleader_m.iff;dressed_stormtrooper_captain_black_black.iff;dressed_stormtrooper_m.iff;dressed_swamp_trooper_m.iff;dressed_swamp_trooper_m.iff;dressed_swamp_trooper_m.iff;dressed_stormtrooper_sand_trooper_m.iff;dressed_scout_trooper_white_white.iff;dressed_stormtrooper_m.iff;dressed_stormtrooper_medic_m.iff;dressed_stormtrooper_commander_black_gold.iff;dressed_stormtrooper_rifleman_m.iff;dressed_stormtrooper_sniper_m.iff;dressed_scout_trooper_black_black.iff;dressed_stormtrooper_m.iff;dressed_stormtrooper_black_black.iff;dressed_stormtrooper_squad_leader_black_black.iff;dressed_stormtrooper_bombardier_m.iff;dressed_stormtrooper_groupleader_m.iff;dressed_dark_trooper_black_hole.iff;dressed_stormtrooper_groupleader_m.iff;dressed_stormtrooper_medic_m.iff;dressed_stormtrooper_black_black.iff;dressed_stormtrooper_black_black.iff;dressed_stormtrooper_captain_black_black.iff;dressed_stormtrooper_commander_black_black.iff;dressed_stormtrooper_black_gold.iff;dressed_stormtrooper_commander_black_gold.iff;dressed_stormtrooper_black_black.iff;dressed_stormtrooper_black_red.iff;dressed_stormtrooper_squad_leader_black_black.iff;dressed_stormtrooper_rifleman_m.iff;dressed_stormtrooper_sniper_m.iff;dressed_stormtrooper_groupleader_m.iff;outbreak_imp_trooper_guard_m_01.iff;outbreak_imp_trooper_guard_m_02.iff;outbreak_imp_trooper_guard_m_03.iff;outbreak_imp_trooper_guard_m_01.iff;outbreak_imp_trooper_guard_m_02.iff;outbreak_imp_trooper_guard_m_03.iff;outbreak_imp_trooper_guard_m_01.iff;outbreak_imp_trooper_guard_m_02.iff;outbreak_imp_trooper_guard_m_03.iff;outbreak_imp_trooper_guard_m_01.iff;outbreak_imp_trooper_guard_m_02.iff;outbreak_imp_trooper_guard_m_03.iff Dathomir survivor_guard survivor_guard FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_special_massassiknuckler prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_prince_xizor Prince Xizor outbreak_prince_xizor humanoid - ephant_mon.iff Dathomir bandit - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_rescue_inquisitor a Survivor outbreak_rescue_inquisitor humanoid - dressed_imperial_inquisitor_human_male_01.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_rescue_officer a Survivor outbreak_rescue_officer humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_rescue_prisoner a Survivor outbreak_rescue_prisoner humanoid - outbreak_prisoner_survivor_bith_m_01.iff;outbreak_prisoner_m_04.iff;outbreak_prisoner_m_bith_01.iff;outbreak_prisoner_m_bith_02.iff;outbreak_prisoner_m_hum_01.iff;outbreak_prisoner_m_hum_02.iff;outbreak_prisoner_m_hum_03.iff;outbreak_prisoner_m_hum_04.iff;outbreak_prisoner_m_hum_05.iff;outbreak_prisoner_m_ith_01.iff;outbreak_prisoner_m_ith_02.iff;outbreak_prisoner_m_monc_01.iff;outbreak_prisoner_m_monc_02.iff;outbreak_prisoner_m_twi_01.iff;outbreak_prisoner_m_twi_02.iff;outbreak_prisoner_m_wke_01.iff;outbreak_prisoner_m_wke_02.iff;outbreak_prisoner_m_zab_01.iff;outbreak_prisoner_m_zab_02.iff;outbreak_both_01.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_rescue_scientist a Survivor outbreak_rescue_scientist humanoid - dressed_biologist_08.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_rodian_pilot Rodian Smuggler outbreak_rodian_pilot humanoid - dressed_kobola_thief_rodian_male_01.iff;dressed_spice_collective_courier_rodian_male_01.iff;dressed_binayre_bruiser_rodian_male_01.iff;dressed_aakuan_sentinal_rodian_male_01.iff;dressed_cobral_thug_rodian_male_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_commoner_tatooine_rodian_female_02.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_scientist_griffax_jin Dr. Griffax Jin outbreak_scientist_griffax_jin humanoid - scientist_griffax_jin.iff Dathomir survivor townsperson FALSE 1.2 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_scientist_griffax_jin_afflicted Undead Griffax Jin outbreak_scientist_griffax_jin_afflicted humanoid - scientist_griffax_jin_afflicted.iff Dathomir survivor townsperson FALSE 1.2 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_scout_trooper_guard missing outbreak_scout_trooper_guard humanoid - dressed_scout_trooper_white_white.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_scouttrooper_survivor_01 KD-121 outbreak_scouttrooper_survivor_01 humanoid - dressed_scouttrooper_outbreak_survivor_01_m.iff Dathomir survivor survivor FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_shuttle_mechanic Nils Cridmeen (Mechanic) outbreak_shuttle_mechanic humanoid - dressed_imperial_mechanic_nils_cridmeen.iff Dathomir survivor survivor FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_stormtrooper_groupleader missing outbreak_stormtrooper_groupleader humanoid - dressed_stormtrooper_groupleader_sandtrooper_m.iff Dathomir townsperson townsperson FALSE 1 1.2 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_stormtrooper_groupleader_hx138 HX-138 outbreak_stormtrooper_groupleader_hx138 humanoid - dressed_stormtrooper_shadowtrooper_hx138.iff Dathomir survivor townsperson FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_sword_acid humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_stormtrooper_guard missing outbreak_stormtrooper_guard humanoid - dressed_stormtrooper_sandtrooper_m.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_stormtrooper_survivor_01 GT-643 outbreak_stormtrooper_survivor_01 humanoid - dressed_stormtrooper_outbreak_survivor_01_m.iff Dathomir survivor survivor FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_stormtrooper_survivor_02 TR-522 outbreak_stormtrooper_survivor_02 humanoid - dressed_stormtrooper_outbreak_survivor_02_m.iff Dathomir survivor survivor FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_stormtrooper_survivor_03 Sogan Varga outbreak_stormtrooper_survivor_03 humanoid - dressed_stormtrooper_outbreak_survivor_03_m.iff Dathomir survivor survivor FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_trig_longo Trig Longo outbreak_trig_longo humanoid - dressed_trig_longo.iff Dathomir survivor townsperson FALSE 0.8 0.8 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_undead_inquisitor_key_search Undead outbreak_undead_inquisitor_key_search humanoid - outbreak_undead_imperial_inquisitor_human_male_03.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_undead_officer_key_search Undead outbreak_undead_officer_key_search humanoid - outbreak_undead_deathtrooper_04_m.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_undead_scientist_key_search Undead outbreak_undead_scientist_key_search humanoid - outbreak_undead_biologist_10.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_undead_scouttrooper_key_search Undead outbreak_undead_scouttrooper_key_search humanoid - outbreak_undead_deathtrooper_03_m.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_undead_stormtrooper_key_search Undead outbreak_undead_stormtrooper_key_search humanoid - outbreak_undead_deathtrooper_01_m.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_wave_defense_alpha_mika_horn Sergeant Mika Horn outbreak_wave_defense_alpha_mika_horn humanoid - outbreak_rebel_soldier_mika_horn.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_wave_defense_beta_stephon_sprocketfire Stephon Sprocketfire outbreak_wave_defense_beta_stephon_sprocketfire humanoid - outbreak_nobel_stephon_sprocketfire.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_sword_blade_ryyk humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_wave_defense_delta_erlem_marh Lieutenant Erlem Marh outbreak_wave_defense_delta_erlem_marh humanoid - outbreak_prison_guard_erlem_marh.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_wave_defense_epsilon_zsu_val Zsu Val outbreak_wave_defense_epsilon_zsu_val humanoid - outbreak_prisoner_zsu_val.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_wave_defense_gamma_kyra_naa Kyra 'Naa outbreak_wave_defense_gamma_kyra_naa humanoid - outbreak_bounty_hunter_kyra_naa.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_outbreak_zahara_cody Zahara Cody outbreak_zahara_cody humanoid - dressed_zahara_cody.iff Dathomir survivor townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_05 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_05 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_10 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_10 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_15 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_15 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_20 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_20 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_25 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_25 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_30 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_30 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_35 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_35 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_40 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_40 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_45 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_45 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_50 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_50 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_55 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_55 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_60 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_60 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_65 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_65 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_70 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_70 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_75 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_75 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_80 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_80 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_85 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_85 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_90 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_90 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_lvl_95 Undead outbreak_afflicted_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_95 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_05 Fenn Kay'lay outbreak_afflicted_boss_lvl_05 humanoid - outbreak_undead_boss_f_both_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_05 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_10 Vil Burren outbreak_afflicted_boss_lvl_10 humanoid - outbreak_undead_boss_f_hum_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_10 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_15 Jawiin Danod outbreak_afflicted_boss_lvl_15 humanoid - outbreak_undead_boss_f_ith_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_02 humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_15 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_20 Salek Panaka outbreak_afflicted_boss_lvl_20 humanoid - outbreak_undead_boss_m_hum_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_20 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_25 Snotharr outbreak_afflicted_boss_lvl_25 humanoid - outbreak_undead_boss_m_wke_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_25 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_30 Navik Geelo outbreak_afflicted_boss_lvl_30 humanoid - outbreak_undead_boss_m_rod_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_30 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_35 Dugo Evnul outbreak_afflicted_boss_lvl_35 humanoid - outbreak_undead_boss_m_sul_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_blade_ryyk humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_35 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_40 Adol Mantid outbreak_afflicted_boss_lvl_40 humanoid - outbreak_undead_boss_m_hum_03.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_40 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_45 Tal Freykaa outbreak_afflicted_boss_lvl_45 humanoid - outbreak_undead_boss_m_twe_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_45 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_50 Kallaova outbreak_afflicted_boss_lvl_50 humanoid - outbreak_undead_boss_m_wke_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_50 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_55 Soon Dom outbreak_afflicted_boss_lvl_55 humanoid - outbreak_undead_boss_m_hum_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_curved_nyax humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_55 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_60 Ool Awmod outbreak_afflicted_boss_lvl_60 humanoid - outbreak_undead_boss_m_ith_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_01 humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_60 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_65 Jaina Nassin outbreak_afflicted_boss_lvl_65 humanoid - outbreak_undead_boss_f_hum_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_knife_survival humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_65 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_70 Wertsnik outbreak_afflicted_boss_lvl_70 humanoid - outbreak_undead_boss_m_trn_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_blade_ryyk humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_70 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_75 Wesk Kit'pay outbreak_afflicted_boss_lvl_75 humanoid - outbreak_undead_boss_m_both_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_curved_nyax humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_75 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_80 Ghianna Hayde outbreak_afflicted_boss_lvl_80 humanoid - outbreak_undead_boss_f_nightsister_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_acid humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_80 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_85 Chak Krist outbreak_afflicted_boss_lvl_85 humanoid - outbreak_undead_boss_m_hum_04.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_02 humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_85 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_90 Treena Moldovia outbreak_afflicted_boss_lvl_90 humanoid - outbreak_undead_boss_f_nightsister_03.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_acid humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_90 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_boss_lvl_95 Vina Maljazara outbreak_afflicted_boss_lvl_95 humanoid - outbreak_undead_boss_f_nightsister_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_acid humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_rare kill_outbreak_afflicted_boss_lvl_95 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_defense_5 Undead Attacker outbreak_afflicted_defense humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_civilian_26.iff;outbreak_undead_civilian_27.iff;outbreak_undead_civilian_28.iff;outbreak_undead_civilian_29.iff;outbreak_undead_civilian_30.iff;outbreak_undead_civilian_31.iff;outbreak_undead_civilian_32.iff;outbreak_undead_civilian_33.iff;outbreak_undead_civilian_34.iff;outbreak_undead_civilian_35.iff;outbreak_undead_civilian_36.iff;outbreak_undead_civilian_37.iff;outbreak_undead_civilian_38.iff;outbreak_undead_civilian_39.iff;outbreak_undead_civilian_40.iff;outbreak_undead_civilian_42.iff;outbreak_undead_civilian_43.iff;outbreak_undead_civilian_44.iff;outbreak_undead_civilian_45.iff;outbreak_undead_civilian_46.iff;outbreak_undead_civilian_48.iff;outbreak_undead_civilian_49.iff;outbreak_undead_civilian_50.iff;outbreak_undead_civilian_20.iff;outbreak_undead_civilian_12.iff;outbreak_undead_civilian_13.iff;outbreak_undead_civilian_14.iff;outbreak_undead_civilian_15.iff;outbreak_undead_civilian_16.iff;outbreak_undead_civilian_17.iff;outbreak_undead_civilian_18.iff;outbreak_undead_civilian_19.iff;outbreak_undead_civilian_21.iff;outbreak_undead_civilian_22.iff;outbreak_undead_civilian_24.iff;outbreak_undead_civilian_25.iff;outbreak_undead_civilian_01.iff;outbreak_undead_civilian_02.iff;outbreak_undead_civilian_03.iff;outbreak_undead_civilian_04.iff;outbreak_undead_civilian_05.iff;outbreak_undead_civilian_06.iff;outbreak_undead_civilian_07.iff;outbreak_undead_civilian_08.iff;outbreak_undead_civilian_09.iff;outbreak_undead_civilian_10.iff;outbreak_undead_civilian_11.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff;outbreak_undead_deathtrooper_17_m.iff;outbreak_undead_deathtrooper_18_m.iff;outbreak_undead_deathtrooper_19_m.iff;outbreak_undead_deathtrooper_20_m.iff;outbreak_undead_deathtrooper_21_m.iff;outbreak_undead_deathtrooper_22_m.iff;outbreak_undead_deathtrooper_23_m.iff;outbreak_undead_deathtrooper_24_m.iff;outbreak_undead_deathtrooper_25_m.iff;outbreak_undead_deathtrooper_26_m.iff;outbreak_undead_deathtrooper_27_m.iff;outbreak_undead_deathtrooper_28_m.iff;outbreak_undead_deathtrooper_01_f.iff;outbreak_undead_deathtrooper_02_f.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff;outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_maintenance_boss Cornburr outbreak_afflicted_maintenance_boss humanoid - outbreak_maintenance_boss.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_outbreak_afflicted_maintenance - - - - 16 12 FALSE detect_hidden=99 100 undead 100 undead_cornburr 100 collectible_rare undead_cornburr_killed 50 afflicted_cornburr FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_prisoner Undead outbreak_afflicted_prisoner_lvl humanoid - outbreak_undead_prisoner_m_hum_01.iff;outbreak_undead_prisoner_m_hum_02.iff;outbreak_undead_prisoner_m_hum_03.iff;outbreak_undead_prisoner_m_hum_04.iff;outbreak_undead_prisoner_m_hum_05.iff;outbreak_undead_prisoner_m_monc_01.iff;outbreak_undead_prisoner_m_monc_02.iff;outbreak_undead_prisoner_m_twi_01.iff;outbreak_undead_prisoner_m_twi_02.iff;outbreak_undead_prisoner_m_wke_01.iff;outbreak_undead_prisoner_m_wke_02.iff;outbreak_undead_prisoner_m_zab_01.iff;outbreak_undead_prisoner_m_zab_02.iff;outbreak_undead_prisoner_m_zab_03.iff;outbreak_undead_prisoner_m_rod_02.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_scientist Undead outbreak_afflicted_scientist_lvl humanoid - outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_scientist_key_drop Undead Cryogenic Laboratory Scientist outbreak_afflicted_scientist_key_drop humanoid - outbreak_undead_scientist_f_hum_01.iff;outbreak_undead_scientist_f_hum_02.iff;outbreak_undead_scientist_f_hum_03.iff;outbreak_undead_scientist_f_hum_04.iff;outbreak_undead_scientist_f_hum_05.iff;outbreak_undead_scientist_f_hum_06.iff;outbreak_undead_scientist_f_hum_07.iff;outbreak_undead_scientist_f_hum_08.iff;outbreak_undead_scientist_f_hum_09.iff;outbreak_undead_scientist_f_hum_10.iff;outbreak_undead_scientist_f_hum_11.iff;outbreak_undead_scientist_f_hum_12.iff;outbreak_undead_scientist_f_hum_13.iff;outbreak_undead_scientist_f_hum_14.iff;outbreak_undead_scientist_f_hum_15.iff;outbreak_undead_scientist_f_hum_16.iff;outbreak_undead_scientist_m_hum_01.iff;outbreak_undead_scientist_m_hum_02.iff;outbreak_undead_scientist_m_hum_03.iff;outbreak_undead_scientist_m_hum_04.iff;outbreak_undead_scientist_m_hum_05.iff;outbreak_undead_scientist_m_hum_06.iff;outbreak_undead_scientist_m_hum_07.iff;outbreak_undead_scientist_m_hum_08.iff;outbreak_undead_scientist_m_hum_09.iff;outbreak_undead_scientist_m_hum_10.iff;outbreak_undead_scientist_m_hum_11.iff;outbreak_undead_scientist_m_hum_12.iff;outbreak_undead_scientist_m_hum_13.iff;outbreak_undead_scientist_m_hum_14.iff;outbreak_undead_scientist_m_hum_15.iff;outbreak_undead_scientist_m_hum_16.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_sword_blade_ryyk prof_smuggler_melee - - - - 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_afflicted_test Default Afflicted Dudes outbreak_afflicted_test humanoid - outbreak_undead_civilian_01.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_cryoban thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_black_sun_smuggler_escort_01 Black Sun Escort outbreak_black_sun_smuggler_escort_01 humanoid - dressed_black_sun_guard.iff Dathomir bandit - FALSE 0.8 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_black_sun_smuggler_escort_02 Black Sun Escort outbreak_black_sun_smuggler_escort_02 humanoid - dressed_black_sun_henchman.iff Dathomir bandit - FALSE 0.8 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_proton thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_camp_alpha_survivor A Survivor outbreak_camp_alpha_survivor humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff;outbreak_prisoner_survivor_bith_m_01.iff;outbreak_prisoner_m_04.iff;outbreak_prisoner_m_bith_01.iff;outbreak_prisoner_m_bith_02.iff;outbreak_prisoner_m_hum_01.iff;outbreak_prisoner_m_hum_02.iff;outbreak_prisoner_m_hum_03.iff;outbreak_prisoner_m_hum_04.iff;outbreak_prisoner_m_hum_05.iff;outbreak_prisoner_m_ith_01.iff;outbreak_prisoner_m_ith_02.iff;outbreak_prisoner_m_monc_01.iff;outbreak_prisoner_m_monc_02.iff;outbreak_prisoner_m_twi_01.iff;outbreak_prisoner_m_twi_02.iff;outbreak_prisoner_m_wke_01.iff;outbreak_prisoner_m_wke_02.iff;outbreak_prisoner_m_zab_01.iff;outbreak_prisoner_m_zab_02.iff;outbreak_both_01.iff;outbreak_both_02.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_camp_beta_survivor A Survivor outbreak_camp_beta_survivor humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff;outbreak_prisoner_survivor_bith_m_01.iff;outbreak_prisoner_m_04.iff;outbreak_prisoner_m_bith_01.iff;outbreak_prisoner_m_bith_02.iff;outbreak_prisoner_m_hum_01.iff;outbreak_prisoner_m_hum_02.iff;outbreak_prisoner_m_hum_03.iff;outbreak_prisoner_m_hum_04.iff;outbreak_prisoner_m_hum_05.iff;outbreak_prisoner_m_ith_01.iff;outbreak_prisoner_m_ith_02.iff;outbreak_prisoner_m_monc_01.iff;outbreak_prisoner_m_monc_02.iff;outbreak_prisoner_m_twi_01.iff;outbreak_prisoner_m_twi_02.iff;outbreak_prisoner_m_wke_01.iff;outbreak_prisoner_m_wke_02.iff;outbreak_prisoner_m_zab_01.iff;outbreak_prisoner_m_zab_02.iff;outbreak_both_01.iff;outbreak_both_02.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_camp_delta_survivor A Survivor outbreak_camp_delta_survivor humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff;outbreak_prisoner_survivor_bith_m_01.iff;outbreak_prisoner_m_04.iff;outbreak_prisoner_m_bith_01.iff;outbreak_prisoner_m_bith_02.iff;outbreak_prisoner_m_hum_01.iff;outbreak_prisoner_m_hum_02.iff;outbreak_prisoner_m_hum_03.iff;outbreak_prisoner_m_hum_04.iff;outbreak_prisoner_m_hum_05.iff;outbreak_prisoner_m_ith_01.iff;outbreak_prisoner_m_ith_02.iff;outbreak_prisoner_m_monc_01.iff;outbreak_prisoner_m_monc_02.iff;outbreak_prisoner_m_twi_01.iff;outbreak_prisoner_m_twi_02.iff;outbreak_prisoner_m_wke_01.iff;outbreak_prisoner_m_wke_02.iff;outbreak_prisoner_m_zab_01.iff;outbreak_prisoner_m_zab_02.iff;outbreak_both_01.iff;outbreak_both_02.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_camp_gamma_survivor A Survivor outbreak_camp_gamma_survivor humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff;outbreak_prisoner_survivor_bith_m_01.iff;outbreak_prisoner_m_04.iff;outbreak_prisoner_m_bith_01.iff;outbreak_prisoner_m_bith_02.iff;outbreak_prisoner_m_hum_01.iff;outbreak_prisoner_m_hum_02.iff;outbreak_prisoner_m_hum_03.iff;outbreak_prisoner_m_hum_04.iff;outbreak_prisoner_m_hum_05.iff;outbreak_prisoner_m_ith_01.iff;outbreak_prisoner_m_ith_02.iff;outbreak_prisoner_m_monc_01.iff;outbreak_prisoner_m_monc_02.iff;outbreak_prisoner_m_twi_01.iff;outbreak_prisoner_m_twi_02.iff;outbreak_prisoner_m_wke_01.iff;outbreak_prisoner_m_wke_02.iff;outbreak_prisoner_m_zab_01.iff;outbreak_prisoner_m_zab_02.iff;outbreak_both_01.iff;outbreak_both_02.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_proton thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_canister_demolition_camp_alpha Oona Wran outbreak_canister_demolition_camp_alpha humanoid - dressed_outbreak_survivor_canister_demo.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_canister_demolition_camp_beta Oona Wran outbreak_canister_demolition_camp_beta humanoid - dressed_outbreak_survivor_canister_demo.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_canister_demolition_camp_delta Oona Wran outbreak_canister_demolition_camp_delta humanoid - dressed_outbreak_survivor_canister_demo.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_canister_demolition_camp_gamma Oona Wran outbreak_canister_demolition_camp_gamma humanoid - dressed_outbreak_survivor_canister_demo.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_chewbacca Chewbacca outbreak_chewbacca humanoid - chewbacca.iff Dathomir rebel rebel FALSE 1.14 1.14 0 - 2 1.8 melee_unarmed_default humanoid_commoner - - ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_dead_inquisitor_key_search Dead Imperial Inquisitor outbreak_dead_inquisitor_key_search humanoid - dressed_imperial_inquisitor_human_male_03.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_dead_inquisitor_key_search_undead Dead Imperial Inquisitor outbreak_dead_inquisitor_key_search_undead humanoid - dressed_imperial_inquisitor_human_male_03_undead.iff Dathomir afflicted afflicted FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_dead_officer_key_search Dead Imperial Officer outbreak_dead_officer_key_search humanoid - dressed_imperial_officer_m.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_dead_officer_key_search_undead Dead Imperial Officer outbreak_dead_officer_key_search_undead humanoid - dressed_imperial_officer_m_undead.iff Dathomir afflicted afflicted FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_dead_scientist_key_search Dead Imperial Scientist outbreak_dead_scientist_key_search humanoid - dressed_biologist_10.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_dead_scientist_key_search_undead Dead Imperial Scientist outbreak_dead_scientist_key_search_undead humanoid - dressed_biologist_10_undead.iff Dathomir afflicted afflicted FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_dead_scientist_virus_search_01 Corpse of a Scientist outbreak_dead_scientist_virus_search_01 humanoid - dressed_biologist_10.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_dead_scientist_virus_search_02 Corpse of a Scientist outbreak_dead_scientist_virus_search_02 humanoid - dressed_biologist_05.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_dead_scouttrooper_key_search Dead Scout Trooper outbreak_dead_scouttrooper_key_search humanoid - dressed_scout_trooper_white_white.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_dead_scouttrooper_key_search_undead Dead Scout Trooper outbreak_dead_scouttrooper_key_search_undead humanoid - outbreak_undead_deathtrooper_02_m.iff Dathomir afflicted afflicted FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_dead_stormtrooper_key_search Dead Stormtrooper outbreak_dead_stormtrooper_key_search humanoid - dressed_stormtrooper_sandtrooper_m.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_dead_stormtrooper_key_search_undead Dead Stormtrooper outbreak_dead_stormtrooper_key_search_undead humanoid - outbreak_undead_deathtrooper_10_m.iff Dathomir afflicted afflicted FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_undead_advanced - - - - 16 12 FALSE detect_hidden=99 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_05 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_05 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_10 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_10 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_15 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_15 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_20 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_20 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_25 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_25 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_30 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_30 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_35 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_35 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_40 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_40 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_45 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_45 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_50 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_50 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_55 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_55 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_60 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_60 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_65 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_65 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_70 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_70 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_75 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_75 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_80 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_80 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_85 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_85 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_90 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_90 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_deathtrooper_lvl_95 Death Trooper outbreak_deathtrooper_lvl humanoid - outbreak_undead_deathtrooper_01_m.iff;outbreak_undead_deathtrooper_02_m.iff;outbreak_undead_deathtrooper_03_m.iff;outbreak_undead_deathtrooper_04_m.iff;outbreak_undead_deathtrooper_05_m.iff;outbreak_undead_deathtrooper_06_m.iff;outbreak_undead_deathtrooper_07_m.iff;outbreak_undead_deathtrooper_08_m.iff;outbreak_undead_deathtrooper_09_m.iff;outbreak_undead_deathtrooper_10_m.iff;outbreak_undead_deathtrooper_11_m.iff;outbreak_undead_deathtrooper_12_m.iff;outbreak_undead_deathtrooper_13_m.iff;outbreak_undead_deathtrooper_14_m.iff;outbreak_undead_deathtrooper_15_m.iff;outbreak_undead_deathtrooper_16_m.iff Dathomir afflicted afflicted FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_undead_basic - - ranged_grenade_death_troopers_afflicted_weapon thrown 16 12 FALSE detect_hidden=99 100 undead 0 - 100 collectible_common kill_outbreak_afflicted_lvl_95 18 afflicted FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_delivery_survivor Delivery Volunteer outbreak_delivery_survivor humanoid - outbreak_delivery_m_hum_01.iff;outbreak_delivery_m_monc_01.iff;outbreak_delivery_hum_m_02.iff;outbreak_delivery_sul_m_01.iff;outbreak_delivery_hum_m_01.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_sword_blade_ryyk humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_downed_tie_fighter Jeb Maris outbreak_downed_tie_fighter humanoid - outbreak_downed_tie_pilot_m.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_facility_scientist_nomi_rhane Dr. Nomi Rhane outbreak_facility_scientist_nomi_rhane humanoid - dressed_twi_female_scientist_01.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_facility_scientist_survivor_01 Dr. Pram Dramango outbreak_facility_scientist_survivor_01 humanoid - outbreak_pram_dramango.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_facility_scientist_survivor_02 Assistant Marpo Glenfik outbreak_facility_scientist_survivor_02 humanoid - outbreak_marpo_glenfik.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_facility_scientist_survivor_03 Dr. Stane Tritan outbreak_facility_scientist_survivor_03 humanoid - outbreak_stane_tritan.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_facility_stormtrooper_survivor TK-217 outbreak_facility_stormtrooper_survivor humanoid - dressed_stormtrooper_sandtrooper_m.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_guri Guri outbreak_guri humanoid - dressed_guri.iff Dathomir bandit - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_han_solo Han Solo outbreak_han_solo humanoid - han_solo.iff Dathomir rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_human_survivor_01 Volo Madine outbreak_human_survivor_01 humanoid - outbreak_hum_01.iff Dathomir survivor survivor FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_imperial_guard_aggro missing outbreak_imperial_guard_aggro humanoid - dressed_stormtrooper_sandtrooper_m.iff Dathomir survivor_guard survivor_guard FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_special_massassiknuckler prof_commando ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_imperial_officer_captain_piett Captain Firmus Piett outbreak_imperial_officer_captain_piett humanoid - dressed_imperial_officer_firmus_piett.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_imperial_officer_gate_keeper Lieutenant Liam Waurie outbreak_imperial_officer_gate_keeper humanoid - dressed_imperial_officer_m_2.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_inquisitor_survivor Klex Fulgor outbreak_inquisitor_survivor humanoid - dressed_imperial_inquisitor_human_male_02.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_junk_dealer Junk Dealer outbreak_junk_dealer humanoid - outbreak_junk_dealer_m_01.iff;outbreak_junk_dealer_m_02.iff;outbreak_junk_dealer_m_03.iff;outbreak_junk_dealer_f_01.iff;outbreak_junk_dealer_f_02.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_lost_rebel_trooper Tripp D'jek outbreak_lost_rebel_trooper humanoid - outbreak_rebel_trooper_human_male_01.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_mixed_guard_aggro Camp Guard outbreak_mixed_guard_aggro humanoid - outbreak_prisoner_survivor_bith_m_01.iff;outbreak_prisoner_m_04.iff;outbreak_prisoner_m_bith_01.iff;outbreak_prisoner_m_bith_02.iff;outbreak_prisoner_m_hum_01.iff;outbreak_prisoner_m_hum_02.iff;outbreak_prisoner_m_hum_03.iff;outbreak_prisoner_m_hum_04.iff;outbreak_prisoner_m_hum_05.iff;outbreak_prisoner_m_ith_01.iff;outbreak_prisoner_m_ith_02.iff;outbreak_prisoner_m_monc_01.iff;outbreak_prisoner_m_monc_02.iff;outbreak_prisoner_m_twi_01.iff;outbreak_prisoner_m_twi_02.iff;outbreak_prisoner_m_wke_01.iff;outbreak_prisoner_m_wke_02.iff;outbreak_prisoner_m_zab_01.iff;outbreak_prisoner_m_zab_02.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff;imp_security_01.iff;imp_security_02.iff;imp_security_03.iff;imp_security_04.iff;imp_security_05.iff;sd_engineer_01.iff;sd_engineer_02.iff;sd_engineer_03.iff;sd_engineer_04.iff;sd_engineer_05.iff;sd_crewman_01.iff;sd_crewman_02.iff;sd_crewman_03.iff;sd_crewman_04.iff;sd_crewman_05.iff;sd_tech_officer_01.iff;sd_tech_officer_02.iff;sd_tech_officer_03.iff;dark_trooper.iff;dressed_rebel_army_captain_human_male_01.iff;dressed_rebel_army_captain_moncal_male_01.iff;dressed_rebel_army_captain_bothan_male.iff;dressed_rebel_army_captain_twk_male.iff;dressed_rebel_army_captain_zabrak_female.iff;dressed_rebel_army_captain_trandoshan_female.iff;dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff;dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff;dressed_stormtrooper_m.iff;dressed_stormtrooper_fat_m.iff;dressed_stormtrooper_groupleader_m.iff;dressed_stormtrooper_m.iff;dressed_rebel_trooper_sullustan_male_01.iff;shocktrooper.iff;dressed_stormtrooper_sand_trooper_m.iff;dressed_scout_trooper_white_white.iff;dressed_scout_trooper_black_black.iff;dressed_stormtrooper_m.iff;dressed_stormtrooper_bombardier_m.iff;dressed_stormtrooper_groupleader_m.iff;dressed_stormtrooper_groupleader_m.iff;dressed_stormtrooper_medic_m.iff;dressed_stormtrooper_rifleman_m.iff;dressed_stormtrooper_sniper_m.iff;dressed_stormtrooper_groupleader_m.iff;dressed_stormtrooper_captain_black_black.iff;dressed_stormtrooper_m.iff;dressed_swamp_trooper_m.iff;dressed_swamp_trooper_m.iff;dressed_swamp_trooper_m.iff;dressed_stormtrooper_sand_trooper_m.iff;dressed_scout_trooper_white_white.iff;dressed_stormtrooper_m.iff;dressed_stormtrooper_medic_m.iff;dressed_stormtrooper_commander_black_gold.iff;dressed_stormtrooper_rifleman_m.iff;dressed_stormtrooper_sniper_m.iff;dressed_scout_trooper_black_black.iff;dressed_stormtrooper_m.iff;dressed_stormtrooper_black_black.iff;dressed_stormtrooper_squad_leader_black_black.iff;dressed_stormtrooper_bombardier_m.iff;dressed_stormtrooper_groupleader_m.iff;dressed_dark_trooper_black_hole.iff;dressed_stormtrooper_groupleader_m.iff;dressed_stormtrooper_medic_m.iff;dressed_stormtrooper_black_black.iff;dressed_stormtrooper_black_black.iff;dressed_stormtrooper_captain_black_black.iff;dressed_stormtrooper_commander_black_black.iff;dressed_stormtrooper_black_gold.iff;dressed_stormtrooper_commander_black_gold.iff;dressed_stormtrooper_black_black.iff;dressed_stormtrooper_black_red.iff;dressed_stormtrooper_squad_leader_black_black.iff;dressed_stormtrooper_rifleman_m.iff;dressed_stormtrooper_sniper_m.iff;dressed_stormtrooper_groupleader_m.iff;outbreak_imp_trooper_guard_m_01.iff;outbreak_imp_trooper_guard_m_02.iff;outbreak_imp_trooper_guard_m_03.iff;outbreak_imp_trooper_guard_m_01.iff;outbreak_imp_trooper_guard_m_02.iff;outbreak_imp_trooper_guard_m_03.iff;outbreak_imp_trooper_guard_m_01.iff;outbreak_imp_trooper_guard_m_02.iff;outbreak_imp_trooper_guard_m_03.iff;outbreak_imp_trooper_guard_m_01.iff;outbreak_imp_trooper_guard_m_02.iff;outbreak_imp_trooper_guard_m_03.iff Dathomir survivor_guard survivor_guard FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_commando melee_special_massassiknuckler prof_commando ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_prince_xizor Prince Xizor outbreak_prince_xizor humanoid - ephant_mon.iff Dathomir bandit - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_rescue_inquisitor a Survivor outbreak_rescue_inquisitor humanoid - dressed_imperial_inquisitor_human_male_01.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_rescue_officer a Survivor outbreak_rescue_officer humanoid - dressed_imperial_officer_m.iff;dressed_imperial_officer_m_2.iff;dressed_imperial_officer_m_3.iff;dressed_imperial_officer_m_4.iff;dressed_imperial_officer_m_5.iff;dressed_imperial_officer_m_6.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_rescue_prisoner a Survivor outbreak_rescue_prisoner humanoid - outbreak_prisoner_survivor_bith_m_01.iff;outbreak_prisoner_m_04.iff;outbreak_prisoner_m_bith_01.iff;outbreak_prisoner_m_bith_02.iff;outbreak_prisoner_m_hum_01.iff;outbreak_prisoner_m_hum_02.iff;outbreak_prisoner_m_hum_03.iff;outbreak_prisoner_m_hum_04.iff;outbreak_prisoner_m_hum_05.iff;outbreak_prisoner_m_ith_01.iff;outbreak_prisoner_m_ith_02.iff;outbreak_prisoner_m_monc_01.iff;outbreak_prisoner_m_monc_02.iff;outbreak_prisoner_m_twi_01.iff;outbreak_prisoner_m_twi_02.iff;outbreak_prisoner_m_wke_01.iff;outbreak_prisoner_m_wke_02.iff;outbreak_prisoner_m_zab_01.iff;outbreak_prisoner_m_zab_02.iff;outbreak_both_01.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_rescue_scientist a Survivor outbreak_rescue_scientist humanoid - dressed_biologist_08.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_rodian_pilot Rodian Smuggler outbreak_rodian_pilot humanoid - dressed_kobola_thief_rodian_male_01.iff;dressed_spice_collective_courier_rodian_male_01.iff;dressed_binayre_bruiser_rodian_male_01.iff;dressed_aakuan_sentinal_rodian_male_01.iff;dressed_cobral_thug_rodian_male_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_commoner_tatooine_rodian_female_02.iff Dathomir survivor survivor FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_scientist_griffax_jin Dr. Griffax Jin outbreak_scientist_griffax_jin humanoid - scientist_griffax_jin.iff Dathomir survivor townsperson FALSE 1.2 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_scientist_griffax_jin_afflicted Undead Griffax Jin outbreak_scientist_griffax_jin_afflicted humanoid - scientist_griffax_jin_afflicted.iff Dathomir survivor townsperson FALSE 1.2 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_scout_trooper_guard missing outbreak_scout_trooper_guard humanoid - dressed_scout_trooper_white_white.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_scouttrooper_survivor_01 KD-121 outbreak_scouttrooper_survivor_01 humanoid - dressed_scouttrooper_outbreak_survivor_01_m.iff Dathomir survivor survivor FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_shuttle_mechanic Nils Cridmeen (Mechanic) outbreak_shuttle_mechanic humanoid - dressed_imperial_mechanic_nils_cridmeen.iff Dathomir survivor survivor FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_stormtrooper_groupleader missing outbreak_stormtrooper_groupleader humanoid - dressed_stormtrooper_groupleader_sandtrooper_m.iff Dathomir townsperson townsperson FALSE 1 1.2 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 16 12 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_stormtrooper_groupleader_hx138 HX-138 outbreak_stormtrooper_groupleader_hx138 humanoid - dressed_stormtrooper_shadowtrooper_hx138.iff Dathomir survivor townsperson FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_sword_acid humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_stormtrooper_guard missing outbreak_stormtrooper_guard humanoid - dressed_stormtrooper_sandtrooper_m.iff Dathomir imperial imperial FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_stormtrooper_survivor_01 GT-643 outbreak_stormtrooper_survivor_01 humanoid - dressed_stormtrooper_outbreak_survivor_01_m.iff Dathomir survivor survivor FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_stormtrooper_survivor_02 TR-522 outbreak_stormtrooper_survivor_02 humanoid - dressed_stormtrooper_outbreak_survivor_02_m.iff Dathomir survivor survivor FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_stormtrooper_survivor_03 Sogan Varga outbreak_stormtrooper_survivor_03 humanoid - dressed_stormtrooper_outbreak_survivor_03_m.iff Dathomir survivor survivor FALSE 1.1 1.1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_trig_longo Trig Longo outbreak_trig_longo humanoid - dressed_trig_longo.iff Dathomir survivor townsperson FALSE 0.8 0.8 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_undead_inquisitor_key_search Undead outbreak_undead_inquisitor_key_search humanoid - outbreak_undead_imperial_inquisitor_human_male_03.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_undead_officer_key_search Undead outbreak_undead_officer_key_search humanoid - outbreak_undead_deathtrooper_04_m.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_undead_scientist_key_search Undead outbreak_undead_scientist_key_search humanoid - outbreak_undead_biologist_10.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_undead_scouttrooper_key_search Undead outbreak_undead_scouttrooper_key_search humanoid - outbreak_undead_deathtrooper_03_m.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_undead_stormtrooper_key_search Undead outbreak_undead_stormtrooper_key_search humanoid - outbreak_undead_deathtrooper_01_m.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_wave_defense_alpha_mika_horn Sergeant Mika Horn outbreak_wave_defense_alpha_mika_horn humanoid - outbreak_rebel_soldier_mika_horn.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_wave_defense_beta_stephon_sprocketfire Stephon Sprocketfire outbreak_wave_defense_beta_stephon_sprocketfire humanoid - outbreak_nobel_stephon_sprocketfire.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_sword_blade_ryyk humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_wave_defense_delta_erlem_marh Lieutenant Erlem Marh outbreak_wave_defense_delta_erlem_marh humanoid - outbreak_prison_guard_erlem_marh.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_wave_defense_epsilon_zsu_val Zsu Val outbreak_wave_defense_epsilon_zsu_val humanoid - outbreak_prisoner_zsu_val.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_wave_defense_gamma_kyra_naa Kyra 'Naa outbreak_wave_defense_gamma_kyra_naa humanoid - outbreak_bounty_hunter_kyra_naa.iff Dathomir survivor survivor FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_outbreak_zahara_cody Zahara Cody outbreak_zahara_cody humanoid - dressed_zahara_cody.iff Dathomir survivor townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 16 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_outlaw an outlaw outlaw humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Global thug thug FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_outrider an outrider outrider humanoid - dressed_criminal_swooper_human_female_01.iff;dressed_criminal_swooper_human_male_01.iff;dressed_criminal_swooper_zabrak_female_01.iff;dressed_criminal_swooper_zabrak_male_01.iff Global wilder - FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_bounty_hunter melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_oxil_sarban Oxil Sarban oxil_sarban humanoid - dressed_oxil_sarban.iff Rori townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -332,364 +332,364 @@ humanoid_ramna Commander Ramna (CorSec Pilot Trainer) ramna humanoid CorSec Squa humanoid_rane_yarrow Rane Yarrow (a freelance pilot) rane_yarrow humanoid Mining Outpost space_greeter_dantooine_brother_neutral.iff Dantooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_rautog Rautog - humanoid - gamorrean.iff Tatooine jabba jabba FALSE 1 1 0 - 2 1.8 melee_2h_sword_battleaxe prof_smuggler_melee - - ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_raxa_binn Raxa Binn raxa_binn humanoid - dressed_raxa_binn.iff Rori townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_abandonded_private an abandoned Rebel private abandoned_rebel_private humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Dantooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_acun_solari Acun Solari c_sink_reb humanoid - dressed_rebel_army_captain_human_male_01.iff;dressed_rebel_army_captain_moncal_male_01.iff;dressed_rebel_army_captain_bothan_male.iff;dressed_rebel_army_captain_twk_male.iff;dressed_rebel_army_captain_zabrak_female.iff;dressed_rebel_army_captain_trandoshan_female.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_adar_tallon Adar Tallon adar humanoid - dressed_corvette_rebel_adar.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_alliance_intelligence_case_officer an Alliance intelligence case officer alliance_intelligence_case_officer humanoid - dressed_rebel_recruiter_human_female_01.iff;dressed_rebel_recruiter_human_female_02.iff;dressed_rebel_recruiter_twilek_female_01.iff;dressed_rebel_recruiter_moncal_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_area_coordinator an area coordinator area_coordinator humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_army_captain a Rebel Army Captain rebel_army_captain humanoid Rebel Recruiter dressed_rebel_army_captain_human_male_01.iff;dressed_rebel_army_captain_moncal_male_01.iff;dressed_rebel_army_captain_bothan_male.iff;dressed_rebel_army_captain_twk_male.iff;dressed_rebel_army_captain_zabrak_female.iff;dressed_rebel_army_captain_trandoshan_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_army_captain_extreme a veteran Rebel captain fbase_rebel_army_captain_extreme humanoid Rebel Recruiter dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_army_captain_hard a well trained Rebel captain fbase_rebel_army_captain_hard humanoid Rebel Recruiter dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_army_captain_well_trained a well trained Rebel Captain crackdown_rebel_army_captain_hard humanoid Rebel Recruiter dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_arnecio_ulvawop Arnecio Ulvaw'op (Rebel Pilot Trainer) arnecio_ulvaw_op humanoid Crimson Phoenix space_rebel_tier3_arnecio.iff Dathomir rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_striker prof_smuggler_ranged melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_base_guard a Rebel guard rebel_base_guard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_base_rebel_commando a Rebel commando gcw_base_rebel_commando humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_special_massassiknuckler humanoid_melee ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_base_rebel_corellia_reward_officer Rebel Logistics Officer gcw_base_rebel_corellia_reward_officer humanoid - dressed_gcw_rebel_buff_officer.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_base_rebel_naboo_reward_officer Rebel Logistics Officer gcw_base_rebel_naboo_reward_officer humanoid - dressed_gcw_rebel_buff_officer.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_base_rebel_talus_reward_officer Rebel Logistics Officer gcw_base_rebel_talus_reward_officer humanoid - dressed_gcw_rebel_buff_officer.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_bertos_goodner Bertos Goodner (a dancer) bertos_goodner humanoid Rebel Themepark space_greeter_moenia_undercover_rebel.iff Naboo rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_brigadier_general a Rebel Brigadier General rebel_brigadier_general humanoid Rebel Recruiter dressed_rebel_brigadier_general_human_female_01.iff;dressed_rebel_brigadier_general_rodian_female_01.iff;dressed_rebel_brigadier_general_bith_male.iff;dressed_rebel_brigadier_general_sullustan_male.iff;dressed_rebel_brigadier_general_moncal_female.iff;dressed_rebel_brigadier_general_trandoshan_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_brother_extok_evin Brother Extok Evin (Rebel Pilot Trainer) extok_evin humanoid Vortex Squadron space_rebel_tier4_extok_evin.iff Talus rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_brother_ezkiel Brother Ezkiel (Rebel Pilot Trainer) ezkiel humanoid Vortex Squadron space_rebel_tier3_ezkiel.iff Dantooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_cadet an inexperienced Rebel cadet fbase_rebel_cadet humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_cadet_experienced an experienced Rebel cadet crackdown_rebel_cadet_hard humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_cadet_extreme an confidant Rebel cadet fbase_rebel_cadet_extreme humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_cadet_hard an experienced Rebel cadet fbase_rebel_cadet_hard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_cadet_inexperienced an inexperienced Rebel cadet crackdown_rebel_cadet humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_captain_ackbar Captain Ackbar ackbar humanoid - dressed_ackbar.iff Global rebel rebel FALSE 0.9 0.9 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_captain_eso Captain Eso captain_eso humanoid - dressed_captain_eso.iff Yavin 4 rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_cheerleader_elite_commando an elite Rebel commando cheerleader_rebel_commando_hard humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_cheerleader_field_corporal a Rebel field corporal cheerleader_rebel_corporal_hard humanoid - dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_cheerleader_section_commander a Rebel section commander cheerleader_rebel_squad_leader_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_cheerleader_skilled_officer a skilled Rebel officer cheerleader_rebel_master_sergeant_hard humanoid - dressed_rebel_sergeant_major_moncal_female_01.iff;dressed_rebel_sergeant_major_moncal_male_01.iff;dressed_rebel_sergeant_major_bothan_male_01.iff;dressed_rebel_sergeant_major_human_male_01.iff;dressed_rebel_sergeant_major_old_zabrak_male_01.iff;dressed_rebel_sergeant_major_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_cheerleader_strict_sergeant a strict Rebel sergeant cheerleader_rebel_sergeant_hard humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_chewbacca Chewbacca chewbacca humanoid - chewbacca.iff Global rebel rebel FALSE 1.14 1.14 0 - 2 1.8 ranged_rifle_bowcaster_master prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_city_captain Rebel Captain gcw_city_rebel_captain humanoid - dressed_rebel_army_captain_human_male_01.iff;dressed_rebel_army_captain_moncal_male_01.iff;dressed_rebel_army_captain_bothan_male.iff;dressed_rebel_army_captain_twk_male.iff;dressed_rebel_army_captain_zabrak_female.iff;dressed_rebel_army_captain_trandoshan_female.iff Global rebel rebel FALSE 1 1 0 - 2 0 ranged_carbine_dh17_snubnose prof_officer_ranged melee_sword_02 prof_officer_melee ranged_grenade_fragmentation thrown 10 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_city_commando_assault Rebel Assault Commando gcw_city_rebel_commando_assault humanoid - rebel_desert_soldier.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 32 32 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_2_imperial_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_city_commando_defense Rebel Defense Commando gcw_city_rebel_commando_defense humanoid - rebel_desert_soldier.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 32 32 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_2_imperial_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_city_demoralized Demoralized Rebel gcw_city_demoralized_rebel humanoid - rebel_desert_soldier.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_city_general Rebel Defense Force General gcw_city_rebel_general humanoid - dressed_rebel_brigadier_general_human_female_01.iff;dressed_rebel_brigadier_general_rodian_female_01.iff;dressed_rebel_brigadier_general_bith_male.iff;dressed_rebel_brigadier_general_sullustan_male.iff;dressed_rebel_brigadier_general_moncal_female.iff;dressed_rebel_brigadier_general_trandoshan_female.iff Global rebel rebel FALSE 1.25 1.25 0 - 2 0 ranged_carbine_dh17_snubnose prof_officer_ranged melee_sword_02 prof_officer_melee ranged_grenade_fragmentation thrown 32 6 FALSE - 100 npc 0 - 100 collectible_common kill_combat_general_imperial_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_city_grunt_assault Rebel Assault Grunt gcw_city_rebel_grunt_assault humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 32 32 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_1_imperial_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_city_grunt_defense Rebel Defense Grunt gcw_city_rebel_grunt_defense humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 32 32 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_1_imperial_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_city_offensive_rebel_general Rebel Offensive Force General gcw_city_offensive_rebel_general humanoid - dressed_rebel_brigadier_general_human_female_01.iff;dressed_rebel_brigadier_general_rodian_female_01.iff;dressed_rebel_brigadier_general_bith_male.iff;dressed_rebel_brigadier_general_sullustan_male.iff;dressed_rebel_brigadier_general_moncal_female.iff;dressed_rebel_brigadier_general_trandoshan_female.iff Global rebel rebel FALSE 1.25 1.25 0 - 2 0 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 32 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_city_specforce_assault Rebel Assault SpecForce gcw_city_rebel_specforce_assault humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_sword_02 prof_officer_melee ranged_grenade_fragmentation thrown 32 32 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_3_imperial_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_city_specforce_defense Rebel SpecForce Defender gcw_city_rebel_specforce_defense humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_sword_02 prof_officer_melee ranged_grenade_fragmentation thrown 32 32 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_3_imperial_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_colonel a Rebel Colonel rebel_colonel humanoid Rebel Recruiter dressed_rebel_colonel_sullustan_male_01.iff;dressed_rebel_colonel_twk_male_01.iff;dressed_rebel_colonel_moncal_female.iff;dressed_rebel_colonel_fat_zabrak_male.iff;dressed_rebel_colonel_bothan_male.iff;dressed_rebel_colonel_old_human_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_colonel_decorated a decorated Rebel Colonel crackdown_rebel_colonel_hard humanoid Rebel Recruiter dressed_rebel_colonel_sullustan_male_01.iff;dressed_rebel_colonel_twk_male_01.iff;dressed_rebel_colonel_moncal_female.iff;dressed_rebel_colonel_fat_zabrak_male.iff;dressed_rebel_colonel_bothan_male.iff;dressed_rebel_colonel_old_human_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_colonel_grizzled a grizzled Rebel colonel fbase_rebel_colonel_extreme humanoid Rebel Recruiter dressed_rebel_colonel_sullustan_male_01.iff;dressed_rebel_colonel_twk_male_01.iff;dressed_rebel_colonel_moncal_female.iff;dressed_rebel_colonel_fat_zabrak_male.iff;dressed_rebel_colonel_bothan_male.iff;dressed_rebel_colonel_old_human_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_comm_link_grenadier a Rebel Grenadier rebel_comm_link_grenadier humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_comm_link_rifleman a Rebel Sniper rebel_comm_link_rifleman humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_comm_link_sergeant Rebel Sergeant gcw_comm_link_reinforcement_rebel_8 humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_comm_link_soldier a Rebel Soldier rebel_comm_link_soldier humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_comm_link_specforce_commando Rebel SpecForce Commando gcw_comm_link_reinforcement_rebel_12 humanoid - dressed_rebel_restuss_commando_leader.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_comm_link_specforce_guerilla Rebel SpecForce Guerrilla gcw_comm_link_reinforcement_rebel_11 humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_comm_link_specforce_pathfinder Rebel SpecForce Pathfinder gcw_comm_link_reinforcement_rebel_9 humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_comm_link_surface_marshal Rebel Surface Marshal gcw_comm_link_reinforcement_rebel_10 humanoid - dressed_rebel_surface_marshal_rodian_female_01.iff;dressed_rebel_surface_marshal_rodian_male_01.iff;dressed_rebel_surface_marshal_human_male_01.iff;dressed_rebel_surface_marshal_moncal_female_01.iff;dressed_rebel_surface_marshal_twk_male_fat_01.iff;dressed_rebel_surface_marshal_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_sword_02 prof_officer_melee ranged_grenade_fragmentation thrown 6 12 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_comm_link_trooper Rebel Trooper gcw_comm_link_reinforcement_rebel_7 humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_sword_02 prof_officer_melee ranged_grenade_fragmentation thrown 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_comm_officer a Rebel comm officer crackdown_rebel_comm_operator_hard humanoid - dressed_rebel_scout_human_female_01.iff;dressed_rebel_scout_human_female_02.iff;dressed_rebel_scout_human_male_01.iff;dressed_rebel_scout_bothan_male_01.iff;dressed_rebel_scout_rodian_male_01.iff;dressed_rebel_scout_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_comm_operator a Rebel comm op crackdown_rebel_comm_operator humanoid - dressed_rebel_scout_human_female_01.iff;dressed_rebel_scout_human_female_02.iff;dressed_rebel_scout_human_male_01.iff;dressed_rebel_scout_bothan_male_01.iff;dressed_rebel_scout_rodian_male_01.iff;dressed_rebel_scout_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_command_security_guard a Rebel security guard fbase_rebel_command_security_guard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_command_security_officer a Rebel security officer fbase_rebel_command_security_guard_hard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_commander_dala_socuna Commander Da'la Socuna (Rebel Pilot Trainer) da_la_socuna humanoid Crimson Phoenix space_rebel_tier1_tatooine_socuna.iff Tatooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_commander_section a Rebel section commander fbase_rebel_squad_leader_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_commando a Rebel commando rebel_commando humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_special_massassiknuckler humanoid_melee ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_commando_elite an elite Rebel commando crackdown_rebel_commando_hard humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_commando_grizzled_elite a grizzled elite Rebel commando fbase_rebel_commando_extreme humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_corporal a Rebel Corporal rebel_corporal humanoid - dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_corporal_field a Rebel field corporal crackdown_rebel_corporal_hard humanoid - dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_corporal_hard a Rebel field corporal fbase_rebel_corporal_hard humanoid - dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_corvette_admiral a Rebel Admiral corvette_rebel_admiral humanoid - dressed_rebel_general_human_female_01.iff;dressed_rebel_general_moncal_male_01.iff;dressed_rebel_general_fat_human_male_01.iff;dressed_rebel_general_old_twilek_male_01.iff;dressed_rebel_general_rodian_female_01.iff;dressed_rebel_general_human_female_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_corvette_commandant a Rebel Commandant corvette_rebel_commandant humanoid - dressed_rebel_major_human_female_01.iff;dressed_rebel_major_human_male_01.iff;dressed_rebel_major_moncal_male_01.iff;dressed_rebel_major_twilek_male_01.iff;dressed_rebel_major_zabrak_female_01.iff;dressed_rebel_major_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_corvette_commando a Rebel commando corvette_rebel_commando humanoid - dressed_rebel_corvette_commando_human_female_01.iff;dressed_rebel_corvette_commando_human_male_01.iff;dressed_rebel_corvette_commando_moncal_male_01.iff;dressed_rebel_corvette_commando_rodian_male_01.iff;dressed_rebel_corvette_commando_zabrak_female_01.iff;dressed_rebel_corvette_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_rifle_sg82 prof_commando melee_special_massassiknuckler humanoid_melee ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_corvette_commodore a Rebel Commodore corvette_rebel_commodore humanoid - dressed_rebel_major_human_female_01.iff;dressed_rebel_major_human_male_01.iff;dressed_rebel_major_moncal_male_01.iff;dressed_rebel_major_twilek_male_01.iff;dressed_rebel_major_zabrak_female_01.iff;dressed_rebel_major_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_corvette_engineer a Rebel Engineer corvette_rebel_engineer humanoid - dressed_rebel_second_lieutenant_twk_female_01.iff;dressed_rebel_second_lieutenant_twk_male_01.iff;dressed_rebel_second_lieutenant_human_female_01.iff;dressed_rebel_second_lieutenant_rodian_male_01.iff;dressed_rebel_second_lieutenant_trandoshan_male_01.iff;dressed_rebel_second_lieutenant_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_corvette_ensign a Rebel Ensign corvette_rebel_ensign humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_corvette_first_mate a Rebel First Mate corvette_rebel_mate humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_corvette_midshipman a Rebel Midshipman corvette_rebel_midshipman humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_corvette_rear_admiral a Rebel Rear Admiral corvette_rebel_rear_admiral humanoid - dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_sword_02 humanoid_melee ranged_grenade_fragmentation thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_corvette_sailor a Rebel Sailor corvette_rebel_sailor humanoid - dressed_rebel_staff_corporal_human_female_01.iff;dressed_rebel_staff_corporal_human_male_01.iff;dressed_rebel_staff_corporal_bith_female_01.iff;dressed_rebel_staff_corporal_human_female_01.iff;dressed_rebel_staff_corporal_bothan_female_01.iff;dressed_rebel_staff_corporal_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 9 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_creature_handler_apprentice an apprentice creature handler rebel_creature_handler_apprentice humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Global rebel rebel FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_creature_handler_novice a novice creature handler rebel_creature_handler_novice humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Global rebel rebel FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_crewman a Rebel crewman rebel_crewman humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_dak_ralter Dak Ralter c_syren_4_reb_ralter humanoid - dressed_rebel_brigadier_general_human_female_01.iff;dressed_rebel_brigadier_general_rodian_female_01.iff;dressed_rebel_brigadier_general_bith_male.iff;dressed_rebel_brigadier_general_sullustan_male.iff;dressed_rebel_brigadier_general_moncal_female.iff;dressed_rebel_brigadier_general_trandoshan_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_dark_trooper_hunter a Rebel dark trooper hunter crackdown_rebel_heavy_trooper humanoid - dressed_rebel_ris_01.iff;dressed_rebel_ris_02.iff;dressed_rebel_ris_03.iff;dressed_rebel_ris_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_bounty_hunter melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_dead_eye a Rebel dead-eye crackdown_rebel_sharpshooter_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_detain_commando Rebel Commando rebel_detainment_commando humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_detain_desert_trooper Rebel Desert Trooper rebel_detainment_desert_trooper humanoid - rebel_desert_soldier.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_detain_mandalorian Rebel Prison Trooper rebel_detainment_mandalorian humanoid - rebel_mandalorian.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_detain_mandalorian_grey Rebel Prison Trooper rebel_detainment_mandalorian_grey humanoid - rebel_mandalorian_grey.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_detain_officer Rebel Officer rebel_detainment_officer humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_detain_pilot Rebel Pilot rebel_detainment_pilot humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_detain_specforce_high Rebel SpecForce Veteran rebel_detainment_specforce_high humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_detain_specforce_normal Rebel SpecForce Trooper rebel_detainment_specforce_normal humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_detain_trooper Rebel Trooper rebel_detainment_trooper humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_elite_commando an elite Rebel commando fbase_rebel_elite_commando humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_special_massassiknuckler prof_officer_melee ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_elite_heavy_trooper a Rebel elite heavy trooper fbase_rebel_elite_heavy_trooper humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_elite_heavy_trooper_extreme a decorated Sith hunter fbase_rebel_elite_heavy_trooper_extreme humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_elite_heavy_trooper_hard a veteran Sith hunter fbase_rebel_elite_heavy_trooper_hard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_elite_sand_rat an elite Rebel sand rat fbase_rebel_elite_sand_rat humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_elite_sand_rat_extreme a grizzled elite Rebel sand rat fbase_rebel_elite_sand_rat_extreme humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_elite_sand_rat_hard a well-trained elite Rebel sand rat fbase_rebel_elite_sand_rat_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_captain_derlin Captain Derlin rebel_emperorsday_captain_derlin humanoid - dressed_captain_derlin_remembrance_day.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_ceremony_sentry Rebel SpecForce Sentry rebel_emperorsday_ceremony_sentry humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 20 20 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_chewbacca Chewbacca rebel_emperorsday_chewbacca humanoid - chewbacca.iff Global rebel rebel FALSE 1.14 1.14 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_crashvictim_officer Rebel Crash Victim rebel_emperorsday_crashvictim_officer humanoid - dressed_rebel_major_human_female_01.iff;dressed_rebel_major_human_male_01.iff;dressed_rebel_major_moncal_male_01.iff;dressed_rebel_major_twilek_male_01.iff;dressed_rebel_major_zabrak_female_01.iff;dressed_rebel_major_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_crashvictim_pilot Rebel Crash Victim rebel_emperorsday_crashvictim_pilot humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_crashvictim_spec_ops Rebel Crash Victim rebel_emperorsday_crashvictim_spec_ops humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_crashvictim_trooper Rebel Crash Victim rebel_emperorsday_crashvictim_trooper humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_detentionboss_deserttrooper Desert Trooper Falen Buir reb_empireday_detentionboss_deserttrooper humanoid - rebel_desert_soldier.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 10 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_detentionboss_jedi Chard Fristena reb_empireday_detentionboss_jedi humanoid - dressed_tutorial_light_jedi.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 melee_polearm_lance_lightsaber_02 prof_jedi - - - - 10 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_detentionboss_officer Major Caleb Shoma reb_empireday_detentionboss_officer humanoid - dressed_rebel_army_captain_human_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 10 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_detentionboss_pilot Pilot Lancer Sair reb_empireday_detentionboss_pilot humanoid - dressed_rebel_pilot_human_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 10 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_detentionboss_rebtrooper Trooper Jorel Sherrol reb_empireday_detentionboss_rebtrooper humanoid - dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 10 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_detentionboss_specforce SpecForce Titus Froud reb_empireday_detentionboss_specforce humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 10 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_han_solo Han Solo rebel_emperorsday_han_solo humanoid - han_solo.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_leia Princess Leia rebel_emperorsday_leia humanoid - rebel_emperorsday_leia.iff Global rebel rebel FALSE 0.9 0.9 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_major_rieekan Major Rieekan rebel_emperorsday_major_rieekan humanoid - dressed_major_rieekan_remembrance_day.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_pilot Rebel Pilot Honor Guard rebel_emperorsday_pilot humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_soldier Rebel Alliance Honor Guard rebel_emperorsday_soldier humanoid - rebel_desert_soldier.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_spec_ops Rebel SpecForce Honor Guard rebel_emperorsday_spec_ops humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_vendor Rebel Celebration Organizer rebel_emperorsday_vendor humanoid - rebel_emperorsday_vendor.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_empday_wedge_antilles Wedge Antilles rebel_emperorsday_wedge_antilles humanoid - wedge_antilles_remembrance_day.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_entertainer Alliance Entertainment Coordinator gcw_entertainer_rebel humanoid - npc_dressed_entertainer_ith_m_01_reb.iff;dressed_npc_entertainer_gcw_f_twk_reb_02.iff;dressed_entertainer_trainergcw_f_twk_reb.iff Global townsperson townsperson FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_eye_of_solitude an eye of Solitude eye_of_solitude humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Corellia solitude rebel FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_melee ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_falton_molard Falton Molard - humanoid - theme_park_record_keeper_rebel.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_fatigued_first_lieutenant a fatigued Rebel officer fbase_rebel_first_lieutenant humanoid Rebel Recruiter dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_fatigued_officer a fatigued Rebel officer crackdown_rebel_first_lieutenant humanoid Rebel Recruiter dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_first_lieutenant a Rebel First Lieutenant rebel_first_lieutenant humanoid Rebel Recruiter dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_first_lieutenant_hard a Rebel officer fbase_rebel_first_lieutenant_hard humanoid Rebel Recruiter dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_foot_of_solitude a foot of Solitude foot_of_solitude humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Corellia solitude rebel FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_melee ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_general a Rebel General rebel_general humanoid Rebel Recruiter dressed_rebel_general_human_female_01.iff;dressed_rebel_general_moncal_male_01.iff;dressed_rebel_general_fat_human_male_01.iff;dressed_rebel_general_old_twilek_male_01.iff;dressed_rebel_general_rodian_female_01.iff;dressed_rebel_general_human_female_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_general_garax_hadriin General Garax Hadriin c_syren_4_reb_boss humanoid - dressed_rebel_brigadier_general_human_female_01.iff;dressed_rebel_brigadier_general_rodian_female_01.iff;dressed_rebel_brigadier_general_bith_male.iff;dressed_rebel_brigadier_general_sullustan_male.iff;dressed_rebel_brigadier_general_moncal_female.iff;dressed_rebel_brigadier_general_trandoshan_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_greeata Greeata greeata humanoid - greeata.iff Global rebel rebel FALSE 0.9 0.9 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_grenadier a Rebel grenadier crackdown_rebel_grenadier humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_grenadier_extreme a grizzled Rebel munitions expert fbase_rebel_grenadier_extreme humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_grenadier_hard a Rebel munitions expert fbase_rebel_grenadier_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_guard a Rebel guard crackdown_rebel_guardsman humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_guard_captain a Rebel guard captain crackdown_rebel_guard_captain humanoid - dressed_rebel_specforce_captain_human_female_01.iff;dressed_rebel_specforce_captain_human_male_01.iff;dressed_rebel_specforce_captain_moncal_female_01.iff;dressed_rebel_specforce_captain_rodian_female_01.iff;dressed_rebel_specforce_captain_trandoshan_male_01.iff;dressed_rebel_specforce_captain_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_guard_captain_extreme a veteran Rebel guard captain fbase_rebel_guard_captain_extreme humanoid - dressed_rebel_specforce_captain_human_female_01.iff;dressed_rebel_specforce_captain_human_male_01.iff;dressed_rebel_specforce_captain_moncal_female_01.iff;dressed_rebel_specforce_captain_rodian_female_01.iff;dressed_rebel_specforce_captain_trandoshan_male_01.iff;dressed_rebel_specforce_captain_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_guard_captain_watchful a watchful Rebel guard captain crackdown_rebel_guard_captain_hard humanoid - dressed_rebel_specforce_captain_human_female_01.iff;dressed_rebel_specforce_captain_human_male_01.iff;dressed_rebel_specforce_captain_moncal_female_01.iff;dressed_rebel_specforce_captain_rodian_female_01.iff;dressed_rebel_specforce_captain_trandoshan_male_01.iff;dressed_rebel_specforce_captain_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_guard_watchful a watchful Rebel guard crackdown_rebel_guardsman_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_guardsman a Rebel guard fbase_rebel_guardsman humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_guardsman_confident a confident Rebel guard fbase_rebel_guardsman_extreme humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_guardsman_watchful a watchful Rebel guard fbase_rebel_guardsman_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_gungan_captain a Gungan Captain rebel_gungan_captain humanoid - gungan_male.iff Naboo rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_gungan_war_chief a Gungan War Chief rebel_gungan_war_chief humanoid - gungan_s03_male.iff Naboo rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_han_solo Han Solo han_solo humanoid - han_solo.iff Global rebel rebel FALSE 0.9 0.9 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_hand_of_solitude a hand of Solitude hand_of_solitude humanoid - dressed_mercenary_strong_hum_f.iff;dressed_mercenary_strong_hum_m.iff;dressed_mercenary_strong_rod_m.iff;dressed_mercenary_strong_tran_m.iff Corellia solitude rebel FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_special_vibroknuckler humanoid_melee ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_heavy_trooper a Rebel dark trooper hunter fbase_rebel_heavy_trooper humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_heavy_trooper_elite a Rebel elite heavy trooper crackdown_rebel_elite_heavy_trooper humanoid - dressed_rebel_ris_01.iff;dressed_rebel_ris_02.iff;dressed_rebel_ris_03.iff;dressed_rebel_ris_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_bounty_hunter melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_high_general a Rebel High General rebel_high_general humanoid Rebel Recruiter dressed_rebel_high_general_moncal_male_01.iff;dressed_rebel_high_general_sullustan_male_01.iff;dressed_rebel_high_general_human_female_01.iff;dressed_rebel_high_general_old_twilek_female_01.iff;dressed_rebel_high_general_human_male_01.iff;dressed_rebel_high_general_human_male_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_j_pai_brek J'pai Brek (Rebel Pilot Coordinator) j_pai_brek humanoid Coordinator space_rebel_tier3_female_01.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_jan_dodonna Jan Dodonna jan_dodonna humanoid - dressed_jan_dodonna.iff Global rebel rebel FALSE 0.91 0.91 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_jom_irimore Jom Irimore - humanoid Rebel Recruiter dressed_rebel_army_captain_human_male_01.iff;dressed_rebel_army_captain_moncal_male_01.iff;dressed_rebel_army_captain_bothan_male.iff;dressed_rebel_army_captain_twk_male.iff;dressed_rebel_army_captain_zabrak_female.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_kess_yarrow Kess Yarrow (a Rebel pilot) kess_yarrow humanoid Mining Outpost space_greeter_dantooine_brother_rebel.iff Dantooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_kiizete Kiizete kiizete humanoid Vortex Squadron space_rebel_tier1_naboo_kiizete.iff Naboo rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_kreezo Captain Kreezo (Rebel Pilot Trainer) kreezo humanoid Arkon's Havoc Squadron space_rebel_tier1_corellia_kreezo.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_lance_corporal a Rebel Lance Corporal rebel_lance_corporal humanoid - dressed_rebel_lance_coporal_human_female_01.iff;dressed_rebel_lance_corporal_human_male_01.iff;dressed_rebel_lance_corporal_twk_female_01.iff;dressed_rebel_lance_corporal_twk_male_01.iff;dressed_rebel_lance_corporal_rodian_male_01.iff;dressed_rebel_lance_corporal_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_leia_organa Leia Organa leia_organa humanoid - leia_organa.iff Global rebel rebel FALSE 0.75 0.75 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_liberator a Rebel liberator crackdown_rebel_liberator humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_liberator_experienced an experienced Rebel liberator crackdown_rebel_liberator_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_liberator_extreme a grizzled Rebel liberator fbase_rebel_liberator_extreme humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_lieutenant_colonel a Rebel Lieutenant Colonel rebel_lieutenant_colonel humanoid Rebel Recruiter dressed_rebel_lieutenant_colonel_rodian_female_01.iff;dressed_rebel_lieutenant_colonel_rodian_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_01.iff;dressed_rebel_lieutenant_colonel_zabrak_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_02.iff;dressed_rebel_lieutenant_colonel_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_lieutenant_general a Rebel Lieutenant General rebel_lieutenant_general humanoid Rebel Recruiter dressed_rebel_lieutenant_general_moncal_female_01.iff;dressed_rebel_lieutenant_general_moncal_male_01.iff;dressed_rebel_lieutenant_general_twilek_female_01.iff;dressed_rebel_lieutenant_general_rodian_male_01.iff;dressed_rebel_lieutenant_general_human_male_01.iff;dressed_rebel_lieutenant_general_twilek_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_lt_col_aqzow Lt. Col. Aqzow (Rebel Pilot Trainer) aqzow humanoid Arkon's Havoc Squadron space_rebel_tier3_aqzow.iff Yavin 4 rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_lt_lance Lt. Lance lt_lance humanoid Rebel Corvette Shuttle Rebel Recruiter dressed_lieutenant_lance.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_luke_skywalker Luke Skywalker luke_skywalker humanoid - dressed_luke_skywalker.iff Global rebel rebel FALSE 0.96 0.96 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_lutin_nightstalker Lutin Nightstalker death_watch_herald_rebel humanoid Corellia Coronet Herald dressed_rebel_general_moncal_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_major a Rebel Major rebel_major humanoid Rebel Recruiter dressed_rebel_major_human_female_01.iff;dressed_rebel_major_human_male_01.iff;dressed_rebel_major_moncal_male_01.iff;dressed_rebel_major_twilek_male_01.iff;dressed_rebel_major_zabrak_female_01.iff;dressed_rebel_major_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_major_eker Major Eker (Rebel Pilot Trainer) eker humanoid Crimson Phoenix space_rebel_tier2_eker.iff Yavin 4 rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_major_general a Rebel Major General rebel_major_general humanoid Rebel Recruiter dressed_rebel_high_general_moncal_male_01.iff;dressed_rebel_high_general_sullustan_male_01.iff;dressed_rebel_high_general_human_female_01.iff;dressed_rebel_high_general_old_twilek_female_01.iff;dressed_rebel_high_general_human_male_01.iff;dressed_rebel_high_general_human_male_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_master_sergeant a Rebel Master Sergeant rebel_master_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_master_sergeant_battle_worn a battle worn Rebel officer fbase_rebel_master_sergeant humanoid - dressed_rebel_sergeant_major_moncal_female_01.iff;dressed_rebel_sergeant_major_moncal_male_01.iff;dressed_rebel_sergeant_major_bothan_male_01.iff;dressed_rebel_sergeant_major_human_male_01.iff;dressed_rebel_sergeant_major_old_zabrak_male_01.iff;dressed_rebel_sergeant_major_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_master_sergeant_crowley Master Sergeant Crowley crowley humanoid - dressed_corvette_rebel_crowley.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_medic a Rebel Medic rebel_medic humanoid Rebel Recruiter dressed_rebel_medic1_bothan_male_01.iff;dressed_rebel_medic2_21b_01.iff;dressed_rebel_medic3_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_medic melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_medic_hard a Rebel surgeon fbase_rebel_medic_hard humanoid Rebel Recruiter dressed_rebel_medic1_bothan_male_01.iff;dressed_rebel_medic2_21b_01.iff;dressed_rebel_medic3_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_medic melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_mind_of_solitude a mind of Solitude mind_of_solitude humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Corellia solitude rebel FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_mon_mothma Mon Mothma mon_mothma humanoid - mon_mothma.iff Global rebel rebel FALSE 0.89 0.89 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_munitions_expert a Rebel munitions expert crackdown_rebel_grenadier_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_naboo_legacy_wilson_tchorshel Special Agent Wilson Tchorshel naboo_legacy_wilson_tchorshel humanoid - naboo_wilson_tchorshel.iff Naboo rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_network_leader a Rebel network leader network_leader humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_nien_nunb Nien Nunb nien_nunb humanoid - dressed_patron_sullustan_01.iff Lok rebel rebel FALSE 0.99 0.99 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_obscureops_agent a Rebel obscureOps agent assassin_mission_recruiter_rebel humanoid - dressed_assassin_mission_giver_reb_01.iff;dressed_assassin_mission_giver_reb_02.iff;dressed_assassin_mission_giver_reb_03.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_officer a Rebel officer crackdown_rebel_first_lieutenant_hard humanoid Rebel Recruiter dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_officer_battle_worn a battle worn Rebel officer crackdown_rebel_master_sergeant humanoid - dressed_rebel_sergeant_major_moncal_female_01.iff;dressed_rebel_sergeant_major_moncal_male_01.iff;dressed_rebel_sergeant_major_bothan_male_01.iff;dressed_rebel_sergeant_major_human_male_01.iff;dressed_rebel_sergeant_major_old_zabrak_male_01.iff;dressed_rebel_sergeant_major_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_officer_questgiver Teslo Ten'Doora rebel_officer_questgiver humanoid Rebel Recruiter dressed_rebel_army_captain_human_male_01.iff;dressed_rebel_army_captain_moncal_male_01.iff;dressed_rebel_army_captain_bothan_male.iff;dressed_rebel_army_captain_twk_male.iff;dressed_rebel_army_captain_zabrak_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_officer_skilled a skilled Rebel officer crackdown_rebel_master_sergeant_hard humanoid - dressed_rebel_sergeant_major_moncal_female_01.iff;dressed_rebel_sergeant_major_moncal_male_01.iff;dressed_rebel_sergeant_major_bothan_male_01.iff;dressed_rebel_sergeant_major_human_male_01.iff;dressed_rebel_sergeant_major_old_zabrak_male_01.iff;dressed_rebel_sergeant_major_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_officer_tactical a Rebel tactical officer crackdown_rebel_warrant_officer_ii_hard humanoid - dressed_rebel_lieutenant_colonel_rodian_female_01.iff;dressed_rebel_lieutenant_colonel_rodian_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_01.iff;dressed_rebel_lieutenant_colonel_zabrak_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_02.iff;dressed_rebel_lieutenant_colonel_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_officer_warrant a Rebel warrant officer crackdown_rebel_warrant_officer_ii humanoid - dressed_rebel_lieutenant_colonel_rodian_female_01.iff;dressed_rebel_lieutenant_colonel_rodian_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_01.iff;dressed_rebel_lieutenant_colonel_zabrak_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_02.iff;dressed_rebel_lieutenant_colonel_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_officer_washedout a washedout Rebel officer crackdown_rebel_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_pashna Pashna pashna humanoid - dressed_corvette_rebel_pashna.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_pilot a Rebel pilot rebel_pilot humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_pilot_disguised Rebel Pilot Disguised imp_prisoner_officer humanoid - dressed_imperial_officer_m_5.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_planet_base_commando a Rebel commando gcw_planet_base_rebel_commando humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_special_massassiknuckler humanoid_melee ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_planet_base_officer a Rebel Field Commander gcw_planet_base_rebel_officer humanoid - dressed_gcw_rebel_buff_officer.iff Global rebel rebel FALSE 1.2 1.2 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_sword_02 prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_prisoner_jedi Rebel Pilot Disguised imp_prisoner_jedi humanoid - dressed_dark_jedi_master_male_human_06.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_prisoner_marine Rebel Pilot Disguised imp_prisoner_marine humanoid - galactic_marine_hum_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_prisoner_pilot_jedi Rebel Pilot Prisoner imp_prisoner_reb_pilot_disguise_jedi humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_prisoner_pilot_marine Rebel Pilot Prisoner imp_prisoner_reb_pilot_disguise_marine humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_prisoner_pilot_officer Rebel Pilot Prisoner imp_prisoner_reb_pilot_disguise_officer humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_prisoner_pilot_scouttrooper Rebel Pilot Prisoner imp_prisoner_reb_pilot_disguise_scouttrooper humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_prisoner_pilot_sqdldr Rebel Pilot Prisoner imp_prisoner_reb_pilot_disguise_sqdldr humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_prisoner_pilot_stormtrooper Rebel Pilot Prisoner imp_prisoner_reb_pilot_disguise_stormtrooper humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_prisoner_scouttrooper Rebel Pilot Disguised imp_prisoner_scouttrooper humanoid - dressed_scout_trooper_white_white.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_prisoner_sqdldr Rebel Pilot Disguised imp_prisoner_sqdldr humanoid - dressed_stormtrooper_groupleader_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_prisoner_stormtrooper Rebel Pilot Disguised imp_prisoner_stormtrooper humanoid - dressed_stormtrooper_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_qualdo_herm Major Qual'do Herm qualdo_herm humanoid - dressed_qualdo_herm.iff Corellia rebel rebel FALSE 0.99 0.99 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_record_keeper missing record_keeper_rebel humanoid - theme_park_record_keeper_rebel.iff Tatooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_recruit a frightened Rebel recruit fbase_rebel_recruit humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_recruit_battle_ready a battle ready Rebel recruit crackdown_rebel_recruit_hard humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_recruit_frightened a frightened Rebel recruit crackdown_rebel_recruit humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_recruit_hard a battle ready Rebel recruit fbase_rebel_recruit_hard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_recruiter a Rebel recruiter rebel_recruiter humanoid Rebel Recruiter dressed_rebel_recruiter_human_female_01.iff;dressed_rebel_recruiter_human_female_02.iff;dressed_rebel_recruiter_twilek_female_01.iff;dressed_rebel_recruiter_moncal_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_resistance_agitator a Rebel resistance agitator rebel_resistance_agitator humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 0.9 1.1 0 - 2 1.8 ranged_pistol_srcombat humanoid_commoner melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_resistance_anarchist a Rebel resistance anarchist rebel_resistance_anarchist humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Global rebel rebel FALSE 0.9 1.1 0 - 2 1.8 ranged_pistol_srcombat humanoid_commoner melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_resistance_dissident a Rebel resistance dissident rebel_resistance_dissident humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 0.9 1.1 0 - 2 1.8 ranged_pistol_srcombat humanoid_commoner melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_resistance_leader a Rebel resistance leader rebel_resistance_leader humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Global rebel rebel FALSE 0.9 1.1 0 - 2 1.8 ranged_pistol_srcombat humanoid_commoner melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_resistance_separatist a Rebel resistance separatist rebel_resistance_separatist humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 0.9 1.1 0 - 2 1.8 ranged_pistol_srcombat humanoid_commoner melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_captain_klork Captain Klork restuss_rebel_captain_klork humanoid - dressed_rebel_restuss_captain_klork.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_captain_redding Captain Redding restuss_rebel_captain_redding humanoid - dressed_rebel_restuss_captain_redding.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_captain_voldez Captain Voldez restuss_rebel_captain_voldez humanoid - dressed_rebel_restuss_captain_voldez.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_captain_vrinko Captain Vrinko restuss_rebel_captain_vrinko humanoid - dressed_rebel_restuss_captain_vrinko.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_commando a Rebel commando restuss_rebel_commando humanoid - dressed_rebel_restuss_commando.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_rifle_sg82 prof_commando melee_baton_stun prof_commando ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_elite_commando Rebel Elite Commando restuss_elite_rebel_commando humanoid - dressed_rebel_restuss_elite_commando.iff Rori rebel rebel FALSE 1.2 1.2 0 - 2 1.8 ranged_rifle_sg82 prof_commando melee_baton_stun prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_general General Krotog restuss_rebel_general humanoid Rebel Recruiter dressed_restuss_rebel_general_krotog.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 12 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_herald a Rebel Trooper restuss_herald_rebel humanoid - dressed_rebel_restuss_commando.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_abandonded_private an abandoned Rebel private abandoned_rebel_private humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Dantooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_acun_solari Acun Solari c_sink_reb humanoid - dressed_rebel_army_captain_human_male_01.iff;dressed_rebel_army_captain_moncal_male_01.iff;dressed_rebel_army_captain_bothan_male.iff;dressed_rebel_army_captain_twk_male.iff;dressed_rebel_army_captain_zabrak_female.iff;dressed_rebel_army_captain_trandoshan_female.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_adar_tallon Adar Tallon adar humanoid - dressed_corvette_rebel_adar.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_alliance_intelligence_case_officer an Alliance intelligence case officer alliance_intelligence_case_officer humanoid - dressed_rebel_recruiter_human_female_01.iff;dressed_rebel_recruiter_human_female_02.iff;dressed_rebel_recruiter_twilek_female_01.iff;dressed_rebel_recruiter_moncal_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_area_coordinator an area coordinator area_coordinator humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_army_captain a Rebel Army Captain rebel_army_captain humanoid Rebel Recruiter dressed_rebel_army_captain_human_male_01.iff;dressed_rebel_army_captain_moncal_male_01.iff;dressed_rebel_army_captain_bothan_male.iff;dressed_rebel_army_captain_twk_male.iff;dressed_rebel_army_captain_zabrak_female.iff;dressed_rebel_army_captain_trandoshan_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_army_captain_extreme a veteran Rebel captain fbase_rebel_army_captain_extreme humanoid Rebel Recruiter dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_army_captain_hard a well trained Rebel captain fbase_rebel_army_captain_hard humanoid Rebel Recruiter dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_army_captain_well_trained a well trained Rebel Captain crackdown_rebel_army_captain_hard humanoid Rebel Recruiter dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_arnecio_ulvawop Arnecio Ulvaw'op (Rebel Pilot Trainer) arnecio_ulvaw_op humanoid Crimson Phoenix space_rebel_tier3_arnecio.iff Dathomir rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_striker prof_smuggler_ranged melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_base_guard a Rebel guard rebel_base_guard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_base_rebel_commando a Rebel commando gcw_base_rebel_commando humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_special_massassiknuckler humanoid_melee ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_base_rebel_corellia_reward_officer Rebel Logistics Officer gcw_base_rebel_corellia_reward_officer humanoid - dressed_gcw_rebel_buff_officer.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_base_rebel_naboo_reward_officer Rebel Logistics Officer gcw_base_rebel_naboo_reward_officer humanoid - dressed_gcw_rebel_buff_officer.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_base_rebel_talus_reward_officer Rebel Logistics Officer gcw_base_rebel_talus_reward_officer humanoid - dressed_gcw_rebel_buff_officer.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_bertos_goodner Bertos Goodner (a dancer) bertos_goodner humanoid Rebel Themepark space_greeter_moenia_undercover_rebel.iff Naboo rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_brigadier_general a Rebel Brigadier General rebel_brigadier_general humanoid Rebel Recruiter dressed_rebel_brigadier_general_human_female_01.iff;dressed_rebel_brigadier_general_rodian_female_01.iff;dressed_rebel_brigadier_general_bith_male.iff;dressed_rebel_brigadier_general_sullustan_male.iff;dressed_rebel_brigadier_general_moncal_female.iff;dressed_rebel_brigadier_general_trandoshan_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_brother_extok_evin Brother Extok Evin (Rebel Pilot Trainer) extok_evin humanoid Vortex Squadron space_rebel_tier4_extok_evin.iff Talus rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_brother_ezkiel Brother Ezkiel (Rebel Pilot Trainer) ezkiel humanoid Vortex Squadron space_rebel_tier3_ezkiel.iff Dantooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_cadet an inexperienced Rebel cadet fbase_rebel_cadet humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_cadet_experienced an experienced Rebel cadet crackdown_rebel_cadet_hard humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_cadet_extreme an confidant Rebel cadet fbase_rebel_cadet_extreme humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_cadet_hard an experienced Rebel cadet fbase_rebel_cadet_hard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_cadet_inexperienced an inexperienced Rebel cadet crackdown_rebel_cadet humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_captain_ackbar Captain Ackbar ackbar humanoid - dressed_ackbar.iff Global rebel rebel FALSE 0.9 0.9 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_unarmed_default prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_captain_eso Captain Eso captain_eso humanoid - dressed_captain_eso.iff Yavin 4 rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_cheerleader_elite_commando an elite Rebel commando cheerleader_rebel_commando_hard humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_cheerleader_field_corporal a Rebel field corporal cheerleader_rebel_corporal_hard humanoid - dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_cheerleader_section_commander a Rebel section commander cheerleader_rebel_squad_leader_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_cheerleader_skilled_officer a skilled Rebel officer cheerleader_rebel_master_sergeant_hard humanoid - dressed_rebel_sergeant_major_moncal_female_01.iff;dressed_rebel_sergeant_major_moncal_male_01.iff;dressed_rebel_sergeant_major_bothan_male_01.iff;dressed_rebel_sergeant_major_human_male_01.iff;dressed_rebel_sergeant_major_old_zabrak_male_01.iff;dressed_rebel_sergeant_major_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_cheerleader_strict_sergeant a strict Rebel sergeant cheerleader_rebel_sergeant_hard humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_chewbacca Chewbacca chewbacca humanoid - chewbacca.iff Global rebel rebel FALSE 1.14 1.14 0 - 2 1.8 ranged_rifle_bowcaster_master prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_city_captain Rebel Captain gcw_city_rebel_captain humanoid - dressed_rebel_army_captain_human_male_01.iff;dressed_rebel_army_captain_moncal_male_01.iff;dressed_rebel_army_captain_bothan_male.iff;dressed_rebel_army_captain_twk_male.iff;dressed_rebel_army_captain_zabrak_female.iff;dressed_rebel_army_captain_trandoshan_female.iff Global rebel rebel FALSE 1 1 0 - 2 0 ranged_carbine_dh17_snubnose prof_officer_ranged melee_sword_02 prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_city_commando_assault Rebel Assault Commando gcw_city_rebel_commando_assault humanoid - rebel_desert_soldier.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_2_imperial_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_city_commando_defense Rebel Defense Commando gcw_city_rebel_commando_defense humanoid - rebel_desert_soldier.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_2_imperial_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_city_demoralized Demoralized Rebel gcw_city_demoralized_rebel humanoid - rebel_desert_soldier.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_city_general Rebel Defense Force General gcw_city_rebel_general humanoid - dressed_rebel_brigadier_general_human_female_01.iff;dressed_rebel_brigadier_general_rodian_female_01.iff;dressed_rebel_brigadier_general_bith_male.iff;dressed_rebel_brigadier_general_sullustan_male.iff;dressed_rebel_brigadier_general_moncal_female.iff;dressed_rebel_brigadier_general_trandoshan_female.iff Global rebel rebel FALSE 1.25 1.25 0 - 2 0 ranged_carbine_dh17_snubnose prof_officer_ranged melee_sword_02 prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common kill_combat_general_imperial_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_city_grunt_assault Rebel Assault Grunt gcw_city_rebel_grunt_assault humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_1_imperial_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_city_grunt_defense Rebel Defense Grunt gcw_city_rebel_grunt_defense humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_1_imperial_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_city_offensive_rebel_general Rebel Offensive Force General gcw_city_offensive_rebel_general humanoid - dressed_rebel_brigadier_general_human_female_01.iff;dressed_rebel_brigadier_general_rodian_female_01.iff;dressed_rebel_brigadier_general_bith_male.iff;dressed_rebel_brigadier_general_sullustan_male.iff;dressed_rebel_brigadier_general_moncal_female.iff;dressed_rebel_brigadier_general_trandoshan_female.iff Global rebel rebel FALSE 1.25 1.25 0 - 2 0 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_city_specforce_assault Rebel Assault SpecForce gcw_city_rebel_specforce_assault humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_sword_02 prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_3_imperial_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_city_specforce_defense Rebel SpecForce Defender gcw_city_rebel_specforce_defense humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_sword_02 prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common kill_combat_troop_3_imperial_01 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_colonel a Rebel Colonel rebel_colonel humanoid Rebel Recruiter dressed_rebel_colonel_sullustan_male_01.iff;dressed_rebel_colonel_twk_male_01.iff;dressed_rebel_colonel_moncal_female.iff;dressed_rebel_colonel_fat_zabrak_male.iff;dressed_rebel_colonel_bothan_male.iff;dressed_rebel_colonel_old_human_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_colonel_decorated a decorated Rebel Colonel crackdown_rebel_colonel_hard humanoid Rebel Recruiter dressed_rebel_colonel_sullustan_male_01.iff;dressed_rebel_colonel_twk_male_01.iff;dressed_rebel_colonel_moncal_female.iff;dressed_rebel_colonel_fat_zabrak_male.iff;dressed_rebel_colonel_bothan_male.iff;dressed_rebel_colonel_old_human_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_colonel_grizzled a grizzled Rebel colonel fbase_rebel_colonel_extreme humanoid Rebel Recruiter dressed_rebel_colonel_sullustan_male_01.iff;dressed_rebel_colonel_twk_male_01.iff;dressed_rebel_colonel_moncal_female.iff;dressed_rebel_colonel_fat_zabrak_male.iff;dressed_rebel_colonel_bothan_male.iff;dressed_rebel_colonel_old_human_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_comm_link_grenadier a Rebel Grenadier rebel_comm_link_grenadier humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_comm_link_rifleman a Rebel Sniper rebel_comm_link_rifleman humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_comm_link_sergeant Rebel Sergeant gcw_comm_link_reinforcement_rebel_8 humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_comm_link_soldier a Rebel Soldier rebel_comm_link_soldier humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_comm_link_specforce_commando Rebel SpecForce Commando gcw_comm_link_reinforcement_rebel_12 humanoid - dressed_rebel_restuss_commando_leader.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_comm_link_specforce_guerilla Rebel SpecForce Guerrilla gcw_comm_link_reinforcement_rebel_11 humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_comm_link_specforce_pathfinder Rebel SpecForce Pathfinder gcw_comm_link_reinforcement_rebel_9 humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_comm_link_surface_marshal Rebel Surface Marshal gcw_comm_link_reinforcement_rebel_10 humanoid - dressed_rebel_surface_marshal_rodian_female_01.iff;dressed_rebel_surface_marshal_rodian_male_01.iff;dressed_rebel_surface_marshal_human_male_01.iff;dressed_rebel_surface_marshal_moncal_female_01.iff;dressed_rebel_surface_marshal_twk_male_fat_01.iff;dressed_rebel_surface_marshal_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_sword_02 prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_comm_link_trooper Rebel Trooper gcw_comm_link_reinforcement_rebel_7 humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_sword_02 prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_comm_officer a Rebel comm officer crackdown_rebel_comm_operator_hard humanoid - dressed_rebel_scout_human_female_01.iff;dressed_rebel_scout_human_female_02.iff;dressed_rebel_scout_human_male_01.iff;dressed_rebel_scout_bothan_male_01.iff;dressed_rebel_scout_rodian_male_01.iff;dressed_rebel_scout_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_comm_operator a Rebel comm op crackdown_rebel_comm_operator humanoid - dressed_rebel_scout_human_female_01.iff;dressed_rebel_scout_human_female_02.iff;dressed_rebel_scout_human_male_01.iff;dressed_rebel_scout_bothan_male_01.iff;dressed_rebel_scout_rodian_male_01.iff;dressed_rebel_scout_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_command_security_guard a Rebel security guard fbase_rebel_command_security_guard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_command_security_officer a Rebel security officer fbase_rebel_command_security_guard_hard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_commander_dala_socuna Commander Da'la Socuna (Rebel Pilot Trainer) da_la_socuna humanoid Crimson Phoenix space_rebel_tier1_tatooine_socuna.iff Tatooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_commander_section a Rebel section commander fbase_rebel_squad_leader_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_commando a Rebel commando rebel_commando humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_special_massassiknuckler humanoid_melee ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_commando_elite an elite Rebel commando crackdown_rebel_commando_hard humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_commando_grizzled_elite a grizzled elite Rebel commando fbase_rebel_commando_extreme humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_corporal a Rebel Corporal rebel_corporal humanoid - dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_corporal_field a Rebel field corporal crackdown_rebel_corporal_hard humanoid - dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_corporal_hard a Rebel field corporal fbase_rebel_corporal_hard humanoid - dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_corvette_admiral a Rebel Admiral corvette_rebel_admiral humanoid - dressed_rebel_general_human_female_01.iff;dressed_rebel_general_moncal_male_01.iff;dressed_rebel_general_fat_human_male_01.iff;dressed_rebel_general_old_twilek_male_01.iff;dressed_rebel_general_rodian_female_01.iff;dressed_rebel_general_human_female_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_corvette_commandant a Rebel Commandant corvette_rebel_commandant humanoid - dressed_rebel_major_human_female_01.iff;dressed_rebel_major_human_male_01.iff;dressed_rebel_major_moncal_male_01.iff;dressed_rebel_major_twilek_male_01.iff;dressed_rebel_major_zabrak_female_01.iff;dressed_rebel_major_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_corvette_commando a Rebel commando corvette_rebel_commando humanoid - dressed_rebel_corvette_commando_human_female_01.iff;dressed_rebel_corvette_commando_human_male_01.iff;dressed_rebel_corvette_commando_moncal_male_01.iff;dressed_rebel_corvette_commando_rodian_male_01.iff;dressed_rebel_corvette_commando_zabrak_female_01.iff;dressed_rebel_corvette_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_rifle_sg82 prof_commando melee_special_massassiknuckler humanoid_melee ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_corvette_commodore a Rebel Commodore corvette_rebel_commodore humanoid - dressed_rebel_major_human_female_01.iff;dressed_rebel_major_human_male_01.iff;dressed_rebel_major_moncal_male_01.iff;dressed_rebel_major_twilek_male_01.iff;dressed_rebel_major_zabrak_female_01.iff;dressed_rebel_major_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_corvette_engineer a Rebel Engineer corvette_rebel_engineer humanoid - dressed_rebel_second_lieutenant_twk_female_01.iff;dressed_rebel_second_lieutenant_twk_male_01.iff;dressed_rebel_second_lieutenant_human_female_01.iff;dressed_rebel_second_lieutenant_rodian_male_01.iff;dressed_rebel_second_lieutenant_trandoshan_male_01.iff;dressed_rebel_second_lieutenant_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_corvette_ensign a Rebel Ensign corvette_rebel_ensign humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_corvette_first_mate a Rebel First Mate corvette_rebel_mate humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_corvette_midshipman a Rebel Midshipman corvette_rebel_midshipman humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_corvette_rear_admiral a Rebel Rear Admiral corvette_rebel_rear_admiral humanoid - dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_sword_02 humanoid_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_corvette_sailor a Rebel Sailor corvette_rebel_sailor humanoid - dressed_rebel_staff_corporal_human_female_01.iff;dressed_rebel_staff_corporal_human_male_01.iff;dressed_rebel_staff_corporal_bith_female_01.iff;dressed_rebel_staff_corporal_human_female_01.iff;dressed_rebel_staff_corporal_bothan_female_01.iff;dressed_rebel_staff_corporal_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_creature_handler_apprentice an apprentice creature handler rebel_creature_handler_apprentice humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Global rebel rebel FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_creature_handler_novice a novice creature handler rebel_creature_handler_novice humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Global rebel rebel FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_crewman a Rebel crewman rebel_crewman humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_dak_ralter Dak Ralter c_syren_4_reb_ralter humanoid - dressed_rebel_brigadier_general_human_female_01.iff;dressed_rebel_brigadier_general_rodian_female_01.iff;dressed_rebel_brigadier_general_bith_male.iff;dressed_rebel_brigadier_general_sullustan_male.iff;dressed_rebel_brigadier_general_moncal_female.iff;dressed_rebel_brigadier_general_trandoshan_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_dark_trooper_hunter a Rebel dark trooper hunter crackdown_rebel_heavy_trooper humanoid - dressed_rebel_ris_01.iff;dressed_rebel_ris_02.iff;dressed_rebel_ris_03.iff;dressed_rebel_ris_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_bounty_hunter melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_dead_eye a Rebel dead-eye crackdown_rebel_sharpshooter_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_detain_commando Rebel Commando rebel_detainment_commando humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_detain_desert_trooper Rebel Desert Trooper rebel_detainment_desert_trooper humanoid - rebel_desert_soldier.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_detain_mandalorian Rebel Prison Trooper rebel_detainment_mandalorian humanoid - rebel_mandalorian.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_detain_mandalorian_grey Rebel Prison Trooper rebel_detainment_mandalorian_grey humanoid - rebel_mandalorian_grey.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_detain_officer Rebel Officer rebel_detainment_officer humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_detain_pilot Rebel Pilot rebel_detainment_pilot humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_detain_specforce_high Rebel SpecForce Veteran rebel_detainment_specforce_high humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_detain_specforce_normal Rebel SpecForce Trooper rebel_detainment_specforce_normal humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_detain_trooper Rebel Trooper rebel_detainment_trooper humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_elite_commando an elite Rebel commando fbase_rebel_elite_commando humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_special_massassiknuckler prof_officer_melee ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_elite_heavy_trooper a Rebel elite heavy trooper fbase_rebel_elite_heavy_trooper humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_elite_heavy_trooper_extreme a decorated Sith hunter fbase_rebel_elite_heavy_trooper_extreme humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_elite_heavy_trooper_hard a veteran Sith hunter fbase_rebel_elite_heavy_trooper_hard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_elite_sand_rat an elite Rebel sand rat fbase_rebel_elite_sand_rat humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_elite_sand_rat_extreme a grizzled elite Rebel sand rat fbase_rebel_elite_sand_rat_extreme humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_elite_sand_rat_hard a well-trained elite Rebel sand rat fbase_rebel_elite_sand_rat_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_captain_derlin Captain Derlin rebel_emperorsday_captain_derlin humanoid - dressed_captain_derlin_remembrance_day.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_ceremony_sentry Rebel SpecForce Sentry rebel_emperorsday_ceremony_sentry humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_chewbacca Chewbacca rebel_emperorsday_chewbacca humanoid - chewbacca.iff Global rebel rebel FALSE 1.14 1.14 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_crashvictim_officer Rebel Crash Victim rebel_emperorsday_crashvictim_officer humanoid - dressed_rebel_major_human_female_01.iff;dressed_rebel_major_human_male_01.iff;dressed_rebel_major_moncal_male_01.iff;dressed_rebel_major_twilek_male_01.iff;dressed_rebel_major_zabrak_female_01.iff;dressed_rebel_major_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_crashvictim_pilot Rebel Crash Victim rebel_emperorsday_crashvictim_pilot humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_crashvictim_spec_ops Rebel Crash Victim rebel_emperorsday_crashvictim_spec_ops humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_crashvictim_trooper Rebel Crash Victim rebel_emperorsday_crashvictim_trooper humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_baton_stun humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_detentionboss_deserttrooper Desert Trooper Falen Buir reb_empireday_detentionboss_deserttrooper humanoid - rebel_desert_soldier.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_detentionboss_jedi Chard Fristena reb_empireday_detentionboss_jedi humanoid - dressed_tutorial_light_jedi.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 melee_polearm_lance_lightsaber_02 prof_jedi - - - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_detentionboss_officer Major Caleb Shoma reb_empireday_detentionboss_officer humanoid - dressed_rebel_army_captain_human_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_detentionboss_pilot Pilot Lancer Sair reb_empireday_detentionboss_pilot humanoid - dressed_rebel_pilot_human_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_detentionboss_rebtrooper Trooper Jorel Sherrol reb_empireday_detentionboss_rebtrooper humanoid - dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_detentionboss_specforce SpecForce Titus Froud reb_empireday_detentionboss_specforce humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_han_solo Han Solo rebel_emperorsday_han_solo humanoid - han_solo.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_leia Princess Leia rebel_emperorsday_leia humanoid - rebel_emperorsday_leia.iff Global rebel rebel FALSE 0.9 0.9 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_major_rieekan Major Rieekan rebel_emperorsday_major_rieekan humanoid - dressed_major_rieekan_remembrance_day.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_pilot Rebel Pilot Honor Guard rebel_emperorsday_pilot humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_soldier Rebel Alliance Honor Guard rebel_emperorsday_soldier humanoid - rebel_desert_soldier.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_spec_ops Rebel SpecForce Honor Guard rebel_emperorsday_spec_ops humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_vendor Rebel Celebration Organizer rebel_emperorsday_vendor humanoid - rebel_emperorsday_vendor.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_empday_wedge_antilles Wedge Antilles rebel_emperorsday_wedge_antilles humanoid - wedge_antilles_remembrance_day.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_entertainer Alliance Entertainment Coordinator gcw_entertainer_rebel humanoid - npc_dressed_entertainer_ith_m_01_reb.iff;dressed_npc_entertainer_gcw_f_twk_reb_02.iff;dressed_entertainer_trainergcw_f_twk_reb.iff Global townsperson townsperson FALSE 1 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_eye_of_solitude an eye of Solitude eye_of_solitude humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Corellia solitude rebel FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_melee ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_falton_molard Falton Molard - humanoid - theme_park_record_keeper_rebel.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_fatigued_first_lieutenant a fatigued Rebel officer fbase_rebel_first_lieutenant humanoid Rebel Recruiter dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_fatigued_officer a fatigued Rebel officer crackdown_rebel_first_lieutenant humanoid Rebel Recruiter dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_first_lieutenant a Rebel First Lieutenant rebel_first_lieutenant humanoid Rebel Recruiter dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_first_lieutenant_hard a Rebel officer fbase_rebel_first_lieutenant_hard humanoid Rebel Recruiter dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_foot_of_solitude a foot of Solitude foot_of_solitude humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Corellia solitude rebel FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_melee ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_general a Rebel General rebel_general humanoid Rebel Recruiter dressed_rebel_general_human_female_01.iff;dressed_rebel_general_moncal_male_01.iff;dressed_rebel_general_fat_human_male_01.iff;dressed_rebel_general_old_twilek_male_01.iff;dressed_rebel_general_rodian_female_01.iff;dressed_rebel_general_human_female_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_general_garax_hadriin General Garax Hadriin c_syren_4_reb_boss humanoid - dressed_rebel_brigadier_general_human_female_01.iff;dressed_rebel_brigadier_general_rodian_female_01.iff;dressed_rebel_brigadier_general_bith_male.iff;dressed_rebel_brigadier_general_sullustan_male.iff;dressed_rebel_brigadier_general_moncal_female.iff;dressed_rebel_brigadier_general_trandoshan_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_greeata Greeata greeata humanoid - greeata.iff Global rebel rebel FALSE 0.9 0.9 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_grenadier a Rebel grenadier crackdown_rebel_grenadier humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_grenadier_extreme a grizzled Rebel munitions expert fbase_rebel_grenadier_extreme humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_grenadier_hard a Rebel munitions expert fbase_rebel_grenadier_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_guard a Rebel guard crackdown_rebel_guardsman humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_guard_captain a Rebel guard captain crackdown_rebel_guard_captain humanoid - dressed_rebel_specforce_captain_human_female_01.iff;dressed_rebel_specforce_captain_human_male_01.iff;dressed_rebel_specforce_captain_moncal_female_01.iff;dressed_rebel_specforce_captain_rodian_female_01.iff;dressed_rebel_specforce_captain_trandoshan_male_01.iff;dressed_rebel_specforce_captain_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_guard_captain_extreme a veteran Rebel guard captain fbase_rebel_guard_captain_extreme humanoid - dressed_rebel_specforce_captain_human_female_01.iff;dressed_rebel_specforce_captain_human_male_01.iff;dressed_rebel_specforce_captain_moncal_female_01.iff;dressed_rebel_specforce_captain_rodian_female_01.iff;dressed_rebel_specforce_captain_trandoshan_male_01.iff;dressed_rebel_specforce_captain_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_guard_captain_watchful a watchful Rebel guard captain crackdown_rebel_guard_captain_hard humanoid - dressed_rebel_specforce_captain_human_female_01.iff;dressed_rebel_specforce_captain_human_male_01.iff;dressed_rebel_specforce_captain_moncal_female_01.iff;dressed_rebel_specforce_captain_rodian_female_01.iff;dressed_rebel_specforce_captain_trandoshan_male_01.iff;dressed_rebel_specforce_captain_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_guard_watchful a watchful Rebel guard crackdown_rebel_guardsman_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_guardsman a Rebel guard fbase_rebel_guardsman humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_guardsman_confident a confident Rebel guard fbase_rebel_guardsman_extreme humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_guardsman_watchful a watchful Rebel guard fbase_rebel_guardsman_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_gungan_captain a Gungan Captain rebel_gungan_captain humanoid - gungan_male.iff Naboo rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_gungan_war_chief a Gungan War Chief rebel_gungan_war_chief humanoid - gungan_s03_male.iff Naboo rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_han_solo Han Solo han_solo humanoid - han_solo.iff Global rebel rebel FALSE 0.9 0.9 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_hand_of_solitude a hand of Solitude hand_of_solitude humanoid - dressed_mercenary_strong_hum_f.iff;dressed_mercenary_strong_hum_m.iff;dressed_mercenary_strong_rod_m.iff;dressed_mercenary_strong_tran_m.iff Corellia solitude rebel FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_special_vibroknuckler humanoid_melee ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_heavy_trooper a Rebel dark trooper hunter fbase_rebel_heavy_trooper humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_heavy_trooper_elite a Rebel elite heavy trooper crackdown_rebel_elite_heavy_trooper humanoid - dressed_rebel_ris_01.iff;dressed_rebel_ris_02.iff;dressed_rebel_ris_03.iff;dressed_rebel_ris_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_bounty_hunter melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_high_general a Rebel High General rebel_high_general humanoid Rebel Recruiter dressed_rebel_high_general_moncal_male_01.iff;dressed_rebel_high_general_sullustan_male_01.iff;dressed_rebel_high_general_human_female_01.iff;dressed_rebel_high_general_old_twilek_female_01.iff;dressed_rebel_high_general_human_male_01.iff;dressed_rebel_high_general_human_male_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_j_pai_brek J'pai Brek (Rebel Pilot Coordinator) j_pai_brek humanoid Coordinator space_rebel_tier3_female_01.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_jan_dodonna Jan Dodonna jan_dodonna humanoid - dressed_jan_dodonna.iff Global rebel rebel FALSE 0.91 0.91 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_jom_irimore Jom Irimore - humanoid Rebel Recruiter dressed_rebel_army_captain_human_male_01.iff;dressed_rebel_army_captain_moncal_male_01.iff;dressed_rebel_army_captain_bothan_male.iff;dressed_rebel_army_captain_twk_male.iff;dressed_rebel_army_captain_zabrak_female.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_kess_yarrow Kess Yarrow (a Rebel pilot) kess_yarrow humanoid Mining Outpost space_greeter_dantooine_brother_rebel.iff Dantooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_kiizete Kiizete kiizete humanoid Vortex Squadron space_rebel_tier1_naboo_kiizete.iff Naboo rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_kreezo Captain Kreezo (Rebel Pilot Trainer) kreezo humanoid Arkon's Havoc Squadron space_rebel_tier1_corellia_kreezo.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_lance_corporal a Rebel Lance Corporal rebel_lance_corporal humanoid - dressed_rebel_lance_coporal_human_female_01.iff;dressed_rebel_lance_corporal_human_male_01.iff;dressed_rebel_lance_corporal_twk_female_01.iff;dressed_rebel_lance_corporal_twk_male_01.iff;dressed_rebel_lance_corporal_rodian_male_01.iff;dressed_rebel_lance_corporal_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_leia_organa Leia Organa leia_organa humanoid - leia_organa.iff Global rebel rebel FALSE 0.75 0.75 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_liberator a Rebel liberator crackdown_rebel_liberator humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_liberator_experienced an experienced Rebel liberator crackdown_rebel_liberator_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_liberator_extreme a grizzled Rebel liberator fbase_rebel_liberator_extreme humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_lieutenant_colonel a Rebel Lieutenant Colonel rebel_lieutenant_colonel humanoid Rebel Recruiter dressed_rebel_lieutenant_colonel_rodian_female_01.iff;dressed_rebel_lieutenant_colonel_rodian_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_01.iff;dressed_rebel_lieutenant_colonel_zabrak_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_02.iff;dressed_rebel_lieutenant_colonel_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_lieutenant_general a Rebel Lieutenant General rebel_lieutenant_general humanoid Rebel Recruiter dressed_rebel_lieutenant_general_moncal_female_01.iff;dressed_rebel_lieutenant_general_moncal_male_01.iff;dressed_rebel_lieutenant_general_twilek_female_01.iff;dressed_rebel_lieutenant_general_rodian_male_01.iff;dressed_rebel_lieutenant_general_human_male_01.iff;dressed_rebel_lieutenant_general_twilek_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_lt_col_aqzow Lt. Col. Aqzow (Rebel Pilot Trainer) aqzow humanoid Arkon's Havoc Squadron space_rebel_tier3_aqzow.iff Yavin 4 rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_lt_lance Lt. Lance lt_lance humanoid Rebel Corvette Shuttle Rebel Recruiter dressed_lieutenant_lance.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_luke_skywalker Luke Skywalker luke_skywalker humanoid - dressed_luke_skywalker.iff Global rebel rebel FALSE 0.96 0.96 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_lutin_nightstalker Lutin Nightstalker death_watch_herald_rebel humanoid Corellia Coronet Herald dressed_rebel_general_moncal_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_major a Rebel Major rebel_major humanoid Rebel Recruiter dressed_rebel_major_human_female_01.iff;dressed_rebel_major_human_male_01.iff;dressed_rebel_major_moncal_male_01.iff;dressed_rebel_major_twilek_male_01.iff;dressed_rebel_major_zabrak_female_01.iff;dressed_rebel_major_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_major_eker Major Eker (Rebel Pilot Trainer) eker humanoid Crimson Phoenix space_rebel_tier2_eker.iff Yavin 4 rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_major_general a Rebel Major General rebel_major_general humanoid Rebel Recruiter dressed_rebel_high_general_moncal_male_01.iff;dressed_rebel_high_general_sullustan_male_01.iff;dressed_rebel_high_general_human_female_01.iff;dressed_rebel_high_general_old_twilek_female_01.iff;dressed_rebel_high_general_human_male_01.iff;dressed_rebel_high_general_human_male_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_master_sergeant a Rebel Master Sergeant rebel_master_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_master_sergeant_battle_worn a battle worn Rebel officer fbase_rebel_master_sergeant humanoid - dressed_rebel_sergeant_major_moncal_female_01.iff;dressed_rebel_sergeant_major_moncal_male_01.iff;dressed_rebel_sergeant_major_bothan_male_01.iff;dressed_rebel_sergeant_major_human_male_01.iff;dressed_rebel_sergeant_major_old_zabrak_male_01.iff;dressed_rebel_sergeant_major_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_master_sergeant_crowley Master Sergeant Crowley crowley humanoid - dressed_corvette_rebel_crowley.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_medic a Rebel Medic rebel_medic humanoid Rebel Recruiter dressed_rebel_medic1_bothan_male_01.iff;dressed_rebel_medic2_21b_01.iff;dressed_rebel_medic3_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_medic melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_medic_hard a Rebel surgeon fbase_rebel_medic_hard humanoid Rebel Recruiter dressed_rebel_medic1_bothan_male_01.iff;dressed_rebel_medic2_21b_01.iff;dressed_rebel_medic3_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_medic melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_mind_of_solitude a mind of Solitude mind_of_solitude humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Corellia solitude rebel FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_mon_mothma Mon Mothma mon_mothma humanoid - mon_mothma.iff Global rebel rebel FALSE 0.89 0.89 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_munitions_expert a Rebel munitions expert crackdown_rebel_grenadier_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_naboo_legacy_wilson_tchorshel Special Agent Wilson Tchorshel naboo_legacy_wilson_tchorshel humanoid - naboo_wilson_tchorshel.iff Naboo rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_network_leader a Rebel network leader network_leader humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_nien_nunb Nien Nunb nien_nunb humanoid - dressed_patron_sullustan_01.iff Lok rebel rebel FALSE 0.99 0.99 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_obscureops_agent a Rebel obscureOps agent assassin_mission_recruiter_rebel humanoid - dressed_assassin_mission_giver_reb_01.iff;dressed_assassin_mission_giver_reb_02.iff;dressed_assassin_mission_giver_reb_03.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_officer a Rebel officer crackdown_rebel_first_lieutenant_hard humanoid Rebel Recruiter dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_officer_battle_worn a battle worn Rebel officer crackdown_rebel_master_sergeant humanoid - dressed_rebel_sergeant_major_moncal_female_01.iff;dressed_rebel_sergeant_major_moncal_male_01.iff;dressed_rebel_sergeant_major_bothan_male_01.iff;dressed_rebel_sergeant_major_human_male_01.iff;dressed_rebel_sergeant_major_old_zabrak_male_01.iff;dressed_rebel_sergeant_major_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_officer_questgiver Teslo Ten'Doora rebel_officer_questgiver humanoid Rebel Recruiter dressed_rebel_army_captain_human_male_01.iff;dressed_rebel_army_captain_moncal_male_01.iff;dressed_rebel_army_captain_bothan_male.iff;dressed_rebel_army_captain_twk_male.iff;dressed_rebel_army_captain_zabrak_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_officer_skilled a skilled Rebel officer crackdown_rebel_master_sergeant_hard humanoid - dressed_rebel_sergeant_major_moncal_female_01.iff;dressed_rebel_sergeant_major_moncal_male_01.iff;dressed_rebel_sergeant_major_bothan_male_01.iff;dressed_rebel_sergeant_major_human_male_01.iff;dressed_rebel_sergeant_major_old_zabrak_male_01.iff;dressed_rebel_sergeant_major_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_officer_tactical a Rebel tactical officer crackdown_rebel_warrant_officer_ii_hard humanoid - dressed_rebel_lieutenant_colonel_rodian_female_01.iff;dressed_rebel_lieutenant_colonel_rodian_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_01.iff;dressed_rebel_lieutenant_colonel_zabrak_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_02.iff;dressed_rebel_lieutenant_colonel_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_officer_warrant a Rebel warrant officer crackdown_rebel_warrant_officer_ii humanoid - dressed_rebel_lieutenant_colonel_rodian_female_01.iff;dressed_rebel_lieutenant_colonel_rodian_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_01.iff;dressed_rebel_lieutenant_colonel_zabrak_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_02.iff;dressed_rebel_lieutenant_colonel_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_officer_washedout a washedout Rebel officer crackdown_rebel_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_pashna Pashna pashna humanoid - dressed_corvette_rebel_pashna.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_pilot a Rebel pilot rebel_pilot humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_pilot_disguised Rebel Pilot Disguised imp_prisoner_officer humanoid - dressed_imperial_officer_m_5.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_planet_base_commando a Rebel commando gcw_planet_base_rebel_commando humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_special_massassiknuckler humanoid_melee ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_planet_base_officer a Rebel Field Commander gcw_planet_base_rebel_officer humanoid - dressed_gcw_rebel_buff_officer.iff Global rebel rebel FALSE 1.2 1.2 0 - 2 1.8 ranged_carbine_e11_mark2 prof_officer_ranged melee_sword_02 prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_prisoner_jedi Rebel Pilot Disguised imp_prisoner_jedi humanoid - dressed_dark_jedi_master_male_human_06.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_prisoner_marine Rebel Pilot Disguised imp_prisoner_marine humanoid - galactic_marine_hum_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_prisoner_pilot_jedi Rebel Pilot Prisoner imp_prisoner_reb_pilot_disguise_jedi humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_prisoner_pilot_marine Rebel Pilot Prisoner imp_prisoner_reb_pilot_disguise_marine humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_prisoner_pilot_officer Rebel Pilot Prisoner imp_prisoner_reb_pilot_disguise_officer humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_prisoner_pilot_scouttrooper Rebel Pilot Prisoner imp_prisoner_reb_pilot_disguise_scouttrooper humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_prisoner_pilot_sqdldr Rebel Pilot Prisoner imp_prisoner_reb_pilot_disguise_sqdldr humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_prisoner_pilot_stormtrooper Rebel Pilot Prisoner imp_prisoner_reb_pilot_disguise_stormtrooper humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_prisoner_scouttrooper Rebel Pilot Disguised imp_prisoner_scouttrooper humanoid - dressed_scout_trooper_white_white.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_prisoner_sqdldr Rebel Pilot Disguised imp_prisoner_sqdldr humanoid - dressed_stormtrooper_groupleader_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_prisoner_stormtrooper Rebel Pilot Disguised imp_prisoner_stormtrooper humanoid - dressed_stormtrooper_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_qualdo_herm Major Qual'do Herm qualdo_herm humanoid - dressed_qualdo_herm.iff Corellia rebel rebel FALSE 0.99 0.99 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_record_keeper missing record_keeper_rebel humanoid - theme_park_record_keeper_rebel.iff Tatooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_recruit a frightened Rebel recruit fbase_rebel_recruit humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_recruit_battle_ready a battle ready Rebel recruit crackdown_rebel_recruit_hard humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_recruit_frightened a frightened Rebel recruit crackdown_rebel_recruit humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_recruit_hard a battle ready Rebel recruit fbase_rebel_recruit_hard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_recruiter a Rebel recruiter rebel_recruiter humanoid Rebel Recruiter dressed_rebel_recruiter_human_female_01.iff;dressed_rebel_recruiter_human_female_02.iff;dressed_rebel_recruiter_twilek_female_01.iff;dressed_rebel_recruiter_moncal_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_resistance_agitator a Rebel resistance agitator rebel_resistance_agitator humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 0.9 1.1 0 - 2 1.8 ranged_pistol_srcombat humanoid_commoner melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_resistance_anarchist a Rebel resistance anarchist rebel_resistance_anarchist humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Global rebel rebel FALSE 0.9 1.1 0 - 2 1.8 ranged_pistol_srcombat humanoid_commoner melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_resistance_dissident a Rebel resistance dissident rebel_resistance_dissident humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 0.9 1.1 0 - 2 1.8 ranged_pistol_srcombat humanoid_commoner melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_resistance_leader a Rebel resistance leader rebel_resistance_leader humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Global rebel rebel FALSE 0.9 1.1 0 - 2 1.8 ranged_pistol_srcombat humanoid_commoner melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_resistance_separatist a Rebel resistance separatist rebel_resistance_separatist humanoid - dressed_mercenary_weak_hum_f.iff;dressed_mercenary_weak_hum_m.iff;dressed_mercenary_weak_rod_m.iff;dressed_mercenary_messanger_hum_f.iff;dressed_mercenary_messanger_hum_m.iff;dressed_mercenary_messanger_rod_m.iff;dressed_mercenary_messanger_sullustan_m.iff Global rebel rebel FALSE 0.9 1.1 0 - 2 1.8 ranged_pistol_srcombat humanoid_commoner melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_captain_klork Captain Klork restuss_rebel_captain_klork humanoid - dressed_rebel_restuss_captain_klork.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_captain_redding Captain Redding restuss_rebel_captain_redding humanoid - dressed_rebel_restuss_captain_redding.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_captain_voldez Captain Voldez restuss_rebel_captain_voldez humanoid - dressed_rebel_restuss_captain_voldez.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_captain_vrinko Captain Vrinko restuss_rebel_captain_vrinko humanoid - dressed_rebel_restuss_captain_vrinko.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_commando a Rebel commando restuss_rebel_commando humanoid - dressed_rebel_restuss_commando.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_rifle_sg82 prof_commando melee_baton_stun prof_commando ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_elite_commando Rebel Elite Commando restuss_elite_rebel_commando humanoid - dressed_rebel_restuss_elite_commando.iff Rori rebel rebel FALSE 1.2 1.2 0 - 2 1.8 ranged_rifle_sg82 prof_commando melee_baton_stun prof_commando ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_general General Krotog restuss_rebel_general humanoid Rebel Recruiter dressed_restuss_rebel_general_krotog.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_herald a Rebel Trooper restuss_herald_rebel humanoid - dressed_rebel_restuss_commando.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_rebel_restuss_load_lifter_ambush Alliance Supply Specialist restuss_rebel_load_lifter_ambush humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_baton_stun prof_commando ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_lt_grollo Lieutenant Grollo restuss_rebel_lt_grollo humanoid - dressed_restuss_rebel_lt_grollo.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_lt_ingri Lieutenant Ingri restuss_rebel_lt_ingri humanoid - dressed_restuss_rebel_lt_ingri.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_lt_olvog Lieutenant Olvog restuss_rebel_lt_olvog humanoid - dressed_restuss_rebel_lt_olvog.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_lt_romer Lieutenant Romer restuss_rebel_lt_romer humanoid - dressed_restuss_rebel_lt_roamer.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_mandalorian a Rebel Squad Leader restuss_rebel_mandalorian humanoid - dressed_rebel_restuss_commando_leader.iff Rori rebel rebel FALSE 1.1 1.1 0 - 2 1.8 ranged_rifle_sg82 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_reward_officer Rebel Commendation Officer restuss_rebel_reward_officer humanoid - dressed_rebel_staff_corporal_human_male_01.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_restuss_trooper_st3 a Rebel Trooper restuss_rebel_trooper_st3 humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_baton_stun prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_rifleman_crack a crack Rebel rifleman crackdown_rebel_rifleman_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_rifleman_fresh a fresh Rebel rifleman crackdown_rebel_rifleman humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_rtp_c3po_guard_captain a Rebel guard captain rtp_c3po_guard_captain humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_rtp_leia_organa_summoned Leia Organa rtp_leia_organa_summoned humanoid Rebel Theme Park leia_organa.iff Corellia rebel rebel FALSE 0.75 0.75 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_sand_rat_elite an elite Rebel sand rat crackdown_rebel_elite_sand_rat humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_sand_rat_elite_well_trained a well-trained elite Rebel sand rat crackdown_rebel_elite_sand_rat_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_scout a Rebel scout rebel_scout humanoid - dressed_rebel_scout_human_female_01.iff;dressed_rebel_scout_human_female_02.iff;dressed_rebel_scout_human_male_01.iff;dressed_rebel_scout_bothan_male_01.iff;dressed_rebel_scout_rodian_male_01.iff;dressed_rebel_scout_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_rifle_sg82 prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_scout_female a Rebel scout rebel_scout_female humanoid - dressed_rebel_scout_human_female_01.iff;dressed_rebel_scout_human_female_02.iff;dressed_rebel_scout_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_rifle_sg82 prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_second_lieutenant a Rebel Second Lieuteneant rebel_second_lieutenant humanoid Rebel Recruiter dressed_rebel_second_lieutenant_twk_female_01.iff;dressed_rebel_second_lieutenant_twk_male_01.iff;dressed_rebel_second_lieutenant_human_female_01.iff;dressed_rebel_second_lieutenant_rodian_male_01.iff;dressed_rebel_second_lieutenant_trandoshan_male_01.iff;dressed_rebel_second_lieutenant_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_laser prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_section_commander a Rebel section commander crackdown_rebel_squad_leader_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_security_guard a Rebel security guard crackdown_rebel_command_security_guard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_security_officer a Rebel security officer crackdown_rebel_command_security_guard_hard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_senior_specforce_guerrilla a senior SpecForce urban guerrilla senior_specforce_guerrilla humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_senior_specforce_heavy_weapons_specialist a senior SpecForce heavy weapons specialist senior_specforce_heavy_weapons_specialist humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_senior_specforce_infiltrator a senior SpecForce infiltrator senior_specforce_infiltrator humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_senior_specforce_lieutenant a senior SpecForce Lieutenant senior_specforce_lieutenant humanoid - dressed_rebel_second_lieutenant_twk_female_01.iff;dressed_rebel_second_lieutenant_twk_male_01.iff;dressed_rebel_second_lieutenant_human_female_01.iff;dressed_rebel_second_lieutenant_rodian_male_01.iff;dressed_rebel_second_lieutenant_trandoshan_male_01.iff;dressed_rebel_second_lieutenant_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_senior_specforce_marine a senior SpecForce marine senior_specforce_marine humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_senior_specforce_pathfinder a senior SpecForce pathfinder senior_specforce_pathfinder humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_senior_specforce_technician a senior SpecForce technician senior_specforce_technician humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_senior_specforce_wilderness_trooper a senior SpecForce wilderness fighter senior_specforce_wilderness_trooper humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_sentry Rebel Sentry gcw_rebel_sentry humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 0 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 20 20 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_sergeant a Rebel Sergeant rebel_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_sergeant_major a Rebel Sergeant Major rebel_sergeant_major humanoid - dressed_rebel_sergeant_major_moncal_female_01.iff;dressed_rebel_sergeant_major_moncal_male_01.iff;dressed_rebel_sergeant_major_bothan_male_01.iff;dressed_rebel_sergeant_major_human_male_01.iff;dressed_rebel_sergeant_major_old_zabrak_male_01.iff;dressed_rebel_sergeant_major_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_sergeant_strict a strict Rebel sergeant crackdown_rebel_sergeant_hard humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_sergeant_washout a washout Rebel officer fbase_rebel_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_sharpshooter a Rebel sharpshooter crackdown_rebel_sharpshooter humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_sharpshooter_hard a Rebel dead-eye fbase_rebel_sharpshooter_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_sith_hunter_veteran a veteran Sith hunter crackdown_rebel_elite_heavy_trooper_hard humanoid - dressed_rebel_ris_01.iff;dressed_rebel_ris_02.iff;dressed_rebel_ris_03.iff;dressed_rebel_ris_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 100 npc_force_dark 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_soldier a Rebel soldier crackdown_rebel_soldier humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_soldier_battle_ready a battle ready Rebel soldier crackdown_rebel_soldier_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_soldier_grizzled a grizzled Rebel soldier fbase_rebel_soldier_extreme humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_soldier_hard a battle ready Rebel soldier fbase_rebel_soldier_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_captain a Rebel SpecForce Captain rebel_specforce_captain humanoid Rebel Recruiter dressed_rebel_specforce_captain_human_female_01.iff;dressed_rebel_specforce_captain_human_male_01.iff;dressed_rebel_specforce_captain_moncal_female_01.iff;dressed_rebel_specforce_captain_rodian_female_01.iff;dressed_rebel_specforce_captain_trandoshan_male_01.iff;dressed_rebel_specforce_captain_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_colonel a Rebel SpecForce Colonel rebel_specforce_colonel humanoid Rebel Recruiter dressed_rebel_colonel_sullustan_male_01.iff;dressed_rebel_colonel_twk_male_01.iff;dressed_rebel_colonel_moncal_female.iff;dressed_rebel_colonel_fat_zabrak_male.iff;dressed_rebel_colonel_bothan_male.iff;dressed_rebel_colonel_old_human_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_general a Rebel SpecForce General rebel_specforce_general humanoid Rebel Recruiter dressed_rebel_general_human_female_01.iff;dressed_rebel_general_moncal_male_01.iff;dressed_rebel_general_fat_human_male_01.iff;dressed_rebel_general_old_twilek_male_01.iff;dressed_rebel_general_rodian_female_01.iff;dressed_rebel_general_human_female_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_guerrilla a Rebel SpecForce urban guerrilla rebel_specforce_guerrilla humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_heavy_weapons_specialist a SpecForce heavy weapons specialist specforce_heavy_weapons_specialist humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_infiltrator a SpecForce infiltator specforce_infiltrator humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_interrogator a SpecForce interrogator specforce_interrogator humanoid - dressed_rebel_specforce_sergeant_moncal_female_01.iff;dressed_rebel_specforce_sergeant_moncal_male_01.iff;dressed_rebel_specforce_sergeant_bothan_male_01.iff;dressed_rebel_specforce_sergeant_human_male_01.iff;dressed_rebel_specforce_sergeant_trandoshan_male_01.iff;dressed_rebel_specforce_sergeant_twk_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_lieutenant a SpecForce Lieutenant specforce_lieutenant humanoid - dressed_rebel_second_lieutenant_twk_female_01.iff;dressed_rebel_second_lieutenant_twk_male_01.iff;dressed_rebel_second_lieutenant_human_female_01.iff;dressed_rebel_second_lieutenant_rodian_male_01.iff;dressed_rebel_second_lieutenant_trandoshan_male_01.iff;dressed_rebel_second_lieutenant_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_major a SpecForce Major specforce_major humanoid - dressed_rebel_colonel_sullustan_male_01.iff;dressed_rebel_colonel_twk_male_01.iff;dressed_rebel_colonel_moncal_female.iff;dressed_rebel_colonel_fat_zabrak_male.iff;dressed_rebel_colonel_bothan_male.iff;dressed_rebel_colonel_old_human_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_marine a SpecForce marine specforce_marine humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_master_sergeant a SpecForce Master Sergeant specforce_master_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_pathfinder a Rebel SpecForce pathfinder rebel_specforce_pathfinder humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_procurement_specialist a SpecForce procurement specialist specforce_procurement_specialist humanoid - dressed_rebel_specforce_captain_human_female_01.iff;dressed_rebel_specforce_captain_human_male_01.iff;dressed_rebel_specforce_captain_moncal_female_01.iff;dressed_rebel_specforce_captain_rodian_female_01.iff;dressed_rebel_specforce_captain_trandoshan_male_01.iff;dressed_rebel_specforce_captain_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_sergeant a Rebel SpecForce Sergeant rebel_specforce_sergeant humanoid - dressed_rebel_specforce_sergeant_moncal_female_01.iff;dressed_rebel_specforce_sergeant_moncal_male_01.iff;dressed_rebel_specforce_sergeant_bothan_male_01.iff;dressed_rebel_specforce_sergeant_human_male_01.iff;dressed_rebel_specforce_sergeant_trandoshan_male_01.iff;dressed_rebel_specforce_sergeant_twk_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_laser prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_technician a SpecForce technician specforce_technician humanoid - dressed_rebel_specforce_sergeant_moncal_female_01.iff;dressed_rebel_specforce_sergeant_moncal_male_01.iff;dressed_rebel_specforce_sergeant_bothan_male_01.iff;dressed_rebel_specforce_sergeant_human_male_01.iff;dressed_rebel_specforce_sergeant_trandoshan_male_01.iff;dressed_rebel_specforce_sergeant_twk_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specforce_wilderness_operative a SpecForce wilderness operative specforce_wilderness_operative humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specops_agent a SpecOps agent specops_agent humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specops_alliance_free_agent a SpecOps Alliance free agent specops_alliance_free_agent humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_specops_trooper a SpecOps trooper specops_trooper humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_squad_leader a Rebel squad leader crackdown_rebel_squad_leader humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_squad_leader_grizzled a grizzled Rebel section commander fbase_rebel_squad_leader_extreme humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_staff_corporal a Rebel Staff Corporal rebel_staff_corporal humanoid - dressed_rebel_staff_corporal_human_female_01.iff;dressed_rebel_staff_corporal_human_male_01.iff;dressed_rebel_staff_corporal_bith_female_01.iff;dressed_rebel_staff_corporal_human_female_01.iff;dressed_rebel_staff_corporal_bothan_female_01.iff;dressed_rebel_staff_corporal_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_staff_sergeant a Rebel Staff Sergeant rebel_staff_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_storyteller_boss_commando a Rebel Commando Vindicator storyteller_boss_rebel_commando humanoid - storyteller_rebel_commando_boss.iff Global storyteller_rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_storyteller_commando a Rebel commando storyteller_rebel_commando humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global storyteller_rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_storyteller_heavy_trooper a Rebel trooper storyteller_rebel_heavy_trooper humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global storyteller_rebel rebel FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_storyteller_officer a Rebel officer storyteller_rebel_officer humanoid - dressed_rebel_major_human_female_01.iff;dressed_rebel_major_human_male_01.iff;dressed_rebel_major_moncal_male_01.iff;dressed_rebel_major_twilek_male_01.iff;dressed_rebel_major_zabrak_female_01.iff;dressed_rebel_major_zabrak_male_01.iff Global storyteller_rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_storyteller_pilot a Rebel Pilot storyteller_rebel_pilot humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global storyteller_rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_storyteller_snow_trooper a Rebel Snow Trooper storyteller_rebel_snow_trooper humanoid - rebel_snow_m_01.iff;rebel_snow_f_01.iff Global storyteller_rebel rebel FALSE 0.9 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 10 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_stranded_officer a stranded Rebel officer stranded_rebel_officer humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Yavin 4 rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_stranded_pilot a stranded Rebel pilot stranded_rebel_pilot humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Yavin 4 rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_stranded_scout a stranded Rebel scout stranded_rebel_scout humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Dantooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_stranded_soldier a stranded Rebel soldier stranded_rebel_soldier humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Yavin 4 rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_surface_marshal a Rebel surface Marshal rebel_surface_marshal humanoid Rebel Recruiter dressed_rebel_surface_marshal_rodian_female_01.iff;dressed_rebel_surface_marshal_rodian_male_01.iff;dressed_rebel_surface_marshal_human_male_01.iff;dressed_rebel_surface_marshal_moncal_female_01.iff;dressed_rebel_surface_marshal_twk_male_fat_01.iff;dressed_rebel_surface_marshal_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_surgeon a Rebel surgeon crackdown_rebel_medic_hard humanoid Rebel Recruiter dressed_rebel_medic1_bothan_male_01.iff;dressed_rebel_medic2_21b_01.iff;dressed_rebel_medic3_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_medic melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_syren_5_cadet_elite an elite Rebel cadet syren_5_rebel_cadet_hard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 7 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_syren_5_grenadier a Rebel grenadier syren_5_rebel_grenadier_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 7 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_syren_5_guardsman a Rebel guardsman syren_5_rebel_guardsman_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 7 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_syren_5_heavy_trooper a Rebel heavy trooper syren_5_rebel_heavy_trooper_hard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 6 7 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_syren_5_liberator a Rebel liberator syren_5_rebel_liberator_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 7 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_syren_5_questgiver Dak Ralter syren5_rebel_questgiver humanoid - dressed_dak_ralter.iff Talus rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_syren_5_rebel_commander a Rebel commander syren_5_rebel_rebel_admiral humanoid - dressed_rebel_general_human_female_01.iff;dressed_rebel_general_moncal_male_01.iff;dressed_rebel_general_fat_human_male_01.iff;dressed_rebel_general_old_twilek_male_01.iff;dressed_rebel_general_rodian_female_01.iff;dressed_rebel_general_human_female_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_syren_5_rifleman a Rebel rifleman syren_5_rebel_rifleman_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 7 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_syren_5_soldier_elite an elite Rebel soldier syren_5_rebel_soldier_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 7 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_tactical_officer a Rebel tactical officer fbase_rebel_warrant_officer_ii_hard humanoid - dressed_rebel_lieutenant_colonel_rodian_female_01.iff;dressed_rebel_lieutenant_colonel_rodian_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_01.iff;dressed_rebel_lieutenant_colonel_zabrak_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_02.iff;dressed_rebel_lieutenant_colonel_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_talus_coa_investigator Rebel Investigator talus_dearic_coa_rebel_investigator humanoid - dressed_rebel_recruiter_human_female_01.iff;dressed_rebel_recruiter_human_female_02.iff;dressed_rebel_recruiter_twilek_female_01.iff;dressed_rebel_recruiter_moncal_male_01.iff Talus rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_talus_coa_vayde_quellium Captain Vayde Quellium talus_dearic_coa_vayde_quellium humanoid - coa_vayde_quellium.iff Talus rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_title_grant Lt. Jarad Gastin reb_title_grant humanoid - dressed_npe_rebel_agent.iff Tatooine rebel - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_trooper a Rebel trooper rebel_trooper humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_tutorial_light_jedi a Light Jedi tutorial_light_jedi humanoid - dressed_tutorial_light_jedi.iff Global light_jedi_sentinel rebel FALSE 1 1 0 - 2 1.8 melee_polearm_lance_lightsaber_02 prof_jedi - - - - 6 6 FALSE - 100 npc 100 npc_force_light 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_ufwol General Ufwol (Rebel Pilot Trainer) ufwol humanoid Crimson Phoenix space_rebel_tier4_ufwol.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_v3_fx V3-FX (Rebel Pilot Trainer) v3_fx humanoid Vortex Squadron space_rebel_tier1_naboo_v3fx.iff Naboo rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_army_captain a Veteran Rebel Army Captain veteran_rebel_army_captain humanoid Rebel Recruiter dressed_rebel_army_captain_human_male_01.iff;dressed_rebel_army_captain_moncal_male_01.iff;dressed_rebel_army_captain_bothan_male.iff;dressed_rebel_army_captain_twk_male.iff;dressed_rebel_army_captain_zabrak_female.iff;dressed_rebel_army_captain_trandoshan_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_brigadier_general a Veteran Rebel Brigadier General veteran_rebel_brigadier_general humanoid Rebel Recruiter dressed_rebel_brigadier_general_human_female_01.iff;dressed_rebel_brigadier_general_rodian_female_01.iff;dressed_rebel_brigadier_general_bith_male.iff;dressed_rebel_brigadier_general_sullustan_male.iff;dressed_rebel_brigadier_general_moncal_female.iff;dressed_rebel_brigadier_general_trandoshan_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_colonel a Veteran Rebel Colonel veteran_rebel_colonel humanoid Rebel Recruiter dressed_rebel_colonel_sullustan_male_01.iff;dressed_rebel_colonel_twk_male_01.iff;dressed_rebel_colonel_moncal_female.iff;dressed_rebel_colonel_fat_zabrak_male.iff;dressed_rebel_colonel_bothan_male.iff;dressed_rebel_colonel_old_human_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_commando a Veteran Rebel Commando veteran_rebel_commando humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_rifle_sg82 prof_commando melee_special_massassiknuckler humanoid_melee ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_corporal a Veteran Rebel Corporal veteran_rebel_corporal humanoid - dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_first_lieutenant a Veteran Rebel First Lieutenant veteran_rebel_first_lieutenant humanoid Rebel Recruiter dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_general a Veteran Rebel General veteran_rebel_general humanoid Rebel Recruiter dressed_rebel_general_human_female_01.iff;dressed_rebel_general_moncal_male_01.iff;dressed_rebel_general_fat_human_male_01.iff;dressed_rebel_general_old_twilek_male_01.iff;dressed_rebel_general_rodian_female_01.iff;dressed_rebel_general_human_female_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_high_general a Veteran Rebel High General veteran_rebel_high_general humanoid Rebel Recruiter dressed_rebel_high_general_moncal_male_01.iff;dressed_rebel_high_general_sullustan_male_01.iff;dressed_rebel_high_general_human_female_01.iff;dressed_rebel_high_general_old_twilek_female_01.iff;dressed_rebel_high_general_human_male_01.iff;dressed_rebel_high_general_human_male_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_lance_corporal a Veteran Rebel Lance Corporal veteran_rebel_lance_corporal humanoid - dressed_rebel_lance_coporal_human_female_01.iff;dressed_rebel_lance_corporal_human_male_01.iff;dressed_rebel_lance_corporal_twk_female_01.iff;dressed_rebel_lance_corporal_twk_male_01.iff;dressed_rebel_lance_corporal_rodian_male_01.iff;dressed_rebel_lance_corporal_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_lieutenant_colonel a Veteran Rebel Lieutenant Colonel veteran_rebel_lieutenant_colonel humanoid Rebel Recruiter dressed_rebel_lieutenant_colonel_rodian_female_01.iff;dressed_rebel_lieutenant_colonel_rodian_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_01.iff;dressed_rebel_lieutenant_colonel_zabrak_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_02.iff;dressed_rebel_lieutenant_colonel_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_lieutenant_general a Veteran Rebel Lieutenant General veteran_rebel_lieutenant_general humanoid Rebel Recruiter dressed_rebel_lieutenant_general_moncal_female_01.iff;dressed_rebel_lieutenant_general_moncal_male_01.iff;dressed_rebel_lieutenant_general_twilek_female_01.iff;dressed_rebel_lieutenant_general_rodian_male_01.iff;dressed_rebel_lieutenant_general_human_male_01.iff;dressed_rebel_lieutenant_general_twilek_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_major a Veteran Rebel Major veteran_rebel_major humanoid Rebel Recruiter dressed_rebel_major_human_female_01.iff;dressed_rebel_major_human_male_01.iff;dressed_rebel_major_moncal_male_01.iff;dressed_rebel_major_twilek_male_01.iff;dressed_rebel_major_zabrak_female_01.iff;dressed_rebel_major_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_major_general a Veteran Rebel Major General veteran_rebel_major_general humanoid Rebel Recruiter dressed_rebel_high_general_moncal_male_01.iff;dressed_rebel_high_general_sullustan_male_01.iff;dressed_rebel_high_general_human_female_01.iff;dressed_rebel_high_general_old_twilek_female_01.iff;dressed_rebel_high_general_human_male_01.iff;dressed_rebel_high_general_human_male_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_master_sergeant a Veteran Rebel Master Sergeant veteran_rebel_master_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_medic a Veteran Rebel Medic veteran_rebel_medic humanoid Rebel Recruiter dressed_rebel_medic1_bothan_male_01.iff;dressed_rebel_medic2_21b_01.iff;dressed_rebel_medic3_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_medic melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_scout a Veteran Rebel Scout veteran_rebel_scout humanoid - dressed_rebel_scout_human_female_01.iff;dressed_rebel_scout_human_female_02.iff;dressed_rebel_scout_human_male_01.iff;dressed_rebel_scout_bothan_male_01.iff;dressed_rebel_scout_rodian_male_01.iff;dressed_rebel_scout_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_bounty_hunter melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_scout_female a Veteran Rebel Scout veteran_rebel_scout_female humanoid - dressed_rebel_scout_human_female_01.iff;dressed_rebel_scout_human_female_02.iff;dressed_rebel_scout_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_bounty_hunter melee_unarmed_default humanoid_commoner - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_second_lieutenant a Veteran Rebel Second Lietenant veteran_rebel_second_lieutenant humanoid Rebel Recruiter dressed_rebel_second_lieutenant_twk_female_01.iff;dressed_rebel_second_lieutenant_twk_male_01.iff;dressed_rebel_second_lieutenant_human_female_01.iff;dressed_rebel_second_lieutenant_rodian_male_01.iff;dressed_rebel_second_lieutenant_trandoshan_male_01.iff;dressed_rebel_second_lieutenant_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_laser prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_sergeant a Veteran Rebel Sergeant veteran_rebel_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_sergeant_major a Veteran Rebel Sergeant Major veteran_rebel_sergeant_major humanoid - dressed_rebel_sergeant_major_moncal_female_01.iff;dressed_rebel_sergeant_major_moncal_male_01.iff;dressed_rebel_sergeant_major_bothan_male_01.iff;dressed_rebel_sergeant_major_human_male_01.iff;dressed_rebel_sergeant_major_old_zabrak_male_01.iff;dressed_rebel_sergeant_major_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_staff_corporal a Veteran Rebel Staff Corporal veteran_rebel_staff_corporal humanoid - dressed_rebel_staff_corporal_human_female_01.iff;dressed_rebel_staff_corporal_human_male_01.iff;dressed_rebel_staff_corporal_bith_female_01.iff;dressed_rebel_staff_corporal_human_female_01.iff;dressed_rebel_staff_corporal_bothan_female_01.iff;dressed_rebel_staff_corporal_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_staff_sergeant a Veteran Rebel Staff Sergeant veteran_rebel_staff_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_surface_marshal a Veteran Rebel Surface Marshal veteran_rebel_surface_marshal humanoid Rebel Recruiter dressed_rebel_surface_marshal_rodian_female_01.iff;dressed_rebel_surface_marshal_rodian_male_01.iff;dressed_rebel_surface_marshal_human_male_01.iff;dressed_rebel_surface_marshal_moncal_female_01.iff;dressed_rebel_surface_marshal_twk_male_fat_01.iff;dressed_rebel_surface_marshal_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_trooper a Veteran Rebel Trooper veteran_rebel_trooper humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_warrant_officer_i a Veteran Rebel Warrant Officer I veteran_rebel_warrant_officer_i humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_veteran_warrant_officer_ii a Veteran Rebel Warrant Officer II veteran_rebel_warrant_officer_ii humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_viopa Lady Viopa (Rebel Pilot Trainer) viopa humanoid Arkon's Havoc Squadron space_privateer_tier4_naboo_diness.iff Lok rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_vrovel Brother Vrovel (Rebel Pilot Trainer) vrovel humanoid Vortex Squadron space_rebel_tier2_vrovel.iff Dantooine rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_warrant_officer_i a Rebel Warrant Officer I rebel_warrant_officer_i humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_warrant_officer_ii a Rebel Warrant Officer II rebel_warrant_officer_ii humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_warvog_arkon Warvog Arkon (Rebel Pilot Trainer) warvog_arkon humanoid Arkon's Havoc Squadron space_rebel_tier4_warvog.iff Lok rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_weapons_leader a Rebel weapons leader fbase_rebel_heavy_trooper_extreme humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_weapons_master a Rebel weapons master crackdown_rebel_heavy_trooper_hard humanoid - dressed_rebel_ris_01.iff;dressed_rebel_ris_02.iff;dressed_rebel_ris_03.iff;dressed_rebel_ris_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_wedge_antilles Wedge Antilles wedge_antilles humanoid - wedge_antilles.iff Global rebel rebel FALSE 0.85 0.85 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_will_of_solitude a will of Solitude will_of_solitude humanoid - dressed_mercenary_strong_hum_f.iff;dressed_mercenary_strong_hum_m.iff;dressed_mercenary_strong_rod_m.iff;dressed_mercenary_strong_tran_m.iff Corellia solitude rebel FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_willham_burke Admiral Willham Burke willham_burke humanoid Rebel Tier 5 Trainer dressed_rebel_army_captain_human_male_01.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_rebel_zo_ssa Commander Zo'ssa zo_ssa humanoid - dressed_rebel_army_captain_zabrak_female.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_lt_grollo Lieutenant Grollo restuss_rebel_lt_grollo humanoid - dressed_restuss_rebel_lt_grollo.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_lt_ingri Lieutenant Ingri restuss_rebel_lt_ingri humanoid - dressed_restuss_rebel_lt_ingri.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_lt_olvog Lieutenant Olvog restuss_rebel_lt_olvog humanoid - dressed_restuss_rebel_lt_olvog.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_lt_romer Lieutenant Romer restuss_rebel_lt_romer humanoid - dressed_restuss_rebel_lt_roamer.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_mandalorian a Rebel Squad Leader restuss_rebel_mandalorian humanoid - dressed_rebel_restuss_commando_leader.iff Rori rebel rebel FALSE 1.1 1.1 0 - 2 1.8 ranged_rifle_sg82 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_reward_officer Rebel Commendation Officer restuss_rebel_reward_officer humanoid - dressed_rebel_staff_corporal_human_male_01.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_restuss_trooper_st3 a Rebel Trooper restuss_rebel_trooper_st3 humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_commando melee_baton_stun prof_commando ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_rifleman_crack a crack Rebel rifleman crackdown_rebel_rifleman_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_rifleman_fresh a fresh Rebel rifleman crackdown_rebel_rifleman humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_rtp_c3po_guard_captain a Rebel guard captain rtp_c3po_guard_captain humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_rtp_leia_organa_summoned Leia Organa rtp_leia_organa_summoned humanoid Rebel Theme Park leia_organa.iff Corellia rebel rebel FALSE 0.75 0.75 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_sand_rat_elite an elite Rebel sand rat crackdown_rebel_elite_sand_rat humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_sand_rat_elite_well_trained a well-trained elite Rebel sand rat crackdown_rebel_elite_sand_rat_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_scout a Rebel scout rebel_scout humanoid - dressed_rebel_scout_human_female_01.iff;dressed_rebel_scout_human_female_02.iff;dressed_rebel_scout_human_male_01.iff;dressed_rebel_scout_bothan_male_01.iff;dressed_rebel_scout_rodian_male_01.iff;dressed_rebel_scout_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_rifle_sg82 prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_scout_female a Rebel scout rebel_scout_female humanoid - dressed_rebel_scout_human_female_01.iff;dressed_rebel_scout_human_female_02.iff;dressed_rebel_scout_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_rifle_sg82 prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_second_lieutenant a Rebel Second Lieuteneant rebel_second_lieutenant humanoid Rebel Recruiter dressed_rebel_second_lieutenant_twk_female_01.iff;dressed_rebel_second_lieutenant_twk_male_01.iff;dressed_rebel_second_lieutenant_human_female_01.iff;dressed_rebel_second_lieutenant_rodian_male_01.iff;dressed_rebel_second_lieutenant_trandoshan_male_01.iff;dressed_rebel_second_lieutenant_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_laser prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_section_commander a Rebel section commander crackdown_rebel_squad_leader_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_security_guard a Rebel security guard crackdown_rebel_command_security_guard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_security_officer a Rebel security officer crackdown_rebel_command_security_guard_hard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_senior_specforce_guerrilla a senior SpecForce urban guerrilla senior_specforce_guerrilla humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_senior_specforce_heavy_weapons_specialist a senior SpecForce heavy weapons specialist senior_specforce_heavy_weapons_specialist humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_senior_specforce_infiltrator a senior SpecForce infiltrator senior_specforce_infiltrator humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_senior_specforce_lieutenant a senior SpecForce Lieutenant senior_specforce_lieutenant humanoid - dressed_rebel_second_lieutenant_twk_female_01.iff;dressed_rebel_second_lieutenant_twk_male_01.iff;dressed_rebel_second_lieutenant_human_female_01.iff;dressed_rebel_second_lieutenant_rodian_male_01.iff;dressed_rebel_second_lieutenant_trandoshan_male_01.iff;dressed_rebel_second_lieutenant_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_senior_specforce_marine a senior SpecForce marine senior_specforce_marine humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_senior_specforce_pathfinder a senior SpecForce pathfinder senior_specforce_pathfinder humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_senior_specforce_technician a senior SpecForce technician senior_specforce_technician humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_senior_specforce_wilderness_trooper a senior SpecForce wilderness fighter senior_specforce_wilderness_trooper humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_sentry Rebel Sentry gcw_rebel_sentry humanoid - rebel_specforce_hum_m.iff Global rebel rebel FALSE 1.05 1.2 0 - 2 0 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_sergeant a Rebel Sergeant rebel_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_sergeant_major a Rebel Sergeant Major rebel_sergeant_major humanoid - dressed_rebel_sergeant_major_moncal_female_01.iff;dressed_rebel_sergeant_major_moncal_male_01.iff;dressed_rebel_sergeant_major_bothan_male_01.iff;dressed_rebel_sergeant_major_human_male_01.iff;dressed_rebel_sergeant_major_old_zabrak_male_01.iff;dressed_rebel_sergeant_major_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_sergeant_strict a strict Rebel sergeant crackdown_rebel_sergeant_hard humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_sergeant_washout a washout Rebel officer fbase_rebel_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_sharpshooter a Rebel sharpshooter crackdown_rebel_sharpshooter humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_sharpshooter_hard a Rebel dead-eye fbase_rebel_sharpshooter_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_sith_hunter_veteran a veteran Sith hunter crackdown_rebel_elite_heavy_trooper_hard humanoid - dressed_rebel_ris_01.iff;dressed_rebel_ris_02.iff;dressed_rebel_ris_03.iff;dressed_rebel_ris_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 100 npc_force_dark 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_soldier a Rebel soldier crackdown_rebel_soldier humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_soldier_battle_ready a battle ready Rebel soldier crackdown_rebel_soldier_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_soldier_grizzled a grizzled Rebel soldier fbase_rebel_soldier_extreme humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_soldier_hard a battle ready Rebel soldier fbase_rebel_soldier_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_captain a Rebel SpecForce Captain rebel_specforce_captain humanoid Rebel Recruiter dressed_rebel_specforce_captain_human_female_01.iff;dressed_rebel_specforce_captain_human_male_01.iff;dressed_rebel_specforce_captain_moncal_female_01.iff;dressed_rebel_specforce_captain_rodian_female_01.iff;dressed_rebel_specforce_captain_trandoshan_male_01.iff;dressed_rebel_specforce_captain_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_colonel a Rebel SpecForce Colonel rebel_specforce_colonel humanoid Rebel Recruiter dressed_rebel_colonel_sullustan_male_01.iff;dressed_rebel_colonel_twk_male_01.iff;dressed_rebel_colonel_moncal_female.iff;dressed_rebel_colonel_fat_zabrak_male.iff;dressed_rebel_colonel_bothan_male.iff;dressed_rebel_colonel_old_human_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_general a Rebel SpecForce General rebel_specforce_general humanoid Rebel Recruiter dressed_rebel_general_human_female_01.iff;dressed_rebel_general_moncal_male_01.iff;dressed_rebel_general_fat_human_male_01.iff;dressed_rebel_general_old_twilek_male_01.iff;dressed_rebel_general_rodian_female_01.iff;dressed_rebel_general_human_female_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_guerrilla a Rebel SpecForce urban guerrilla rebel_specforce_guerrilla humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_heavy_weapons_specialist a SpecForce heavy weapons specialist specforce_heavy_weapons_specialist humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_infiltrator a SpecForce infiltator specforce_infiltrator humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_interrogator a SpecForce interrogator specforce_interrogator humanoid - dressed_rebel_specforce_sergeant_moncal_female_01.iff;dressed_rebel_specforce_sergeant_moncal_male_01.iff;dressed_rebel_specforce_sergeant_bothan_male_01.iff;dressed_rebel_specforce_sergeant_human_male_01.iff;dressed_rebel_specforce_sergeant_trandoshan_male_01.iff;dressed_rebel_specforce_sergeant_twk_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_lieutenant a SpecForce Lieutenant specforce_lieutenant humanoid - dressed_rebel_second_lieutenant_twk_female_01.iff;dressed_rebel_second_lieutenant_twk_male_01.iff;dressed_rebel_second_lieutenant_human_female_01.iff;dressed_rebel_second_lieutenant_rodian_male_01.iff;dressed_rebel_second_lieutenant_trandoshan_male_01.iff;dressed_rebel_second_lieutenant_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_major a SpecForce Major specforce_major humanoid - dressed_rebel_colonel_sullustan_male_01.iff;dressed_rebel_colonel_twk_male_01.iff;dressed_rebel_colonel_moncal_female.iff;dressed_rebel_colonel_fat_zabrak_male.iff;dressed_rebel_colonel_bothan_male.iff;dressed_rebel_colonel_old_human_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_marine a SpecForce marine specforce_marine humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_master_sergeant a SpecForce Master Sergeant specforce_master_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_pathfinder a Rebel SpecForce pathfinder rebel_specforce_pathfinder humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_procurement_specialist a SpecForce procurement specialist specforce_procurement_specialist humanoid - dressed_rebel_specforce_captain_human_female_01.iff;dressed_rebel_specforce_captain_human_male_01.iff;dressed_rebel_specforce_captain_moncal_female_01.iff;dressed_rebel_specforce_captain_rodian_female_01.iff;dressed_rebel_specforce_captain_trandoshan_male_01.iff;dressed_rebel_specforce_captain_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_sergeant a Rebel SpecForce Sergeant rebel_specforce_sergeant humanoid - dressed_rebel_specforce_sergeant_moncal_female_01.iff;dressed_rebel_specforce_sergeant_moncal_male_01.iff;dressed_rebel_specforce_sergeant_bothan_male_01.iff;dressed_rebel_specforce_sergeant_human_male_01.iff;dressed_rebel_specforce_sergeant_trandoshan_male_01.iff;dressed_rebel_specforce_sergeant_twk_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_laser prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_technician a SpecForce technician specforce_technician humanoid - dressed_rebel_specforce_sergeant_moncal_female_01.iff;dressed_rebel_specforce_sergeant_moncal_male_01.iff;dressed_rebel_specforce_sergeant_bothan_male_01.iff;dressed_rebel_specforce_sergeant_human_male_01.iff;dressed_rebel_specforce_sergeant_trandoshan_male_01.iff;dressed_rebel_specforce_sergeant_twk_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specforce_wilderness_operative a SpecForce wilderness operative specforce_wilderness_operative humanoid - dressed_rebel_specforce_pathfinder_twk_female_01.iff;dressed_rebel_specforce_pathfinder_twk_male_01.iff;dressed_rebel_specforce_pathfinder_moncal_female_01.iff;dressed_rebel_specforce_pathfinder_rodian_female_01.iff;dressed_rebel_specforce_pathfinder_zabrak_female_fat_01.iff;dressed_rebel_specforce_pathfinder_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specops_agent a SpecOps agent specops_agent humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specops_alliance_free_agent a SpecOps Alliance free agent specops_alliance_free_agent humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_specops_trooper a SpecOps trooper specops_trooper humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_e11 prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_squad_leader a Rebel squad leader crackdown_rebel_squad_leader humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_squad_leader_grizzled a grizzled Rebel section commander fbase_rebel_squad_leader_extreme humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_staff_corporal a Rebel Staff Corporal rebel_staff_corporal humanoid - dressed_rebel_staff_corporal_human_female_01.iff;dressed_rebel_staff_corporal_human_male_01.iff;dressed_rebel_staff_corporal_bith_female_01.iff;dressed_rebel_staff_corporal_human_female_01.iff;dressed_rebel_staff_corporal_bothan_female_01.iff;dressed_rebel_staff_corporal_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_staff_sergeant a Rebel Staff Sergeant rebel_staff_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_storyteller_boss_commando a Rebel Commando Vindicator storyteller_boss_rebel_commando humanoid - storyteller_rebel_commando_boss.iff Global storyteller_rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_storyteller_commando a Rebel commando storyteller_rebel_commando humanoid - dressed_rebel_specforce_guerrilla_rodian_female_01.iff;dressed_rebel_specforce_guerrilla_rodian_male_01.iff;dressed_rebel_specforce_guerrilla_zabrak_female_01.iff;dressed_rebel_specforce_guerrilla_human_female_01.iff;dressed_rebel_specforce_guerilla_moncal_male_01.iff;dressed_rebel_specforce_guerilla_human_male_01.iff Global storyteller_rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_storyteller_heavy_trooper a Rebel trooper storyteller_rebel_heavy_trooper humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global storyteller_rebel rebel FALSE 1 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_storyteller_officer a Rebel officer storyteller_rebel_officer humanoid - dressed_rebel_major_human_female_01.iff;dressed_rebel_major_human_male_01.iff;dressed_rebel_major_moncal_male_01.iff;dressed_rebel_major_twilek_male_01.iff;dressed_rebel_major_zabrak_female_01.iff;dressed_rebel_major_zabrak_male_01.iff Global storyteller_rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_storyteller_pilot a Rebel Pilot storyteller_rebel_pilot humanoid - dressed_rebel_pilot_human_female_01.iff;dressed_rebel_pilot_human_male_01.iff;dressed_rebel_pilot_human_male_02.iff;dressed_rebel_pilot_rodian_male_01.iff;dressed_rebel_pilot_sullustan_male_01.iff Global storyteller_rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_storyteller_snow_trooper a Rebel Snow Trooper storyteller_rebel_snow_trooper humanoid - rebel_snow_m_01.iff;rebel_snow_f_01.iff Global storyteller_rebel rebel FALSE 0.9 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_stranded_officer a stranded Rebel officer stranded_rebel_officer humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Yavin 4 rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_stranded_pilot a stranded Rebel pilot stranded_rebel_pilot humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Yavin 4 rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_stranded_scout a stranded Rebel scout stranded_rebel_scout humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Dantooine rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_stranded_soldier a stranded Rebel soldier stranded_rebel_soldier humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Yavin 4 rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_surface_marshal a Rebel surface Marshal rebel_surface_marshal humanoid Rebel Recruiter dressed_rebel_surface_marshal_rodian_female_01.iff;dressed_rebel_surface_marshal_rodian_male_01.iff;dressed_rebel_surface_marshal_human_male_01.iff;dressed_rebel_surface_marshal_moncal_female_01.iff;dressed_rebel_surface_marshal_twk_male_fat_01.iff;dressed_rebel_surface_marshal_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_surgeon a Rebel surgeon crackdown_rebel_medic_hard humanoid Rebel Recruiter dressed_rebel_medic1_bothan_male_01.iff;dressed_rebel_medic2_21b_01.iff;dressed_rebel_medic3_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_medic melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_syren_5_cadet_elite an elite Rebel cadet syren_5_rebel_cadet_hard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_syren_5_grenadier a Rebel grenadier syren_5_rebel_grenadier_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_syren_5_guardsman a Rebel guardsman syren_5_rebel_guardsman_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_syren_5_heavy_trooper a Rebel heavy trooper syren_5_rebel_heavy_trooper_hard humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_syren_5_liberator a Rebel liberator syren_5_rebel_liberator_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_syren_5_questgiver Dak Ralter syren5_rebel_questgiver humanoid - dressed_dak_ralter.iff Talus rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_syren_5_rebel_commander a Rebel commander syren_5_rebel_rebel_admiral humanoid - dressed_rebel_general_human_female_01.iff;dressed_rebel_general_moncal_male_01.iff;dressed_rebel_general_fat_human_male_01.iff;dressed_rebel_general_old_twilek_male_01.iff;dressed_rebel_general_rodian_female_01.iff;dressed_rebel_general_human_female_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_syren_5_rifleman a Rebel rifleman syren_5_rebel_rifleman_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_syren_5_soldier_elite an elite Rebel soldier syren_5_rebel_soldier_hard humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_tactical_officer a Rebel tactical officer fbase_rebel_warrant_officer_ii_hard humanoid - dressed_rebel_lieutenant_colonel_rodian_female_01.iff;dressed_rebel_lieutenant_colonel_rodian_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_01.iff;dressed_rebel_lieutenant_colonel_zabrak_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_02.iff;dressed_rebel_lieutenant_colonel_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_officer_ranged melee_unarmed_default humanoid_commoner ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_talus_coa_investigator Rebel Investigator talus_dearic_coa_rebel_investigator humanoid - dressed_rebel_recruiter_human_female_01.iff;dressed_rebel_recruiter_human_female_02.iff;dressed_rebel_recruiter_twilek_female_01.iff;dressed_rebel_recruiter_moncal_male_01.iff Talus rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_talus_coa_vayde_quellium Captain Vayde Quellium talus_dearic_coa_vayde_quellium humanoid - coa_vayde_quellium.iff Talus rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_title_grant Lt. Jarad Gastin reb_title_grant humanoid - dressed_npe_rebel_agent.iff Tatooine rebel - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_trooper a Rebel trooper rebel_trooper humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_tutorial_light_jedi a Light Jedi tutorial_light_jedi humanoid - dressed_tutorial_light_jedi.iff Global light_jedi_sentinel rebel FALSE 1 1 0 - 2 1.8 melee_polearm_lance_lightsaber_02 prof_jedi - - - - 12 6 FALSE - 100 npc 100 npc_force_light 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_ufwol General Ufwol (Rebel Pilot Trainer) ufwol humanoid Crimson Phoenix space_rebel_tier4_ufwol.iff Rori rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_v3_fx V3-FX (Rebel Pilot Trainer) v3_fx humanoid Vortex Squadron space_rebel_tier1_naboo_v3fx.iff Naboo rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_army_captain a Veteran Rebel Army Captain veteran_rebel_army_captain humanoid Rebel Recruiter dressed_rebel_army_captain_human_male_01.iff;dressed_rebel_army_captain_moncal_male_01.iff;dressed_rebel_army_captain_bothan_male.iff;dressed_rebel_army_captain_twk_male.iff;dressed_rebel_army_captain_zabrak_female.iff;dressed_rebel_army_captain_trandoshan_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_brigadier_general a Veteran Rebel Brigadier General veteran_rebel_brigadier_general humanoid Rebel Recruiter dressed_rebel_brigadier_general_human_female_01.iff;dressed_rebel_brigadier_general_rodian_female_01.iff;dressed_rebel_brigadier_general_bith_male.iff;dressed_rebel_brigadier_general_sullustan_male.iff;dressed_rebel_brigadier_general_moncal_female.iff;dressed_rebel_brigadier_general_trandoshan_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_colonel a Veteran Rebel Colonel veteran_rebel_colonel humanoid Rebel Recruiter dressed_rebel_colonel_sullustan_male_01.iff;dressed_rebel_colonel_twk_male_01.iff;dressed_rebel_colonel_moncal_female.iff;dressed_rebel_colonel_fat_zabrak_male.iff;dressed_rebel_colonel_bothan_male.iff;dressed_rebel_colonel_old_human_female.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_commando a Veteran Rebel Commando veteran_rebel_commando humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_rifle_sg82 prof_commando melee_special_massassiknuckler humanoid_melee ranged_grenade_proton thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_corporal a Veteran Rebel Corporal veteran_rebel_corporal humanoid - dressed_rebel_corporal_human_female_01.iff;dressed_rebel_corporal_rodian_female_01.iff;dressed_rebel_corporal_bothan_male_01.iff;dressed_rebel_corporal_moncal_male_01.iff;dressed_rebel_corporal_sullustan_male_01.iff;dressed_rebel_corporal_bith_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_first_lieutenant a Veteran Rebel First Lieutenant veteran_rebel_first_lieutenant humanoid Rebel Recruiter dressed_rebel_first_lieutenant_moncal_female_01.iff;dressed_rebel_first_lieutenant_moncal_female_02.iff;dressed_rebel_first_lieutenant_human_female_01.iff;dressed_rebel_first_lieutenant_bothan_male_01.iff;dressed_rebel_first_lieutenant_sullustan_male_01.iff;dressed_rebel_first_lieutenant_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_general a Veteran Rebel General veteran_rebel_general humanoid Rebel Recruiter dressed_rebel_general_human_female_01.iff;dressed_rebel_general_moncal_male_01.iff;dressed_rebel_general_fat_human_male_01.iff;dressed_rebel_general_old_twilek_male_01.iff;dressed_rebel_general_rodian_female_01.iff;dressed_rebel_general_human_female_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_high_general a Veteran Rebel High General veteran_rebel_high_general humanoid Rebel Recruiter dressed_rebel_high_general_moncal_male_01.iff;dressed_rebel_high_general_sullustan_male_01.iff;dressed_rebel_high_general_human_female_01.iff;dressed_rebel_high_general_old_twilek_female_01.iff;dressed_rebel_high_general_human_male_01.iff;dressed_rebel_high_general_human_male_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_lance_corporal a Veteran Rebel Lance Corporal veteran_rebel_lance_corporal humanoid - dressed_rebel_lance_coporal_human_female_01.iff;dressed_rebel_lance_corporal_human_male_01.iff;dressed_rebel_lance_corporal_twk_female_01.iff;dressed_rebel_lance_corporal_twk_male_01.iff;dressed_rebel_lance_corporal_rodian_male_01.iff;dressed_rebel_lance_corporal_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_lieutenant_colonel a Veteran Rebel Lieutenant Colonel veteran_rebel_lieutenant_colonel humanoid Rebel Recruiter dressed_rebel_lieutenant_colonel_rodian_female_01.iff;dressed_rebel_lieutenant_colonel_rodian_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_01.iff;dressed_rebel_lieutenant_colonel_zabrak_male_01.iff;dressed_rebel_lieutenant_colonel_human_male_02.iff;dressed_rebel_lieutenant_colonel_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_lieutenant_general a Veteran Rebel Lieutenant General veteran_rebel_lieutenant_general humanoid Rebel Recruiter dressed_rebel_lieutenant_general_moncal_female_01.iff;dressed_rebel_lieutenant_general_moncal_male_01.iff;dressed_rebel_lieutenant_general_twilek_female_01.iff;dressed_rebel_lieutenant_general_rodian_male_01.iff;dressed_rebel_lieutenant_general_human_male_01.iff;dressed_rebel_lieutenant_general_twilek_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_major a Veteran Rebel Major veteran_rebel_major humanoid Rebel Recruiter dressed_rebel_major_human_female_01.iff;dressed_rebel_major_human_male_01.iff;dressed_rebel_major_moncal_male_01.iff;dressed_rebel_major_twilek_male_01.iff;dressed_rebel_major_zabrak_female_01.iff;dressed_rebel_major_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_major_general a Veteran Rebel Major General veteran_rebel_major_general humanoid Rebel Recruiter dressed_rebel_high_general_moncal_male_01.iff;dressed_rebel_high_general_sullustan_male_01.iff;dressed_rebel_high_general_human_female_01.iff;dressed_rebel_high_general_old_twilek_female_01.iff;dressed_rebel_high_general_human_male_01.iff;dressed_rebel_high_general_human_male_02.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_master_sergeant a Veteran Rebel Master Sergeant veteran_rebel_master_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_medic a Veteran Rebel Medic veteran_rebel_medic humanoid Rebel Recruiter dressed_rebel_medic1_bothan_male_01.iff;dressed_rebel_medic2_21b_01.iff;dressed_rebel_medic3_moncal_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_medic melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_scout a Veteran Rebel Scout veteran_rebel_scout humanoid - dressed_rebel_scout_human_female_01.iff;dressed_rebel_scout_human_female_02.iff;dressed_rebel_scout_human_male_01.iff;dressed_rebel_scout_bothan_male_01.iff;dressed_rebel_scout_rodian_male_01.iff;dressed_rebel_scout_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_bounty_hunter melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_scout_female a Veteran Rebel Scout veteran_rebel_scout_female humanoid - dressed_rebel_scout_human_female_01.iff;dressed_rebel_scout_human_female_02.iff;dressed_rebel_scout_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_bounty_hunter melee_unarmed_default humanoid_commoner - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_second_lieutenant a Veteran Rebel Second Lietenant veteran_rebel_second_lieutenant humanoid Rebel Recruiter dressed_rebel_second_lieutenant_twk_female_01.iff;dressed_rebel_second_lieutenant_twk_male_01.iff;dressed_rebel_second_lieutenant_human_female_01.iff;dressed_rebel_second_lieutenant_rodian_male_01.iff;dressed_rebel_second_lieutenant_trandoshan_male_01.iff;dressed_rebel_second_lieutenant_zabrak_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_laser prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_sergeant a Veteran Rebel Sergeant veteran_rebel_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_sergeant_major a Veteran Rebel Sergeant Major veteran_rebel_sergeant_major humanoid - dressed_rebel_sergeant_major_moncal_female_01.iff;dressed_rebel_sergeant_major_moncal_male_01.iff;dressed_rebel_sergeant_major_bothan_male_01.iff;dressed_rebel_sergeant_major_human_male_01.iff;dressed_rebel_sergeant_major_old_zabrak_male_01.iff;dressed_rebel_sergeant_major_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_staff_corporal a Veteran Rebel Staff Corporal veteran_rebel_staff_corporal humanoid - dressed_rebel_staff_corporal_human_female_01.iff;dressed_rebel_staff_corporal_human_male_01.iff;dressed_rebel_staff_corporal_bith_female_01.iff;dressed_rebel_staff_corporal_human_female_01.iff;dressed_rebel_staff_corporal_bothan_female_01.iff;dressed_rebel_staff_corporal_rodian_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_staff_sergeant a Veteran Rebel Staff Sergeant veteran_rebel_staff_sergeant humanoid - dressed_rebel_sergeant_rodian_female_01.iff;dressed_rebel_sergeant_rodian_male_01.iff;dressed_rebel_sergeant_fat_zabrak_male_01.iff;dressed_rebel_sergeant_human_male_01.iff;dressed_rebel_sergeant_moncal_male_01.iff;dressed_rebel_sergeant_twilek_female_old_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_surface_marshal a Veteran Rebel Surface Marshal veteran_rebel_surface_marshal humanoid Rebel Recruiter dressed_rebel_surface_marshal_rodian_female_01.iff;dressed_rebel_surface_marshal_rodian_male_01.iff;dressed_rebel_surface_marshal_human_male_01.iff;dressed_rebel_surface_marshal_moncal_female_01.iff;dressed_rebel_surface_marshal_twk_male_fat_01.iff;dressed_rebel_surface_marshal_zabrak_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_trooper a Veteran Rebel Trooper veteran_rebel_trooper humanoid - dressed_rebel_trooper_twk_female_01.iff;dressed_rebel_trooper_twk_male_01.iff;dressed_rebel_trooper_human_female_01.iff;dressed_rebel_trooper_bith_m_01.iff;dressed_rebel_trooper_sullustan_male_01.iff;dressed_rebel_trooper_human_male_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_warrant_officer_i a Veteran Rebel Warrant Officer I veteran_rebel_warrant_officer_i humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_veteran_warrant_officer_ii a Veteran Rebel Warrant Officer II veteran_rebel_warrant_officer_ii humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_viopa Lady Viopa (Rebel Pilot Trainer) viopa humanoid Arkon's Havoc Squadron space_privateer_tier4_naboo_diness.iff Lok rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_vrovel Brother Vrovel (Rebel Pilot Trainer) vrovel humanoid Vortex Squadron space_rebel_tier2_vrovel.iff Dantooine rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_warrant_officer_i a Rebel Warrant Officer I rebel_warrant_officer_i humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_warrant_officer_ii a Rebel Warrant Officer II rebel_warrant_officer_ii humanoid - dressed_rebel_commando_human_female_01.iff;dressed_rebel_commando_human_male_01.iff;dressed_rebel_commando_moncal_male_01.iff;dressed_rebel_commando_rodian_male_01.iff;dressed_rebel_commando_zabrak_female_01.iff;dressed_rebel_commando_twilek_female_01.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_officer_ranged melee_baton_stun prof_officer_melee ranged_grenade_fragmentation thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_warvog_arkon Warvog Arkon (Rebel Pilot Trainer) warvog_arkon humanoid Arkon's Havoc Squadron space_rebel_tier4_warvog.iff Lok rebel rebel FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_weapons_leader a Rebel weapons leader fbase_rebel_heavy_trooper_extreme humanoid - dressed_rebel_crewman_human_female_01.iff;dressed_rebel_crewman_human_female_02.iff;dressed_rebel_crewman_human_male_01.iff;dressed_rebel_crewman_human_male_02.iff;dressed_rebel_crewman_human_male_03.iff;dressed_rebel_crewman_human_male_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_weapons_master a Rebel weapons master crackdown_rebel_heavy_trooper_hard humanoid - dressed_rebel_ris_01.iff;dressed_rebel_ris_02.iff;dressed_rebel_ris_03.iff;dressed_rebel_ris_04.iff Global rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_wedge_antilles Wedge Antilles wedge_antilles humanoid - wedge_antilles.iff Global rebel rebel FALSE 0.85 0.85 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_will_of_solitude a will of Solitude will_of_solitude humanoid - dressed_mercenary_strong_hum_f.iff;dressed_mercenary_strong_hum_m.iff;dressed_mercenary_strong_rod_m.iff;dressed_mercenary_strong_tran_m.iff Corellia solitude rebel FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_cryoban thrown 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_willham_burke Admiral Willham Burke willham_burke humanoid Rebel Tier 5 Trainer dressed_rebel_army_captain_human_male_01.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_rebel_zo_ssa Commander Zo'ssa zo_ssa humanoid - dressed_rebel_army_captain_zabrak_female.iff Corellia rebel rebel FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 12 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_red_circle_guard a red circle guard corellia_red_circle_guard humanoid - chirq_low_m_1.iff;chirq_low_m_2.iff;chirq_low_f_1.iff;chirq_low_f_2.iff Corellia chirq_council - FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_commoner ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_ree_yees Ree-Yees ree_yees humanoid - gran_male.iff Tatooine jabba jabba FALSE 1.05 1.05 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_reelo_baruk Reelo Baruk reelo_baruk humanoid - reelo_baruk.iff Tatooine jabba jabba FALSE 1.05 1.05 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_rel_keteris Rel Keteris (a Hutt pilot) rel_keteris humanoid Mos Espa dressed_tatooine_jabba_swooper_leader.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_rep_been Rep Been rep_been humanoid - gungan_s03_male.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_respec_seller a profession counselor respec_seller humanoid - respec_seller_f_1.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_respec_seller a profession counselor respec_seller humanoid - respec_seller_f_1.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_restuss_battle_cryer Galactic Information Broker restuss_battle_cryer humanoid - dressed_restuss_battle_cryer.iff Global townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_restuss_emperors_hand Aralina Silk (Emperor's Hand) restuss_emperors_hand humanoid - dressed_restuss_emperors_hand.iff Rori townsperson - FALSE 1 1 0 - 2 1.8 melee_lightsaber_two_handed_gcw_s01_gen5 prof_jedi - - - - 24 12 FALSE - 100 npc 100 npc_force_dark 100 collectible_rare 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_restuss_herald_guy missing restuss_herald_guy humanoid - dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -812,7 +812,7 @@ humanoid_sergeant_mener Sergeant Mener cor_droid_bunker_sergeant_mener humanoid humanoid_sergeant_mercious_bragg Sergeant Mercious Bragg (an RSF intelligence officer) - humanoid - naboo_sgt_bragg.iff Naboo rsf naboo_security_force FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_sergeant_tarl Sergeant Tarl sergeant_tarl humanoid - dressed_sargeant_tarl.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_serji_x_arrogantus Serji X Arrogantus serji_x_arrogantus humanoid - dressed_serjix_arrogantus.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_settler a settler settler humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_settler a settler settler humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_sg_567 SG-567 sg_567 humanoid - dressed_sg_567.iff Dantooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_shadow_commander_nonaggro a Sith Shadow commander shadow_commander_nonaggro humanoid - dressed_sith_shadow_hum_m_03.iff;dressed_sith_shadow_nikto_m_03.iff;dressed_sith_shadow_trn_m_03.iff;dressed_sith_shadow_zab_m_03.iff;dressed_sith_shadow_nikto_m_02.iff;dressed_sith_shadow_trn_m_02.iff;dressed_sith_shadow_hum_m_02.iff Dathomir sith_shadow sith_shadow FALSE 1 1 0 - 2 1.8 ranged_carbine_ee3 prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_shadow_mercenary a Sith Shadow mercenary shadow_mercenary humanoid - dressed_sith_shadow_hum_m_03.iff;dressed_sith_shadow_nikto_m_03.iff;dressed_sith_shadow_trn_m_03.iff;dressed_sith_shadow_zab_m_03.iff;dressed_sith_shadow_nikto_m_02.iff;dressed_sith_shadow_trn_m_02.iff;dressed_sith_shadow_hum_m_02.iff Dathomir sith_shadow sith_shadow FALSE 1 1 0 - 2 1.8 ranged_carbine_ee3 prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 12 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - diff --git a/serverdata/nge/npc/npc_7.sdb b/serverdata/nge/npc/npc_7.sdb index 8b6ec01d3..9c75e4533 100644 --- a/serverdata/nge/npc/npc_7.sdb +++ b/serverdata/nge/npc/npc_7.sdb @@ -217,26 +217,26 @@ humanoid_talus_smuggler_selonian_ravi Ravi Thienta talus_nashal_smuggler_selonia humanoid_talus_smuggler_selonian_tika Tika Sileste talus_nashal_smuggler_selonian_tika humanoid - selonian_female_01.iff;selonian_female_02.iff;selonian_female_03.iff;selonian_female_04.iff;selonian_female_05.iff;selonian_female_06.iff;selonian_female_07.iff;selonian_female_08.iff;selonian_female_09.iff;selonian_female_10.iff;selonian_female_11.iff;selonian_female_12.iff;selonian_female_13.iff;selonian_female_14.iff;selonian_female_15.iff;selonian_female_16.iff;selonian_female_17.iff;selonian_female_18.iff;selonian_female_19.iff;selonian_female_20.iff;selonian_female_21.iff;selonian_female_22.iff;selonian_female_23.iff;selonian_female_24.iff;selonian_female_25.iff;selonian_female_26.iff;selonian_female_27.iff;selonian_female_28.iff;selonian_female_29.iff;selonian_female_30.iff Talus selonian - FALSE 0.8 1.2 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_talus_smuggler_taskmaster A Talusian smuggler taskmaster talus_nashal_smuggler_taskmaster humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Talus talusian_smuggler - FALSE 0.9 1.1 0 - 2 1.8 ranged_carbine_ee3 prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 12 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_talus_ttlp_soldier a TTLP Soldier talus_ttlp_soldier humanoid - dressed_talus_ttlp_soldier_hum_f_01.iff;dressed_talus_ttlp_soldier_hum_f_02.iff;dressed_talus_ttlp_soldier_hum_f_03.iff;dressed_talus_ttlp_soldier_hum_m_01.iff;dressed_talus_ttlp_soldier_hum_m_02.iff;dressed_talus_ttlp_soldier_hum_m_03.iff Talus ttlp_military - FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_commando melee_unarmed_default humanoid_melee ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tamvar_senzen Tamvar Senzen tamvar_senzen humanoid - dressed_tamvar_senzen.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_baboo Baboo tatooine_baboo humanoid - dressed_tatooine_baboo.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tamvar_senzen Tamvar Senzen tamvar_senzen humanoid - dressed_tamvar_senzen.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_baboo Baboo tatooine_baboo humanoid - dressed_tatooine_baboo.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_tatooine_collector Krosh (Tatooine Collector) tatooine_collector humanoid - npc_dressed_collection_npc_female_zab_01.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_tatooine_eisley_escaped_criminal an escaped criminal tatooine_eisley_escaped_criminal humanoid - dressed_dathomir_prisoner_01.iff;dressed_dathomir_prisoner_02.iff;dressed_dathomir_prisoner_03.iff;dressed_dathomir_prisoner_04.iff;dressed_dathomir_prisoner_05.iff Tatooine escaped_criminal - FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_kcur K'cur tatooine_kcur humanoid - dressed_tatooine_kcur.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_keela Keela tatooine_keela humanoid - dressed_tatooine_keela.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_keska Keska tatooine_keska humanoid - dressed_tatooine_keska.iff Tatooine mercenary - FALSE 1.2 1.2 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_melee ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_labria Labria tatooine_labria humanoid - dressed_tatooine_labria.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_larit Larit tatooine_larit humanoid - dressed_tatooine_larit.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_kcur K'cur tatooine_kcur humanoid - dressed_tatooine_kcur.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_keela Keela tatooine_keela humanoid - dressed_tatooine_keela.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_keska Keska tatooine_keska humanoid - dressed_tatooine_keska.iff Tatooine mercenary - FALSE 1.2 1.2 0 - 2 1.8 melee_unarmed_default humanoid_melee - - ranged_grenade_proton thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_labria Labria tatooine_labria humanoid - dressed_tatooine_labria.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_larit Larit tatooine_larit humanoid - dressed_tatooine_larit.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_tatooine_laserflit a Laserflit gang member tatooine_laserflit humanoid - dressed_tatooine_laserflit_hum_f01.iff;dressed_tatooine_laserflit_hum_f02.iff;dressed_tatooine_laserflit_aqualish_f01.iff;dressed_tatooine_laserflit_hum_m01.iff;dressed_tatooine_laserflit_hum_m02.iff;dressed_tatooine_laserflit_itib_m_01.iff Tatooine tatooine_laserflit - FALSE 0.9 1 0 - 2 1.8 ranged_pistol_striker prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 laserflit FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_tatooine_mercenary_recon a recon mercenary tatooine_mercenary_recon humanoid - dressed_sith_shadow_hum_m_03.iff;dressed_sith_shadow_nikto_m_03.iff;dressed_sith_shadow_trn_m_03.iff;dressed_sith_shadow_zab_m_03.iff;dressed_sith_shadow_nikto_m_02.iff;dressed_sith_shadow_trn_m_02.iff;dressed_sith_shadow_hum_m_02.iff Tatooine merc_recon - FALSE 0.9 1.1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_melee ranged_grenade_cryoban thrown 6 8 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_tatooine_mercenary_recon_commando a mercenary commando tatooine_mercenary_recon_commando humanoid - dressed_mercenary_elite_hum_f.iff;dressed_mercenary_elite_hum_m.iff;dressed_mercenary_elite_nikto_m.iff;dressed_mercenary_elite_rod_m.iff;dressed_mercenary_destroyer_hum_f.iff;dressed_mercenary_destroyer_hum_m.iff;dressed_mercenary_destroyer_nikto_m.iff Tatooine merc_recon - FALSE 0.9 1.1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_melee ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_tatooine_militiaman a Tatooine militiaman tatooine_militiaman humanoid - dressed_eisley_officer_aqualish_female_01.iff;dressed_eisley_officer_aqualish_male_01.iff;dressed_eisley_officer_bothan_female_01.iff;dressed_eisley_officer_bothan_male_01.iff;dressed_eisley_officer_human_female_01.iff;dressed_eisley_officer_human_male_01.iff;dressed_eisley_officer_quarren_male_01.iff;dressed_eisley_officer_rodian_female_01.iff;dressed_eisley_officer_rodian_male_01.iff;dressed_eisley_officer_trandoshan_female_01.iff;dressed_eisley_officer_trandoshan_male_01.iff;dressed_eisley_officer_twilek_female_01.iff;dressed_eisley_officer_twilek_male_01.iff;dressed_eisley_officer_zabrak_female_01.iff;dressed_eisley_officer_zabrak_male_01.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_srcombat prof_spy melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_moa Moa tatooine_moa humanoid - dressed_tatooine_moa.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_opening_aigorn Aigorn tatooine_opening_aigorn humanoid - dressed_tatooine_opening_aigorn.iff Tatooine townsperson - FALSE 1.1 1.15 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_opening_begol Begol Reigle tatooine_opening_begol humanoid - dressed_tatooine_opening_begol.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_opening_bognar Bognar tatooine_opening_bognar humanoid - dressed_tatooine_opening_bognar.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_opening_brannix Brannix Tzg'ada tatooine_opening_brannix humanoid - dressed_tatooine_opening_brannix.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_opening_brok Brok Ziam tatooine_opening_brok humanoid - dressed_tatooine_opening_brok.iff Tatooine whitethranta - FALSE 1.15 1.15 0 - 2 1.8 ranged_pistol_striker prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_opening_byxle Byxle Pedette tatooine_opening_byxle humanoid - dressed_tatooine_opening_byxle.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_moa Moa tatooine_moa humanoid - dressed_tatooine_moa.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_opening_aigorn Aigorn tatooine_opening_aigorn humanoid - dressed_tatooine_opening_aigorn.iff Tatooine townsperson - FALSE 1.1 1.15 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_opening_begol Begol Reigle tatooine_opening_begol humanoid - dressed_tatooine_opening_begol.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_opening_bognar Bognar tatooine_opening_bognar humanoid - dressed_tatooine_opening_bognar.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_opening_brannix Brannix Tzg'ada tatooine_opening_brannix humanoid - dressed_tatooine_opening_brannix.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_opening_brok Brok Ziam tatooine_opening_brok humanoid - dressed_tatooine_opening_brok.iff Tatooine whitethranta - FALSE 1.15 1.15 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_opening_byxle Byxle Pedette tatooine_opening_byxle humanoid - dressed_tatooine_opening_byxle.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_tatooine_opening_cultist_10 a Krayt cult ministrant tatooine_opening_cultist_10 humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Tatooine krayt_cult - FALSE 1 1 0 - 2 1.8 ranged_pistol_striker prof_spy melee_special_vibroknuckler prof_spy - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 krayt_cult FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_tatooine_opening_cultist_11 a Krayt cult zealot tatooine_opening_cultist_11 humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Tatooine krayt_cult - FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17 prof_spy melee_polearm_vibro_axe prof_spy - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 krayt_cult FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_tatooine_opening_cultist_12 a Krayt cult monk tatooine_opening_cultist_12 humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Tatooine krayt_cult - FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17 prof_medic melee_polearm_vibro_axe prof_medic - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 krayt_cult FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - @@ -545,25 +545,25 @@ humanoid_valarian_thug Valarian's thug valarian_thug humanoid - dressed_criminal humanoid_valarian_thug_depot Valarian Depot Worker valarian_thug_depot humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian - FALSE 1 1 0 - 2 1.8 ranged_pistol_striker prof_smuggler_ranged melee_baton_stun prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 valarian FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_valarian_thug_shuttle Valarian Shuttle Guard valarian_thug_shuttle humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian - FALSE 1 1 0 - 2 1.8 ranged_pistol_striker prof_smuggler_ranged melee_baton_stun prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 18 valarian FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_vana_sage Lt. Vana Sage vana_sage humanoid - dressed_lt_vana_sage.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_vani_korr Vani Korr (a Corellia Times reporter) corellia_vani_korr humanoid - dressed_corellia_vani_korr.iff Corellia corellia_times - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_vansic Vansic (a junk dealer) aurilia_junk_dealer humanoid - dressed_fs_junk_dealer.iff Dathomir fs_villager fs_villager FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_vanvi_hotne Vanvi Hotne bestine_artist01 humanoid - dressed_bestine_artist01.iff Tatooine artist - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_vani_korr Vani Korr (a Corellia Times reporter) corellia_vani_korr humanoid - dressed_corellia_vani_korr.iff Corellia corellia_times - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_vansic Vansic (a junk dealer) aurilia_junk_dealer humanoid - dressed_fs_junk_dealer.iff Dathomir fs_villager fs_villager FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_vanvi_hotne Vanvi Hotne bestine_artist01 humanoid - dressed_bestine_artist01.iff Tatooine artist - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_vardias_tyne Vardias Tyne vardias_tyne humanoid - dressed_tatooine_vardias_tyne.iff Tatooine townsperson - FALSE 0.85 0.85 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_vendor a vendor vendor humanoid - dressed_commoner_fat_human_female_01.iff;dressed_commoner_fat_human_female_02.iff;dressed_commoner_fat_human_male_01.iff;dressed_commoner_fat_human_male_02.iff;dressed_commoner_fat_twilek_female_01.iff;dressed_commoner_fat_twilek_female_02.iff;dressed_commoner_fat_twilek_male_01.iff;dressed_commoner_fat_twilek_male_02.iff;dressed_commoner_fat_zabrak_female_01.iff;dressed_commoner_fat_zabrak_female_02.iff;dressed_commoner_fat_zabrak_male_01.iff;dressed_commoner_fat_zabrak_male_02.iff;dressed_commoner_naboo_bothan_female_01.iff;dressed_commoner_naboo_bothan_female_02.iff;dressed_commoner_naboo_bothan_male_01.iff;dressed_commoner_naboo_bothan_male_02.iff;dressed_commoner_naboo_human_female_01.iff;dressed_commoner_naboo_human_female_02.iff;dressed_commoner_naboo_human_female_03.iff;dressed_commoner_naboo_human_female_04.iff;dressed_commoner_naboo_human_female_05.iff;dressed_commoner_naboo_human_female_06.iff;dressed_commoner_naboo_human_female_07.iff;dressed_commoner_naboo_human_female_08.iff;dressed_commoner_naboo_human_male_01.iff;dressed_commoner_naboo_human_male_02.iff;dressed_commoner_naboo_human_male_03.iff;dressed_commoner_naboo_human_male_04.iff;dressed_commoner_naboo_human_male_05.iff;dressed_commoner_naboo_human_male_06.iff;dressed_commoner_naboo_human_male_07.iff;dressed_commoner_naboo_human_male_08.iff;dressed_commoner_naboo_moncal_female_01.iff;dressed_commoner_naboo_moncal_female_02.iff;dressed_commoner_naboo_moncal_male_01.iff;dressed_commoner_naboo_moncal_male_02.iff;dressed_commoner_naboo_twilek_female_01.iff;dressed_commoner_naboo_twilek_female_02.iff;dressed_commoner_naboo_twilek_male_01.iff;dressed_commoner_naboo_twilek_male_02.iff;dressed_commoner_naboo_zabrak_female_01.iff;dressed_commoner_naboo_zabrak_female_02.iff;dressed_commoner_naboo_zabrak_male_01.iff;dressed_commoner_naboo_zabrak_male_02.iff;dressed_commoner_old_human_female_01.iff;dressed_commoner_old_human_female_02.iff;dressed_commoner_old_human_male_01.iff;dressed_commoner_old_human_male_02.iff;dressed_commoner_old_twilek_female_01.iff;dressed_commoner_old_twilek_female_02.iff;dressed_commoner_old_twilek_male_01.iff;dressed_commoner_old_twilek_male_02.iff;dressed_commoner_old_zabrak_female_01.iff;dressed_commoner_old_zabrak_female_02.iff;dressed_commoner_old_zabrak_male_01.iff;dressed_commoner_old_zabrak_male_02.iff;dressed_commoner_tatooine_aqualish_female_01.iff;dressed_commoner_tatooine_aqualish_female_02.iff;dressed_commoner_tatooine_aqualish_female_03.iff;dressed_commoner_tatooine_aqualish_female_04.iff;dressed_commoner_tatooine_aqualish_female_05.iff;dressed_commoner_tatooine_aqualish_female_06.iff;dressed_commoner_tatooine_aqualish_female_07.iff;dressed_commoner_tatooine_aqualish_female_08.iff;dressed_commoner_tatooine_aqualish_male_01.iff;dressed_commoner_tatooine_aqualish_male_02.iff;dressed_commoner_tatooine_aqualish_male_03.iff;dressed_commoner_tatooine_aqualish_male_04.iff;dressed_commoner_tatooine_aqualish_male_05.iff;dressed_commoner_tatooine_aqualish_male_06.iff;dressed_commoner_tatooine_aqualish_male_07.iff;dressed_commoner_tatooine_aqualish_male_08.iff;dressed_commoner_tatooine_aqualish_male_09.iff;dressed_commoner_tatooine_bith_female_01.iff;dressed_commoner_tatooine_bith_female_02.iff;dressed_commoner_tatooine_bith_female_03.iff;dressed_commoner_tatooine_bith_female_04.iff;dressed_commoner_tatooine_bith_female_05.iff;dressed_commoner_tatooine_bith_female_06.iff;dressed_commoner_tatooine_bith_male_01.iff;dressed_commoner_tatooine_bith_male_02.iff;dressed_commoner_tatooine_bith_male_03.iff;dressed_commoner_tatooine_bith_male_04.iff;dressed_commoner_tatooine_bith_male_05.iff;dressed_commoner_tatooine_bith_male_06.iff;dressed_commoner_tatooine_devaronian_male_01.iff;dressed_commoner_tatooine_devaronian_male_02.iff;dressed_commoner_tatooine_devaronian_male_03.iff;dressed_commoner_tatooine_devaronian_male_04.iff;dressed_commoner_tatooine_ishitib_male_01.iff;dressed_commoner_tatooine_ishitib_male_02.iff;dressed_commoner_tatooine_ishitib_male_03.iff;dressed_commoner_tatooine_nikto_male_01.iff;dressed_commoner_tatooine_nikto_male_02.iff;dressed_commoner_tatooine_nikto_male_03.iff;dressed_commoner_tatooine_nikto_male_04.iff;dressed_commoner_tatooine_nikto_male_05.iff;dressed_commoner_tatooine_nikto_male_06.iff;dressed_commoner_tatooine_nikto_male_07.iff;dressed_commoner_tatooine_nikto_male_08.iff;dressed_commoner_tatooine_rodian_female_01.iff;dressed_commoner_tatooine_rodian_female_02.iff;dressed_commoner_tatooine_rodian_female_03.iff;dressed_commoner_tatooine_rodian_female_04.iff;dressed_commoner_tatooine_rodian_male_01.iff;dressed_commoner_tatooine_rodian_male_02.iff;dressed_commoner_tatooine_rodian_male_03.iff;dressed_commoner_tatooine_rodian_male_04.iff;dressed_commoner_tatooine_sullustan_male_01.iff;dressed_commoner_tatooine_sullustan_male_02.iff;dressed_commoner_tatooine_sullustan_male_03.iff;dressed_commoner_tatooine_sullustan_male_04.iff;dressed_commoner_tatooine_sullustan_male_05.iff;dressed_commoner_tatooine_sullustan_male_06.iff;dressed_commoner_tatooine_trandoshan_female_01.iff;dressed_commoner_tatooine_trandoshan_female_02.iff;dressed_commoner_tatooine_trandoshan_female_03.iff;dressed_commoner_tatooine_trandoshan_female_04.iff;dressed_commoner_tatooine_trandoshan_male_01.iff;dressed_commoner_tatooine_trandoshan_male_02.iff Global townsperson townsperson FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_venthan_chassu Venthan Chassu venthan_chassu humanoid - dressed_venthan_chassu.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_vetran_explorer Veteran Explorer vetran_explorer humanoid - human_male.iff;aqualish_male.iff;bith_male.iff;bothan_male.iff;devaronian_male.iff;gran_male.iff;ishi_tib_male.iff;ithorian_male.iff;moncal_male.iff;nikto_male.iff;quarren_male.iff;rodian_male.iff;sullustan_male.iff;trandoshan_male.iff;twilek_male.iff;zabrak_male.iff;aqualish_s02_male.iff;aqualish_s03_male.iff;human_female.iff;aqualish_female.iff;bith_female.iff;bothan_female.iff;human_female.iff;aqualish_female.iff;bith_female.iff;bothan_female.iff;moncal_female.iff;moncal_female.iff;trandoshan_female.iff;rodian_female.iff;rodian_female.iff;trandoshan_female.iff;twilek_female.iff;zabrak_female.iff;aqualish_s02_female.iff;aqualish_s03_female.iff Global wilder - FALSE 1 1 0 - 2 1.8 ranged_carbine_dh17_snubnose prof_smuggler_ranged melee_sword_blade_ryyk prof_smuggler_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_vhaunda Vhaunda vhaunda humanoid - dressed_vhaunda.iff Dathomir townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_victor_questn_cantina Okehi Papev victor_questn_cantina humanoid Bestine Election - Neg dressed_victor_questn_cantina.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_victor_questn_capitol TH-301 victor_questn_capitol humanoid Bestine Election - Neg dressed_victor_questn_capitol.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_victor_questp_hospital Izosxisli victor_questp_hospital humanoid Bestine Election - Pro dressed_victor_questp_hospital.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_victor_questp_slums Ileh Adag victor_questp_slums humanoid Bestine Election - Pro dressed_victor_questp_slums.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_victor_visalis Victor Visalis victor_visalis humanoid Bestine Election dressed_victor_visalis.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_vinya_maysor Vinya Maysor vinya_maysor humanoid - dressed_vinya_maysor.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_vixur_webb Vixur Webb (a musician) - humanoid - dressed_noble_old_human_male_01.iff Lok townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_vordin_sildor Vordin Sildor vordin_sildor humanoid - dressed_vordin_sildor.iff Rori townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_vraker_orde Vraker Orde vraker_orde humanoid - dressed_vraker_orde.iff Yavin 4 townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_vrir_unglan Vrir Unglan vrir_unglan humanoid - dressed_naboo_vrir_unglan.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - -humanoid_vurlene Vurlene vurlene humanoid - dressed_vurlene.iff Dathomir townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee - - - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_vhaunda Vhaunda vhaunda humanoid - dressed_vhaunda.iff Dathomir townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_victor_questn_cantina Okehi Papev victor_questn_cantina humanoid Bestine Election - Neg dressed_victor_questn_cantina.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_victor_questn_capitol TH-301 victor_questn_capitol humanoid Bestine Election - Neg dressed_victor_questn_capitol.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_victor_questp_hospital Izosxisli victor_questp_hospital humanoid Bestine Election - Pro dressed_victor_questp_hospital.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_victor_questp_slums Ileh Adag victor_questp_slums humanoid Bestine Election - Pro dressed_victor_questp_slums.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_victor_visalis Victor Visalis victor_visalis humanoid Bestine Election dressed_victor_visalis.iff Tatooine townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_vinya_maysor Vinya Maysor vinya_maysor humanoid - dressed_vinya_maysor.iff Corellia townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_vixur_webb Vixur Webb (a musician) - humanoid - dressed_noble_old_human_male_01.iff Lok townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_vordin_sildor Vordin Sildor vordin_sildor humanoid - dressed_vordin_sildor.iff Rori townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_vraker_orde Vraker Orde vraker_orde humanoid - dressed_vraker_orde.iff Yavin 4 townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_vrir_unglan Vrir Unglan vrir_unglan humanoid - dressed_naboo_vrir_unglan.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - +humanoid_vurlene Vurlene vurlene humanoid - dressed_vurlene.iff Dathomir townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_melee ranged_pistol_dx2 prof_commando - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_vuul_guard Vuul's guard corellia_vuuls_guard humanoid - dressed_corsair_cutthroat_hum_f.iff;dressed_corsair_cutthroat_hum_m.iff;dressed_corsair_cutthroat_zab_m.iff;dressed_corsair_guard_hum_f.iff;dressed_corsair_guard_hum_m.iff;dressed_corsair_guard_nikto_m.iff;dressed_corsair_guard_rod_m.iff Corellia vuuls_guards - FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_unarmed_default humanoid_melee ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_vuul_sarlin Vuul Sarlin (a ryll seller) corellia_vuul_sarlin humanoid - dressed_hoodlum_zabrak_male_01.iff Naboo vuuls_guards - FALSE 1 1 0 - 2 1.8 ranged_pistol_dx2 prof_commando melee_unarmed_default humanoid_melee - - 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - humanoid_vuul_thug Vuul's thug corellia_vuuls_thug humanoid - dressed_corsair_cutthroat_hum_f.iff;dressed_corsair_cutthroat_hum_m.iff;dressed_corsair_cutthroat_zab_m.iff;dressed_corsair_guard_hum_f.iff;dressed_corsair_guard_hum_m.iff;dressed_corsair_guard_nikto_m.iff;dressed_corsair_guard_rod_m.iff Corellia vuuls_guards - FALSE 1 1 0 - 2 1.8 ranged_pistol_d18 prof_commando melee_polearm_vibro_axe prof_commando ranged_grenade_cryoban thrown 6 6 FALSE - 100 npc 0 - 100 collectible_common 0 - FALSE 0 - 0 - 0 - 0 - FALSE - 0.0 - diff --git a/serverdata/nge/spawn/gcw_restuss_phase_1.sdb b/serverdata/nge/spawn/gcw_restuss_phase_1.sdb index 0f94798eb..e9efd4987 100644 --- a/serverdata/nge/spawn/gcw_restuss_phase_1.sdb +++ b/serverdata/nge/spawn/gcw_restuss_phase_1.sdb @@ -1,23 +1,24 @@ spawn_id terrain building_id spawner_type cell_id x y z heading active npc_name npc_id attackable difficulty min_cl max_cl spawn_category spawn_area amount behaviour loiter_radius patrol_id patrol_formation mood equipment_id conversation_id respawn STRING PRIMARY KEY TEXT TEXT REFERENCES buildings TEXT INTEGER REAL REAL REAL INTEGER INTEGER TEXT TEXT TEXT TEXT INTEGER INTEGER TEXT TEXT INTEGER TEXT INTEGER TEXT TEXT TEXT INTEGER TEXT INTEGER NOT NULL -spawn_gcw_restuss_phase1_1 RORI ror_world AREA 0 5299.0 80.0 6134.0 -90 0 an Imperial recruiter humanoid_imperial_recruiter INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle recruiter_imperial 600 -spawn_gcw_restuss_phase1_2 RORI ror_world AREA 0 5280.1 80.0 6134.1 90 0 a Rebel recruiter humanoid_rebel_recruiter INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle recruiter_rebel 600 -spawn_gcw_restuss_phase1_3 RORI ror_world AREA 0 5918.9 81.0 5643.2 -98 0 Lieutenant Gregor humanoid_imperial_restuss_lt_gregor INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle rori_restuss_imperial_lt_gregor 600 -spawn_gcw_restuss_phase1_4 RORI ror_world AREA 0 5917.5 81.0 5645.9 -124 0 Captain Exov humanoid_imperial_restuss_captain_exov INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle rori_restuss_imperial_captain_exov 600 -spawn_gcw_restuss_phase1_5 RORI ror_world AREA 0 5916.0 81.0 5648.3 -127 0 Captain Roth humanoid_imperial_restuss_captain_roth INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle rori_restuss_imperial_captain_roth 600 -spawn_gcw_restuss_phase1_6 RORI ror_world PATROL 0 5905.7 81.0 5642.0 -90 0 a Stormtrooper humanoid_imperial_restuss_stormtrooper AGGRESSIVE N 80 90 GCW GCW - Restuss 10 PATROL 0 patrol_ror_1300 column idle 5 -spawn_gcw_restuss_phase1_7 RORI ror_world PATROL 0 5930.5 81.0 5625.2 -135 0 a Stormtrooper humanoid_imperial_restuss_stormtrooper AGGRESSIVE N 80 90 GCW GCW - Restuss 10 PATROL 0 patrol_ror_1400 column idle 5 -spawn_gcw_restuss_phase1_8 RORI ror_world PATROL 0 5972.7 81.0 5508.9 -88 0 an AT-ST vehicle_imperial_restuss_atst AGGRESSIVE B 70 75 GCW GCW - Restuss 1 PATROL 0 patrol_ror_1500 column idle 5 -spawn_gcw_restuss_phase1_9 RORI ror_world PATROL 0 5909.1 81.0 5572.3 -101 0 Urban Assault Dark Trooper droid_imperial_restuss_dark_trooper_urban_assault AGGRESSIVE N 80 90 GCW GCW - Restuss 10 PATROL 0 patrol_ror_1600 column idle 5 -spawn_gcw_restuss_phase1_10 RORI ror_world AREA 0 5367.3 80.0 5753.3 0 0 a Dark Trooper droid_imperial_dark_trooper AGGRESSIVE N 80 90 GCW GCW - Restuss 6 LOITER 20 0 - idle 60 -spawn_gcw_restuss_phase1_11 RORI ror_world AREA 0 5386.2 80.0 5575.4 0 0 Imperial Supply Specialist humanoid_imperial_restuss_load_lifter_ambush AGGRESSIVE N 80 90 GCW GCW - Restuss 5 LOITER 10 0 - idle 60 -spawn_gcw_restuss_phase1_12 RORI ror_world AREA 0 4780.3 80.0 5897.7 142 0 Captain Klork humanoid_rebel_restuss_captain_klork INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle rori_restuss_rebel_captain_klork 600 -spawn_gcw_restuss_phase1_13 RORI ror_world AREA 0 4778.1 80.0 5895.9 134 0 Captain Redding humanoid_rebel_restuss_captain_redding INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle rori_restuss_rebel_captain_redding 600 -spawn_gcw_restuss_phase1_14 RORI ror_world AREA 0 4776.6 80.0 5894.1 121 0 Lieutenant Olvog humanoid_rebel_restuss_lt_olvog INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle rori_restuss_rebel_lt_olvog 600 -spawn_gcw_restuss_phase1_15 RORI ror_world AREA 0 5252.7 80 5553.7 -10 0 Alliance Supply Specialist humanoid_rebel_restuss_load_lifter_ambush AGGRESSIVE N 80 90 GCW GCW - Restuss 3 LOITER 10 0 - idle 60 -spawn_gcw_restuss_phase1_16 RORI ror_world AREA 0 5204.4 80 5634.3 -74 0 a Rebel commando humanoid_rebel_commando AGGRESSIVE N 80 90 GCW GCW - Restuss 5 LOITER 10 0 - idle 60 -spawn_gcw_restuss_phase1_17 RORI ror_world AREA 0 5104.8 80 5746.9 89 0 a Rebel commando humanoid_rebel_commando AGGRESSIVE N 80 90 GCW GCW - Restuss 6 LOITER 10 0 - idle 60 -spawn_gcw_restuss_phase1_18 RORI ror_world AREA 0 5162.4 80 5747.5 89 0 a Rebel commando humanoid_rebel_commando AGGRESSIVE N 80 90 GCW GCW - Restuss 5 LOITER 10 0 - idle 60 -spawn_gcw_restuss_phase1_19 RORI ror_world PATROL 0 4788.3 80.0 5775.7 0 0 Rebel Elite Commando humanoid_rebel_restuss_elite_commando AGGRESSIVE N 80 90 GCW GCW - Restuss 15 PATROL 0 patrol_ror_1700 column idle 5 -spawn_gcw_restuss_phase1_20 RORI ror_world PATROL 0 4839.5 80.0 5817.6 0 0 Rebel Elite Commando humanoid_rebel_restuss_elite_commando AGGRESSIVE N 80 90 GCW GCW - Restuss 15 PATROL 0 patrol_ror_1800 column idle 5 -spawn_gcw_restuss_phase1_21 RORI ror_world PATROL 0 4786.8 80.0 5895.6 0 0 Rebel Elite Commando humanoid_rebel_restuss_elite_commando AGGRESSIVE N 80 90 GCW GCW - Restuss 15 PATROL 0 patrol_ror_1900 column idle 5 \ No newline at end of file +spawn_gcw_restuss_phase1_1 TATOOINE tat_world AREA 0 3518.4 5.0 -4792.5 154 0 Darth Vader humanoid_imperial_darth_vader INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle tatooine_mos_eisley_darth_vader 600 +spawn_gcw_restuss_phase1_2 RORI ror_world AREA 0 5299.0 80.0 6134.0 -90 0 an Imperial recruiter humanoid_imperial_recruiter INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle recruiter_imperial 600 +spawn_gcw_restuss_phase1_3 RORI ror_world AREA 0 5280.1 80.0 6134.1 90 0 a Rebel recruiter humanoid_rebel_recruiter INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle recruiter_rebel 600 +spawn_gcw_restuss_phase1_4 RORI ror_world AREA 0 5918.9 81.0 5643.2 -98 0 Lieutenant Gregor humanoid_imperial_restuss_lt_gregor INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle rori_restuss_imperial_lt_gregor 600 +spawn_gcw_restuss_phase1_5 RORI ror_world AREA 0 5917.5 81.0 5645.9 -124 0 Captain Exov humanoid_imperial_restuss_captain_exov INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle rori_restuss_imperial_captain_exov 600 +spawn_gcw_restuss_phase1_6 RORI ror_world AREA 0 5916.0 81.0 5648.3 -127 0 Captain Roth humanoid_imperial_restuss_captain_roth INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle rori_restuss_imperial_captain_roth 600 +spawn_gcw_restuss_phase1_7 RORI ror_world PATROL 0 5905.7 81.0 5642.0 -90 0 a Stormtrooper humanoid_imperial_restuss_stormtrooper AGGRESSIVE N 80 90 GCW GCW - Restuss 10 PATROL 0 patrol_ror_1300 column idle 5 +spawn_gcw_restuss_phase1_8 RORI ror_world PATROL 0 5930.5 81.0 5625.2 -135 0 a Stormtrooper humanoid_imperial_restuss_stormtrooper AGGRESSIVE N 80 90 GCW GCW - Restuss 10 PATROL 0 patrol_ror_1400 column idle 5 +spawn_gcw_restuss_phase1_9 RORI ror_world PATROL 0 5972.7 81.0 5508.9 -88 0 an AT-ST vehicle_imperial_restuss_atst AGGRESSIVE B 70 75 GCW GCW - Restuss 1 PATROL 0 patrol_ror_1500 column idle 5 +spawn_gcw_restuss_phase1_10 RORI ror_world PATROL 0 5909.1 81.0 5572.3 -101 0 Urban Assault Dark Trooper droid_imperial_restuss_dark_trooper_urban_assault AGGRESSIVE N 80 90 GCW GCW - Restuss 10 PATROL 0 patrol_ror_1600 column idle 5 +spawn_gcw_restuss_phase1_11 RORI ror_world AREA 0 5367.3 80.0 5753.3 0 0 a Dark Trooper droid_imperial_dark_trooper AGGRESSIVE N 80 90 GCW GCW - Restuss 6 LOITER 20 0 - idle 60 +spawn_gcw_restuss_phase1_12 RORI ror_world AREA 0 5386.2 80.0 5575.4 0 0 Imperial Supply Specialist humanoid_imperial_restuss_load_lifter_ambush AGGRESSIVE N 80 90 GCW GCW - Restuss 5 LOITER 10 0 - idle 60 +spawn_gcw_restuss_phase1_13 RORI ror_world AREA 0 4780.3 80.0 5897.7 142 0 Captain Klork humanoid_rebel_restuss_captain_klork INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle rori_restuss_rebel_captain_klork 600 +spawn_gcw_restuss_phase1_14 RORI ror_world AREA 0 4778.1 80.0 5895.9 134 0 Captain Redding humanoid_rebel_restuss_captain_redding INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle rori_restuss_rebel_captain_redding 600 +spawn_gcw_restuss_phase1_15 RORI ror_world AREA 0 4776.6 80.0 5894.1 121 0 Lieutenant Olvog humanoid_rebel_restuss_lt_olvog INVULNERABLE N 100 100 GCW GCW - Restuss 1 IDLE 0 0 - idle rori_restuss_rebel_lt_olvog 600 +spawn_gcw_restuss_phase1_16 RORI ror_world AREA 0 5252.7 80 5553.7 -10 0 Alliance Supply Specialist humanoid_rebel_restuss_load_lifter_ambush AGGRESSIVE N 80 90 GCW GCW - Restuss 3 LOITER 10 0 - idle 60 +spawn_gcw_restuss_phase1_17 RORI ror_world AREA 0 5204.4 80 5634.3 -74 0 a Rebel commando humanoid_rebel_commando AGGRESSIVE N 80 90 GCW GCW - Restuss 5 LOITER 10 0 - idle 60 +spawn_gcw_restuss_phase1_18 RORI ror_world AREA 0 5104.8 80 5746.9 89 0 a Rebel commando humanoid_rebel_commando AGGRESSIVE N 80 90 GCW GCW - Restuss 6 LOITER 10 0 - idle 60 +spawn_gcw_restuss_phase1_19 RORI ror_world AREA 0 5162.4 80 5747.5 89 0 a Rebel commando humanoid_rebel_commando AGGRESSIVE N 80 90 GCW GCW - Restuss 5 LOITER 10 0 - idle 60 +spawn_gcw_restuss_phase1_20 RORI ror_world PATROL 0 4788.3 80.0 5775.7 0 0 Rebel Elite Commando humanoid_rebel_restuss_elite_commando AGGRESSIVE N 80 90 GCW GCW - Restuss 15 PATROL 0 patrol_ror_1700 column idle 5 +spawn_gcw_restuss_phase1_21 RORI ror_world PATROL 0 4839.5 80.0 5817.6 0 0 Rebel Elite Commando humanoid_rebel_restuss_elite_commando AGGRESSIVE N 80 90 GCW GCW - Restuss 15 PATROL 0 patrol_ror_1800 column idle 5 +spawn_gcw_restuss_phase1_22 RORI ror_world PATROL 0 4786.8 80.0 5895.6 0 0 Rebel Elite Commando humanoid_rebel_restuss_elite_commando AGGRESSIVE N 80 90 GCW GCW - Restuss 15 PATROL 0 patrol_ror_1900 column idle 5 \ No newline at end of file