diff --git a/serverdata/buildout/buildout_atmosphere.sdb b/serverdata/buildout/buildout_atmosphere.sdb index a98065300..fcb2b0edf 100644 --- a/serverdata/buildout/buildout_atmosphere.sdb +++ b/serverdata/buildout/buildout_atmosphere.sdb @@ -115,7 +115,7 @@ bo_atmo_112 TATOOINE tat_world 0 object/soundobject/soundobject_marketplace_larg bo_atmo_113 TATOOINE tat_world 0 object/soundobject/soundobject_marketplace_small.iff 3771.3 7.5 2362.1 0 0 0 0 32 TRUE Audio - Market Mos Taike bo_atmo_114 TATOOINE tat_world 0 object/soundobject/soundobject_city_crowd_small.iff 3250.0 4.0 -4865.0 0 0 0 0 32 TRUE Audio - Mos Eisley bo_atmo_115 TATOOINE tat_world 0 object/soundobject/soundobject_city_crowd_medium.iff 3500.0 2.0 -4945.0 0 0 0 0 32 TRUE Audio - Mos Eisley Bazaar -bo_atmo_116 TATOOINE tat_world 0 object/soundobject/soundobject_elevator_music.iff 3328.6 5.6 -4757.2 100 0 0 0 64 TRUE Audio - Mos Eisley Theater outside +bo_atmo_116 TATOOINE tat_world 0 object/soundobject/soundobject_chamber_music.iff 3328.6 5.6 -4757.2 100 0 0 0 48 TRUE Audio - Mos Eisley Theater outside bo_atmo_117 TATOOINE tat_world 0 object/static/particle/pt_sound_location.iff 3328.6 9.0 -4757.2 100 0 0 0 128 TRUE Audio - Mos Eisley Theater outside bo_atmo_118 TATOOINE tat_world 0 object/static/particle/particle_newbie_hanging_smoke.iff 3332.1 8.0 -4757.3 -96 0 0 0 128 TRUE Audio - Mos Eisley Theater outside bo_atmo_119 TATOOINE tat_world 0 object/static/particle/pt_sparks_large.iff 3332.1 5.6 -4757.3 -96 0 0 0 128 TRUE Audio - Mos Eisley Theater outside diff --git a/serverdata/conversation/questgiver.sdb b/serverdata/conversation/questgiver.sdb new file mode 100644 index 000000000..d66a34908 --- /dev/null +++ b/serverdata/conversation/questgiver.sdb @@ -0,0 +1,4 @@ +conversation_id conversation_file +TEXT TEXT +questgiver questgiver/already_completed +questgiver questgiver/default \ No newline at end of file diff --git a/serverdata/conversation/questgiver/already_completed.json b/serverdata/conversation/questgiver/already_completed.json new file mode 100644 index 000000000..c9827ef7e --- /dev/null +++ b/serverdata/conversation/questgiver/already_completed.json @@ -0,0 +1,33 @@ +{ + "npcMessage": { + "file": "quest/ground/util/quest_giver_object", + "key": "already_completed_quest", + "comment": "This quest has already been completed by you and cannot be accepted again." + }, + "playerResponses": [ + { + "playerMessage": { + "file": "string/en/conversation/c_tutorial_rm1", + "key": "s_113", + "comment": "Oh, alright." + } + } + ], + "requirements": [ + { + "type": "complete_quest", + "args": { + "quest": "quest/tatooine_bestinejobs_bantha", + "active": true + } + } + ], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "dismiss" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/conversation/questgiver/default.json b/serverdata/conversation/questgiver/default.json new file mode 100644 index 000000000..941c1340b --- /dev/null +++ b/serverdata/conversation/questgiver/default.json @@ -0,0 +1,27 @@ +{ + "npcMessage": { + "file": "conversation/tatooine_bestinejobs_jasha", + "key": "s_43", + "comment": "Looking to help your pockets more like. But I can't be choosey right now. I have some jobs available, that don't require a security clearance. Look at this list. What are you interested in?]" + }, + "playerResponses": [ + { + "playerMessage": { + "file": "conversation/tatooine_bestinejobs_jasha", + "key": "s_44", + "comment": "I can help hunting banthas." + }, + "next": "questgiver/kill_banthas" + } + ], + + "requirements": [], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "survey" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/conversation/questgiver/kill_banthas.json b/serverdata/conversation/questgiver/kill_banthas.json new file mode 100644 index 000000000..32f165ca9 --- /dev/null +++ b/serverdata/conversation/questgiver/kill_banthas.json @@ -0,0 +1,40 @@ +{ + "npcMessage": { + "file": "conversation/tatooine_bestinejobs_jasha", + "key": "s_70", + "comment": "Because the Rebels are using bantha's to transport their supplies. We can track haulers and speeders easily through their electronic and gravetic emissions from space. But picking up a bantha from orbit is alot more trouble. So we need to kill as many banthas as possible before the Rebels convert their ground supply operations to them. " + }, + "playerResponses": [ + { + "playerMessage": { + "file": "conversation/tatooine_bestinejobs_jasha", + "key": "s_72", + "comment": "Good here is the information that you need. Good hunting. " + }, + "next": "" + } + ], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/tatooine_bestinejobs_bantha", + "active": false + } + } + ], + "events": [ + { + "type": "grant_quest", + "args": { + "quest": "quest/tatooine_bestinejobs_bantha" + } + }, + { + "type": "npc_animation", + "args": { + "animation": "thumb_up" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/conversation/spawn_conversation_map.msdb b/serverdata/conversation/spawn_conversation_map.msdb index 22a0c71d8..09473d0af 100644 --- a/serverdata/conversation/spawn_conversation_map.msdb +++ b/serverdata/conversation/spawn_conversation_map.msdb @@ -7,6 +7,7 @@ commoner.sdb TRUE junk_dealer.sdb TRUE recruiter.sdb TRUE droids.sdb TRUE +questgiver.sdb TRUE tatooine_jabbas_palace.sdb TRUE tatooine_mos_eisley.sdb TRUE tatooine_mos_espa_watto.sdb TRUE diff --git a/serverdata/loot/loot_table.sdb b/serverdata/loot/loot_table.sdb index 41da127f1..49c1b54cb 100644 --- a/serverdata/loot/loot_table.sdb +++ b/serverdata/loot/loot_table.sdb @@ -1,933 +1,1061 @@ -loot_id difficulty min_cl max_cl comment_group_0 items_group_0 chance_group_0 -TEXT KEY TEXT INTEGER INTEGER TEXT TEXT INTEGER -- NORMAL 1 100 - - 100 -armor_acklay NORMAL 1 100 Armor - Acklay object/tangible/quest/quest_start/borvo_acklay_armor.iff;armor_assault_borvo_acklay_bicep_l_02_01;armor_assault_borvo_acklay_bicep_r_02_01;armor_assault_borvo_acklay_boots_02_01;armor_assault_borvo_acklay_bracer_l_02_01;armor_assault_borvo_acklay_bracer_r_02_01;armor_assault_borvo_acklay_chest_02_01;armor_assault_borvo_acklay_gloves_02_01;armor_assault_borvo_acklay_helmet_02_01;armor_assault_borvo_acklay_leggings_02_01 100 -armor_acklay ELITE 1 100 Armor - Acklay object/tangible/quest/quest_start/borvo_acklay_armor.iff;armor_assault_borvo_acklay_bicep_l_02_01;armor_assault_borvo_acklay_bicep_r_02_01;armor_assault_borvo_acklay_boots_02_01;armor_assault_borvo_acklay_bracer_l_02_01;armor_assault_borvo_acklay_bracer_r_02_01;armor_assault_borvo_acklay_chest_02_01;armor_assault_borvo_acklay_gloves_02_01;armor_assault_borvo_acklay_helmet_02_01;armor_assault_borvo_acklay_leggings_02_01 100 -armor_acklay BOSS 1 100 Armor - Acklay object/tangible/quest/quest_start/borvo_acklay_armor.iff;armor_assault_borvo_acklay_bicep_l_02_01;armor_assault_borvo_acklay_bicep_r_02_01;armor_assault_borvo_acklay_boots_02_01;armor_assault_borvo_acklay_bracer_l_02_01;armor_assault_borvo_acklay_bracer_r_02_01;armor_assault_borvo_acklay_chest_02_01;armor_assault_borvo_acklay_gloves_02_01;armor_assault_borvo_acklay_helmet_02_01;armor_assault_borvo_acklay_leggings_02_01 100 -armor_bounty_hunter NORMAL 1 100 Armor - Bounty Hunter object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_belt.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_boots.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_chest_plate.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_gloves.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_helmet.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_leggings.iff 100 -armor_bounty_hunter ELITE 1 100 Armor - Bounty Hunter object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_belt.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_boots.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_chest_plate.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_gloves.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_helmet.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_leggings.iff 100 -armor_bounty_hunter BOSS 1 100 Armor - Bounty Hunter object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_belt.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_boots.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_chest_plate.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_gloves.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_helmet.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_leggings.iff 100 -armor_coyns_protector NORMAL 1 100 Armor - Coyn's Protector armor_tow_chest_03_02 100 -armor_coyns_protector ELITE 1 100 Armor - Coyn's Protector armor_tow_chest_03_02 100 -armor_coyns_protector BOSS 1 100 Armor - Coyn's Protector armor_tow_chest_03_02 100 -clothing_bandolier_frenzied NORMAL 1 100 Clothing - Bandolier of the Frenzied item_tow_bandolier_03_01 100 -clothing_bandolier_frenzied ELITE 1 100 Clothing - Bandolier of the Frenzied item_tow_bandolier_03_01 100 -clothing_bandolier_frenzied BOSS 1 100 Clothing - Bandolier of the Frenzied item_tow_bandolier_03_01 100 -clothing_monks_sandals NORMAL 1 100 Clothing - Monk's Sandals item_tow_shoes_03_01 100 -clothing_monks_sandals ELITE 1 100 Clothing - Monk's Sandals item_tow_shoes_03_01 100 -clothing_monks_sandals BOSS 1 100 Clothing - Monk's Sandals item_tow_shoes_03_01 100 -color_crystal NORMAL 1 100 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 100 -color_crystal ELITE 1 100 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 100 -color_crystal BOSS 1 100 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 100 -component_armor NORMAL 1 100 Component - Armor object/tangible/component/weapon/blaster_power_handler_enhancement_bounty.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_durability.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_max_damage.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_min_damage.iff;object/tangible/component/weapon/blaster_rifle_barrel.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_bounty.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_durability.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_gorax.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_max_damage.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_min_damage.iff;object/tangible/component/weapon/projectile_rifle_barrel.iff 100 -component_armor ELITE 1 100 Component - Armor object/tangible/component/weapon/blaster_power_handler_enhancement_bounty.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_durability.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_max_damage.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_min_damage.iff;object/tangible/component/weapon/blaster_rifle_barrel.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_bounty.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_durability.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_gorax.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_max_damage.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_min_damage.iff;object/tangible/component/weapon/projectile_rifle_barrel.iff 100 -component_armor BOSS 1 100 Component - Armor object/tangible/component/weapon/blaster_power_handler_enhancement_bounty.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_durability.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_max_damage.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_min_damage.iff;object/tangible/component/weapon/blaster_rifle_barrel.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_bounty.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_durability.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_gorax.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_max_damage.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_min_damage.iff;object/tangible/component/weapon/projectile_rifle_barrel.iff 100 -component_bowcaster NORMAL 1 100 Component - Bowcaster object/tangible/component/weapon/quest/blaster_power_handler_faux_bowcaster.iff 100 -component_bowcaster ELITE 1 100 Component - Bowcaster object/tangible/component/weapon/quest/blaster_power_handler_faux_bowcaster.iff 100 -component_bowcaster BOSS 1 100 Component - Bowcaster object/tangible/component/weapon/quest/blaster_power_handler_faux_bowcaster.iff 100 -component_chemistry NORMAL 1 100 Component - Chemistry object/tangible/component/chemistry/biologic_effect_controller.iff;object/tangible/component/chemistry/dispersal_mechanism.iff;object/tangible/component/chemistry/infection_amplifier.iff;object/tangible/component/chemistry/liquid_delivery_suspension.iff;object/tangible/component/chemistry/rancor_bile.iff;object/tangible/component/chemistry/release_mechanism_duration.iff;object/tangible/component/chemistry/resilience_compound.iff;object/tangible/component/chemistry/solid_delivery_shell.iff 100 -component_chemistry ELITE 1 100 Component - Chemistry object/tangible/component/chemistry/biologic_effect_controller.iff;object/tangible/component/chemistry/dispersal_mechanism.iff;object/tangible/component/chemistry/infection_amplifier.iff;object/tangible/component/chemistry/liquid_delivery_suspension.iff;object/tangible/component/chemistry/rancor_bile.iff;object/tangible/component/chemistry/release_mechanism_duration.iff;object/tangible/component/chemistry/resilience_compound.iff;object/tangible/component/chemistry/solid_delivery_shell.iff 100 -component_chemistry BOSS 1 100 Component - Chemistry object/tangible/component/chemistry/biologic_effect_controller.iff;object/tangible/component/chemistry/dispersal_mechanism.iff;object/tangible/component/chemistry/infection_amplifier.iff;object/tangible/component/chemistry/liquid_delivery_suspension.iff;object/tangible/component/chemistry/rancor_bile.iff;object/tangible/component/chemistry/release_mechanism_duration.iff;object/tangible/component/chemistry/resilience_compound.iff;object/tangible/component/chemistry/solid_delivery_shell.iff 100 -component_clothing NORMAL 1 100 Component - Clothing object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/clothing_treatment_crystalline.iff;object/tangible/component/clothing/leather_heavy_duty.iff 100 -component_clothing ELITE 1 100 Component - Clothing object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/clothing_treatment_crystalline.iff;object/tangible/component/clothing/leather_heavy_duty.iff 100 -component_clothing BOSS 1 100 Component - Clothing object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/clothing_treatment_crystalline.iff;object/tangible/component/clothing/leather_heavy_duty.iff 100 -component_de10 NORMAL 1 100 Component - DE10 dwb_pistol_de10_barrel 100 -component_de10 ELITE 1 100 Component - DE10 dwb_pistol_de10_barrel 100 -component_de10 BOSS 1 100 Component - DE10 dwb_pistol_de10_barrel 100 -component_janta_blood NORMAL 1 100 Component - Janta blood object/tangible/component/chemistry/janta_blood.iff 100 -component_janta_blood ELITE 1 100 Component - Janta blood object/tangible/component/chemistry/janta_blood.iff 100 -component_janta_blood BOSS 1 100 Component - Janta blood object/tangible/component/chemistry/janta_blood.iff 100 -crystal_power NORMAL 1 100 Crystal Power - Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 100 -crystal_power ELITE 1 100 Crystal Power - Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 100 -crystal_power BOSS 1 100 Crystal Power - High item_power_crystal_04_12;item_power_crystal_04_13;item_power_crystal_04_14;item_power_crystal_04_15;item_power_crystal_04_16;item_power_crystal_04_17 100 -cube_loot NORMAL 1 100 Cube Loot cube_loot_0a;cube_loot_0b;cube_loot_0c;cube_loot_1a;cube_loot_1b;cube_loot_1c;cube_loot_1d;cube_loot_1e;cube_loot_1f;cube_loot_1g;cube_loot_1h;cube_loot_1i;cube_loot_1j;cube_loot_1k;cube_loot_1l;cube_loot_1m;cube_loot_1n;cube_loot_1o;cube_loot_1p;cube_loot_1q;cube_loot_1r;cube_loot_1s;cube_loot_1t;cube_loot_1u;cube_loot_1v;cube_loot_1w;cube_loot_1x;cube_loot_1y;cube_loot_reb1 100 -cube_loot ELITE 1 100 Cube Loot cube_loot_2a;cube_loot_2b;cube_loot_2c;cube_loot_2d;cube_loot_2e;cube_loot_2f;cube_loot_2g;cube_loot_2h;cube_loot_2i;cube_loot_2j;cube_loot_2k;cube_loot_2l;cube_loot_2m;cube_loot_2n;cube_loot_2o;cube_loot_2p;cube_loot_2q;cube_loot_2r;cube_loot_2s;cube_loot_2t;cube_loot_reb2 100 -cube_loot BOSS 1 100 Cube Loot cube_loot_3a;cube_loot_3b;cube_loot_3c;cube_loot_3d;cube_loot_3e;cube_loot_3f;cube_loot_3g;cube_loot_3h;cube_loot_3i;cube_loot_3j;cube_loot_3k;cube_loot_3l;cube_loot_3m;cube_loot_3n;cube_loot_3o;cube_loot_3p;cube_loot_3q;cube_loot_3r;cube_loot_imp1;cube_loot_imp2;cube_loot_imp3;cube_loot_reb3 100 -deed_yt2400 NORMAL 1 100 Deed - YT2400 object/tangible/ship/crafted/chassis/yt2400_reward_deed.iff 100 -deed_yt2400 ELITE 1 100 Deed - YT2400 object/tangible/ship/crafted/chassis/yt2400_reward_deed.iff 100 -deed_yt2400 BOSS 1 100 Deed - YT2400 object/tangible/ship/crafted/chassis/yt2400_reward_deed.iff 100 -event_lifeday NORMAL 1 100 Event - Lifeday item_lifeday_09_fireplace_01;item_lifeday_09_fireplace_02;item_lifeday_09_fruitcake_decorative;item_lifeday_09_hoth_chocolate_decorative;item_lifeday_09_lamp_01;item_lifeday_09_lamp_02;item_lifeday_09_ornament;item_lifeday_09_painting;item_lifeday_09_varactyl_nog_decorative;item_lifeday_09_wookiee_cookie_decorative;item_lifeday_bunting_01_01;item_lifeday_gift_04_01;item_lifeday_gift_04_02;item_lifeday_gift_04_03;item_lifeday_gift_04_04;item_lifeday_gift_04_05;item_lifeday_gift_04_06;item_lifeday_gift_04_07;item_lifeday_gift_04_08;item_lifeday_gift_04_09;item_lifeday_gift_04_10;item_lifeday_gift_04_11;item_lifeday_gift_04_12;item_lifeday_gift_other_01_01;item_lifeday_gift_other_01_02;item_lifeday_gift_other_01_03;item_lifeday_gift_other_01_04;item_lifeday_gift_self_01_01;item_lifeday_gift_self_01_02;item_lifeday_gift_self_01_03;item_lifeday_gift_self_01_04;item_lifeday_incense_burner_01_01;item_lifeday_mini_tree_01_01;item_lifeday_painting_01_01_01;item_lifeday_painting_02_01_01;item_lifeday_painting_03_01_01;item_lifeday_painting_04_01_01;item_lifeday_painting_05_01_01;item_lifeday_wreath_01_01;item_event_lifeday_aquarium;item_event_lifeday_decorated_tree;item_event_lifeday_family_painting;item_event_lifeday_holo_table;item_event_lifeday_imperial_token;item_event_lifeday_monkey_cage;item_event_lifeday_present_pile;item_event_lifeday_proton_chair;item_event_lifeday_rebel_token;item_event_lifeday_tree 100 -event_lifeday ELITE 1 100 Event - Lifeday item_lifeday_09_fireplace_01;item_lifeday_09_fireplace_02;item_lifeday_09_fruitcake_decorative;item_lifeday_09_hoth_chocolate_decorative;item_lifeday_09_lamp_01;item_lifeday_09_lamp_02;item_lifeday_09_ornament;item_lifeday_09_painting;item_lifeday_09_varactyl_nog_decorative;item_lifeday_09_wookiee_cookie_decorative;item_lifeday_bunting_01_01;item_lifeday_gift_04_01;item_lifeday_gift_04_02;item_lifeday_gift_04_03;item_lifeday_gift_04_04;item_lifeday_gift_04_05;item_lifeday_gift_04_06;item_lifeday_gift_04_07;item_lifeday_gift_04_08;item_lifeday_gift_04_09;item_lifeday_gift_04_10;item_lifeday_gift_04_11;item_lifeday_gift_04_12;item_lifeday_gift_other_01_01;item_lifeday_gift_other_01_02;item_lifeday_gift_other_01_03;item_lifeday_gift_other_01_04;item_lifeday_gift_self_01_01;item_lifeday_gift_self_01_02;item_lifeday_gift_self_01_03;item_lifeday_gift_self_01_04;item_lifeday_incense_burner_01_01;item_lifeday_mini_tree_01_01;item_lifeday_painting_01_01_01;item_lifeday_painting_02_01_01;item_lifeday_painting_03_01_01;item_lifeday_painting_04_01_01;item_lifeday_painting_05_01_01;item_lifeday_wreath_01_01;item_event_lifeday_aquarium;item_event_lifeday_decorated_tree;item_event_lifeday_family_painting;item_event_lifeday_holo_table;item_event_lifeday_imperial_token;item_event_lifeday_monkey_cage;item_event_lifeday_present_pile;item_event_lifeday_proton_chair;item_event_lifeday_rebel_token;item_event_lifeday_tree 100 -event_lifeday BOSS 1 100 Event - Lifeday item_lifeday_09_fireplace_01;item_lifeday_09_fireplace_02;item_lifeday_09_fruitcake_decorative;item_lifeday_09_hoth_chocolate_decorative;item_lifeday_09_lamp_01;item_lifeday_09_lamp_02;item_lifeday_09_ornament;item_lifeday_09_painting;item_lifeday_09_varactyl_nog_decorative;item_lifeday_09_wookiee_cookie_decorative;item_lifeday_bunting_01_01;item_lifeday_gift_04_01;item_lifeday_gift_04_02;item_lifeday_gift_04_03;item_lifeday_gift_04_04;item_lifeday_gift_04_05;item_lifeday_gift_04_06;item_lifeday_gift_04_07;item_lifeday_gift_04_08;item_lifeday_gift_04_09;item_lifeday_gift_04_10;item_lifeday_gift_04_11;item_lifeday_gift_04_12;item_lifeday_gift_other_01_01;item_lifeday_gift_other_01_02;item_lifeday_gift_other_01_03;item_lifeday_gift_other_01_04;item_lifeday_gift_self_01_01;item_lifeday_gift_self_01_02;item_lifeday_gift_self_01_03;item_lifeday_gift_self_01_04;item_lifeday_incense_burner_01_01;item_lifeday_mini_tree_01_01;item_lifeday_painting_01_01_01;item_lifeday_painting_02_01_01;item_lifeday_painting_03_01_01;item_lifeday_painting_04_01_01;item_lifeday_painting_05_01_01;item_lifeday_wreath_01_01;item_event_lifeday_aquarium;item_event_lifeday_decorated_tree;item_event_lifeday_family_painting;item_event_lifeday_holo_table;item_event_lifeday_imperial_token;item_event_lifeday_monkey_cage;item_event_lifeday_present_pile;item_event_lifeday_proton_chair;item_event_lifeday_rebel_token;item_event_lifeday_tree 100 -hologram NORMAL 1 100 Hologram object/tangible/veteran_reward/frn_vet_holo_corvette.iff;object/tangible/veteran_reward/frn_vet_holo_deathstar.iff;object/tangible/veteran_reward/frn_vet_holo_imperial_guard.iff;object/tangible/veteran_reward/frn_vet_holo_jawa.iff;object/tangible/veteran_reward/frn_vet_holo_lambda.iff;object/tangible/veteran_reward/frn_vet_holo_leia.iff;object/tangible/veteran_reward/frn_vet_holo_sandcrawler.iff;object/tangible/veteran_reward/frn_vet_holo_starfighter.iff;object/tangible/veteran_reward/frn_vet_holo_yoda.iff 100 -hologram ELITE 1 100 Hologram object/tangible/veteran_reward/frn_vet_holo_corvette.iff;object/tangible/veteran_reward/frn_vet_holo_deathstar.iff;object/tangible/veteran_reward/frn_vet_holo_imperial_guard.iff;object/tangible/veteran_reward/frn_vet_holo_jawa.iff;object/tangible/veteran_reward/frn_vet_holo_lambda.iff;object/tangible/veteran_reward/frn_vet_holo_leia.iff;object/tangible/veteran_reward/frn_vet_holo_sandcrawler.iff;object/tangible/veteran_reward/frn_vet_holo_starfighter.iff;object/tangible/veteran_reward/frn_vet_holo_yoda.iff 100 -hologram BOSS 1 100 Hologram object/tangible/veteran_reward/frn_vet_holo_corvette.iff;object/tangible/veteran_reward/frn_vet_holo_deathstar.iff;object/tangible/veteran_reward/frn_vet_holo_imperial_guard.iff;object/tangible/veteran_reward/frn_vet_holo_jawa.iff;object/tangible/veteran_reward/frn_vet_holo_lambda.iff;object/tangible/veteran_reward/frn_vet_holo_leia.iff;object/tangible/veteran_reward/frn_vet_holo_sandcrawler.iff;object/tangible/veteran_reward/frn_vet_holo_starfighter.iff;object/tangible/veteran_reward/frn_vet_holo_yoda.iff 100 -junk_agrilat_plumed_rasp NORMAL 1 100 - item_corellia_junk_agrilat_plumed_rasp_01_01 100 -junk_agrilat_plumed_rasp ELITE 1 100 - item_corellia_junk_agrilat_plumed_rasp_01_01 100 -junk_agrilat_plumed_rasp BOSS 1 100 - item_corellia_junk_agrilat_plumed_rasp_01_01 100 -junk_alpha_veermok NORMAL 1 100 - item_naboo_junk_alpha_veermok_01_01 100 -junk_alpha_veermok ELITE 1 100 - item_naboo_junk_alpha_veermok_01_01 100 -junk_alpha_veermok BOSS 1 100 - item_naboo_junk_alpha_veermok_01_01 100 -junk_avatar NORMAL 1 100 Junk - Avatar object/tangible/component/weapon/blaster_rifle_avatar_loot_barrel.iff;object/tangible/furniture/ep3_rewards/avatar_hologram_squid.iff 100 -junk_avatar ELITE 1 100 Junk - Avatar object/tangible/component/weapon/blaster_rifle_avatar_loot_barrel.iff;object/tangible/furniture/ep3_rewards/avatar_hologram_squid.iff 100 -junk_avatar BOSS 1 100 Junk - Avatar object/tangible/component/weapon/blaster_rifle_avatar_loot_barrel.iff;object/tangible/furniture/ep3_rewards/avatar_hologram_squid.iff 100 -junk_avatar_slaver NORMAL 1 100 Junk - Avatar Slaver avatar_slaver_collar;avatar_slaver_brazier 100 -junk_avatar_slaver ELITE 1 100 Junk - Avatar Slaver avatar_slaver_collar;avatar_slaver_brazier 100 -junk_avatar_slaver BOSS 1 100 Junk - Avatar Slaver avatar_slaver_collar;avatar_slaver_brazier 100 -junk_bageraset NORMAL 1 100 - item_corellia_junk_bageraset 100 -junk_bageraset ELITE 1 100 - item_corellia_junk_bageraset 100 -junk_bageraset BOSS 1 100 - item_corellia_junk_bageraset 100 -junk_bantha NORMAL 1 100 - item_tatooine_junk_bantha_01_01 100 -junk_bantha ELITE 1 100 - item_tatooine_junk_bantha_01_01 100 -junk_bantha BOSS 1 100 - item_tatooine_junk_bantha_01_01 100 -junk_bantha_bull NORMAL 1 100 - item_tatooine_junk_bull_bantha_01_01 100 -junk_bantha_bull ELITE 1 100 - item_tatooine_junk_bull_bantha_01_01 100 -junk_bantha_bull BOSS 1 100 - item_tatooine_junk_bull_bantha_01_01 100 -junk_bantha_dim_u NORMAL 1 100 - item_tatooine_junk_dim_u_bantha_01_01 100 -junk_bantha_dim_u ELITE 1 100 - item_tatooine_junk_dim_u_bantha_01_01 100 -junk_bantha_dim_u BOSS 1 100 - item_tatooine_junk_dim_u_bantha_01_01 100 -junk_bantha_dune NORMAL 1 100 - item_tatooine_junk_dune_bantha_01_01 100 -junk_bantha_dune ELITE 1 100 - item_tatooine_junk_dune_bantha_01_01 100 -junk_bantha_dune BOSS 1 100 - item_tatooine_junk_dune_bantha_01_01 100 -junk_bantha_dwarf NORMAL 1 100 - item_tatooine_junk_dwarf_bantha 100 -junk_bantha_dwarf ELITE 1 100 - item_tatooine_junk_dwarf_bantha 100 -junk_bantha_dwarf BOSS 1 100 - item_tatooine_junk_dwarf_bantha 100 -junk_bantha_feral NORMAL 1 100 - item_tatooine_junk_feral_bantha_01_01 100 -junk_bantha_feral ELITE 1 100 - item_tatooine_junk_feral_bantha_01_01 100 -junk_bantha_feral BOSS 1 100 - item_tatooine_junk_feral_bantha_01_01 100 -junk_bantha_kashyyyk NORMAL 1 100 Junk - Kashyyyk Bantha kashyyyk_bantha_pelt_01;kashyyyk_bantha_horn_01 100 -junk_bantha_kashyyyk ELITE 1 100 Junk - Kashyyyk Bantha kashyyyk_bantha_pelt_01;kashyyyk_bantha_horn_01 100 -junk_bantha_kashyyyk BOSS 1 100 Junk - Kashyyyk Bantha kashyyyk_bantha_pelt_01;kashyyyk_bantha_horn_01 100 -junk_bantha_matriarch NORMAL 1 100 - item_tatooine_junk_matriarch_bantha_01_01 100 -junk_bantha_matriarch ELITE 1 100 - item_tatooine_junk_matriarch_bantha_01_01 100 -junk_bantha_matriarch BOSS 1 100 - item_tatooine_junk_matriarch_bantha_01_01 100 -junk_bantha_rogue NORMAL 1 100 - item_tatooine_junk_rogue_bantha_01_01 100 -junk_bantha_rogue ELITE 1 100 - item_tatooine_junk_rogue_bantha_01_01 100 -junk_bantha_rogue BOSS 1 100 - item_tatooine_junk_rogue_bantha_01_01 100 -junk_bantha_tusken NORMAL 1 100 - item_tatooine_junk_tusken_bantha_01_01 100 -junk_bantha_tusken ELITE 1 100 - item_tatooine_junk_tusken_bantha_01_01 100 -junk_bantha_tusken BOSS 1 100 - item_tatooine_junk_tusken_bantha_01_01 100 -junk_blistmok NORMAL 1 100 Junk - Blistmok item_tow_junk_creature_eye_02_01;object/tangible/item/som/blistmok_heart.iff 100 -junk_blistmok ELITE 1 100 Junk - Blistmok item_tow_junk_creature_eye_02_01;object/tangible/item/som/blistmok_heart.iff 100 -junk_blistmok BOSS 1 100 Junk - Blistmok item_tow_junk_creature_eye_02_01;object/tangible/item/som/blistmok_heart.iff 100 -junk_bocatt NORMAL 1 100 - item_tatooine_junk_bocatt_01_01 100 -junk_bocatt ELITE 1 100 - item_tatooine_junk_bocatt_01_01 100 -junk_bocatt BOSS 1 100 - item_tatooine_junk_bocatt_01_01 100 -junk_bolotaur NORMAL 1 100 Junk - Bolotaur bolotaur_fang_01;bolotaur_scale_01 100 -junk_bolotaur ELITE 1 100 Junk - Bolotaur bolotaur_fang_01;bolotaur_scale_01 100 -junk_bolotaur BOSS 1 100 Junk - Bolotaur bolotaur_fang_01;bolotaur_scale_01 100 -junk_canoid NORMAL 1 100 - item_corellia_junk_canoid_01_01 100 -junk_canoid ELITE 1 100 - item_corellia_junk_canoid_01_01 100 -junk_canoid BOSS 1 100 - item_corellia_junk_canoid_01_01 100 -junk_canoid_hunter NORMAL 1 100 - item_corellia_junk_canoid_hunter_01_01 100 -junk_canoid_hunter ELITE 1 100 - item_corellia_junk_canoid_hunter_01_01 100 -junk_canoid_hunter BOSS 1 100 - item_corellia_junk_canoid_hunter_01_01 100 -junk_canoid_pack_leader NORMAL 1 100 - item_corellia_junk_canoid_pack_leader_01_01 100 -junk_canoid_pack_leader ELITE 1 100 - item_corellia_junk_canoid_pack_leader_01_01 100 -junk_canoid_pack_leader BOSS 1 100 - item_corellia_junk_canoid_pack_leader_01_01 100 -junk_carrion_spat NORMAL 1 100 - item_corellia_junk_carrion_spat_01_01 100 -junk_carrion_spat ELITE 1 100 - item_corellia_junk_carrion_spat_01_01 100 -junk_carrion_spat BOSS 1 100 - item_corellia_junk_carrion_spat_01_01 100 -junk_common NORMAL 1 100 Junk - Common object/tangible/dice/eqp_chance_cube.iff;object/tangible/magic_eight_ball/magic_eight_ball.iff;object/tangible/loot/misc/palm_frond.iff;object/tangible/loot/misc/firework_dud_s1.iff;object/tangible/loot/misc/firework_dud_s2.iff;object/tangible/loot/misc/ticket_expired.iff;object/tangible/loot/misc/slave_collar.iff;object/tangible/dice/eqp_one_hundred_sided_dice_set.iff;object/tangible/dice/eqp_six_sided_dice_set.iff;object/tangible/dice/eqp_ten_sided_dice_set.iff;object/tangible/dice/eqp_twelve_sided_dice_set.iff;object/tangible/dice/eqp_twenty_sided_dice_set.iff;object/tangible/loot/misc/decryptor_broken_s01.iff;object/tangible/loot/misc/picture_handheld_s01.iff;object/tangible/loot/misc/picture_handheld_s02.iff;object/tangible/loot/misc/worklight.iff;object/tangible/loot/simple_kit/paint_cartridge.iff;object/tangible/loot/simple_kit/paint_disperser.iff;object/tangible/loot/simple_kit/flat_canvas.iff;object/tangible/loot/simple_kit/viewscreen_reader.iff;object/tangible/loot/tool/viewscreen_broken_s1.iff;object/tangible/loot/tool/viewscreen_broken_s2.iff;object/tangible/loot/simple_kit/powder_pack.iff;object/tangible/loot/simple_kit/datadisk.iff;object/tangible/loot/tool/datapad_broken.iff;object/tangible/loot/simple_kit/datapad_connectors.iff;object/tangible/loot/simple_kit/datapad_backlight.iff;object/tangible/loot/simple_kit/datapad_battery.iff;object/tangible/loot/simple_kit/viewscreen_printer.iff;object/tangible/loot/simple_kit/picture_printer.iff;object/tangible/loot/simple_kit/firework_fixer.iff;object/tangible/loot/simple_kit/datapad_casing.iff;object/tangible/loot/simple_kit/datadisk_repair_kit.iff;object/tangible/loot/simple_kit/empty_datapad.iff;object/tangible/loot/simple_kit/firework_casing.iff;object/tangible/loot/misc/datadisk_corrupt.iff;object/tangible/loot/simple_kit/recovery_software.iff;object/tangible/loot/simple_kit/magnetic_burner.iff;object/tangible/loot/simple_kit/magnetic_reader.iff;object/tangible/loot/simple_kit/wiring.iff;object/tangible/loot/simple_kit/wiring_red.iff;object/tangible/loot/simple_kit/battery_cheap_copper.iff;object/tangible/loot/simple_kit/wiring_blue.iff;object/tangible/loot/simple_kit/pulverizer.iff;object/tangible/loot/simple_kit/feed_tubes.iff;object/tangible/loot/simple_kit/processor_attachments.iff;object/tangible/loot/simple_kit/spinning_blade.iff;object/tangible/loot/simple_kit/motor_small_blue.iff;object/tangible/loot/simple_kit/motor_small_red.iff;object/tangible/loot/simple_kit/heating_element.iff 100 -junk_common ELITE 1 100 Junk - Common object/tangible/dice/eqp_chance_cube.iff;object/tangible/magic_eight_ball/magic_eight_ball.iff;object/tangible/loot/misc/palm_frond.iff;object/tangible/loot/misc/firework_dud_s1.iff;object/tangible/loot/misc/firework_dud_s2.iff;object/tangible/loot/misc/ticket_expired.iff;object/tangible/loot/misc/slave_collar.iff;object/tangible/dice/eqp_one_hundred_sided_dice_set.iff;object/tangible/dice/eqp_six_sided_dice_set.iff;object/tangible/dice/eqp_ten_sided_dice_set.iff;object/tangible/dice/eqp_twelve_sided_dice_set.iff;object/tangible/dice/eqp_twenty_sided_dice_set.iff;object/tangible/loot/misc/decryptor_broken_s01.iff;object/tangible/loot/misc/picture_handheld_s01.iff;object/tangible/loot/misc/picture_handheld_s02.iff;object/tangible/loot/misc/worklight.iff;object/tangible/loot/simple_kit/paint_cartridge.iff;object/tangible/loot/simple_kit/paint_disperser.iff;object/tangible/loot/simple_kit/flat_canvas.iff;object/tangible/loot/simple_kit/viewscreen_reader.iff;object/tangible/loot/tool/viewscreen_broken_s1.iff;object/tangible/loot/tool/viewscreen_broken_s2.iff;object/tangible/loot/simple_kit/powder_pack.iff;object/tangible/loot/simple_kit/datadisk.iff;object/tangible/loot/tool/datapad_broken.iff;object/tangible/loot/simple_kit/datapad_connectors.iff;object/tangible/loot/simple_kit/datapad_backlight.iff;object/tangible/loot/simple_kit/datapad_battery.iff;object/tangible/loot/simple_kit/viewscreen_printer.iff;object/tangible/loot/simple_kit/picture_printer.iff;object/tangible/loot/simple_kit/firework_fixer.iff;object/tangible/loot/simple_kit/datapad_casing.iff;object/tangible/loot/simple_kit/datadisk_repair_kit.iff;object/tangible/loot/simple_kit/empty_datapad.iff;object/tangible/loot/simple_kit/firework_casing.iff;object/tangible/loot/misc/datadisk_corrupt.iff;object/tangible/loot/simple_kit/recovery_software.iff;object/tangible/loot/simple_kit/magnetic_burner.iff;object/tangible/loot/simple_kit/magnetic_reader.iff;object/tangible/loot/simple_kit/wiring.iff;object/tangible/loot/simple_kit/wiring_red.iff;object/tangible/loot/simple_kit/battery_cheap_copper.iff;object/tangible/loot/simple_kit/wiring_blue.iff;object/tangible/loot/simple_kit/pulverizer.iff;object/tangible/loot/simple_kit/feed_tubes.iff;object/tangible/loot/simple_kit/processor_attachments.iff;object/tangible/loot/simple_kit/spinning_blade.iff;object/tangible/loot/simple_kit/motor_small_blue.iff;object/tangible/loot/simple_kit/motor_small_red.iff;object/tangible/loot/simple_kit/heating_element.iff 100 -junk_common BOSS 1 100 Junk - Common object/tangible/dice/eqp_chance_cube.iff;object/tangible/magic_eight_ball/magic_eight_ball.iff;object/tangible/loot/misc/palm_frond.iff;object/tangible/loot/misc/firework_dud_s1.iff;object/tangible/loot/misc/firework_dud_s2.iff;object/tangible/loot/misc/ticket_expired.iff;object/tangible/loot/misc/slave_collar.iff;object/tangible/dice/eqp_one_hundred_sided_dice_set.iff;object/tangible/dice/eqp_six_sided_dice_set.iff;object/tangible/dice/eqp_ten_sided_dice_set.iff;object/tangible/dice/eqp_twelve_sided_dice_set.iff;object/tangible/dice/eqp_twenty_sided_dice_set.iff;object/tangible/loot/misc/decryptor_broken_s01.iff;object/tangible/loot/misc/picture_handheld_s01.iff;object/tangible/loot/misc/picture_handheld_s02.iff;object/tangible/loot/misc/worklight.iff;object/tangible/loot/simple_kit/paint_cartridge.iff;object/tangible/loot/simple_kit/paint_disperser.iff;object/tangible/loot/simple_kit/flat_canvas.iff;object/tangible/loot/simple_kit/viewscreen_reader.iff;object/tangible/loot/tool/viewscreen_broken_s1.iff;object/tangible/loot/tool/viewscreen_broken_s2.iff;object/tangible/loot/simple_kit/powder_pack.iff;object/tangible/loot/simple_kit/datadisk.iff;object/tangible/loot/tool/datapad_broken.iff;object/tangible/loot/simple_kit/datapad_connectors.iff;object/tangible/loot/simple_kit/datapad_backlight.iff;object/tangible/loot/simple_kit/datapad_battery.iff;object/tangible/loot/simple_kit/viewscreen_printer.iff;object/tangible/loot/simple_kit/picture_printer.iff;object/tangible/loot/simple_kit/firework_fixer.iff;object/tangible/loot/simple_kit/datapad_casing.iff;object/tangible/loot/simple_kit/datadisk_repair_kit.iff;object/tangible/loot/simple_kit/empty_datapad.iff;object/tangible/loot/simple_kit/firework_casing.iff;object/tangible/loot/misc/datadisk_corrupt.iff;object/tangible/loot/simple_kit/recovery_software.iff;object/tangible/loot/simple_kit/magnetic_burner.iff;object/tangible/loot/simple_kit/magnetic_reader.iff;object/tangible/loot/simple_kit/wiring.iff;object/tangible/loot/simple_kit/wiring_red.iff;object/tangible/loot/simple_kit/battery_cheap_copper.iff;object/tangible/loot/simple_kit/wiring_blue.iff;object/tangible/loot/simple_kit/pulverizer.iff;object/tangible/loot/simple_kit/feed_tubes.iff;object/tangible/loot/simple_kit/processor_attachments.iff;object/tangible/loot/simple_kit/spinning_blade.iff;object/tangible/loot/simple_kit/motor_small_blue.iff;object/tangible/loot/simple_kit/motor_small_red.iff;object/tangible/loot/simple_kit/heating_element.iff 100 -junk_corellian_butterfly NORMAL 1 100 - item_corellia_junk_corellian_butterfly_01_01 100 -junk_corellian_butterfly ELITE 1 100 - item_corellia_junk_corellian_butterfly_01_01 100 -junk_corellian_butterfly BOSS 1 100 - item_corellia_junk_corellian_butterfly_01_01 100 -junk_corellian_butterfly_defender NORMAL 1 100 - item_corellia_junk_corellian_butterfly_defender_01_01 100 -junk_corellian_butterfly_defender ELITE 1 100 - item_corellia_junk_corellian_butterfly_defender_01_01 100 -junk_corellian_butterfly_defender BOSS 1 100 - item_corellia_junk_corellian_butterfly_defender_01_01 100 -junk_corellian_butterfly_drone NORMAL 1 100 - item_corellia_junk_corellian_butterfly_drone_01_01 100 -junk_corellian_butterfly_drone ELITE 1 100 - item_corellia_junk_corellian_butterfly_drone_01_01 100 -junk_corellian_butterfly_drone BOSS 1 100 - item_corellia_junk_corellian_butterfly_drone_01_01 100 -junk_corellian_butterfly_drone_large NORMAL 1 100 - item_corellia_junk_corellian_butterfly_drone_large_01_01 100 -junk_corellian_butterfly_drone_large ELITE 1 100 - item_corellia_junk_corellian_butterfly_drone_large_01_01 100 -junk_corellian_butterfly_drone_large BOSS 1 100 - item_corellia_junk_corellian_butterfly_drone_large_01_01 100 -junk_corellian_butterfly_monarch NORMAL 1 100 - item_corellia_junk_corellian_butterfly_monarch_01_01 100 -junk_corellian_butterfly_monarch ELITE 1 100 - item_corellia_junk_corellian_butterfly_monarch_01_01 100 -junk_corellian_butterfly_monarch BOSS 1 100 - item_corellia_junk_corellian_butterfly_monarch_01_01 100 -junk_corellian_butterfly_warrior NORMAL 1 100 - item_corellia_junk_corellian_butterfly_warrior_01_01 100 -junk_corellian_butterfly_warrior ELITE 1 100 - item_corellia_junk_corellian_butterfly_warrior_01_01 100 -junk_corellian_butterfly_warrior BOSS 1 100 - item_corellia_junk_corellian_butterfly_warrior_01_01 100 -junk_corellian_butterfly_worker NORMAL 1 100 - item_corellia_junk_corellian_butterfly_worker_01_01 100 -junk_corellian_butterfly_worker ELITE 1 100 - item_corellia_junk_corellian_butterfly_worker_01_01 100 -junk_corellian_butterfly_worker BOSS 1 100 - item_corellia_junk_corellian_butterfly_worker_01_01 100 -junk_crazed_durni NORMAL 1 100 - item_corellia_junk_crazed_durni_01_01 100 -junk_crazed_durni ELITE 1 100 - item_corellia_junk_crazed_durni_01_01 100 -junk_crazed_durni BOSS 1 100 - item_corellia_junk_crazed_durni_01_01 100 -junk_creature NORMAL 1 100 Junk - Creature item_junk_creature_1thru10_01_01;item_junk_creature_1thru10_01_02;item_junk_creature_1thru10_01_03;item_junk_creature_1thru10_01_04;item_junk_creature_1thru10_01_05;item_junk_creature_11thru20_01_01;item_junk_creature_11thru20_01_02;item_junk_creature_11thru20_01_03;item_junk_creature_11thru20_01_04;item_junk_creature_11thru20_01_05;item_junk_creature_21thru30_01_01;item_junk_creature_21thru30_01_02;item_junk_creature_21thru30_01_03;item_junk_creature_21thru30_01_04;item_junk_creature_21thru30_01_05;item_junk_creature_31thru40_01_01;item_junk_creature_31thru40_01_02;item_junk_creature_31thru40_01_03;item_junk_creature_31thru40_01_04;item_junk_creature_31thru40_01_05;item_junk_creature_41thru50_01_01;item_junk_creature_41thru50_01_02;item_junk_creature_41thru50_01_03;item_junk_creature_41thru50_01_04;item_junk_creature_41thru50_01_05;item_junk_creature_51thru60_01_01;item_junk_creature_51thru60_01_02;item_junk_creature_51thru60_01_03;item_junk_creature_51thru60_01_04;item_junk_creature_51thru60_01_05;item_junk_creature_61thru70_01_01;item_junk_creature_61thru70_01_02;item_junk_creature_61thru70_01_03;item_junk_creature_61thru70_01_04;item_junk_creature_61thru70_01_05;item_junk_creature_71thru80_01_01;item_junk_creature_71thru80_01_02;item_junk_creature_71thru80_01_03;item_junk_creature_71thru80_01_04;item_junk_creature_71thru80_01_05,item_junk_creature_81thru90_01_01;item_junk_creature_81thru90_01_02;item_junk_creature_81thru90_01_03;item_junk_creature_81thru90_01_04;item_junk_creature_81thru90_01_05 100 -junk_creature ELITE 1 100 Junk - Creature item_junk_creature_1thru10_01_01;item_junk_creature_1thru10_01_02;item_junk_creature_1thru10_01_03;item_junk_creature_1thru10_01_04;item_junk_creature_1thru10_01_05;item_junk_creature_11thru20_01_01;item_junk_creature_11thru20_01_02;item_junk_creature_11thru20_01_03;item_junk_creature_11thru20_01_04;item_junk_creature_11thru20_01_05;item_junk_creature_21thru30_01_01;item_junk_creature_21thru30_01_02;item_junk_creature_21thru30_01_03;item_junk_creature_21thru30_01_04;item_junk_creature_21thru30_01_05;item_junk_creature_31thru40_01_01;item_junk_creature_31thru40_01_02;item_junk_creature_31thru40_01_03;item_junk_creature_31thru40_01_04;item_junk_creature_31thru40_01_05;item_junk_creature_41thru50_01_01;item_junk_creature_41thru50_01_02;item_junk_creature_41thru50_01_03;item_junk_creature_41thru50_01_04;item_junk_creature_41thru50_01_05;item_junk_creature_51thru60_01_01;item_junk_creature_51thru60_01_02;item_junk_creature_51thru60_01_03;item_junk_creature_51thru60_01_04;item_junk_creature_51thru60_01_05;item_junk_creature_61thru70_01_01;item_junk_creature_61thru70_01_02;item_junk_creature_61thru70_01_03;item_junk_creature_61thru70_01_04;item_junk_creature_61thru70_01_05;item_junk_creature_71thru80_01_01;item_junk_creature_71thru80_01_02;item_junk_creature_71thru80_01_03;item_junk_creature_71thru80_01_04;item_junk_creature_71thru80_01_05,item_junk_creature_81thru90_01_01;item_junk_creature_81thru90_01_02;item_junk_creature_81thru90_01_03;item_junk_creature_81thru90_01_04;item_junk_creature_81thru90_01_05 100 -junk_creature BOSS 1 100 Junk - Creature item_junk_creature_1thru10_01_01;item_junk_creature_1thru10_01_02;item_junk_creature_1thru10_01_03;item_junk_creature_1thru10_01_04;item_junk_creature_1thru10_01_05;item_junk_creature_11thru20_01_01;item_junk_creature_11thru20_01_02;item_junk_creature_11thru20_01_03;item_junk_creature_11thru20_01_04;item_junk_creature_11thru20_01_05;item_junk_creature_21thru30_01_01;item_junk_creature_21thru30_01_02;item_junk_creature_21thru30_01_03;item_junk_creature_21thru30_01_04;item_junk_creature_21thru30_01_05;item_junk_creature_31thru40_01_01;item_junk_creature_31thru40_01_02;item_junk_creature_31thru40_01_03;item_junk_creature_31thru40_01_04;item_junk_creature_31thru40_01_05;item_junk_creature_41thru50_01_01;item_junk_creature_41thru50_01_02;item_junk_creature_41thru50_01_03;item_junk_creature_41thru50_01_04;item_junk_creature_41thru50_01_05;item_junk_creature_51thru60_01_01;item_junk_creature_51thru60_01_02;item_junk_creature_51thru60_01_03;item_junk_creature_51thru60_01_04;item_junk_creature_51thru60_01_05;item_junk_creature_61thru70_01_01;item_junk_creature_61thru70_01_02;item_junk_creature_61thru70_01_03;item_junk_creature_61thru70_01_04;item_junk_creature_61thru70_01_05;item_junk_creature_71thru80_01_01;item_junk_creature_71thru80_01_02;item_junk_creature_71thru80_01_03;item_junk_creature_71thru80_01_04;item_junk_creature_71thru80_01_05,item_junk_creature_81thru90_01_01;item_junk_creature_81thru90_01_02;item_junk_creature_81thru90_01_03;item_junk_creature_81thru90_01_04;item_junk_creature_81thru90_01_05 100 -junk_creature_mustafar NORMAL 1 100 Junk - Creature Mustafar item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 100 -junk_creature_mustafar ELITE 1 100 Junk - Creature Mustafar item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 100 -junk_creature_mustafar BOSS 1 100 Junk - Creature Mustafar item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 100 -junk_crimson_sand_panther NORMAL 1 100 - item_corellia_junk_crimson_sand_panther_01_01 100 -junk_crimson_sand_panther ELITE 1 100 - item_corellia_junk_crimson_sand_panther_01_01 100 -junk_crimson_sand_panther BOSS 1 100 - item_corellia_junk_crimson_sand_panther_01_01 100 -junk_cu_pa NORMAL 1 100 - item_tatooine_junk_cu_pa_01_01 100 -junk_cu_pa ELITE 1 100 - item_tatooine_junk_cu_pa_01_01 100 -junk_cu_pa BOSS 1 100 - item_tatooine_junk_cu_pa_01_01 100 -junk_dalyrake NORMAL 1 100 - item_corellia_junk_dalyrake_01_01 100 -junk_dalyrake ELITE 1 100 - item_corellia_junk_dalyrake_01_01 100 -junk_dalyrake BOSS 1 100 - item_corellia_junk_dalyrake_01_01 100 -junk_dalyrake_harvester NORMAL 1 100 - item_corellia_junk_dalyrake_harvester_01_01 100 -junk_dalyrake_harvester ELITE 1 100 - item_corellia_junk_dalyrake_harvester_01_01 100 -junk_dalyrake_harvester BOSS 1 100 - item_corellia_junk_dalyrake_harvester_01_01 100 -junk_deranged_wrix NORMAL 1 100 - item_corellia_junk_deranged_wrix_01_01 100 -junk_deranged_wrix ELITE 1 100 - item_corellia_junk_deranged_wrix_01_01 100 -junk_deranged_wrix BOSS 1 100 - item_corellia_junk_deranged_wrix_01_01 100 -junk_desert_razorback NORMAL 1 100 - item_tatooine_junk_desert_razorback_01_01 100 -junk_desert_razorback ELITE 1 100 - item_tatooine_junk_desert_razorback_01_01 100 -junk_desert_razorback BOSS 1 100 - item_tatooine_junk_desert_razorback_01_01 100 -junk_desert_squill NORMAL 1 100 - item_tatooine_junk_desert_squill_01_01 100 -junk_desert_squill ELITE 1 100 - item_tatooine_junk_desert_squill_01_01 100 -junk_desert_squill BOSS 1 100 - item_tatooine_junk_desert_squill_01_01 100 -junk_devil_gulginaw NORMAL 1 100 - item_corellia_junk_devil_gulginaw_01_01 100 -junk_devil_gulginaw ELITE 1 100 - item_corellia_junk_devil_gulginaw_01_01 100 -junk_devil_gulginaw BOSS 1 100 - item_corellia_junk_devil_gulginaw_01_01 100 -junk_dewback NORMAL 1 100 - item_tatooine_junk_dewback_01_01 100 -junk_dewback ELITE 1 100 - item_tatooine_junk_dewback_01_01 100 -junk_dewback BOSS 1 100 - item_tatooine_junk_dewback_01_01 100 -junk_dewback_cannibal NORMAL 1 100 - item_tatooine_junk_dewback_cannibal_01_01 100 -junk_dewback_cannibal ELITE 1 100 - item_tatooine_junk_dewback_cannibal_01_01 100 -junk_dewback_cannibal BOSS 1 100 - item_tatooine_junk_dewback_cannibal_01_01 100 -junk_dire_cat NORMAL 1 100 - item_corellia_junk_dire_cat_01_01 100 -junk_dire_cat ELITE 1 100 - item_corellia_junk_dire_cat_01_01 100 -junk_dire_cat BOSS 1 100 - item_corellia_junk_dire_cat_01_01 100 -junk_domestic_eopie NORMAL 1 100 - item_tatooine_junk_domestic_eopie_01_01 100 -junk_domestic_eopie ELITE 1 100 - item_tatooine_junk_domestic_eopie_01_01 100 -junk_domestic_eopie BOSS 1 100 - item_tatooine_junk_domestic_eopie_01_01 100 -junk_dragonet NORMAL 1 100 - item_tatooine_junk_dragonet_01_01 100 -junk_dragonet ELITE 1 100 - item_tatooine_junk_dragonet_01_01 100 -junk_dragonet BOSS 1 100 - item_tatooine_junk_dragonet_01_01 100 -junk_droid NORMAL 1 100 Junk - Droid item_junk_droid_1thru5_01_01;item_junk_droid_1thru5_01_02;item_junk_droid_1thru5_01_03;item_junk_droid_1thru5_01_04;item_junk_droid_1thru5_01_05;item_junk_droid_6thru10_01_01;item_junk_droid_6thru10_01_02;item_junk_droid_6thru10_01_03;item_junk_droid_6thru10_01_04;item_junk_droid_6thru10_01_05;item_junk_droid_11thru15_01_01;item_junk_droid_11thru15_01_02;item_junk_droid_11thru15_01_03;item_junk_droid_11thru15_01_04;item_junk_droid_11thru15_01_05;item_junk_droid_16thru20_01_01;item_junk_droid_16thru20_01_02;item_junk_droid_16thru20_01_03;item_junk_droid_16thru20_01_04;item_junk_droid_16thru20_01_05;item_junk_droid_21thru25_01_01;item_junk_droid_21thru25_01_02;item_junk_droid_21thru25_01_03;item_junk_droid_21thru25_01_04;item_junk_droid_21thru25_01_05;item_junk_droid_26thru30_01_01;item_junk_droid_26thru30_01_02;item_junk_droid_26thru30_01_03;item_junk_droid_26thru30_01_04;item_junk_droid_26thru30_01_05;item_junk_droid_31thru35_01_01;item_junk_droid_31thru35_01_02;item_junk_droid_31thru35_01_03;item_junk_droid_31thru35_01_04;item_junk_droid_31thru35_01_05;item_junk_droid_36thru40_01_01;item_junk_droid_36thru40_01_02;item_junk_droid_36thru40_01_03;item_junk_droid_36thru40_01_04;item_junk_droid_36thru40_01_05;item_junk_droid_41thru45_01_01;item_junk_droid_41thru45_01_02;item_junk_droid_41thru45_01_03;item_junk_droid_41thru45_01_04;item_junk_droid_41thru45_01_05;item_junk_droid_46thru50_01_01;item_junk_droid_46thru50_01_02;item_junk_droid_46thru50_01_03;item_junk_droid_46thru50_01_04;item_junk_droid_46thru50_01_05;item_junk_droid_51thru55_01_01;item_junk_droid_51thru55_01_02;item_junk_droid_51thru55_01_03;item_junk_droid_51thru55_01_04;item_junk_droid_51thru55_01_05;item_junk_droid_56thru60_01_01;item_junk_droid_56thru60_01_02;item_junk_droid_56thru60_01_03;item_junk_droid_56thru60_01_04;item_junk_droid_56thru60_01_05;item_junk_droid_61thru65_01_01;item_junk_droid_61thru65_01_02;item_junk_droid_61thru65_01_03;item_junk_droid_61thru65_01_04;item_junk_droid_61thru65_01_05;item_junk_droid_66thru70_01_01;item_junk_droid_66thru70_01_02;item_junk_droid_66thru70_01_03;item_junk_droid_66thru70_01_04;item_junk_droid_66thru70_01_05;item_junk_droid_71thru75_01_01;item_junk_droid_71thru75_01_02;item_junk_droid_71thru75_01_03;item_junk_droid_71thru75_01_04;item_junk_droid_71thru75_01_05;item_junk_droid_76thru82_01_01;item_junk_droid_76thru82_01_02;item_junk_droid_76thru82_01_03;item_junk_droid_76thru82_01_04;item_junk_droid_76thru82_01_05;item_junk_droid_83plus_01_01;item_junk_droid_83plus_01_02;item_junk_droid_83plus_01_03;item_junk_droid_83plus_01_04;item_junk_droid_83plus_01_05 100 -junk_droid ELITE 1 100 Junk - Droid item_junk_droid_1thru5_01_01;item_junk_droid_1thru5_01_02;item_junk_droid_1thru5_01_03;item_junk_droid_1thru5_01_04;item_junk_droid_1thru5_01_05;item_junk_droid_6thru10_01_01;item_junk_droid_6thru10_01_02;item_junk_droid_6thru10_01_03;item_junk_droid_6thru10_01_04;item_junk_droid_6thru10_01_05;item_junk_droid_11thru15_01_01;item_junk_droid_11thru15_01_02;item_junk_droid_11thru15_01_03;item_junk_droid_11thru15_01_04;item_junk_droid_11thru15_01_05;item_junk_droid_16thru20_01_01;item_junk_droid_16thru20_01_02;item_junk_droid_16thru20_01_03;item_junk_droid_16thru20_01_04;item_junk_droid_16thru20_01_05;item_junk_droid_21thru25_01_01;item_junk_droid_21thru25_01_02;item_junk_droid_21thru25_01_03;item_junk_droid_21thru25_01_04;item_junk_droid_21thru25_01_05;item_junk_droid_26thru30_01_01;item_junk_droid_26thru30_01_02;item_junk_droid_26thru30_01_03;item_junk_droid_26thru30_01_04;item_junk_droid_26thru30_01_05;item_junk_droid_31thru35_01_01;item_junk_droid_31thru35_01_02;item_junk_droid_31thru35_01_03;item_junk_droid_31thru35_01_04;item_junk_droid_31thru35_01_05;item_junk_droid_36thru40_01_01;item_junk_droid_36thru40_01_02;item_junk_droid_36thru40_01_03;item_junk_droid_36thru40_01_04;item_junk_droid_36thru40_01_05;item_junk_droid_41thru45_01_01;item_junk_droid_41thru45_01_02;item_junk_droid_41thru45_01_03;item_junk_droid_41thru45_01_04;item_junk_droid_41thru45_01_05;item_junk_droid_46thru50_01_01;item_junk_droid_46thru50_01_02;item_junk_droid_46thru50_01_03;item_junk_droid_46thru50_01_04;item_junk_droid_46thru50_01_05;item_junk_droid_51thru55_01_01;item_junk_droid_51thru55_01_02;item_junk_droid_51thru55_01_03;item_junk_droid_51thru55_01_04;item_junk_droid_51thru55_01_05;item_junk_droid_56thru60_01_01;item_junk_droid_56thru60_01_02;item_junk_droid_56thru60_01_03;item_junk_droid_56thru60_01_04;item_junk_droid_56thru60_01_05;item_junk_droid_61thru65_01_01;item_junk_droid_61thru65_01_02;item_junk_droid_61thru65_01_03;item_junk_droid_61thru65_01_04;item_junk_droid_61thru65_01_05;item_junk_droid_66thru70_01_01;item_junk_droid_66thru70_01_02;item_junk_droid_66thru70_01_03;item_junk_droid_66thru70_01_04;item_junk_droid_66thru70_01_05;item_junk_droid_71thru75_01_01;item_junk_droid_71thru75_01_02;item_junk_droid_71thru75_01_03;item_junk_droid_71thru75_01_04;item_junk_droid_71thru75_01_05;item_junk_droid_76thru82_01_01;item_junk_droid_76thru82_01_02;item_junk_droid_76thru82_01_03;item_junk_droid_76thru82_01_04;item_junk_droid_76thru82_01_05;item_junk_droid_83plus_01_01;item_junk_droid_83plus_01_02;item_junk_droid_83plus_01_03;item_junk_droid_83plus_01_04;item_junk_droid_83plus_01_05 100 -junk_droid BOSS 1 100 Junk - Droid item_junk_droid_1thru5_01_01;item_junk_droid_1thru5_01_02;item_junk_droid_1thru5_01_03;item_junk_droid_1thru5_01_04;item_junk_droid_1thru5_01_05;item_junk_droid_6thru10_01_01;item_junk_droid_6thru10_01_02;item_junk_droid_6thru10_01_03;item_junk_droid_6thru10_01_04;item_junk_droid_6thru10_01_05;item_junk_droid_11thru15_01_01;item_junk_droid_11thru15_01_02;item_junk_droid_11thru15_01_03;item_junk_droid_11thru15_01_04;item_junk_droid_11thru15_01_05;item_junk_droid_16thru20_01_01;item_junk_droid_16thru20_01_02;item_junk_droid_16thru20_01_03;item_junk_droid_16thru20_01_04;item_junk_droid_16thru20_01_05;item_junk_droid_21thru25_01_01;item_junk_droid_21thru25_01_02;item_junk_droid_21thru25_01_03;item_junk_droid_21thru25_01_04;item_junk_droid_21thru25_01_05;item_junk_droid_26thru30_01_01;item_junk_droid_26thru30_01_02;item_junk_droid_26thru30_01_03;item_junk_droid_26thru30_01_04;item_junk_droid_26thru30_01_05;item_junk_droid_31thru35_01_01;item_junk_droid_31thru35_01_02;item_junk_droid_31thru35_01_03;item_junk_droid_31thru35_01_04;item_junk_droid_31thru35_01_05;item_junk_droid_36thru40_01_01;item_junk_droid_36thru40_01_02;item_junk_droid_36thru40_01_03;item_junk_droid_36thru40_01_04;item_junk_droid_36thru40_01_05;item_junk_droid_41thru45_01_01;item_junk_droid_41thru45_01_02;item_junk_droid_41thru45_01_03;item_junk_droid_41thru45_01_04;item_junk_droid_41thru45_01_05;item_junk_droid_46thru50_01_01;item_junk_droid_46thru50_01_02;item_junk_droid_46thru50_01_03;item_junk_droid_46thru50_01_04;item_junk_droid_46thru50_01_05;item_junk_droid_51thru55_01_01;item_junk_droid_51thru55_01_02;item_junk_droid_51thru55_01_03;item_junk_droid_51thru55_01_04;item_junk_droid_51thru55_01_05;item_junk_droid_56thru60_01_01;item_junk_droid_56thru60_01_02;item_junk_droid_56thru60_01_03;item_junk_droid_56thru60_01_04;item_junk_droid_56thru60_01_05;item_junk_droid_61thru65_01_01;item_junk_droid_61thru65_01_02;item_junk_droid_61thru65_01_03;item_junk_droid_61thru65_01_04;item_junk_droid_61thru65_01_05;item_junk_droid_66thru70_01_01;item_junk_droid_66thru70_01_02;item_junk_droid_66thru70_01_03;item_junk_droid_66thru70_01_04;item_junk_droid_66thru70_01_05;item_junk_droid_71thru75_01_01;item_junk_droid_71thru75_01_02;item_junk_droid_71thru75_01_03;item_junk_droid_71thru75_01_04;item_junk_droid_71thru75_01_05;item_junk_droid_76thru82_01_01;item_junk_droid_76thru82_01_02;item_junk_droid_76thru82_01_03;item_junk_droid_76thru82_01_04;item_junk_droid_76thru82_01_05;item_junk_droid_83plus_01_01;item_junk_droid_83plus_01_02;item_junk_droid_83plus_01_03;item_junk_droid_83plus_01_04;item_junk_droid_83plus_01_05 100 -junk_droid_mustafar NORMAL 1 100 Junk - Droid Mustafar item_tow_junk_droid_motivator_02_01;item_tow_junk_droid_power_cell_02_01;item_tow_junk_droid_memory_unit_02_01;item_tow_junk_swivel_joint_02_01 100 -junk_droid_mustafar ELITE 1 100 Junk - Droid Mustafar item_tow_junk_droid_motivator_02_01;item_tow_junk_droid_power_cell_02_01;item_tow_junk_droid_memory_unit_02_01;item_tow_junk_swivel_joint_02_01 100 -junk_droid_mustafar BOSS 1 100 Junk - Droid Mustafar item_tow_junk_droid_motivator_02_01;item_tow_junk_droid_power_cell_02_01;item_tow_junk_droid_memory_unit_02_01;item_tow_junk_swivel_joint_02_01 100 -junk_durni NORMAL 1 100 - item_corellia_junk_durni_01_01 100 -junk_durni ELITE 1 100 - item_corellia_junk_durni_01_01 100 -junk_durni BOSS 1 100 - item_corellia_junk_durni_01_01 100 -junk_dwarf_eopie NORMAL 1 100 - item_tatooine_junk_dwarf_eopie 100 -junk_dwarf_eopie ELITE 1 100 - item_tatooine_junk_dwarf_eopie 100 -junk_dwarf_eopie BOSS 1 100 - item_tatooine_junk_dwarf_eopie 100 -junk_dwarf_gronda NORMAL 1 100 - item_corellia_junk_dwarf_gronda_01_01 100 -junk_dwarf_gronda ELITE 1 100 - item_corellia_junk_dwarf_gronda_01_01 100 -junk_dwarf_gronda BOSS 1 100 - item_corellia_junk_dwarf_gronda_01_01 100 -junk_dwarf_nuna NORMAL 1 100 - item_tatooine_junk_dwarf_nuna_01_01 100 -junk_dwarf_nuna ELITE 1 100 - item_tatooine_junk_dwarf_nuna_01_01 100 -junk_dwarf_nuna BOSS 1 100 - item_tatooine_junk_dwarf_nuna_01_01 100 -junk_dwb NORMAL 1 100 Junk - DWB object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 100 -junk_dwb ELITE 1 100 Junk - DWB object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 100 -junk_dwb BOSS 1 100 Junk - DWB object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 100 -junk_elder_female_swamp_tusk_cat NORMAL 1 100 - item_naboo_junk_elder_female_swamp_tusk_cat_01_01 100 -junk_elder_female_swamp_tusk_cat ELITE 1 100 - item_naboo_junk_elder_female_swamp_tusk_cat_01_01 100 -junk_elder_female_swamp_tusk_cat BOSS 1 100 - item_naboo_junk_elder_female_swamp_tusk_cat_01_01 100 -junk_elder_male_swamp_tusk_cat NORMAL 1 100 - item_naboo_junk_elder_male_swamp_tusk_cat_01_01 100 -junk_elder_male_swamp_tusk_cat ELITE 1 100 - item_naboo_junk_elder_male_swamp_tusk_cat_01_01 100 -junk_elder_male_swamp_tusk_cat BOSS 1 100 - item_naboo_junk_elder_male_swamp_tusk_cat_01_01 100 -junk_eopie NORMAL 1 100 - item_tatooine_junk_eopie_01_01 100 -junk_eopie ELITE 1 100 - item_tatooine_junk_eopie_01_01 100 -junk_eopie BOSS 1 100 - item_tatooine_junk_eopie_01_01 100 -junk_fambaa NORMAL 1 100 - item_naboo_junk_fambaa_01_01 100 -junk_fambaa ELITE 1 100 - item_naboo_junk_fambaa_01_01 100 -junk_fambaa BOSS 1 100 - item_naboo_junk_fambaa_01_01 100 -junk_female_dire_cat NORMAL 1 100 - item_corellia_junk_female_dire_cat_01_01 100 -junk_female_dire_cat ELITE 1 100 - item_corellia_junk_female_dire_cat_01_01 100 -junk_female_dire_cat BOSS 1 100 - item_corellia_junk_female_dire_cat_01_01 100 -junk_female_forest_slice_hound NORMAL 1 100 - item_corellia_junk_female_forest_slice_hound_01_01 100 -junk_female_forest_slice_hound ELITE 1 100 - item_corellia_junk_female_forest_slice_hound_01_01 100 -junk_female_forest_slice_hound BOSS 1 100 - item_corellia_junk_female_forest_slice_hound_01_01 100 -junk_female_grassland_slice_hound NORMAL 1 100 - item_corellia_junk_female_grassland_slice_hound_01_01 100 -junk_female_grassland_slice_hound ELITE 1 100 - item_corellia_junk_female_grassland_slice_hound_01_01 100 -junk_female_grassland_slice_hound BOSS 1 100 - item_corellia_junk_female_grassland_slice_hound_01_01 100 -junk_female_sand_panther NORMAL 1 100 - item_corellia_junk_female_sand_panther_01_01 100 -junk_female_sand_panther ELITE 1 100 - item_corellia_junk_female_sand_panther_01_01 100 -junk_female_sand_panther BOSS 1 100 - item_corellia_junk_female_sand_panther_01_01 100 -junk_female_slice_hound NORMAL 1 100 - item_corellia_junk_female_slice_hound_01_01 100 -junk_female_slice_hound ELITE 1 100 - item_corellia_junk_female_slice_hound_01_01 100 -junk_female_slice_hound BOSS 1 100 - item_corellia_junk_female_slice_hound_01_01 100 -junk_forest_murra NORMAL 1 100 - item_corellia_junk_forest_murra_01_01 100 -junk_forest_murra ELITE 1 100 - item_corellia_junk_forest_murra_01_01 100 -junk_forest_murra BOSS 1 100 - item_corellia_junk_forest_murra_01_01 100 -junk_forest_slice_hound NORMAL 1 100 - item_corellia_junk_forest_slice_hound_01_01 100 -junk_forest_slice_hound ELITE 1 100 - item_corellia_junk_forest_slice_hound_01_01 100 -junk_forest_slice_hound BOSS 1 100 - item_corellia_junk_forest_slice_hound_01_01 100 -junk_giant_carrion_spat NORMAL 1 100 - item_corellia_junk_giant_carrion_spat_01_01 100 -junk_giant_carrion_spat ELITE 1 100 - item_corellia_junk_giant_carrion_spat_01_01 100 -junk_giant_carrion_spat BOSS 1 100 - item_corellia_junk_giant_carrion_spat_01_01 100 -junk_giant_dalyrake NORMAL 1 100 - item_corellia_junk_giant_dalyrake_01_01 100 -junk_giant_dalyrake ELITE 1 100 - item_corellia_junk_giant_dalyrake_01_01 100 -junk_giant_dalyrake BOSS 1 100 - item_corellia_junk_giant_dalyrake_01_01 100 -junk_giant_gubbur NORMAL 1 100 - item_corellia_junk_giant_gubbur_01_01 100 -junk_giant_gubbur ELITE 1 100 - item_corellia_junk_giant_gubbur_01_01 100 -junk_giant_gubbur BOSS 1 100 - item_corellia_junk_giant_gubbur_01_01 100 -junk_giant_peko_peko NORMAL 1 100 - item_naboo_junk_giant_peko_peko_01_01 100 -junk_giant_peko_peko ELITE 1 100 - item_naboo_junk_giant_peko_peko_01_01 100 -junk_giant_peko_peko BOSS 1 100 - item_naboo_junk_giant_peko_peko_01_01 100 -junk_giant_sand_beetle NORMAL 1 100 - item_tatooine_junk_giant_sand_beetle_01_01 100 -junk_giant_sand_beetle ELITE 1 100 - item_tatooine_junk_giant_sand_beetle_01_01 100 -junk_giant_sand_beetle BOSS 1 100 - item_tatooine_junk_giant_sand_beetle_01_01 100 -junk_giant_veermok NORMAL 1 100 - item_naboo_junk_giant_veermok_01_01 100 -junk_giant_veermok ELITE 1 100 - item_naboo_junk_giant_veermok_01_01 100 -junk_giant_veermok BOSS 1 100 - item_naboo_junk_giant_veermok_01_01 100 -junk_giant_worrt NORMAL 1 100 - item_tatooine_junk_giant_worrt_01_01 100 -junk_giant_worrt ELITE 1 100 - item_tatooine_junk_giant_worrt_01_01 100 -junk_giant_worrt BOSS 1 100 - item_tatooine_junk_giant_worrt_01_01 100 -junk_gorg NORMAL 1 100 - item_tatooine_junk_gorg_01_01 100 -junk_gorg ELITE 1 100 - item_tatooine_junk_gorg_01_01 100 -junk_gorg BOSS 1 100 - item_tatooine_junk_gorg_01_01 100 -junk_grand_wrix NORMAL 1 100 - item_corellia_junk_grand_wrix_01_01 100 -junk_grand_wrix ELITE 1 100 - item_corellia_junk_grand_wrix_01_01 100 -junk_grand_wrix BOSS 1 100 - item_corellia_junk_grand_wrix_01_01 100 -junk_grassland_slice_hound NORMAL 1 100 - item_corellia_junk_grassland_slice_hound_01_01 100 -junk_grassland_slice_hound ELITE 1 100 - item_corellia_junk_grassland_slice_hound_01_01 100 -junk_grassland_slice_hound BOSS 1 100 - item_corellia_junk_grassland_slice_hound_01_01 100 -junk_great_plains_stalker NORMAL 1 100 - item_corellia_junk_great_plains_stalker_01_01 100 -junk_great_plains_stalker ELITE 1 100 - item_corellia_junk_great_plains_stalker_01_01 100 -junk_great_plains_stalker BOSS 1 100 - item_corellia_junk_great_plains_stalker_01_01 100 -junk_greater_desert_womprat NORMAL 1 100 - item_tatooine_junk_greater_desert_womprat_01_01 100 -junk_greater_desert_womprat ELITE 1 100 - item_tatooine_junk_greater_desert_womprat_01_01 100 -junk_greater_desert_womprat BOSS 1 100 - item_tatooine_junk_greater_desert_womprat_01_01 100 -junk_greater_gulginaw NORMAL 1 100 - item_corellia_junk_greater_gulginaw_01_01 100 -junk_greater_gulginaw ELITE 1 100 - item_corellia_junk_greater_gulginaw_01_01 100 -junk_greater_gulginaw BOSS 1 100 - item_corellia_junk_greater_gulginaw_01_01 100 -junk_greater_shaupaut_elder NORMAL 1 100 - item_naboo_junk_naboo_greater_shaupaut_elder_01_01 100 -junk_greater_shaupaut_elder ELITE 1 100 - item_naboo_junk_naboo_greater_shaupaut_elder_01_01 100 -junk_greater_shaupaut_elder BOSS 1 100 - item_naboo_junk_naboo_greater_shaupaut_elder_01_01 100 -junk_gronda NORMAL 1 100 - item_corellia_junk_gronda_01_01 100 -junk_gronda ELITE 1 100 - item_corellia_junk_gronda_01_01 100 -junk_gronda BOSS 1 100 - item_corellia_junk_gronda_01_01 100 -junk_gronda_elder NORMAL 1 100 - item_corellia_junk_gronda_elder_01_01 100 -junk_gronda_elder ELITE 1 100 - item_corellia_junk_gronda_elder_01_01 100 -junk_gronda_elder BOSS 1 100 - item_corellia_junk_gronda_elder_01_01 100 -junk_gronda_juggernaut NORMAL 1 100 - item_corellia_junk_gronda_juggernaut_01_01 100 -junk_gronda_juggernaut ELITE 1 100 - item_corellia_junk_gronda_juggernaut_01_01 100 -junk_gronda_juggernaut BOSS 1 100 - item_corellia_junk_gronda_juggernaut_01_01 100 -junk_gubbur NORMAL 1 100 - item_corellia_junk_gubbur_01_01 100 -junk_gubbur ELITE 1 100 - item_corellia_junk_gubbur_01_01 100 -junk_gubbur BOSS 1 100 - item_corellia_junk_gubbur_01_01 100 -junk_gulginaw NORMAL 1 100 - item_corellia_junk_gulginaw_01_01 100 -junk_gulginaw ELITE 1 100 - item_corellia_junk_gulginaw_01_01 100 -junk_gulginaw BOSS 1 100 - item_corellia_junk_gulginaw_01_01 100 -junk_gungan_falumpaset NORMAL 1 100 - item_naboo_junk_gungan_falumpaset_01_01 100 -junk_gungan_falumpaset ELITE 1 100 - item_naboo_junk_gungan_falumpaset_01_01 100 -junk_gungan_falumpaset BOSS 1 100 - item_naboo_junk_gungan_falumpaset_01_01 100 -junk_gungan_fambaa NORMAL 1 100 - item_naboo_junk_gungan_fambaa_01_01 100 -junk_gungan_fambaa ELITE 1 100 - item_naboo_junk_gungan_fambaa_01_01 100 -junk_gungan_fambaa BOSS 1 100 - item_naboo_junk_gungan_fambaa_01_01 100 -junk_gungan_kaadu NORMAL 1 100 - item_naboo_junk_gungan_kaadu_01_01 100 -junk_gungan_kaadu ELITE 1 100 - item_naboo_junk_gungan_kaadu_01_01 100 -junk_gungan_kaadu BOSS 1 100 - item_naboo_junk_gungan_kaadu_01_01 100 -junk_gungan_veermok NORMAL 1 100 - item_naboo_junk_gungan_veermok_01_01 100 -junk_gungan_veermok ELITE 1 100 - item_naboo_junk_gungan_veermok_01_01 100 -junk_gungan_veermok BOSS 1 100 - item_naboo_junk_gungan_veermok_01_01 100 -junk_gurrcat NORMAL 1 100 - item_corellia_junk_gurrcat_01_01 100 -junk_gurrcat ELITE 1 100 - item_corellia_junk_gurrcat_01_01 100 -junk_gurrcat BOSS 1 100 - item_corellia_junk_gurrcat_01_01 100 -junk_howling_plumed_rasp NORMAL 1 100 - item_corellia_junk_howling_plumed_rasp_01_01 100 -junk_howling_plumed_rasp ELITE 1 100 - item_corellia_junk_howling_plumed_rasp_01_01 100 -junk_howling_plumed_rasp BOSS 1 100 - item_corellia_junk_howling_plumed_rasp_01_01 100 -junk_humbaba NORMAL 1 100 - item_corellia_junk_humbaba_01_01 100 -junk_humbaba ELITE 1 100 - item_corellia_junk_humbaba_01_01 100 -junk_humbaba BOSS 1 100 - item_corellia_junk_humbaba_01_01 100 -junk_ikopi_stag NORMAL 1 100 - item_naboo_junk_ikopi_stag_01_01 100 -junk_ikopi_stag ELITE 1 100 - item_naboo_junk_ikopi_stag_01_01 100 -junk_ikopi_stag BOSS 1 100 - item_naboo_junk_ikopi_stag_01_01 100 -junk_insect NORMAL 1 100 Junk - Insect item_junk_insect_1thru10_01_01;item_junk_insect_1thru10_01_02;item_junk_insect_1thru10_01_03;item_junk_insect_1thru10_01_04;item_junk_insect_1thru10_01_05;item_junk_insect_11thru20_01_01;item_junk_insect_11thru20_01_02;item_junk_insect_11thru20_01_03;item_junk_insect_11thru20_01_04;item_junk_insect_11thru20_01_05;item_junk_insect_21thru30_01_01;item_junk_insect_21thru30_01_02;item_junk_insect_21thru30_01_03;item_junk_insect_21thru30_01_04;item_junk_insect_21thru30_01_05;item_junk_insect_31thru40_01_01;item_junk_insect_31thru40_01_02;item_junk_insect_31thru40_01_03;item_junk_insect_31thru40_01_04;item_junk_insect_31thru40_01_05;item_junk_insect_41thru50_01_01;item_junk_insect_41thru50_01_02;item_junk_insect_41thru50_01_03;item_junk_insect_41thru50_01_04;item_junk_insect_41thru50_01_05;item_junk_insect_51thru60_01_01;item_junk_insect_51thru60_01_02;item_junk_insect_51thru60_01_03;item_junk_insect_51thru60_01_04;item_junk_insect_51thru60_01_05;item_junk_insect_61thru70_01_01;item_junk_insect_61thru70_01_02;item_junk_insect_61thru70_01_03;item_junk_insect_61thru70_01_04;item_junk_insect_61thru70_01_05;item_junk_insect_71thru80_01_01;item_junk_insect_71thru80_01_02;item_junk_insect_71thru80_01_03;item_junk_insect_71thru80_01_04;item_junk_insect_71thru80_01_05;item_junk_insect_81thru90_01_01;item_junk_insect_81thru90_01_02;item_junk_insect_81thru90_01_03;item_junk_insect_81thru90_01_04;item_junk_insect_81thru90_01_05 100 -junk_insect ELITE 1 100 Junk - Insect item_junk_insect_1thru10_01_01;item_junk_insect_1thru10_01_02;item_junk_insect_1thru10_01_03;item_junk_insect_1thru10_01_04;item_junk_insect_1thru10_01_05;item_junk_insect_11thru20_01_01;item_junk_insect_11thru20_01_02;item_junk_insect_11thru20_01_03;item_junk_insect_11thru20_01_04;item_junk_insect_11thru20_01_05;item_junk_insect_21thru30_01_01;item_junk_insect_21thru30_01_02;item_junk_insect_21thru30_01_03;item_junk_insect_21thru30_01_04;item_junk_insect_21thru30_01_05;item_junk_insect_31thru40_01_01;item_junk_insect_31thru40_01_02;item_junk_insect_31thru40_01_03;item_junk_insect_31thru40_01_04;item_junk_insect_31thru40_01_05;item_junk_insect_41thru50_01_01;item_junk_insect_41thru50_01_02;item_junk_insect_41thru50_01_03;item_junk_insect_41thru50_01_04;item_junk_insect_41thru50_01_05;item_junk_insect_51thru60_01_01;item_junk_insect_51thru60_01_02;item_junk_insect_51thru60_01_03;item_junk_insect_51thru60_01_04;item_junk_insect_51thru60_01_05;item_junk_insect_61thru70_01_01;item_junk_insect_61thru70_01_02;item_junk_insect_61thru70_01_03;item_junk_insect_61thru70_01_04;item_junk_insect_61thru70_01_05;item_junk_insect_71thru80_01_01;item_junk_insect_71thru80_01_02;item_junk_insect_71thru80_01_03;item_junk_insect_71thru80_01_04;item_junk_insect_71thru80_01_05;item_junk_insect_81thru90_01_01;item_junk_insect_81thru90_01_02;item_junk_insect_81thru90_01_03;item_junk_insect_81thru90_01_04;item_junk_insect_81thru90_01_05 100 -junk_insect BOSS 1 100 Junk - Insect item_junk_insect_1thru10_01_01;item_junk_insect_1thru10_01_02;item_junk_insect_1thru10_01_03;item_junk_insect_1thru10_01_04;item_junk_insect_1thru10_01_05;item_junk_insect_11thru20_01_01;item_junk_insect_11thru20_01_02;item_junk_insect_11thru20_01_03;item_junk_insect_11thru20_01_04;item_junk_insect_11thru20_01_05;item_junk_insect_21thru30_01_01;item_junk_insect_21thru30_01_02;item_junk_insect_21thru30_01_03;item_junk_insect_21thru30_01_04;item_junk_insect_21thru30_01_05;item_junk_insect_31thru40_01_01;item_junk_insect_31thru40_01_02;item_junk_insect_31thru40_01_03;item_junk_insect_31thru40_01_04;item_junk_insect_31thru40_01_05;item_junk_insect_41thru50_01_01;item_junk_insect_41thru50_01_02;item_junk_insect_41thru50_01_03;item_junk_insect_41thru50_01_04;item_junk_insect_41thru50_01_05;item_junk_insect_51thru60_01_01;item_junk_insect_51thru60_01_02;item_junk_insect_51thru60_01_03;item_junk_insect_51thru60_01_04;item_junk_insect_51thru60_01_05;item_junk_insect_61thru70_01_01;item_junk_insect_61thru70_01_02;item_junk_insect_61thru70_01_03;item_junk_insect_61thru70_01_04;item_junk_insect_61thru70_01_05;item_junk_insect_71thru80_01_01;item_junk_insect_71thru80_01_02;item_junk_insect_71thru80_01_03;item_junk_insect_71thru80_01_04;item_junk_insect_71thru80_01_05;item_junk_insect_81thru90_01_01;item_junk_insect_81thru90_01_02;item_junk_insect_81thru90_01_03;item_junk_insect_81thru90_01_04;item_junk_insect_81thru90_01_05 100 -junk_jundland_eopie NORMAL 1 100 - item_tatooine_junk_jundland_eopie_01_01 100 -junk_jundland_eopie ELITE 1 100 - item_tatooine_junk_jundland_eopie_01_01 100 -junk_jundland_eopie BOSS 1 100 - item_tatooine_junk_jundland_eopie_01_01 100 -junk_kaadu_female NORMAL 1 100 - item_naboo_junk_kaadu_female_01_01 100 -junk_kaadu_female ELITE 1 100 - item_naboo_junk_kaadu_female_01_01 100 -junk_kaadu_female BOSS 1 100 - item_naboo_junk_kaadu_female_01_01 100 -junk_kerritamba NORMAL 1 100 Junk - Kerritamba kerritamba_artifact;kerritamba_fruit;kerritamba_jaw;kerritamba_medallion;kerritamba_skull;kerritamba_spirits 100 -junk_kerritamba ELITE 1 100 Junk - Kerritamba kerritamba_artifact;kerritamba_fruit;kerritamba_jaw;kerritamba_medallion;kerritamba_skull;kerritamba_spirits 100 -junk_kerritamba BOSS 1 100 Junk - Kerritamba kerritamba_artifact;kerritamba_fruit;kerritamba_jaw;kerritamba_medallion;kerritamba_skull;kerritamba_spirits 100 -junk_krahbu NORMAL 1 100 - item_corellia_junk_krahbu_01_01 100 -junk_krahbu ELITE 1 100 - item_corellia_junk_krahbu_01_01 100 -junk_krahbu BOSS 1 100 - item_corellia_junk_krahbu_01_01 100 -junk_kreetle NORMAL 1 100 - item_tatooine_junk_kreetle_01_01 100 -junk_kreetle ELITE 1 100 - item_tatooine_junk_kreetle_01_01 100 -junk_kreetle BOSS 1 100 - item_tatooine_junk_kreetle_01_01 100 -junk_lesser_desert_womprat NORMAL 1 100 - item_tatooine_junk_lesser_desert_womprat_01_01 100 -junk_lesser_desert_womprat ELITE 1 100 - item_tatooine_junk_lesser_desert_womprat_01_01 100 -junk_lesser_desert_womprat BOSS 1 100 - item_tatooine_junk_lesser_desert_womprat_01_01 100 -junk_lesser_dewback NORMAL 1 100 - item_tatooine_junk_lesser_dewback_01_01 100 -junk_lesser_dewback ELITE 1 100 - item_tatooine_junk_lesser_dewback_01_01 100 -junk_lesser_dewback BOSS 1 100 - item_tatooine_junk_lesser_dewback_01_01 100 -junk_majestic_plumed_rasp NORMAL 1 100 - item_corellia_junk_majestic_plumed_rasp_01_01 100 -junk_majestic_plumed_rasp ELITE 1 100 - item_corellia_junk_majestic_plumed_rasp_01_01 100 -junk_majestic_plumed_rasp BOSS 1 100 - item_corellia_junk_majestic_plumed_rasp_01_01 100 -junk_malignant_squill NORMAL 1 100 - item_tatooine_junk_malignant_squill_01_01 100 -junk_malignant_squill ELITE 1 100 - item_tatooine_junk_malignant_squill_01_01 100 -junk_malignant_squill BOSS 1 100 - item_tatooine_junk_malignant_squill_01_01 100 -junk_mauler_veermok NORMAL 1 100 - item_naboo_junk_mauler_veermok_01_01 100 -junk_mauler_veermok ELITE 1 100 - item_naboo_junk_mauler_veermok_01_01 100 -junk_mauler_veermok BOSS 1 100 - item_naboo_junk_mauler_veermok_01_01 100 -junk_mind_pod NORMAL 1 100 Junk - Mind pod mind_pod_eye;mind_pod_sac;mind_pod_brain;mind_pod_stomach;mind_pod_parasites;mind_pod_blood;mind_pod_guts;mind_pod_slime 100 -junk_mind_pod ELITE 1 100 Junk - Mind pod mind_pod_eye;mind_pod_sac;mind_pod_brain;mind_pod_stomach;mind_pod_parasites;mind_pod_blood;mind_pod_guts;mind_pod_slime 100 -junk_mind_pod BOSS 1 100 Junk - Mind pod mind_pod_eye;mind_pod_sac;mind_pod_brain;mind_pod_stomach;mind_pod_parasites;mind_pod_blood;mind_pod_guts;mind_pod_slime 100 -junk_minor_worrt NORMAL 1 100 - item_tatooine_junk_minor_worrt_01_01 100 -junk_minor_worrt ELITE 1 100 - item_tatooine_junk_minor_worrt_01_01 100 -junk_minor_worrt BOSS 1 100 - item_tatooine_junk_minor_worrt_01_01 100 -junk_minstyngar NORMAL 1 100 Junk - Minstyngar minstyngar_fang_01;minstyngar_horn_01 100 -junk_minstyngar ELITE 1 100 Junk - Minstyngar minstyngar_fang_01;minstyngar_horn_01 100 -junk_minstyngar BOSS 1 100 Junk - Minstyngar minstyngar_fang_01;minstyngar_horn_01 100 -junk_mottled_wrix NORMAL 1 100 - item_corellia_junk_mottled_wrix_01_01 100 -junk_mottled_wrix ELITE 1 100 - item_corellia_junk_mottled_wrix_01_01 100 -junk_mottled_wrix BOSS 1 100 - item_corellia_junk_mottled_wrix_01_01 100 -junk_mouf NORMAL 1 100 Junk - Mouf mouf_paw_01;mouf_pelt_01 100 -junk_mouf ELITE 1 100 Junk - Mouf mouf_paw_01;mouf_pelt_01 100 -junk_mouf BOSS 1 100 Junk - Mouf mouf_paw_01;mouf_pelt_01 100 -junk_mound_mite NORMAL 1 100 - item_tatooine_junk_mound_mite_01_01 100 -junk_mound_mite ELITE 1 100 - item_tatooine_junk_mound_mite_01_01 100 -junk_mound_mite BOSS 1 100 - item_tatooine_junk_mound_mite_01_01 100 -junk_mountain_dewback NORMAL 1 100 - item_tatooine_junk_mountain_dewback_01_01 100 -junk_mountain_dewback ELITE 1 100 - item_tatooine_junk_mountain_dewback_01_01 100 -junk_mountain_dewback BOSS 1 100 - item_tatooine_junk_mountain_dewback_01_01 100 -junk_mountain_murra NORMAL 1 100 - item_corellia_junk_mountain_murra_01_01 100 -junk_mountain_murra ELITE 1 100 - item_corellia_junk_mountain_murra_01_01 100 -junk_mountain_murra BOSS 1 100 - item_corellia_junk_mountain_murra_01_01 100 -junk_mountain_squill NORMAL 1 100 - item_tatooine_junk_mountain_squill_01_01 100 -junk_mountain_squill ELITE 1 100 - item_tatooine_junk_mountain_squill_01_01 100 -junk_mountain_squill BOSS 1 100 - item_tatooine_junk_mountain_squill_01_01 100 -junk_mountain_worrt NORMAL 1 100 - item_tatooine_junk_mountain_worrt_01_01 100 -junk_mountain_worrt ELITE 1 100 - item_tatooine_junk_mountain_worrt_01_01 100 -junk_mountain_worrt BOSS 1 100 - item_tatooine_junk_mountain_worrt_01_01 100 -junk_murra NORMAL 1 100 - item_corellia_junk_murra_01_01 100 -junk_murra ELITE 1 100 - item_corellia_junk_murra_01_01 100 -junk_murra BOSS 1 100 - item_corellia_junk_murra_01_01 100 -junk_mustafar NORMAL 1 100 Junk - Mustafar item_tow_junk_mining_tool_02_01;item_tow_junk_jewelry_onyx_02_01;item_tow_junk_lava_tongs_02_01;item_tow_junk_lava_rock_02_01 100 -junk_mustafar ELITE 1 100 Junk - Mustafar item_tow_junk_mining_tool_02_01;item_tow_junk_jewelry_onyx_02_01;item_tow_junk_lava_tongs_02_01;item_tow_junk_lava_rock_02_01 100 -junk_mustafar BOSS 1 100 Junk - Mustafar item_tow_junk_mining_tool_02_01;item_tow_junk_jewelry_onyx_02_01;item_tow_junk_lava_tongs_02_01;item_tow_junk_lava_rock_02_01 100 -junk_mutant_womprat NORMAL 1 100 - item_tatooine_junk_mutant_womprat_01_01 100 -junk_mutant_womprat ELITE 1 100 - item_tatooine_junk_mutant_womprat_01_01 100 -junk_mutant_womprat BOSS 1 100 - item_tatooine_junk_mutant_womprat_01_01 100 -junk_mynock NORMAL 1 100 - item_tatooine_junk_tatooine_mynock_01_01 100 -junk_mynock ELITE 1 100 - item_tatooine_junk_tatooine_mynock_01_01 100 -junk_mynock BOSS 1 100 - item_tatooine_junk_tatooine_mynock_01_01 100 -junk_mystical NORMAL 1 100 Junk - Mystical mystical_scroll;mystical_tome;mystical_tome_01;mystical_tome_02;mystical_tome_03;mystical_tome_04 100 -junk_mystical ELITE 1 100 Junk - Mystical mystical_scroll;mystical_tome;mystical_tome_01;mystical_tome_02;mystical_tome_03;mystical_tome_04 100 -junk_mystical BOSS 1 100 Junk - Mystical mystical_scroll;mystical_tome;mystical_tome_01;mystical_tome_02;mystical_tome_03;mystical_tome_04 100 -junk_narglatch NORMAL 1 100 - item_naboo_junk_narglatch_01_01 100 -junk_narglatch ELITE 1 100 - item_naboo_junk_narglatch_01_01 100 -junk_narglatch BOSS 1 100 - item_naboo_junk_narglatch_01_01 100 -junk_narglatch_cub NORMAL 1 100 - item_naboo_junk_narglatch_cub_01_01 100 -junk_narglatch_cub ELITE 1 100 - item_naboo_junk_narglatch_cub_01_01 100 -junk_narglatch_cub BOSS 1 100 - item_naboo_junk_narglatch_cub_01_01 100 -junk_narglatch_female NORMAL 1 100 - item_naboo_junk_narglatch_female_01_01 100 -junk_narglatch_female ELITE 1 100 - item_naboo_junk_narglatch_female_01_01 100 -junk_narglatch_female BOSS 1 100 - item_naboo_junk_narglatch_female_01_01 100 -junk_nightspider_dirtcrawler NORMAL 1 100 - item_naboo_junk_nightspider_dirtcrawler_01_01 100 -junk_nightspider_dirtcrawler ELITE 1 100 - item_naboo_junk_nightspider_dirtcrawler_01_01 100 -junk_nightspider_dirtcrawler BOSS 1 100 - item_naboo_junk_nightspider_dirtcrawler_01_01 100 -junk_nightspider_vinecrawler NORMAL 1 100 - item_naboo_junk_nightspider_vinecrawler_01_01 100 -junk_nightspider_vinecrawler ELITE 1 100 - item_naboo_junk_nightspider_vinecrawler_01_01 100 -junk_nightspider_vinecrawler BOSS 1 100 - item_naboo_junk_nightspider_vinecrawler_01_01 100 -junk_nightspider_vineripper NORMAL 1 100 - item_naboo_junk_nightspider_vineripper_01_01 100 -junk_nightspider_vineripper ELITE 1 100 - item_naboo_junk_nightspider_vineripper_01_01 100 -junk_nightspider_vineripper BOSS 1 100 - item_naboo_junk_nightspider_vineripper_01_01 100 -junk_nightspider_vineshredder NORMAL 1 100 - item_naboo_junk_nightspider_vineshredder_01_01 100 -junk_nightspider_vineshredder ELITE 1 100 - item_naboo_junk_nightspider_vineshredder_01_01 100 -junk_nightspider_vineshredder BOSS 1 100 - item_naboo_junk_nightspider_vineshredder_01_01 100 -junk_noxious_vrelt_scavenger NORMAL 1 100 - item_corellia_junk_noxious_vrelt_scavenger_01_01 100 -junk_noxious_vrelt_scavenger ELITE 1 100 - item_corellia_junk_noxious_vrelt_scavenger_01_01 100 -junk_noxious_vrelt_scavenger BOSS 1 100 - item_corellia_junk_noxious_vrelt_scavenger_01_01 100 -junk_npc NORMAL 1 100 Junk - NPC item_junk_npc_1thru5_01_01;item_junk_npc_1thru5_01_02;item_junk_npc_1thru5_01_03;item_junk_npc_1thru5_01_04;item_junk_npc_1thru5_01_05;item_junk_npc_6thru10_01_01;item_junk_npc_6thru10_01_02;item_junk_npc_6thru10_01_03;item_junk_npc_6thru10_01_04;item_junk_npc_6thru10_01_05;item_junk_npc_11thru20_01_01;item_junk_npc_11thru20_01_02;item_junk_npc_11thru20_01_03;item_junk_npc_11thru20_01_04;item_junk_npc_11thru20_01_05;item_junk_npc_21thru30_01_01;item_junk_npc_21thru30_01_02;item_junk_npc_21thru30_01_03;item_junk_npc_21thru30_01_04;item_junk_npc_21thru30_01_05;item_junk_npc_31thru40_01_01;item_junk_npc_31thru40_01_02;item_junk_npc_31thru40_01_03;item_junk_npc_31thru40_01_04;item_junk_npc_31thru40_01_05;item_junk_npc_41thru50_01_01;item_junk_npc_41thru50_01_02;item_junk_npc_41thru50_01_03;item_junk_npc_41thru50_01_04;item_junk_npc_41thru50_01_05;item_junk_npc_51thru60_01_01;item_junk_npc_51thru60_01_02;item_junk_npc_51thru60_01_03;item_junk_npc_51thru60_01_04;item_junk_npc_51thru60_01_05;item_junk_npc_61thru70_01_01;item_junk_npc_61thru70_01_02;item_junk_npc_61thru70_01_03;item_junk_npc_61thru70_01_04;item_junk_npc_61thru70_01_05;item_junk_npc_71thru80_01_01;item_junk_npc_71thru80_01_02;item_junk_npc_71thru80_01_03;item_junk_npc_71thru80_01_04;item_junk_npc_71thru80_01_05;item_junk_npc_81thru90_01_01;item_junk_npc_81thru90_01_02;item_junk_npc_81thru90_01_03;item_junk_npc_81thru90_01_04;item_junk_npc_81thru90_01_05 100 -junk_npc ELITE 1 100 Junk - NPC item_junk_npc_1thru5_01_01;item_junk_npc_1thru5_01_02;item_junk_npc_1thru5_01_03;item_junk_npc_1thru5_01_04;item_junk_npc_1thru5_01_05;item_junk_npc_6thru10_01_01;item_junk_npc_6thru10_01_02;item_junk_npc_6thru10_01_03;item_junk_npc_6thru10_01_04;item_junk_npc_6thru10_01_05;item_junk_npc_11thru20_01_01;item_junk_npc_11thru20_01_02;item_junk_npc_11thru20_01_03;item_junk_npc_11thru20_01_04;item_junk_npc_11thru20_01_05;item_junk_npc_21thru30_01_01;item_junk_npc_21thru30_01_02;item_junk_npc_21thru30_01_03;item_junk_npc_21thru30_01_04;item_junk_npc_21thru30_01_05;item_junk_npc_31thru40_01_01;item_junk_npc_31thru40_01_02;item_junk_npc_31thru40_01_03;item_junk_npc_31thru40_01_04;item_junk_npc_31thru40_01_05;item_junk_npc_41thru50_01_01;item_junk_npc_41thru50_01_02;item_junk_npc_41thru50_01_03;item_junk_npc_41thru50_01_04;item_junk_npc_41thru50_01_05;item_junk_npc_51thru60_01_01;item_junk_npc_51thru60_01_02;item_junk_npc_51thru60_01_03;item_junk_npc_51thru60_01_04;item_junk_npc_51thru60_01_05;item_junk_npc_61thru70_01_01;item_junk_npc_61thru70_01_02;item_junk_npc_61thru70_01_03;item_junk_npc_61thru70_01_04;item_junk_npc_61thru70_01_05;item_junk_npc_71thru80_01_01;item_junk_npc_71thru80_01_02;item_junk_npc_71thru80_01_03;item_junk_npc_71thru80_01_04;item_junk_npc_71thru80_01_05;item_junk_npc_81thru90_01_01;item_junk_npc_81thru90_01_02;item_junk_npc_81thru90_01_03;item_junk_npc_81thru90_01_04;item_junk_npc_81thru90_01_05 100 -junk_npc BOSS 1 100 Junk - NPC item_junk_npc_1thru5_01_01;item_junk_npc_1thru5_01_02;item_junk_npc_1thru5_01_03;item_junk_npc_1thru5_01_04;item_junk_npc_1thru5_01_05;item_junk_npc_6thru10_01_01;item_junk_npc_6thru10_01_02;item_junk_npc_6thru10_01_03;item_junk_npc_6thru10_01_04;item_junk_npc_6thru10_01_05;item_junk_npc_11thru20_01_01;item_junk_npc_11thru20_01_02;item_junk_npc_11thru20_01_03;item_junk_npc_11thru20_01_04;item_junk_npc_11thru20_01_05;item_junk_npc_21thru30_01_01;item_junk_npc_21thru30_01_02;item_junk_npc_21thru30_01_03;item_junk_npc_21thru30_01_04;item_junk_npc_21thru30_01_05;item_junk_npc_31thru40_01_01;item_junk_npc_31thru40_01_02;item_junk_npc_31thru40_01_03;item_junk_npc_31thru40_01_04;item_junk_npc_31thru40_01_05;item_junk_npc_41thru50_01_01;item_junk_npc_41thru50_01_02;item_junk_npc_41thru50_01_03;item_junk_npc_41thru50_01_04;item_junk_npc_41thru50_01_05;item_junk_npc_51thru60_01_01;item_junk_npc_51thru60_01_02;item_junk_npc_51thru60_01_03;item_junk_npc_51thru60_01_04;item_junk_npc_51thru60_01_05;item_junk_npc_61thru70_01_01;item_junk_npc_61thru70_01_02;item_junk_npc_61thru70_01_03;item_junk_npc_61thru70_01_04;item_junk_npc_61thru70_01_05;item_junk_npc_71thru80_01_01;item_junk_npc_71thru80_01_02;item_junk_npc_71thru80_01_03;item_junk_npc_71thru80_01_04;item_junk_npc_71thru80_01_05;item_junk_npc_81thru90_01_01;item_junk_npc_81thru90_01_02;item_junk_npc_81thru90_01_03;item_junk_npc_81thru90_01_04;item_junk_npc_81thru90_01_05 100 -junk_outcast NORMAL 1 100 Junk - Outcast outcast_tool_01;outcast_tool_02;outcast_tool_03;outcast_tool_04;outcast_tool_05;outcast_tool_06;outcast_tool_07;outcast_rations;outcast_spice;outcast_vitamins 100 -junk_outcast ELITE 1 100 Junk - Outcast outcast_tool_01;outcast_tool_02;outcast_tool_03;outcast_tool_04;outcast_tool_05;outcast_tool_06;outcast_tool_07;outcast_rations;outcast_spice;outcast_vitamins 100 -junk_outcast BOSS 1 100 Junk - Outcast outcast_tool_01;outcast_tool_02;outcast_tool_03;outcast_tool_04;outcast_tool_05;outcast_tool_06;outcast_tool_07;outcast_rations;outcast_spice;outcast_vitamins 100 -junk_paralope NORMAL 1 100 - item_corellia_junk_paralope_01_01 100 -junk_paralope ELITE 1 100 - item_corellia_junk_paralope_01_01 100 -junk_paralope BOSS 1 100 - item_corellia_junk_paralope_01_01 100 -junk_peko_peko NORMAL 1 100 - item_naboo_junk_peko_peko_01_01 100 -junk_peko_peko ELITE 1 100 - item_naboo_junk_peko_peko_01_01 100 -junk_peko_peko BOSS 1 100 - item_naboo_junk_peko_peko_01_01 100 -junk_peko_peko_albatross NORMAL 1 100 - item_naboo_junk_peko_peko_albatross_01_01 100 -junk_peko_peko_albatross ELITE 1 100 - item_naboo_junk_peko_peko_albatross_01_01 100 -junk_peko_peko_albatross BOSS 1 100 - item_naboo_junk_peko_peko_albatross_01_01 100 -junk_plumed_rasp NORMAL 1 100 - item_corellia_junk_plumed_rasp_01_01 100 -junk_plumed_rasp ELITE 1 100 - item_corellia_junk_plumed_rasp_01_01 100 -junk_plumed_rasp BOSS 1 100 - item_corellia_junk_plumed_rasp_01_01 100 -junk_pug_jumper NORMAL 1 100 Junk - Pug jumper pug_jumper_tongue_01 100 -junk_pug_jumper ELITE 1 100 Junk - Pug jumper pug_jumper_tongue_01 100 -junk_pug_jumper BOSS 1 100 Junk - Pug jumper pug_jumper_tongue_01 100 -junk_rill NORMAL 1 100 - item_tatooine_junk_rill_01_01 100 -junk_rill ELITE 1 100 - item_tatooine_junk_rill_01_01 100 -junk_rill BOSS 1 100 - item_tatooine_junk_rill_01_01 100 -junk_rock_beetle NORMAL 1 100 - item_tatooine_junk_rock_beetle_01_01 100 -junk_rock_beetle ELITE 1 100 - item_tatooine_junk_rock_beetle_01_01 100 -junk_rock_beetle BOSS 1 100 - item_tatooine_junk_rock_beetle_01_01 100 -junk_rockmite NORMAL 1 100 - item_tatooine_junk_rockmite_01_01 100 -junk_rockmite ELITE 1 100 - item_tatooine_junk_rockmite_01_01 100 -junk_rockmite BOSS 1 100 - item_tatooine_junk_rockmite_01_01 100 -junk_rogue_bageraset NORMAL 1 100 - item_corellia_junk_rogue_bageraset_01_01 100 -junk_rogue_bageraset ELITE 1 100 - item_corellia_junk_rogue_bageraset_01_01 100 -junk_rogue_bageraset BOSS 1 100 - item_corellia_junk_rogue_bageraset_01_01 100 -junk_rogue_fambaa NORMAL 1 100 - item_naboo_junk_rogue_fambaa_01_01 100 -junk_rogue_fambaa ELITE 1 100 - item_naboo_junk_rogue_fambaa_01_01 100 -junk_rogue_fambaa BOSS 1 100 - item_naboo_junk_rogue_fambaa_01_01 100 -junk_ronto NORMAL 1 100 - item_tatooine_junk_ronto_01_01 100 -junk_ronto ELITE 1 100 - item_tatooine_junk_ronto_01_01 100 -junk_ronto BOSS 1 100 - item_tatooine_junk_ronto_01_01 100 -junk_ronto_male NORMAL 1 100 - item_tatooine_junk_ronto_male_01_01 100 -junk_ronto_male ELITE 1 100 - item_tatooine_junk_ronto_male_01_01 100 -junk_ronto_male BOSS 1 100 - item_tatooine_junk_ronto_male_01_01 100 -junk_roroo NORMAL 1 100 Junk - Roroo roroo_paw_01 100 -junk_roroo ELITE 1 100 Junk - Roroo roroo_paw_01 100 -junk_roroo BOSS 1 100 Junk - Roroo roroo_paw_01 100 -junk_sand_panther NORMAL 1 100 - item_corellia_junk_sand_panther_01_01 100 -junk_sand_panther ELITE 1 100 - item_corellia_junk_sand_panther_01_01 100 -junk_sand_panther BOSS 1 100 - item_corellia_junk_sand_panther_01_01 100 -junk_sand_panther_cub NORMAL 1 100 - item_corellia_junk_sand_panther_cub_01_01 100 -junk_sand_panther_cub ELITE 1 100 - item_corellia_junk_sand_panther_cub_01_01 100 -junk_sand_panther_cub BOSS 1 100 - item_corellia_junk_sand_panther_cub_01_01 100 -junk_sathog NORMAL 1 100 Junk - Sathog sathog_snout_01 100 -junk_sathog ELITE 1 100 Junk - Sathog sathog_snout_01 100 -junk_sathog BOSS 1 100 Junk - Sathog sathog_snout_01 100 -junk_savage_humbaba NORMAL 1 100 - item_corellia_junk_savage_humbaba_01_01 100 -junk_savage_humbaba ELITE 1 100 - item_corellia_junk_savage_humbaba_01_01 100 -junk_savage_humbaba BOSS 1 100 - item_corellia_junk_savage_humbaba_01_01 100 -junk_sayormi NORMAL 1 100 Junk - Sayormi black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 100 -junk_sayormi ELITE 1 100 Junk - Sayormi black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 100 -junk_sayormi BOSS 1 100 Junk - Sayormi black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 100 -junk_scavenger_rat NORMAL 1 100 - item_corellia_junk_scavenger_rat_01_01 100 -junk_scavenger_rat ELITE 1 100 - item_corellia_junk_scavenger_rat_01_01 100 -junk_scavenger_rat BOSS 1 100 - item_corellia_junk_scavenger_rat_01_01 100 -junk_scyk NORMAL 1 100 - item_tatooine_junk_scyk_01_01 100 -junk_scyk ELITE 1 100 - item_tatooine_junk_scyk_01_01 100 -junk_scyk BOSS 1 100 - item_tatooine_junk_scyk_01_01 100 -junk_sevorrt NORMAL 1 100 - item_tatooine_junk_sevorrt_01_01 100 -junk_sevorrt ELITE 1 100 - item_tatooine_junk_sevorrt_01_01 100 -junk_sevorrt BOSS 1 100 - item_tatooine_junk_sevorrt_01_01 100 -junk_sharnaff NORMAL 1 100 - item_corellia_junk_sharnaff_01_01 100 -junk_sharnaff ELITE 1 100 - item_corellia_junk_sharnaff_01_01 100 -junk_sharnaff BOSS 1 100 - item_corellia_junk_sharnaff_01_01 100 -junk_sharnaff_bull NORMAL 1 100 - item_corellia_junk_sharnaff_bull_01_01 100 -junk_sharnaff_bull ELITE 1 100 - item_corellia_junk_sharnaff_bull_01_01 100 -junk_sharnaff_bull BOSS 1 100 - item_corellia_junk_sharnaff_bull_01_01 100 -junk_shaupaut_elder NORMAL 1 100 - item_naboo_junk_naboo_shaupaut_elder_01_01 100 -junk_shaupaut_elder ELITE 1 100 - item_naboo_junk_naboo_shaupaut_elder_01_01 100 -junk_shaupaut_elder BOSS 1 100 - item_naboo_junk_naboo_shaupaut_elder_01_01 100 -junk_shaupaut_hunter NORMAL 1 100 - item_naboo_junk_shaupaut_hunter_01_01 100 -junk_shaupaut_hunter ELITE 1 100 - item_naboo_junk_shaupaut_hunter_01_01 100 -junk_shaupaut_hunter BOSS 1 100 - item_naboo_junk_shaupaut_hunter_01_01 100 -junk_shaupaut_hunter_elder NORMAL 1 100 - item_naboo_junk_naboo_shaupaut_hunter_elder_01_01 100 -junk_shaupaut_hunter_elder ELITE 1 100 - item_naboo_junk_naboo_shaupaut_hunter_elder_01_01 100 -junk_shaupaut_hunter_elder BOSS 1 100 - item_naboo_junk_naboo_shaupaut_hunter_elder_01_01 100 -junk_slice_hound NORMAL 1 100 - item_corellia_junk_slice_hound_01_01 100 -junk_slice_hound ELITE 1 100 - item_corellia_junk_slice_hound_01_01 100 -junk_slice_hound BOSS 1 100 - item_corellia_junk_slice_hound_01_01 100 -junk_snake NORMAL 1 100 Junk - Snake snake_blood;snake_brain;snake_egg;snake_eye;snake_forgotten_relic;snake_meat;snake_poison;snake_riverpearl;snake_riverweed 100 -junk_snake ELITE 1 100 Junk - Snake snake_blood;snake_brain;snake_egg;snake_eye;snake_forgotten_relic;snake_meat;snake_poison;snake_riverpearl;snake_riverweed 100 -junk_snake BOSS 1 100 Junk - Snake snake_blood;snake_brain;snake_egg;snake_eye;snake_forgotten_relic;snake_meat;snake_poison;snake_riverpearl;snake_riverweed 100 -junk_spitting_rawl NORMAL 1 100 - item_naboo_junk_spitting_rawl_01_01 100 -junk_spitting_rawl ELITE 1 100 - item_naboo_junk_spitting_rawl_01_01 100 -junk_spitting_rawl BOSS 1 100 - item_naboo_junk_spitting_rawl_01_01 100 -junk_squill NORMAL 1 100 - item_tatooine_junk_squill_01_01 100 -junk_squill ELITE 1 100 - item_tatooine_junk_squill_01_01 100 -junk_squill BOSS 1 100 - item_tatooine_junk_squill_01_01 100 -junk_swamp_gurrcat NORMAL 1 100 - item_corellia_junk_swamp_gurrcat_01_01 100 -junk_swamp_gurrcat ELITE 1 100 - item_corellia_junk_swamp_gurrcat_01_01 100 -junk_swamp_gurrcat BOSS 1 100 - item_corellia_junk_swamp_gurrcat_01_01 100 -junk_swamp_stalker NORMAL 1 100 - item_naboo_junk_swamp_stalker_01_01 100 -junk_swamp_stalker ELITE 1 100 - item_naboo_junk_swamp_stalker_01_01 100 -junk_swamp_stalker BOSS 1 100 - item_naboo_junk_swamp_stalker_01_01 100 -junk_swarming_lesser_dewback NORMAL 1 100 - item_tatooine_junk_swarming_lesser_dewback_01_01 100 -junk_swarming_lesser_dewback ELITE 1 100 - item_tatooine_junk_swarming_lesser_dewback_01_01 100 -junk_swarming_lesser_dewback BOSS 1 100 - item_tatooine_junk_swarming_lesser_dewback_01_01 100 -junk_tabage NORMAL 1 100 - item_corellia_junk_tabage_01_01 100 -junk_tabage ELITE 1 100 - item_corellia_junk_tabage_01_01 100 -junk_tabage BOSS 1 100 - item_corellia_junk_tabage_01_01 100 -junk_tulrus NORMAL 1 100 Junk - Tulrus item_tow_junk_creature_horn_02_01;object/tangible/item/som/tulrus_parts.iff 100 -junk_tulrus ELITE 1 100 Junk - Tulrus item_tow_junk_creature_horn_02_01;object/tangible/item/som/tulrus_parts.iff 100 -junk_tulrus BOSS 1 100 Junk - Tulrus item_tow_junk_creature_horn_02_01;object/tangible/item/som/tulrus_parts.iff 100 -junk_tusken NORMAL 1 100 Junk - Tusken object/tangible/wearables/bandolier/bandolier_tusken_raider_s01.iff;object/tangible/wearables/boots/boots_tusken_raider.iff;object/tangible/wearables/gloves/gloves_tusken_raider.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s01.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/leather_heavy_duty.iff;object/tangible/wearables/bandolier/bandolier_tusken_raider_s03.iff;object/tangible/wearables/robe/robe_tusken_raider_s01.iff;object/tangible/wearables/robe/robe_tusken_raider_s02.iff;object/tangible/wearables/boots/boots_tusken_raider.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s01.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s02.iff;object/tangible/wearables/gloves/gloves_tusken_raider.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff 100 -junk_tusken ELITE 1 100 Junk - Tusken object/tangible/wearables/bandolier/bandolier_tusken_raider_s01.iff;object/tangible/wearables/boots/boots_tusken_raider.iff;object/tangible/wearables/gloves/gloves_tusken_raider.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s01.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/leather_heavy_duty.iff;object/tangible/wearables/bandolier/bandolier_tusken_raider_s03.iff;object/tangible/wearables/robe/robe_tusken_raider_s01.iff;object/tangible/wearables/robe/robe_tusken_raider_s02.iff;object/tangible/wearables/boots/boots_tusken_raider.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s01.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s02.iff;object/tangible/wearables/gloves/gloves_tusken_raider.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff 100 -junk_tusken BOSS 1 100 Junk - Tusken object/tangible/wearables/bandolier/bandolier_tusken_raider_s01.iff;object/tangible/wearables/boots/boots_tusken_raider.iff;object/tangible/wearables/gloves/gloves_tusken_raider.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s01.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/leather_heavy_duty.iff;object/tangible/wearables/bandolier/bandolier_tusken_raider_s03.iff;object/tangible/wearables/robe/robe_tusken_raider_s01.iff;object/tangible/wearables/robe/robe_tusken_raider_s02.iff;object/tangible/wearables/boots/boots_tusken_raider.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s01.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s02.iff;object/tangible/wearables/gloves/gloves_tusken_raider.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff 100 -junk_uller NORMAL 1 100 Junk - Uller uller_horn_01;uller_teeth_01 100 -junk_uller ELITE 1 100 Junk - Uller uller_horn_01;uller_teeth_01 100 -junk_uller BOSS 1 100 Junk - Uller uller_horn_01;uller_teeth_01 100 -junk_uwari NORMAL 1 100 Junk - Uwari uwari_blood;uwari_enzymes;uwari_fluid;uwari_larvae;uwari_leg;uwari_parasites;uwari_pincer;uwari_poison;uwari_poison_sac;uwari_rotting_meat 100 -junk_uwari ELITE 1 100 Junk - Uwari uwari_blood;uwari_enzymes;uwari_fluid;uwari_larvae;uwari_leg;uwari_parasites;uwari_pincer;uwari_poison;uwari_poison_sac;uwari_rotting_meat 100 -junk_uwari BOSS 1 100 Junk - Uwari uwari_blood;uwari_enzymes;uwari_fluid;uwari_larvae;uwari_leg;uwari_parasites;uwari_pincer;uwari_poison;uwari_poison_sac;uwari_rotting_meat 100 -junk_varactyl NORMAL 1 100 Junk - Varactyl varactyl_claw_01;varactyl_feather_01 100 -junk_varactyl ELITE 1 100 Junk - Varactyl varactyl_claw_01;varactyl_feather_01 100 -junk_varactyl BOSS 1 100 Junk - Varactyl varactyl_claw_01;varactyl_feather_01 100 -junk_variegated_womprat NORMAL 1 100 - item_tatooine_junk_variegated_womprat_01_01 100 -junk_variegated_womprat ELITE 1 100 - item_tatooine_junk_variegated_womprat_01_01 100 -junk_variegated_womprat BOSS 1 100 - item_tatooine_junk_variegated_womprat_01_01 100 -junk_veermok NORMAL 1 100 - item_naboo_junk_naboo_veermok_01_01 100 -junk_veermok ELITE 1 100 - item_naboo_junk_naboo_veermok_01_01 100 -junk_veermok BOSS 1 100 - item_naboo_junk_naboo_veermok_01_01 100 -junk_veermok_guard NORMAL 1 100 - item_naboo_junk_naboo_veermok_guard_01_01 100 -junk_veermok_guard ELITE 1 100 - item_naboo_junk_naboo_veermok_guard_01_01 100 -junk_veermok_guard BOSS 1 100 - item_naboo_junk_naboo_veermok_guard_01_01 100 -junk_veermok_ravager NORMAL 1 100 - item_naboo_junk_naboo_veermok_ravager_01_01 100 -junk_veermok_ravager ELITE 1 100 - item_naboo_junk_naboo_veermok_ravager_01_01 100 -junk_veermok_ravager BOSS 1 100 - item_naboo_junk_naboo_veermok_ravager_01_01 100 -junk_veermok_scavenger NORMAL 1 100 - item_naboo_junk_naboo_veermok_scavenger_01_01 100 -junk_veermok_scavenger ELITE 1 100 - item_naboo_junk_naboo_veermok_scavenger_01_01 100 -junk_veermok_scavenger BOSS 1 100 - item_naboo_junk_naboo_veermok_scavenger_01_01 100 -junk_veermok_scout NORMAL 1 100 - item_naboo_junk_naboo_veermok_scout_01_01 100 -junk_veermok_scout ELITE 1 100 - item_naboo_junk_naboo_veermok_scout_01_01 100 -junk_veermok_scout BOSS 1 100 - item_naboo_junk_naboo_veermok_scout_01_01 100 -junk_veermok_sentry NORMAL 1 100 - item_naboo_junk_naboo_veermok_sentry_01_01 100 -junk_veermok_sentry ELITE 1 100 - item_naboo_junk_naboo_veermok_sentry_01_01 100 -junk_veermok_sentry BOSS 1 100 - item_naboo_junk_naboo_veermok_sentry_01_01 100 -junk_vine_rawl NORMAL 1 100 - item_naboo_junk_vine_rawl_01_01 100 -junk_vine_rawl ELITE 1 100 - item_naboo_junk_vine_rawl_01_01 100 -junk_vine_rawl BOSS 1 100 - item_naboo_junk_vine_rawl_01_01 100 -junk_violent_krahbu NORMAL 1 100 - item_corellia_junk_violent_krahbu_01_01 100 -junk_violent_krahbu ELITE 1 100 - item_corellia_junk_violent_krahbu_01_01 100 -junk_violent_krahbu BOSS 1 100 - item_corellia_junk_violent_krahbu_01_01 100 -junk_vrelt NORMAL 1 100 - item_corellia_junk_vrelt_01_01 100 -junk_vrelt ELITE 1 100 - item_corellia_junk_vrelt_01_01 100 -junk_vrelt BOSS 1 100 - item_corellia_junk_vrelt_01_01 100 -junk_vynock NORMAL 1 100 - item_corellia_junk_vynock_01_01 100 -junk_vynock ELITE 1 100 - item_corellia_junk_vynock_01_01 100 -junk_vynock BOSS 1 100 - item_corellia_junk_vynock_01_01 100 -junk_walluga NORMAL 1 100 Junk - Walluga walluga_ear_01;walluga_foot_01 100 -junk_walluga ELITE 1 100 Junk - Walluga walluga_ear_01;walluga_foot_01 100 -junk_walluga BOSS 1 100 Junk - Walluga walluga_ear_01;walluga_foot_01 100 -junk_war_gronda NORMAL 1 100 - item_corellia_junk_war_gronda_01_01 100 -junk_war_gronda ELITE 1 100 - item_corellia_junk_war_gronda_01_01 100 -junk_war_gronda BOSS 1 100 - item_corellia_junk_war_gronda_01_01 100 -junk_webweaver NORMAL 1 100 Junk - Webweaver webweaver_leg_01;webweaver_poison_sac_01 100 -junk_webweaver ELITE 1 100 Junk - Webweaver webweaver_leg_01;webweaver_poison_sac_01 100 -junk_webweaver BOSS 1 100 Junk - Webweaver webweaver_leg_01;webweaver_poison_sac_01 100 -junk_wild_dune_boar NORMAL 1 100 - item_tatooine_junk_wild_dune_boar_01_01 100 -junk_wild_dune_boar ELITE 1 100 - item_tatooine_junk_wild_dune_boar_01_01 100 -junk_wild_dune_boar BOSS 1 100 - item_tatooine_junk_wild_dune_boar_01_01 100 -junk_womprat NORMAL 1 100 - item_tatooine_junk_womprat_01_01 100 -junk_womprat ELITE 1 100 - item_tatooine_junk_womprat_01_01 100 -junk_womprat BOSS 1 100 - item_tatooine_junk_womprat_01_01 100 -junk_womprat_city NORMAL 1 100 - item_tatooine_junk_womprat_city_01_01 100 -junk_womprat_city ELITE 1 100 - item_tatooine_junk_womprat_city_01_01 100 -junk_womprat_city BOSS 1 100 - item_tatooine_junk_womprat_city_01_01 100 -junk_wooded_paralope NORMAL 1 100 - item_corellia_junk_wooded_paralope_01_01 100 -junk_wooded_paralope ELITE 1 100 - item_corellia_junk_wooded_paralope_01_01 100 -junk_wooded_paralope BOSS 1 100 - item_corellia_junk_wooded_paralope_01_01 100 -junk_worrt NORMAL 1 100 - item_tatooine_junk_worrt_01_01 100 -junk_worrt ELITE 1 100 - item_tatooine_junk_worrt_01_01 100 -junk_worrt BOSS 1 100 - item_tatooine_junk_worrt_01_01 100 -junk_wrix NORMAL 1 100 - item_corellia_junk_wrix_01_01 100 -junk_wrix ELITE 1 100 - item_corellia_junk_wrix_01_01 100 -junk_wrix BOSS 1 100 - item_corellia_junk_wrix_01_01 100 -junk_xandank NORMAL 1 100 Junk - Xandank item_tow_junk_creature_jaw_02_01 100 -junk_xandank ELITE 1 100 Junk - Xandank item_tow_junk_creature_jaw_02_01 100 -junk_xandank BOSS 1 100 Junk - Xandank item_tow_junk_creature_jaw_02_01 100 -junk_zucca_boar NORMAL 1 100 - item_tatooine_junk_zucca_boar_01_01 100 -junk_zucca_boar ELITE 1 100 - item_tatooine_junk_zucca_boar_01_01 100 -junk_zucca_boar BOSS 1 100 - item_tatooine_junk_zucca_boar_01_01 100 -painting NORMAL 1 100 Painting object/tangible/painting/painting_valley_view.iff;object/tangible/painting/painting_dance_party.iff;object/tangible/painting/painting_armor_blueprint.iff;object/tangible/painting/painting_bioengineer_orange.iff;object/tangible/painting/painting_cargoport.iff;object/tangible/painting/painting_trandoshan_wanted.iff 100 -painting ELITE 1 100 Painting object/tangible/painting/painting_valley_view.iff;object/tangible/painting/painting_dance_party.iff;object/tangible/painting/painting_armor_blueprint.iff;object/tangible/painting/painting_bioengineer_orange.iff;object/tangible/painting/painting_cargoport.iff;object/tangible/painting/painting_trandoshan_wanted.iff 100 -painting BOSS 1 100 Painting object/tangible/painting/painting_valley_view.iff;object/tangible/painting/painting_dance_party.iff;object/tangible/painting/painting_armor_blueprint.iff;object/tangible/painting/painting_bioengineer_orange.iff;object/tangible/painting/painting_cargoport.iff;object/tangible/painting/painting_trandoshan_wanted.iff 100 -pearls_krayt NORMAL 1 100 Pearls - Krayt Dragon Poor Fair Good item_tatooine_junk_juvenile_canyon_krayt_01_01;item_krayt_pearl_04_01;item_krayt_pearl_04_02;item_krayt_pearl_04_03;item_krayt_pearl_04_04;item_krayt_pearl_04_05;item_krayt_pearl_04_06;item_krayt_pearl_04_07;item_krayt_pearl_04_08;item_krayt_pearl_04_09;item_junk_imitation_pearl_01_01;item_junk_imitation_pearl_01_02 100 -pearls_krayt ELITE 1 100 Pearls - Krayt Dragon Quality Select Premium Flawless item_krayt_pearl_04_10;item_krayt_pearl_04_11;item_krayt_pearl_04_12;item_krayt_pearl_04_13;item_krayt_pearl_04_14;item_krayt_pearl_04_15;item_krayt_pearl_04_16;item_krayt_pearl_04_17;item_krayt_pearl_04_18;item_junk_imitation_pearl_01_01;item_junk_imitation_pearl_01_02 100 -pearls_krayt BOSS 1 100 Pearls - Krayt Dragon Ancient item_krayt_pearl_04_19;item_krayt_pearl_04_20;item_junk_imitation_pearl_01_01;item_junk_imitation_pearl_01_02 100 -robe_dark_acolyte NORMAL 1 100 Robe - Dark Acolyte item_jedi_robe_dark_03_01 100 -robe_dark_acolyte ELITE 1 100 Robe - Dark Acolyte item_jedi_robe_dark_03_01 100 -robe_dark_acolyte BOSS 1 100 Robe - Dark Acolyte item_jedi_robe_dark_03_01 100 -robe_dark_apprentice NORMAL 1 100 Robe - Dark Apprentice item_jedi_robe_dark_03_02 100 -robe_dark_apprentice ELITE 1 100 Robe - Dark Apprentice item_jedi_robe_dark_03_02 100 -robe_dark_apprentice BOSS 1 100 Robe - Dark Apprentice item_jedi_robe_dark_03_02 100 -robe_dark_knight NORMAL 1 100 Robe - Dark Knight item_jedi_robe_dark_03_03 100 -robe_dark_knight ELITE 1 100 Robe - Dark Knight item_jedi_robe_dark_03_03 100 -robe_dark_knight BOSS 1 100 Robe - Dark Knight item_jedi_robe_dark_03_03 100 -robe_kursk NORMAL 1 100 Robe - Cloak of the Kursk item_jedi_robe_04_01 100 -robe_kursk ELITE 1 100 Robe - Cloak of the Kursk item_jedi_robe_04_01 100 -robe_kursk BOSS 1 100 Robe - Cloak of the Kursk item_jedi_robe_04_01 100 -robe_light_acolyte NORMAL 1 100 Robe - Light Acolyte item_jedi_robe_light_03_01 100 -robe_light_acolyte ELITE 1 100 Robe - Light Acolyte item_jedi_robe_light_03_01 100 -robe_light_acolyte BOSS 1 100 Robe - Light Acolyte item_jedi_robe_light_03_01 100 -robe_light_apprentice NORMAL 1 100 Robe - Light Apprentice item_jedi_robe_light_03_02 100 -robe_light_apprentice ELITE 1 100 Robe - Light Apprentice item_jedi_robe_light_03_02 100 -robe_light_apprentice BOSS 1 100 Robe - Light Apprentice item_jedi_robe_light_03_02 100 -robe_light_knight NORMAL 1 100 Robe - Light Knight item_jedi_robe_light_03_03 100 -robe_light_knight ELITE 1 100 Robe - Light Knight item_jedi_robe_light_03_03 100 -robe_light_knight BOSS 1 100 Robe - Light Knight item_jedi_robe_light_03_03 100 -robe_storm_caller NORMAL 1 100 Robe - Robes of the Storm Caller item_jedi_robe_04_02 100 -robe_storm_caller ELITE 1 100 Robe - Robes of the Storm Caller item_jedi_robe_04_02 100 -robe_storm_caller BOSS 1 100 Robe - Robes of the Storm Caller item_jedi_robe_04_02 100 -schematic_common NORMAL 1 100 Schematic - Common object/tangible/loot/loot_schematic/agitator_motor_schematic.iff;object/tangible/loot/loot_schematic/assorted_fruit_schematic.iff;object/tangible/loot/loot_schematic/basket_closed_schematic.iff;object/tangible/loot/loot_schematic/bottle_fat_schematic.iff;object/tangible/loot/loot_schematic/bottle_pear_schematic.iff;object/tangible/loot/loot_schematic/bottle_tall_schematic.iff;object/tangible/loot/loot_schematic/bowl_carved_schematic.iff;object/tangible/loot/loot_schematic/bowl_plain_schematic.iff;object/tangible/loot/loot_schematic/bubble_tank_schematic.iff;object/tangible/loot/loot_schematic/cabinet_elegant_schematic.iff;object/tangible/loot/loot_schematic/campfire_schematic.iff;object/tangible/loot/loot_schematic/cantina_chair_schematic.iff;object/tangible/loot/loot_schematic/chemical_recycler_schematic.iff;object/tangible/loot/loot_schematic/couch_blue_schematic.iff;object/tangible/loot/loot_schematic/creature_recycler_schematic.iff;object/tangible/loot/loot_schematic/diagnostic_screen_schematic.iff;object/tangible/loot/loot_schematic/droid_body_schematic.iff;object/tangible/loot/loot_schematic/droid_head_schematic.iff;object/tangible/loot/loot_schematic/flora_recycler_schematic.iff;object/tangible/loot/loot_schematic/gambling_table_schematic.iff;object/tangible/loot/loot_schematic/metal_recycler_schematic.iff;object/tangible/loot/loot_schematic/microphone_s01_schematic.iff;object/tangible/loot/loot_schematic/ore_recycler_schematic.iff;object/tangible/loot/loot_schematic/park_bench_schematic.iff;object/tangible/loot/loot_schematic/pitcher_full_schematic.iff;object/tangible/loot/loot_schematic/professors_desk_schematic.iff;object/tangible/loot/loot_schematic/radar_screen_schematic.iff;object/tangible/loot/loot_schematic/radio_schematic.iff;object/tangible/loot/loot_schematic/slave_brazier_schematic.iff;object/tangible/loot/loot_schematic/spear_rack_schematic.iff;object/tangible/loot/loot_schematic/stove_schematic.iff;object/tangible/loot/loot_schematic/streetlamp_schematic.iff;object/tangible/loot/loot_schematic/stuffed_fish_schematic.iff;object/tangible/loot/loot_schematic/table_coffee_modern_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s01_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s02_schematic.iff;object/tangible/loot/loot_schematic/throwpillow_schematic.iff;object/tangible/loot/loot_schematic/tumble_blender_schematic.iff;object/tangible/loot/loot_schematic/utensils_schematic.iff 100 -schematic_common ELITE 1 100 Schematic - Common object/tangible/loot/loot_schematic/agitator_motor_schematic.iff;object/tangible/loot/loot_schematic/assorted_fruit_schematic.iff;object/tangible/loot/loot_schematic/basket_closed_schematic.iff;object/tangible/loot/loot_schematic/bottle_fat_schematic.iff;object/tangible/loot/loot_schematic/bottle_pear_schematic.iff;object/tangible/loot/loot_schematic/bottle_tall_schematic.iff;object/tangible/loot/loot_schematic/bowl_carved_schematic.iff;object/tangible/loot/loot_schematic/bowl_plain_schematic.iff;object/tangible/loot/loot_schematic/bubble_tank_schematic.iff;object/tangible/loot/loot_schematic/cabinet_elegant_schematic.iff;object/tangible/loot/loot_schematic/campfire_schematic.iff;object/tangible/loot/loot_schematic/cantina_chair_schematic.iff;object/tangible/loot/loot_schematic/chemical_recycler_schematic.iff;object/tangible/loot/loot_schematic/couch_blue_schematic.iff;object/tangible/loot/loot_schematic/creature_recycler_schematic.iff;object/tangible/loot/loot_schematic/diagnostic_screen_schematic.iff;object/tangible/loot/loot_schematic/droid_body_schematic.iff;object/tangible/loot/loot_schematic/droid_head_schematic.iff;object/tangible/loot/loot_schematic/flora_recycler_schematic.iff;object/tangible/loot/loot_schematic/gambling_table_schematic.iff;object/tangible/loot/loot_schematic/metal_recycler_schematic.iff;object/tangible/loot/loot_schematic/microphone_s01_schematic.iff;object/tangible/loot/loot_schematic/ore_recycler_schematic.iff;object/tangible/loot/loot_schematic/park_bench_schematic.iff;object/tangible/loot/loot_schematic/pitcher_full_schematic.iff;object/tangible/loot/loot_schematic/professors_desk_schematic.iff;object/tangible/loot/loot_schematic/radar_screen_schematic.iff;object/tangible/loot/loot_schematic/radio_schematic.iff;object/tangible/loot/loot_schematic/slave_brazier_schematic.iff;object/tangible/loot/loot_schematic/spear_rack_schematic.iff;object/tangible/loot/loot_schematic/stove_schematic.iff;object/tangible/loot/loot_schematic/streetlamp_schematic.iff;object/tangible/loot/loot_schematic/stuffed_fish_schematic.iff;object/tangible/loot/loot_schematic/table_coffee_modern_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s01_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s02_schematic.iff;object/tangible/loot/loot_schematic/throwpillow_schematic.iff;object/tangible/loot/loot_schematic/tumble_blender_schematic.iff;object/tangible/loot/loot_schematic/utensils_schematic.iff 100 -schematic_common BOSS 1 100 Schematic - Common object/tangible/loot/loot_schematic/agitator_motor_schematic.iff;object/tangible/loot/loot_schematic/assorted_fruit_schematic.iff;object/tangible/loot/loot_schematic/basket_closed_schematic.iff;object/tangible/loot/loot_schematic/bottle_fat_schematic.iff;object/tangible/loot/loot_schematic/bottle_pear_schematic.iff;object/tangible/loot/loot_schematic/bottle_tall_schematic.iff;object/tangible/loot/loot_schematic/bowl_carved_schematic.iff;object/tangible/loot/loot_schematic/bowl_plain_schematic.iff;object/tangible/loot/loot_schematic/bubble_tank_schematic.iff;object/tangible/loot/loot_schematic/cabinet_elegant_schematic.iff;object/tangible/loot/loot_schematic/campfire_schematic.iff;object/tangible/loot/loot_schematic/cantina_chair_schematic.iff;object/tangible/loot/loot_schematic/chemical_recycler_schematic.iff;object/tangible/loot/loot_schematic/couch_blue_schematic.iff;object/tangible/loot/loot_schematic/creature_recycler_schematic.iff;object/tangible/loot/loot_schematic/diagnostic_screen_schematic.iff;object/tangible/loot/loot_schematic/droid_body_schematic.iff;object/tangible/loot/loot_schematic/droid_head_schematic.iff;object/tangible/loot/loot_schematic/flora_recycler_schematic.iff;object/tangible/loot/loot_schematic/gambling_table_schematic.iff;object/tangible/loot/loot_schematic/metal_recycler_schematic.iff;object/tangible/loot/loot_schematic/microphone_s01_schematic.iff;object/tangible/loot/loot_schematic/ore_recycler_schematic.iff;object/tangible/loot/loot_schematic/park_bench_schematic.iff;object/tangible/loot/loot_schematic/pitcher_full_schematic.iff;object/tangible/loot/loot_schematic/professors_desk_schematic.iff;object/tangible/loot/loot_schematic/radar_screen_schematic.iff;object/tangible/loot/loot_schematic/radio_schematic.iff;object/tangible/loot/loot_schematic/slave_brazier_schematic.iff;object/tangible/loot/loot_schematic/spear_rack_schematic.iff;object/tangible/loot/loot_schematic/stove_schematic.iff;object/tangible/loot/loot_schematic/streetlamp_schematic.iff;object/tangible/loot/loot_schematic/stuffed_fish_schematic.iff;object/tangible/loot/loot_schematic/table_coffee_modern_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s01_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s02_schematic.iff;object/tangible/loot/loot_schematic/throwpillow_schematic.iff;object/tangible/loot/loot_schematic/tumble_blender_schematic.iff;object/tangible/loot/loot_schematic/utensils_schematic.iff 100 -schematic_de10 NORMAL 1 100 Schematic - DE10 pistol_de_10_schematic 100 -schematic_de10 ELITE 1 100 Schematic - DE10 pistol_de_10_schematic 100 -schematic_de10 BOSS 1 100 Schematic - DE10 pistol_de_10_schematic 100 -schematic_lava_skiff NORMAL 1 100 Schematic - Lava Skiff item_tow_schematic_vehicle_02_01 100 -schematic_lava_skiff ELITE 1 100 Schematic - Lava Skiff item_tow_schematic_vehicle_02_01 100 -schematic_lava_skiff BOSS 1 100 Schematic - Lava Skiff item_tow_schematic_vehicle_02_01 100 -schematic_mando_wine NORMAL 1 100 Schematic - Mandalorian wine mandalorian_wine_schematic 100 -schematic_mando_wine ELITE 1 100 Schematic - Mandalorian wine mandalorian_wine_schematic 100 -schematic_mando_wine BOSS 1 100 Schematic - Mandalorian wine mandalorian_wine_schematic 100 -schematic_or_1h_ls NORMAL 1 100 Schematic - OR One-Handed Lightsaber Hilt item_tow_schematic_saber_03_01 100 -schematic_or_1h_ls ELITE 1 100 Schematic - OR One-Handed Lightsaber Hilt item_tow_schematic_saber_03_01 100 -schematic_or_1h_ls BOSS 1 100 Schematic - OR One-Handed Lightsaber Hilt item_tow_schematic_saber_03_01 100 -schematic_or_2h_ls NORMAL 1 100 Schematic - OR Two-Handed Lightsaber Hilt item_tow_schematic_saber_03_02 100 -schematic_or_2h_ls ELITE 1 100 Schematic - OR Two-Handed Lightsaber Hilt item_tow_schematic_saber_03_02 100 -schematic_or_2h_ls BOSS 1 100 Schematic - OR Two-Handed Lightsaber Hilt item_tow_schematic_saber_03_02 100 -schematic_or_psg NORMAL 1 100 Schematic - OR PSG item_tow_schematic_psg_05_01 100 -schematic_or_psg ELITE 1 100 Schematic - OR PSG item_tow_schematic_psg_05_01 100 -schematic_or_psg BOSS 1 100 Schematic - OR PSG item_tow_schematic_psg_05_01 100 -unique_adventurer_remains NORMAL 1 100 Unique - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 100 -unique_adventurer_remains ELITE 1 100 Unique - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 100 -unique_adventurer_remains BOSS 1 100 Unique - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 100 -unique_binary_liquid NORMAL 1 100 Unique - Binary liquid dwb_binary_liquid 100 -unique_binary_liquid ELITE 1 100 Unique - Binary liquid dwb_binary_liquid 100 -unique_binary_liquid BOSS 1 100 Unique - Binary liquid dwb_binary_liquid 100 -unique_blade_betrayer NORMAL 1 100 Unique - Blade of the Betrayer weapon_tow_sword_1h_03_01 100 -unique_blade_betrayer ELITE 1 100 Unique - Blade of the Betrayer weapon_tow_sword_1h_03_01 100 -unique_blade_betrayer BOSS 1 100 Unique - Blade of the Betrayer weapon_tow_sword_1h_03_01 100 -unique_brightclaw NORMAL 1 100 Unique - Brightclaw object/tangible/quest/quest_start/ep3_hunt_loot_brightclaw_jaw.iff 100 -unique_brightclaw ELITE 1 100 Unique - Brightclaw object/tangible/quest/quest_start/ep3_hunt_loot_brightclaw_jaw.iff 100 -unique_brightclaw BOSS 1 100 Unique - Brightclaw object/tangible/quest/quest_start/ep3_hunt_loot_brightclaw_jaw.iff 100 -unique_commander_stim NORMAL 1 100 Unique - Experimental Stimpack E item_tow_commander_stim_04_01 100 -unique_commander_stim ELITE 1 100 Unique - Experimental Stimpack E item_tow_commander_stim_04_01 100 -unique_commander_stim BOSS 1 100 Unique - Experimental Stimpack E item_tow_commander_stim_04_01 100 -unique_decomposed_fish NORMAL 1 100 Unique - Decomposed fish decomposed_fish_01;decomposed_fish_02 100 -unique_decomposed_fish ELITE 1 100 Unique - Decomposed fish decomposed_fish_01;decomposed_fish_02 100 -unique_decomposed_fish BOSS 1 100 Unique - Decomposed fish decomposed_fish_01;decomposed_fish_02 100 -unique_decomposed_human NORMAL 1 100 Unique - Decomposed human decomposed_foot;decomposed_hand;decomposed_skull;decomposed_foot;decomposed_hand;decomposed_skull 100 -unique_decomposed_human ELITE 1 100 Unique - Decomposed human decomposed_foot;decomposed_hand;decomposed_skull;decomposed_foot;decomposed_hand;decomposed_skull 100 -unique_decomposed_human BOSS 1 100 Unique - Decomposed human decomposed_foot;decomposed_hand;decomposed_skull;decomposed_foot;decomposed_hand;decomposed_skull 100 -unique_factory_guard NORMAL 1 100 Unique - OR Repulsion Generator item_tow_factory_gaurd_trinket_04_01 100 -unique_factory_guard ELITE 1 100 Unique - OR Repulsion Generator item_tow_factory_gaurd_trinket_04_01 100 -unique_factory_guard BOSS 1 100 Unique - OR Repulsion Generator item_tow_factory_gaurd_trinket_04_01 100 -unique_fern_bicker NORMAL 1 100 Unique - Fern bicker object/tangible/loot/creature_loot/kashyyyk_loot/fern_bicker_brain_01.iff 100 -unique_fern_bicker ELITE 1 100 Unique - Fern bicker object/tangible/loot/creature_loot/kashyyyk_loot/fern_bicker_brain_01.iff 100 -unique_fern_bicker BOSS 1 100 Unique - Fern bicker object/tangible/loot/creature_loot/kashyyyk_loot/fern_bicker_brain_01.iff 100 -unique_foreman_burst_run NORMAL 1 100 Unique - Sprint Enhancement Stim item_tow_foreman_burst_run_04_01 100 -unique_foreman_burst_run ELITE 1 100 Unique - Sprint Enhancement Stim item_tow_foreman_burst_run_04_01 100 -unique_foreman_burst_run BOSS 1 100 Unique - Sprint Enhancement Stim item_tow_foreman_burst_run_04_01 100 -unique_foreman_fire_absorb NORMAL 1 100 Unique - Cooling Spray Unit item_tow_foreman_fire_absorb_04_01 100 -unique_foreman_fire_absorb ELITE 1 100 Unique - Cooling Spray Unit item_tow_foreman_fire_absorb_04_01 100 -unique_foreman_fire_absorb BOSS 1 100 Unique - Cooling Spray Unit item_tow_foreman_fire_absorb_04_01 100 -unique_fwd_commander NORMAL 1 100 Unique - Revitalization Pack item_tow_fwd_commander_stim_05_01 100 -unique_fwd_commander ELITE 1 100 Unique - Revitalization Pack item_tow_fwd_commander_stim_05_01 100 -unique_fwd_commander BOSS 1 100 Unique - Revitalization Pack item_tow_fwd_commander_stim_05_01 100 -unique_geo_acklay_bone NORMAL 1 100 Unique - Geo Acklay Bone Core object/tangible/component/weapon/acklay_bone_reinforcement_core.iff 100 -unique_geo_acklay_bone ELITE 1 100 Unique - Geo Acklay Bone Core object/tangible/component/weapon/acklay_bone_reinforcement_core.iff 100 -unique_geo_acklay_bone BOSS 1 100 Unique - Geo Acklay Bone Core object/tangible/component/weapon/acklay_bone_reinforcement_core.iff 100 -unique_geo_set NORMAL 1 100 Unique - Geo set object/tangible/furniture/all/frn_all_trophy_scorpion_kliknik.iff;relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit;object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff;geonosian_reinforcement_core_schematic 100 -unique_geo_set ELITE 1 100 Unique - Geo set object/tangible/furniture/all/frn_all_trophy_scorpion_kliknik.iff;relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit;object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff;geonosian_reinforcement_core_schematic 100 -unique_geo_set BOSS 1 100 Unique - Geo set object/tangible/furniture/all/frn_all_trophy_scorpion_kliknik.iff;relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit;object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff;geonosian_reinforcement_core_schematic 100 -unique_geo_spider_spine NORMAL 1 100 Unique - Geo Spider Spine object/tangible/component/weapon/spider_spine.iff 100 -unique_geo_spider_spine ELITE 1 100 Unique - Geo Spider Spine object/tangible/component/weapon/spider_spine.iff 100 -unique_geo_spider_spine BOSS 1 100 Unique - Geo Spider Spine object/tangible/component/weapon/spider_spine.iff 100 -unique_greyclimber NORMAL 1 100 Unique - Greyclimber object/tangible/quest/quest_start/ep3_hunt_loot_greyclimber_eye.iff 100 -unique_greyclimber ELITE 1 100 Unique - Greyclimber object/tangible/quest/quest_start/ep3_hunt_loot_greyclimber_eye.iff 100 -unique_greyclimber BOSS 1 100 Unique - Greyclimber object/tangible/quest/quest_start/ep3_hunt_loot_greyclimber_eye.iff 100 -unique_gurk_hide NORMAL 1 100 Unique - Gurk hide object/tangible/component/armor/hide_gurk_king.iff 100 -unique_gurk_hide ELITE 1 100 Unique - Gurk hide object/tangible/component/armor/hide_gurk_king.iff 100 -unique_gurk_hide BOSS 1 100 Unique - Gurk hide object/tangible/component/armor/hide_gurk_king.iff 100 -unique_hk47_move_immune NORMAL 1 100 Unique - Anti-Mobility Dampening Device item_tow_hk47_move_immune_06_01 100 -unique_hk47_move_immune ELITE 1 100 Unique - Anti-Mobility Dampening Device item_tow_hk47_move_immune_06_01 100 -unique_hk47_move_immune BOSS 1 100 Unique - Anti-Mobility Dampening Device item_tow_hk47_move_immune_06_01 100 -unique_jawa_beads NORMAL 1 100 Unique - Jawa beads jawa_beads 100 -unique_jawa_beads ELITE 1 100 Unique - Jawa beads jawa_beads 100 -unique_jawa_beads BOSS 1 100 Unique - Jawa beads jawa_beads 100 -unique_jyykle_vulture NORMAL 1 100 Unique - Jyykle vulture jyykle_vulture_beak_01 100 -unique_jyykle_vulture ELITE 1 100 Unique - Jyykle vulture jyykle_vulture_beak_01 100 -unique_jyykle_vulture BOSS 1 100 Unique - Jyykle vulture jyykle_vulture_beak_01 100 -unique_kimogila_scale NORMAL 1 100 Unique - Kimogila scale object/tangible/component/armor/scale_giant_dune_kimogila.iff 100 -unique_kimogila_scale ELITE 1 100 Unique - Kimogila scale object/tangible/component/armor/scale_giant_dune_kimogila.iff 100 -unique_kimogila_scale BOSS 1 100 Unique - Kimogila scale object/tangible/component/armor/scale_giant_dune_kimogila.iff 100 -unique_kkryytch_feather NORMAL 1 100 Unique - Kkryytch feather kkryytch_feather_01 100 -unique_kkryytch_feather ELITE 1 100 Unique - Kkryytch feather kkryytch_feather_01 100 -unique_kkryytch_feather BOSS 1 100 Unique - Kkryytch feather kkryytch_feather_01 100 -unique_kliknik_boost NORMAL 1 100 Unique - Kliknik boost object/tangible/food/spice/spice_kliknik_boost.iff 100 -unique_kliknik_boost ELITE 1 100 Unique - Kliknik boost object/tangible/food/spice/spice_kliknik_boost.iff 100 -unique_kliknik_boost BOSS 1 100 Unique - Kliknik boost object/tangible/food/spice/spice_kliknik_boost.iff 100 -unique_kwi_boost NORMAL 1 100 Unique - Kwi boost object/tangible/food/spice/spice_kwi_boost.iff 100 -unique_kwi_boost ELITE 1 100 Unique - Kwi boost object/tangible/food/spice/spice_kwi_boost.iff 100 -unique_kwi_boost BOSS 1 100 Unique - Kwi boost object/tangible/food/spice/spice_kwi_boost.iff 100 -unique_lost_chance_dice NORMAL 1 100 Unique - Lost chance dice lost_chance_dice 100 -unique_lost_chance_dice ELITE 1 100 Unique - Lost chance dice lost_chance_dice 100 -unique_lost_chance_dice BOSS 1 100 Unique - Lost chance dice lost_chance_dice 100 -unique_mafose_mez_immune NORMAL 1 100 Unique - Synaptic Stimulation Collar item_tow_mafosa_mez_immune_06_01 100 -unique_mafose_mez_immune ELITE 1 100 Unique - Synaptic Stimulation Collar item_tow_mafosa_mez_immune_06_01 100 -unique_mafose_mez_immune BOSS 1 100 Unique - Synaptic Stimulation Collar item_tow_mafosa_mez_immune_06_01 100 -unique_mando_jetpack_set NORMAL 1 100 Unique - Mando Jetpack Set dwb_ducted_fan;dwb_fuel_dispersion_unit;dwb_fuel_injector_tank;dwb_jetpack_base;dwb_jetpack_stabilizer 100 -unique_mando_jetpack_set ELITE 1 100 Unique - Mando Jetpack Set dwb_ducted_fan;dwb_fuel_dispersion_unit;dwb_fuel_injector_tank;dwb_jetpack_base;dwb_jetpack_stabilizer 100 -unique_mando_jetpack_set BOSS 1 100 Unique - Mando Jetpack Set dwb_ducted_fan;dwb_fuel_dispersion_unit;dwb_fuel_injector_tank;dwb_jetpack_base;dwb_jetpack_stabilizer 100 -unique_paleclaw NORMAL 1 100 Unique - Paleclaw object/tangible/quest/quest_start/ep3_hunt_loot_paleclaw_jaw.iff 100 -unique_paleclaw ELITE 1 100 Unique - Paleclaw object/tangible/quest/quest_start/ep3_hunt_loot_paleclaw_jaw.iff 100 -unique_paleclaw BOSS 1 100 Unique - Paleclaw object/tangible/quest/quest_start/ep3_hunt_loot_paleclaw_jaw.iff 100 -unique_peko_peko_feather NORMAL 1 100 Unique - Peko Peko Feather object/tangible/component/armor/feather_peko_albatross.iff 100 -unique_peko_peko_feather ELITE 1 100 Unique - Peko Peko Feather object/tangible/component/armor/feather_peko_albatross.iff 100 -unique_peko_peko_feather BOSS 1 100 Unique - Peko Peko Feather object/tangible/component/armor/feather_peko_albatross.iff 100 -unique_ring_armorsmith NORMAL 1 100 Unique - Relic Armorsmith's Ring item_tow_ring_armorsmith_04_01 100 -unique_ring_armorsmith ELITE 1 100 Unique - Relic Armorsmith's Ring item_tow_ring_armorsmith_04_01 100 -unique_ring_armorsmith BOSS 1 100 Unique - Relic Armorsmith's Ring item_tow_ring_armorsmith_04_01 100 -unique_ring_bioeng NORMAL 1 100 Unique - Relic Bioengineer's Ring item_tow_ring_bioeng_04_01 100 -unique_ring_bioeng ELITE 1 100 Unique - Relic Bioengineer's Ring item_tow_ring_bioeng_04_01 100 -unique_ring_bioeng BOSS 1 100 Unique - Relic Bioengineer's Ring item_tow_ring_bioeng_04_01 100 -unique_ring_chef NORMAL 1 100 Unique - Relic Chef's Ring item_tow_ring_chef_04_01 100 -unique_ring_chef ELITE 1 100 Unique - Relic Chef's Ring item_tow_ring_chef_04_01 100 -unique_ring_chef BOSS 1 100 Unique - Relic Chef's Ring item_tow_ring_chef_04_01 100 -unique_ring_droideng NORMAL 1 100 Unique - Relic Droid Engineer's Ring item_tow_ring_droideng_04_01 100 -unique_ring_droideng ELITE 1 100 Unique - Relic Droid Engineer's Ring item_tow_ring_droideng_04_01 100 -unique_ring_droideng BOSS 1 100 Unique - Relic Droid Engineer's Ring item_tow_ring_droideng_04_01 100 -unique_ring_of_elemens NORMAL 1 100 Unique - Ring of the Elements item_tow_ring_03_01 100 -unique_ring_of_elemens ELITE 1 100 Unique - Ring of the Elements item_tow_ring_03_01 100 -unique_ring_of_elemens BOSS 1 100 Unique - Ring of the Elements item_tow_ring_03_01 100 -unique_ring_weaponsm NORMAL 1 100 Unique - Relic Weaponsmith's Ring item_tow_ring_weaponsmith_04_01 100 -unique_ring_weaponsm ELITE 1 100 Unique - Relic Weaponsmith's Ring item_tow_ring_weaponsmith_04_01 100 -unique_ring_weaponsm BOSS 1 100 Unique - Relic Weaponsmith's Ring item_tow_ring_weaponsmith_04_01 100 -unique_sayormi_witch NORMAL 1 100 Unique - Sayormi witch orange_potion;potion_component_01;potion_component_02;potion_component_03;purple_potion;red_potion;scarecrow_toy;voodoo_bag;white_potion 100 -unique_sayormi_witch ELITE 1 100 Unique - Sayormi witch orange_potion;potion_component_01;potion_component_02;potion_component_03;purple_potion;red_potion;scarecrow_toy;voodoo_bag;white_potion 100 -unique_sayormi_witch BOSS 1 100 Unique - Sayormi witch orange_potion;potion_component_01;potion_component_02;potion_component_03;purple_potion;red_potion;scarecrow_toy;voodoo_bag;white_potion 100 -unique_silkthrower NORMAL 1 100 Unique - Silkthrower object/tangible/quest/quest_start/ep3_hunt_loot_silkthrower_fang.iff 100 -unique_silkthrower ELITE 1 100 Unique - Silkthrower object/tangible/quest/quest_start/ep3_hunt_loot_silkthrower_fang.iff 100 -unique_silkthrower BOSS 1 100 Unique - Silkthrower object/tangible/quest/quest_start/ep3_hunt_loot_silkthrower_fang.iff 100 -unique_skaak NORMAL 1 100 Unique - Skaak object/tangible/quest/quest_start/naboo_kadaara_jonni_skaak_journal.iff 100 -unique_skaak ELITE 1 100 Unique - Skaak object/tangible/quest/quest_start/naboo_kadaara_jonni_skaak_journal.iff 100 -unique_skaak BOSS 1 100 Unique - Skaak object/tangible/quest/quest_start/naboo_kadaara_jonni_skaak_journal.iff 100 -unique_spiketop NORMAL 1 100 Unique - Spiketop object/tangible/quest/quest_start/ep3_hunt_loot_spiketop_horn.iff 100 -unique_spiketop ELITE 1 100 Unique - Spiketop object/tangible/quest/quest_start/ep3_hunt_loot_spiketop_horn.iff 100 -unique_spiketop BOSS 1 100 Unique - Spiketop object/tangible/quest/quest_start/ep3_hunt_loot_spiketop_horn.iff 100 -unique_stoneleg NORMAL 1 100 Unique - Stoneleg object/tangible/quest/quest_start/ep3_hunt_loot_stoneleg_heart.iff 100 -unique_stoneleg ELITE 1 100 Unique - Stoneleg object/tangible/quest/quest_start/ep3_hunt_loot_stoneleg_heart.iff 100 -unique_stoneleg BOSS 1 100 Unique - Stoneleg object/tangible/quest/quest_start/ep3_hunt_loot_stoneleg_heart.iff 100 -unique_duster NORMAL 1 100 Unique - Duster of Stealth item_tow_duster_01_01 100 -unique_duster ELITE 1 100 Unique - Duster of Stealth item_tow_duster_01_01 100 -unique_duster BOSS 1 100 Unique - Duster of Stealth item_tow_duster_01_01 100 -unique_woolamander NORMAL 1 100 Unique - Woolamander bone object/tangible/component/armor/bone_fragment_woolamander_harrower.iff 100 -unique_woolamander ELITE 1 100 Unique - Woolamander bone object/tangible/component/armor/bone_fragment_woolamander_harrower.iff 100 -unique_woolamander BOSS 1 100 Unique - Woolamander bone object/tangible/component/armor/bone_fragment_woolamander_harrower.iff 100 -weapon_ak_prime_rifle NORMAL 1 100 Weapon - AK-Prime Rifle weapon_tow_rifle_geo_drill_05_01 100 -weapon_ak_prime_rifle ELITE 1 100 Weapon - AK-Prime Rifle weapon_tow_rifle_geo_drill_05_01 100 -weapon_ak_prime_rifle BOSS 1 100 Weapon - AK-Prime Rifle weapon_tow_rifle_geo_drill_05_01 100 -weapon_ak_prime_rocket_launcher NORMAL 1 100 Weapon - AK-Prime Rocket Launcher weapon_tow_heavy_rocket_launcher_05_01 100 -weapon_ak_prime_rocket_launcher ELITE 1 100 Weapon - AK-Prime Rocket Launcher weapon_tow_heavy_rocket_launcher_05_01 100 -weapon_ak_prime_rocket_launcher BOSS 1 100 Weapon - AK-Prime Rocket Launcher weapon_tow_heavy_rocket_launcher_05_01 100 -weapon_avatar_wookiee NORMAL 1 100 Weapon - Wookiee Avatar sword_2h_avatar_wke_toothpick;lance_avatar_wke_heartlance;sword_avatar_wke_spiritblade 100 -weapon_avatar_wookiee ELITE 1 100 Weapon - Wookiee Avatar sword_2h_avatar_wke_toothpick;lance_avatar_wke_heartlance;sword_avatar_wke_spiritblade 100 -weapon_avatar_wookiee BOSS 1 100 Weapon - Wookiee Avatar sword_2h_avatar_wke_toothpick;lance_avatar_wke_heartlance;sword_avatar_wke_spiritblade 100 -weapon_caller_of_storms NORMAL 1 100 Weapon - Caller of Storms weapon_tow_sword_1h_03_02 100 -weapon_caller_of_storms ELITE 1 100 Weapon - Caller of Storms weapon_tow_sword_1h_03_02 100 -weapon_caller_of_storms BOSS 1 100 Weapon - Caller of Storms weapon_tow_sword_1h_03_02 100 -weapon_commander_ld1 NORMAL 1 100 Weapon - Commander LD-1 weapon_tow_rifle_ld1_04_01 100 -weapon_commander_ld1 ELITE 1 100 Weapon - Commander LD-1 weapon_tow_rifle_ld1_04_01 100 -weapon_commander_ld1 BOSS 1 100 Weapon - Commander LD-1 weapon_tow_rifle_ld1_04_01 100 -weapon_commander_mace NORMAL 1 100 Weapon - Commander Mace weapon_tow_sword_junti_04_01 100 -weapon_commander_mace ELITE 1 100 Weapon - Commander Mace weapon_tow_sword_junti_04_01 100 -weapon_commander_mace BOSS 1 100 Weapon - Commander Mace weapon_tow_sword_junti_04_01 100 -weapon_commander_pistol NORMAL 1 100 Weapon - Commander Pistol weapon_tow_pistol_04_03 100 -weapon_commander_pistol ELITE 1 100 Weapon - Commander Pistol weapon_tow_pistol_04_03 100 -weapon_commander_pistol BOSS 1 100 Weapon - Commander Pistol weapon_tow_pistol_04_03 100 -weapon_cym_carbine NORMAL 1 100 Weapon - CY-M Carbine weapon_tow_carbine_geo_05_01 100 -weapon_cym_carbine ELITE 1 100 Weapon - CY-M Carbine weapon_tow_carbine_geo_05_01 100 -weapon_cym_carbine BOSS 1 100 Weapon - CY-M Carbine weapon_tow_carbine_geo_05_01 100 -weapon_cym_rifle NORMAL 1 100 Weapon - CY-M Ink Rifle weapon_tow_rifle_ink_05_01 100 -weapon_cym_rifle ELITE 1 100 Weapon - CY-M Ink Rifle weapon_tow_rifle_ink_05_01 100 -weapon_cym_rifle BOSS 1 100 Weapon - CY-M Ink Rifle weapon_tow_rifle_ink_05_01 100 -weapon_cym_sword NORMAL 1 100 Weapon - CY-M Sword weapon_tow_2h_sith_sword_05_01 100 -weapon_cym_sword ELITE 1 100 Weapon - CY-M Sword weapon_tow_2h_sith_sword_05_01 100 -weapon_cym_sword BOSS 1 100 Weapon - CY-M Sword weapon_tow_2h_sith_sword_05_01 100 -weapon_db_bringer_scatter NORMAL 1 100 Weapon - Doom Bringer Scatter weapon_tow_pistol_scatter_04_01 100 -weapon_db_bringer_scatter ELITE 1 100 Weapon - Doom Bringer Scatter weapon_tow_pistol_scatter_04_01 100 -weapon_db_bringer_scatter BOSS 1 100 Weapon - Doom Bringer Scatter weapon_tow_pistol_scatter_04_01 100 -weapon_db_dp23 NORMAL 1 100 Weapon - Doom Bringer DP-23 weapon_tow_rifle_dp3_04_01 100 -weapon_db_dp23 ELITE 1 100 Weapon - Doom Bringer DP-23 weapon_tow_rifle_dp3_04_01 100 -weapon_db_dp23 BOSS 1 100 Weapon - Doom Bringer DP-23 weapon_tow_rifle_dp3_04_01 100 -weapon_db_obs_sword NORMAL 1 100 Weapon - Doom Bringer Obsidian Sword weapon_tow_2h_obsidian_04_01 100 -weapon_db_obs_sword ELITE 1 100 Weapon - Doom Bringer Obsidian Sword weapon_tow_2h_obsidian_04_01 100 -weapon_db_obs_sword BOSS 1 100 Weapon - Doom Bringer Obsidian Sword weapon_tow_2h_obsidian_04_01 100 -weapon_dev_acid_launcher NORMAL 1 100 Weapon - Devastator Acid Launcher weapon_tow_heavy_acid_beam_04_01 100 -weapon_dev_acid_launcher ELITE 1 100 Weapon - Devastator Acid Launcher weapon_tow_heavy_acid_beam_04_01 100 -weapon_dev_acid_launcher BOSS 1 100 Weapon - Devastator Acid Launcher weapon_tow_heavy_acid_beam_04_01 100 -weapon_dev_lava_cannon NORMAL 1 100 Weapon - Devastator Lava Cannon weapon_tow_cannon_04_02 100 -weapon_dev_lava_cannon ELITE 1 100 Weapon - Devastator Lava Cannon weapon_tow_cannon_04_02 100 -weapon_dev_lava_cannon BOSS 1 100 Weapon - Devastator Lava Cannon weapon_tow_cannon_04_02 100 -weapon_engineer_sword NORMAL 1 100 Weapon - Engineer Sword weapon_tow_sword_2h_04_03 100 -weapon_engineer_sword ELITE 1 100 Weapon - Engineer Sword weapon_tow_sword_2h_04_03 100 -weapon_engineer_sword BOSS 1 100 Weapon - Engineer Sword weapon_tow_sword_2h_04_03 100 -weapon_executioners_hack NORMAL 1 100 Weapon - Executioners Hack executioners_hack_schematic 100 -weapon_executioners_hack ELITE 1 100 Weapon - Executioners Hack executioners_hack_schematic 100 -weapon_executioners_hack BOSS 1 100 Weapon - Executioners Hack executioners_hack_schematic 100 -weapon_forward_carbine NORMAL 1 100 Weapon - Forward Commander Carbine weapon_tow_carbine_bola_05_01 100 -weapon_forward_carbine ELITE 1 100 Weapon - Forward Commander Carbine weapon_tow_carbine_bola_05_01 100 -weapon_forward_carbine BOSS 1 100 Weapon - Forward Commander Carbine weapon_tow_carbine_bola_05_01 100 -weapon_forward_knuckler NORMAL 1 100 Weapon - Forward Commander Knuckler weapon_tow_knuckler_05_01 100 -weapon_forward_knuckler ELITE 1 100 Weapon - Forward Commander Knuckler weapon_tow_knuckler_05_01 100 -weapon_forward_knuckler BOSS 1 100 Weapon - Forward Commander Knuckler weapon_tow_knuckler_05_01 100 -weapon_glc NORMAL 1 100 Weapon - Guardian Lightning Cannon weapon_tow_rifle_lightning_cannon_04_01 100 -weapon_glc ELITE 1 100 Weapon - Guardian Lightning Cannon weapon_tow_rifle_lightning_cannon_04_01 100 -weapon_glc BOSS 1 100 Weapon - Guardian Lightning Cannon weapon_tow_rifle_lightning_cannon_04_01 100 -weapon_guardian_bf NORMAL 1 100 Weapon - Guardian Blaster Fist weapon_tow_blasterfist_04_01 100 -weapon_guardian_bf ELITE 1 100 Weapon - Guardian Blaster Fist weapon_tow_blasterfist_04_01 100 -weapon_guardian_bf BOSS 1 100 Weapon - Guardian Blaster Fist weapon_tow_blasterfist_04_01 100 -weapon_hammer_miner NORMAL 1 100 Weapon - Hammer of the Miner weapon_tow_hammer_03_01 100 -weapon_hammer_miner ELITE 1 100 Weapon - Hammer of the Miner weapon_tow_hammer_03_01 100 -weapon_hammer_miner BOSS 1 100 Weapon - Hammer of the Miner weapon_tow_hammer_03_01 100 -weapon_jawa_ion_rifle NORMAL 1 100 Weapon - Jawa Ion Rifle weapon_rifle_jawa_ion 100 -weapon_jawa_ion_rifle ELITE 1 100 Weapon - Jawa Ion Rifle weapon_rifle_jawa_ion 100 -weapon_jawa_ion_rifle BOSS 1 100 Weapon - Jawa Ion Rifle weapon_rifle_jawa_ion 100 -weapon_kashyyyk_set NORMAL 1 100 Weapon - Kashyyyk set ep3_loot_executer;ep3_loot_lifeblood;ep3_loot_sickle;ep3_loot_blackbane;ep3_loot_pestilence;ep3_loot_poisonspike;ep3_loot_strike;ep3_loot_heartstriker;ep3_loot_necrosis;ep3_loot_soulstinger;ep3_loot_eventide;ep3_loot_ripper;ep3_loot_corestrike;ep3_loot_firestar;ep3_loot_grievance;ep3_loot_mark;ep3_loot_retribution;ep3_loot_rilctur;ep3_loot_corellian;ep3_loot_void;ep3_loot_blackhand;ep3_loot_calibrated;ep3_loot_deathrain;ep3_loot_dragoneye;ep3_loot_hydra;ep3_loot_liquidsilver;ep3_loot_quicktrigger;ep3_loot_rhiss;ep3_loot_silencer;ep3_loot_darksting;ep3_loot_dawnsorrow;ep3_loot_nullifier;ep3_loot_retaliation;ep3_loot_sharpshooter 100 -weapon_kashyyyk_set ELITE 1 100 Weapon - Kashyyyk set ep3_loot_executer;ep3_loot_lifeblood;ep3_loot_sickle;ep3_loot_blackbane;ep3_loot_pestilence;ep3_loot_poisonspike;ep3_loot_strike;ep3_loot_heartstriker;ep3_loot_necrosis;ep3_loot_soulstinger;ep3_loot_eventide;ep3_loot_ripper;ep3_loot_corestrike;ep3_loot_firestar;ep3_loot_grievance;ep3_loot_mark;ep3_loot_retribution;ep3_loot_rilctur;ep3_loot_corellian;ep3_loot_void;ep3_loot_blackhand;ep3_loot_calibrated;ep3_loot_deathrain;ep3_loot_dragoneye;ep3_loot_hydra;ep3_loot_liquidsilver;ep3_loot_quicktrigger;ep3_loot_rhiss;ep3_loot_silencer;ep3_loot_darksting;ep3_loot_dawnsorrow;ep3_loot_nullifier;ep3_loot_retaliation;ep3_loot_sharpshooter 100 -weapon_kashyyyk_set BOSS 1 100 Weapon - Kashyyyk set ep3_loot_executer;ep3_loot_lifeblood;ep3_loot_sickle;ep3_loot_blackbane;ep3_loot_pestilence;ep3_loot_poisonspike;ep3_loot_strike;ep3_loot_heartstriker;ep3_loot_necrosis;ep3_loot_soulstinger;ep3_loot_eventide;ep3_loot_ripper;ep3_loot_corestrike;ep3_loot_firestar;ep3_loot_grievance;ep3_loot_mark;ep3_loot_retribution;ep3_loot_rilctur;ep3_loot_corellian;ep3_loot_void;ep3_loot_blackhand;ep3_loot_calibrated;ep3_loot_deathrain;ep3_loot_dragoneye;ep3_loot_hydra;ep3_loot_liquidsilver;ep3_loot_quicktrigger;ep3_loot_rhiss;ep3_loot_silencer;ep3_loot_darksting;ep3_loot_dawnsorrow;ep3_loot_nullifier;ep3_loot_retaliation;ep3_loot_sharpshooter 100 -weapon_kubaza_carbine NORMAL 1 100 Weapon - Kubaza Carbine weapon_tow_carbine_sfor_03_01 100 -weapon_kubaza_carbine ELITE 1 100 Weapon - Kubaza Carbine weapon_tow_carbine_sfor_03_01 100 -weapon_kubaza_carbine BOSS 1 100 Weapon - Kubaza Carbine weapon_tow_carbine_sfor_03_01 100 -weapon_kubaza_polearm NORMAL 1 100 Weapon - Kubaza Polearm weapon_tow_polearm_obsidian_03_01 100 -weapon_kubaza_polearm ELITE 1 100 Weapon - Kubaza Polearm weapon_tow_polearm_obsidian_03_01 100 -weapon_kubaza_polearm BOSS 1 100 Weapon - Kubaza Polearm weapon_tow_polearm_obsidian_03_01 100 -weapon_kyd21 NORMAL 1 100 Weapon - Engineer KYD-21 weapon_tow_pistol_kyd21_04_01 100 -weapon_kyd21 ELITE 1 100 Weapon - Engineer KYD-21 weapon_tow_pistol_kyd21_04_01 100 -weapon_kyd21 BOSS 1 100 Weapon - Engineer KYD-21 weapon_tow_pistol_kyd21_04_01 100 -weapon_malevolent_bowcaster NORMAL 1 100 Weapon - Malevolent Bowcaster weapon_tow_carbine_wookiee_06_01 100 -weapon_malevolent_bowcaster ELITE 1 100 Weapon - Malevolent Bowcaster weapon_tow_carbine_wookiee_06_01 100 -weapon_malevolent_bowcaster BOSS 1 100 Weapon - Malevolent Bowcaster weapon_tow_carbine_wookiee_06_01 100 -weapon_malevolent_flamethrower NORMAL 1 100 Weapon - Malevolent Flamethrower weapon_tow_heavy_flamer_repub_06_01 100 -weapon_malevolent_flamethrower ELITE 1 100 Weapon - Malevolent Flamethrower weapon_tow_heavy_flamer_repub_06_01 100 -weapon_malevolent_flamethrower BOSS 1 100 Weapon - Malevolent Flamethrower weapon_tow_heavy_flamer_repub_06_01 100 -weapon_malevolent_lance NORMAL 1 100 Weapon - Malevolent Lance weapon_tow_polearm_wookiee_lance_06_01 100 -weapon_malevolent_lance ELITE 1 100 Weapon - Malevolent Lance weapon_tow_polearm_wookiee_lance_06_01 100 -weapon_malevolent_lance BOSS 1 100 Weapon - Malevolent Lance weapon_tow_polearm_wookiee_lance_06_01 100 -weapon_malevolent_pistol NORMAL 1 100 Weapon - Malevolent Renegade Pistol weapon_tow_pistol_renegade_06_01 100 -weapon_malevolent_pistol ELITE 1 100 Weapon - Malevolent Renegade Pistol weapon_tow_pistol_renegade_06_01 100 -weapon_malevolent_pistol BOSS 1 100 Weapon - Malevolent Renegade Pistol weapon_tow_pistol_renegade_06_01 100 -weapon_malevolent_razorknuckler NORMAL 1 100 Weapon - Malevolent Razorknuckler weapon_tow_knuckler_blacksun_06_01 100 -weapon_malevolent_razorknuckler ELITE 1 100 Weapon - Malevolent Razorknuckler weapon_tow_knuckler_blacksun_06_01 100 -weapon_malevolent_razorknuckler BOSS 1 100 Weapon - Malevolent Razorknuckler weapon_tow_knuckler_blacksun_06_01 100 -weapon_malevolent_sword NORMAL 1 100 Weapon - Malevolent Obsidian Sword weapon_tow_1h_obsidian_sword_06_01 100 -weapon_malevolent_sword ELITE 1 100 Weapon - Malevolent Obsidian Sword weapon_tow_1h_obsidian_sword_06_01 100 -weapon_malevolent_sword BOSS 1 100 Weapon - Malevolent Obsidian Sword weapon_tow_1h_obsidian_sword_06_01 100 -weapon_opp_flame_thrower NORMAL 1 100 Weapon - Oppressor Flame Thrower weapon_tow_heavy_repub_flamethrower_05_01 100 -weapon_opp_flame_thrower ELITE 1 100 Weapon - Oppressor Flame Thrower weapon_tow_heavy_repub_flamethrower_05_01 100 -weapon_opp_flame_thrower BOSS 1 100 Weapon - Oppressor Flame Thrower weapon_tow_heavy_repub_flamethrower_05_01 100 -weapon_opp_pistol NORMAL 1 100 Weapon - Oppressor Pistol weapon_tow_pistol_ion_relic_05_01 100 -weapon_opp_pistol ELITE 1 100 Weapon - Oppressor Pistol weapon_tow_pistol_ion_relic_05_01 100 -weapon_opp_pistol BOSS 1 100 Weapon - Oppressor Pistol weapon_tow_pistol_ion_relic_05_01 100 -weapon_opp_polearm NORMAL 1 100 Weapon - Oppressor Obsidian Polearm weapon_tow_polearm_obsidian_05_01 100 -weapon_opp_polearm ELITE 1 100 Weapon - Oppressor Obsidian Polearm weapon_tow_polearm_obsidian_05_01 100 -weapon_opp_polearm BOSS 1 100 Weapon - Oppressor Obsidian Polearm weapon_tow_polearm_obsidian_05_01 100 -weapon_or_frag_grenade NORMAL 1 100 Weapon - OR Fragmentation Grenade weapon_tow_grenade_fragmentation_04_01 100 -weapon_or_frag_grenade ELITE 1 100 Weapon - OR Fragmentation Grenade weapon_tow_grenade_fragmentation_04_01 100 -weapon_or_frag_grenade BOSS 1 100 Weapon - OR Fragmentation Grenade weapon_tow_grenade_fragmentation_04_01 100 -weapon_or5_de10 NORMAL 1 100 Weapon - OR5 DE10 weapon_tow_pistol_de10_04_01 100 -weapon_or5_de10 ELITE 1 100 Weapon - OR5 DE10 weapon_tow_pistol_de10_04_01 100 -weapon_or5_de10 BOSS 1 100 Weapon - OR5 DE10 weapon_tow_pistol_de10_04_01 100 -weapon_or5_e5 NORMAL 1 100 Weapon - OR5 E5 weapon_tow_carbine_e5_04_01 100 -weapon_or5_e5 ELITE 1 100 Weapon - OR5 E5 weapon_tow_carbine_e5_04_01 100 -weapon_or5_e5 BOSS 1 100 Weapon - OR5 E5 weapon_tow_carbine_e5_04_01 100 -weapon_rifle_naktra NORMAL 1 100 Weapon - Naktra rifle rifle_naktra_crystal 100 -weapon_rifle_naktra ELITE 1 100 Weapon - Naktra rifle rifle_naktra_crystal 100 -weapon_rifle_naktra BOSS 1 100 Weapon - Naktra rifle rifle_naktra_crystal 100 -weapon_rifle_proton NORMAL 1 100 Weapon - Proton rifle rifle_proton 100 -weapon_rifle_proton ELITE 1 100 Weapon - Proton rifle rifle_proton 100 -weapon_rifle_proton BOSS 1 100 Weapon - Proton rifle rifle_proton 100 -weapon_sayormi_set NORMAL 1 100 Weapon - Sayormi set archaic_sayormi_blade;sacrificial_knife 100 -weapon_sayormi_set ELITE 1 100 Weapon - Sayormi set archaic_sayormi_blade;sacrificial_knife 100 -weapon_sayormi_set BOSS 1 100 Weapon - Sayormi set archaic_sayormi_blade;sacrificial_knife 100 -weapon_taskmaste_gauss_rifle NORMAL 1 100 Weapon - Taskmaster Gauss Rifle weapon_tow_rifle_alliance_gauss_05_01 100 -weapon_taskmaste_gauss_rifle ELITE 1 100 Weapon - Taskmaster Gauss Rifle weapon_tow_rifle_alliance_gauss_05_01 100 -weapon_taskmaste_gauss_rifle BOSS 1 100 Weapon - Taskmaster Gauss Rifle weapon_tow_rifle_alliance_gauss_05_01 100 -weapon_taskmaste_sword NORMAL 1 100 Weapon - Taskmaster Sword weapon_tow_1h_rantok_05_01 100 -weapon_taskmaste_sword ELITE 1 100 Weapon - Taskmaster Sword weapon_tow_1h_rantok_05_01 100 -weapon_taskmaste_sword BOSS 1 100 Weapon - Taskmaster Sword weapon_tow_1h_rantok_05_01 100 -weapon_taskmaster_flechette NORMAL 1 100 Weapon - Taskmaster Flechette weapon_tow_pistol_flechette_05_01 100 -weapon_taskmaster_flechette ELITE 1 100 Weapon - Taskmaster Flechette weapon_tow_pistol_flechette_05_01 100 -weapon_taskmaster_flechette BOSS 1 100 Weapon - Taskmaster Flechette weapon_tow_pistol_flechette_05_01 100 -weapon_trandoshans NORMAL 1 100 Weapon - Trandoshans carbine_avatar_trando;pistol_avatar_trando_special;baton_avatar_trando_stun_stick;heavy_avatar_acid_beam;rifle_avatar_laser_trando 100 -weapon_trandoshans ELITE 1 100 Weapon - Trandoshans carbine_avatar_trando;pistol_avatar_trando_special;baton_avatar_trando_stun_stick;heavy_avatar_acid_beam;rifle_avatar_laser_trando 100 -weapon_trandoshans BOSS 1 100 Weapon - Trandoshans carbine_avatar_trando;pistol_avatar_trando_special;baton_avatar_trando_stun_stick;heavy_avatar_acid_beam;rifle_avatar_laser_trando 100 \ No newline at end of file +loot_id difficulty min_cl max_cl comment_group_0 items_group_0 chance_group_0 comment_group_1 items_group_1 chance_group_1 comment_group_2 items_group_2 chance_group_2 +TEXT KEY TEXT INTEGER INTEGER TEXT TEXT INTEGER TEXT TEXT INTEGER TEXT TEXT TEXT +avatar_commando NORMAL 1 100 Avatar - Glow stick avatar_glow_stick 50 Avatar Worklight avatar_worklight 50 +avatar_commando ELITE 1 100 Avatar - Glow stick avatar_glow_stick 40 Avatar Worklight avatar_worklight 40 sword_2h_avatar_wke_toothpick 20 +avatar_commando BOSS 1 100 Avatar - Glow stick avatar_glow_stick 30 Avatar Worklight avatar_worklight 30 sword_2h_avatar_wke_toothpick;lance_avatar_wke_heartlance;sword_avatar_wke_spiritblade 40 +avatar_harwakokok NORMAL 1 100 Avatar - Toothpick sword_2h_avatar_wke_toothpick 100 +avatar_harwakokok ELITE 1 100 Avatar - Toothpick sword_2h_avatar_wke_toothpick 80 Avatar Heartlance lance_avatar_wke_heartlance 20 +avatar_harwakokok BOSS 1 100 Avatar - Toothpick sword_2h_avatar_wke_toothpick 60 Avatar Heartlance lance_avatar_wke_heartlance 20 Avatar Spiritblade sword_avatar_wke_spiritblade 20 +avatar_trando NORMAL 1 100 Avatar - Junk object/tangible/component/weapon/blaster_rifle_avatar_loot_barrel.iff;object/tangible/furniture/ep3_rewards/avatar_hologram_squid.iff 100 +avatar_trando ELITE 1 100 Avatar - Junk object/tangible/component/weapon/blaster_rifle_avatar_loot_barrel.iff;object/tangible/furniture/ep3_rewards/avatar_hologram_squid.iff 80 Avatar Slaver junk avatar_slaver_collar;avatar_slaver_brazier 20 +avatar_trando BOSS 1 100 Avatar - Junk object/tangible/component/weapon/blaster_rifle_avatar_loot_barrel.iff;object/tangible/furniture/ep3_rewards/avatar_hologram_squid.iff 60 Avatar Slaver junk avatar_slaver_collar;avatar_slaver_brazier 20 Avatar Trand weapons carbine_avatar_trando;pistol_avatar_trando_special;baton_avatar_trando_stun_stick 20 +avatar_trando_cmd NORMAL 1 100 Avatar - Junk object/tangible/component/weapon/blaster_rifle_avatar_loot_barrel.iff;object/tangible/furniture/ep3_rewards/avatar_hologram_squid.iff 100 +avatar_trando_cmd ELITE 1 100 Avatar - Junk object/tangible/component/weapon/blaster_rifle_avatar_loot_barrel.iff;object/tangible/furniture/ep3_rewards/avatar_hologram_squid.iff 80 Avatar Trand weapons carbine_avatar_trando;pistol_avatar_trando_special;baton_avatar_trando_stun_stick 20 +avatar_trando_cmd BOSS 1 100 Avatar - Junk object/tangible/component/weapon/blaster_rifle_avatar_loot_barrel.iff;object/tangible/furniture/ep3_rewards/avatar_hologram_squid.iff 60 Avatar Trand weapons carbine_avatar_trando;pistol_avatar_trando_special;baton_avatar_trando_stun_stick 20 Avatar Trand weapons heavy_avatar_acid_beam;rifle_avatar_laser_trando 20 +avatar_trando_scale NORMAL 1 100 Avatar - Junk object/tangible/component/weapon/blaster_rifle_avatar_loot_barrel.iff;object/tangible/furniture/ep3_rewards/avatar_hologram_squid.iff 100 +avatar_trando_scale ELITE 1 100 Avatar - Junk object/tangible/component/weapon/blaster_rifle_avatar_loot_barrel.iff;object/tangible/furniture/ep3_rewards/avatar_hologram_squid.iff 80 Avatar Trand weapons carbine_avatar_trando;pistol_avatar_trando_special;baton_avatar_trando_stun_stick 20 +avatar_trando_scale BOSS 1 100 Avatar - Junk object/tangible/component/weapon/blaster_rifle_avatar_loot_barrel.iff;object/tangible/furniture/ep3_rewards/avatar_hologram_squid.iff 60 Avatar Trand weapons carbine_avatar_trando;pistol_avatar_trando_special;baton_avatar_trando_stun_stick 20 Avatar Trand weapons heavy_avatar_acid_beam;rifle_avatar_laser_trando 20 +avatar_wke NORMAL 1 100 Avatar - Glow stick avatar_glow_stick 50 Avatar Worklight avatar_worklight 50 +avatar_wke ELITE 1 100 Avatar - Glow stick avatar_glow_stick 40 Avatar Worklight avatar_worklight 40 Avatar Spiritblade sword_avatar_wke_spiritblade 20 +avatar_wke BOSS 1 100 Avatar - Glow stick avatar_glow_stick 30 Avatar Worklight avatar_worklight 30 Avatar Heartlance lance_avatar_wke_heartlance 40 +dantooine_janta NORMAL 1 100 WIP dynamic_work_in_progress 95 Dantooine Janta blood object/tangible/component/chemistry/janta_blood.iff 5 +dantooine_janta ELITE 1 100 WIP dynamic_work_in_progress 90 Dantooine Janta blood object/tangible/component/chemistry/janta_blood.iff 10 +dantooine_janta BOSS 1 100 WIP dynamic_work_in_progress 85 Dantooine Janta blood object/tangible/component/chemistry/janta_blood.iff 15 +dathomir_rancor_bull NORMAL 1 100 Crystal - Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 100 +dathomir_rancor_bull ELITE 1 100 Crystal - Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 95 Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 5 +dathomir_rancor_bull BOSS 1 100 Crystal - Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 85 Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 10 Crystal High item_power_crystal_04_12;item_power_crystal_04_13;item_power_crystal_04_14;item_power_crystal_04_15;item_power_crystal_04_16;item_power_crystal_04_17 5 +dathomir_rancor_enraged NORMAL 1 100 Crystal - Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 100 +dathomir_rancor_enraged ELITE 1 100 Crystal - Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 95 Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 5 +dathomir_rancor_enraged BOSS 1 100 Crystal - Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 85 Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 10 Crystal High item_power_crystal_04_12;item_power_crystal_04_13;item_power_crystal_04_14;item_power_crystal_04_15;item_power_crystal_04_16;item_power_crystal_04_17 5 +dathomir_rancor_enraged_bull NORMAL 1 100 Crystal - Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 100 +dathomir_rancor_enraged_bull ELITE 1 100 Crystal - Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 95 Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 5 +dathomir_rancor_enraged_bull BOSS 1 100 Crystal - Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 85 Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 10 Crystal High item_power_crystal_04_12;item_power_crystal_04_13;item_power_crystal_04_14;item_power_crystal_04_15;item_power_crystal_04_16;item_power_crystal_04_17 5 +dathomir_rancor_monstrous_brute NORMAL 1 100 Crystal - Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 100 +dathomir_rancor_monstrous_brute ELITE 1 100 Crystal - Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 95 Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 5 +dathomir_rancor_monstrous_brute BOSS 1 100 Crystal - Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 85 Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 10 Crystal High item_power_crystal_04_12;item_power_crystal_04_13;item_power_crystal_04_14;item_power_crystal_04_15;item_power_crystal_04_16;item_power_crystal_04_17 5 +endor_dwb_black_sun_interior NORMAL 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 95 DWB DE10 Schematic pistol_de_10_schematic;dwb_pistol_de10_barrel 2 DWB Executioners Hack executioners_hack_schematic 3 +endor_dwb_black_sun_interior ELITE 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 90 DWB DE10 Schematic pistol_de_10_schematic;dwb_pistol_de10_barrel 4 DWB Executioners Hack executioners_hack_schematic 6 +endor_dwb_black_sun_interior BOSS 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 85 DWB DE10 Schematic pistol_de_10_schematic;dwb_pistol_de10_barrel 6 DWB Executioners Hack executioners_hack_schematic 9 +endor_dwb_deathwatch_boss NORMAL 1 100 DWB - Mando wine mandalorian_wine_schematic 100 +endor_dwb_deathwatch_boss ELITE 1 100 DWB - Mando wine mandalorian_wine_schematic 85 DWB Jetpack 1 dwb_ducted_fan;dwb_fuel_dispersion_unit;dwb_fuel_injector_tank;dwb_emulsion_protection 10 DWB Binary liquid dwb_binary_liquid 5 +endor_dwb_deathwatch_boss BOSS 1 100 DWB - Mando wine mandalorian_wine_schematic 75 DWB Jetpack 1 dwb_ducted_fan;dwb_fuel_dispersion_unit;dwb_fuel_injector_tank;dwb_emulsion_protection 15 DWB Binary liquid dwb_binary_liquid 10 +endor_dwb_deathwatch_civilian NORMAL 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 100 +endor_dwb_deathwatch_civilian ELITE 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 95 DWB Jetpack 1 dwb_ducted_fan;dwb_fuel_dispersion_unit;dwb_fuel_injector_tank;dwb_emulsion_protection 5 +endor_dwb_deathwatch_civilian BOSS 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 90 DWB Jetpack 1 dwb_ducted_fan;dwb_fuel_dispersion_unit;dwb_fuel_injector_tank;dwb_emulsion_protection 10 +endor_dwb_deathwatch_ext NORMAL 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 94 DWB BH armor object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_belt.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_boots.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_chest_plate.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_gloves.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_helmet.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_leggings.iff 5 DWB Jetpack base dwb_jetpack_base 1 +endor_dwb_deathwatch_ext ELITE 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 88 DWB BH armor object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_belt.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_boots.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_chest_plate.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_gloves.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_helmet.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_leggings.iff 10 DWB Jetpack base dwb_jetpack_base 2 +endor_dwb_deathwatch_ext BOSS 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 81 DWB BH armor object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_belt.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_boots.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_chest_plate.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_gloves.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_helmet.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_leggings.iff 15 DWB Jetpack base dwb_jetpack_base 4 +endor_dwb_deathwatch_lvl1 NORMAL 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 95 DWB BH armor object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_belt.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_boots.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_chest_plate.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_gloves.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_helmet.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_leggings.iff 5 +endor_dwb_deathwatch_lvl1 ELITE 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 88 DWB BH armor object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_belt.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_boots.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_chest_plate.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_gloves.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_helmet.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_leggings.iff 10 DWB Binary liquid dwb_binary_liquid 2 +endor_dwb_deathwatch_lvl1 BOSS 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 81 DWB BH armor object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_belt.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_boots.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_chest_plate.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_gloves.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_helmet.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_leggings.iff 15 DWB Binary liquid dwb_binary_liquid 4 +endor_dwb_deathwatch_lvl2 NORMAL 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 95 DWB BH armor object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_belt.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_boots.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_chest_plate.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_gloves.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_helmet.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_leggings.iff 5 +endor_dwb_deathwatch_lvl2 ELITE 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 88 DWB BH armor object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_belt.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_boots.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_chest_plate.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_gloves.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_helmet.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_leggings.iff 10 DWB Binary liquid dwb_binary_liquid 2 +endor_dwb_deathwatch_lvl2 BOSS 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 81 DWB BH armor object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_belt.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bicep_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_boots.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_l.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_bracer_r.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_chest_plate.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_gloves.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_helmet.iff;object/tangible/wearables/armor/bounty_hunter/armor_bounty_hunter_leggings.iff 15 DWB Binary liquid dwb_binary_liquid 4 +endor_dwb_deathwatch_miner NORMAL 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 100 +endor_dwb_deathwatch_miner ELITE 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 95 DWB Jetpack 1 dwb_ducted_fan;dwb_fuel_dispersion_unit;dwb_fuel_injector_tank;dwb_emulsion_protection 5 +endor_dwb_deathwatch_miner BOSS 1 100 DWB - Junk object/tangible/wearables/goggles/rebreather.iff;object/tangible/dungeon/death_watch_bunker/gel_packet.iff;object/tangible/loot/tool/usable_datapad.iff 90 DWB Jetpack 1 dwb_ducted_fan;dwb_fuel_dispersion_unit;dwb_fuel_injector_tank;dwb_emulsion_protection 10 +event_lifeday NORMAL 1 100 Lifeday item_lifeday_09_fireplace_01;item_lifeday_09_fireplace_02;item_lifeday_09_fruitcake_decorative;item_lifeday_09_hoth_chocolate_decorative;item_lifeday_09_lamp_01;item_lifeday_09_lamp_02;item_lifeday_09_ornament;item_lifeday_09_painting;item_lifeday_09_varactyl_nog_decorative;item_lifeday_09_wookiee_cookie_decorative;item_lifeday_bunting_01_01;item_lifeday_gift_04_01;item_lifeday_gift_04_02;item_lifeday_gift_04_03;item_lifeday_gift_04_04;item_lifeday_gift_04_05;item_lifeday_gift_04_06;item_lifeday_gift_04_07;item_lifeday_gift_04_08;item_lifeday_gift_04_09;item_lifeday_gift_04_10;item_lifeday_gift_04_11;item_lifeday_gift_04_12;item_lifeday_gift_other_01_01;item_lifeday_gift_other_01_02;item_lifeday_gift_other_01_03;item_lifeday_gift_other_01_04;item_lifeday_gift_self_01_01;item_lifeday_gift_self_01_02;item_lifeday_gift_self_01_03;item_lifeday_gift_self_01_04;item_lifeday_incense_burner_01_01;item_lifeday_mini_tree_01_01;item_lifeday_painting_01_01_01;item_lifeday_painting_02_01_01;item_lifeday_painting_03_01_01;item_lifeday_painting_04_01_01;item_lifeday_painting_05_01_01;item_lifeday_wreath_01_01;item_event_lifeday_aquarium;item_event_lifeday_decorated_tree;item_event_lifeday_family_painting;item_event_lifeday_holo_table;item_event_lifeday_imperial_token;item_event_lifeday_monkey_cage;item_event_lifeday_present_pile;item_event_lifeday_proton_chair;item_event_lifeday_rebel_token;item_event_lifeday_tree 100 +event_lifeday ELITE 1 100 Lifeday item_lifeday_09_fireplace_01;item_lifeday_09_fireplace_02;item_lifeday_09_fruitcake_decorative;item_lifeday_09_hoth_chocolate_decorative;item_lifeday_09_lamp_01;item_lifeday_09_lamp_02;item_lifeday_09_ornament;item_lifeday_09_painting;item_lifeday_09_varactyl_nog_decorative;item_lifeday_09_wookiee_cookie_decorative;item_lifeday_bunting_01_01;item_lifeday_gift_04_01;item_lifeday_gift_04_02;item_lifeday_gift_04_03;item_lifeday_gift_04_04;item_lifeday_gift_04_05;item_lifeday_gift_04_06;item_lifeday_gift_04_07;item_lifeday_gift_04_08;item_lifeday_gift_04_09;item_lifeday_gift_04_10;item_lifeday_gift_04_11;item_lifeday_gift_04_12;item_lifeday_gift_other_01_01;item_lifeday_gift_other_01_02;item_lifeday_gift_other_01_03;item_lifeday_gift_other_01_04;item_lifeday_gift_self_01_01;item_lifeday_gift_self_01_02;item_lifeday_gift_self_01_03;item_lifeday_gift_self_01_04;item_lifeday_incense_burner_01_01;item_lifeday_mini_tree_01_01;item_lifeday_painting_01_01_01;item_lifeday_painting_02_01_01;item_lifeday_painting_03_01_01;item_lifeday_painting_04_01_01;item_lifeday_painting_05_01_01;item_lifeday_wreath_01_01;item_event_lifeday_aquarium;item_event_lifeday_decorated_tree;item_event_lifeday_family_painting;item_event_lifeday_holo_table;item_event_lifeday_imperial_token;item_event_lifeday_monkey_cage;item_event_lifeday_present_pile;item_event_lifeday_proton_chair;item_event_lifeday_rebel_token;item_event_lifeday_tree 100 +event_lifeday BOSS 1 100 Lifeday item_lifeday_09_fireplace_01;item_lifeday_09_fireplace_02;item_lifeday_09_fruitcake_decorative;item_lifeday_09_hoth_chocolate_decorative;item_lifeday_09_lamp_01;item_lifeday_09_lamp_02;item_lifeday_09_ornament;item_lifeday_09_painting;item_lifeday_09_varactyl_nog_decorative;item_lifeday_09_wookiee_cookie_decorative;item_lifeday_bunting_01_01;item_lifeday_gift_04_01;item_lifeday_gift_04_02;item_lifeday_gift_04_03;item_lifeday_gift_04_04;item_lifeday_gift_04_05;item_lifeday_gift_04_06;item_lifeday_gift_04_07;item_lifeday_gift_04_08;item_lifeday_gift_04_09;item_lifeday_gift_04_10;item_lifeday_gift_04_11;item_lifeday_gift_04_12;item_lifeday_gift_other_01_01;item_lifeday_gift_other_01_02;item_lifeday_gift_other_01_03;item_lifeday_gift_other_01_04;item_lifeday_gift_self_01_01;item_lifeday_gift_self_01_02;item_lifeday_gift_self_01_03;item_lifeday_gift_self_01_04;item_lifeday_incense_burner_01_01;item_lifeday_mini_tree_01_01;item_lifeday_painting_01_01_01;item_lifeday_painting_02_01_01;item_lifeday_painting_03_01_01;item_lifeday_painting_04_01_01;item_lifeday_painting_05_01_01;item_lifeday_wreath_01_01;item_event_lifeday_aquarium;item_event_lifeday_decorated_tree;item_event_lifeday_family_painting;item_event_lifeday_holo_table;item_event_lifeday_imperial_token;item_event_lifeday_monkey_cage;item_event_lifeday_present_pile;item_event_lifeday_proton_chair;item_event_lifeday_rebel_token;item_event_lifeday_tree 100 +junk_corellia_agrilat_plumed_rasp NORMAL 1 100 - item_corellia_junk_agrilat_plumed_rasp_01_01 100 +junk_corellia_agrilat_plumed_rasp ELITE 1 100 - item_corellia_junk_agrilat_plumed_rasp_01_01 100 +junk_corellia_agrilat_plumed_rasp BOSS 1 100 - item_corellia_junk_agrilat_plumed_rasp_01_01 100 +junk_corellia_bageraset NORMAL 1 100 - item_corellia_junk_bageraset 100 +junk_corellia_bageraset ELITE 1 100 - item_corellia_junk_bageraset 100 +junk_corellia_bageraset BOSS 1 100 - item_corellia_junk_bageraset 100 +junk_corellia_canoid NORMAL 1 100 - item_corellia_junk_canoid_01_01 100 +junk_corellia_canoid ELITE 1 100 - item_corellia_junk_canoid_01_01 100 +junk_corellia_canoid BOSS 1 100 - item_corellia_junk_canoid_01_01 100 +junk_corellia_canoid_hunter NORMAL 1 100 - item_corellia_junk_canoid_hunter_01_01 100 +junk_corellia_canoid_hunter ELITE 1 100 - item_corellia_junk_canoid_hunter_01_01 100 +junk_corellia_canoid_hunter BOSS 1 100 - item_corellia_junk_canoid_hunter_01_01 100 +junk_corellia_canoid_pack_leader NORMAL 1 100 - item_corellia_junk_canoid_pack_leader_01_01 100 +junk_corellia_canoid_pack_leader ELITE 1 100 - item_corellia_junk_canoid_pack_leader_01_01 100 +junk_corellia_canoid_pack_leader BOSS 1 100 - item_corellia_junk_canoid_pack_leader_01_01 100 +junk_corellia_carrion_spat NORMAL 1 100 - item_corellia_junk_carrion_spat_01_01 100 +junk_corellia_carrion_spat ELITE 1 100 - item_corellia_junk_carrion_spat_01_01 100 +junk_corellia_carrion_spat BOSS 1 100 - item_corellia_junk_carrion_spat_01_01 100 +junk_corellia_corellian_butterfly NORMAL 1 100 - item_corellia_junk_corellian_butterfly_01_01 100 +junk_corellia_corellian_butterfly ELITE 1 100 - item_corellia_junk_corellian_butterfly_01_01 100 +junk_corellia_corellian_butterfly BOSS 1 100 - item_corellia_junk_corellian_butterfly_01_01 100 +junk_corellia_corellian_butterfly_defender NORMAL 1 100 - item_corellia_junk_corellian_butterfly_defender_01_01 100 +junk_corellia_corellian_butterfly_defender ELITE 1 100 - item_corellia_junk_corellian_butterfly_defender_01_01 100 +junk_corellia_corellian_butterfly_defender BOSS 1 100 - item_corellia_junk_corellian_butterfly_defender_01_01 100 +junk_corellia_corellian_butterfly_drone NORMAL 1 100 - item_corellia_junk_corellian_butterfly_drone_01_01 100 +junk_corellia_corellian_butterfly_drone ELITE 1 100 - item_corellia_junk_corellian_butterfly_drone_01_01 100 +junk_corellia_corellian_butterfly_drone BOSS 1 100 - item_corellia_junk_corellian_butterfly_drone_01_01 100 +junk_corellia_corellian_butterfly_drone_large NORMAL 1 100 - item_corellia_junk_corellian_butterfly_drone_large_01_01 100 +junk_corellia_corellian_butterfly_drone_large ELITE 1 100 - item_corellia_junk_corellian_butterfly_drone_large_01_01 100 +junk_corellia_corellian_butterfly_drone_large BOSS 1 100 - item_corellia_junk_corellian_butterfly_drone_large_01_01 100 +junk_corellia_corellian_butterfly_monarch NORMAL 1 100 - item_corellia_junk_corellian_butterfly_monarch_01_01 100 +junk_corellia_corellian_butterfly_monarch ELITE 1 100 - item_corellia_junk_corellian_butterfly_monarch_01_01 100 +junk_corellia_corellian_butterfly_monarch BOSS 1 100 - item_corellia_junk_corellian_butterfly_monarch_01_01 100 +junk_corellia_corellian_butterfly_warrior NORMAL 1 100 - item_corellia_junk_corellian_butterfly_warrior_01_01 100 +junk_corellia_corellian_butterfly_warrior ELITE 1 100 - item_corellia_junk_corellian_butterfly_warrior_01_01 100 +junk_corellia_corellian_butterfly_warrior BOSS 1 100 - item_corellia_junk_corellian_butterfly_warrior_01_01 100 +junk_corellia_corellian_butterfly_worker NORMAL 1 100 - item_corellia_junk_corellian_butterfly_worker_01_01 100 +junk_corellia_corellian_butterfly_worker ELITE 1 100 - item_corellia_junk_corellian_butterfly_worker_01_01 100 +junk_corellia_corellian_butterfly_worker BOSS 1 100 - item_corellia_junk_corellian_butterfly_worker_01_01 100 +junk_corellia_crazed_durni NORMAL 1 100 - item_corellia_junk_crazed_durni_01_01 100 +junk_corellia_crazed_durni ELITE 1 100 - item_corellia_junk_crazed_durni_01_01 100 +junk_corellia_crazed_durni BOSS 1 100 - item_corellia_junk_crazed_durni_01_01 100 +junk_corellia_crimson_sand_panther NORMAL 1 100 - item_corellia_junk_crimson_sand_panther_01_01 100 +junk_corellia_crimson_sand_panther ELITE 1 100 - item_corellia_junk_crimson_sand_panther_01_01 100 +junk_corellia_crimson_sand_panther BOSS 1 100 - item_corellia_junk_crimson_sand_panther_01_01 100 +junk_corellia_dalyrake NORMAL 1 100 - item_corellia_junk_dalyrake_01_01 100 +junk_corellia_dalyrake ELITE 1 100 - item_corellia_junk_dalyrake_01_01 100 +junk_corellia_dalyrake BOSS 1 100 - item_corellia_junk_dalyrake_01_01 100 +junk_corellia_dalyrake_harvester NORMAL 1 100 - item_corellia_junk_dalyrake_harvester_01_01 100 +junk_corellia_dalyrake_harvester ELITE 1 100 - item_corellia_junk_dalyrake_harvester_01_01 100 +junk_corellia_dalyrake_harvester BOSS 1 100 - item_corellia_junk_dalyrake_harvester_01_01 100 +junk_corellia_deranged_wrix NORMAL 1 100 - item_corellia_junk_deranged_wrix_01_01 100 +junk_corellia_deranged_wrix ELITE 1 100 - item_corellia_junk_deranged_wrix_01_01 100 +junk_corellia_deranged_wrix BOSS 1 100 - item_corellia_junk_deranged_wrix_01_01 100 +junk_corellia_devil_gulginaw NORMAL 1 100 - item_corellia_junk_devil_gulginaw_01_01 100 +junk_corellia_devil_gulginaw ELITE 1 100 - item_corellia_junk_devil_gulginaw_01_01 100 +junk_corellia_devil_gulginaw BOSS 1 100 - item_corellia_junk_devil_gulginaw_01_01 100 +junk_corellia_dire_cat NORMAL 1 100 - item_corellia_junk_dire_cat_01_01 100 +junk_corellia_dire_cat ELITE 1 100 - item_corellia_junk_dire_cat_01_01 100 +junk_corellia_dire_cat BOSS 1 100 - item_corellia_junk_dire_cat_01_01 100 +junk_corellia_durni NORMAL 1 100 - item_corellia_junk_durni_01_01 100 +junk_corellia_durni ELITE 1 100 - item_corellia_junk_durni_01_01 100 +junk_corellia_durni BOSS 1 100 - item_corellia_junk_durni_01_01 100 +junk_corellia_dwarf_gronda NORMAL 1 100 - item_corellia_junk_dwarf_gronda_01_01 100 +junk_corellia_dwarf_gronda ELITE 1 100 - item_corellia_junk_dwarf_gronda_01_01 100 +junk_corellia_dwarf_gronda BOSS 1 100 - item_corellia_junk_dwarf_gronda_01_01 100 +junk_corellia_female_dire_cat NORMAL 1 100 - item_corellia_junk_female_dire_cat_01_01 100 +junk_corellia_female_dire_cat ELITE 1 100 - item_corellia_junk_female_dire_cat_01_01 100 +junk_corellia_female_dire_cat BOSS 1 100 - item_corellia_junk_female_dire_cat_01_01 100 +junk_corellia_female_forest_slice_hound NORMAL 1 100 - item_corellia_junk_female_forest_slice_hound_01_01 100 +junk_corellia_female_forest_slice_hound ELITE 1 100 - item_corellia_junk_female_forest_slice_hound_01_01 100 +junk_corellia_female_forest_slice_hound BOSS 1 100 - item_corellia_junk_female_forest_slice_hound_01_01 100 +junk_corellia_female_grassland_slice_hound NORMAL 1 100 - item_corellia_junk_female_grassland_slice_hound_01_01 100 +junk_corellia_female_grassland_slice_hound ELITE 1 100 - item_corellia_junk_female_grassland_slice_hound_01_01 100 +junk_corellia_female_grassland_slice_hound BOSS 1 100 - item_corellia_junk_female_grassland_slice_hound_01_01 100 +junk_corellia_female_sand_panther NORMAL 1 100 - item_corellia_junk_female_sand_panther_01_01 100 +junk_corellia_female_sand_panther ELITE 1 100 - item_corellia_junk_female_sand_panther_01_01 100 +junk_corellia_female_sand_panther BOSS 1 100 - item_corellia_junk_female_sand_panther_01_01 100 +junk_corellia_female_slice_hound NORMAL 1 100 - item_corellia_junk_female_slice_hound_01_01 100 +junk_corellia_female_slice_hound ELITE 1 100 - item_corellia_junk_female_slice_hound_01_01 100 +junk_corellia_female_slice_hound BOSS 1 100 - item_corellia_junk_female_slice_hound_01_01 100 +junk_corellia_forest_murra NORMAL 1 100 - item_corellia_junk_forest_murra_01_01 100 +junk_corellia_forest_murra ELITE 1 100 - item_corellia_junk_forest_murra_01_01 100 +junk_corellia_forest_murra BOSS 1 100 - item_corellia_junk_forest_murra_01_01 100 +junk_corellia_forest_slice_hound NORMAL 1 100 - item_corellia_junk_forest_slice_hound_01_01 100 +junk_corellia_forest_slice_hound ELITE 1 100 - item_corellia_junk_forest_slice_hound_01_01 100 +junk_corellia_forest_slice_hound BOSS 1 100 - item_corellia_junk_forest_slice_hound_01_01 100 +junk_corellia_giant_carrion_spat NORMAL 1 100 - item_corellia_junk_giant_carrion_spat_01_01 100 +junk_corellia_giant_carrion_spat ELITE 1 100 - item_corellia_junk_giant_carrion_spat_01_01 100 +junk_corellia_giant_carrion_spat BOSS 1 100 - item_corellia_junk_giant_carrion_spat_01_01 100 +junk_corellia_giant_dalyrake NORMAL 1 100 - item_corellia_junk_giant_dalyrake_01_01 100 +junk_corellia_giant_dalyrake ELITE 1 100 - item_corellia_junk_giant_dalyrake_01_01 100 +junk_corellia_giant_dalyrake BOSS 1 100 - item_corellia_junk_giant_dalyrake_01_01 100 +junk_corellia_giant_gubbur NORMAL 1 100 - item_corellia_junk_giant_gubbur_01_01 100 +junk_corellia_giant_gubbur ELITE 1 100 - item_corellia_junk_giant_gubbur_01_01 100 +junk_corellia_giant_gubbur BOSS 1 100 - item_corellia_junk_giant_gubbur_01_01 100 +junk_corellia_grand_wrix NORMAL 1 100 - item_corellia_junk_grand_wrix_01_01 100 +junk_corellia_grand_wrix ELITE 1 100 - item_corellia_junk_grand_wrix_01_01 100 +junk_corellia_grand_wrix BOSS 1 100 - item_corellia_junk_grand_wrix_01_01 100 +junk_corellia_grassland_slice_hound NORMAL 1 100 - item_corellia_junk_grassland_slice_hound_01_01 100 +junk_corellia_grassland_slice_hound ELITE 1 100 - item_corellia_junk_grassland_slice_hound_01_01 100 +junk_corellia_grassland_slice_hound BOSS 1 100 - item_corellia_junk_grassland_slice_hound_01_01 100 +junk_corellia_great_plains_stalker NORMAL 1 100 - item_corellia_junk_great_plains_stalker_01_01 100 +junk_corellia_great_plains_stalker ELITE 1 100 - item_corellia_junk_great_plains_stalker_01_01 100 +junk_corellia_great_plains_stalker BOSS 1 100 - item_corellia_junk_great_plains_stalker_01_01 100 +junk_corellia_greater_gulginaw NORMAL 1 100 - item_corellia_junk_greater_gulginaw_01_01 100 +junk_corellia_greater_gulginaw ELITE 1 100 - item_corellia_junk_greater_gulginaw_01_01 100 +junk_corellia_greater_gulginaw BOSS 1 100 - item_corellia_junk_greater_gulginaw_01_01 100 +junk_corellia_gronda NORMAL 1 100 - item_corellia_junk_gronda_01_01 100 +junk_corellia_gronda ELITE 1 100 - item_corellia_junk_gronda_01_01 100 +junk_corellia_gronda BOSS 1 100 - item_corellia_junk_gronda_01_01 100 +junk_corellia_gronda_elder NORMAL 1 100 - item_corellia_junk_gronda_elder_01_01 100 +junk_corellia_gronda_elder ELITE 1 100 - item_corellia_junk_gronda_elder_01_01 100 +junk_corellia_gronda_elder BOSS 1 100 - item_corellia_junk_gronda_elder_01_01 100 +junk_corellia_gronda_juggernaut NORMAL 1 100 - item_corellia_junk_gronda_juggernaut_01_01 100 +junk_corellia_gronda_juggernaut ELITE 1 100 - item_corellia_junk_gronda_juggernaut_01_01 100 +junk_corellia_gronda_juggernaut BOSS 1 100 - item_corellia_junk_gronda_juggernaut_01_01 100 +junk_corellia_gubbur NORMAL 1 100 - item_corellia_junk_gubbur_01_01 100 +junk_corellia_gubbur ELITE 1 100 - item_corellia_junk_gubbur_01_01 100 +junk_corellia_gubbur BOSS 1 100 - item_corellia_junk_gubbur_01_01 100 +junk_corellia_gulginaw NORMAL 1 100 - item_corellia_junk_gulginaw_01_01 100 +junk_corellia_gulginaw ELITE 1 100 - item_corellia_junk_gulginaw_01_01 100 +junk_corellia_gulginaw BOSS 1 100 - item_corellia_junk_gulginaw_01_01 100 +junk_corellia_gurrcat NORMAL 1 100 - item_corellia_junk_gurrcat_01_01 100 +junk_corellia_gurrcat ELITE 1 100 - item_corellia_junk_gurrcat_01_01 100 +junk_corellia_gurrcat BOSS 1 100 - item_corellia_junk_gurrcat_01_01 100 +junk_corellia_howling_plumed_rasp NORMAL 1 100 - item_corellia_junk_howling_plumed_rasp_01_01 100 +junk_corellia_howling_plumed_rasp ELITE 1 100 - item_corellia_junk_howling_plumed_rasp_01_01 100 +junk_corellia_howling_plumed_rasp BOSS 1 100 - item_corellia_junk_howling_plumed_rasp_01_01 100 +junk_corellia_humbaba NORMAL 1 100 - item_corellia_junk_humbaba_01_01 100 +junk_corellia_humbaba ELITE 1 100 - item_corellia_junk_humbaba_01_01 100 +junk_corellia_humbaba BOSS 1 100 - item_corellia_junk_humbaba_01_01 100 +junk_corellia_krahbu NORMAL 1 100 - item_corellia_junk_krahbu_01_01 100 +junk_corellia_krahbu ELITE 1 100 - item_corellia_junk_krahbu_01_01 100 +junk_corellia_krahbu BOSS 1 100 - item_corellia_junk_krahbu_01_01 100 +junk_corellia_majestic_plumed_rasp NORMAL 1 100 - item_corellia_junk_majestic_plumed_rasp_01_01 100 +junk_corellia_majestic_plumed_rasp ELITE 1 100 - item_corellia_junk_majestic_plumed_rasp_01_01 100 +junk_corellia_majestic_plumed_rasp BOSS 1 100 - item_corellia_junk_majestic_plumed_rasp_01_01 100 +junk_corellia_mottled_wrix NORMAL 1 100 - item_corellia_junk_mottled_wrix_01_01 100 +junk_corellia_mottled_wrix ELITE 1 100 - item_corellia_junk_mottled_wrix_01_01 100 +junk_corellia_mottled_wrix BOSS 1 100 - item_corellia_junk_mottled_wrix_01_01 100 +junk_corellia_mountain_murra NORMAL 1 100 - item_corellia_junk_mountain_murra_01_01 100 +junk_corellia_mountain_murra ELITE 1 100 - item_corellia_junk_mountain_murra_01_01 100 +junk_corellia_mountain_murra BOSS 1 100 - item_corellia_junk_mountain_murra_01_01 100 +junk_corellia_murra NORMAL 1 100 - item_corellia_junk_murra_01_01 100 +junk_corellia_murra ELITE 1 100 - item_corellia_junk_murra_01_01 100 +junk_corellia_murra BOSS 1 100 - item_corellia_junk_murra_01_01 100 +junk_corellia_noxious_vrelt_scavenger NORMAL 1 100 - item_corellia_junk_noxious_vrelt_scavenger_01_01 100 +junk_corellia_noxious_vrelt_scavenger ELITE 1 100 - item_corellia_junk_noxious_vrelt_scavenger_01_01 100 +junk_corellia_noxious_vrelt_scavenger BOSS 1 100 - item_corellia_junk_noxious_vrelt_scavenger_01_01 100 +junk_corellia_paralope NORMAL 1 100 - item_corellia_junk_paralope_01_01 100 +junk_corellia_paralope ELITE 1 100 - item_corellia_junk_paralope_01_01 100 +junk_corellia_paralope BOSS 1 100 - item_corellia_junk_paralope_01_01 100 +junk_corellia_plumed_rasp NORMAL 1 100 - item_corellia_junk_plumed_rasp_01_01 100 +junk_corellia_plumed_rasp ELITE 1 100 - item_corellia_junk_plumed_rasp_01_01 100 +junk_corellia_plumed_rasp BOSS 1 100 - item_corellia_junk_plumed_rasp_01_01 100 +junk_corellia_rogue_bageraset NORMAL 1 100 - item_corellia_junk_rogue_bageraset_01_01 100 +junk_corellia_rogue_bageraset ELITE 1 100 - item_corellia_junk_rogue_bageraset_01_01 100 +junk_corellia_rogue_bageraset BOSS 1 100 - item_corellia_junk_rogue_bageraset_01_01 100 +junk_corellia_sand_panther NORMAL 1 100 - item_corellia_junk_sand_panther_01_01 100 +junk_corellia_sand_panther ELITE 1 100 - item_corellia_junk_sand_panther_01_01 100 +junk_corellia_sand_panther BOSS 1 100 - item_corellia_junk_sand_panther_01_01 100 +junk_corellia_sand_panther_cub NORMAL 1 100 - item_corellia_junk_sand_panther_cub_01_01 100 +junk_corellia_sand_panther_cub ELITE 1 100 - item_corellia_junk_sand_panther_cub_01_01 100 +junk_corellia_sand_panther_cub BOSS 1 100 - item_corellia_junk_sand_panther_cub_01_01 100 +junk_corellia_savage_humbaba NORMAL 1 100 - item_corellia_junk_savage_humbaba_01_01 100 +junk_corellia_savage_humbaba ELITE 1 100 - item_corellia_junk_savage_humbaba_01_01 100 +junk_corellia_savage_humbaba BOSS 1 100 - item_corellia_junk_savage_humbaba_01_01 100 +junk_corellia_scavenger_rat NORMAL 1 100 - item_corellia_junk_scavenger_rat_01_01 100 +junk_corellia_scavenger_rat ELITE 1 100 - item_corellia_junk_scavenger_rat_01_01 100 +junk_corellia_scavenger_rat BOSS 1 100 - item_corellia_junk_scavenger_rat_01_01 100 +junk_corellia_sharnaff NORMAL 1 100 - item_corellia_junk_sharnaff_01_01 100 +junk_corellia_sharnaff ELITE 1 100 - item_corellia_junk_sharnaff_01_01 100 +junk_corellia_sharnaff BOSS 1 100 - item_corellia_junk_sharnaff_01_01 100 +junk_corellia_sharnaff_bull NORMAL 1 100 - item_corellia_junk_sharnaff_bull_01_01 100 +junk_corellia_sharnaff_bull ELITE 1 100 - item_corellia_junk_sharnaff_bull_01_01 100 +junk_corellia_sharnaff_bull BOSS 1 100 - item_corellia_junk_sharnaff_bull_01_01 100 +junk_corellia_slice_hound NORMAL 1 100 - item_corellia_junk_slice_hound_01_01 100 +junk_corellia_slice_hound ELITE 1 100 - item_corellia_junk_slice_hound_01_01 100 +junk_corellia_slice_hound BOSS 1 100 - item_corellia_junk_slice_hound_01_01 100 +junk_corellia_swamp_gurrcat NORMAL 1 100 - item_corellia_junk_swamp_gurrcat_01_01 100 +junk_corellia_swamp_gurrcat ELITE 1 100 - item_corellia_junk_swamp_gurrcat_01_01 100 +junk_corellia_swamp_gurrcat BOSS 1 100 - item_corellia_junk_swamp_gurrcat_01_01 100 +junk_corellia_tabage NORMAL 1 100 - item_corellia_junk_tabage_01_01 100 +junk_corellia_tabage ELITE 1 100 - item_corellia_junk_tabage_01_01 100 +junk_corellia_tabage BOSS 1 100 - item_corellia_junk_tabage_01_01 100 +junk_corellia_violent_krahbu NORMAL 1 100 - item_corellia_junk_violent_krahbu_01_01 100 +junk_corellia_violent_krahbu ELITE 1 100 - item_corellia_junk_violent_krahbu_01_01 100 +junk_corellia_violent_krahbu BOSS 1 100 - item_corellia_junk_violent_krahbu_01_01 100 +junk_corellia_vrelt NORMAL 1 100 - item_corellia_junk_vrelt_01_01 100 +junk_corellia_vrelt ELITE 1 100 - item_corellia_junk_vrelt_01_01 100 +junk_corellia_vrelt BOSS 1 100 - item_corellia_junk_vrelt_01_01 100 +junk_corellia_vynock NORMAL 1 100 - item_corellia_junk_vynock_01_01 100 +junk_corellia_vynock ELITE 1 100 - item_corellia_junk_vynock_01_01 100 +junk_corellia_vynock BOSS 1 100 - item_corellia_junk_vynock_01_01 100 +junk_corellia_war_gronda NORMAL 1 100 - item_corellia_junk_war_gronda_01_01 100 +junk_corellia_war_gronda ELITE 1 100 - item_corellia_junk_war_gronda_01_01 100 +junk_corellia_war_gronda BOSS 1 100 - item_corellia_junk_war_gronda_01_01 100 +junk_corellia_wooded_paralope NORMAL 1 100 - item_corellia_junk_wooded_paralope_01_01 100 +junk_corellia_wooded_paralope ELITE 1 100 - item_corellia_junk_wooded_paralope_01_01 100 +junk_corellia_wooded_paralope BOSS 1 100 - item_corellia_junk_wooded_paralope_01_01 100 +junk_corellia_wrix NORMAL 1 100 - item_corellia_junk_wrix_01_01 100 +junk_corellia_wrix ELITE 1 100 - item_corellia_junk_wrix_01_01 100 +junk_corellia_wrix BOSS 1 100 - item_corellia_junk_wrix_01_01 100 +junk_naboo_alpha_veermok NORMAL 1 100 - item_naboo_junk_alpha_veermok_01_01 100 +junk_naboo_alpha_veermok ELITE 1 100 - item_naboo_junk_alpha_veermok_01_01 100 +junk_naboo_alpha_veermok BOSS 1 100 - item_naboo_junk_alpha_veermok_01_01 100 +junk_naboo_elder_female_swamp_tusk_cat NORMAL 1 100 - item_naboo_junk_elder_female_swamp_tusk_cat_01_01 100 +junk_naboo_elder_female_swamp_tusk_cat ELITE 1 100 - item_naboo_junk_elder_female_swamp_tusk_cat_01_01 100 +junk_naboo_elder_female_swamp_tusk_cat BOSS 1 100 - item_naboo_junk_elder_female_swamp_tusk_cat_01_01 100 +junk_naboo_elder_male_swamp_tusk_cat NORMAL 1 100 - item_naboo_junk_elder_male_swamp_tusk_cat_01_01 100 +junk_naboo_elder_male_swamp_tusk_cat ELITE 1 100 - item_naboo_junk_elder_male_swamp_tusk_cat_01_01 100 +junk_naboo_elder_male_swamp_tusk_cat BOSS 1 100 - item_naboo_junk_elder_male_swamp_tusk_cat_01_01 100 +junk_naboo_fambaa NORMAL 1 100 - item_naboo_junk_fambaa_01_01 100 +junk_naboo_fambaa ELITE 1 100 - item_naboo_junk_fambaa_01_01 100 +junk_naboo_fambaa BOSS 1 100 - item_naboo_junk_fambaa_01_01 100 +junk_naboo_giant_peko_peko NORMAL 1 100 - item_naboo_junk_giant_peko_peko_01_01 100 +junk_naboo_giant_peko_peko ELITE 1 100 - item_naboo_junk_giant_peko_peko_01_01 100 +junk_naboo_giant_peko_peko BOSS 1 100 - item_naboo_junk_giant_peko_peko_01_01 100 +junk_naboo_giant_veermok NORMAL 1 100 - item_naboo_junk_giant_veermok_01_01 100 +junk_naboo_giant_veermok ELITE 1 100 - item_naboo_junk_giant_veermok_01_01 100 +junk_naboo_giant_veermok BOSS 1 100 - item_naboo_junk_giant_veermok_01_01 100 +junk_naboo_greater_shaupaut_elder NORMAL 1 100 - item_naboo_junk_naboo_greater_shaupaut_elder_01_01 100 +junk_naboo_greater_shaupaut_elder ELITE 1 100 - item_naboo_junk_naboo_greater_shaupaut_elder_01_01 100 +junk_naboo_greater_shaupaut_elder BOSS 1 100 - item_naboo_junk_naboo_greater_shaupaut_elder_01_01 100 +junk_naboo_gungan_falumpaset NORMAL 1 100 - item_naboo_junk_gungan_falumpaset_01_01 100 +junk_naboo_gungan_falumpaset ELITE 1 100 - item_naboo_junk_gungan_falumpaset_01_01 100 +junk_naboo_gungan_falumpaset BOSS 1 100 - item_naboo_junk_gungan_falumpaset_01_01 100 +junk_naboo_gungan_fambaa NORMAL 1 100 - item_naboo_junk_gungan_fambaa_01_01 100 +junk_naboo_gungan_fambaa ELITE 1 100 - item_naboo_junk_gungan_fambaa_01_01 100 +junk_naboo_gungan_fambaa BOSS 1 100 - item_naboo_junk_gungan_fambaa_01_01 100 +junk_naboo_gungan_kaadu NORMAL 1 100 - item_naboo_junk_gungan_kaadu_01_01 100 +junk_naboo_gungan_kaadu ELITE 1 100 - item_naboo_junk_gungan_kaadu_01_01 100 +junk_naboo_gungan_kaadu BOSS 1 100 - item_naboo_junk_gungan_kaadu_01_01 100 +junk_naboo_gungan_veermok NORMAL 1 100 - item_naboo_junk_gungan_veermok_01_01 100 +junk_naboo_gungan_veermok ELITE 1 100 - item_naboo_junk_gungan_veermok_01_01 100 +junk_naboo_gungan_veermok BOSS 1 100 - item_naboo_junk_gungan_veermok_01_01 100 +junk_naboo_ikopi_stag NORMAL 1 100 - item_naboo_junk_ikopi_stag_01_01 100 +junk_naboo_ikopi_stag ELITE 1 100 - item_naboo_junk_ikopi_stag_01_01 100 +junk_naboo_ikopi_stag BOSS 1 100 - item_naboo_junk_ikopi_stag_01_01 100 +junk_naboo_kaadu_female NORMAL 1 100 - item_naboo_junk_kaadu_female_01_01 100 +junk_naboo_kaadu_female ELITE 1 100 - item_naboo_junk_kaadu_female_01_01 100 +junk_naboo_kaadu_female BOSS 1 100 - item_naboo_junk_kaadu_female_01_01 100 +junk_naboo_mauler_veermok NORMAL 1 100 - item_naboo_junk_mauler_veermok_01_01 100 +junk_naboo_mauler_veermok ELITE 1 100 - item_naboo_junk_mauler_veermok_01_01 100 +junk_naboo_mauler_veermok BOSS 1 100 - item_naboo_junk_mauler_veermok_01_01 100 +junk_naboo_narglatch NORMAL 1 100 - item_naboo_junk_narglatch_01_01 100 +junk_naboo_narglatch ELITE 1 100 - item_naboo_junk_narglatch_01_01 100 +junk_naboo_narglatch BOSS 1 100 - item_naboo_junk_narglatch_01_01 100 +junk_naboo_narglatch_cub NORMAL 1 100 - item_naboo_junk_narglatch_cub_01_01 100 +junk_naboo_narglatch_cub ELITE 1 100 - item_naboo_junk_narglatch_cub_01_01 100 +junk_naboo_narglatch_cub BOSS 1 100 - item_naboo_junk_narglatch_cub_01_01 100 +junk_naboo_narglatch_female NORMAL 1 100 - item_naboo_junk_narglatch_female_01_01 100 +junk_naboo_narglatch_female ELITE 1 100 - item_naboo_junk_narglatch_female_01_01 100 +junk_naboo_narglatch_female BOSS 1 100 - item_naboo_junk_narglatch_female_01_01 100 +junk_naboo_nightspider_dirtcrawler NORMAL 1 100 - item_naboo_junk_nightspider_dirtcrawler_01_01 100 +junk_naboo_nightspider_dirtcrawler ELITE 1 100 - item_naboo_junk_nightspider_dirtcrawler_01_01 100 +junk_naboo_nightspider_dirtcrawler BOSS 1 100 - item_naboo_junk_nightspider_dirtcrawler_01_01 100 +junk_naboo_nightspider_vinecrawler NORMAL 1 100 - item_naboo_junk_nightspider_vinecrawler_01_01 100 +junk_naboo_nightspider_vinecrawler ELITE 1 100 - item_naboo_junk_nightspider_vinecrawler_01_01 100 +junk_naboo_nightspider_vinecrawler BOSS 1 100 - item_naboo_junk_nightspider_vinecrawler_01_01 100 +junk_naboo_nightspider_vineripper NORMAL 1 100 - item_naboo_junk_nightspider_vineripper_01_01 100 +junk_naboo_nightspider_vineripper ELITE 1 100 - item_naboo_junk_nightspider_vineripper_01_01 100 +junk_naboo_nightspider_vineripper BOSS 1 100 - item_naboo_junk_nightspider_vineripper_01_01 100 +junk_naboo_nightspider_vineshredder NORMAL 1 100 - item_naboo_junk_nightspider_vineshredder_01_01 100 +junk_naboo_nightspider_vineshredder ELITE 1 100 - item_naboo_junk_nightspider_vineshredder_01_01 100 +junk_naboo_nightspider_vineshredder BOSS 1 100 - item_naboo_junk_nightspider_vineshredder_01_01 100 +junk_naboo_peko_peko NORMAL 1 100 - item_naboo_junk_peko_peko_01_01 100 +junk_naboo_peko_peko ELITE 1 100 - item_naboo_junk_peko_peko_01_01 100 +junk_naboo_peko_peko BOSS 1 100 - item_naboo_junk_peko_peko_01_01 100 +junk_naboo_peko_peko_albatross NORMAL 1 100 - item_naboo_junk_peko_peko_albatross_01_01 100 +junk_naboo_peko_peko_albatross ELITE 1 100 - item_naboo_junk_peko_peko_albatross_01_01 100 +junk_naboo_peko_peko_albatross BOSS 1 100 - item_naboo_junk_peko_peko_albatross_01_01 100 +junk_naboo_rogue_fambaa NORMAL 1 100 - item_naboo_junk_rogue_fambaa_01_01 100 +junk_naboo_rogue_fambaa ELITE 1 100 - item_naboo_junk_rogue_fambaa_01_01 100 +junk_naboo_rogue_fambaa BOSS 1 100 - item_naboo_junk_rogue_fambaa_01_01 100 +junk_naboo_shaupaut_elder NORMAL 1 100 - item_naboo_junk_naboo_shaupaut_elder_01_01 100 +junk_naboo_shaupaut_elder ELITE 1 100 - item_naboo_junk_naboo_shaupaut_elder_01_01 100 +junk_naboo_shaupaut_elder BOSS 1 100 - item_naboo_junk_naboo_shaupaut_elder_01_01 100 +junk_naboo_shaupaut_hunter NORMAL 1 100 - item_naboo_junk_shaupaut_hunter_01_01 100 +junk_naboo_shaupaut_hunter ELITE 1 100 - item_naboo_junk_shaupaut_hunter_01_01 100 +junk_naboo_shaupaut_hunter BOSS 1 100 - item_naboo_junk_shaupaut_hunter_01_01 100 +junk_naboo_shaupaut_hunter_elder NORMAL 1 100 - item_naboo_junk_naboo_shaupaut_hunter_elder_01_01 100 +junk_naboo_shaupaut_hunter_elder ELITE 1 100 - item_naboo_junk_naboo_shaupaut_hunter_elder_01_01 100 +junk_naboo_shaupaut_hunter_elder BOSS 1 100 - item_naboo_junk_naboo_shaupaut_hunter_elder_01_01 100 +junk_naboo_spitting_rawl NORMAL 1 100 - item_naboo_junk_spitting_rawl_01_01 100 +junk_naboo_spitting_rawl ELITE 1 100 - item_naboo_junk_spitting_rawl_01_01 100 +junk_naboo_spitting_rawl BOSS 1 100 - item_naboo_junk_spitting_rawl_01_01 100 +junk_naboo_swamp_stalker NORMAL 1 100 - item_naboo_junk_swamp_stalker_01_01 100 +junk_naboo_swamp_stalker ELITE 1 100 - item_naboo_junk_swamp_stalker_01_01 100 +junk_naboo_swamp_stalker BOSS 1 100 - item_naboo_junk_swamp_stalker_01_01 100 +junk_naboo_veermok NORMAL 1 100 - item_naboo_junk_naboo_veermok_01_01 100 +junk_naboo_veermok ELITE 1 100 - item_naboo_junk_naboo_veermok_01_01 100 +junk_naboo_veermok BOSS 1 100 - item_naboo_junk_naboo_veermok_01_01 100 +junk_naboo_veermok_guard NORMAL 1 100 - item_naboo_junk_naboo_veermok_guard_01_01 100 +junk_naboo_veermok_guard ELITE 1 100 - item_naboo_junk_naboo_veermok_guard_01_01 100 +junk_naboo_veermok_guard BOSS 1 100 - item_naboo_junk_naboo_veermok_guard_01_01 100 +junk_naboo_veermok_ravager NORMAL 1 100 - item_naboo_junk_naboo_veermok_ravager_01_01 100 +junk_naboo_veermok_ravager ELITE 1 100 - item_naboo_junk_naboo_veermok_ravager_01_01 100 +junk_naboo_veermok_ravager BOSS 1 100 - item_naboo_junk_naboo_veermok_ravager_01_01 100 +junk_naboo_veermok_scavenger NORMAL 1 100 - item_naboo_junk_naboo_veermok_scavenger_01_01 100 +junk_naboo_veermok_scavenger ELITE 1 100 - item_naboo_junk_naboo_veermok_scavenger_01_01 100 +junk_naboo_veermok_scavenger BOSS 1 100 - item_naboo_junk_naboo_veermok_scavenger_01_01 100 +junk_naboo_veermok_scout NORMAL 1 100 - item_naboo_junk_naboo_veermok_scout_01_01 100 +junk_naboo_veermok_scout ELITE 1 100 - item_naboo_junk_naboo_veermok_scout_01_01 100 +junk_naboo_veermok_scout BOSS 1 100 - item_naboo_junk_naboo_veermok_scout_01_01 100 +junk_naboo_veermok_sentry NORMAL 1 100 - item_naboo_junk_naboo_veermok_sentry_01_01 100 +junk_naboo_veermok_sentry ELITE 1 100 - item_naboo_junk_naboo_veermok_sentry_01_01 100 +junk_naboo_veermok_sentry BOSS 1 100 - item_naboo_junk_naboo_veermok_sentry_01_01 100 +junk_naboo_vine_rawl NORMAL 1 100 - item_naboo_junk_vine_rawl_01_01 100 +junk_naboo_vine_rawl ELITE 1 100 - item_naboo_junk_vine_rawl_01_01 100 +junk_naboo_vine_rawl BOSS 1 100 - item_naboo_junk_vine_rawl_01_01 100 +junk_tatooine_bantha NORMAL 1 100 - item_tatooine_junk_bantha_01_01 100 +junk_tatooine_bantha ELITE 1 100 - item_tatooine_junk_bantha_01_01 100 +junk_tatooine_bantha BOSS 1 100 - item_tatooine_junk_bantha_01_01 100 +junk_tatooine_bocatt NORMAL 1 100 - item_tatooine_junk_bocatt_01_01 100 +junk_tatooine_bocatt ELITE 1 100 - item_tatooine_junk_bocatt_01_01 100 +junk_tatooine_bocatt BOSS 1 100 - item_tatooine_junk_bocatt_01_01 100 +junk_tatooine_bull_bantha NORMAL 1 100 - item_tatooine_junk_bull_bantha_01_01 100 +junk_tatooine_bull_bantha ELITE 1 100 - item_tatooine_junk_bull_bantha_01_01 100 +junk_tatooine_bull_bantha BOSS 1 100 - item_tatooine_junk_bull_bantha_01_01 100 +junk_tatooine_cu_pa NORMAL 1 100 - item_tatooine_junk_cu_pa_01_01 100 +junk_tatooine_cu_pa ELITE 1 100 - item_tatooine_junk_cu_pa_01_01 100 +junk_tatooine_cu_pa BOSS 1 100 - item_tatooine_junk_cu_pa_01_01 100 +junk_tatooine_desert_razorback NORMAL 1 100 - item_tatooine_junk_desert_razorback_01_01 100 +junk_tatooine_desert_razorback ELITE 1 100 - item_tatooine_junk_desert_razorback_01_01 100 +junk_tatooine_desert_razorback BOSS 1 100 - item_tatooine_junk_desert_razorback_01_01 100 +junk_tatooine_desert_squill NORMAL 1 100 - item_tatooine_junk_desert_squill_01_01 100 +junk_tatooine_desert_squill ELITE 1 100 - item_tatooine_junk_desert_squill_01_01 100 +junk_tatooine_desert_squill BOSS 1 100 - item_tatooine_junk_desert_squill_01_01 100 +junk_tatooine_dewback NORMAL 1 100 - item_tatooine_junk_dewback_01_01 100 +junk_tatooine_dewback ELITE 1 100 - item_tatooine_junk_dewback_01_01 100 +junk_tatooine_dewback BOSS 1 100 - item_tatooine_junk_dewback_01_01 100 +junk_tatooine_dewback_cannibal NORMAL 1 100 - item_tatooine_junk_dewback_cannibal_01_01 100 +junk_tatooine_dewback_cannibal ELITE 1 100 - item_tatooine_junk_dewback_cannibal_01_01 100 +junk_tatooine_dewback_cannibal BOSS 1 100 - item_tatooine_junk_dewback_cannibal_01_01 100 +junk_tatooine_dim_u_bantha NORMAL 1 100 - item_tatooine_junk_dim_u_bantha_01_01 100 +junk_tatooine_dim_u_bantha ELITE 1 100 - item_tatooine_junk_dim_u_bantha_01_01 100 +junk_tatooine_dim_u_bantha BOSS 1 100 - item_tatooine_junk_dim_u_bantha_01_01 100 +junk_tatooine_domestic_eopie NORMAL 1 100 - item_tatooine_junk_domestic_eopie_01_01 100 +junk_tatooine_domestic_eopie ELITE 1 100 - item_tatooine_junk_domestic_eopie_01_01 100 +junk_tatooine_domestic_eopie BOSS 1 100 - item_tatooine_junk_domestic_eopie_01_01 100 +junk_tatooine_dragonet NORMAL 1 100 - item_tatooine_junk_dragonet_01_01 100 +junk_tatooine_dragonet ELITE 1 100 - item_tatooine_junk_dragonet_01_01 100 +junk_tatooine_dragonet BOSS 1 100 - item_tatooine_junk_dragonet_01_01 100 +junk_tatooine_dune_bantha NORMAL 1 100 - item_tatooine_junk_dune_bantha_01_01 100 +junk_tatooine_dune_bantha ELITE 1 100 - item_tatooine_junk_dune_bantha_01_01 100 +junk_tatooine_dune_bantha BOSS 1 100 - item_tatooine_junk_dune_bantha_01_01 100 +junk_tatooine_dwarf_bantha NORMAL 1 100 - item_tatooine_junk_dwarf_bantha 100 +junk_tatooine_dwarf_bantha ELITE 1 100 - item_tatooine_junk_dwarf_bantha 100 +junk_tatooine_dwarf_bantha BOSS 1 100 - item_tatooine_junk_dwarf_bantha 100 +junk_tatooine_dwarf_eopie NORMAL 1 100 - item_tatooine_junk_dwarf_eopie 100 +junk_tatooine_dwarf_eopie ELITE 1 100 - item_tatooine_junk_dwarf_eopie 100 +junk_tatooine_dwarf_eopie BOSS 1 100 - item_tatooine_junk_dwarf_eopie 100 +junk_tatooine_dwarf_nuna NORMAL 1 100 - item_tatooine_junk_dwarf_nuna_01_01 100 +junk_tatooine_dwarf_nuna ELITE 1 100 - item_tatooine_junk_dwarf_nuna_01_01 100 +junk_tatooine_dwarf_nuna BOSS 1 100 - item_tatooine_junk_dwarf_nuna_01_01 100 +junk_tatooine_eopie NORMAL 1 100 - item_tatooine_junk_eopie_01_01 100 +junk_tatooine_eopie ELITE 1 100 - item_tatooine_junk_eopie_01_01 100 +junk_tatooine_eopie BOSS 1 100 - item_tatooine_junk_eopie_01_01 100 +junk_tatooine_feral_bantha NORMAL 1 100 - item_tatooine_junk_feral_bantha_01_01 100 +junk_tatooine_feral_bantha ELITE 1 100 - item_tatooine_junk_feral_bantha_01_01 100 +junk_tatooine_feral_bantha BOSS 1 100 - item_tatooine_junk_feral_bantha_01_01 100 +junk_tatooine_giant_sand_beetle NORMAL 1 100 - item_tatooine_junk_giant_sand_beetle_01_01 100 +junk_tatooine_giant_sand_beetle ELITE 1 100 - item_tatooine_junk_giant_sand_beetle_01_01 100 +junk_tatooine_giant_sand_beetle BOSS 1 100 - item_tatooine_junk_giant_sand_beetle_01_01 100 +junk_tatooine_giant_worrt NORMAL 1 100 - item_tatooine_junk_giant_worrt_01_01 100 +junk_tatooine_giant_worrt ELITE 1 100 - item_tatooine_junk_giant_worrt_01_01 100 +junk_tatooine_giant_worrt BOSS 1 100 - item_tatooine_junk_giant_worrt_01_01 100 +junk_tatooine_gorg NORMAL 1 100 - item_tatooine_junk_gorg_01_01 100 +junk_tatooine_gorg ELITE 1 100 - item_tatooine_junk_gorg_01_01 100 +junk_tatooine_gorg BOSS 1 100 - item_tatooine_junk_gorg_01_01 100 +junk_tatooine_greater_desert_womprat NORMAL 1 100 - item_tatooine_junk_greater_desert_womprat_01_01 100 +junk_tatooine_greater_desert_womprat ELITE 1 100 - item_tatooine_junk_greater_desert_womprat_01_01 100 +junk_tatooine_greater_desert_womprat BOSS 1 100 - item_tatooine_junk_greater_desert_womprat_01_01 100 +junk_tatooine_jundland_eopie NORMAL 1 100 - item_tatooine_junk_jundland_eopie_01_01 100 +junk_tatooine_jundland_eopie ELITE 1 100 - item_tatooine_junk_jundland_eopie_01_01 100 +junk_tatooine_jundland_eopie BOSS 1 100 - item_tatooine_junk_jundland_eopie_01_01 100 +junk_tatooine_kreetle NORMAL 1 100 - item_tatooine_junk_kreetle_01_01 100 +junk_tatooine_kreetle ELITE 1 100 - item_tatooine_junk_kreetle_01_01 100 +junk_tatooine_kreetle BOSS 1 100 - item_tatooine_junk_kreetle_01_01 100 +junk_tatooine_lesser_desert_womprat NORMAL 1 100 - item_tatooine_junk_lesser_desert_womprat_01_01 100 +junk_tatooine_lesser_desert_womprat ELITE 1 100 - item_tatooine_junk_lesser_desert_womprat_01_01 100 +junk_tatooine_lesser_desert_womprat BOSS 1 100 - item_tatooine_junk_lesser_desert_womprat_01_01 100 +junk_tatooine_lesser_dewback NORMAL 1 100 - item_tatooine_junk_lesser_dewback_01_01 100 +junk_tatooine_lesser_dewback ELITE 1 100 - item_tatooine_junk_lesser_dewback_01_01 100 +junk_tatooine_lesser_dewback BOSS 1 100 - item_tatooine_junk_lesser_dewback_01_01 100 +junk_tatooine_malignant_squill NORMAL 1 100 - item_tatooine_junk_malignant_squill_01_01 100 +junk_tatooine_malignant_squill ELITE 1 100 - item_tatooine_junk_malignant_squill_01_01 100 +junk_tatooine_malignant_squill BOSS 1 100 - item_tatooine_junk_malignant_squill_01_01 100 +junk_tatooine_matriarch_bantha NORMAL 1 100 - item_tatooine_junk_matriarch_bantha_01_01 100 +junk_tatooine_matriarch_bantha ELITE 1 100 - item_tatooine_junk_matriarch_bantha_01_01 100 +junk_tatooine_matriarch_bantha BOSS 1 100 - item_tatooine_junk_matriarch_bantha_01_01 100 +junk_tatooine_minor_worrt NORMAL 1 100 - item_tatooine_junk_minor_worrt_01_01 100 +junk_tatooine_minor_worrt ELITE 1 100 - item_tatooine_junk_minor_worrt_01_01 100 +junk_tatooine_minor_worrt BOSS 1 100 - item_tatooine_junk_minor_worrt_01_01 100 +junk_tatooine_mound_mite NORMAL 1 100 - item_tatooine_junk_mound_mite_01_01 100 +junk_tatooine_mound_mite ELITE 1 100 - item_tatooine_junk_mound_mite_01_01 100 +junk_tatooine_mound_mite BOSS 1 100 - item_tatooine_junk_mound_mite_01_01 100 +junk_tatooine_mountain_dewback NORMAL 1 100 - item_tatooine_junk_mountain_dewback_01_01 100 +junk_tatooine_mountain_dewback ELITE 1 100 - item_tatooine_junk_mountain_dewback_01_01 100 +junk_tatooine_mountain_dewback BOSS 1 100 - item_tatooine_junk_mountain_dewback_01_01 100 +junk_tatooine_mountain_squill NORMAL 1 100 - item_tatooine_junk_mountain_squill_01_01 100 +junk_tatooine_mountain_squill ELITE 1 100 - item_tatooine_junk_mountain_squill_01_01 100 +junk_tatooine_mountain_squill BOSS 1 100 - item_tatooine_junk_mountain_squill_01_01 100 +junk_tatooine_mountain_worrt NORMAL 1 100 - item_tatooine_junk_mountain_worrt_01_01 100 +junk_tatooine_mountain_worrt ELITE 1 100 - item_tatooine_junk_mountain_worrt_01_01 100 +junk_tatooine_mountain_worrt BOSS 1 100 - item_tatooine_junk_mountain_worrt_01_01 100 +junk_tatooine_mutant_womprat NORMAL 1 100 - item_tatooine_junk_mutant_womprat_01_01 100 +junk_tatooine_mutant_womprat ELITE 1 100 - item_tatooine_junk_mutant_womprat_01_01 100 +junk_tatooine_mutant_womprat BOSS 1 100 - item_tatooine_junk_mutant_womprat_01_01 100 +junk_tatooine_rill NORMAL 1 100 - item_tatooine_junk_rill_01_01 100 +junk_tatooine_rill ELITE 1 100 - item_tatooine_junk_rill_01_01 100 +junk_tatooine_rill BOSS 1 100 - item_tatooine_junk_rill_01_01 100 +junk_tatooine_rock_beetle NORMAL 1 100 - item_tatooine_junk_rock_beetle_01_01 100 +junk_tatooine_rock_beetle ELITE 1 100 - item_tatooine_junk_rock_beetle_01_01 100 +junk_tatooine_rock_beetle BOSS 1 100 - item_tatooine_junk_rock_beetle_01_01 100 +junk_tatooine_rockmite NORMAL 1 100 - item_tatooine_junk_rockmite_01_01 100 +junk_tatooine_rockmite ELITE 1 100 - item_tatooine_junk_rockmite_01_01 100 +junk_tatooine_rockmite BOSS 1 100 - item_tatooine_junk_rockmite_01_01 100 +junk_tatooine_rogue_bantha NORMAL 1 100 - item_tatooine_junk_rogue_bantha_01_01 100 +junk_tatooine_rogue_bantha ELITE 1 100 - item_tatooine_junk_rogue_bantha_01_01 100 +junk_tatooine_rogue_bantha BOSS 1 100 - item_tatooine_junk_rogue_bantha_01_01 100 +junk_tatooine_ronto NORMAL 1 100 - item_tatooine_junk_ronto_01_01 100 +junk_tatooine_ronto ELITE 1 100 - item_tatooine_junk_ronto_01_01 100 +junk_tatooine_ronto BOSS 1 100 - item_tatooine_junk_ronto_01_01 100 +junk_tatooine_ronto_male NORMAL 1 100 - item_tatooine_junk_ronto_male_01_01 100 +junk_tatooine_ronto_male ELITE 1 100 - item_tatooine_junk_ronto_male_01_01 100 +junk_tatooine_ronto_male BOSS 1 100 - item_tatooine_junk_ronto_male_01_01 100 +junk_tatooine_scyk NORMAL 1 100 - item_tatooine_junk_scyk_01_01 100 +junk_tatooine_scyk ELITE 1 100 - item_tatooine_junk_scyk_01_01 100 +junk_tatooine_scyk BOSS 1 100 - item_tatooine_junk_scyk_01_01 100 +junk_tatooine_sevorrt NORMAL 1 100 - item_tatooine_junk_sevorrt_01_01 100 +junk_tatooine_sevorrt ELITE 1 100 - item_tatooine_junk_sevorrt_01_01 100 +junk_tatooine_sevorrt BOSS 1 100 - item_tatooine_junk_sevorrt_01_01 100 +junk_tatooine_squill NORMAL 1 100 - item_tatooine_junk_squill_01_01 100 +junk_tatooine_squill ELITE 1 100 - item_tatooine_junk_squill_01_01 100 +junk_tatooine_squill BOSS 1 100 - item_tatooine_junk_squill_01_01 100 +junk_tatooine_swarming_lesser_dewback NORMAL 1 100 - item_tatooine_junk_swarming_lesser_dewback_01_01 100 +junk_tatooine_swarming_lesser_dewback ELITE 1 100 - item_tatooine_junk_swarming_lesser_dewback_01_01 100 +junk_tatooine_swarming_lesser_dewback BOSS 1 100 - item_tatooine_junk_swarming_lesser_dewback_01_01 100 +junk_tatooine_tatooine_mynock NORMAL 1 100 - item_tatooine_junk_tatooine_mynock_01_01 100 +junk_tatooine_tatooine_mynock ELITE 1 100 - item_tatooine_junk_tatooine_mynock_01_01 100 +junk_tatooine_tatooine_mynock BOSS 1 100 - item_tatooine_junk_tatooine_mynock_01_01 100 +junk_tatooine_tusken_bantha NORMAL 1 100 - item_tatooine_junk_tusken_bantha_01_01 100 +junk_tatooine_tusken_bantha ELITE 1 100 - item_tatooine_junk_tusken_bantha_01_01 100 +junk_tatooine_tusken_bantha BOSS 1 100 - item_tatooine_junk_tusken_bantha_01_01 100 +junk_tatooine_variegated_womprat NORMAL 1 100 - item_tatooine_junk_variegated_womprat_01_01 100 +junk_tatooine_variegated_womprat ELITE 1 100 - item_tatooine_junk_variegated_womprat_01_01 100 +junk_tatooine_variegated_womprat BOSS 1 100 - item_tatooine_junk_variegated_womprat_01_01 100 +junk_tatooine_wild_dune_boar NORMAL 1 100 - item_tatooine_junk_wild_dune_boar_01_01 100 +junk_tatooine_wild_dune_boar ELITE 1 100 - item_tatooine_junk_wild_dune_boar_01_01 100 +junk_tatooine_wild_dune_boar BOSS 1 100 - item_tatooine_junk_wild_dune_boar_01_01 100 +junk_tatooine_womprat NORMAL 1 100 - item_tatooine_junk_womprat_01_01 100 +junk_tatooine_womprat ELITE 1 100 - item_tatooine_junk_womprat_01_01 100 +junk_tatooine_womprat BOSS 1 100 - item_tatooine_junk_womprat_01_01 100 +junk_tatooine_womprat_city NORMAL 1 100 - item_tatooine_junk_womprat_city_01_01 100 +junk_tatooine_womprat_city ELITE 1 100 - item_tatooine_junk_womprat_city_01_01 100 +junk_tatooine_womprat_city BOSS 1 100 - item_tatooine_junk_womprat_city_01_01 100 +junk_tatooine_worrt NORMAL 1 100 - item_tatooine_junk_worrt_01_01 100 +junk_tatooine_worrt ELITE 1 100 - item_tatooine_junk_worrt_01_01 100 +junk_tatooine_worrt BOSS 1 100 - item_tatooine_junk_worrt_01_01 100 +junk_tatooine_zucca_boar NORMAL 1 100 - item_tatooine_junk_zucca_boar_01_01 100 +junk_tatooine_zucca_boar ELITE 1 100 - item_tatooine_junk_zucca_boar_01_01 100 +junk_tatooine_zucca_boar BOSS 1 100 - item_tatooine_junk_zucca_boar_01_01 100 +kashyyyk_bantha NORMAL 1 100 Kashyyyk - Bantha horn kashyyyk_bantha_horn_01 50 Kashyyyk Banta pelt kashyyyk_bantha_pelt_01 50 +kashyyyk_bantha ELITE 1 100 Kashyyyk - Bantha horn kashyyyk_bantha_horn_01 50 Kashyyyk Banta pelt kashyyyk_bantha_pelt_01 50 +kashyyyk_bantha BOSS 1 100 Kashyyyk - Bantha horn kashyyyk_bantha_horn_01 50 Kashyyyk Banta pelt kashyyyk_bantha_pelt_01 50 +kashyyyk_bolotaur NORMAL 1 100 Kashyyyk - Bolotaur fang bolotaur_fang_01 50 Kashyyyk Bolotaur scale bolotaur_scale_01 50 +kashyyyk_bolotaur ELITE 1 100 Kashyyyk - Bolotaur fang bolotaur_fang_01 50 Kashyyyk Bolotaur scale bolotaur_scale_01 50 +kashyyyk_bolotaur BOSS 1 100 Kashyyyk - Bolotaur fang bolotaur_fang_01 50 Kashyyyk Bolotaur scale bolotaur_scale_01 50 +kashyyyk_etyyy_brightclaw NORMAL 1 100 Kashyyyk - Brightclaw object/tangible/quest/quest_start/ep3_hunt_loot_brightclaw_jaw.iff 100 +kashyyyk_etyyy_brightclaw ELITE 1 100 Kashyyyk - Brightclaw object/tangible/quest/quest_start/ep3_hunt_loot_brightclaw_jaw.iff 100 +kashyyyk_etyyy_brightclaw BOSS 1 100 Kashyyyk - Brightclaw object/tangible/quest/quest_start/ep3_hunt_loot_brightclaw_jaw.iff 100 +kashyyyk_etyyy_greyclimber NORMAL 1 100 Kashyyyk - Greyclimber object/tangible/quest/quest_start/ep3_hunt_loot_greyclimber_eye.iff 100 +kashyyyk_etyyy_greyclimber ELITE 1 100 Kashyyyk - Greyclimber object/tangible/quest/quest_start/ep3_hunt_loot_greyclimber_eye.iff 100 +kashyyyk_etyyy_greyclimber BOSS 1 100 Kashyyyk - Greyclimber object/tangible/quest/quest_start/ep3_hunt_loot_greyclimber_eye.iff 100 +kashyyyk_etyyy_paleclaw NORMAL 1 100 Kashyyyk - Paleclaw object/tangible/quest/quest_start/ep3_hunt_loot_paleclaw_jaw.iff 100 +kashyyyk_etyyy_paleclaw ELITE 1 100 Kashyyyk - Paleclaw object/tangible/quest/quest_start/ep3_hunt_loot_paleclaw_jaw.iff 100 +kashyyyk_etyyy_paleclaw BOSS 1 100 Kashyyyk - Paleclaw object/tangible/quest/quest_start/ep3_hunt_loot_paleclaw_jaw.iff 100 +kashyyyk_etyyy_silkthrower NORMAL 1 100 Kashyyyk - Silkthrower object/tangible/quest/quest_start/ep3_hunt_loot_silkthrower_fang.iff 100 +kashyyyk_etyyy_silkthrower ELITE 1 100 Kashyyyk - Silkthrower object/tangible/quest/quest_start/ep3_hunt_loot_silkthrower_fang.iff 100 +kashyyyk_etyyy_silkthrower BOSS 1 100 Kashyyyk - Silkthrower object/tangible/quest/quest_start/ep3_hunt_loot_silkthrower_fang.iff 100 +kashyyyk_etyyy_spiketop NORMAL 1 100 Kashyyyk - Spiketop object/tangible/quest/quest_start/ep3_hunt_loot_spiketop_horn.iff 100 +kashyyyk_etyyy_spiketop ELITE 1 100 Kashyyyk - Spiketop object/tangible/quest/quest_start/ep3_hunt_loot_spiketop_horn.iff 100 +kashyyyk_etyyy_spiketop BOSS 1 100 Kashyyyk - Spiketop object/tangible/quest/quest_start/ep3_hunt_loot_spiketop_horn.iff 100 +kashyyyk_etyyy_stoneleg NORMAL 1 100 Kashyyyk - Stoneleg object/tangible/quest/quest_start/ep3_hunt_loot_stoneleg_heart.iff 100 +kashyyyk_etyyy_stoneleg ELITE 1 100 Kashyyyk - Stoneleg object/tangible/quest/quest_start/ep3_hunt_loot_stoneleg_heart.iff 100 +kashyyyk_etyyy_stoneleg BOSS 1 100 Kashyyyk - Stoneleg object/tangible/quest/quest_start/ep3_hunt_loot_stoneleg_heart.iff 100 +kashyyyk_fern_bicker NORMAL 1 100 Kashyyyk - Fern bicker object/tangible/loot/creature_loot/kashyyyk_loot/fern_bicker_brain_01.iff 100 +kashyyyk_fern_bicker ELITE 1 100 Kashyyyk - Fern bicker object/tangible/loot/creature_loot/kashyyyk_loot/fern_bicker_brain_01.iff 100 +kashyyyk_fern_bicker BOSS 1 100 Kashyyyk - Fern bicker object/tangible/loot/creature_loot/kashyyyk_loot/fern_bicker_brain_01.iff 100 +kashyyyk_forest_exemplar NORMAL 1 100 Kashyyyk - Loot 2 ep3_loot_mark;ep3_loot_corestrike;ep3_loot_rhiss;ep3_loot_rilctur;ep3_loot_sharpshooter 100 +kashyyyk_forest_exemplar ELITE 1 100 Kashyyyk - Loot 2 ep3_loot_mark;ep3_loot_corestrike;ep3_loot_rhiss;ep3_loot_rilctur;ep3_loot_sharpshooter 100 +kashyyyk_forest_exemplar BOSS 1 100 Kashyyyk - Loot 2 ep3_loot_mark;ep3_loot_corestrike;ep3_loot_rhiss;ep3_loot_rilctur;ep3_loot_sharpshooter 100 +kashyyyk_forest_kerritamba NORMAL 1 100 Kashyyyk - Kerritamba junk kerritamba_artifact;kerritamba_fruit;kerritamba_jaw;kerritamba_medallion;kerritamba_skull;kerritamba_spirits 90 Kashyyyk Loot 1 ep3_loot_corellian;ep3_loot_dragoneye;ep3_loot_liquidsilver 10 +kashyyyk_forest_kerritamba ELITE 1 100 Kashyyyk - Kerritamba junk kerritamba_artifact;kerritamba_fruit;kerritamba_jaw;kerritamba_medallion;kerritamba_skull;kerritamba_spirits 80 Kashyyyk Loot 1 ep3_loot_corellian;ep3_loot_dragoneye;ep3_loot_liquidsilver 20 +kashyyyk_forest_kerritamba BOSS 1 100 Kashyyyk - Kerritamba junk kerritamba_artifact;kerritamba_fruit;kerritamba_jaw;kerritamba_medallion;kerritamba_skull;kerritamba_spirits 70 Kashyyyk Loot 1 ep3_loot_corellian;ep3_loot_dragoneye;ep3_loot_liquidsilver 30 +kashyyyk_forest_mouf NORMAL 1 100 Kashyyyk - Mouf mouf_paw_01;mouf_pelt_01 90 Kashyyyk Loot 3 ep3_loot_blackhand;ep3_loot_hydra 10 +kashyyyk_forest_mouf ELITE 1 100 Kashyyyk - Mouf mouf_paw_01;mouf_pelt_01 80 Kashyyyk Loot 3 ep3_loot_blackhand;ep3_loot_hydra 20 +kashyyyk_forest_mouf BOSS 1 100 Kashyyyk - Mouf mouf_paw_01;mouf_pelt_01 70 Kashyyyk Loot 3 ep3_loot_blackhand;ep3_loot_hydra 30 +kashyyyk_forest_outcast NORMAL 1 100 Kashyyyk - Outcast tools outcast_tool_01;outcast_tool_02;outcast_tool_03;outcast_tool_04;outcast_tool_05;outcast_tool_06;outcast_tool_07 90 Kashyyyk Outcast junk outcast_rations;outcast_spice;outcast_vitamins 10 +kashyyyk_forest_outcast ELITE 1 100 Kashyyyk - Outcast tools outcast_rations;outcast_spice;outcast_tool_01;outcast_tool_02;outcast_tool_03;outcast_tool_04;outcast_tool_05;outcast_tool_06;outcast_tool_07;outcast_vitamins 80 Kashyyyk Outcast junk outcast_rations;outcast_spice;outcast_vitamins 20 +kashyyyk_forest_outcast BOSS 1 100 Kashyyyk - Outcast tools outcast_rations;outcast_spice;outcast_tool_01;outcast_tool_02;outcast_tool_03;outcast_tool_04;outcast_tool_05;outcast_tool_06;outcast_tool_07;outcast_vitamins 70 Kashyyyk Outcast junk outcast_rations;outcast_spice;outcast_vitamins 30 +kashyyyk_forest_snake NORMAL 1 100 Kashyyyk - Snake snake_blood;snake_brain;snake_egg;snake_eye;snake_forgotten_relic;snake_meat;snake_poison;snake_riverpearl;snake_riverweed 90 Decomposed fish decomposed_fish_01;decomposed_fish_02 5 Lost chance dice lost_chance_dice 5 +kashyyyk_forest_snake ELITE 1 100 Kashyyyk - Snake snake_blood;snake_brain;snake_egg;snake_eye;snake_forgotten_relic;snake_meat;snake_poison;snake_riverpearl;snake_riverweed;lost_chance_dice;decomposed_fish_01;decomposed_fish_02 80 Decomposed fish decomposed_fish_01;decomposed_fish_02 10 Lost chance dice lost_chance_dice 10 +kashyyyk_forest_snake BOSS 1 100 Kashyyyk - Snake snake_blood;snake_brain;snake_egg;snake_eye;snake_forgotten_relic;snake_meat;snake_poison;snake_riverpearl;snake_riverweed;lost_chance_dice;decomposed_fish_01;decomposed_fish_02 70 Decomposed fish decomposed_fish_01;decomposed_fish_02 15 Lost chance dice lost_chance_dice 15 +kashyyyk_forest_steelhoof NORMAL 1 100 Kashyyyk - Mouf mouf_paw_01;mouf_pelt_01 95 Kashyyyk Loot 4 ep3_loot_firestar;ep3_loot_void 5 +kashyyyk_forest_steelhoof ELITE 1 100 Kashyyyk - Mouf mouf_paw_01;mouf_pelt_01 90 Kashyyyk Loot 4 ep3_loot_firestar;ep3_loot_void 10 +kashyyyk_forest_steelhoof BOSS 1 100 Kashyyyk - Mouf mouf_paw_01;mouf_pelt_01 85 Kashyyyk Loot 4 ep3_loot_firestar;ep3_loot_void 15 +kashyyyk_forest_vesad NORMAL 1 100 Kashyyyk - Webweaver webweaver_poison_sac_01;webweaver_leg_01 90 Decomposed human decomposed_foot;decomposed_hand;decomposed_skull;decomposed_foot;decomposed_hand;decomposed_skull 5 Kashyyyk Loot 4 ep3_loot_firestar;ep3_loot_void 5 +kashyyyk_forest_vesad ELITE 1 100 Kashyyyk - Webweaver webweaver_poison_sac_01;webweaver_leg_01 80 Decomposed human decomposed_foot;decomposed_hand;decomposed_skull;decomposed_foot;decomposed_hand;decomposed_skull 10 Kashyyyk Loot 4 ep3_loot_firestar;ep3_loot_void 10 +kashyyyk_forest_vesad BOSS 1 100 Kashyyyk - Webweaver webweaver_poison_sac_01;webweaver_leg_01 70 Decomposed human decomposed_foot;decomposed_hand;decomposed_skull;decomposed_foot;decomposed_hand;decomposed_skull 15 Kashyyyk Loot 4 ep3_loot_firestar;ep3_loot_void 15 +kashyyyk_forest_warchief NORMAL 1 100 Kashyyyk - Kerritamba junk kerritamba_artifact;kerritamba_fruit;kerritamba_jaw;kerritamba_medallion;kerritamba_skull;kerritamba_spirits 100 +kashyyyk_forest_warchief ELITE 1 100 Kashyyyk - Kerritamba junk kerritamba_artifact;kerritamba_fruit;kerritamba_jaw;kerritamba_medallion;kerritamba_skull;kerritamba_spirits 100 +kashyyyk_forest_warchief BOSS 1 100 Kashyyyk - Kerritamba junk kerritamba_artifact;kerritamba_fruit;kerritamba_jaw;kerritamba_medallion;kerritamba_skull;kerritamba_spirits 100 +kashyyyk_jyykle_vulture NORMAL 1 100 Kashyyyk - Jyykle vulture jyykle_vulture_beak_01 100 +kashyyyk_jyykle_vulture ELITE 1 100 Kashyyyk - Jyykle vulture jyykle_vulture_beak_01 100 +kashyyyk_jyykle_vulture BOSS 1 100 Kashyyyk - Jyykle vulture jyykle_vulture_beak_01 100 +kashyyyk_kkryytch NORMAL 1 100 Kashyyyk - Kkryytch feather kkryytch_feather_01 100 +kashyyyk_kkryytch ELITE 1 100 Kashyyyk - Kkryytch feather kkryytch_feather_01 100 +kashyyyk_kkryytch BOSS 1 100 Kashyyyk - Kkryytch feather kkryytch_feather_01 100 +kashyyyk_minstyngar NORMAL 1 100 Kashyyyk - Minstyngar minstyngar_fang_01;minstyngar_horn_01 100 +kashyyyk_minstyngar ELITE 1 100 Kashyyyk - Minstyngar minstyngar_fang_01;minstyngar_horn_01 100 +kashyyyk_minstyngar BOSS 1 100 Kashyyyk - Minstyngar minstyngar_fang_01;minstyngar_horn_01 100 +kashyyyk_mouf NORMAL 1 100 Kashyyyk - Mouf mouf_paw_01;mouf_pelt_01 100 +kashyyyk_mouf ELITE 1 100 Kashyyyk - Mouf mouf_paw_01;mouf_pelt_01 100 +kashyyyk_mouf BOSS 1 100 Kashyyyk - Mouf mouf_paw_01;mouf_pelt_01 100 +kashyyyk_myyydril_deathswarm NORMAL 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 90 Kashyyyk Uwari uwari_blood;uwari_enzymes;uwari_fluid;uwari_larvae;uwari_leg;uwari_parasites;uwari_pincer;uwari_poison;uwari_poison_sac;uwari_rotting_meat 5 Kashyyyk Loot 5 ep3_loot_pestilence 5 +kashyyyk_myyydril_deathswarm ELITE 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 80 Kashyyyk Uwari uwari_blood;uwari_enzymes;uwari_fluid;uwari_larvae;uwari_leg;uwari_parasites;uwari_pincer;uwari_poison;uwari_poison_sac;uwari_rotting_meat 10 Kashyyyk Loot 5 ep3_loot_pestilence 10 +kashyyyk_myyydril_deathswarm BOSS 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 70 Kashyyyk Uwari uwari_blood;uwari_enzymes;uwari_fluid;uwari_larvae;uwari_leg;uwari_parasites;uwari_pincer;uwari_poison;uwari_poison_sac;uwari_rotting_meat 15 Kashyyyk Loot 5 ep3_loot_pestilence 15 +kashyyyk_myyydril_eviserator NORMAL 1 100 Kashyyyk - Mind pod mind_pod_eye;mind_pod_sac;mind_pod_brain;mind_pod_stomach;mind_pod_parasites;mind_pod_blood;mind_pod_guts;mind_pod_slime 90 Kashyyyk Naktra crystal naktra_crystal 5 Kashyyyk Loot 6 ep3_loot_retribution;ep3_loot_silencerbroken_bottle;runestone 5 +kashyyyk_myyydril_eviserator ELITE 1 100 Kashyyyk - Mind pod mind_pod_eye;mind_pod_sac;mind_pod_brain;mind_pod_stomach;mind_pod_parasites;mind_pod_blood;mind_pod_guts;mind_pod_slime 80 Kashyyyk Naktra crystal naktra_crystal 10 Kashyyyk Loot 6 ep3_loot_retribution;ep3_loot_silencerbroken_bottle;runestone 10 +kashyyyk_myyydril_eviserator BOSS 1 100 Kashyyyk - Mind pod mind_pod_eye;mind_pod_sac;mind_pod_brain;mind_pod_stomach;mind_pod_parasites;mind_pod_blood;mind_pod_guts;mind_pod_slime 70 Kashyyyk Naktra crystal naktra_crystal 15 Kashyyyk Loot 6 ep3_loot_retribution;ep3_loot_silencerbroken_bottle;runestone 15 +kashyyyk_myyydril_grievous NORMAL 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 90 Kashyyyk Loot 7 ep3_loot_necrosis;ep3_loot_ripper;ep3_loot_executer;ep3_loot_poisonspike;ep3_loot_darksting;ep3_loot_deathrain;ep3_loot_grievance;ep3_loot_nullifier;ep3_loot_retaliation;ep3_loot_calibrated;ep3_loot_dawnsorrow 5 Weapon Proton rifle rifle_proton 5 +kashyyyk_myyydril_grievous ELITE 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 80 Kashyyyk Loot 7 ep3_loot_necrosis;ep3_loot_ripper;ep3_loot_executer;ep3_loot_poisonspike;ep3_loot_darksting;ep3_loot_deathrain;ep3_loot_grievance;ep3_loot_nullifier;rifle_proton;ep3_loot_retaliation;ep3_loot_calibrated;ep3_loot_dawnsorrow 10 Weapon Proton rifle rifle_proton 10 +kashyyyk_myyydril_grievous BOSS 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 70 Kashyyyk Loot 7 ep3_loot_necrosis;ep3_loot_ripper;ep3_loot_executer;ep3_loot_poisonspike;ep3_loot_darksting;ep3_loot_deathrain;ep3_loot_grievance;ep3_loot_nullifier;rifle_proton;ep3_loot_retaliation;ep3_loot_calibrated;ep3_loot_dawnsorrow 15 Weapon Proton rifle rifle_proton 15 +kashyyyk_myyydril_nefarious NORMAL 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 90 Kashyyyk Mind pod mind_pod_eye;mind_pod_sac;mind_pod_brain;mind_pod_stomach;mind_pod_parasites;mind_pod_blood;mind_pod_guts;mind_pod_slime 5 Weapon Naktra rifle rifle_naktra_crystal 5 +kashyyyk_myyydril_nefarious ELITE 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 80 Kashyyyk Mind pod mind_pod_eye;mind_pod_sac;mind_pod_brain;mind_pod_stomach;mind_pod_parasites;mind_pod_blood;mind_pod_guts;mind_pod_slime 10 Weapon Naktra rifle rifle_naktra_crystal 10 +kashyyyk_myyydril_nefarious BOSS 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 70 Kashyyyk Mind pod mind_pod_eye;mind_pod_sac;mind_pod_brain;mind_pod_stomach;mind_pod_parasites;mind_pod_blood;mind_pod_guts;mind_pod_slime 15 Weapon Naktra rifle rifle_naktra_crystal 15 +kashyyyk_pug_jumper NORMAL 1 100 Kashyyyk - Pug jumper pug_jumper_tongue_01 100 +kashyyyk_pug_jumper ELITE 1 100 Kashyyyk - Pug jumper pug_jumper_tongue_01 100 +kashyyyk_pug_jumper BOSS 1 100 Kashyyyk - Pug jumper pug_jumper_tongue_01 100 +kashyyyk_roroo NORMAL 1 100 Kashyyyk - Roroo roroo_paw_01 100 +kashyyyk_roroo ELITE 1 100 Kashyyyk - Roroo roroo_paw_01 100 +kashyyyk_roroo BOSS 1 100 Kashyyyk - Roroo roroo_paw_01 100 +kashyyyk_sathog NORMAL 1 100 Kashyyyk - Sathog sathog_snout_01 100 +kashyyyk_sathog ELITE 1 100 Kashyyyk - Sathog sathog_snout_01 100 +kashyyyk_sathog BOSS 1 100 Kashyyyk - Sathog sathog_snout_01 100 +kashyyyk_sayormi NORMAL 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 80 Kashyyyk Sayormi blade archaic_sayormi_blade 15 Kashyyyk Loot weapons ep3_loot_sickle 5 +kashyyyk_sayormi ELITE 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 75 Kashyyyk Sayormi blade archaic_sayormi_blade 15 Kashyyyk Loot weapons ep3_loot_sickle 10 +kashyyyk_sayormi BOSS 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 70 Kashyyyk Sayormi blade archaic_sayormi_blade 15 Kashyyyk Loot weapons ep3_loot_sickle 15 +kashyyyk_sayormi_cyrans NORMAL 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 80 Kashyyyk Sayormi blade archaic_sayormi_blade 15 Kashyyyk Loot weapons ep3_loot_quicktrigger 5 +kashyyyk_sayormi_cyrans ELITE 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 75 Kashyyyk Sayormi blade archaic_sayormi_blade 15 Kashyyyk Loot weapons ep3_loot_quicktrigger 10 +kashyyyk_sayormi_cyrans BOSS 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 70 Kashyyyk Sayormi blade archaic_sayormi_blade 15 Kashyyyk Loot weapons ep3_loot_quicktrigger 15 +kashyyyk_sayormi_monk NORMAL 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 80 Kashyyyk Mystical junk mystical_scroll;mystical_tome;mystical_tome_01;mystical_tome_02;mystical_tome_03;mystical_tome_04 10 Kashyyyk Loot weapons ep3_loot_heartstriker 10 +kashyyyk_sayormi_monk ELITE 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 70 Kashyyyk Mystical junk mystical_scroll;mystical_tome;mystical_tome_01;mystical_tome_02;mystical_tome_03;mystical_tome_04 15 Kashyyyk Loot weapons ep3_loot_heartstriker 15 +kashyyyk_sayormi_monk BOSS 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 60 Kashyyyk Mystical junk mystical_scroll;mystical_tome;mystical_tome_01;mystical_tome_02;mystical_tome_03;mystical_tome_04 20 Kashyyyk Loot weapons ep3_loot_heartstriker 20 +kashyyyk_sayormi_queen NORMAL 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 90 Kashyyyk Loot weapons ep3_loot_soulstinger 10 +kashyyyk_sayormi_queen ELITE 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 85 Kashyyyk Loot weapons ep3_loot_soulstinger 15 +kashyyyk_sayormi_queen BOSS 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 80 Kashyyyk Loot weapons ep3_loot_soulstinger 20 +kashyyyk_sayormi_warrior NORMAL 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 80 Kashyyyk Sayormi weapons archaic_sayormi_blade;sacrificial_knife 10 Kashyyyk Loot weapons ep3_loot_lifeblood;ep3_loot_strike 10 +kashyyyk_sayormi_warrior ELITE 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 75 Kashyyyk Sayormi weapons archaic_sayormi_blade;sacrificial_knife 15 Kashyyyk Loot weapons ep3_loot_lifeblood;ep3_loot_strike 10 +kashyyyk_sayormi_warrior BOSS 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 70 Kashyyyk Sayormi weapons archaic_sayormi_blade;sacrificial_knife 20 Kashyyyk Loot weapons ep3_loot_lifeblood;ep3_loot_strike 10 +kashyyyk_sayormi_witch NORMAL 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 80 Kashyyyk Sayormi witch orange_potion;potion_component_01;potion_component_02;potion_component_03;purple_potion;red_potion;scarecrow_toy;voodoo_bag;white_potion 10 Kashyyyk Loot weapons ep3_loot_blackbane 10 +kashyyyk_sayormi_witch ELITE 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 75 Kashyyyk Sayormi witch orange_potion;potion_component_01;potion_component_02;potion_component_03;purple_potion;red_potion;scarecrow_toy;voodoo_bag;white_potion 15 Kashyyyk Loot weapons ep3_loot_blackbane 10 +kashyyyk_sayormi_witch BOSS 1 100 Kashyyyk - Sayormi junk black_potion;corrupted_fruit;glow_stick;sayormi_heart;sayormi_silk 70 Kashyyyk Sayormi witch orange_potion;potion_component_01;potion_component_02;potion_component_03;purple_potion;red_potion;scarecrow_toy;voodoo_bag;white_potion 20 Kashyyyk Loot weapons ep3_loot_blackbane 10 +kashyyyk_uller NORMAL 1 100 Kashyyyk - Horn uller_horn_01 50 Kashyyyk Teeth uller_teeth_01 50 +kashyyyk_uller ELITE 1 100 Kashyyyk - Horn uller_horn_01 50 Kashyyyk Teeth uller_teeth_01 50 +kashyyyk_uller BOSS 1 100 Kashyyyk - Horn uller_horn_01 50 Kashyyyk Teeth uller_teeth_01 50 +kashyyyk_urnsoris NORMAL 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 50 Kashyyyk Mind pod mind_pod_eye;mind_pod_sac;mind_pod_brain;mind_pod_stomach;mind_pod_parasites;mind_pod_blood;mind_pod_guts;mind_pod_slime 50 +kashyyyk_urnsoris ELITE 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 50 Kashyyyk Mind pod mind_pod_eye;mind_pod_sac;mind_pod_brain;mind_pod_stomach;mind_pod_parasites;mind_pod_blood;mind_pod_guts;mind_pod_slime 50 +kashyyyk_urnsoris BOSS 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 50 Kashyyyk Mind pod mind_pod_eye;mind_pod_sac;mind_pod_brain;mind_pod_stomach;mind_pod_parasites;mind_pod_blood;mind_pod_guts;mind_pod_slime 50 +kashyyyk_uwari NORMAL 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 50 Kashyyyk Uwari uwari_blood;uwari_enzymes;uwari_fluid;uwari_larvae;uwari_leg;uwari_parasites;uwari_pincer;uwari_poison;uwari_poison_sac;uwari_rotting_meat 50 +kashyyyk_uwari ELITE 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 50 Kashyyyk Uwari uwari_blood;uwari_enzymes;uwari_fluid;uwari_larvae;uwari_leg;uwari_parasites;uwari_pincer;uwari_poison;uwari_poison_sac;uwari_rotting_meat 50 +kashyyyk_uwari BOSS 1 100 Kashyyyk - Adventurer remains adventurers_remains_01;adventurers_remains_02;adventurers_remains_03;adventurers_remains_04;adventurers_remains_05;adventurers_remains_06 50 Kashyyyk Uwari uwari_blood;uwari_enzymes;uwari_fluid;uwari_larvae;uwari_leg;uwari_parasites;uwari_pincer;uwari_poison;uwari_poison_sac;uwari_rotting_meat 50 +kashyyyk_varactyl NORMAL 1 100 Kashyyyk - Varactyl varactyl_claw_01;varactyl_feather_01 100 +kashyyyk_varactyl ELITE 1 100 Kashyyyk - Varactyl varactyl_claw_01;varactyl_feather_01 100 +kashyyyk_varactyl BOSS 1 100 Kashyyyk - Varactyl varactyl_claw_01;varactyl_feather_01 100 +kashyyyk_walluga NORMAL 1 100 Kashyyyk - Walluga walluga_ear_01;walluga_foot_01 100 +kashyyyk_walluga ELITE 1 100 Kashyyyk - Walluga walluga_ear_01;walluga_foot_01 100 +kashyyyk_walluga BOSS 1 100 Kashyyyk - Walluga walluga_ear_01;walluga_foot_01 100 +kashyyyk_webweaver NORMAL 1 100 Kashyyyk - Leg webweaver_leg_01 50 Kashyyyk Poison sac webweaver_poison_sac_01 50 +kashyyyk_webweaver ELITE 1 100 Kashyyyk - Leg webweaver_leg_01 50 Kashyyyk Poison sac webweaver_poison_sac_01 50 +kashyyyk_webweaver BOSS 1 100 Kashyyyk - Leg webweaver_leg_01 50 Kashyyyk Poison sac webweaver_poison_sac_01 50 +kashyyyk_wke_resistance NORMAL 1 100 WIP dynamic_work_in_progress 95 Kashyyyk Component Bowcaster object/tangible/component/weapon/quest/blaster_power_handler_faux_bowcaster.iff 5 +kashyyyk_wke_resistance ELITE 1 100 WIP dynamic_work_in_progress 90 Kashyyyk Component Bowcaster object/tangible/component/weapon/quest/blaster_power_handler_faux_bowcaster.iff 10 +kashyyyk_wke_resistance BOSS 1 100 WIP dynamic_work_in_progress 85 Kashyyyk Component Bowcaster object/tangible/component/weapon/quest/blaster_power_handler_faux_bowcaster.iff 15 +kashyyyk_wke_resistance_commando NORMAL 1 100 WIP dynamic_work_in_progress 95 Kashyyyk Component Bowcaster object/tangible/component/weapon/quest/blaster_power_handler_faux_bowcaster.iff 5 +kashyyyk_wke_resistance_commando ELITE 1 100 WIP dynamic_work_in_progress 90 Kashyyyk Component Bowcaster object/tangible/component/weapon/quest/blaster_power_handler_faux_bowcaster.iff 10 +kashyyyk_wke_resistance_commando BOSS 1 100 WIP dynamic_work_in_progress 85 Kashyyyk Component Bowcaster object/tangible/component/weapon/quest/blaster_power_handler_faux_bowcaster.iff 15 +kashyyyk_wke_resistance_leader NORMAL 1 100 WIP dynamic_work_in_progress 95 Kashyyyk Component Bowcaster object/tangible/component/weapon/quest/blaster_power_handler_faux_bowcaster.iff 5 +kashyyyk_wke_resistance_leader ELITE 1 100 WIP dynamic_work_in_progress 90 Kashyyyk Component Bowcaster object/tangible/component/weapon/quest/blaster_power_handler_faux_bowcaster.iff 10 +kashyyyk_wke_resistance_leader BOSS 1 100 WIP dynamic_work_in_progress 85 Kashyyyk Component Bowcaster object/tangible/component/weapon/quest/blaster_power_handler_faux_bowcaster.iff 15 +lok_dune_kimogila NORMAL 1 100 WIP dynamic_work_in_progress 95 Lok Kimogial scale object/tangible/component/armor/scale_giant_dune_kimogila.iff 5 +lok_dune_kimogila ELITE 1 100 WIP dynamic_work_in_progress 90 Lok Kimogial scale object/tangible/component/armor/scale_giant_dune_kimogila.iff 10 +lok_dune_kimogila BOSS 1 100 WIP dynamic_work_in_progress 85 Lok Kimogial scale object/tangible/component/armor/scale_giant_dune_kimogila.iff 15 +lok_gurk_king NORMAL 1 100 WIP dynamic_work_in_progress 95 Lok Gurk hide object/tangible/component/armor/hide_gurk_king.iff 5 +lok_gurk_king ELITE 1 100 WIP dynamic_work_in_progress 90 Lok Gurk hide object/tangible/component/armor/hide_gurk_king.iff 10 +lok_gurk_king BOSS 1 100 WIP dynamic_work_in_progress 85 Lok Gurk hide object/tangible/component/armor/hide_gurk_king.iff 15 +loot_common_bounty NORMAL 1 100 WIP dynamic_work_in_progress 100 +loot_common_bounty ELITE 1 100 WIP dynamic_work_in_progress 100 +loot_common_bounty BOSS 1 100 WIP dynamic_work_in_progress 100 +loot_common_creature NORMAL 1 100 Creature - Junk item_junk_creature_1thru10_01_01;item_junk_creature_1thru10_01_02;item_junk_creature_1thru10_01_03;item_junk_creature_1thru10_01_04;item_junk_creature_1thru10_01_05item_junk_creature_11thru20_01_01;item_junk_creature_11thru20_01_02;item_junk_creature_11thru20_01_03;item_junk_creature_11thru20_01_04;item_junk_creature_11thru20_01_05item_junk_creature_21thru30_01_01;item_junk_creature_21thru30_01_02;item_junk_creature_21thru30_01_03;item_junk_creature_21thru30_01_04;item_junk_creature_21thru30_01_05item_junk_creature_31thru40_01_01;item_junk_creature_31thru40_01_02;item_junk_creature_31thru40_01_03;item_junk_creature_31thru40_01_04;item_junk_creature_31thru40_01_05item_junk_creature_41thru50_01_01;item_junk_creature_41thru50_01_02;item_junk_creature_41thru50_01_03;item_junk_creature_41thru50_01_04;item_junk_creature_41thru50_01_05item_junk_creature_51thru60_01_01;item_junk_creature_51thru60_01_02;item_junk_creature_51thru60_01_03;item_junk_creature_51thru60_01_04;item_junk_creature_51thru60_01_05item_junk_creature_61thru70_01_01;item_junk_creature_61thru70_01_02;item_junk_creature_61thru70_01_03;item_junk_creature_61thru70_01_04;item_junk_creature_61thru70_01_05item_junk_creature_71thru80_01_01;item_junk_creature_71thru80_01_02;item_junk_creature_71thru80_01_03;item_junk_creature_71thru80_01_04;item_junk_creature_71thru80_01_05item_junk_creature_81thru90_01_01;item_junk_creature_81thru90_01_02;item_junk_creature_81thru90_01_03;item_junk_creature_81thru90_01_04;item_junk_creature_81thru90_01_05 100 +loot_common_creature ELITE 1 100 Creature - Junk item_junk_creature_1thru10_01_01;item_junk_creature_1thru10_01_02;item_junk_creature_1thru10_01_03;item_junk_creature_1thru10_01_04;item_junk_creature_1thru10_01_05item_junk_creature_11thru20_01_01;item_junk_creature_11thru20_01_02;item_junk_creature_11thru20_01_03;item_junk_creature_11thru20_01_04;item_junk_creature_11thru20_01_05item_junk_creature_21thru30_01_01;item_junk_creature_21thru30_01_02;item_junk_creature_21thru30_01_03;item_junk_creature_21thru30_01_04;item_junk_creature_21thru30_01_05item_junk_creature_31thru40_01_01;item_junk_creature_31thru40_01_02;item_junk_creature_31thru40_01_03;item_junk_creature_31thru40_01_04;item_junk_creature_31thru40_01_05item_junk_creature_41thru50_01_01;item_junk_creature_41thru50_01_02;item_junk_creature_41thru50_01_03;item_junk_creature_41thru50_01_04;item_junk_creature_41thru50_01_05item_junk_creature_51thru60_01_01;item_junk_creature_51thru60_01_02;item_junk_creature_51thru60_01_03;item_junk_creature_51thru60_01_04;item_junk_creature_51thru60_01_05item_junk_creature_61thru70_01_01;item_junk_creature_61thru70_01_02;item_junk_creature_61thru70_01_03;item_junk_creature_61thru70_01_04;item_junk_creature_61thru70_01_05item_junk_creature_71thru80_01_01;item_junk_creature_71thru80_01_02;item_junk_creature_71thru80_01_03;item_junk_creature_71thru80_01_04;item_junk_creature_71thru80_01_05item_junk_creature_81thru90_01_01;item_junk_creature_81thru90_01_02;item_junk_creature_81thru90_01_03;item_junk_creature_81thru90_01_04;item_junk_creature_81thru90_01_05 100 +loot_common_creature BOSS 1 100 Creature - Junk item_junk_creature_1thru10_01_01;item_junk_creature_1thru10_01_02;item_junk_creature_1thru10_01_03;item_junk_creature_1thru10_01_04;item_junk_creature_1thru10_01_05item_junk_creature_11thru20_01_01;item_junk_creature_11thru20_01_02;item_junk_creature_11thru20_01_03;item_junk_creature_11thru20_01_04;item_junk_creature_11thru20_01_05item_junk_creature_21thru30_01_01;item_junk_creature_21thru30_01_02;item_junk_creature_21thru30_01_03;item_junk_creature_21thru30_01_04;item_junk_creature_21thru30_01_05item_junk_creature_31thru40_01_01;item_junk_creature_31thru40_01_02;item_junk_creature_31thru40_01_03;item_junk_creature_31thru40_01_04;item_junk_creature_31thru40_01_05item_junk_creature_41thru50_01_01;item_junk_creature_41thru50_01_02;item_junk_creature_41thru50_01_03;item_junk_creature_41thru50_01_04;item_junk_creature_41thru50_01_05item_junk_creature_51thru60_01_01;item_junk_creature_51thru60_01_02;item_junk_creature_51thru60_01_03;item_junk_creature_51thru60_01_04;item_junk_creature_51thru60_01_05item_junk_creature_61thru70_01_01;item_junk_creature_61thru70_01_02;item_junk_creature_61thru70_01_03;item_junk_creature_61thru70_01_04;item_junk_creature_61thru70_01_05item_junk_creature_71thru80_01_01;item_junk_creature_71thru80_01_02;item_junk_creature_71thru80_01_03;item_junk_creature_71thru80_01_04;item_junk_creature_71thru80_01_05item_junk_creature_81thru90_01_01;item_junk_creature_81thru90_01_02;item_junk_creature_81thru90_01_03;item_junk_creature_81thru90_01_04;item_junk_creature_81thru90_01_05 100 +loot_common_droid NORMAL 1 100 Droid - Junk item_junk_droid_1thru5_01_01;item_junk_droid_1thru5_01_02;item_junk_droid_1thru5_01_03;item_junk_droid_1thru5_01_04;item_junk_droid_1thru5_01_05;item_junk_droid_6thru10_01_01;item_junk_droid_6thru10_01_02;item_junk_droid_6thru10_01_03;item_junk_droid_6thru10_01_04;item_junk_droid_6thru10_01_05item_junk_droid_11thru15_01_01;item_junk_droid_11thru15_01_02;item_junk_droid_11thru15_01_03;item_junk_droid_11thru15_01_04;item_junk_droid_11thru15_01_05;item_junk_droid_16thru20_01_01;item_junk_droid_16thru20_01_02;item_junk_droid_16thru20_01_03;item_junk_droid_16thru20_01_04;item_junk_droid_16thru20_01_05item_junk_droid_21thru25_01_01;item_junk_droid_21thru25_01_02;item_junk_droid_21thru25_01_03;item_junk_droid_21thru25_01_04;item_junk_droid_21thru25_01_05;item_junk_droid_26thru30_01_01;item_junk_droid_26thru30_01_02;item_junk_droid_26thru30_01_03;item_junk_droid_26thru30_01_04;item_junk_droid_26thru30_01_05item_junk_droid_31thru35_01_01;item_junk_droid_31thru35_01_02;item_junk_droid_31thru35_01_03;item_junk_droid_31thru35_01_04;item_junk_droid_31thru35_01_05;item_junk_droid_36thru40_01_01;item_junk_droid_36thru40_01_02;item_junk_droid_36thru40_01_03;item_junk_droid_36thru40_01_04;item_junk_droid_36thru40_01_05item_junk_droid_41thru45_01_01;item_junk_droid_41thru45_01_02;item_junk_droid_41thru45_01_03;item_junk_droid_41thru45_01_04;item_junk_droid_41thru45_01_05;item_junk_droid_46thru50_01_01;item_junk_droid_46thru50_01_02;item_junk_droid_46thru50_01_03;item_junk_droid_46thru50_01_04;item_junk_droid_46thru50_01_05item_junk_droid_51thru55_01_01;item_junk_droid_51thru55_01_02;item_junk_droid_51thru55_01_03;item_junk_droid_51thru55_01_04;item_junk_droid_51thru55_01_05;item_junk_droid_56thru60_01_01;item_junk_droid_56thru60_01_02;item_junk_droid_56thru60_01_03;item_junk_droid_56thru60_01_04;item_junk_droid_56thru60_01_05item_junk_droid_61thru65_01_01;item_junk_droid_61thru65_01_02;item_junk_droid_61thru65_01_03;item_junk_droid_61thru65_01_04;item_junk_droid_61thru65_01_05;item_junk_droid_66thru70_01_01;item_junk_droid_66thru70_01_02;item_junk_droid_66thru70_01_03;item_junk_droid_66thru70_01_04;item_junk_droid_66thru70_01_05item_junk_droid_71thru75_01_01;item_junk_droid_71thru75_01_02;item_junk_droid_71thru75_01_03;item_junk_droid_71thru75_01_04;item_junk_droid_71thru75_01_05;item_junk_droid_76thru82_01_01;item_junk_droid_76thru82_01_02;item_junk_droid_76thru82_01_03;item_junk_droid_76thru82_01_04;item_junk_droid_76thru82_01_05item_junk_droid_83plus_01_01;item_junk_droid_83plus_01_02;item_junk_droid_83plus_01_03;item_junk_droid_83plus_01_04;item_junk_droid_83plus_01_05 100 +loot_common_droid ELITE 1 100 Droid - Junk item_junk_droid_1thru5_01_01;item_junk_droid_1thru5_01_02;item_junk_droid_1thru5_01_03;item_junk_droid_1thru5_01_04;item_junk_droid_1thru5_01_05;item_junk_droid_6thru10_01_01;item_junk_droid_6thru10_01_02;item_junk_droid_6thru10_01_03;item_junk_droid_6thru10_01_04;item_junk_droid_6thru10_01_05item_junk_droid_11thru15_01_01;item_junk_droid_11thru15_01_02;item_junk_droid_11thru15_01_03;item_junk_droid_11thru15_01_04;item_junk_droid_11thru15_01_05;item_junk_droid_16thru20_01_01;item_junk_droid_16thru20_01_02;item_junk_droid_16thru20_01_03;item_junk_droid_16thru20_01_04;item_junk_droid_16thru20_01_05item_junk_droid_21thru25_01_01;item_junk_droid_21thru25_01_02;item_junk_droid_21thru25_01_03;item_junk_droid_21thru25_01_04;item_junk_droid_21thru25_01_05;item_junk_droid_26thru30_01_01;item_junk_droid_26thru30_01_02;item_junk_droid_26thru30_01_03;item_junk_droid_26thru30_01_04;item_junk_droid_26thru30_01_05item_junk_droid_31thru35_01_01;item_junk_droid_31thru35_01_02;item_junk_droid_31thru35_01_03;item_junk_droid_31thru35_01_04;item_junk_droid_31thru35_01_05;item_junk_droid_36thru40_01_01;item_junk_droid_36thru40_01_02;item_junk_droid_36thru40_01_03;item_junk_droid_36thru40_01_04;item_junk_droid_36thru40_01_05item_junk_droid_41thru45_01_01;item_junk_droid_41thru45_01_02;item_junk_droid_41thru45_01_03;item_junk_droid_41thru45_01_04;item_junk_droid_41thru45_01_05;item_junk_droid_46thru50_01_01;item_junk_droid_46thru50_01_02;item_junk_droid_46thru50_01_03;item_junk_droid_46thru50_01_04;item_junk_droid_46thru50_01_05item_junk_droid_51thru55_01_01;item_junk_droid_51thru55_01_02;item_junk_droid_51thru55_01_03;item_junk_droid_51thru55_01_04;item_junk_droid_51thru55_01_05;item_junk_droid_56thru60_01_01;item_junk_droid_56thru60_01_02;item_junk_droid_56thru60_01_03;item_junk_droid_56thru60_01_04;item_junk_droid_56thru60_01_05item_junk_droid_61thru65_01_01;item_junk_droid_61thru65_01_02;item_junk_droid_61thru65_01_03;item_junk_droid_61thru65_01_04;item_junk_droid_61thru65_01_05;item_junk_droid_66thru70_01_01;item_junk_droid_66thru70_01_02;item_junk_droid_66thru70_01_03;item_junk_droid_66thru70_01_04;item_junk_droid_66thru70_01_05item_junk_droid_71thru75_01_01;item_junk_droid_71thru75_01_02;item_junk_droid_71thru75_01_03;item_junk_droid_71thru75_01_04;item_junk_droid_71thru75_01_05;item_junk_droid_76thru82_01_01;item_junk_droid_76thru82_01_02;item_junk_droid_76thru82_01_03;item_junk_droid_76thru82_01_04;item_junk_droid_76thru82_01_05item_junk_droid_83plus_01_01;item_junk_droid_83plus_01_02;item_junk_droid_83plus_01_03;item_junk_droid_83plus_01_04;item_junk_droid_83plus_01_05 100 +loot_common_droid BOSS 1 100 Droid - Junk item_junk_droid_1thru5_01_01;item_junk_droid_1thru5_01_02;item_junk_droid_1thru5_01_03;item_junk_droid_1thru5_01_04;item_junk_droid_1thru5_01_05;item_junk_droid_6thru10_01_01;item_junk_droid_6thru10_01_02;item_junk_droid_6thru10_01_03;item_junk_droid_6thru10_01_04;item_junk_droid_6thru10_01_05item_junk_droid_11thru15_01_01;item_junk_droid_11thru15_01_02;item_junk_droid_11thru15_01_03;item_junk_droid_11thru15_01_04;item_junk_droid_11thru15_01_05;item_junk_droid_16thru20_01_01;item_junk_droid_16thru20_01_02;item_junk_droid_16thru20_01_03;item_junk_droid_16thru20_01_04;item_junk_droid_16thru20_01_05item_junk_droid_21thru25_01_01;item_junk_droid_21thru25_01_02;item_junk_droid_21thru25_01_03;item_junk_droid_21thru25_01_04;item_junk_droid_21thru25_01_05;item_junk_droid_26thru30_01_01;item_junk_droid_26thru30_01_02;item_junk_droid_26thru30_01_03;item_junk_droid_26thru30_01_04;item_junk_droid_26thru30_01_05item_junk_droid_31thru35_01_01;item_junk_droid_31thru35_01_02;item_junk_droid_31thru35_01_03;item_junk_droid_31thru35_01_04;item_junk_droid_31thru35_01_05;item_junk_droid_36thru40_01_01;item_junk_droid_36thru40_01_02;item_junk_droid_36thru40_01_03;item_junk_droid_36thru40_01_04;item_junk_droid_36thru40_01_05item_junk_droid_41thru45_01_01;item_junk_droid_41thru45_01_02;item_junk_droid_41thru45_01_03;item_junk_droid_41thru45_01_04;item_junk_droid_41thru45_01_05;item_junk_droid_46thru50_01_01;item_junk_droid_46thru50_01_02;item_junk_droid_46thru50_01_03;item_junk_droid_46thru50_01_04;item_junk_droid_46thru50_01_05item_junk_droid_51thru55_01_01;item_junk_droid_51thru55_01_02;item_junk_droid_51thru55_01_03;item_junk_droid_51thru55_01_04;item_junk_droid_51thru55_01_05;item_junk_droid_56thru60_01_01;item_junk_droid_56thru60_01_02;item_junk_droid_56thru60_01_03;item_junk_droid_56thru60_01_04;item_junk_droid_56thru60_01_05item_junk_droid_61thru65_01_01;item_junk_droid_61thru65_01_02;item_junk_droid_61thru65_01_03;item_junk_droid_61thru65_01_04;item_junk_droid_61thru65_01_05;item_junk_droid_66thru70_01_01;item_junk_droid_66thru70_01_02;item_junk_droid_66thru70_01_03;item_junk_droid_66thru70_01_04;item_junk_droid_66thru70_01_05item_junk_droid_71thru75_01_01;item_junk_droid_71thru75_01_02;item_junk_droid_71thru75_01_03;item_junk_droid_71thru75_01_04;item_junk_droid_71thru75_01_05;item_junk_droid_76thru82_01_01;item_junk_droid_76thru82_01_02;item_junk_droid_76thru82_01_03;item_junk_droid_76thru82_01_04;item_junk_droid_76thru82_01_05item_junk_droid_83plus_01_01;item_junk_droid_83plus_01_02;item_junk_droid_83plus_01_03;item_junk_droid_83plus_01_04;item_junk_droid_83plus_01_05 100 +loot_common_force_dark NORMAL 1 10 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 98 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 2 +loot_common_force_dark NORMAL 11 20 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 98 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 2 +loot_common_force_dark NORMAL 21 30 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 96 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 4 +loot_common_force_dark NORMAL 31 40 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 96 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 4 +loot_common_force_dark NORMAL 41 50 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 94 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 6 +loot_common_force_dark NORMAL 51 60 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 94 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 6 +loot_common_force_dark NORMAL 61 70 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 92 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 8 +loot_common_force_dark NORMAL 71 80 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 92 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05;item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 8 +loot_common_force_dark NORMAL 81 100 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 90 Power Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 10 +loot_common_force_dark ELITE 1 10 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 98 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 2 +loot_common_force_dark ELITE 11 20 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 98 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 2 +loot_common_force_dark ELITE 21 30 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 96 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 4 +loot_common_force_dark ELITE 31 40 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 96 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 4 +loot_common_force_dark ELITE 41 50 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 94 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 6 +loot_common_force_dark ELITE 51 60 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 94 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 6 +loot_common_force_dark ELITE 61 70 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 92 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 8 +loot_common_force_dark ELITE 71 80 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 92 Power Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 8 +loot_common_force_dark ELITE 81 100 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 90 Power Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 10 +loot_common_force_dark BOSS 1 10 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 98 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 2 +loot_common_force_dark BOSS 11 20 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 98 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 2 +loot_common_force_dark BOSS 21 30 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 96 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 4 +loot_common_force_dark BOSS 31 40 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 96 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 4 +loot_common_force_dark BOSS 41 50 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 94 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 6 +loot_common_force_dark BOSS 51 60 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 94 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 6 +loot_common_force_dark BOSS 61 70 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 92 Power Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 8 +loot_common_force_dark BOSS 71 80 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 92 Power Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 8 +loot_common_force_dark BOSS 81 100 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 90 Power Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 10 +loot_common_force_light NORMAL 1 10 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 98 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 2 +loot_common_force_light NORMAL 11 20 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 98 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 2 +loot_common_force_light NORMAL 21 30 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 96 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 4 +loot_common_force_light NORMAL 31 40 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 96 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 4 +loot_common_force_light NORMAL 41 50 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 94 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 6 +loot_common_force_light NORMAL 51 60 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 94 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 6 +loot_common_force_light NORMAL 61 70 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 92 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 8 +loot_common_force_light NORMAL 71 80 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 92 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05;item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 8 +loot_common_force_light NORMAL 81 100 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 90 Power Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 10 +loot_common_force_light ELITE 1 10 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 98 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 2 +loot_common_force_light ELITE 11 20 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 98 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 2 +loot_common_force_light ELITE 21 30 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 96 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 4 +loot_common_force_light ELITE 31 40 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 96 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 4 +loot_common_force_light ELITE 41 50 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 94 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 6 +loot_common_force_light ELITE 51 60 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 94 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 6 +loot_common_force_light ELITE 61 70 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 92 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 8 +loot_common_force_light ELITE 71 80 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 92 Power Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 8 +loot_common_force_light ELITE 81 100 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 90 Power Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 10 +loot_common_force_light BOSS 1 10 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 98 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 2 +loot_common_force_light BOSS 11 20 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 98 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 2 +loot_common_force_light BOSS 21 30 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 96 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 4 +loot_common_force_light BOSS 31 40 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 96 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 4 +loot_common_force_light BOSS 41 50 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 94 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 6 +loot_common_force_light BOSS 51 60 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 94 Power crystal Low item_power_crystal_04_01;item_power_crystal_04_02;item_power_crystal_04_03;item_power_crystal_04_04;item_power_crystal_04_05 6 +loot_common_force_light BOSS 61 70 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 92 Power Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 8 +loot_common_force_light BOSS 71 80 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 92 Power Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 8 +loot_common_force_light BOSS 81 100 Color crystal item_color_crystal_02_00;item_color_crystal_02_01;item_color_crystal_02_02;item_color_crystal_02_03;item_color_crystal_02_04;item_color_crystal_02_05;item_color_crystal_02_06;item_color_crystal_02_07;item_color_crystal_02_08;item_color_crystal_02_09;item_color_crystal_02_10;item_color_crystal_02_11 90 Power Crystal Medium item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 10 +loot_common_insect NORMAL 1 100 Insect - Junk item_junk_insect_1thru10_01_01;item_junk_insect_1thru10_01_02;item_junk_insect_1thru10_01_03;item_junk_insect_1thru10_01_04;item_junk_insect_1thru10_01_05item_junk_insect_11thru20_01_01;item_junk_insect_11thru20_01_02;item_junk_insect_11thru20_01_03;item_junk_insect_11thru20_01_04;item_junk_insect_11thru20_01_05item_junk_insect_21thru30_01_01;item_junk_insect_21thru30_01_02;item_junk_insect_21thru30_01_03;item_junk_insect_21thru30_01_04;item_junk_insect_21thru30_01_05item_junk_insect_31thru40_01_01;item_junk_insect_31thru40_01_02;item_junk_insect_31thru40_01_03;item_junk_insect_31thru40_01_04;item_junk_insect_31thru40_01_05item_junk_insect_41thru50_01_01;item_junk_insect_41thru50_01_02;item_junk_insect_41thru50_01_03;item_junk_insect_41thru50_01_04;item_junk_insect_41thru50_01_05item_junk_insect_51thru60_01_01;item_junk_insect_51thru60_01_02;item_junk_insect_51thru60_01_03;item_junk_insect_51thru60_01_04;item_junk_insect_51thru60_01_05item_junk_insect_61thru70_01_01;item_junk_insect_61thru70_01_02;item_junk_insect_61thru70_01_03;item_junk_insect_61thru70_01_04;item_junk_insect_61thru70_01_05item_junk_insect_71thru80_01_01;item_junk_insect_71thru80_01_02;item_junk_insect_71thru80_01_03;item_junk_insect_71thru80_01_04;item_junk_insect_71thru80_01_05item_junk_insect_81thru90_01_01;item_junk_insect_81thru90_01_02;item_junk_insect_81thru90_01_03;item_junk_insect_81thru90_01_04;item_junk_insect_81thru90_01_05 100 +loot_common_insect ELITE 1 100 Insect - Junk item_junk_insect_1thru10_01_01;item_junk_insect_1thru10_01_02;item_junk_insect_1thru10_01_03;item_junk_insect_1thru10_01_04;item_junk_insect_1thru10_01_05item_junk_insect_11thru20_01_01;item_junk_insect_11thru20_01_02;item_junk_insect_11thru20_01_03;item_junk_insect_11thru20_01_04;item_junk_insect_11thru20_01_05item_junk_insect_21thru30_01_01;item_junk_insect_21thru30_01_02;item_junk_insect_21thru30_01_03;item_junk_insect_21thru30_01_04;item_junk_insect_21thru30_01_05item_junk_insect_31thru40_01_01;item_junk_insect_31thru40_01_02;item_junk_insect_31thru40_01_03;item_junk_insect_31thru40_01_04;item_junk_insect_31thru40_01_05item_junk_insect_41thru50_01_01;item_junk_insect_41thru50_01_02;item_junk_insect_41thru50_01_03;item_junk_insect_41thru50_01_04;item_junk_insect_41thru50_01_05item_junk_insect_51thru60_01_01;item_junk_insect_51thru60_01_02;item_junk_insect_51thru60_01_03;item_junk_insect_51thru60_01_04;item_junk_insect_51thru60_01_05item_junk_insect_61thru70_01_01;item_junk_insect_61thru70_01_02;item_junk_insect_61thru70_01_03;item_junk_insect_61thru70_01_04;item_junk_insect_61thru70_01_05item_junk_insect_71thru80_01_01;item_junk_insect_71thru80_01_02;item_junk_insect_71thru80_01_03;item_junk_insect_71thru80_01_04;item_junk_insect_71thru80_01_05item_junk_insect_81thru90_01_01;item_junk_insect_81thru90_01_02;item_junk_insect_81thru90_01_03;item_junk_insect_81thru90_01_04;item_junk_insect_81thru90_01_05 100 +loot_common_insect BOSS 1 100 Insect - Junk item_junk_insect_1thru10_01_01;item_junk_insect_1thru10_01_02;item_junk_insect_1thru10_01_03;item_junk_insect_1thru10_01_04;item_junk_insect_1thru10_01_05item_junk_insect_11thru20_01_01;item_junk_insect_11thru20_01_02;item_junk_insect_11thru20_01_03;item_junk_insect_11thru20_01_04;item_junk_insect_11thru20_01_05item_junk_insect_21thru30_01_01;item_junk_insect_21thru30_01_02;item_junk_insect_21thru30_01_03;item_junk_insect_21thru30_01_04;item_junk_insect_21thru30_01_05item_junk_insect_31thru40_01_01;item_junk_insect_31thru40_01_02;item_junk_insect_31thru40_01_03;item_junk_insect_31thru40_01_04;item_junk_insect_31thru40_01_05item_junk_insect_41thru50_01_01;item_junk_insect_41thru50_01_02;item_junk_insect_41thru50_01_03;item_junk_insect_41thru50_01_04;item_junk_insect_41thru50_01_05item_junk_insect_51thru60_01_01;item_junk_insect_51thru60_01_02;item_junk_insect_51thru60_01_03;item_junk_insect_51thru60_01_04;item_junk_insect_51thru60_01_05item_junk_insect_61thru70_01_01;item_junk_insect_61thru70_01_02;item_junk_insect_61thru70_01_03;item_junk_insect_61thru70_01_04;item_junk_insect_61thru70_01_05item_junk_insect_71thru80_01_01;item_junk_insect_71thru80_01_02;item_junk_insect_71thru80_01_03;item_junk_insect_71thru80_01_04;item_junk_insect_71thru80_01_05item_junk_insect_81thru90_01_01;item_junk_insect_81thru90_01_02;item_junk_insect_81thru90_01_03;item_junk_insect_81thru90_01_04;item_junk_insect_81thru90_01_05 100 +loot_common_npc NORMAL 1 10 NPC - Junk item_junk_npc_1thru5_01_01;item_junk_npc_1thru5_01_02;item_junk_npc_1thru5_01_03;item_junk_npc_1thru5_01_04;item_junk_npc_1thru5_01_05;item_junk_npc_6thru10_01_01;item_junk_npc_6thru10_01_02;item_junk_npc_6thru10_01_03;item_junk_npc_6thru10_01_04;item_junk_npc_6thru10_01_05 98 Simple Kit object/tangible/loot/simple_kit/wiring_red.iff;object/tangible/loot/simple_kit/battery_cheap_copper.iff;object/tangible/loot/simple_kit/wiring_blue.iff;object/tangible/loot/simple_kit/pulverizer.iff;object/tangible/loot/simple_kit/feed_tubes.iff;object/tangible/loot/simple_kit/processor_attachments.iff;object/tangible/loot/simple_kit/spinning_blade.iff;object/tangible/loot/simple_kit/motor_small_blue.iff;object/tangible/loot/simple_kit/motor_small_red.iff;object/tangible/loot/simple_kit/heating_element.iff 2 +loot_common_npc NORMAL 11 20 NPC - Junk item_junk_npc_11thru20_01_01;item_junk_npc_11thru20_01_02;item_junk_npc_11thru20_01_03;item_junk_npc_11thru20_01_04;item_junk_npc_11thru20_01_05 98 Simple Kit object/tangible/loot/simple_kit/wiring_red.iff;object/tangible/loot/simple_kit/battery_cheap_copper.iff;object/tangible/loot/simple_kit/wiring_blue.iff;object/tangible/loot/simple_kit/pulverizer.iff;object/tangible/loot/simple_kit/feed_tubes.iff;object/tangible/loot/simple_kit/processor_attachments.iff;object/tangible/loot/simple_kit/spinning_blade.iff;object/tangible/loot/simple_kit/motor_small_blue.iff;object/tangible/loot/simple_kit/motor_small_red.iff;object/tangible/loot/simple_kit/heating_element.iff 2 +loot_common_npc NORMAL 21 30 NPC - Junk item_junk_npc_21thru30_01_01;item_junk_npc_21thru30_01_02;item_junk_npc_21thru30_01_03;item_junk_npc_21thru30_01_04;item_junk_npc_21thru30_01_05 96 Simple Kit object/tangible/loot/simple_kit/wiring_red.iff;object/tangible/loot/simple_kit/battery_cheap_copper.iff;object/tangible/loot/simple_kit/wiring_blue.iff;object/tangible/loot/simple_kit/pulverizer.iff;object/tangible/loot/simple_kit/feed_tubes.iff;object/tangible/loot/simple_kit/processor_attachments.iff;object/tangible/loot/simple_kit/spinning_blade.iff;object/tangible/loot/simple_kit/motor_small_blue.iff;object/tangible/loot/simple_kit/motor_small_red.iff;object/tangible/loot/simple_kit/heating_element.iff 4 +loot_common_npc NORMAL 31 40 NPC - Junk item_junk_npc_31thru40_01_01;item_junk_npc_31thru40_01_02;item_junk_npc_31thru40_01_03;item_junk_npc_31thru40_01_04;item_junk_npc_31thru40_01_05 96 Simple Kit object/tangible/loot/simple_kit/wiring_red.iff;object/tangible/loot/simple_kit/battery_cheap_copper.iff;object/tangible/loot/simple_kit/wiring_blue.iff;object/tangible/loot/simple_kit/pulverizer.iff;object/tangible/loot/simple_kit/feed_tubes.iff;object/tangible/loot/simple_kit/processor_attachments.iff;object/tangible/loot/simple_kit/spinning_blade.iff;object/tangible/loot/simple_kit/motor_small_blue.iff;object/tangible/loot/simple_kit/motor_small_red.iff;object/tangible/loot/simple_kit/heating_element.iff 4 +loot_common_npc NORMAL 41 50 NPC - Junk item_junk_npc_41thru50_01_01;item_junk_npc_41thru50_01_02;item_junk_npc_41thru50_01_03;item_junk_npc_41thru50_01_04;item_junk_npc_41thru50_01_05 94 Simple Kit object/tangible/loot/simple_kit/wiring_red.iff;object/tangible/loot/simple_kit/battery_cheap_copper.iff;object/tangible/loot/simple_kit/wiring_blue.iff;object/tangible/loot/simple_kit/pulverizer.iff;object/tangible/loot/simple_kit/feed_tubes.iff;object/tangible/loot/simple_kit/processor_attachments.iff;object/tangible/loot/simple_kit/spinning_blade.iff;object/tangible/loot/simple_kit/motor_small_blue.iff;object/tangible/loot/simple_kit/motor_small_red.iff;object/tangible/loot/simple_kit/heating_element.iff 6 +loot_common_npc NORMAL 51 60 NPC - Junk item_junk_npc_51thru60_01_01;item_junk_npc_51thru60_01_02;item_junk_npc_51thru60_01_03;item_junk_npc_51thru60_01_04;item_junk_npc_51thru60_01_05 94 Simple Kit object/tangible/loot/simple_kit/wiring_red.iff;object/tangible/loot/simple_kit/battery_cheap_copper.iff;object/tangible/loot/simple_kit/wiring_blue.iff;object/tangible/loot/simple_kit/pulverizer.iff;object/tangible/loot/simple_kit/feed_tubes.iff;object/tangible/loot/simple_kit/processor_attachments.iff;object/tangible/loot/simple_kit/spinning_blade.iff;object/tangible/loot/simple_kit/motor_small_blue.iff;object/tangible/loot/simple_kit/motor_small_red.iff;object/tangible/loot/simple_kit/heating_element.iff 6 +loot_common_npc NORMAL 61 70 NPC - Junk item_junk_npc_61thru70_01_01;item_junk_npc_61thru70_01_02;item_junk_npc_61thru70_01_03;item_junk_npc_61thru70_01_04;item_junk_npc_61thru70_01_05 92 Simple Kit object/tangible/loot/simple_kit/wiring_red.iff;object/tangible/loot/simple_kit/battery_cheap_copper.iff;object/tangible/loot/simple_kit/wiring_blue.iff;object/tangible/loot/simple_kit/pulverizer.iff;object/tangible/loot/simple_kit/feed_tubes.iff;object/tangible/loot/simple_kit/processor_attachments.iff;object/tangible/loot/simple_kit/spinning_blade.iff;object/tangible/loot/simple_kit/motor_small_blue.iff;object/tangible/loot/simple_kit/motor_small_red.iff;object/tangible/loot/simple_kit/heating_element.iff 8 +loot_common_npc NORMAL 71 80 NPC - Junk item_junk_npc_71thru80_01_01;item_junk_npc_71thru80_01_02;item_junk_npc_71thru80_01_03;item_junk_npc_71thru80_01_04;item_junk_npc_71thru80_01_05 92 Simple Kit object/tangible/loot/simple_kit/wiring_red.iff;object/tangible/loot/simple_kit/battery_cheap_copper.iff;object/tangible/loot/simple_kit/wiring_blue.iff;object/tangible/loot/simple_kit/pulverizer.iff;object/tangible/loot/simple_kit/feed_tubes.iff;object/tangible/loot/simple_kit/processor_attachments.iff;object/tangible/loot/simple_kit/spinning_blade.iff;object/tangible/loot/simple_kit/motor_small_blue.iff;object/tangible/loot/simple_kit/motor_small_red.iff;object/tangible/loot/simple_kit/heating_element.iff 8 +loot_common_npc NORMAL 81 100 NPC - Junk item_junk_npc_81thru90_01_01;item_junk_npc_81thru90_01_02;item_junk_npc_81thru90_01_03;item_junk_npc_81thru90_01_04;item_junk_npc_81thru90_01_05 90 Simple Kit object/tangible/loot/simple_kit/wiring_red.iff;object/tangible/loot/simple_kit/battery_cheap_copper.iff;object/tangible/loot/simple_kit/wiring_blue.iff;object/tangible/loot/simple_kit/pulverizer.iff;object/tangible/loot/simple_kit/feed_tubes.iff;object/tangible/loot/simple_kit/processor_attachments.iff;object/tangible/loot/simple_kit/spinning_blade.iff;object/tangible/loot/simple_kit/motor_small_blue.iff;object/tangible/loot/simple_kit/motor_small_red.iff;object/tangible/loot/simple_kit/heating_element.iff 10 +loot_common_npc ELITE 1 10 NPC - Junk item_junk_npc_1thru5_01_01;item_junk_npc_1thru5_01_02;item_junk_npc_1thru5_01_03;item_junk_npc_1thru5_01_04;item_junk_npc_1thru5_01_05;item_junk_npc_6thru10_01_01;item_junk_npc_6thru10_01_02;item_junk_npc_6thru10_01_03;item_junk_npc_6thru10_01_04;item_junk_npc_6thru10_01_05 96 Weapon + Consumable weapon_pistol_drop_lvl10_02_01;weapon_carbine_drop_lvl10_02_01;weapon_rifle_drop_lvl10_02_01;item_consumable_drop_agi_lvl01_01_02;item_consumable_drop_sta_lvl01_01_02;item_consumable_drop_con_lvl01_01_02;item_consumable_drop_str_lvl01_01_02;item_consumable_drop_pre_lvl01_01_02;item_consumable_drop_lck_lvl01_01_02 2 Clothing + Armor item_clothing_backpack_agi_lvl1_02_01;item_clothing_backpack_agi_lvl10_02_01;item_clothing_backpack_con_lvl1_02_01;item_clothing_backpack_con_lvl10_02_01;item_clothing_backpack_lck_lvl1_02_01;item_clothing_backpack_lck_lvl10_02_01;item_clothing_backpack_pre_lvl1_02_01;item_clothing_backpack_pre_lvl10_02_01;item_clothing_backpack_sta_lvl1_02_01;item_clothing_backpack_sta_lvl10_02_01;item_clothing_backpack_str_lvl1_02_01;item_clothing_backpack_str_lvl10_02_01;item_clothing_bandolier_agi_lvl1_02_01;item_clothing_bandolier_agi_lvl10_02_01;item_clothing_bandolier_con_lvl1_02_01;item_clothing_bandolier_con_lvl10_02_01;item_clothing_bandolier_lck_lvl1_02_01;item_clothing_bandolier_lck_lvl10_02_01;item_clothing_bandolier_pre_lvl1_02_01;item_clothing_bandolier_pre_lvl10_02_01;item_clothing_bandolier_sta_lvl1_02_01;item_clothing_bandolier_sta_lvl10_02_01;item_clothing_bandolier_str_lvl1_02_01;item_clothing_bandolier_str_lvl10_02_01;item_clothing_belt_agi_lvl1_02_01;item_clothing_belt_agi_lvl10_02_01;item_clothing_belt_con_lvl1_02_01;item_clothing_belt_con_lvl10_02_01;item_clothing_belt_lck_lvl1_02_01;item_clothing_belt_lck_lvl10_02_01;item_clothing_belt_pre_lvl1_02_01;item_clothing_belt_pre_lvl10_02_01;item_clothing_belt_sta_lvl1_02_01;item_clothing_belt_sta_lvl10_02_01;item_clothing_belt_str_lvl1_02_01;item_clothing_belt_str_lvl10_02_01;item_clothing_boots_agi_lvl1_02_01;item_clothing_boots_agi_lvl10_02_01;item_clothing_boots_con_lvl1_02_01;item_clothing_boots_con_lvl10_02_01;item_clothing_boots_lck_lvl1_02_01;item_clothing_boots_lck_lvl10_02_01;item_clothing_boots_pre_lvl1_02_01;item_clothing_boots_pre_lvl10_02_01;item_clothing_boots_sta_lvl1_02_01;item_clothing_boots_sta_lvl10_02_01;item_clothing_boots_str_lvl1_02_01;item_clothing_boots_str_lvl10_02_01;item_clothing_bracelet_l_agi_lvl1_02_01;item_clothing_bracelet_l_agi_lvl10_02_01;item_clothing_bracelet_l_con_lvl1_02_01;item_clothing_bracelet_l_con_lvl10_02_01;item_clothing_bracelet_l_lck_lvl1_02_01;item_clothing_bracelet_l_lck_lvl10_02_01;item_clothing_bracelet_l_pre_lvl1_02_01;item_clothing_bracelet_l_pre_lvl10_02_01;item_clothing_bracelet_l_sta_lvl1_02_01;item_clothing_bracelet_l_sta_lvl10_02_01;item_clothing_bracelet_l_str_lvl1_02_01;item_clothing_bracelet_l_str_lvl10_02_01;item_clothing_bracelet_r_agi_lvl1_02_01;item_clothing_bracelet_r_agi_lvl10_02_01;item_clothing_bracelet_r_con_lvl1_02_01;item_clothing_bracelet_r_con_lvl10_02_01;item_clothing_bracelet_r_lck_lvl1_02_01;item_clothing_bracelet_r_lck_lvl10_02_01;item_clothing_bracelet_r_pre_lvl1_02_01;item_clothing_bracelet_r_pre_lvl10_02_01;item_clothing_bracelet_r_sta_lvl1_02_01;item_clothing_bracelet_r_sta_lvl10_02_01;item_clothing_bracelet_r_str_lvl1_02_01;item_clothing_bracelet_r_str_lvl10_02_01;item_clothing_gloves_agi_lvl1_02_01;item_clothing_gloves_agi_lvl10_02_01;item_clothing_gloves_con_lvl1_02_01;item_clothing_gloves_con_lvl10_02_01;item_clothing_gloves_lck_lvl1_02_01;item_clothing_gloves_lck_lvl10_02_01;item_clothing_gloves_pre_lvl1_02_01;item_clothing_gloves_pre_lvl10_02_01;item_clothing_gloves_sta_lvl1_02_01;item_clothing_gloves_sta_lvl10_02_01;item_clothing_gloves_str_lvl1_02_01;item_clothing_gloves_str_lvl10_02_01;item_clothing_hat_agi_lvl1_02_01;item_clothing_hat_agi_lvl10_02_01;item_clothing_hat_con_lvl1_02_01;item_clothing_hat_con_lvl10_02_01;item_clothing_hat_lck_lvl1_02_01;item_clothing_hat_lck_lvl10_02_01;item_clothing_hat_pre_lvl1_02_01;item_clothing_hat_pre_lvl10_02_01;item_clothing_hat_sta_lvl1_02_01;item_clothing_hat_sta_lvl10_02_01;item_clothing_hat_str_lvl1_02_01;item_clothing_hat_str_lvl10_02_01;item_clothing_jacket_agi_lvl1_02_01;item_clothing_jacket_agi_lvl10_02_01;item_clothing_jacket_con_lvl1_02_01;item_clothing_jacket_con_lvl10_02_01;item_clothing_jacket_lck_lvl1_02_01;item_clothing_jacket_lck_lvl10_02_01;item_clothing_jacket_pre_lvl1_02_01;item_clothing_jacket_pre_lvl10_02_01;item_clothing_jacket_sta_lvl1_02_01;item_clothing_jacket_sta_lvl10_02_01;item_clothing_jacket_str_lvl1_02_01;item_clothing_jacket_str_lvl10_02_01;item_clothing_necklace_agi_lvl1_02_01;item_clothing_necklace_agi_lvl10_02_01;item_clothing_necklace_con_lvl1_02_01;item_clothing_necklace_con_lvl10_02_01;item_clothing_necklace_lck_lvl1_02_01;item_clothing_necklace_lck_lvl10_02_01;item_clothing_necklace_pre_lvl1_02_01;item_clothing_necklace_pre_lvl10_02_01;item_clothing_necklace_sta_lvl1_02_01;item_clothing_necklace_sta_lvl10_02_01;item_clothing_necklace_str_lvl1_02_01;item_clothing_necklace_str_lvl10_02_01;item_clothing_pants_agi_lvl1_02_01;item_clothing_pants_agi_lvl10_02_01;item_clothing_pants_con_lvl1_02_01;item_clothing_pants_con_lvl10_02_01;item_clothing_pants_lck_lvl1_02_01;item_clothing_pants_lck_lvl10_02_01;item_clothing_pants_pre_lvl1_02_01;item_clothing_pants_pre_lvl10_02_01;item_clothing_pants_sta_lvl1_02_01;item_clothing_pants_sta_lvl10_02_01;item_clothing_pants_str_lvl1_02_01;item_clothing_pants_str_lvl10_02_01;item_clothing_ring_agi_lvl1_02_01;item_clothing_ring_agi_lvl10_02_01;item_clothing_ring_con_lvl1_02_01;item_clothing_ring_con_lvl10_02_01;item_clothing_ring_lck_lvl1_02_01;item_clothing_ring_lck_lvl10_02_01;item_clothing_ring_pre_lvl1_02_01;item_clothing_ring_pre_lvl10_02_01;item_clothing_ring_sta_lvl1_02_01;item_clothing_ring_sta_lvl10_02_01;item_clothing_ring_str_lvl1_02_01;item_clothing_ring_str_lvl10_02_01;item_clothing_shirt_agi_lvl1_02_01;item_clothing_shirt_agi_lvl10_02_01;item_clothing_shirt_con_lvl1_02_01;item_clothing_shirt_con_lvl10_02_01;item_clothing_shirt_lck_lvl1_02_01;item_clothing_shirt_lck_lvl10_02_01;item_clothing_shirt_pre_lvl1_02_01;item_clothing_shirt_pre_lvl10_02_01;item_clothing_shirt_sta_lvl1_02_01;item_clothing_shirt_sta_lvl10_02_01;item_clothing_shirt_str_lvl1_02_01;item_clothing_shirt_str_lvl10_02_01;item_clothing_shoes_agi_lvl1_02_01;item_clothing_shoes_agi_lvl10_02_01;item_clothing_shoes_con_lvl1_02_01;item_clothing_shoes_con_lvl10_02_01;tem_clothing_shoes_lck_lvl1_02_01;item_clothing_shoes_lck_lvl10_02_01;item_clothing_shoes_pre_lvl1_02_01;item_clothing_shoes_pre_lvl10_02_01;item_clothing_shoes_sta_lvl1_02_01;item_clothing_shoes_sta_lvl10_02_01;item_clothing_shoes_str_lvl1_02_01;item_clothing_shoes_str_lvl10_02_01;item_clothing_vest_agi_lvl1_02_01;item_clothing_vest_agi_lvl10_02_01;item_clothing_vest_con_lvl1_02_01;item_clothing_vest_con_lvl10_02_01;item_clothing_vest_lck_lvl1_02_01;item_clothing_vest_lck_lvl10_02_01;item_clothing_vest_pre_lvl1_02_01;item_clothing_vest_pre_lvl10_02_01;item_clothing_vest_sta_lvl1_02_01;item_clothing_vest_sta_lvl10_02_01;item_clothing_vest_str_lvl1_02_01;item_clothing_vest_str_lvl10_02_01;armor_assault_agi_lvl20_bicep_l_02_01;armor_assault_agi_lvl20_bicep_r_02_01;armor_assault_agi_lvl20_boots_02_01;armor_assault_agi_lvl20_bracer_l_02_01;armor_assault_agi_lvl20_bracer_r_02_01;armor_assault_agi_lvl20_chest_02_01;armor_assault_agi_lvl20_gloves_02_01;armor_assault_agi_lvl20_helmet_02_01;armor_assault_agi_lvl20_leggings_02_01;armor_assault_borvo_acklay_bicep_l_02_01;armor_assault_borvo_acklay_bicep_r_02_01;armor_assault_borvo_acklay_boots_02_01;armor_assault_borvo_acklay_bracer_l_02_01;armor_assault_borvo_acklay_bracer_r_02_01;armor_assault_borvo_acklay_chest_02_01;armor_assault_borvo_acklay_gloves_02_01;armor_assault_borvo_acklay_helmet_02_01;armor_assault_borvo_acklay_leggings_02_01;armor_assault_con_lvl20_bicep_l_02_01;armor_assault_con_lvl20_bicep_r_02_01;armor_assault_con_lvl20_boots_02_01;armor_assault_con_lvl20_bracer_l_02_01;armor_assault_con_lvl20_bracer_r_02_01;armor_assault_con_lvl20_chest_02_01;armor_assault_con_lvl20_gloves_02_01;armor_assault_con_lvl20_helmet_02_01;armor_assault_con_lvl20_leggings_02_01;armor_assault_lck_lvl20_bicep_l_02_01;armor_assault_lck_lvl20_bicep_r_02_01;armor_assault_lck_lvl20_boots_02_01;armor_assault_lck_lvl20_bracer_l_02_01;armor_assault_lck_lvl20_bracer_r_02_01;armor_assault_lck_lvl20_chest_02_01;armor_assault_lck_lvl20_gloves_02_01;armor_assault_lck_lvl20_helmet_02_01;armor_assault_lck_lvl20_leggings_02_01;armor_assault_pre_lvl20_bicep_l_02_01;armor_assault_pre_lvl20_bicep_r_02_01;armor_assault_pre_lvl20_boots_02_01;armor_assault_pre_lvl20_bracer_l_02_01;armor_assault_pre_lvl20_bracer_r_02_01;armor_assault_pre_lvl20_chest_02_01;armor_assault_pre_lvl20_gloves_02_01;armor_assault_pre_lvl20_helmet_02_01;armor_assault_pre_lvl20_leggings_02_01;armor_assault_sta_lvl20_bicep_l_02_01;armor_assault_sta_lvl20_bicep_r_02_01;armor_assault_sta_lvl20_boots_02_01;armor_assault_sta_lvl20_bracer_l_02_01;armor_assault_sta_lvl20_bracer_r_02_01;armor_assault_sta_lvl20_chest_02_01;armor_assault_sta_lvl20_gloves_02_01;armor_assault_sta_lvl20_helmet_02_01;armor_assault_sta_lvl20_leggings_02_01;armor_assault_stat_lvl20_bicep_l_03_01;armor_assault_stat_lvl20_bicep_l_03_02;armor_assault_stat_lvl20_bicep_r_03_01;armor_assault_stat_lvl20_bicep_r_03_02;armor_assault_stat_lvl20_boots_03_01;armor_assault_stat_lvl20_boots_03_02;armor_assault_stat_lvl20_bracer_l_03_01;armor_assault_stat_lvl20_bracer_l_03_02;armor_assault_stat_lvl20_bracer_r_03_01;armor_assault_stat_lvl20_bracer_r_03_02;armor_assault_stat_lvl20_chest_03_01;armor_assault_stat_lvl20_chest_03_02;armor_assault_stat_lvl20_gloves_03_01;armor_assault_stat_lvl20_gloves_03_02;armor_assault_stat_lvl20_helmet_03_01;armor_assault_stat_lvl20_helmet_03_02;armor_assault_stat_lvl20_leggings_03_01;armor_assault_stat_lvl20_leggings_03_02;armor_battle_agi_lvl20_bicep_l_02_01;armor_battle_agi_lvl20_bicep_r_02_01;armor_battle_agi_lvl20_boots_02_01;armor_battle_agi_lvl20_bracer_l_02_01;armor_battle_agi_lvl20_bracer_r_02_01;armor_battle_agi_lvl20_chest_02_01;armor_battle_agi_lvl20_gloves_02_01;armor_battle_agi_lvl20_helmet_02_01;armor_battle_agi_lvl20_leggings_02_01;armor_battle_con_lvl20_bicep_l_02_01;armor_battle_con_lvl20_bicep_r_02_01;armor_battle_con_lvl20_boots_02_01;armor_battle_con_lvl20_bracer_l_02_01;armor_battle_con_lvl20_bracer_r_02_01;armor_battle_con_lvl20_chest_02_01;armor_battle_con_lvl20_gloves_02_01;armor_battle_con_lvl20_helmet_02_01;armor_battle_con_lvl20_leggings_02_01;armor_battle_lck_lvl20_bicep_l_02_01;armor_battle_lck_lvl20_bicep_r_02_01;armor_battle_lck_lvl20_boots_02_01;armor_battle_lck_lvl20_bracer_l_02_01;armor_battle_lck_lvl20_bracer_r_02_01;armor_battle_lck_lvl20_chest_02_01;armor_battle_lck_lvl20_gloves_02_01;armor_battle_lck_lvl20_helmet_02_01;armor_battle_lck_lvl20_leggings_02_01;armor_battle_pre_lvl20_bicep_l_02_01;armor_battle_pre_lvl20_bicep_r_02_01;armor_battle_pre_lvl20_boots_02_01;armor_battle_pre_lvl20_bracer_l_02_01;armor_battle_pre_lvl20_bracer_r_02_01;armor_battle_pre_lvl20_chest_02_01;armor_battle_pre_lvl20_gloves_02_01;armor_battle_pre_lvl20_helmet_02_01;armor_battle_pre_lvl20_leggings_02_01;armor_battle_sta_lvl20_bicep_l_02_01;armor_battle_sta_lvl20_bicep_r_02_01;armor_battle_sta_lvl20_boots_02_01;armor_battle_sta_lvl20_bracer_l_02_01;armor_battle_sta_lvl20_bracer_r_02_01;armor_battle_sta_lvl20_chest_02_01;armor_battle_sta_lvl20_gloves_02_01;armor_battle_sta_lvl20_helmet_02_01;armor_battle_sta_lvl20_leggings_02_01;armor_battle_stat_lvl20_bicep_l_03_01;armor_battle_stat_lvl20_bicep_l_03_02;armor_battle_stat_lvl20_bicep_r_03_01;armor_battle_stat_lvl20_bicep_r_03_02;armor_battle_stat_lvl20_boots_03_01;armor_battle_stat_lvl20_boots_03_02;armor_battle_stat_lvl20_bracer_l_03_01;armor_battle_stat_lvl20_bracer_l_03_02;armor_battle_stat_lvl20_bracer_r_03_01;armor_battle_stat_lvl20_bracer_r_03_02;armor_battle_stat_lvl20_chest_03_01;armor_battle_stat_lvl20_chest_03_02;armor_battle_stat_lvl20_gloves_03_01;armor_battle_stat_lvl20_gloves_03_02;armor_battle_stat_lvl20_helmet_03_01;armor_battle_stat_lvl20_helmet_03_02;armor_battle_stat_lvl20_leggings_03_01;armor_battle_stat_lvl20_leggings_03_02;armor_bone_bicep_l_02_01;armor_bone_bicep_r_02_01;armor_bone_boots_02_01;armor_bone_bracer_l_02_01;armor_bone_bracer_r_02_01;armor_bone_chest_02_01;armor_bone_gloves_02_01;armor_bone_helmet_02_01;armor_bone_leggings_02_01;armor_recon_agi_lvl20_bicep_l_02_01;armor_recon_agi_lvl20_bicep_r_02_01;armor_recon_agi_lvl20_boots_02_01;armor_recon_agi_lvl20_bracer_l_02_01;armor_recon_agi_lvl20_bracer_r_02_01;armor_recon_agi_lvl20_chest_02_01;armor_recon_agi_lvl20_gloves_02_01;armor_recon_agi_lvl20_helmet_02_01;armor_recon_agi_lvl20_leggings_02_01;armor_recon_con_lvl20_bicep_l_02_01;armor_recon_con_lvl20_bicep_r_02_01;armor_recon_con_lvl20_boots_02_01;armor_recon_con_lvl20_bracer_l_02_01;armor_recon_con_lvl20_bracer_r_02_01;armor_recon_con_lvl20_chest_02_01;armor_recon_con_lvl20_gloves_02_01;armor_recon_con_lvl20_helmet_02_01;armor_recon_con_lvl20_leggings_02_01;armor_recon_lck_lvl20_bicep_l_02_01;armor_recon_lck_lvl20_bicep_r_02_01;armor_recon_lck_lvl20_boots_02_01;armor_recon_lck_lvl20_bracer_l_02_01;armor_recon_lck_lvl20_bracer_r_02_01;armor_recon_lck_lvl20_chest_02_01;armor_recon_lck_lvl20_gloves_02_01;armor_recon_lck_lvl20_helmet_02_01;armor_recon_lck_lvl20_leggings_02_01;armor_recon_pre_lvl20_bicep_l_02_01;armor_recon_pre_lvl20_bicep_r_02_01;armor_recon_pre_lvl20_boots_02_01;armor_recon_pre_lvl20_bracer_l_02_01;armor_recon_pre_lvl20_bracer_r_02_01;armor_recon_pre_lvl20_chest_02_01;armor_recon_pre_lvl20_gloves_02_01;armor_recon_pre_lvl20_helmet_02_01;armor_recon_pre_lvl20_leggings_02_01;armor_recon_sta_lvl20_bicep_l_02_01;armor_recon_sta_lvl20_bicep_r_02_01;armor_recon_sta_lvl20_boots_02_01;armor_recon_sta_lvl20_bracer_l_02_01;armor_recon_sta_lvl20_bracer_r_02_01;armor_recon_sta_lvl20_chest_02_01;armor_recon_sta_lvl20_gloves_02_01;armor_recon_sta_lvl20_helmet_02_01;armor_recon_sta_lvl20_leggings_02_01;armor_recon_stat_lvl20_bicep_l_03_01;armor_recon_stat_lvl20_bicep_l_03_02;armor_recon_stat_lvl20_bicep_r_03_01;armor_recon_stat_lvl20_bicep_r_03_02;armor_recon_stat_lvl20_boots_03_01;armor_recon_stat_lvl20_boots_03_02;armor_recon_stat_lvl20_bracer_l_03_01;armor_recon_stat_lvl20_bracer_l_03_02;armor_recon_stat_lvl20_bracer_r_03_01;armor_recon_stat_lvl20_bracer_r_03_02;armor_recon_stat_lvl20_chest_03_01;armor_recon_stat_lvl20_chest_03_02;armor_recon_stat_lvl20_gloves_03_01;armor_recon_stat_lvl20_gloves_03_02;armor_recon_stat_lvl20_helmet_03_01;armor_recon_stat_lvl20_helmet_03_02;armor_recon_stat_lvl20_leggings_03_01;armor_recon_stat_lvl20_leggings_03_02 2 +loot_common_npc ELITE 11 20 NPC - Junk item_junk_npc_11thru20_01_01;item_junk_npc_11thru20_01_02;item_junk_npc_11thru20_01_03;item_junk_npc_11thru20_01_04;item_junk_npc_11thru20_01_05 96 Weapon + Consumable weapon_pistol_drop_lvl10_02_01;weapon_carbine_drop_lvl10_02_01;weapon_rifle_drop_lvl10_02_01;item_consumable_drop_agi_lvl10_01_02;item_consumable_drop_sta_lvl10_01_02;item_consumable_drop_con_lvl10_01_02;item_consumable_drop_str_lvl10_01_02;item_consumable_drop_pre_lvl10_01_02;item_consumable_drop_lck_lvl10_01_02 2 Clothing + Armor item_clothing_backpack_agi_lvl20_02_01;item_clothing_backpack_con_lvl20_02_01;item_clothing_backpack_lck_lvl20_02_01;item_clothing_backpack_pre_lvl20_02_01;item_clothing_backpack_sta_lvl20_02_01;item_clothing_backpack_str_lvl20_02_01;item_clothing_bandolier_agi_lvl20_02_01;item_clothing_bandolier_con_lvl20_02_01;item_clothing_bandolier_lck_lvl20_02_01;item_clothing_bandolier_pre_lvl20_02_01;item_clothing_bandolier_sta_lvl20_02_01;item_clothing_bandolier_str_lvl20_02_01;item_clothing_belt_agi_lvl20_02_01;item_clothing_belt_con_lvl20_02_01;item_clothing_belt_lck_lvl20_02_01;item_clothing_belt_pre_lvl20_02_01;item_clothing_belt_sta_lvl20_02_01;item_clothing_belt_str_lvl20_02_01;item_clothing_boots_agi_lvl20_02_01;item_clothing_boots_con_lvl20_02_01;item_clothing_boots_lck_lvl20_02_01;item_clothing_boots_pre_lvl20_02_01;item_clothing_boots_sta_lvl20_02_01;item_clothing_boots_str_lvl20_02_01;item_clothing_bracelet_l_agi_lvl20_02_01;item_clothing_bracelet_l_con_lvl20_02_01;item_clothing_bracelet_l_lck_lvl20_02_01;item_clothing_bracelet_l_pre_lvl20_02_01;item_clothing_bracelet_l_sta_lvl20_02_01;item_clothing_bracelet_l_str_lvl20_02_01;item_clothing_bracelet_r_agi_lvl20_02_01;item_clothing_bracelet_r_con_lvl20_02_01;item_clothing_bracelet_r_lck_lvl20_02_01;item_clothing_bracelet_r_pre_lvl20_02_01;item_clothing_bracelet_r_sta_lvl20_02_01;item_clothing_bracelet_r_str_lvl20_02_01;item_clothing_gloves_agi_lvl20_02_01;item_clothing_gloves_con_lvl20_02_01;item_clothing_gloves_lck_lvl20_02_01;item_clothing_gloves_pre_lvl20_02_01;item_clothing_gloves_sta_lvl20_02_01;item_clothing_gloves_str_lvl20_02_01;item_clothing_hat_agi_lvl20_02_01;item_clothing_hat_con_lvl20_02_01;item_clothing_hat_lck_lvl20_02_01;item_clothing_hat_pre_lvl20_02_01;item_clothing_hat_sta_lvl20_02_01;item_clothing_hat_str_lvl20_02_01;item_clothing_jacket_agi_lvl20_02_01;item_clothing_jacket_con_lvl20_02_01;item_clothing_jacket_lck_lvl20_02_01;item_clothing_jacket_pre_lvl20_02_01;item_clothing_jacket_sta_lvl20_02_01;item_clothing_jacket_str_lvl20_02_01;item_clothing_necklace_agi_lvl20_02_01;item_clothing_necklace_con_lvl20_02_01;item_clothing_necklace_lck_lvl20_02_01;item_clothing_necklace_pre_lvl20_02_01;item_clothing_necklace_sta_lvl20_02_01;item_clothing_necklace_str_lvl20_02_01;item_clothing_pants_agi_lvl20_02_01;item_clothing_pants_con_lvl20_02_01;item_clothing_pants_lck_lvl20_02_01;item_clothing_pants_pre_lvl20_02_01;item_clothing_pants_sta_lvl20_02_01;item_clothing_pants_str_lvl20_02_01;item_clothing_ring_agi_lvl20_02_01;item_clothing_ring_con_lvl20_02_01;item_clothing_ring_lck_lvl20_02_01;item_clothing_ring_pre_lvl20_02_01;item_clothing_ring_sta_lvl20_02_01;item_clothing_ring_str_lvl20_02_01;item_clothing_shirt_agi_lvl20_02_01;item_clothing_shirt_con_lvl20_02_01;item_clothing_shirt_lck_lvl20_02_01;item_clothing_shirt_pre_lvl20_02_01;item_clothing_shirt_sta_lvl20_02_01;item_clothing_shirt_str_lvl20_02_01;item_clothing_shoes_agi_lvl20_02_01;item_clothing_shoes_con_lvl20_02_01;item_clothing_shoes_lck_lvl20_02_01;item_clothing_shoes_pre_lvl20_02_01;item_clothing_shoes_sta_lvl20_02_01;item_clothing_shoes_str_lvl20_02_01;item_clothing_vest_agi_lvl20_02_01;item_clothing_vest_con_lvl20_02_01;item_clothing_vest_lck_lvl20_02_01;item_clothing_vest_pre_lvl20_02_01;item_clothing_vest_sta_lvl20_02_01;item_clothing_vest_str_lvl20_02_01;armor_assault_agi_lvl20_bicep_l_02_01;armor_assault_agi_lvl20_bicep_r_02_01;armor_assault_agi_lvl20_boots_02_01;armor_assault_agi_lvl20_bracer_l_02_01;armor_assault_agi_lvl20_bracer_r_02_01;armor_assault_agi_lvl20_chest_02_01;armor_assault_agi_lvl20_gloves_02_01;armor_assault_agi_lvl20_helmet_02_01;armor_assault_agi_lvl20_leggings_02_01;armor_assault_borvo_acklay_bicep_l_02_01;armor_assault_borvo_acklay_bicep_r_02_01;armor_assault_borvo_acklay_boots_02_01;armor_assault_borvo_acklay_bracer_l_02_01;armor_assault_borvo_acklay_bracer_r_02_01;armor_assault_borvo_acklay_chest_02_01;armor_assault_borvo_acklay_gloves_02_01;armor_assault_borvo_acklay_helmet_02_01;armor_assault_borvo_acklay_leggings_02_01;armor_assault_con_lvl20_bicep_l_02_01;armor_assault_con_lvl20_bicep_r_02_01;armor_assault_con_lvl20_boots_02_01;armor_assault_con_lvl20_bracer_l_02_01;armor_assault_con_lvl20_bracer_r_02_01;armor_assault_con_lvl20_chest_02_01;armor_assault_con_lvl20_gloves_02_01;armor_assault_con_lvl20_helmet_02_01;armor_assault_con_lvl20_leggings_02_01;armor_assault_lck_lvl20_bicep_l_02_01;armor_assault_lck_lvl20_bicep_r_02_01;armor_assault_lck_lvl20_boots_02_01;armor_assault_lck_lvl20_bracer_l_02_01;armor_assault_lck_lvl20_bracer_r_02_01;armor_assault_lck_lvl20_chest_02_01;armor_assault_lck_lvl20_gloves_02_01;armor_assault_lck_lvl20_helmet_02_01;armor_assault_lck_lvl20_leggings_02_01;armor_assault_pre_lvl20_bicep_l_02_01;armor_assault_pre_lvl20_bicep_r_02_01;armor_assault_pre_lvl20_boots_02_01;armor_assault_pre_lvl20_bracer_l_02_01;armor_assault_pre_lvl20_bracer_r_02_01;armor_assault_pre_lvl20_chest_02_01;armor_assault_pre_lvl20_gloves_02_01;armor_assault_pre_lvl20_helmet_02_01;armor_assault_pre_lvl20_leggings_02_01;armor_assault_sta_lvl20_bicep_l_02_01;armor_assault_sta_lvl20_bicep_r_02_01;armor_assault_sta_lvl20_boots_02_01;armor_assault_sta_lvl20_bracer_l_02_01;armor_assault_sta_lvl20_bracer_r_02_01;armor_assault_sta_lvl20_chest_02_01;armor_assault_sta_lvl20_gloves_02_01;armor_assault_sta_lvl20_helmet_02_01;armor_assault_sta_lvl20_leggings_02_01;armor_assault_stat_lvl20_bicep_l_03_01;armor_assault_stat_lvl20_bicep_l_03_02;armor_assault_stat_lvl20_bicep_r_03_01;armor_assault_stat_lvl20_bicep_r_03_02;armor_assault_stat_lvl20_boots_03_01;armor_assault_stat_lvl20_boots_03_02;armor_assault_stat_lvl20_bracer_l_03_01;armor_assault_stat_lvl20_bracer_l_03_02;armor_assault_stat_lvl20_bracer_r_03_01;armor_assault_stat_lvl20_bracer_r_03_02;armor_assault_stat_lvl20_chest_03_01;armor_assault_stat_lvl20_chest_03_02;armor_assault_stat_lvl20_gloves_03_01;armor_assault_stat_lvl20_gloves_03_02;armor_assault_stat_lvl20_helmet_03_01;armor_assault_stat_lvl20_helmet_03_02;armor_assault_stat_lvl20_leggings_03_01;armor_assault_stat_lvl20_leggings_03_02;armor_battle_agi_lvl20_bicep_l_02_01;armor_battle_agi_lvl20_bicep_r_02_01;armor_battle_agi_lvl20_boots_02_01;armor_battle_agi_lvl20_bracer_l_02_01;armor_battle_agi_lvl20_bracer_r_02_01;armor_battle_agi_lvl20_chest_02_01;armor_battle_agi_lvl20_gloves_02_01;armor_battle_agi_lvl20_helmet_02_01;armor_battle_agi_lvl20_leggings_02_01;armor_battle_con_lvl20_bicep_l_02_01;armor_battle_con_lvl20_bicep_r_02_01;armor_battle_con_lvl20_boots_02_01;armor_battle_con_lvl20_bracer_l_02_01;armor_battle_con_lvl20_bracer_r_02_01;armor_battle_con_lvl20_chest_02_01;armor_battle_con_lvl20_gloves_02_01;armor_battle_con_lvl20_helmet_02_01;armor_battle_con_lvl20_leggings_02_01;armor_battle_lck_lvl20_bicep_l_02_01;armor_battle_lck_lvl20_bicep_r_02_01;armor_battle_lck_lvl20_boots_02_01;armor_battle_lck_lvl20_bracer_l_02_01;armor_battle_lck_lvl20_bracer_r_02_01;armor_battle_lck_lvl20_chest_02_01;armor_battle_lck_lvl20_gloves_02_01;armor_battle_lck_lvl20_helmet_02_01;armor_battle_lck_lvl20_leggings_02_01;armor_battle_pre_lvl20_bicep_l_02_01;armor_battle_pre_lvl20_bicep_r_02_01;armor_battle_pre_lvl20_boots_02_01;armor_battle_pre_lvl20_bracer_l_02_01;armor_battle_pre_lvl20_bracer_r_02_01;armor_battle_pre_lvl20_chest_02_01;armor_battle_pre_lvl20_gloves_02_01;armor_battle_pre_lvl20_helmet_02_01;armor_battle_pre_lvl20_leggings_02_01;armor_battle_sta_lvl20_bicep_l_02_01;armor_battle_sta_lvl20_bicep_r_02_01;armor_battle_sta_lvl20_boots_02_01;armor_battle_sta_lvl20_bracer_l_02_01;armor_battle_sta_lvl20_bracer_r_02_01;armor_battle_sta_lvl20_chest_02_01;armor_battle_sta_lvl20_gloves_02_01;armor_battle_sta_lvl20_helmet_02_01;armor_battle_sta_lvl20_leggings_02_01;armor_battle_stat_lvl20_bicep_l_03_01;armor_battle_stat_lvl20_bicep_l_03_02;armor_battle_stat_lvl20_bicep_r_03_01;armor_battle_stat_lvl20_bicep_r_03_02;armor_battle_stat_lvl20_boots_03_01;armor_battle_stat_lvl20_boots_03_02;armor_battle_stat_lvl20_bracer_l_03_01;armor_battle_stat_lvl20_bracer_l_03_02;armor_battle_stat_lvl20_bracer_r_03_01;armor_battle_stat_lvl20_bracer_r_03_02;armor_battle_stat_lvl20_chest_03_01;armor_battle_stat_lvl20_chest_03_02;armor_battle_stat_lvl20_gloves_03_01;armor_battle_stat_lvl20_gloves_03_02;armor_battle_stat_lvl20_helmet_03_01;armor_battle_stat_lvl20_helmet_03_02;armor_battle_stat_lvl20_leggings_03_01;armor_battle_stat_lvl20_leggings_03_02;armor_bone_bicep_l_02_01;armor_bone_bicep_r_02_01;armor_bone_boots_02_01;armor_bone_bracer_l_02_01;armor_bone_bracer_r_02_01;armor_bone_chest_02_01;armor_bone_gloves_02_01;armor_bone_helmet_02_01;armor_bone_leggings_02_01;armor_recon_agi_lvl20_bicep_l_02_01;armor_recon_agi_lvl20_bicep_r_02_01;armor_recon_agi_lvl20_boots_02_01;armor_recon_agi_lvl20_bracer_l_02_01;armor_recon_agi_lvl20_bracer_r_02_01;armor_recon_agi_lvl20_chest_02_01;armor_recon_agi_lvl20_gloves_02_01;armor_recon_agi_lvl20_helmet_02_01;armor_recon_agi_lvl20_leggings_02_01;armor_recon_con_lvl20_bicep_l_02_01;armor_recon_con_lvl20_bicep_r_02_01;armor_recon_con_lvl20_boots_02_01;armor_recon_con_lvl20_bracer_l_02_01;armor_recon_con_lvl20_bracer_r_02_01;armor_recon_con_lvl20_chest_02_01;armor_recon_con_lvl20_gloves_02_01;armor_recon_con_lvl20_helmet_02_01;armor_recon_con_lvl20_leggings_02_01;armor_recon_lck_lvl20_bicep_l_02_01;armor_recon_lck_lvl20_bicep_r_02_01;armor_recon_lck_lvl20_boots_02_01;armor_recon_lck_lvl20_bracer_l_02_01;armor_recon_lck_lvl20_bracer_r_02_01;armor_recon_lck_lvl20_chest_02_01;armor_recon_lck_lvl20_gloves_02_01;armor_recon_lck_lvl20_helmet_02_01;armor_recon_lck_lvl20_leggings_02_01;armor_recon_pre_lvl20_bicep_l_02_01;armor_recon_pre_lvl20_bicep_r_02_01;armor_recon_pre_lvl20_boots_02_01;armor_recon_pre_lvl20_bracer_l_02_01;armor_recon_pre_lvl20_bracer_r_02_01;armor_recon_pre_lvl20_chest_02_01;armor_recon_pre_lvl20_gloves_02_01;armor_recon_pre_lvl20_helmet_02_01;armor_recon_pre_lvl20_leggings_02_01;armor_recon_sta_lvl20_bicep_l_02_01;armor_recon_sta_lvl20_bicep_r_02_01;armor_recon_sta_lvl20_boots_02_01;armor_recon_sta_lvl20_bracer_l_02_01;armor_recon_sta_lvl20_bracer_r_02_01;armor_recon_sta_lvl20_chest_02_01;armor_recon_sta_lvl20_gloves_02_01;armor_recon_sta_lvl20_helmet_02_01;armor_recon_sta_lvl20_leggings_02_01;armor_recon_stat_lvl20_bicep_l_03_01;armor_recon_stat_lvl20_bicep_l_03_02;armor_recon_stat_lvl20_bicep_r_03_01;armor_recon_stat_lvl20_bicep_r_03_02;armor_recon_stat_lvl20_boots_03_01;armor_recon_stat_lvl20_boots_03_02;armor_recon_stat_lvl20_bracer_l_03_01;armor_recon_stat_lvl20_bracer_l_03_02;armor_recon_stat_lvl20_bracer_r_03_01;armor_recon_stat_lvl20_bracer_r_03_02;armor_recon_stat_lvl20_chest_03_01;armor_recon_stat_lvl20_chest_03_02;armor_recon_stat_lvl20_gloves_03_01;armor_recon_stat_lvl20_gloves_03_02;armor_recon_stat_lvl20_helmet_03_01;armor_recon_stat_lvl20_helmet_03_02;armor_recon_stat_lvl20_leggings_03_01;armor_recon_stat_lvl20_leggings_03_02 2 +loot_common_npc ELITE 21 30 NPC - Junk item_junk_npc_21thru30_01_01;item_junk_npc_21thru30_01_02;item_junk_npc_21thru30_01_03;item_junk_npc_21thru30_01_04;item_junk_npc_21thru30_01_05 92 Weapon + Consumable weapon_pistol_drop_lvl20_02_01;weapon_carbine_drop_lvl20_02_01;weapon_rifle_drop_lvl20_02_01;item_consumable_drop_agi_lvl20_01_02;item_consumable_drop_sta_lvl20_01_02;item_consumable_drop_con_lvl20_01_02;item_consumable_drop_str_lvl20_01_02;item_consumable_drop_pre_lvl20_01_02;item_consumable_drop_lck_lvl20_01_02 4 Clothing + Armor item_clothing_backpack_agi_lvl30_02_01;item_clothing_backpack_con_lvl30_02_01;item_clothing_backpack_lck_lvl30_02_01;item_clothing_backpack_pre_lvl30_02_01;item_clothing_backpack_sta_lvl30_02_01;item_clothing_backpack_str_lvl30_02_01;item_clothing_bandolier_agi_lvl30_02_01;item_clothing_bandolier_con_lvl30_02_01;item_clothing_bandolier_lck_lvl30_02_01;item_clothing_bandolier_pre_lvl30_02_01;item_clothing_bandolier_sta_lvl30_02_01;item_clothing_bandolier_str_lvl30_02_01;item_clothing_belt_agi_lvl30_02_01;item_clothing_belt_con_lvl30_02_01;item_clothing_belt_lck_lvl30_02_01;item_clothing_belt_pre_lvl30_02_01;item_clothing_belt_sta_lvl30_02_01;item_clothing_belt_str_lvl30_02_01;item_clothing_boots_agi_lvl30_02_01;item_clothing_boots_con_lvl30_02_01;item_clothing_boots_lck_lvl30_02_01;item_clothing_boots_pre_lvl30_02_01;item_clothing_boots_sta_lvl30_02_01;item_clothing_boots_str_lvl30_02_01;item_clothing_bracelet_l_agi_lvl30_02_01;item_clothing_bracelet_l_con_lvl30_02_01;item_clothing_bracelet_l_lck_lvl30_02_01;item_clothing_bracelet_l_pre_lvl30_02_01;item_clothing_bracelet_l_sta_lvl30_02_01;item_clothing_bracelet_l_str_lvl30_02_01;item_clothing_bracelet_r_agi_lvl30_02_01;item_clothing_bracelet_r_con_lvl30_02_01;item_clothing_bracelet_r_lck_lvl30_02_01;item_clothing_bracelet_r_pre_lvl30_02_01;item_clothing_bracelet_r_sta_lvl30_02_01;item_clothing_bracelet_r_str_lvl30_02_01;item_clothing_gloves_agi_lvl30_02_01;item_clothing_gloves_con_lvl30_02_01;item_clothing_gloves_lck_lvl30_02_01;item_clothing_gloves_pre_lvl30_02_01;item_clothing_gloves_sta_lvl30_02_01;item_clothing_gloves_str_lvl30_02_01;item_clothing_hat_agi_lvl30_02_01;item_clothing_hat_con_lvl30_02_01;item_clothing_hat_lck_lvl30_02_01;item_clothing_hat_pre_lvl30_02_01;item_clothing_hat_sta_lvl30_02_01;item_clothing_hat_str_lvl30_02_01;item_clothing_jacket_agi_lvl30_02_01;item_clothing_jacket_con_lvl30_02_01;item_clothing_jacket_lck_lvl30_02_01;item_clothing_jacket_pre_lvl30_02_01;item_clothing_jacket_sta_lvl30_02_01;item_clothing_jacket_str_lvl30_02_01;item_clothing_necklace_agi_lvl30_02_01;item_clothing_necklace_con_lvl30_02_01;item_clothing_necklace_lck_lvl30_02_01;item_clothing_necklace_pre_lvl30_02_01;item_clothing_necklace_sta_lvl30_02_01;item_clothing_necklace_str_lvl30_02_01;item_clothing_pants_agi_lvl30_02_01;item_clothing_pants_con_lvl30_02_01;item_clothing_pants_lck_lvl30_02_01;item_clothing_pants_pre_lvl30_02_01;item_clothing_pants_sta_lvl30_02_01;item_clothing_pants_str_lvl30_02_01;item_clothing_ring_agi_lvl30_02_01;item_clothing_ring_con_lvl30_02_01;item_clothing_ring_lck_lvl30_02_01;item_clothing_ring_pre_lvl30_02_01;item_clothing_ring_sta_lvl30_02_01;item_clothing_ring_str_lvl30_02_01;item_clothing_shirt_agi_lvl30_02_01;item_clothing_shirt_con_lvl30_02_01;item_clothing_shirt_lck_lvl30_02_01;item_clothing_shirt_pre_lvl30_02_01;item_clothing_shirt_sta_lvl30_02_01;item_clothing_shirt_str_lvl30_02_01;item_clothing_shoes_agi_lvl30_02_01;item_clothing_shoes_con_lvl30_02_01;item_clothing_shoes_lck_lvl30_02_01;item_clothing_shoes_pre_lvl30_02_01;item_clothing_shoes_sta_lvl30_02_01;item_clothing_shoes_str_lvl30_02_01;item_clothing_vest_agi_lvl30_02_01;item_clothing_vest_con_lvl30_02_01;item_clothing_vest_lck_lvl30_02_01;item_clothing_vest_pre_lvl30_02_01;item_clothing_vest_sta_lvl30_02_01;item_clothing_vest_str_lvl30_02_01;armor_assault_agi_lvl30_bicep_l_02_01;armor_assault_agi_lvl30_bicep_r_02_01;armor_assault_agi_lvl30_boots_02_01;armor_assault_agi_lvl30_bracer_l_02_01;armor_assault_agi_lvl30_bracer_r_02_01;armor_assault_agi_lvl30_chest_02_01;armor_assault_agi_lvl30_gloves_02_01;armor_assault_agi_lvl30_helmet_02_01;armor_assault_agi_lvl30_leggings_02_01;armor_assault_con_lvl30_bicep_l_02_01;armor_assault_con_lvl30_bicep_r_02_01;armor_assault_con_lvl30_boots_02_01;armor_assault_con_lvl30_bracer_l_02_01;armor_assault_con_lvl30_bracer_r_02_01;armor_assault_con_lvl30_chest_02_01;armor_assault_con_lvl30_gloves_02_01;armor_assault_con_lvl30_helmet_02_01;armor_assault_con_lvl30_leggings_02_01;armor_assault_lck_lvl30_bicep_l_02_01;armor_assault_lck_lvl30_bicep_r_02_01;armor_assault_lck_lvl30_boots_02_01;armor_assault_lck_lvl30_bracer_l_02_01;armor_assault_lck_lvl30_bracer_r_02_01;armor_assault_lck_lvl30_chest_02_01;armor_assault_lck_lvl30_gloves_02_01;armor_assault_lck_lvl30_helmet_02_01;armor_assault_lck_lvl30_leggings_02_01;armor_assault_pre_lvl30_bicep_l_02_01;armor_assault_pre_lvl30_bicep_r_02_01;armor_assault_pre_lvl30_boots_02_01;armor_assault_pre_lvl30_bracer_l_02_01;armor_assault_pre_lvl30_bracer_r_02_01;armor_assault_pre_lvl30_chest_02_01;armor_assault_pre_lvl30_gloves_02_01;armor_assault_pre_lvl30_helmet_02_01;armor_assault_pre_lvl30_leggings_02_01;armor_assault_sta_lvl30_bicep_l_02_01;armor_assault_sta_lvl30_bicep_r_02_01;armor_assault_sta_lvl30_boots_02_01;armor_assault_sta_lvl30_bracer_l_02_01;armor_assault_sta_lvl30_bracer_r_02_01;armor_assault_sta_lvl30_chest_02_01;armor_assault_sta_lvl30_gloves_02_01;armor_assault_sta_lvl30_helmet_02_01;armor_assault_sta_lvl30_leggings_02_01;armor_battle_agi_lvl30_bicep_l_02_01;armor_battle_agi_lvl30_bicep_r_02_01;armor_battle_agi_lvl30_boots_02_01;armor_battle_agi_lvl30_bracer_l_02_01;armor_battle_agi_lvl30_bracer_r_02_01;armor_battle_agi_lvl30_chest_02_01;armor_battle_agi_lvl30_gloves_02_01;armor_battle_agi_lvl30_helmet_02_01;armor_battle_agi_lvl30_leggings_02_01;armor_battle_con_lvl30_bicep_l_02_01;armor_battle_con_lvl30_bicep_r_02_01;armor_battle_con_lvl30_boots_02_01;armor_battle_con_lvl30_bracer_l_02_01;armor_battle_con_lvl30_bracer_r_02_01;armor_battle_con_lvl30_chest_02_01;armor_battle_con_lvl30_gloves_02_01;armor_battle_con_lvl30_helmet_02_01;armor_battle_con_lvl30_leggings_02_01;armor_battle_lck_lvl30_bicep_l_02_01;armor_battle_lck_lvl30_bicep_r_02_01;armor_battle_lck_lvl30_boots_02_01;armor_battle_lck_lvl30_bracer_l_02_01;armor_battle_lck_lvl30_bracer_r_02_01;armor_battle_lck_lvl30_chest_02_01;armor_battle_lck_lvl30_gloves_02_01;armor_battle_lck_lvl30_helmet_02_01;armor_battle_lck_lvl30_leggings_02_01;armor_battle_pre_lvl30_bicep_l_02_01;armor_battle_pre_lvl30_bicep_r_02_01;armor_battle_pre_lvl30_boots_02_01;armor_battle_pre_lvl30_bracer_l_02_01;armor_battle_pre_lvl30_bracer_r_02_01;armor_battle_pre_lvl30_chest_02_01;armor_battle_pre_lvl30_gloves_02_01;armor_battle_pre_lvl30_helmet_02_01;armor_battle_pre_lvl30_leggings_02_01;armor_battle_sta_lvl30_bicep_l_02_01;armor_battle_sta_lvl30_bicep_r_02_01;armor_battle_sta_lvl30_boots_02_01;armor_battle_sta_lvl30_bracer_l_02_01;armor_battle_sta_lvl30_bracer_r_02_01;armor_battle_sta_lvl30_chest_02_01;armor_battle_sta_lvl30_gloves_02_01;armor_battle_sta_lvl30_helmet_02_01;armor_battle_sta_lvl30_leggings_02_01;armor_recon_agi_lvl30_bicep_l_02_01;armor_recon_agi_lvl30_bicep_r_02_01;armor_recon_agi_lvl30_boots_02_01;armor_recon_agi_lvl30_bracer_l_02_01;armor_recon_agi_lvl30_bracer_r_02_01;armor_recon_agi_lvl30_chest_02_01;armor_recon_agi_lvl30_gloves_02_01;armor_recon_agi_lvl30_helmet_02_01;armor_recon_agi_lvl30_leggings_02_01;armor_recon_con_lvl30_bicep_l_02_01;armor_recon_con_lvl30_bicep_r_02_01;armor_recon_con_lvl30_boots_02_01;armor_recon_con_lvl30_bracer_l_02_01;armor_recon_con_lvl30_bracer_r_02_01;armor_recon_con_lvl30_chest_02_01;armor_recon_con_lvl30_gloves_02_01;armor_recon_con_lvl30_helmet_02_01;armor_recon_con_lvl30_leggings_02_01;armor_recon_lck_lvl30_bicep_l_02_01;armor_recon_lck_lvl30_bicep_r_02_01;armor_recon_lck_lvl30_boots_02_01;armor_recon_lck_lvl30_bracer_l_02_01;armor_recon_lck_lvl30_bracer_r_02_01;armor_recon_lck_lvl30_chest_02_01;armor_recon_lck_lvl30_gloves_02_01;armor_recon_lck_lvl30_helmet_02_01;armor_recon_lck_lvl30_leggings_02_01;armor_recon_pre_lvl30_bicep_l_02_01;armor_recon_pre_lvl30_bicep_r_02_01;armor_recon_pre_lvl30_boots_02_01;armor_recon_pre_lvl30_bracer_l_02_01;armor_recon_pre_lvl30_bracer_r_02_01;armor_recon_pre_lvl30_chest_02_01;armor_recon_pre_lvl30_gloves_02_01;armor_recon_pre_lvl30_helmet_02_01;armor_recon_pre_lvl30_leggings_02_01;armor_recon_sta_lvl30_bicep_l_02_01;armor_recon_sta_lvl30_bicep_r_02_01;armor_recon_sta_lvl30_boots_02_01;armor_recon_sta_lvl30_bracer_l_02_01;armor_recon_sta_lvl30_bracer_r_02_01;armor_recon_sta_lvl30_chest_02_01;armor_recon_sta_lvl30_gloves_02_01;armor_recon_sta_lvl30_helmet_02_01;armor_recon_sta_lvl30_leggings_02_01 4 +loot_common_npc ELITE 31 40 NPC - Junk item_junk_npc_31thru40_01_01;item_junk_npc_31thru40_01_02;item_junk_npc_31thru40_01_03;item_junk_npc_31thru40_01_04;item_junk_npc_31thru40_01_05 92 Weapon + Consumable weapon_pistol_drop_lvl20_02_01;weapon_carbine_drop_lvl20_02_01;weapon_rifle_drop_lvl20_02_01;item_consumable_drop_agi_lvl20_01_02;item_consumable_drop_sta_lvl20_01_02;item_consumable_drop_con_lvl20_01_02;item_consumable_drop_str_lvl20_01_02;item_consumable_drop_pre_lvl20_01_02;item_consumable_drop_lck_lvl20_01_02 4 Clothing + Armor item_clothing_backpack_agi_lvl40_02_01;item_clothing_backpack_con_lvl40_02_01;item_clothing_backpack_lck_lvl40_02_01;item_clothing_backpack_pre_lvl40_02_01;item_clothing_backpack_sta_lvl40_02_01;item_clothing_backpack_str_lvl40_02_01;item_clothing_bandolier_agi_lvl40_02_01;item_clothing_bandolier_con_lvl40_02_01;item_clothing_bandolier_lck_lvl40_02_01;item_clothing_bandolier_pre_lvl40_02_01;item_clothing_bandolier_sta_lvl40_02_01;item_clothing_bandolier_str_lvl40_02_01;item_clothing_belt_agi_lvl40_02_01;item_clothing_belt_con_lvl40_02_01;item_clothing_belt_lck_lvl40_02_01;item_clothing_belt_pre_lvl40_02_01;item_clothing_belt_sta_lvl40_02_01;item_clothing_belt_str_lvl40_02_01;item_clothing_boots_agi_lvl40_02_01;item_clothing_boots_con_lvl40_02_01;item_clothing_boots_lck_lvl40_02_01;item_clothing_boots_pre_lvl40_02_01;item_clothing_boots_sta_lvl40_02_01;item_clothing_boots_str_lvl40_02_01;item_clothing_bracelet_l_agi_lvl40_02_01;item_clothing_bracelet_l_con_lvl40_02_01;item_clothing_bracelet_l_lck_lvl40_02_01;item_clothing_bracelet_l_pre_lvl40_02_01;item_clothing_bracelet_l_sta_lvl40_02_01;item_clothing_bracelet_l_str_lvl40_02_01;item_clothing_bracelet_r_agi_lvl40_02_01;item_clothing_bracelet_r_con_lvl40_02_01;item_clothing_bracelet_r_lck_lvl40_02_01;item_clothing_bracelet_r_pre_lvl40_02_01;item_clothing_bracelet_r_sta_lvl40_02_01;item_clothing_bracelet_r_str_lvl40_02_01;item_clothing_gloves_agi_lvl40_02_01;item_clothing_gloves_con_lvl40_02_01;item_clothing_gloves_lck_lvl40_02_01;item_clothing_gloves_pre_lvl40_02_01;item_clothing_gloves_sta_lvl40_02_01;item_clothing_gloves_str_lvl40_02_01;item_clothing_hat_agi_lvl40_02_01;item_clothing_hat_con_lvl40_02_01;item_clothing_hat_lck_lvl40_02_01;item_clothing_hat_pre_lvl40_02_01;item_clothing_hat_sta_lvl40_02_01;item_clothing_hat_str_lvl40_02_01;item_clothing_jacket_agi_lvl40_02_01;item_clothing_jacket_con_lvl40_02_01;item_clothing_jacket_lck_lvl40_02_01;item_clothing_jacket_pre_lvl40_02_01;item_clothing_jacket_sta_lvl40_02_01;item_clothing_jacket_str_lvl40_02_01;item_clothing_necklace_agi_lvl40_02_01;item_clothing_necklace_con_lvl40_02_01;item_clothing_necklace_lck_lvl40_02_01;item_clothing_necklace_pre_lvl40_02_01;item_clothing_necklace_sta_lvl40_02_01;item_clothing_necklace_str_lvl40_02_01;item_clothing_pants_agi_lvl40_02_01;item_clothing_pants_con_lvl40_02_01;item_clothing_pants_lck_lvl40_02_01;item_clothing_pants_pre_lvl40_02_01;item_clothing_pants_sta_lvl40_02_01;item_clothing_pants_str_lvl40_02_01;item_clothing_ring_agi_lvl40_02_01;item_clothing_ring_con_lvl40_02_01;item_clothing_ring_lck_lvl40_02_01;item_clothing_ring_pre_lvl40_02_01;item_clothing_ring_sta_lvl40_02_01;item_clothing_ring_str_lvl40_02_01;item_clothing_shirt_agi_lvl40_02_01;item_clothing_shirt_con_lvl40_02_01;item_clothing_shirt_lck_lvl40_02_01;item_clothing_shirt_pre_lvl40_02_01;item_clothing_shirt_sta_lvl40_02_01;item_clothing_shirt_str_lvl40_02_01;item_clothing_shoes_agi_lvl40_02_01;item_clothing_shoes_con_lvl40_02_01;item_clothing_shoes_lck_lvl40_02_01;item_clothing_shoes_pre_lvl40_02_01;item_clothing_shoes_sta_lvl40_02_01;item_clothing_shoes_str_lvl40_02_01;item_clothing_vest_agi_lvl40_02_01;item_clothing_vest_con_lvl40_02_01;item_clothing_vest_lck_lvl40_02_01;item_clothing_vest_pre_lvl40_02_01;item_clothing_vest_sta_lvl40_02_01;item_clothing_vest_str_lvl40_02_01;armor_assault_agi_lvl40_bicep_l_02_01;armor_assault_agi_lvl40_bicep_r_02_01;armor_assault_agi_lvl40_boots_02_01;armor_assault_agi_lvl40_bracer_l_02_01;armor_assault_agi_lvl40_bracer_r_02_01;armor_assault_agi_lvl40_chest_02_01;armor_assault_agi_lvl40_gloves_02_01;armor_assault_agi_lvl40_helmet_02_01;armor_assault_agi_lvl40_leggings_02_01;armor_assault_con_lvl40_bicep_l_02_01;armor_assault_con_lvl40_bicep_r_02_01;armor_assault_con_lvl40_boots_02_01;armor_assault_con_lvl40_bracer_l_02_01;armor_assault_con_lvl40_bracer_r_02_01;armor_assault_con_lvl40_chest_02_01;armor_assault_con_lvl40_gloves_02_01;armor_assault_con_lvl40_helmet_02_01;armor_assault_con_lvl40_leggings_02_01;armor_assault_lck_lvl40_bicep_l_02_01;armor_assault_lck_lvl40_bicep_r_02_01;armor_assault_lck_lvl40_boots_02_01;armor_assault_lck_lvl40_bracer_l_02_01;armor_assault_lck_lvl40_bracer_r_02_01;armor_assault_lck_lvl40_chest_02_01;armor_assault_lck_lvl40_gloves_02_01;armor_assault_lck_lvl40_helmet_02_01;armor_assault_lck_lvl40_leggings_02_01;armor_assault_pre_lvl40_bicep_l_02_01;armor_assault_pre_lvl40_bicep_r_02_01;armor_assault_pre_lvl40_boots_02_01;armor_assault_pre_lvl40_bracer_l_02_01;armor_assault_pre_lvl40_bracer_r_02_01;armor_assault_pre_lvl40_chest_02_01;armor_assault_pre_lvl40_gloves_02_01;armor_assault_pre_lvl40_helmet_02_01;armor_assault_pre_lvl40_leggings_02_01;armor_assault_sta_lvl40_bicep_l_02_01;armor_assault_sta_lvl40_bicep_r_02_01;armor_assault_sta_lvl40_boots_02_01;armor_assault_sta_lvl40_bracer_l_02_01;armor_assault_sta_lvl40_bracer_r_02_01;armor_assault_sta_lvl40_chest_02_01;armor_assault_sta_lvl40_gloves_02_01;armor_assault_sta_lvl40_helmet_02_01;armor_assault_sta_lvl40_leggings_02_01;armor_battle_agi_lvl40_bicep_l_02_01;armor_battle_agi_lvl40_bicep_r_02_01;armor_battle_agi_lvl40_boots_02_01;armor_battle_agi_lvl40_bracer_l_02_01;armor_battle_agi_lvl40_bracer_r_02_01;armor_battle_agi_lvl40_chest_02_01;armor_battle_agi_lvl40_gloves_02_01;armor_battle_agi_lvl40_helmet_02_01;armor_battle_agi_lvl40_leggings_02_01;armor_battle_con_lvl40_bicep_l_02_01;armor_battle_con_lvl40_bicep_r_02_01;armor_battle_con_lvl40_boots_02_01;armor_battle_con_lvl40_bracer_l_02_01;armor_battle_con_lvl40_bracer_r_02_01;armor_battle_con_lvl40_chest_02_01;armor_battle_con_lvl40_gloves_02_01;armor_battle_con_lvl40_helmet_02_01;armor_battle_con_lvl40_leggings_02_01;armor_battle_lck_lvl40_bicep_l_02_01;armor_battle_lck_lvl40_bicep_r_02_01;armor_battle_lck_lvl40_boots_02_01;armor_battle_lck_lvl40_bracer_l_02_01;armor_battle_lck_lvl40_bracer_r_02_01;armor_battle_lck_lvl40_chest_02_01;armor_battle_lck_lvl40_gloves_02_01;armor_battle_lck_lvl40_helmet_02_01;armor_battle_lck_lvl40_leggings_02_01;armor_battle_pre_lvl40_bicep_l_02_01;armor_battle_pre_lvl40_bicep_r_02_01;armor_battle_pre_lvl40_boots_02_01;armor_battle_pre_lvl40_bracer_l_02_01;armor_battle_pre_lvl40_bracer_r_02_01;armor_battle_pre_lvl40_chest_02_01;armor_battle_pre_lvl40_gloves_02_01;armor_battle_pre_lvl40_helmet_02_01;armor_battle_pre_lvl40_leggings_02_01;armor_battle_sta_lvl40_bicep_l_02_01;armor_battle_sta_lvl40_bicep_r_02_01;armor_battle_sta_lvl40_boots_02_01;armor_battle_sta_lvl40_bracer_l_02_01;armor_battle_sta_lvl40_bracer_r_02_01;armor_battle_sta_lvl40_chest_02_01;armor_battle_sta_lvl40_gloves_02_01;armor_battle_sta_lvl40_helmet_02_01;armor_battle_sta_lvl40_leggings_02_01;armor_recon_agi_lvl40_bicep_l_02_01;armor_recon_agi_lvl40_bicep_r_02_01;armor_recon_agi_lvl40_boots_02_01;armor_recon_agi_lvl40_bracer_l_02_01;armor_recon_agi_lvl40_bracer_r_02_01;armor_recon_agi_lvl40_chest_02_01;armor_recon_agi_lvl40_gloves_02_01;armor_recon_agi_lvl40_helmet_02_01;armor_recon_agi_lvl40_leggings_02_01;armor_recon_con_lvl40_bicep_l_02_01;armor_recon_con_lvl40_bicep_r_02_01;armor_recon_con_lvl40_boots_02_01;armor_recon_con_lvl40_bracer_l_02_01;armor_recon_con_lvl40_bracer_r_02_01;armor_recon_con_lvl40_chest_02_01;armor_recon_con_lvl40_gloves_02_01;armor_recon_con_lvl40_helmet_02_01;armor_recon_con_lvl40_leggings_02_01;armor_recon_lck_lvl40_bicep_l_02_01;armor_recon_lck_lvl40_bicep_r_02_01;armor_recon_lck_lvl40_boots_02_01;armor_recon_lck_lvl40_bracer_l_02_01;armor_recon_lck_lvl40_bracer_r_02_01;armor_recon_lck_lvl40_chest_02_01;armor_recon_lck_lvl40_gloves_02_01;armor_recon_lck_lvl40_helmet_02_01;armor_recon_lck_lvl40_leggings_02_01;armor_recon_pre_lvl40_bicep_l_02_01;armor_recon_pre_lvl40_bicep_r_02_01;armor_recon_pre_lvl40_boots_02_01;armor_recon_pre_lvl40_bracer_l_02_01;armor_recon_pre_lvl40_bracer_r_02_01;armor_recon_pre_lvl40_chest_02_01;armor_recon_pre_lvl40_gloves_02_01;armor_recon_pre_lvl40_helmet_02_01;armor_recon_pre_lvl40_leggings_02_01;armor_recon_sta_lvl40_bicep_l_02_01;armor_recon_sta_lvl40_bicep_r_02_01;armor_recon_sta_lvl40_boots_02_01;armor_recon_sta_lvl40_bracer_l_02_01;armor_recon_sta_lvl40_bracer_r_02_01;armor_recon_sta_lvl40_chest_02_01;armor_recon_sta_lvl40_gloves_02_01;armor_recon_sta_lvl40_helmet_02_01;armor_recon_sta_lvl40_leggings_02_01 4 +loot_common_npc ELITE 41 50 NPC - Junk item_junk_npc_41thru50_01_01;item_junk_npc_41thru50_01_02;item_junk_npc_41thru50_01_03;item_junk_npc_41thru50_01_04;item_junk_npc_41thru50_01_05 88 Weapon + Consumable weapon_pistol_drop_lvl20_02_01;weapon_carbine_drop_lvl20_02_01;weapon_rifle_drop_lvl20_02_01;item_consumable_drop_agi_lvl20_01_02;item_consumable_drop_sta_lvl20_01_02;item_consumable_drop_con_lvl20_01_02;item_consumable_drop_str_lvl20_01_02;item_consumable_drop_pre_lvl20_01_02;item_consumable_drop_lck_lvl20_01_02 6 Clothing + Armor item_clothing_backpack_agi_lvl50_02_01;item_clothing_backpack_con_lvl50_02_01;item_clothing_backpack_lck_lvl50_02_01;item_clothing_backpack_pre_lvl50_02_01;item_clothing_backpack_sta_lvl50_02_01;item_clothing_backpack_str_lvl50_02_01;item_clothing_bandolier_agi_lvl50_02_01;item_clothing_bandolier_con_lvl50_02_01;item_clothing_bandolier_lck_lvl50_02_01;item_clothing_bandolier_pre_lvl50_02_01;item_clothing_bandolier_sta_lvl50_02_01;item_clothing_bandolier_str_lvl50_02_01;item_clothing_belt_agi_lvl50_02_01;item_clothing_belt_con_lvl50_02_01;item_clothing_belt_lck_lvl50_02_01;item_clothing_belt_pre_lvl50_02_01;item_clothing_belt_sta_lvl50_02_01;item_clothing_belt_str_lvl50_02_01;item_clothing_boots_agi_lvl50_02_01;item_clothing_boots_con_lvl50_02_01;item_clothing_boots_lck_lvl50_02_01;item_clothing_boots_pre_lvl50_02_01;item_clothing_boots_sta_lvl50_02_01;item_clothing_boots_str_lvl50_02_01;item_clothing_bracelet_l_agi_lvl50_02_01;item_clothing_bracelet_l_con_lvl50_02_01;item_clothing_bracelet_l_lck_lvl50_02_01;item_clothing_bracelet_l_pre_lvl50_02_01;item_clothing_bracelet_l_sta_lvl50_02_01;item_clothing_bracelet_l_str_lvl50_02_01;item_clothing_bracelet_r_agi_lvl50_02_01;item_clothing_bracelet_r_con_lvl50_02_01;item_clothing_bracelet_r_lck_lvl50_02_01;item_clothing_bracelet_r_pre_lvl50_02_01;item_clothing_bracelet_r_sta_lvl50_02_01;item_clothing_bracelet_r_str_lvl50_02_01;item_clothing_gloves_agi_lvl50_02_01;item_clothing_gloves_con_lvl50_02_01;item_clothing_gloves_lck_lvl50_02_01;item_clothing_gloves_pre_lvl50_02_01;item_clothing_gloves_sta_lvl50_02_01;item_clothing_gloves_str_lvl50_02_01;item_clothing_hat_agi_lvl50_02_01;item_clothing_hat_con_lvl50_02_01;item_clothing_hat_lck_lvl50_02_01;item_clothing_hat_pre_lvl50_02_01;item_clothing_hat_sta_lvl50_02_01;item_clothing_hat_str_lvl50_02_01;item_clothing_jacket_agi_lvl50_02_01;item_clothing_jacket_con_lvl50_02_01;item_clothing_jacket_lck_lvl50_02_01;item_clothing_jacket_pre_lvl50_02_01;item_clothing_jacket_sta_lvl50_02_01;item_clothing_jacket_str_lvl50_02_01;item_clothing_necklace_agi_lvl50_02_01;item_clothing_necklace_con_lvl50_02_01;item_clothing_necklace_lck_lvl50_02_01;item_clothing_necklace_pre_lvl50_02_01;item_clothing_necklace_sta_lvl50_02_01;item_clothing_necklace_str_lvl50_02_01;item_clothing_pants_agi_lvl50_02_01;item_clothing_pants_con_lvl50_02_01;item_clothing_pants_lck_lvl50_02_01;item_clothing_pants_pre_lvl50_02_01;item_clothing_pants_sta_lvl50_02_01;item_clothing_pants_str_lvl50_02_01;item_clothing_ring_agi_lvl50_02_01;item_clothing_ring_con_lvl50_02_01;item_clothing_ring_lck_lvl50_02_01;item_clothing_ring_pre_lvl50_02_01;item_clothing_ring_sta_lvl50_02_01;item_clothing_ring_str_lvl50_02_01;item_clothing_shirt_agi_lvl50_02_01;item_clothing_shirt_con_lvl50_02_01;item_clothing_shirt_lck_lvl50_02_01;item_clothing_shirt_pre_lvl50_02_01;item_clothing_shirt_sta_lvl50_02_01;item_clothing_shirt_str_lvl50_02_01;item_clothing_shoes_agi_lvl50_02_01;item_clothing_shoes_con_lvl50_02_01;item_clothing_shoes_lck_lvl50_02_01;item_clothing_shoes_pre_lvl50_02_01;item_clothing_shoes_sta_lvl50_02_01;item_clothing_shoes_str_lvl50_02_01;item_clothing_vest_agi_lvl50_02_01;item_clothing_vest_con_lvl50_02_01;item_clothing_vest_lck_lvl50_02_01;item_clothing_vest_pre_lvl50_02_01;item_clothing_vest_sta_lvl50_02_01;item_clothing_vest_str_lvl50_02_01;armor_assault_agi_lvl50_bicep_l_02_01;armor_assault_agi_lvl50_bicep_r_02_01;armor_assault_agi_lvl50_boots_02_01;armor_assault_agi_lvl50_bracer_l_02_01;armor_assault_agi_lvl50_bracer_r_02_01;armor_assault_agi_lvl50_chest_02_01;armor_assault_agi_lvl50_gloves_02_01;armor_assault_agi_lvl50_helmet_02_01;armor_assault_agi_lvl50_leggings_02_01;armor_assault_con_lvl50_bicep_l_02_01;armor_assault_con_lvl50_bicep_r_02_01;armor_assault_con_lvl50_boots_02_01;armor_assault_con_lvl50_bracer_l_02_01;armor_assault_con_lvl50_bracer_r_02_01;armor_assault_con_lvl50_chest_02_01;armor_assault_con_lvl50_gloves_02_01;armor_assault_con_lvl50_helmet_02_01;armor_assault_con_lvl50_leggings_02_01;armor_assault_lck_lvl50_bicep_l_02_01;armor_assault_lck_lvl50_bicep_r_02_01;armor_assault_lck_lvl50_boots_02_01;armor_assault_lck_lvl50_bracer_l_02_01;armor_assault_lck_lvl50_bracer_r_02_01;armor_assault_lck_lvl50_chest_02_01;armor_assault_lck_lvl50_gloves_02_01;armor_assault_lck_lvl50_helmet_02_01;armor_assault_lck_lvl50_leggings_02_01;armor_assault_pre_lvl50_bicep_l_02_01;armor_assault_pre_lvl50_bicep_r_02_01;armor_assault_pre_lvl50_boots_02_01;armor_assault_pre_lvl50_bracer_l_02_01;armor_assault_pre_lvl50_bracer_r_02_01;armor_assault_pre_lvl50_chest_02_01;armor_assault_pre_lvl50_gloves_02_01;armor_assault_pre_lvl50_helmet_02_01;armor_assault_pre_lvl50_leggings_02_01;armor_assault_sta_lvl50_bicep_l_02_01;armor_assault_sta_lvl50_bicep_r_02_01;armor_assault_sta_lvl50_boots_02_01;armor_assault_sta_lvl50_bracer_l_02_01;armor_assault_sta_lvl50_bracer_r_02_01;armor_assault_sta_lvl50_chest_02_01;armor_assault_sta_lvl50_gloves_02_01;armor_assault_sta_lvl50_helmet_02_01;armor_assault_sta_lvl50_leggings_02_01;armor_battle_agi_lvl50_bicep_l_02_01;armor_battle_agi_lvl50_bicep_r_02_01;armor_battle_agi_lvl50_boots_02_01;armor_battle_agi_lvl50_bracer_l_02_01;armor_battle_agi_lvl50_bracer_r_02_01;armor_battle_agi_lvl50_chest_02_01;armor_battle_agi_lvl50_gloves_02_01;armor_battle_agi_lvl50_helmet_02_01;armor_battle_agi_lvl50_leggings_02_01;armor_battle_con_lvl50_bicep_l_02_01;armor_battle_con_lvl50_bicep_r_02_01;armor_battle_con_lvl50_boots_02_01;armor_battle_con_lvl50_bracer_l_02_01;armor_battle_con_lvl50_bracer_r_02_01;armor_battle_con_lvl50_chest_02_01;armor_battle_con_lvl50_gloves_02_01;armor_battle_con_lvl50_helmet_02_01;armor_battle_con_lvl50_leggings_02_01;armor_battle_lck_lvl50_bicep_l_02_01;armor_battle_lck_lvl50_bicep_r_02_01;armor_battle_lck_lvl50_boots_02_01;armor_battle_lck_lvl50_bracer_l_02_01;armor_battle_lck_lvl50_bracer_r_02_01;armor_battle_lck_lvl50_chest_02_01;armor_battle_lck_lvl50_gloves_02_01;armor_battle_lck_lvl50_helmet_02_01;armor_battle_lck_lvl50_leggings_02_01;armor_battle_pre_lvl50_bicep_l_02_01;armor_battle_pre_lvl50_bicep_r_02_01;armor_battle_pre_lvl50_boots_02_01;armor_battle_pre_lvl50_bracer_l_02_01;armor_battle_pre_lvl50_bracer_r_02_01;armor_battle_pre_lvl50_chest_02_01;armor_battle_pre_lvl50_gloves_02_01;armor_battle_pre_lvl50_helmet_02_01;armor_battle_pre_lvl50_leggings_02_01;armor_battle_sta_lvl50_bicep_l_02_01;armor_battle_sta_lvl50_bicep_r_02_01;armor_battle_sta_lvl50_boots_02_01;armor_battle_sta_lvl50_bracer_l_02_01;armor_battle_sta_lvl50_bracer_r_02_01;armor_battle_sta_lvl50_chest_02_01;armor_battle_sta_lvl50_gloves_02_01;armor_battle_sta_lvl50_helmet_02_01;armor_battle_sta_lvl50_leggings_02_01;armor_recon_agi_lvl50_bicep_l_02_01;armor_recon_agi_lvl50_bicep_r_02_01;armor_recon_agi_lvl50_boots_02_01;armor_recon_agi_lvl50_bracer_l_02_01;armor_recon_agi_lvl50_bracer_r_02_01;armor_recon_agi_lvl50_chest_02_01;armor_recon_agi_lvl50_gloves_02_01;armor_recon_agi_lvl50_helmet_02_01;armor_recon_agi_lvl50_leggings_02_01;armor_recon_con_lvl50_bicep_l_02_01;armor_recon_con_lvl50_bicep_r_02_01;armor_recon_con_lvl50_boots_02_01;armor_recon_con_lvl50_bracer_l_02_01;armor_recon_con_lvl50_bracer_r_02_01;armor_recon_con_lvl50_chest_02_01;armor_recon_con_lvl50_gloves_02_01;armor_recon_con_lvl50_helmet_02_01;armor_recon_con_lvl50_leggings_02_01;armor_recon_lck_lvl50_bicep_l_02_01;armor_recon_lck_lvl50_bicep_r_02_01;armor_recon_lck_lvl50_boots_02_01;armor_recon_lck_lvl50_bracer_l_02_01;armor_recon_lck_lvl50_bracer_r_02_01;armor_recon_lck_lvl50_chest_02_01;armor_recon_lck_lvl50_gloves_02_01;armor_recon_lck_lvl50_helmet_02_01;armor_recon_lck_lvl50_leggings_02_01;armor_recon_pre_lvl50_bicep_l_02_01;armor_recon_pre_lvl50_bicep_r_02_01;armor_recon_pre_lvl50_boots_02_01;armor_recon_pre_lvl50_bracer_l_02_01;armor_recon_pre_lvl50_bracer_r_02_01;armor_recon_pre_lvl50_chest_02_01;armor_recon_pre_lvl50_gloves_02_01;armor_recon_pre_lvl50_helmet_02_01;armor_recon_pre_lvl50_leggings_02_01;armor_recon_sta_lvl50_bicep_l_02_01;armor_recon_sta_lvl50_bicep_r_02_01;armor_recon_sta_lvl50_boots_02_01;armor_recon_sta_lvl50_bracer_l_02_01;armor_recon_sta_lvl50_bracer_r_02_01;armor_recon_sta_lvl50_chest_02_01;armor_recon_sta_lvl50_gloves_02_01;armor_recon_sta_lvl50_helmet_02_01;armor_recon_sta_lvl50_leggings_02_01 6 +loot_common_npc ELITE 51 60 NPC - Junk item_junk_npc_51thru60_01_01;item_junk_npc_51thru60_01_02;item_junk_npc_51thru60_01_03;item_junk_npc_51thru60_01_04;item_junk_npc_51thru60_01_05 88 Weapon + Consumable weapon_pistol_drop_lvl20_02_01;weapon_carbine_drop_lvl20_02_01;weapon_rifle_drop_lvl20_02_01;item_consumable_drop_agi_lvl20_01_02;item_consumable_drop_sta_lvl20_01_02;item_consumable_drop_con_lvl20_01_02;item_consumable_drop_str_lvl20_01_02;item_consumable_drop_pre_lvl20_01_02;item_consumable_drop_lck_lvl20_01_02 6 Clothing + Armor item_clothing_backpack_agi_lvl60_02_01;item_clothing_backpack_con_lvl60_02_01;item_clothing_backpack_lck_lvl60_02_01;item_clothing_backpack_pre_lvl60_02_01;item_clothing_backpack_sta_lvl60_02_01;item_clothing_backpack_str_lvl60_02_01;item_clothing_bandolier_agi_lvl60_02_01;item_clothing_bandolier_con_lvl60_02_01;item_clothing_bandolier_lck_lvl60_02_01;item_clothing_bandolier_pre_lvl60_02_01;item_clothing_bandolier_sta_lvl60_02_01;item_clothing_bandolier_str_lvl60_02_01;item_clothing_belt_agi_lvl60_02_01;item_clothing_belt_con_lvl60_02_01;item_clothing_belt_lck_lvl60_02_01;item_clothing_belt_pre_lvl60_02_01;item_clothing_belt_sta_lvl60_02_01;item_clothing_belt_str_lvl60_02_01;item_clothing_boots_agi_lvl60_02_01;item_clothing_boots_con_lvl60_02_01;item_clothing_boots_lck_lvl60_02_01;item_clothing_boots_pre_lvl60_02_01;item_clothing_boots_sta_lvl60_02_01;item_clothing_boots_str_lvl60_02_01;item_clothing_bracelet_l_agi_lvl60_02_01;item_clothing_bracelet_l_con_lvl60_02_01;item_clothing_bracelet_l_lck_lvl60_02_01;item_clothing_bracelet_l_pre_lvl60_02_01;item_clothing_bracelet_l_sta_lvl60_02_01;item_clothing_bracelet_l_str_lvl60_02_01;item_clothing_bracelet_r_agi_lvl60_02_01;item_clothing_bracelet_r_con_lvl60_02_01;item_clothing_bracelet_r_lck_lvl60_02_01;item_clothing_bracelet_r_pre_lvl60_02_01;item_clothing_bracelet_r_sta_lvl60_02_01;item_clothing_bracelet_r_str_lvl60_02_01;item_clothing_gloves_agi_lvl60_02_01;item_clothing_gloves_con_lvl60_02_01;item_clothing_gloves_lck_lvl60_02_01;item_clothing_gloves_pre_lvl60_02_01;item_clothing_gloves_sta_lvl60_02_01;item_clothing_gloves_str_lvl60_02_01;item_clothing_hat_agi_lvl60_02_01;item_clothing_hat_con_lvl60_02_01;item_clothing_hat_lck_lvl60_02_01;item_clothing_hat_pre_lvl60_02_01;item_clothing_hat_sta_lvl60_02_01;item_clothing_hat_str_lvl60_02_01;item_clothing_jacket_agi_lvl60_02_01;item_clothing_jacket_con_lvl60_02_01;item_clothing_jacket_lck_lvl60_02_01;item_clothing_jacket_pre_lvl60_02_01;item_clothing_jacket_sta_lvl60_02_01;item_clothing_jacket_str_lvl60_02_01;item_clothing_necklace_agi_lvl60_02_01;item_clothing_necklace_con_lvl60_02_01;item_clothing_necklace_lck_lvl60_02_01;item_clothing_necklace_pre_lvl60_02_01;item_clothing_necklace_sta_lvl60_02_01;item_clothing_necklace_str_lvl60_02_01;item_clothing_pants_agi_lvl60_02_01;item_clothing_pants_con_lvl60_02_01;item_clothing_pants_lck_lvl60_02_01;item_clothing_pants_pre_lvl60_02_01;item_clothing_pants_sta_lvl60_02_01;item_clothing_pants_str_lvl60_02_01;item_clothing_ring_agi_lvl60_02_01;item_clothing_ring_con_lvl60_02_01;item_clothing_ring_lck_lvl60_02_01;item_clothing_ring_pre_lvl60_02_01;item_clothing_ring_sta_lvl60_02_01;item_clothing_ring_str_lvl60_02_01;item_clothing_shirt_agi_lvl60_02_01;item_clothing_shirt_con_lvl60_02_01;item_clothing_shirt_lck_lvl60_02_01;item_clothing_shirt_pre_lvl60_02_01;item_clothing_shirt_sta_lvl60_02_01;item_clothing_shirt_str_lvl60_02_01;item_clothing_shoes_agi_lvl60_02_01;item_clothing_shoes_con_lvl60_02_01;item_clothing_shoes_lck_lvl60_02_01;item_clothing_shoes_pre_lvl60_02_01;item_clothing_shoes_sta_lvl60_02_01;item_clothing_shoes_str_lvl60_02_01;item_clothing_vest_agi_lvl60_02_01;item_clothing_vest_con_lvl60_02_01;item_clothing_vest_lck_lvl60_02_01;item_clothing_vest_pre_lvl60_02_01;item_clothing_vest_sta_lvl60_02_01;item_clothing_vest_str_lvl60_02_01;armor_assault_agi_lvl60_bicep_l_02_01;armor_assault_agi_lvl60_bicep_r_02_01;armor_assault_agi_lvl60_boots_02_01;armor_assault_agi_lvl60_bracer_l_02_01;armor_assault_agi_lvl60_bracer_r_02_01;armor_assault_agi_lvl60_chest_02_01;armor_assault_agi_lvl60_gloves_02_01;armor_assault_agi_lvl60_helmet_02_01;armor_assault_agi_lvl60_leggings_02_01;armor_assault_con_lvl60_bicep_l_02_01;armor_assault_con_lvl60_bicep_r_02_01;armor_assault_con_lvl60_boots_02_01;armor_assault_con_lvl60_bracer_l_02_01;armor_assault_con_lvl60_bracer_r_02_01;armor_assault_con_lvl60_chest_02_01;armor_assault_con_lvl60_gloves_02_01;armor_assault_con_lvl60_helmet_02_01;armor_assault_con_lvl60_leggings_02_01;armor_assault_lck_lvl60_bicep_l_02_01;armor_assault_lck_lvl60_bicep_r_02_01;armor_assault_lck_lvl60_boots_02_01;armor_assault_lck_lvl60_bracer_l_02_01;armor_assault_lck_lvl60_bracer_r_02_01;armor_assault_lck_lvl60_chest_02_01;armor_assault_lck_lvl60_gloves_02_01;armor_assault_lck_lvl60_helmet_02_01;armor_assault_lck_lvl60_leggings_02_01;armor_assault_pre_lvl60_bicep_l_02_01;armor_assault_pre_lvl60_bicep_r_02_01;armor_assault_pre_lvl60_boots_02_01;armor_assault_pre_lvl60_bracer_l_02_01;armor_assault_pre_lvl60_bracer_r_02_01;armor_assault_pre_lvl60_chest_02_01;armor_assault_pre_lvl60_gloves_02_01;armor_assault_pre_lvl60_helmet_02_01;armor_assault_pre_lvl60_leggings_02_01;armor_assault_sta_lvl60_bicep_l_02_01;armor_assault_sta_lvl60_bicep_r_02_01;armor_assault_sta_lvl60_boots_02_01;armor_assault_sta_lvl60_bracer_l_02_01;armor_assault_sta_lvl60_bracer_r_02_01;armor_assault_sta_lvl60_chest_02_01;armor_assault_sta_lvl60_gloves_02_01;armor_assault_sta_lvl60_helmet_02_01;armor_assault_sta_lvl60_leggings_02_01;armor_battle_agi_lvl60_bicep_l_02_01;armor_battle_agi_lvl60_bicep_r_02_01;armor_battle_agi_lvl60_boots_02_01;armor_battle_agi_lvl60_bracer_l_02_01;armor_battle_agi_lvl60_bracer_r_02_01;armor_battle_agi_lvl60_chest_02_01;armor_battle_agi_lvl60_gloves_02_01;armor_battle_agi_lvl60_helmet_02_01;armor_battle_agi_lvl60_leggings_02_01;armor_battle_con_lvl60_bicep_l_02_01;armor_battle_con_lvl60_bicep_r_02_01;armor_battle_con_lvl60_boots_02_01;armor_battle_con_lvl60_bracer_l_02_01;armor_battle_con_lvl60_bracer_r_02_01;armor_battle_con_lvl60_chest_02_01;armor_battle_con_lvl60_gloves_02_01;armor_battle_con_lvl60_helmet_02_01;armor_battle_con_lvl60_leggings_02_01;armor_battle_lck_lvl60_bicep_l_02_01;armor_battle_lck_lvl60_bicep_r_02_01;armor_battle_lck_lvl60_boots_02_01;armor_battle_lck_lvl60_bracer_l_02_01;armor_battle_lck_lvl60_bracer_r_02_01;armor_battle_lck_lvl60_chest_02_01;armor_battle_lck_lvl60_gloves_02_01;armor_battle_lck_lvl60_helmet_02_01;armor_battle_lck_lvl60_leggings_02_01;armor_battle_pre_lvl60_bicep_l_02_01;armor_battle_pre_lvl60_bicep_r_02_01;armor_battle_pre_lvl60_boots_02_01;armor_battle_pre_lvl60_bracer_l_02_01;armor_battle_pre_lvl60_bracer_r_02_01;armor_battle_pre_lvl60_chest_02_01;armor_battle_pre_lvl60_gloves_02_01;armor_battle_pre_lvl60_helmet_02_01;armor_battle_pre_lvl60_leggings_02_01;armor_battle_sta_lvl60_bicep_l_02_01;armor_battle_sta_lvl60_bicep_r_02_01;armor_battle_sta_lvl60_boots_02_01;armor_battle_sta_lvl60_bracer_l_02_01;armor_battle_sta_lvl60_bracer_r_02_01;armor_battle_sta_lvl60_chest_02_01;armor_battle_sta_lvl60_gloves_02_01;armor_battle_sta_lvl60_helmet_02_01;armor_battle_sta_lvl60_leggings_02_01;armor_recon_agi_lvl60_bicep_l_02_01;armor_recon_agi_lvl60_bicep_r_02_01;armor_recon_agi_lvl60_boots_02_01;armor_recon_agi_lvl60_bracer_l_02_01;armor_recon_agi_lvl60_bracer_r_02_01;armor_recon_agi_lvl60_chest_02_01;armor_recon_agi_lvl60_gloves_02_01;armor_recon_agi_lvl60_helmet_02_01;armor_recon_agi_lvl60_leggings_02_01;armor_recon_con_lvl60_bicep_l_02_01;armor_recon_con_lvl60_bicep_r_02_01;armor_recon_con_lvl60_boots_02_01;armor_recon_con_lvl60_bracer_l_02_01;armor_recon_con_lvl60_bracer_r_02_01;armor_recon_con_lvl60_chest_02_01;armor_recon_con_lvl60_gloves_02_01;armor_recon_con_lvl60_helmet_02_01;armor_recon_con_lvl60_leggings_02_01;armor_recon_lck_lvl60_bicep_l_02_01;armor_recon_lck_lvl60_bicep_r_02_01;armor_recon_lck_lvl60_boots_02_01;armor_recon_lck_lvl60_bracer_l_02_01;armor_recon_lck_lvl60_bracer_r_02_01;armor_recon_lck_lvl60_chest_02_01;armor_recon_lck_lvl60_gloves_02_01;armor_recon_lck_lvl60_helmet_02_01;armor_recon_lck_lvl60_leggings_02_01;armor_recon_pre_lvl60_bicep_l_02_01;armor_recon_pre_lvl60_bicep_r_02_01;armor_recon_pre_lvl60_boots_02_01;armor_recon_pre_lvl60_bracer_l_02_01;armor_recon_pre_lvl60_bracer_r_02_01;armor_recon_pre_lvl60_chest_02_01;armor_recon_pre_lvl60_gloves_02_01;armor_recon_pre_lvl60_helmet_02_01;armor_recon_pre_lvl60_leggings_02_01;armor_recon_sta_lvl60_bicep_l_02_01;armor_recon_sta_lvl60_bicep_r_02_01;armor_recon_sta_lvl60_boots_02_01;armor_recon_sta_lvl60_bracer_l_02_01;armor_recon_sta_lvl60_bracer_r_02_01;armor_recon_sta_lvl60_chest_02_01;armor_recon_sta_lvl60_gloves_02_01;armor_recon_sta_lvl60_helmet_02_01;armor_recon_sta_lvl60_leggings_02_01 6 +loot_common_npc ELITE 61 70 NPC - Junk item_junk_npc_61thru70_01_01;item_junk_npc_61thru70_01_02;item_junk_npc_61thru70_01_03;item_junk_npc_61thru70_01_04;item_junk_npc_61thru70_01_05 84 Weapon + Consumable weapon_pistol_drop_lvl20_02_01;weapon_carbine_drop_lvl20_02_01;weapon_rifle_drop_lvl20_02_01;item_consumable_drop_agi_lvl20_01_02;item_consumable_drop_sta_lvl20_01_02;item_consumable_drop_con_lvl20_01_02;item_consumable_drop_str_lvl20_01_02;item_consumable_drop_pre_lvl20_01_02;item_consumable_drop_lck_lvl20_01_02 8 Clothing + Armor item_clothing_backpack_agi_lvl70_02_01;item_clothing_backpack_con_lvl70_02_01;item_clothing_backpack_lck_lvl70_02_01;item_clothing_backpack_pre_lvl70_02_01;item_clothing_backpack_sta_lvl70_02_01;item_clothing_backpack_str_lvl70_02_01;item_clothing_bandolier_agi_lvl70_02_01;item_clothing_bandolier_con_lvl70_02_01;item_clothing_bandolier_lck_lvl70_02_01;item_clothing_bandolier_pre_lvl70_02_01;item_clothing_bandolier_sta_lvl70_02_01;item_clothing_bandolier_str_lvl70_02_01;item_clothing_belt_agi_lvl70_02_01;item_clothing_belt_con_lvl70_02_01;item_clothing_belt_lck_lvl70_02_01;item_clothing_belt_pre_lvl70_02_01;item_clothing_belt_sta_lvl70_02_01;item_clothing_belt_str_lvl70_02_01;item_clothing_boots_agi_lvl70_02_01;item_clothing_boots_con_lvl70_02_01;item_clothing_boots_lck_lvl70_02_01;item_clothing_boots_pre_lvl70_02_01;item_clothing_boots_sta_lvl70_02_01;item_clothing_boots_str_lvl70_02_01;item_clothing_bracelet_l_agi_lvl70_02_01;item_clothing_bracelet_l_con_lvl70_02_01;item_clothing_bracelet_l_lck_lvl70_02_01;item_clothing_bracelet_l_pre_lvl70_02_01;item_clothing_bracelet_l_sta_lvl70_02_01;item_clothing_bracelet_l_str_lvl70_02_01;item_clothing_bracelet_r_agi_lvl70_02_01;item_clothing_bracelet_r_con_lvl70_02_01;item_clothing_bracelet_r_lck_lvl70_02_01;item_clothing_bracelet_r_pre_lvl70_02_01;item_clothing_bracelet_r_sta_lvl70_02_01;item_clothing_bracelet_r_str_lvl70_02_01;item_clothing_gloves_agi_lvl70_02_01;item_clothing_gloves_con_lvl70_02_01;item_clothing_gloves_lck_lvl70_02_01;item_clothing_gloves_pre_lvl70_02_01;item_clothing_gloves_sta_lvl70_02_01;item_clothing_gloves_str_lvl70_02_01;item_clothing_hat_agi_lvl70_02_01;item_clothing_hat_con_lvl70_02_01;item_clothing_hat_lck_lvl70_02_01;item_clothing_hat_pre_lvl70_02_01;item_clothing_hat_sta_lvl70_02_01;item_clothing_hat_str_lvl70_02_01;item_clothing_jacket_agi_lvl70_02_01;item_clothing_jacket_con_lvl70_02_01;item_clothing_jacket_lck_lvl70_02_01;item_clothing_jacket_pre_lvl70_02_01;item_clothing_jacket_sta_lvl70_02_01;item_clothing_jacket_str_lvl70_02_01;item_clothing_necklace_agi_lvl70_02_01;item_clothing_necklace_con_lvl70_02_01;item_clothing_necklace_lck_lvl70_02_01;item_clothing_necklace_pre_lvl70_02_01;item_clothing_necklace_sta_lvl70_02_01;item_clothing_necklace_str_lvl70_02_01;item_clothing_pants_agi_lvl70_02_01;item_clothing_pants_con_lvl70_02_01;item_clothing_pants_lck_lvl70_02_01;item_clothing_pants_pre_lvl70_02_01;item_clothing_pants_sta_lvl70_02_01;item_clothing_pants_str_lvl70_02_01;item_clothing_ring_agi_lvl70_02_01;item_clothing_ring_con_lvl70_02_01;item_clothing_ring_lck_lvl70_02_01;item_clothing_ring_pre_lvl70_02_01;item_clothing_ring_sta_lvl70_02_01;item_clothing_ring_str_lvl70_02_01;item_clothing_shirt_agi_lvl70_02_01;item_clothing_shirt_con_lvl70_02_01;item_clothing_shirt_lck_lvl70_02_01;item_clothing_shirt_pre_lvl70_02_01;item_clothing_shirt_sta_lvl70_02_01;item_clothing_shirt_str_lvl70_02_01;item_clothing_shoes_agi_lvl70_02_01;item_clothing_shoes_con_lvl70_02_01;item_clothing_shoes_lck_lvl70_02_01;item_clothing_shoes_pre_lvl70_02_01;item_clothing_shoes_sta_lvl70_02_01;item_clothing_shoes_str_lvl70_02_01;item_clothing_vest_agi_lvl70_02_01;item_clothing_vest_con_lvl70_02_01;item_clothing_vest_lck_lvl70_02_01;item_clothing_vest_pre_lvl70_02_01;item_clothing_vest_sta_lvl70_02_01;item_clothing_vest_str_lvl70_02_01;armor_assault_agi_lvl70_bicep_l_02_01;armor_assault_agi_lvl70_bicep_r_02_01;armor_assault_agi_lvl70_boots_02_01;armor_assault_agi_lvl70_bracer_l_02_01;armor_assault_agi_lvl70_bracer_r_02_01;armor_assault_agi_lvl70_chest_02_01;armor_assault_agi_lvl70_gloves_02_01;armor_assault_agi_lvl70_helmet_02_01;armor_assault_agi_lvl70_leggings_02_01;armor_assault_con_lvl70_bicep_l_02_01;armor_assault_con_lvl70_bicep_r_02_01;armor_assault_con_lvl70_boots_02_01;armor_assault_con_lvl70_bracer_l_02_01;armor_assault_con_lvl70_bracer_r_02_01;armor_assault_con_lvl70_chest_02_01;armor_assault_con_lvl70_gloves_02_01;armor_assault_con_lvl70_helmet_02_01;armor_assault_con_lvl70_leggings_02_01;armor_assault_lck_lvl70_bicep_l_02_01;armor_assault_lck_lvl70_bicep_r_02_01;armor_assault_lck_lvl70_boots_02_01;armor_assault_lck_lvl70_bracer_l_02_01;armor_assault_lck_lvl70_bracer_r_02_01;armor_assault_lck_lvl70_chest_02_01;armor_assault_lck_lvl70_gloves_02_01;armor_assault_lck_lvl70_helmet_02_01;armor_assault_lck_lvl70_leggings_02_01;armor_assault_pre_lvl70_bicep_l_02_01;armor_assault_pre_lvl70_bicep_r_02_01;armor_assault_pre_lvl70_boots_02_01;armor_assault_pre_lvl70_bracer_l_02_01;armor_assault_pre_lvl70_bracer_r_02_01;armor_assault_pre_lvl70_chest_02_01;armor_assault_pre_lvl70_gloves_02_01;armor_assault_pre_lvl70_helmet_02_01;armor_assault_pre_lvl70_leggings_02_01;armor_assault_sta_lvl70_bicep_l_02_01;armor_assault_sta_lvl70_bicep_r_02_01;armor_assault_sta_lvl70_boots_02_01;armor_assault_sta_lvl70_bracer_l_02_01;armor_assault_sta_lvl70_bracer_r_02_01;armor_assault_sta_lvl70_chest_02_01;armor_assault_sta_lvl70_gloves_02_01;armor_assault_sta_lvl70_helmet_02_01;armor_assault_sta_lvl70_leggings_02_01;armor_battle_agi_lvl70_bicep_l_02_01;armor_battle_agi_lvl70_bicep_r_02_01;armor_battle_agi_lvl70_boots_02_01;armor_battle_agi_lvl70_bracer_l_02_01;armor_battle_agi_lvl70_bracer_r_02_01;armor_battle_agi_lvl70_chest_02_01;armor_battle_agi_lvl70_gloves_02_01;armor_battle_agi_lvl70_helmet_02_01;armor_battle_agi_lvl70_leggings_02_01;armor_battle_con_lvl70_bicep_l_02_01;armor_battle_con_lvl70_bicep_r_02_01;armor_battle_con_lvl70_boots_02_01;armor_battle_con_lvl70_bracer_l_02_01;armor_battle_con_lvl70_bracer_r_02_01;armor_battle_con_lvl70_chest_02_01;armor_battle_con_lvl70_gloves_02_01;armor_battle_con_lvl70_helmet_02_01;armor_battle_con_lvl70_leggings_02_01;armor_battle_lck_lvl70_bicep_l_02_01;armor_battle_lck_lvl70_bicep_r_02_01;armor_battle_lck_lvl70_boots_02_01;armor_battle_lck_lvl70_bracer_l_02_01;armor_battle_lck_lvl70_bracer_r_02_01;armor_battle_lck_lvl70_chest_02_01;armor_battle_lck_lvl70_gloves_02_01;armor_battle_lck_lvl70_helmet_02_01;armor_battle_lck_lvl70_leggings_02_01;armor_battle_pre_lvl70_bicep_l_02_01;armor_battle_pre_lvl70_bicep_r_02_01;armor_battle_pre_lvl70_boots_02_01;armor_battle_pre_lvl70_bracer_l_02_01;armor_battle_pre_lvl70_bracer_r_02_01;armor_battle_pre_lvl70_chest_02_01;armor_battle_pre_lvl70_gloves_02_01;armor_battle_pre_lvl70_helmet_02_01;armor_battle_pre_lvl70_leggings_02_01;armor_battle_sta_lvl70_bicep_l_02_01;armor_battle_sta_lvl70_bicep_r_02_01;armor_battle_sta_lvl70_boots_02_01;armor_battle_sta_lvl70_bracer_l_02_01;armor_battle_sta_lvl70_bracer_r_02_01;armor_battle_sta_lvl70_chest_02_01;armor_battle_sta_lvl70_gloves_02_01;armor_battle_sta_lvl70_helmet_02_01;armor_battle_sta_lvl70_leggings_02_01;armor_recon_agi_lvl70_bicep_l_02_01;armor_recon_agi_lvl70_bicep_r_02_01;armor_recon_agi_lvl70_boots_02_01;armor_recon_agi_lvl70_bracer_l_02_01;armor_recon_agi_lvl70_bracer_r_02_01;armor_recon_agi_lvl70_chest_02_01;armor_recon_agi_lvl70_gloves_02_01;armor_recon_agi_lvl70_helmet_02_01;armor_recon_agi_lvl70_leggings_02_01;armor_recon_con_lvl70_bicep_l_02_01;armor_recon_con_lvl70_bicep_r_02_01;armor_recon_con_lvl70_boots_02_01;armor_recon_con_lvl70_bracer_l_02_01;armor_recon_con_lvl70_bracer_r_02_01;armor_recon_con_lvl70_chest_02_01;armor_recon_con_lvl70_gloves_02_01;armor_recon_con_lvl70_helmet_02_01;armor_recon_con_lvl70_leggings_02_01;armor_recon_lck_lvl70_bicep_l_02_01;armor_recon_lck_lvl70_bicep_r_02_01;armor_recon_lck_lvl70_boots_02_01;armor_recon_lck_lvl70_bracer_l_02_01;armor_recon_lck_lvl70_bracer_r_02_01;armor_recon_lck_lvl70_chest_02_01;armor_recon_lck_lvl70_gloves_02_01;armor_recon_lck_lvl70_helmet_02_01;armor_recon_lck_lvl70_leggings_02_01;armor_recon_pre_lvl70_bicep_l_02_01;armor_recon_pre_lvl70_bicep_r_02_01;armor_recon_pre_lvl70_boots_02_01;armor_recon_pre_lvl70_bracer_l_02_01;armor_recon_pre_lvl70_bracer_r_02_01;armor_recon_pre_lvl70_chest_02_01;armor_recon_pre_lvl70_gloves_02_01;armor_recon_pre_lvl70_helmet_02_01;armor_recon_pre_lvl70_leggings_02_01;armor_recon_sta_lvl70_bicep_l_02_01;armor_recon_sta_lvl70_bicep_r_02_01;armor_recon_sta_lvl70_boots_02_01;armor_recon_sta_lvl70_bracer_l_02_01;armor_recon_sta_lvl70_bracer_r_02_01;armor_recon_sta_lvl70_chest_02_01;armor_recon_sta_lvl70_gloves_02_01;armor_recon_sta_lvl70_helmet_02_01;armor_recon_sta_lvl70_leggings_02_01 8 +loot_common_npc ELITE 71 80 NPC - Junk item_junk_npc_71thru80_01_01;item_junk_npc_71thru80_01_02;item_junk_npc_71thru80_01_03;item_junk_npc_71thru80_01_04;item_junk_npc_71thru80_01_05 84 Weapon + Consumable weapon_pistol_drop_lvl20_02_01;weapon_carbine_drop_lvl20_02_01;weapon_rifle_drop_lvl20_02_01;item_consumable_drop_agi_lvl20_01_02;item_consumable_drop_sta_lvl20_01_02;item_consumable_drop_con_lvl20_01_02;item_consumable_drop_str_lvl20_01_02;item_consumable_drop_pre_lvl20_01_02;item_consumable_drop_lck_lvl20_01_02 8 Clothing + Armor item_clothing_backpack_agi_lvl80_02_01;item_clothing_backpack_con_lvl80_02_01;item_clothing_backpack_lck_lvl80_02_01;item_clothing_backpack_pre_lvl80_02_01;item_clothing_backpack_sta_lvl80_02_01;item_clothing_backpack_str_lvl80_02_01;item_clothing_bandolier_agi_lvl80_02_01;item_clothing_bandolier_con_lvl80_02_01;item_clothing_bandolier_lck_lvl80_02_01;item_clothing_bandolier_pre_lvl80_02_01;item_clothing_bandolier_sta_lvl80_02_01;item_clothing_bandolier_str_lvl80_02_01;item_clothing_belt_agi_lvl80_02_01;item_clothing_belt_con_lvl80_02_01;item_clothing_belt_lck_lvl80_02_01;item_clothing_belt_pre_lvl80_02_01;item_clothing_belt_sta_lvl80_02_01;item_clothing_belt_str_lvl80_02_01;item_clothing_boots_agi_lvl80_02_01;item_clothing_boots_con_lvl80_02_01;item_clothing_boots_lck_lvl80_02_01;item_clothing_boots_pre_lvl80_02_01;item_clothing_boots_sta_lvl80_02_01;item_clothing_boots_str_lvl80_02_01;item_clothing_bracelet_l_agi_lvl80_02_01;item_clothing_bracelet_l_con_lvl80_02_01;item_clothing_bracelet_l_lck_lvl80_02_01;item_clothing_bracelet_l_pre_lvl80_02_01;item_clothing_bracelet_l_sta_lvl80_02_01;item_clothing_bracelet_l_str_lvl80_02_01;item_clothing_bracelet_r_agi_lvl80_02_01;item_clothing_bracelet_r_con_lvl80_02_01;item_clothing_bracelet_r_lck_lvl80_02_01;item_clothing_bracelet_r_pre_lvl80_02_01;item_clothing_bracelet_r_sta_lvl80_02_01;item_clothing_bracelet_r_str_lvl80_02_01;item_clothing_gloves_agi_lvl80_02_01;item_clothing_gloves_con_lvl80_02_01;item_clothing_gloves_lck_lvl80_02_01;item_clothing_gloves_pre_lvl80_02_01;item_clothing_gloves_sta_lvl80_02_01;item_clothing_gloves_str_lvl80_02_01;item_clothing_hat_agi_lvl80_02_01;item_clothing_hat_con_lvl80_02_01;item_clothing_hat_lck_lvl80_02_01;item_clothing_hat_pre_lvl80_02_01;item_clothing_hat_sta_lvl80_02_01;item_clothing_hat_str_lvl80_02_01;item_clothing_jacket_agi_lvl80_02_01;item_clothing_jacket_con_lvl80_02_01;item_clothing_jacket_lck_lvl80_02_01;item_clothing_jacket_pre_lvl80_02_01;item_clothing_jacket_sta_lvl80_02_01;item_clothing_jacket_str_lvl80_02_01;item_clothing_necklace_agi_lvl80_02_01;item_clothing_necklace_con_lvl80_02_01;item_clothing_necklace_lck_lvl80_02_01;item_clothing_necklace_pre_lvl80_02_01;item_clothing_necklace_sta_lvl80_02_01;item_clothing_necklace_str_lvl80_02_01;item_clothing_pants_agi_lvl80_02_01;item_clothing_pants_con_lvl80_02_01;item_clothing_pants_lck_lvl80_02_01;item_clothing_pants_pre_lvl80_02_01;item_clothing_pants_sta_lvl80_02_01;item_clothing_pants_str_lvl80_02_01;item_clothing_ring_agi_lvl80_02_01;item_clothing_ring_con_lvl80_02_01;item_clothing_ring_lck_lvl80_02_01;item_clothing_ring_pre_lvl80_02_01;item_clothing_ring_sta_lvl80_02_01;item_clothing_ring_str_lvl80_02_01;item_clothing_shirt_agi_lvl80_02_01;item_clothing_shirt_con_lvl80_02_01;item_clothing_shirt_lck_lvl80_02_01;item_clothing_shirt_pre_lvl80_02_01;item_clothing_shirt_sta_lvl80_02_01;item_clothing_shirt_str_lvl80_02_01;item_clothing_shoes_agi_lvl80_02_01;item_clothing_shoes_con_lvl80_02_01;item_clothing_shoes_lck_lvl80_02_01;item_clothing_shoes_pre_lvl80_02_01;item_clothing_shoes_sta_lvl80_02_01;item_clothing_shoes_str_lvl80_02_01;item_clothing_vest_agi_lvl80_02_01;item_clothing_vest_con_lvl80_02_01;item_clothing_vest_lck_lvl80_02_01;item_clothing_vest_pre_lvl80_02_01;item_clothing_vest_sta_lvl80_02_01;item_clothing_vest_str_lvl80_02_01;armor_assault_agi_lvl80_bicep_l_02_01;armor_assault_agi_lvl80_bicep_r_02_01;armor_assault_agi_lvl80_boots_02_01;armor_assault_agi_lvl80_bracer_l_02_01;armor_assault_agi_lvl80_bracer_r_02_01;armor_assault_agi_lvl80_chest_02_01;armor_assault_agi_lvl80_gloves_02_01;armor_assault_agi_lvl80_helmet_02_01;armor_assault_agi_lvl80_leggings_02_01;armor_assault_con_lvl80_bicep_l_02_01;armor_assault_con_lvl80_bicep_r_02_01;armor_assault_con_lvl80_boots_02_01;armor_assault_con_lvl80_bracer_l_02_01;armor_assault_con_lvl80_bracer_r_02_01;armor_assault_con_lvl80_chest_02_01;armor_assault_con_lvl80_gloves_02_01;armor_assault_con_lvl80_helmet_02_01;armor_assault_con_lvl80_leggings_02_01;armor_assault_lck_lvl80_bicep_l_02_01;armor_assault_lck_lvl80_bicep_r_02_01;armor_assault_lck_lvl80_boots_02_01;armor_assault_lck_lvl80_bracer_l_02_01;armor_assault_lck_lvl80_bracer_r_02_01;armor_assault_lck_lvl80_chest_02_01;armor_assault_lck_lvl80_gloves_02_01;armor_assault_lck_lvl80_helmet_02_01;armor_assault_lck_lvl80_leggings_02_01;armor_assault_pre_lvl80_bicep_l_02_01;armor_assault_pre_lvl80_bicep_r_02_01;armor_assault_pre_lvl80_boots_02_01;armor_assault_pre_lvl80_bracer_l_02_01;armor_assault_pre_lvl80_bracer_r_02_01;armor_assault_pre_lvl80_chest_02_01;armor_assault_pre_lvl80_gloves_02_01;armor_assault_pre_lvl80_helmet_02_01;armor_assault_pre_lvl80_leggings_02_01;armor_assault_sta_lvl80_bicep_l_02_01;armor_assault_sta_lvl80_bicep_r_02_01;armor_assault_sta_lvl80_boots_02_01;armor_assault_sta_lvl80_bracer_l_02_01;armor_assault_sta_lvl80_bracer_r_02_01;armor_assault_sta_lvl80_chest_02_01;armor_assault_sta_lvl80_gloves_02_01;armor_assault_sta_lvl80_helmet_02_01;armor_assault_sta_lvl80_leggings_02_01;armor_battle_agi_lvl80_bicep_l_02_01;armor_battle_agi_lvl80_bicep_r_02_01;armor_battle_agi_lvl80_boots_02_01;armor_battle_agi_lvl80_bracer_l_02_01;armor_battle_agi_lvl80_bracer_r_02_01;armor_battle_agi_lvl80_chest_02_01;armor_battle_agi_lvl80_gloves_02_01;armor_battle_agi_lvl80_helmet_02_01;armor_battle_agi_lvl80_leggings_02_01;armor_battle_con_lvl80_bicep_l_02_01;armor_battle_con_lvl80_bicep_r_02_01;armor_battle_con_lvl80_boots_02_01;armor_battle_con_lvl80_bracer_l_02_01;armor_battle_con_lvl80_bracer_r_02_01;armor_battle_con_lvl80_chest_02_01;armor_battle_con_lvl80_gloves_02_01;armor_battle_con_lvl80_helmet_02_01;armor_battle_con_lvl80_leggings_02_01;armor_battle_lck_lvl80_bicep_l_02_01;armor_battle_lck_lvl80_bicep_r_02_01;armor_battle_lck_lvl80_boots_02_01;armor_battle_lck_lvl80_bracer_l_02_01;armor_battle_lck_lvl80_bracer_r_02_01;armor_battle_lck_lvl80_chest_02_01;armor_battle_lck_lvl80_gloves_02_01;armor_battle_lck_lvl80_helmet_02_01;armor_battle_lck_lvl80_leggings_02_01;armor_battle_pre_lvl80_bicep_l_02_01;armor_battle_pre_lvl80_bicep_r_02_01;armor_battle_pre_lvl80_boots_02_01;armor_battle_pre_lvl80_bracer_l_02_01;armor_battle_pre_lvl80_bracer_r_02_01;armor_battle_pre_lvl80_chest_02_01;armor_battle_pre_lvl80_gloves_02_01;armor_battle_pre_lvl80_helmet_02_01;armor_battle_pre_lvl80_leggings_02_01;armor_battle_sta_lvl80_bicep_l_02_01;armor_battle_sta_lvl80_bicep_r_02_01;armor_battle_sta_lvl80_boots_02_01;armor_battle_sta_lvl80_bracer_l_02_01;armor_battle_sta_lvl80_bracer_r_02_01;armor_battle_sta_lvl80_chest_02_01;armor_battle_sta_lvl80_gloves_02_01;armor_battle_sta_lvl80_helmet_02_01;armor_battle_sta_lvl80_leggings_02_01;armor_recon_agi_lvl80_bicep_l_02_01;armor_recon_agi_lvl80_bicep_r_02_01;armor_recon_agi_lvl80_boots_02_01;armor_recon_agi_lvl80_bracer_l_02_01;armor_recon_agi_lvl80_bracer_r_02_01;armor_recon_agi_lvl80_chest_02_01;armor_recon_agi_lvl80_gloves_02_01;armor_recon_agi_lvl80_helmet_02_01;armor_recon_agi_lvl80_leggings_02_01;armor_recon_con_lvl80_bicep_l_02_01;armor_recon_con_lvl80_bicep_r_02_01;armor_recon_con_lvl80_boots_02_01;armor_recon_con_lvl80_bracer_l_02_01;armor_recon_con_lvl80_bracer_r_02_01;armor_recon_con_lvl80_chest_02_01;armor_recon_con_lvl80_gloves_02_01;armor_recon_con_lvl80_helmet_02_01;armor_recon_con_lvl80_leggings_02_01;armor_recon_lck_lvl80_bicep_l_02_01;armor_recon_lck_lvl80_bicep_r_02_01;armor_recon_lck_lvl80_boots_02_01;armor_recon_lck_lvl80_bracer_l_02_01;armor_recon_lck_lvl80_bracer_r_02_01;armor_recon_lck_lvl80_chest_02_01;armor_recon_lck_lvl80_gloves_02_01;armor_recon_lck_lvl80_helmet_02_01;armor_recon_lck_lvl80_leggings_02_01;armor_recon_pre_lvl80_bicep_l_02_01;armor_recon_pre_lvl80_bicep_r_02_01;armor_recon_pre_lvl80_boots_02_01;armor_recon_pre_lvl80_bracer_l_02_01;armor_recon_pre_lvl80_bracer_r_02_01;armor_recon_pre_lvl80_chest_02_01;armor_recon_pre_lvl80_gloves_02_01;armor_recon_pre_lvl80_helmet_02_01;armor_recon_pre_lvl80_leggings_02_01;armor_recon_sta_lvl80_bicep_l_02_01;armor_recon_sta_lvl80_bicep_r_02_01;armor_recon_sta_lvl80_boots_02_01;armor_recon_sta_lvl80_bracer_l_02_01;armor_recon_sta_lvl80_bracer_r_02_01;armor_recon_sta_lvl80_chest_02_01;armor_recon_sta_lvl80_gloves_02_01;armor_recon_sta_lvl80_helmet_02_01;armor_recon_sta_lvl80_leggings_02_01 8 +loot_common_npc ELITE 81 100 NPC - Junk item_junk_npc_81thru90_01_01;item_junk_npc_81thru90_01_02;item_junk_npc_81thru90_01_03;item_junk_npc_81thru90_01_04;item_junk_npc_81thru90_01_05 80 Weapon + Consumable weapon_pistol_drop_lvl20_02_01;weapon_carbine_drop_lvl20_02_01;weapon_rifle_drop_lvl20_02_01;item_consumable_drop_agi_lvl20_01_02;item_consumable_drop_sta_lvl20_01_02;item_consumable_drop_con_lvl20_01_02;item_consumable_drop_str_lvl20_01_02;item_consumable_drop_pre_lvl20_01_02;item_consumable_drop_lck_lvl20_01_02 10 Clothing + Armor item_clothing_backpack_agi_lvl80_02_01;item_clothing_backpack_con_lvl80_02_01;item_clothing_backpack_lck_lvl80_02_01;item_clothing_backpack_pre_lvl80_02_01;item_clothing_backpack_sta_lvl80_02_01;item_clothing_backpack_str_lvl80_02_01;item_clothing_bandolier_agi_lvl80_02_01;item_clothing_bandolier_con_lvl80_02_01;item_clothing_bandolier_lck_lvl80_02_01;item_clothing_bandolier_pre_lvl80_02_01;item_clothing_bandolier_sta_lvl80_02_01;item_clothing_bandolier_str_lvl80_02_01;item_clothing_belt_agi_lvl80_02_01;item_clothing_belt_con_lvl80_02_01;item_clothing_belt_lck_lvl80_02_01;item_clothing_belt_pre_lvl80_02_01;item_clothing_belt_sta_lvl80_02_01;item_clothing_belt_str_lvl80_02_01;item_clothing_boots_agi_lvl80_02_01;item_clothing_boots_con_lvl80_02_01;item_clothing_boots_lck_lvl80_02_01;item_clothing_boots_pre_lvl80_02_01;item_clothing_boots_sta_lvl80_02_01;item_clothing_boots_str_lvl80_02_01;item_clothing_bracelet_l_agi_lvl80_02_01;item_clothing_bracelet_l_con_lvl80_02_01;item_clothing_bracelet_l_lck_lvl80_02_01;item_clothing_bracelet_l_pre_lvl80_02_01;item_clothing_bracelet_l_sta_lvl80_02_01;item_clothing_bracelet_l_str_lvl80_02_01;item_clothing_bracelet_r_agi_lvl80_02_01;item_clothing_bracelet_r_con_lvl80_02_01;item_clothing_bracelet_r_lck_lvl80_02_01;item_clothing_bracelet_r_pre_lvl80_02_01;item_clothing_bracelet_r_sta_lvl80_02_01;item_clothing_bracelet_r_str_lvl80_02_01;item_clothing_gloves_agi_lvl80_02_01;item_clothing_gloves_con_lvl80_02_01;item_clothing_gloves_lck_lvl80_02_01;item_clothing_gloves_pre_lvl80_02_01;item_clothing_gloves_sta_lvl80_02_01;item_clothing_gloves_str_lvl80_02_01;item_clothing_hat_agi_lvl80_02_01;item_clothing_hat_con_lvl80_02_01;item_clothing_hat_lck_lvl80_02_01;item_clothing_hat_pre_lvl80_02_01;item_clothing_hat_sta_lvl80_02_01;item_clothing_hat_str_lvl80_02_01;item_clothing_jacket_agi_lvl80_02_01;item_clothing_jacket_con_lvl80_02_01;item_clothing_jacket_lck_lvl80_02_01;item_clothing_jacket_pre_lvl80_02_01;item_clothing_jacket_sta_lvl80_02_01;item_clothing_jacket_str_lvl80_02_01;item_clothing_necklace_agi_lvl80_02_01;item_clothing_necklace_con_lvl80_02_01;item_clothing_necklace_lck_lvl80_02_01;item_clothing_necklace_pre_lvl80_02_01;item_clothing_necklace_sta_lvl80_02_01;item_clothing_necklace_str_lvl80_02_01;item_clothing_pants_agi_lvl80_02_01;item_clothing_pants_con_lvl80_02_01;item_clothing_pants_lck_lvl80_02_01;item_clothing_pants_pre_lvl80_02_01;item_clothing_pants_sta_lvl80_02_01;item_clothing_pants_str_lvl80_02_01;item_clothing_ring_agi_lvl80_02_01;item_clothing_ring_con_lvl80_02_01;item_clothing_ring_lck_lvl80_02_01;item_clothing_ring_pre_lvl80_02_01;item_clothing_ring_sta_lvl80_02_01;item_clothing_ring_str_lvl80_02_01;item_clothing_shirt_agi_lvl80_02_01;item_clothing_shirt_con_lvl80_02_01;item_clothing_shirt_lck_lvl80_02_01;item_clothing_shirt_pre_lvl80_02_01;item_clothing_shirt_sta_lvl80_02_01;item_clothing_shirt_str_lvl80_02_01;item_clothing_shoes_agi_lvl80_02_01;item_clothing_shoes_con_lvl80_02_01;item_clothing_shoes_lck_lvl80_02_01;item_clothing_shoes_pre_lvl80_02_01;item_clothing_shoes_sta_lvl80_02_01;item_clothing_shoes_str_lvl80_02_01;item_clothing_vest_agi_lvl80_02_01;item_clothing_vest_con_lvl80_02_01;item_clothing_vest_lck_lvl80_02_01;item_clothing_vest_pre_lvl80_02_01;item_clothing_vest_sta_lvl80_02_01;item_clothing_vest_str_lvl80_02_01;armor_assault_agi_lvl80_bicep_l_02_01;armor_assault_agi_lvl80_bicep_r_02_01;armor_assault_agi_lvl80_boots_02_01;armor_assault_agi_lvl80_bracer_l_02_01;armor_assault_agi_lvl80_bracer_r_02_01;armor_assault_agi_lvl80_chest_02_01;armor_assault_agi_lvl80_gloves_02_01;armor_assault_agi_lvl80_helmet_02_01;armor_assault_agi_lvl80_leggings_02_01;armor_assault_con_lvl80_bicep_l_02_01;armor_assault_con_lvl80_bicep_r_02_01;armor_assault_con_lvl80_boots_02_01;armor_assault_con_lvl80_bracer_l_02_01;armor_assault_con_lvl80_bracer_r_02_01;armor_assault_con_lvl80_chest_02_01;armor_assault_con_lvl80_gloves_02_01;armor_assault_con_lvl80_helmet_02_01;armor_assault_con_lvl80_leggings_02_01;armor_assault_lck_lvl80_bicep_l_02_01;armor_assault_lck_lvl80_bicep_r_02_01;armor_assault_lck_lvl80_boots_02_01;armor_assault_lck_lvl80_bracer_l_02_01;armor_assault_lck_lvl80_bracer_r_02_01;armor_assault_lck_lvl80_chest_02_01;armor_assault_lck_lvl80_gloves_02_01;armor_assault_lck_lvl80_helmet_02_01;armor_assault_lck_lvl80_leggings_02_01;armor_assault_pre_lvl80_bicep_l_02_01;armor_assault_pre_lvl80_bicep_r_02_01;armor_assault_pre_lvl80_boots_02_01;armor_assault_pre_lvl80_bracer_l_02_01;armor_assault_pre_lvl80_bracer_r_02_01;armor_assault_pre_lvl80_chest_02_01;armor_assault_pre_lvl80_gloves_02_01;armor_assault_pre_lvl80_helmet_02_01;armor_assault_pre_lvl80_leggings_02_01;armor_assault_sta_lvl80_bicep_l_02_01;armor_assault_sta_lvl80_bicep_r_02_01;armor_assault_sta_lvl80_boots_02_01;armor_assault_sta_lvl80_bracer_l_02_01;armor_assault_sta_lvl80_bracer_r_02_01;armor_assault_sta_lvl80_chest_02_01;armor_assault_sta_lvl80_gloves_02_01;armor_assault_sta_lvl80_helmet_02_01;armor_assault_sta_lvl80_leggings_02_01;armor_battle_agi_lvl80_bicep_l_02_01;armor_battle_agi_lvl80_bicep_r_02_01;armor_battle_agi_lvl80_boots_02_01;armor_battle_agi_lvl80_bracer_l_02_01;armor_battle_agi_lvl80_bracer_r_02_01;armor_battle_agi_lvl80_chest_02_01;armor_battle_agi_lvl80_gloves_02_01;armor_battle_agi_lvl80_helmet_02_01;armor_battle_agi_lvl80_leggings_02_01;armor_battle_con_lvl80_bicep_l_02_01;armor_battle_con_lvl80_bicep_r_02_01;armor_battle_con_lvl80_boots_02_01;armor_battle_con_lvl80_bracer_l_02_01;armor_battle_con_lvl80_bracer_r_02_01;armor_battle_con_lvl80_chest_02_01;armor_battle_con_lvl80_gloves_02_01;armor_battle_con_lvl80_helmet_02_01;armor_battle_con_lvl80_leggings_02_01;armor_battle_lck_lvl80_bicep_l_02_01;armor_battle_lck_lvl80_bicep_r_02_01;armor_battle_lck_lvl80_boots_02_01;armor_battle_lck_lvl80_bracer_l_02_01;armor_battle_lck_lvl80_bracer_r_02_01;armor_battle_lck_lvl80_chest_02_01;armor_battle_lck_lvl80_gloves_02_01;armor_battle_lck_lvl80_helmet_02_01;armor_battle_lck_lvl80_leggings_02_01;armor_battle_pre_lvl80_bicep_l_02_01;armor_battle_pre_lvl80_bicep_r_02_01;armor_battle_pre_lvl80_boots_02_01;armor_battle_pre_lvl80_bracer_l_02_01;armor_battle_pre_lvl80_bracer_r_02_01;armor_battle_pre_lvl80_chest_02_01;armor_battle_pre_lvl80_gloves_02_01;armor_battle_pre_lvl80_helmet_02_01;armor_battle_pre_lvl80_leggings_02_01;armor_battle_sta_lvl80_bicep_l_02_01;armor_battle_sta_lvl80_bicep_r_02_01;armor_battle_sta_lvl80_boots_02_01;armor_battle_sta_lvl80_bracer_l_02_01;armor_battle_sta_lvl80_bracer_r_02_01;armor_battle_sta_lvl80_chest_02_01;armor_battle_sta_lvl80_gloves_02_01;armor_battle_sta_lvl80_helmet_02_01;armor_battle_sta_lvl80_leggings_02_01;armor_recon_agi_lvl80_bicep_l_02_01;armor_recon_agi_lvl80_bicep_r_02_01;armor_recon_agi_lvl80_boots_02_01;armor_recon_agi_lvl80_bracer_l_02_01;armor_recon_agi_lvl80_bracer_r_02_01;armor_recon_agi_lvl80_chest_02_01;armor_recon_agi_lvl80_gloves_02_01;armor_recon_agi_lvl80_helmet_02_01;armor_recon_agi_lvl80_leggings_02_01;armor_recon_con_lvl80_bicep_l_02_01;armor_recon_con_lvl80_bicep_r_02_01;armor_recon_con_lvl80_boots_02_01;armor_recon_con_lvl80_bracer_l_02_01;armor_recon_con_lvl80_bracer_r_02_01;armor_recon_con_lvl80_chest_02_01;armor_recon_con_lvl80_gloves_02_01;armor_recon_con_lvl80_helmet_02_01;armor_recon_con_lvl80_leggings_02_01;armor_recon_lck_lvl80_bicep_l_02_01;armor_recon_lck_lvl80_bicep_r_02_01;armor_recon_lck_lvl80_boots_02_01;armor_recon_lck_lvl80_bracer_l_02_01;armor_recon_lck_lvl80_bracer_r_02_01;armor_recon_lck_lvl80_chest_02_01;armor_recon_lck_lvl80_gloves_02_01;armor_recon_lck_lvl80_helmet_02_01;armor_recon_lck_lvl80_leggings_02_01;armor_recon_pre_lvl80_bicep_l_02_01;armor_recon_pre_lvl80_bicep_r_02_01;armor_recon_pre_lvl80_boots_02_01;armor_recon_pre_lvl80_bracer_l_02_01;armor_recon_pre_lvl80_bracer_r_02_01;armor_recon_pre_lvl80_chest_02_01;armor_recon_pre_lvl80_gloves_02_01;armor_recon_pre_lvl80_helmet_02_01;armor_recon_pre_lvl80_leggings_02_01;armor_recon_sta_lvl80_bicep_l_02_01;armor_recon_sta_lvl80_bicep_r_02_01;armor_recon_sta_lvl80_boots_02_01;armor_recon_sta_lvl80_bracer_l_02_01;armor_recon_sta_lvl80_bracer_r_02_01;armor_recon_sta_lvl80_chest_02_01;armor_recon_sta_lvl80_gloves_02_01;armor_recon_sta_lvl80_helmet_02_01;armor_recon_sta_lvl80_leggings_02_01 10 +loot_common_npc BOSS 1 10 NPC - Junk item_junk_npc_1thru5_01_01;item_junk_npc_1thru5_01_02;item_junk_npc_1thru5_01_03;item_junk_npc_1thru5_01_04;item_junk_npc_1thru5_01_05;item_junk_npc_6thru10_01_01;item_junk_npc_6thru10_01_02;item_junk_npc_6thru10_01_03;item_junk_npc_6thru10_01_04;item_junk_npc_6thru10_01_05 96 Schematic object/tangible/loot/loot_schematic/agitator_motor_schematic.iff;object/tangible/loot/loot_schematic/assorted_fruit_schematic.iff;object/tangible/loot/loot_schematic/basket_closed_schematic.iff;object/tangible/loot/loot_schematic/bottle_fat_schematic.iff;object/tangible/loot/loot_schematic/bottle_pear_schematic.iff;object/tangible/loot/loot_schematic/bottle_tall_schematic.iff;object/tangible/loot/loot_schematic/bowl_carved_schematic.iff;object/tangible/loot/loot_schematic/bowl_plain_schematic.iff;object/tangible/loot/loot_schematic/bubble_tank_schematic.iff;object/tangible/loot/loot_schematic/cabinet_elegant_schematic.iff;object/tangible/loot/loot_schematic/campfire_schematic.iff;object/tangible/loot/loot_schematic/cantina_chair_schematic.iff;object/tangible/loot/loot_schematic/chemical_recycler_schematic.iff;object/tangible/loot/loot_schematic/couch_blue_schematic.iff;object/tangible/loot/loot_schematic/creature_recycler_schematic.iff;object/tangible/loot/loot_schematic/diagnostic_screen_schematic.iff;object/tangible/loot/loot_schematic/droid_body_schematic.iff;object/tangible/loot/loot_schematic/droid_head_schematic.iff;object/tangible/loot/loot_schematic/flora_recycler_schematic.iff;object/tangible/loot/loot_schematic/gambling_table_schematic.iff;object/tangible/loot/loot_schematic/metal_recycler_schematic.iff;object/tangible/loot/loot_schematic/microphone_s01_schematic.iff;object/tangible/loot/loot_schematic/ore_recycler_schematic.iff;object/tangible/loot/loot_schematic/park_bench_schematic.iff;object/tangible/loot/loot_schematic/pitcher_full_schematic.iff;object/tangible/loot/loot_schematic/professors_desk_schematic.iff;object/tangible/loot/loot_schematic/radar_screen_schematic.iff;object/tangible/loot/loot_schematic/radio_schematic.iff;object/tangible/loot/loot_schematic/slave_brazier_schematic.iff;object/tangible/loot/loot_schematic/spear_rack_schematic.iff;object/tangible/loot/loot_schematic/stove_schematic.iff;object/tangible/loot/loot_schematic/streetlamp_schematic.iff;object/tangible/loot/loot_schematic/stuffed_fish_schematic.iff;object/tangible/loot/loot_schematic/table_coffee_modern_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s01_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s02_schematic.iff;object/tangible/loot/loot_schematic/throwpillow_schematic.iff;object/tangible/loot/loot_schematic/tumble_blender_schematic.iff;object/tangible/loot/loot_schematic/utensils_schematic.iff 2 Painting object/tangible/painting/painting_valley_view.iff;object/tangible/painting/painting_dance_party.iff;object/tangible/painting/painting_armor_blueprint.iff;object/tangible/painting/painting_bioengineer_orange.iff;object/tangible/painting/painting_cargoport.iff;object/tangible/painting/painting_trandoshan_wanted.iff 2 +loot_common_npc BOSS 11 20 NPC - Junk item_junk_npc_11thru20_01_01;item_junk_npc_11thru20_01_02;item_junk_npc_11thru20_01_03;item_junk_npc_11thru20_01_04;item_junk_npc_11thru20_01_05 96 Schematic object/tangible/loot/loot_schematic/agitator_motor_schematic.iff;object/tangible/loot/loot_schematic/assorted_fruit_schematic.iff;object/tangible/loot/loot_schematic/basket_closed_schematic.iff;object/tangible/loot/loot_schematic/bottle_fat_schematic.iff;object/tangible/loot/loot_schematic/bottle_pear_schematic.iff;object/tangible/loot/loot_schematic/bottle_tall_schematic.iff;object/tangible/loot/loot_schematic/bowl_carved_schematic.iff;object/tangible/loot/loot_schematic/bowl_plain_schematic.iff;object/tangible/loot/loot_schematic/bubble_tank_schematic.iff;object/tangible/loot/loot_schematic/cabinet_elegant_schematic.iff;object/tangible/loot/loot_schematic/campfire_schematic.iff;object/tangible/loot/loot_schematic/cantina_chair_schematic.iff;object/tangible/loot/loot_schematic/chemical_recycler_schematic.iff;object/tangible/loot/loot_schematic/couch_blue_schematic.iff;object/tangible/loot/loot_schematic/creature_recycler_schematic.iff;object/tangible/loot/loot_schematic/diagnostic_screen_schematic.iff;object/tangible/loot/loot_schematic/droid_body_schematic.iff;object/tangible/loot/loot_schematic/droid_head_schematic.iff;object/tangible/loot/loot_schematic/flora_recycler_schematic.iff;object/tangible/loot/loot_schematic/gambling_table_schematic.iff;object/tangible/loot/loot_schematic/metal_recycler_schematic.iff;object/tangible/loot/loot_schematic/microphone_s01_schematic.iff;object/tangible/loot/loot_schematic/ore_recycler_schematic.iff;object/tangible/loot/loot_schematic/park_bench_schematic.iff;object/tangible/loot/loot_schematic/pitcher_full_schematic.iff;object/tangible/loot/loot_schematic/professors_desk_schematic.iff;object/tangible/loot/loot_schematic/radar_screen_schematic.iff;object/tangible/loot/loot_schematic/radio_schematic.iff;object/tangible/loot/loot_schematic/slave_brazier_schematic.iff;object/tangible/loot/loot_schematic/spear_rack_schematic.iff;object/tangible/loot/loot_schematic/stove_schematic.iff;object/tangible/loot/loot_schematic/streetlamp_schematic.iff;object/tangible/loot/loot_schematic/stuffed_fish_schematic.iff;object/tangible/loot/loot_schematic/table_coffee_modern_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s01_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s02_schematic.iff;object/tangible/loot/loot_schematic/throwpillow_schematic.iff;object/tangible/loot/loot_schematic/tumble_blender_schematic.iff;object/tangible/loot/loot_schematic/utensils_schematic.iff 2 Painting object/tangible/painting/painting_valley_view.iff;object/tangible/painting/painting_dance_party.iff;object/tangible/painting/painting_armor_blueprint.iff;object/tangible/painting/painting_bioengineer_orange.iff;object/tangible/painting/painting_cargoport.iff;object/tangible/painting/painting_trandoshan_wanted.iff 2 +loot_common_npc BOSS 21 30 NPC - Junk item_junk_npc_21thru30_01_01;item_junk_npc_21thru30_01_02;item_junk_npc_21thru30_01_03;item_junk_npc_21thru30_01_04;item_junk_npc_21thru30_01_05 92 Schematic object/tangible/loot/loot_schematic/agitator_motor_schematic.iff;object/tangible/loot/loot_schematic/assorted_fruit_schematic.iff;object/tangible/loot/loot_schematic/basket_closed_schematic.iff;object/tangible/loot/loot_schematic/bottle_fat_schematic.iff;object/tangible/loot/loot_schematic/bottle_pear_schematic.iff;object/tangible/loot/loot_schematic/bottle_tall_schematic.iff;object/tangible/loot/loot_schematic/bowl_carved_schematic.iff;object/tangible/loot/loot_schematic/bowl_plain_schematic.iff;object/tangible/loot/loot_schematic/bubble_tank_schematic.iff;object/tangible/loot/loot_schematic/cabinet_elegant_schematic.iff;object/tangible/loot/loot_schematic/campfire_schematic.iff;object/tangible/loot/loot_schematic/cantina_chair_schematic.iff;object/tangible/loot/loot_schematic/chemical_recycler_schematic.iff;object/tangible/loot/loot_schematic/couch_blue_schematic.iff;object/tangible/loot/loot_schematic/creature_recycler_schematic.iff;object/tangible/loot/loot_schematic/diagnostic_screen_schematic.iff;object/tangible/loot/loot_schematic/droid_body_schematic.iff;object/tangible/loot/loot_schematic/droid_head_schematic.iff;object/tangible/loot/loot_schematic/flora_recycler_schematic.iff;object/tangible/loot/loot_schematic/gambling_table_schematic.iff;object/tangible/loot/loot_schematic/metal_recycler_schematic.iff;object/tangible/loot/loot_schematic/microphone_s01_schematic.iff;object/tangible/loot/loot_schematic/ore_recycler_schematic.iff;object/tangible/loot/loot_schematic/park_bench_schematic.iff;object/tangible/loot/loot_schematic/pitcher_full_schematic.iff;object/tangible/loot/loot_schematic/professors_desk_schematic.iff;object/tangible/loot/loot_schematic/radar_screen_schematic.iff;object/tangible/loot/loot_schematic/radio_schematic.iff;object/tangible/loot/loot_schematic/slave_brazier_schematic.iff;object/tangible/loot/loot_schematic/spear_rack_schematic.iff;object/tangible/loot/loot_schematic/stove_schematic.iff;object/tangible/loot/loot_schematic/streetlamp_schematic.iff;object/tangible/loot/loot_schematic/stuffed_fish_schematic.iff;object/tangible/loot/loot_schematic/table_coffee_modern_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s01_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s02_schematic.iff;object/tangible/loot/loot_schematic/throwpillow_schematic.iff;object/tangible/loot/loot_schematic/tumble_blender_schematic.iff;object/tangible/loot/loot_schematic/utensils_schematic.iff 4 Painting object/tangible/painting/painting_valley_view.iff;object/tangible/painting/painting_dance_party.iff;object/tangible/painting/painting_armor_blueprint.iff;object/tangible/painting/painting_bioengineer_orange.iff;object/tangible/painting/painting_cargoport.iff;object/tangible/painting/painting_trandoshan_wanted.iff 4 +loot_common_npc BOSS 31 40 NPC - Junk item_junk_npc_31thru40_01_01;item_junk_npc_31thru40_01_02;item_junk_npc_31thru40_01_03;item_junk_npc_31thru40_01_04;item_junk_npc_31thru40_01_05 92 Schematic object/tangible/loot/loot_schematic/agitator_motor_schematic.iff;object/tangible/loot/loot_schematic/assorted_fruit_schematic.iff;object/tangible/loot/loot_schematic/basket_closed_schematic.iff;object/tangible/loot/loot_schematic/bottle_fat_schematic.iff;object/tangible/loot/loot_schematic/bottle_pear_schematic.iff;object/tangible/loot/loot_schematic/bottle_tall_schematic.iff;object/tangible/loot/loot_schematic/bowl_carved_schematic.iff;object/tangible/loot/loot_schematic/bowl_plain_schematic.iff;object/tangible/loot/loot_schematic/bubble_tank_schematic.iff;object/tangible/loot/loot_schematic/cabinet_elegant_schematic.iff;object/tangible/loot/loot_schematic/campfire_schematic.iff;object/tangible/loot/loot_schematic/cantina_chair_schematic.iff;object/tangible/loot/loot_schematic/chemical_recycler_schematic.iff;object/tangible/loot/loot_schematic/couch_blue_schematic.iff;object/tangible/loot/loot_schematic/creature_recycler_schematic.iff;object/tangible/loot/loot_schematic/diagnostic_screen_schematic.iff;object/tangible/loot/loot_schematic/droid_body_schematic.iff;object/tangible/loot/loot_schematic/droid_head_schematic.iff;object/tangible/loot/loot_schematic/flora_recycler_schematic.iff;object/tangible/loot/loot_schematic/gambling_table_schematic.iff;object/tangible/loot/loot_schematic/metal_recycler_schematic.iff;object/tangible/loot/loot_schematic/microphone_s01_schematic.iff;object/tangible/loot/loot_schematic/ore_recycler_schematic.iff;object/tangible/loot/loot_schematic/park_bench_schematic.iff;object/tangible/loot/loot_schematic/pitcher_full_schematic.iff;object/tangible/loot/loot_schematic/professors_desk_schematic.iff;object/tangible/loot/loot_schematic/radar_screen_schematic.iff;object/tangible/loot/loot_schematic/radio_schematic.iff;object/tangible/loot/loot_schematic/slave_brazier_schematic.iff;object/tangible/loot/loot_schematic/spear_rack_schematic.iff;object/tangible/loot/loot_schematic/stove_schematic.iff;object/tangible/loot/loot_schematic/streetlamp_schematic.iff;object/tangible/loot/loot_schematic/stuffed_fish_schematic.iff;object/tangible/loot/loot_schematic/table_coffee_modern_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s01_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s02_schematic.iff;object/tangible/loot/loot_schematic/throwpillow_schematic.iff;object/tangible/loot/loot_schematic/tumble_blender_schematic.iff;object/tangible/loot/loot_schematic/utensils_schematic.iff 4 Painting object/tangible/painting/painting_valley_view.iff;object/tangible/painting/painting_dance_party.iff;object/tangible/painting/painting_armor_blueprint.iff;object/tangible/painting/painting_bioengineer_orange.iff;object/tangible/painting/painting_cargoport.iff;object/tangible/painting/painting_trandoshan_wanted.iff 4 +loot_common_npc BOSS 41 50 NPC - Junk item_junk_npc_41thru50_01_01;item_junk_npc_41thru50_01_02;item_junk_npc_41thru50_01_03;item_junk_npc_41thru50_01_04;item_junk_npc_41thru50_01_05 88 Schematic object/tangible/loot/loot_schematic/agitator_motor_schematic.iff;object/tangible/loot/loot_schematic/assorted_fruit_schematic.iff;object/tangible/loot/loot_schematic/basket_closed_schematic.iff;object/tangible/loot/loot_schematic/bottle_fat_schematic.iff;object/tangible/loot/loot_schematic/bottle_pear_schematic.iff;object/tangible/loot/loot_schematic/bottle_tall_schematic.iff;object/tangible/loot/loot_schematic/bowl_carved_schematic.iff;object/tangible/loot/loot_schematic/bowl_plain_schematic.iff;object/tangible/loot/loot_schematic/bubble_tank_schematic.iff;object/tangible/loot/loot_schematic/cabinet_elegant_schematic.iff;object/tangible/loot/loot_schematic/campfire_schematic.iff;object/tangible/loot/loot_schematic/cantina_chair_schematic.iff;object/tangible/loot/loot_schematic/chemical_recycler_schematic.iff;object/tangible/loot/loot_schematic/couch_blue_schematic.iff;object/tangible/loot/loot_schematic/creature_recycler_schematic.iff;object/tangible/loot/loot_schematic/diagnostic_screen_schematic.iff;object/tangible/loot/loot_schematic/droid_body_schematic.iff;object/tangible/loot/loot_schematic/droid_head_schematic.iff;object/tangible/loot/loot_schematic/flora_recycler_schematic.iff;object/tangible/loot/loot_schematic/gambling_table_schematic.iff;object/tangible/loot/loot_schematic/metal_recycler_schematic.iff;object/tangible/loot/loot_schematic/microphone_s01_schematic.iff;object/tangible/loot/loot_schematic/ore_recycler_schematic.iff;object/tangible/loot/loot_schematic/park_bench_schematic.iff;object/tangible/loot/loot_schematic/pitcher_full_schematic.iff;object/tangible/loot/loot_schematic/professors_desk_schematic.iff;object/tangible/loot/loot_schematic/radar_screen_schematic.iff;object/tangible/loot/loot_schematic/radio_schematic.iff;object/tangible/loot/loot_schematic/slave_brazier_schematic.iff;object/tangible/loot/loot_schematic/spear_rack_schematic.iff;object/tangible/loot/loot_schematic/stove_schematic.iff;object/tangible/loot/loot_schematic/streetlamp_schematic.iff;object/tangible/loot/loot_schematic/stuffed_fish_schematic.iff;object/tangible/loot/loot_schematic/table_coffee_modern_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s01_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s02_schematic.iff;object/tangible/loot/loot_schematic/throwpillow_schematic.iff;object/tangible/loot/loot_schematic/tumble_blender_schematic.iff;object/tangible/loot/loot_schematic/utensils_schematic.iff 6 Painting object/tangible/painting/painting_valley_view.iff;object/tangible/painting/painting_dance_party.iff;object/tangible/painting/painting_armor_blueprint.iff;object/tangible/painting/painting_bioengineer_orange.iff;object/tangible/painting/painting_cargoport.iff;object/tangible/painting/painting_trandoshan_wanted.iff 6 +loot_common_npc BOSS 51 60 NPC - Junk item_junk_npc_51thru60_01_01;item_junk_npc_51thru60_01_02;item_junk_npc_51thru60_01_03;item_junk_npc_51thru60_01_04;item_junk_npc_51thru60_01_05 88 Schematic object/tangible/loot/loot_schematic/agitator_motor_schematic.iff;object/tangible/loot/loot_schematic/assorted_fruit_schematic.iff;object/tangible/loot/loot_schematic/basket_closed_schematic.iff;object/tangible/loot/loot_schematic/bottle_fat_schematic.iff;object/tangible/loot/loot_schematic/bottle_pear_schematic.iff;object/tangible/loot/loot_schematic/bottle_tall_schematic.iff;object/tangible/loot/loot_schematic/bowl_carved_schematic.iff;object/tangible/loot/loot_schematic/bowl_plain_schematic.iff;object/tangible/loot/loot_schematic/bubble_tank_schematic.iff;object/tangible/loot/loot_schematic/cabinet_elegant_schematic.iff;object/tangible/loot/loot_schematic/campfire_schematic.iff;object/tangible/loot/loot_schematic/cantina_chair_schematic.iff;object/tangible/loot/loot_schematic/chemical_recycler_schematic.iff;object/tangible/loot/loot_schematic/couch_blue_schematic.iff;object/tangible/loot/loot_schematic/creature_recycler_schematic.iff;object/tangible/loot/loot_schematic/diagnostic_screen_schematic.iff;object/tangible/loot/loot_schematic/droid_body_schematic.iff;object/tangible/loot/loot_schematic/droid_head_schematic.iff;object/tangible/loot/loot_schematic/flora_recycler_schematic.iff;object/tangible/loot/loot_schematic/gambling_table_schematic.iff;object/tangible/loot/loot_schematic/metal_recycler_schematic.iff;object/tangible/loot/loot_schematic/microphone_s01_schematic.iff;object/tangible/loot/loot_schematic/ore_recycler_schematic.iff;object/tangible/loot/loot_schematic/park_bench_schematic.iff;object/tangible/loot/loot_schematic/pitcher_full_schematic.iff;object/tangible/loot/loot_schematic/professors_desk_schematic.iff;object/tangible/loot/loot_schematic/radar_screen_schematic.iff;object/tangible/loot/loot_schematic/radio_schematic.iff;object/tangible/loot/loot_schematic/slave_brazier_schematic.iff;object/tangible/loot/loot_schematic/spear_rack_schematic.iff;object/tangible/loot/loot_schematic/stove_schematic.iff;object/tangible/loot/loot_schematic/streetlamp_schematic.iff;object/tangible/loot/loot_schematic/stuffed_fish_schematic.iff;object/tangible/loot/loot_schematic/table_coffee_modern_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s01_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s02_schematic.iff;object/tangible/loot/loot_schematic/throwpillow_schematic.iff;object/tangible/loot/loot_schematic/tumble_blender_schematic.iff;object/tangible/loot/loot_schematic/utensils_schematic.iff 6 Painting object/tangible/painting/painting_valley_view.iff;object/tangible/painting/painting_dance_party.iff;object/tangible/painting/painting_armor_blueprint.iff;object/tangible/painting/painting_bioengineer_orange.iff;object/tangible/painting/painting_cargoport.iff;object/tangible/painting/painting_trandoshan_wanted.iff 6 +loot_common_npc BOSS 61 70 NPC - Junk item_junk_npc_61thru70_01_01;item_junk_npc_61thru70_01_02;item_junk_npc_61thru70_01_03;item_junk_npc_61thru70_01_04;item_junk_npc_61thru70_01_05 84 Schematic object/tangible/loot/loot_schematic/agitator_motor_schematic.iff;object/tangible/loot/loot_schematic/assorted_fruit_schematic.iff;object/tangible/loot/loot_schematic/basket_closed_schematic.iff;object/tangible/loot/loot_schematic/bottle_fat_schematic.iff;object/tangible/loot/loot_schematic/bottle_pear_schematic.iff;object/tangible/loot/loot_schematic/bottle_tall_schematic.iff;object/tangible/loot/loot_schematic/bowl_carved_schematic.iff;object/tangible/loot/loot_schematic/bowl_plain_schematic.iff;object/tangible/loot/loot_schematic/bubble_tank_schematic.iff;object/tangible/loot/loot_schematic/cabinet_elegant_schematic.iff;object/tangible/loot/loot_schematic/campfire_schematic.iff;object/tangible/loot/loot_schematic/cantina_chair_schematic.iff;object/tangible/loot/loot_schematic/chemical_recycler_schematic.iff;object/tangible/loot/loot_schematic/couch_blue_schematic.iff;object/tangible/loot/loot_schematic/creature_recycler_schematic.iff;object/tangible/loot/loot_schematic/diagnostic_screen_schematic.iff;object/tangible/loot/loot_schematic/droid_body_schematic.iff;object/tangible/loot/loot_schematic/droid_head_schematic.iff;object/tangible/loot/loot_schematic/flora_recycler_schematic.iff;object/tangible/loot/loot_schematic/gambling_table_schematic.iff;object/tangible/loot/loot_schematic/metal_recycler_schematic.iff;object/tangible/loot/loot_schematic/microphone_s01_schematic.iff;object/tangible/loot/loot_schematic/ore_recycler_schematic.iff;object/tangible/loot/loot_schematic/park_bench_schematic.iff;object/tangible/loot/loot_schematic/pitcher_full_schematic.iff;object/tangible/loot/loot_schematic/professors_desk_schematic.iff;object/tangible/loot/loot_schematic/radar_screen_schematic.iff;object/tangible/loot/loot_schematic/radio_schematic.iff;object/tangible/loot/loot_schematic/slave_brazier_schematic.iff;object/tangible/loot/loot_schematic/spear_rack_schematic.iff;object/tangible/loot/loot_schematic/stove_schematic.iff;object/tangible/loot/loot_schematic/streetlamp_schematic.iff;object/tangible/loot/loot_schematic/stuffed_fish_schematic.iff;object/tangible/loot/loot_schematic/table_coffee_modern_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s01_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s02_schematic.iff;object/tangible/loot/loot_schematic/throwpillow_schematic.iff;object/tangible/loot/loot_schematic/tumble_blender_schematic.iff;object/tangible/loot/loot_schematic/utensils_schematic.iff 8 Painting object/tangible/painting/painting_valley_view.iff;object/tangible/painting/painting_dance_party.iff;object/tangible/painting/painting_armor_blueprint.iff;object/tangible/painting/painting_bioengineer_orange.iff;object/tangible/painting/painting_cargoport.iff;object/tangible/painting/painting_trandoshan_wanted.iff 8 +loot_common_npc BOSS 71 80 NPC - Junk item_junk_npc_71thru80_01_01;item_junk_npc_71thru80_01_02;item_junk_npc_71thru80_01_03;item_junk_npc_71thru80_01_04;item_junk_npc_71thru80_01_05 84 Schematic object/tangible/loot/loot_schematic/agitator_motor_schematic.iff;object/tangible/loot/loot_schematic/assorted_fruit_schematic.iff;object/tangible/loot/loot_schematic/basket_closed_schematic.iff;object/tangible/loot/loot_schematic/bottle_fat_schematic.iff;object/tangible/loot/loot_schematic/bottle_pear_schematic.iff;object/tangible/loot/loot_schematic/bottle_tall_schematic.iff;object/tangible/loot/loot_schematic/bowl_carved_schematic.iff;object/tangible/loot/loot_schematic/bowl_plain_schematic.iff;object/tangible/loot/loot_schematic/bubble_tank_schematic.iff;object/tangible/loot/loot_schematic/cabinet_elegant_schematic.iff;object/tangible/loot/loot_schematic/campfire_schematic.iff;object/tangible/loot/loot_schematic/cantina_chair_schematic.iff;object/tangible/loot/loot_schematic/chemical_recycler_schematic.iff;object/tangible/loot/loot_schematic/couch_blue_schematic.iff;object/tangible/loot/loot_schematic/creature_recycler_schematic.iff;object/tangible/loot/loot_schematic/diagnostic_screen_schematic.iff;object/tangible/loot/loot_schematic/droid_body_schematic.iff;object/tangible/loot/loot_schematic/droid_head_schematic.iff;object/tangible/loot/loot_schematic/flora_recycler_schematic.iff;object/tangible/loot/loot_schematic/gambling_table_schematic.iff;object/tangible/loot/loot_schematic/metal_recycler_schematic.iff;object/tangible/loot/loot_schematic/microphone_s01_schematic.iff;object/tangible/loot/loot_schematic/ore_recycler_schematic.iff;object/tangible/loot/loot_schematic/park_bench_schematic.iff;object/tangible/loot/loot_schematic/pitcher_full_schematic.iff;object/tangible/loot/loot_schematic/professors_desk_schematic.iff;object/tangible/loot/loot_schematic/radar_screen_schematic.iff;object/tangible/loot/loot_schematic/radio_schematic.iff;object/tangible/loot/loot_schematic/slave_brazier_schematic.iff;object/tangible/loot/loot_schematic/spear_rack_schematic.iff;object/tangible/loot/loot_schematic/stove_schematic.iff;object/tangible/loot/loot_schematic/streetlamp_schematic.iff;object/tangible/loot/loot_schematic/stuffed_fish_schematic.iff;object/tangible/loot/loot_schematic/table_coffee_modern_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s01_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s02_schematic.iff;object/tangible/loot/loot_schematic/throwpillow_schematic.iff;object/tangible/loot/loot_schematic/tumble_blender_schematic.iff;object/tangible/loot/loot_schematic/utensils_schematic.iff 8 Painting object/tangible/painting/painting_valley_view.iff;object/tangible/painting/painting_dance_party.iff;object/tangible/painting/painting_armor_blueprint.iff;object/tangible/painting/painting_bioengineer_orange.iff;object/tangible/painting/painting_cargoport.iff;object/tangible/painting/painting_trandoshan_wanted.iff 8 +loot_common_npc BOSS 81 100 NPC - Junk item_junk_npc_81thru90_01_01;item_junk_npc_81thru90_01_02;item_junk_npc_81thru90_01_03;item_junk_npc_81thru90_01_04;item_junk_npc_81thru90_01_05 80 Schematic object/tangible/loot/loot_schematic/agitator_motor_schematic.iff;object/tangible/loot/loot_schematic/assorted_fruit_schematic.iff;object/tangible/loot/loot_schematic/basket_closed_schematic.iff;object/tangible/loot/loot_schematic/bottle_fat_schematic.iff;object/tangible/loot/loot_schematic/bottle_pear_schematic.iff;object/tangible/loot/loot_schematic/bottle_tall_schematic.iff;object/tangible/loot/loot_schematic/bowl_carved_schematic.iff;object/tangible/loot/loot_schematic/bowl_plain_schematic.iff;object/tangible/loot/loot_schematic/bubble_tank_schematic.iff;object/tangible/loot/loot_schematic/cabinet_elegant_schematic.iff;object/tangible/loot/loot_schematic/campfire_schematic.iff;object/tangible/loot/loot_schematic/cantina_chair_schematic.iff;object/tangible/loot/loot_schematic/chemical_recycler_schematic.iff;object/tangible/loot/loot_schematic/couch_blue_schematic.iff;object/tangible/loot/loot_schematic/creature_recycler_schematic.iff;object/tangible/loot/loot_schematic/diagnostic_screen_schematic.iff;object/tangible/loot/loot_schematic/droid_body_schematic.iff;object/tangible/loot/loot_schematic/droid_head_schematic.iff;object/tangible/loot/loot_schematic/flora_recycler_schematic.iff;object/tangible/loot/loot_schematic/gambling_table_schematic.iff;object/tangible/loot/loot_schematic/metal_recycler_schematic.iff;object/tangible/loot/loot_schematic/microphone_s01_schematic.iff;object/tangible/loot/loot_schematic/ore_recycler_schematic.iff;object/tangible/loot/loot_schematic/park_bench_schematic.iff;object/tangible/loot/loot_schematic/pitcher_full_schematic.iff;object/tangible/loot/loot_schematic/professors_desk_schematic.iff;object/tangible/loot/loot_schematic/radar_screen_schematic.iff;object/tangible/loot/loot_schematic/radio_schematic.iff;object/tangible/loot/loot_schematic/slave_brazier_schematic.iff;object/tangible/loot/loot_schematic/spear_rack_schematic.iff;object/tangible/loot/loot_schematic/stove_schematic.iff;object/tangible/loot/loot_schematic/streetlamp_schematic.iff;object/tangible/loot/loot_schematic/stuffed_fish_schematic.iff;object/tangible/loot/loot_schematic/table_coffee_modern_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s01_schematic.iff;object/tangible/loot/loot_schematic/technical_console_s02_schematic.iff;object/tangible/loot/loot_schematic/throwpillow_schematic.iff;object/tangible/loot/loot_schematic/tumble_blender_schematic.iff;object/tangible/loot/loot_schematic/utensils_schematic.iff 10 Painting object/tangible/painting/painting_valley_view.iff;object/tangible/painting/painting_dance_party.iff;object/tangible/painting/painting_armor_blueprint.iff;object/tangible/painting/painting_bioengineer_orange.iff;object/tangible/painting/painting_cargoport.iff;object/tangible/painting/painting_trandoshan_wanted.iff 10 +loot_rare_bounty NORMAL 1 100 WIP dynamic_work_in_progress 100 +loot_rare_bounty ELITE 1 100 WIP dynamic_work_in_progress 100 +loot_rare_bounty BOSS 1 100 WIP dynamic_work_in_progress 100 +loot_rare_creature NORMAL 1 100 Creature - Junk item_junk_creature_1thru10_01_01;item_junk_creature_1thru10_01_02;item_junk_creature_1thru10_01_03;item_junk_creature_1thru10_01_04;item_junk_creature_1thru10_01_05item_junk_creature_11thru20_01_01;item_junk_creature_11thru20_01_02;item_junk_creature_11thru20_01_03;item_junk_creature_11thru20_01_04;item_junk_creature_11thru20_01_05item_junk_creature_21thru30_01_01;item_junk_creature_21thru30_01_02;item_junk_creature_21thru30_01_03;item_junk_creature_21thru30_01_04;item_junk_creature_21thru30_01_05item_junk_creature_31thru40_01_01;item_junk_creature_31thru40_01_02;item_junk_creature_31thru40_01_03;item_junk_creature_31thru40_01_04;item_junk_creature_31thru40_01_05item_junk_creature_41thru50_01_01;item_junk_creature_41thru50_01_02;item_junk_creature_41thru50_01_03;item_junk_creature_41thru50_01_04;item_junk_creature_41thru50_01_05item_junk_creature_51thru60_01_01;item_junk_creature_51thru60_01_02;item_junk_creature_51thru60_01_03;item_junk_creature_51thru60_01_04;item_junk_creature_51thru60_01_05item_junk_creature_61thru70_01_01;item_junk_creature_61thru70_01_02;item_junk_creature_61thru70_01_03;item_junk_creature_61thru70_01_04;item_junk_creature_61thru70_01_05item_junk_creature_71thru80_01_01;item_junk_creature_71thru80_01_02;item_junk_creature_71thru80_01_03;item_junk_creature_71thru80_01_04;item_junk_creature_71thru80_01_05item_junk_creature_81thru90_01_01;item_junk_creature_81thru90_01_02;item_junk_creature_81thru90_01_03;item_junk_creature_81thru90_01_04;item_junk_creature_81thru90_01_05 100 +loot_rare_creature ELITE 1 100 Creature - Junk item_junk_creature_1thru10_01_01;item_junk_creature_1thru10_01_02;item_junk_creature_1thru10_01_03;item_junk_creature_1thru10_01_04;item_junk_creature_1thru10_01_05item_junk_creature_11thru20_01_01;item_junk_creature_11thru20_01_02;item_junk_creature_11thru20_01_03;item_junk_creature_11thru20_01_04;item_junk_creature_11thru20_01_05item_junk_creature_21thru30_01_01;item_junk_creature_21thru30_01_02;item_junk_creature_21thru30_01_03;item_junk_creature_21thru30_01_04;item_junk_creature_21thru30_01_05item_junk_creature_31thru40_01_01;item_junk_creature_31thru40_01_02;item_junk_creature_31thru40_01_03;item_junk_creature_31thru40_01_04;item_junk_creature_31thru40_01_05item_junk_creature_41thru50_01_01;item_junk_creature_41thru50_01_02;item_junk_creature_41thru50_01_03;item_junk_creature_41thru50_01_04;item_junk_creature_41thru50_01_05item_junk_creature_51thru60_01_01;item_junk_creature_51thru60_01_02;item_junk_creature_51thru60_01_03;item_junk_creature_51thru60_01_04;item_junk_creature_51thru60_01_05item_junk_creature_61thru70_01_01;item_junk_creature_61thru70_01_02;item_junk_creature_61thru70_01_03;item_junk_creature_61thru70_01_04;item_junk_creature_61thru70_01_05item_junk_creature_71thru80_01_01;item_junk_creature_71thru80_01_02;item_junk_creature_71thru80_01_03;item_junk_creature_71thru80_01_04;item_junk_creature_71thru80_01_05item_junk_creature_81thru90_01_01;item_junk_creature_81thru90_01_02;item_junk_creature_81thru90_01_03;item_junk_creature_81thru90_01_04;item_junk_creature_81thru90_01_05 100 +loot_rare_creature BOSS 1 100 Creature - Junk item_junk_creature_1thru10_01_01;item_junk_creature_1thru10_01_02;item_junk_creature_1thru10_01_03;item_junk_creature_1thru10_01_04;item_junk_creature_1thru10_01_05item_junk_creature_11thru20_01_01;item_junk_creature_11thru20_01_02;item_junk_creature_11thru20_01_03;item_junk_creature_11thru20_01_04;item_junk_creature_11thru20_01_05item_junk_creature_21thru30_01_01;item_junk_creature_21thru30_01_02;item_junk_creature_21thru30_01_03;item_junk_creature_21thru30_01_04;item_junk_creature_21thru30_01_05item_junk_creature_31thru40_01_01;item_junk_creature_31thru40_01_02;item_junk_creature_31thru40_01_03;item_junk_creature_31thru40_01_04;item_junk_creature_31thru40_01_05item_junk_creature_41thru50_01_01;item_junk_creature_41thru50_01_02;item_junk_creature_41thru50_01_03;item_junk_creature_41thru50_01_04;item_junk_creature_41thru50_01_05item_junk_creature_51thru60_01_01;item_junk_creature_51thru60_01_02;item_junk_creature_51thru60_01_03;item_junk_creature_51thru60_01_04;item_junk_creature_51thru60_01_05item_junk_creature_61thru70_01_01;item_junk_creature_61thru70_01_02;item_junk_creature_61thru70_01_03;item_junk_creature_61thru70_01_04;item_junk_creature_61thru70_01_05item_junk_creature_71thru80_01_01;item_junk_creature_71thru80_01_02;item_junk_creature_71thru80_01_03;item_junk_creature_71thru80_01_04;item_junk_creature_71thru80_01_05item_junk_creature_81thru90_01_01;item_junk_creature_81thru90_01_02;item_junk_creature_81thru90_01_03;item_junk_creature_81thru90_01_04;item_junk_creature_81thru90_01_05 100 +loot_rare_droid NORMAL 1 100 Droid - Junk item_junk_droid_1thru5_01_01;item_junk_droid_1thru5_01_02;item_junk_droid_1thru5_01_03;item_junk_droid_1thru5_01_04;item_junk_droid_1thru5_01_05;item_junk_droid_6thru10_01_01;item_junk_droid_6thru10_01_02;item_junk_droid_6thru10_01_03;item_junk_droid_6thru10_01_04;item_junk_droid_6thru10_01_05item_junk_droid_11thru15_01_01;item_junk_droid_11thru15_01_02;item_junk_droid_11thru15_01_03;item_junk_droid_11thru15_01_04;item_junk_droid_11thru15_01_05;item_junk_droid_16thru20_01_01;item_junk_droid_16thru20_01_02;item_junk_droid_16thru20_01_03;item_junk_droid_16thru20_01_04;item_junk_droid_16thru20_01_05item_junk_droid_21thru25_01_01;item_junk_droid_21thru25_01_02;item_junk_droid_21thru25_01_03;item_junk_droid_21thru25_01_04;item_junk_droid_21thru25_01_05;item_junk_droid_26thru30_01_01;item_junk_droid_26thru30_01_02;item_junk_droid_26thru30_01_03;item_junk_droid_26thru30_01_04;item_junk_droid_26thru30_01_05item_junk_droid_31thru35_01_01;item_junk_droid_31thru35_01_02;item_junk_droid_31thru35_01_03;item_junk_droid_31thru35_01_04;item_junk_droid_31thru35_01_05;item_junk_droid_36thru40_01_01;item_junk_droid_36thru40_01_02;item_junk_droid_36thru40_01_03;item_junk_droid_36thru40_01_04;item_junk_droid_36thru40_01_05item_junk_droid_41thru45_01_01;item_junk_droid_41thru45_01_02;item_junk_droid_41thru45_01_03;item_junk_droid_41thru45_01_04;item_junk_droid_41thru45_01_05;item_junk_droid_46thru50_01_01;item_junk_droid_46thru50_01_02;item_junk_droid_46thru50_01_03;item_junk_droid_46thru50_01_04;item_junk_droid_46thru50_01_05item_junk_droid_51thru55_01_01;item_junk_droid_51thru55_01_02;item_junk_droid_51thru55_01_03;item_junk_droid_51thru55_01_04;item_junk_droid_51thru55_01_05;item_junk_droid_56thru60_01_01;item_junk_droid_56thru60_01_02;item_junk_droid_56thru60_01_03;item_junk_droid_56thru60_01_04;item_junk_droid_56thru60_01_05item_junk_droid_61thru65_01_01;item_junk_droid_61thru65_01_02;item_junk_droid_61thru65_01_03;item_junk_droid_61thru65_01_04;item_junk_droid_61thru65_01_05;item_junk_droid_66thru70_01_01;item_junk_droid_66thru70_01_02;item_junk_droid_66thru70_01_03;item_junk_droid_66thru70_01_04;item_junk_droid_66thru70_01_05item_junk_droid_71thru75_01_01;item_junk_droid_71thru75_01_02;item_junk_droid_71thru75_01_03;item_junk_droid_71thru75_01_04;item_junk_droid_71thru75_01_05;item_junk_droid_76thru82_01_01;item_junk_droid_76thru82_01_02;item_junk_droid_76thru82_01_03;item_junk_droid_76thru82_01_04;item_junk_droid_76thru82_01_05item_junk_droid_83plus_01_01;item_junk_droid_83plus_01_02;item_junk_droid_83plus_01_03;item_junk_droid_83plus_01_04;item_junk_droid_83plus_01_05 100 +loot_rare_droid ELITE 1 100 Droid - Junk item_junk_droid_1thru5_01_01;item_junk_droid_1thru5_01_02;item_junk_droid_1thru5_01_03;item_junk_droid_1thru5_01_04;item_junk_droid_1thru5_01_05;item_junk_droid_6thru10_01_01;item_junk_droid_6thru10_01_02;item_junk_droid_6thru10_01_03;item_junk_droid_6thru10_01_04;item_junk_droid_6thru10_01_05item_junk_droid_11thru15_01_01;item_junk_droid_11thru15_01_02;item_junk_droid_11thru15_01_03;item_junk_droid_11thru15_01_04;item_junk_droid_11thru15_01_05;item_junk_droid_16thru20_01_01;item_junk_droid_16thru20_01_02;item_junk_droid_16thru20_01_03;item_junk_droid_16thru20_01_04;item_junk_droid_16thru20_01_05item_junk_droid_21thru25_01_01;item_junk_droid_21thru25_01_02;item_junk_droid_21thru25_01_03;item_junk_droid_21thru25_01_04;item_junk_droid_21thru25_01_05;item_junk_droid_26thru30_01_01;item_junk_droid_26thru30_01_02;item_junk_droid_26thru30_01_03;item_junk_droid_26thru30_01_04;item_junk_droid_26thru30_01_05item_junk_droid_31thru35_01_01;item_junk_droid_31thru35_01_02;item_junk_droid_31thru35_01_03;item_junk_droid_31thru35_01_04;item_junk_droid_31thru35_01_05;item_junk_droid_36thru40_01_01;item_junk_droid_36thru40_01_02;item_junk_droid_36thru40_01_03;item_junk_droid_36thru40_01_04;item_junk_droid_36thru40_01_05item_junk_droid_41thru45_01_01;item_junk_droid_41thru45_01_02;item_junk_droid_41thru45_01_03;item_junk_droid_41thru45_01_04;item_junk_droid_41thru45_01_05;item_junk_droid_46thru50_01_01;item_junk_droid_46thru50_01_02;item_junk_droid_46thru50_01_03;item_junk_droid_46thru50_01_04;item_junk_droid_46thru50_01_05item_junk_droid_51thru55_01_01;item_junk_droid_51thru55_01_02;item_junk_droid_51thru55_01_03;item_junk_droid_51thru55_01_04;item_junk_droid_51thru55_01_05;item_junk_droid_56thru60_01_01;item_junk_droid_56thru60_01_02;item_junk_droid_56thru60_01_03;item_junk_droid_56thru60_01_04;item_junk_droid_56thru60_01_05item_junk_droid_61thru65_01_01;item_junk_droid_61thru65_01_02;item_junk_droid_61thru65_01_03;item_junk_droid_61thru65_01_04;item_junk_droid_61thru65_01_05;item_junk_droid_66thru70_01_01;item_junk_droid_66thru70_01_02;item_junk_droid_66thru70_01_03;item_junk_droid_66thru70_01_04;item_junk_droid_66thru70_01_05item_junk_droid_71thru75_01_01;item_junk_droid_71thru75_01_02;item_junk_droid_71thru75_01_03;item_junk_droid_71thru75_01_04;item_junk_droid_71thru75_01_05;item_junk_droid_76thru82_01_01;item_junk_droid_76thru82_01_02;item_junk_droid_76thru82_01_03;item_junk_droid_76thru82_01_04;item_junk_droid_76thru82_01_05item_junk_droid_83plus_01_01;item_junk_droid_83plus_01_02;item_junk_droid_83plus_01_03;item_junk_droid_83plus_01_04;item_junk_droid_83plus_01_05 100 +loot_rare_droid BOSS 1 100 Droid - Junk item_junk_droid_1thru5_01_01;item_junk_droid_1thru5_01_02;item_junk_droid_1thru5_01_03;item_junk_droid_1thru5_01_04;item_junk_droid_1thru5_01_05;item_junk_droid_6thru10_01_01;item_junk_droid_6thru10_01_02;item_junk_droid_6thru10_01_03;item_junk_droid_6thru10_01_04;item_junk_droid_6thru10_01_05item_junk_droid_11thru15_01_01;item_junk_droid_11thru15_01_02;item_junk_droid_11thru15_01_03;item_junk_droid_11thru15_01_04;item_junk_droid_11thru15_01_05;item_junk_droid_16thru20_01_01;item_junk_droid_16thru20_01_02;item_junk_droid_16thru20_01_03;item_junk_droid_16thru20_01_04;item_junk_droid_16thru20_01_05item_junk_droid_21thru25_01_01;item_junk_droid_21thru25_01_02;item_junk_droid_21thru25_01_03;item_junk_droid_21thru25_01_04;item_junk_droid_21thru25_01_05;item_junk_droid_26thru30_01_01;item_junk_droid_26thru30_01_02;item_junk_droid_26thru30_01_03;item_junk_droid_26thru30_01_04;item_junk_droid_26thru30_01_05item_junk_droid_31thru35_01_01;item_junk_droid_31thru35_01_02;item_junk_droid_31thru35_01_03;item_junk_droid_31thru35_01_04;item_junk_droid_31thru35_01_05;item_junk_droid_36thru40_01_01;item_junk_droid_36thru40_01_02;item_junk_droid_36thru40_01_03;item_junk_droid_36thru40_01_04;item_junk_droid_36thru40_01_05item_junk_droid_41thru45_01_01;item_junk_droid_41thru45_01_02;item_junk_droid_41thru45_01_03;item_junk_droid_41thru45_01_04;item_junk_droid_41thru45_01_05;item_junk_droid_46thru50_01_01;item_junk_droid_46thru50_01_02;item_junk_droid_46thru50_01_03;item_junk_droid_46thru50_01_04;item_junk_droid_46thru50_01_05item_junk_droid_51thru55_01_01;item_junk_droid_51thru55_01_02;item_junk_droid_51thru55_01_03;item_junk_droid_51thru55_01_04;item_junk_droid_51thru55_01_05;item_junk_droid_56thru60_01_01;item_junk_droid_56thru60_01_02;item_junk_droid_56thru60_01_03;item_junk_droid_56thru60_01_04;item_junk_droid_56thru60_01_05item_junk_droid_61thru65_01_01;item_junk_droid_61thru65_01_02;item_junk_droid_61thru65_01_03;item_junk_droid_61thru65_01_04;item_junk_droid_61thru65_01_05;item_junk_droid_66thru70_01_01;item_junk_droid_66thru70_01_02;item_junk_droid_66thru70_01_03;item_junk_droid_66thru70_01_04;item_junk_droid_66thru70_01_05item_junk_droid_71thru75_01_01;item_junk_droid_71thru75_01_02;item_junk_droid_71thru75_01_03;item_junk_droid_71thru75_01_04;item_junk_droid_71thru75_01_05;item_junk_droid_76thru82_01_01;item_junk_droid_76thru82_01_02;item_junk_droid_76thru82_01_03;item_junk_droid_76thru82_01_04;item_junk_droid_76thru82_01_05item_junk_droid_83plus_01_01;item_junk_droid_83plus_01_02;item_junk_droid_83plus_01_03;item_junk_droid_83plus_01_04;item_junk_droid_83plus_01_05 100 +loot_rare_force_dark NORMAL 1 10 WIP dynamic_work_in_progress 99 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 1 +loot_rare_force_dark NORMAL 11 20 WIP dynamic_work_in_progress 98 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 2 +loot_rare_force_dark NORMAL 21 30 WIP dynamic_work_in_progress 97 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 3 +loot_rare_force_dark NORMAL 31 40 WIP dynamic_work_in_progress 96 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 4 +loot_rare_force_dark NORMAL 41 50 WIP dynamic_work_in_progress 94 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 5 Jedi Dark robe item_jedi_robe_dark_03_01 1 +loot_rare_force_dark NORMAL 51 60 WIP dynamic_work_in_progress 93 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 6 Jedi Dark robe item_jedi_robe_dark_03_02 1 +loot_rare_force_dark NORMAL 61 70 WIP dynamic_work_in_progress 91 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 7 Jedi Dark robe item_jedi_robe_dark_03_03 2 +loot_rare_force_dark NORMAL 71 80 WIP dynamic_work_in_progress 90 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 8 Jedi Dark robe item_jedi_robe_dark_04_01 2 +loot_rare_force_dark NORMAL 81 100 WIP dynamic_work_in_progress 88 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 9 Jedi Dark robe item_jedi_robe_dark_04_01 3 +loot_rare_force_dark ELITE 1 10 WIP dynamic_work_in_progress 98 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 2 +loot_rare_force_dark ELITE 11 20 WIP dynamic_work_in_progress 97 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 3 +loot_rare_force_dark ELITE 21 30 WIP dynamic_work_in_progress 96 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 4 +loot_rare_force_dark ELITE 31 40 WIP dynamic_work_in_progress 95 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 5 +loot_rare_force_dark ELITE 41 50 WIP dynamic_work_in_progress 92 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 6 Jedi Dark robe item_jedi_robe_dark_03_01 2 +loot_rare_force_dark ELITE 51 60 WIP dynamic_work_in_progress 91 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 7 Jedi Dark robe item_jedi_robe_dark_03_02 2 +loot_rare_force_dark ELITE 61 70 WIP dynamic_work_in_progress 89 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 8 Jedi Dark robe item_jedi_robe_dark_03_03 3 +loot_rare_force_dark ELITE 71 80 WIP dynamic_work_in_progress 88 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 9 Jedi Dark robe item_jedi_robe_dark_04_01 3 +loot_rare_force_dark ELITE 81 100 WIP dynamic_work_in_progress 86 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 10 Jedi Dark robe item_jedi_robe_dark_04_01 4 +loot_rare_force_dark BOSS 1 10 WIP dynamic_work_in_progress 95 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 5 +loot_rare_force_dark BOSS 11 20 WIP dynamic_work_in_progress 94 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 6 +loot_rare_force_dark BOSS 21 30 WIP dynamic_work_in_progress 93 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 7 +loot_rare_force_dark BOSS 31 40 WIP dynamic_work_in_progress 92 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 8 +loot_rare_force_dark BOSS 41 50 WIP dynamic_work_in_progress 87 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 9 Jedi Dark robe item_jedi_robe_dark_03_01 4 +loot_rare_force_dark BOSS 51 60 WIP dynamic_work_in_progress 86 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 10 Jedi Dark robe item_jedi_robe_dark_03_02 4 +loot_rare_force_dark BOSS 61 70 WIP dynamic_work_in_progress 83 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 11 Jedi Dark robe item_jedi_robe_dark_03_03 6 +loot_rare_force_dark BOSS 71 80 WIP dynamic_work_in_progress 82 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 12 Jedi Dark robe item_jedi_robe_dark_04_01 6 +loot_rare_force_dark BOSS 81 100 WIP dynamic_work_in_progress 79 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 13 Jedi Dark robe item_jedi_robe_dark_04_01 8 +loot_rare_force_light NORMAL 1 10 WIP dynamic_work_in_progress 99 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 1 +loot_rare_force_light NORMAL 11 20 WIP dynamic_work_in_progress 98 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 2 +loot_rare_force_light NORMAL 21 30 WIP dynamic_work_in_progress 97 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 3 +loot_rare_force_light NORMAL 31 40 WIP dynamic_work_in_progress 96 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 4 +loot_rare_force_light NORMAL 41 50 WIP dynamic_work_in_progress 94 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 5 Jedi Light robe item_jedi_robe_light_03_01 1 +loot_rare_force_light NORMAL 51 60 WIP dynamic_work_in_progress 93 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 6 Jedi Light robe item_jedi_robe_light_03_02 1 +loot_rare_force_light NORMAL 61 70 WIP dynamic_work_in_progress 91 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 7 Jedi Light robe item_jedi_robe_light_03_03 2 +loot_rare_force_light NORMAL 71 80 WIP dynamic_work_in_progress 90 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 8 Jedi Light robe item_jedi_robe_light_04_01 2 +loot_rare_force_light NORMAL 81 100 WIP dynamic_work_in_progress 88 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 9 Jedi Light robe item_jedi_robe_light_04_01 3 +loot_rare_force_light ELITE 1 10 WIP dynamic_work_in_progress 97 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 3 +loot_rare_force_light ELITE 11 20 WIP dynamic_work_in_progress 96 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 4 +loot_rare_force_light ELITE 21 30 WIP dynamic_work_in_progress 95 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 5 +loot_rare_force_light ELITE 31 40 WIP dynamic_work_in_progress 94 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 6 +loot_rare_force_light ELITE 41 50 WIP dynamic_work_in_progress 91 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 7 Jedi Light robe item_jedi_robe_light_03_01 2 +loot_rare_force_light ELITE 51 60 WIP dynamic_work_in_progress 90 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 8 Jedi Light robe item_jedi_robe_light_03_02 2 +loot_rare_force_light ELITE 61 70 WIP dynamic_work_in_progress 88 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 9 Jedi Light robe item_jedi_robe_light_03_03 3 +loot_rare_force_light ELITE 71 80 WIP dynamic_work_in_progress 87 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 10 Jedi Light robe item_jedi_robe_light_04_01 3 +loot_rare_force_light ELITE 81 100 WIP dynamic_work_in_progress 85 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 11 Jedi Light robe item_jedi_robe_light_04_01 4 +loot_rare_force_light BOSS 1 10 WIP dynamic_work_in_progress 95 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 5 +loot_rare_force_light BOSS 11 20 WIP dynamic_work_in_progress 94 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 6 +loot_rare_force_light BOSS 21 30 WIP dynamic_work_in_progress 93 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 7 +loot_rare_force_light BOSS 31 40 WIP dynamic_work_in_progress 92 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 8 +loot_rare_force_light BOSS 41 50 WIP dynamic_work_in_progress 87 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 9 Jedi Light robe item_jedi_robe_light_03_01 4 +loot_rare_force_light BOSS 51 60 WIP dynamic_work_in_progress 86 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 10 Jedi Light robe item_jedi_robe_light_03_02 4 +loot_rare_force_light BOSS 61 70 WIP dynamic_work_in_progress 83 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 11 Jedi Light robe item_jedi_robe_light_03_03 6 +loot_rare_force_light BOSS 71 80 WIP dynamic_work_in_progress 82 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 12 Jedi Light robe item_jedi_robe_light_04_01 6 +loot_rare_force_light BOSS 81 100 WIP dynamic_work_in_progress 79 Power crystal High item_power_crystal_04_06;item_power_crystal_04_07;item_power_crystal_04_08;item_power_crystal_04_09;item_power_crystal_04_10;item_power_crystal_04_11 13 Jedi Light robe item_jedi_robe_light_04_01 8 +loot_rare_insect NORMAL 1 100 Insect - Junk item_junk_insect_1thru10_01_01;item_junk_insect_1thru10_01_02;item_junk_insect_1thru10_01_03;item_junk_insect_1thru10_01_04;item_junk_insect_1thru10_01_05item_junk_insect_11thru20_01_01;item_junk_insect_11thru20_01_02;item_junk_insect_11thru20_01_03;item_junk_insect_11thru20_01_04;item_junk_insect_11thru20_01_05item_junk_insect_21thru30_01_01;item_junk_insect_21thru30_01_02;item_junk_insect_21thru30_01_03;item_junk_insect_21thru30_01_04;item_junk_insect_21thru30_01_05item_junk_insect_31thru40_01_01;item_junk_insect_31thru40_01_02;item_junk_insect_31thru40_01_03;item_junk_insect_31thru40_01_04;item_junk_insect_31thru40_01_05item_junk_insect_41thru50_01_01;item_junk_insect_41thru50_01_02;item_junk_insect_41thru50_01_03;item_junk_insect_41thru50_01_04;item_junk_insect_41thru50_01_05item_junk_insect_51thru60_01_01;item_junk_insect_51thru60_01_02;item_junk_insect_51thru60_01_03;item_junk_insect_51thru60_01_04;item_junk_insect_51thru60_01_05item_junk_insect_61thru70_01_01;item_junk_insect_61thru70_01_02;item_junk_insect_61thru70_01_03;item_junk_insect_61thru70_01_04;item_junk_insect_61thru70_01_05item_junk_insect_71thru80_01_01;item_junk_insect_71thru80_01_02;item_junk_insect_71thru80_01_03;item_junk_insect_71thru80_01_04;item_junk_insect_71thru80_01_05item_junk_insect_81thru90_01_01;item_junk_insect_81thru90_01_02;item_junk_insect_81thru90_01_03;item_junk_insect_81thru90_01_04;item_junk_insect_81thru90_01_05 100 +loot_rare_insect ELITE 1 100 Insect - Junk item_junk_insect_1thru10_01_01;item_junk_insect_1thru10_01_02;item_junk_insect_1thru10_01_03;item_junk_insect_1thru10_01_04;item_junk_insect_1thru10_01_05item_junk_insect_11thru20_01_01;item_junk_insect_11thru20_01_02;item_junk_insect_11thru20_01_03;item_junk_insect_11thru20_01_04;item_junk_insect_11thru20_01_05item_junk_insect_21thru30_01_01;item_junk_insect_21thru30_01_02;item_junk_insect_21thru30_01_03;item_junk_insect_21thru30_01_04;item_junk_insect_21thru30_01_05item_junk_insect_31thru40_01_01;item_junk_insect_31thru40_01_02;item_junk_insect_31thru40_01_03;item_junk_insect_31thru40_01_04;item_junk_insect_31thru40_01_05item_junk_insect_41thru50_01_01;item_junk_insect_41thru50_01_02;item_junk_insect_41thru50_01_03;item_junk_insect_41thru50_01_04;item_junk_insect_41thru50_01_05item_junk_insect_51thru60_01_01;item_junk_insect_51thru60_01_02;item_junk_insect_51thru60_01_03;item_junk_insect_51thru60_01_04;item_junk_insect_51thru60_01_05item_junk_insect_61thru70_01_01;item_junk_insect_61thru70_01_02;item_junk_insect_61thru70_01_03;item_junk_insect_61thru70_01_04;item_junk_insect_61thru70_01_05item_junk_insect_71thru80_01_01;item_junk_insect_71thru80_01_02;item_junk_insect_71thru80_01_03;item_junk_insect_71thru80_01_04;item_junk_insect_71thru80_01_05item_junk_insect_81thru90_01_01;item_junk_insect_81thru90_01_02;item_junk_insect_81thru90_01_03;item_junk_insect_81thru90_01_04;item_junk_insect_81thru90_01_05 100 +loot_rare_insect BOSS 1 100 Insect - Junk item_junk_insect_1thru10_01_01;item_junk_insect_1thru10_01_02;item_junk_insect_1thru10_01_03;item_junk_insect_1thru10_01_04;item_junk_insect_1thru10_01_05item_junk_insect_11thru20_01_01;item_junk_insect_11thru20_01_02;item_junk_insect_11thru20_01_03;item_junk_insect_11thru20_01_04;item_junk_insect_11thru20_01_05item_junk_insect_21thru30_01_01;item_junk_insect_21thru30_01_02;item_junk_insect_21thru30_01_03;item_junk_insect_21thru30_01_04;item_junk_insect_21thru30_01_05item_junk_insect_31thru40_01_01;item_junk_insect_31thru40_01_02;item_junk_insect_31thru40_01_03;item_junk_insect_31thru40_01_04;item_junk_insect_31thru40_01_05item_junk_insect_41thru50_01_01;item_junk_insect_41thru50_01_02;item_junk_insect_41thru50_01_03;item_junk_insect_41thru50_01_04;item_junk_insect_41thru50_01_05item_junk_insect_51thru60_01_01;item_junk_insect_51thru60_01_02;item_junk_insect_51thru60_01_03;item_junk_insect_51thru60_01_04;item_junk_insect_51thru60_01_05item_junk_insect_61thru70_01_01;item_junk_insect_61thru70_01_02;item_junk_insect_61thru70_01_03;item_junk_insect_61thru70_01_04;item_junk_insect_61thru70_01_05item_junk_insect_71thru80_01_01;item_junk_insect_71thru80_01_02;item_junk_insect_71thru80_01_03;item_junk_insect_71thru80_01_04;item_junk_insect_71thru80_01_05item_junk_insect_81thru90_01_01;item_junk_insect_81thru90_01_02;item_junk_insect_81thru90_01_03;item_junk_insect_81thru90_01_04;item_junk_insect_81thru90_01_05 100 +loot_rare_npc NORMAL 1 100 cashloot, wpn comp, comp low, other item_junk_npc_1thru5_01_01;item_junk_npc_1thru5_01_02;item_junk_npc_1thru5_01_03;item_junk_npc_1thru5_01_04;item_junk_npc_1thru5_01_05;item_junk_npc_6thru10_01_01;item_junk_npc_6thru10_01_02;item_junk_npc_6thru10_01_03;item_junk_npc_6thru10_01_04;item_junk_npc_6thru10_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s10.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s10.iff;object/tangible/component/chemistry/biologic_effect_controller.iff;object/tangible/component/chemistry/dispersal_mechanism.iff;object/tangible/component/chemistry/infection_amplifier.iff;object/tangible/component/chemistry/liquid_delivery_suspension.iff;object/tangible/component/chemistry/rancor_bile.iff;object/tangible/component/chemistry/release_mechanism_duration.iff;object/tangible/component/chemistry/resilience_compound.iff;object/tangible/component/chemistry/solid_delivery_shell.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/clothing_treatment_crystalline.iff;object/tangible/component/clothing/leather_heavy_duty.iff;object/tangible/dice/eqp_chance_cube.iff;object/tangible/magic_eight_ball/magic_eight_ball.iff;object/tangible/loot/misc/palm_frond.iff;object/tangible/loot/misc/firework_dud_s1.iff;object/tangible/loot/misc/firework_dud_s2.iff;object/tangible/loot/misc/ticket_expired.iff;object/tangible/loot/misc/slave_collar.iff;object/tangible/dice/eqp_one_hundred_sided_dice_set.iff;object/tangible/dice/eqp_six_sided_dice_set.iff;object/tangible/dice/eqp_ten_sided_dice_set.iff;object/tangible/dice/eqp_twelve_sided_dice_set.iff;object/tangible/dice/eqp_twenty_sided_dice_set.iff;object/tangible/loot/misc/decryptor_broken_s01.iff;object/tangible/loot/misc/picture_handheld_s01.iff;object/tangible/loot/misc/picture_handheld_s02.iff;object/tangible/loot/misc/worklight.iff;object/tangible/loot/simple_kit/paint_cartridge.iff;object/tangible/loot/simple_kit/paint_disperser.iff;object/tangible/loot/simple_kit/flat_canvas.iff;object/tangible/loot/simple_kit/viewscreen_reader.iff;object/tangible/loot/tool/viewscreen_broken_s1.iff;object/tangible/loot/tool/viewscreen_broken_s2.iff;object/tangible/loot/simple_kit/powder_pack.iff;object/tangible/loot/simple_kit/datadisk.iff;object/tangible/loot/tool/datapad_broken.iff;object/tangible/loot/simple_kit/datapad_connectors.iff;object/tangible/loot/simple_kit/datapad_backlight.iff;object/tangible/loot/simple_kit/datapad_battery.iff;object/tangible/loot/simple_kit/viewscreen_printer.iff;object/tangible/loot/simple_kit/picture_printer.iff;object/tangible/loot/simple_kit/firework_fixer.iff;object/tangible/loot/simple_kit/datapad_casing.iff;object/tangible/loot/simple_kit/datadisk_repair_kit.iff;object/tangible/loot/simple_kit/empty_datapad.iff;object/tangible/loot/simple_kit/firework_casing.iff;object/tangible/loot/misc/datadisk_corrupt.iff;object/tangible/loot/simple_kit/recovery_software.iff;object/tangible/loot/simple_kit/magnetic_burner.iff;object/tangible/loot/simple_kit/magnetic_reader.iff;object/tangible/loot/simple_kit/wiring.iffitem_junk_npc_11thru20_01_01;item_junk_npc_11thru20_01_02;item_junk_npc_11thru20_01_03;item_junk_npc_11thru20_01_04;item_junk_npc_11thru20_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s10.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s10.iff;object/tangible/component/chemistry/biologic_effect_controller.iff;object/tangible/component/chemistry/dispersal_mechanism.iff;object/tangible/component/chemistry/infection_amplifier.iff;object/tangible/component/chemistry/liquid_delivery_suspension.iff;object/tangible/component/chemistry/rancor_bile.iff;object/tangible/component/chemistry/release_mechanism_duration.iff;object/tangible/component/chemistry/resilience_compound.iff;object/tangible/component/chemistry/solid_delivery_shell.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/clothing_treatment_crystalline.iff;object/tangible/component/clothing/leather_heavy_duty.iff;object/tangible/dice/eqp_chance_cube.iff;object/tangible/magic_eight_ball/magic_eight_ball.iff;object/tangible/loot/misc/palm_frond.iff;object/tangible/loot/misc/firework_dud_s1.iff;object/tangible/loot/misc/firework_dud_s2.iff;object/tangible/loot/misc/ticket_expired.iff;object/tangible/loot/misc/slave_collar.iff;object/tangible/dice/eqp_one_hundred_sided_dice_set.iff;object/tangible/dice/eqp_six_sided_dice_set.iff;object/tangible/dice/eqp_ten_sided_dice_set.iff;object/tangible/dice/eqp_twelve_sided_dice_set.iff;object/tangible/dice/eqp_twenty_sided_dice_set.iff;object/tangible/loot/misc/decryptor_broken_s01.iff;object/tangible/loot/misc/picture_handheld_s01.iff;object/tangible/loot/misc/picture_handheld_s02.iff;object/tangible/loot/misc/worklight.iff;object/tangible/loot/simple_kit/paint_cartridge.iff;object/tangible/loot/simple_kit/paint_disperser.iff;object/tangible/loot/simple_kit/flat_canvas.iff;object/tangible/loot/simple_kit/viewscreen_reader.iff;object/tangible/loot/tool/viewscreen_broken_s1.iff;object/tangible/loot/tool/viewscreen_broken_s2.iff;object/tangible/loot/simple_kit/powder_pack.iff;object/tangible/loot/simple_kit/datadisk.iff;object/tangible/loot/tool/datapad_broken.iff;object/tangible/loot/simple_kit/datapad_connectors.iff;object/tangible/loot/simple_kit/datapad_backlight.iff;object/tangible/loot/simple_kit/datapad_battery.iff;object/tangible/loot/simple_kit/viewscreen_printer.iff;object/tangible/loot/simple_kit/picture_printer.iff;object/tangible/loot/simple_kit/firework_fixer.iff;object/tangible/loot/simple_kit/datapad_casing.iff;object/tangible/loot/simple_kit/datadisk_repair_kit.iff;object/tangible/loot/simple_kit/empty_datapad.iff;object/tangible/loot/simple_kit/firework_casing.iff;object/tangible/loot/misc/datadisk_corrupt.iff;object/tangible/loot/simple_kit/recovery_software.iff;object/tangible/loot/simple_kit/magnetic_burner.iff;object/tangible/loot/simple_kit/magnetic_reader.iff;object/tangible/loot/simple_kit/wiring.iffitem_junk_npc_21thru30_01_01;item_junk_npc_21thru30_01_02;item_junk_npc_21thru30_01_03;item_junk_npc_21thru30_01_04;item_junk_npc_21thru30_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s02.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s02.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s02.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s02.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s11.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s11.iff;object/tangible/component/chemistry/biologic_effect_controller.iff;object/tangible/component/chemistry/dispersal_mechanism.iff;object/tangible/component/chemistry/infection_amplifier.iff;object/tangible/component/chemistry/liquid_delivery_suspension.iff;object/tangible/component/chemistry/rancor_bile.iff;object/tangible/component/chemistry/release_mechanism_duration.iff;object/tangible/component/chemistry/resilience_compound.iff;object/tangible/component/chemistry/solid_delivery_shell.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/clothing_treatment_crystalline.iff;object/tangible/component/clothing/leather_heavy_duty.iff;object/tangible/dice/eqp_chance_cube.iff;object/tangible/magic_eight_ball/magic_eight_ball.iff;object/tangible/loot/misc/palm_frond.iff;object/tangible/loot/misc/firework_dud_s1.iff;object/tangible/loot/misc/firework_dud_s2.iff;object/tangible/loot/misc/ticket_expired.iff;object/tangible/loot/misc/slave_collar.iff;object/tangible/dice/eqp_one_hundred_sided_dice_set.iff;object/tangible/dice/eqp_six_sided_dice_set.iff;object/tangible/dice/eqp_ten_sided_dice_set.iff;object/tangible/dice/eqp_twelve_sided_dice_set.iff;object/tangible/dice/eqp_twenty_sided_dice_set.iff;object/tangible/loot/misc/decryptor_broken_s01.iff;object/tangible/loot/misc/picture_handheld_s01.iff;object/tangible/loot/misc/picture_handheld_s02.iff;object/tangible/loot/misc/worklight.iff;object/tangible/loot/simple_kit/paint_cartridge.iff;object/tangible/loot/simple_kit/paint_disperser.iff;object/tangible/loot/simple_kit/flat_canvas.iff;object/tangible/loot/simple_kit/viewscreen_reader.iff;object/tangible/loot/tool/viewscreen_broken_s1.iff;object/tangible/loot/tool/viewscreen_broken_s2.iff;object/tangible/loot/simple_kit/powder_pack.iff;object/tangible/loot/simple_kit/datadisk.iff;object/tangible/loot/tool/datapad_broken.iff;object/tangible/loot/simple_kit/datapad_connectors.iff;object/tangible/loot/simple_kit/datapad_backlight.iff;object/tangible/loot/simple_kit/datapad_battery.iff;object/tangible/loot/simple_kit/viewscreen_printer.iff;object/tangible/loot/simple_kit/picture_printer.iff;object/tangible/loot/simple_kit/firework_fixer.iff;object/tangible/loot/simple_kit/datapad_casing.iff;object/tangible/loot/simple_kit/datadisk_repair_kit.iff;object/tangible/loot/simple_kit/empty_datapad.iff;object/tangible/loot/simple_kit/firework_casing.iff;object/tangible/loot/misc/datadisk_corrupt.iff;object/tangible/loot/simple_kit/recovery_software.iff;object/tangible/loot/simple_kit/magnetic_burner.iff;object/tangible/loot/simple_kit/magnetic_reader.iff;object/tangible/loot/simple_kit/wiring.iffitem_junk_npc_31thru40_01_01;item_junk_npc_31thru40_01_02;item_junk_npc_31thru40_01_03;item_junk_npc_31thru40_01_04;item_junk_npc_31thru40_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s03.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s03.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s03.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s03.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s12.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s12.iff;object/tangible/component/chemistry/biologic_effect_controller.iff;object/tangible/component/chemistry/dispersal_mechanism.iff;object/tangible/component/chemistry/infection_amplifier.iff;object/tangible/component/chemistry/liquid_delivery_suspension.iff;object/tangible/component/chemistry/rancor_bile.iff;object/tangible/component/chemistry/release_mechanism_duration.iff;object/tangible/component/chemistry/resilience_compound.iff;object/tangible/component/chemistry/solid_delivery_shell.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/clothing_treatment_crystalline.iff;object/tangible/component/clothing/leather_heavy_duty.iff;object/tangible/dice/eqp_chance_cube.iff;object/tangible/magic_eight_ball/magic_eight_ball.iff;object/tangible/loot/misc/palm_frond.iff;object/tangible/loot/misc/firework_dud_s1.iff;object/tangible/loot/misc/firework_dud_s2.iff;object/tangible/loot/misc/ticket_expired.iff;object/tangible/loot/misc/slave_collar.iff;object/tangible/dice/eqp_one_hundred_sided_dice_set.iff;object/tangible/dice/eqp_six_sided_dice_set.iff;object/tangible/dice/eqp_ten_sided_dice_set.iff;object/tangible/dice/eqp_twelve_sided_dice_set.iff;object/tangible/dice/eqp_twenty_sided_dice_set.iff;object/tangible/loot/misc/decryptor_broken_s01.iff;object/tangible/loot/misc/picture_handheld_s01.iff;object/tangible/loot/misc/picture_handheld_s02.iff;object/tangible/loot/misc/worklight.iff;object/tangible/loot/simple_kit/paint_cartridge.iff;object/tangible/loot/simple_kit/paint_disperser.iff;object/tangible/loot/simple_kit/flat_canvas.iff;object/tangible/loot/simple_kit/viewscreen_reader.iff;object/tangible/loot/tool/viewscreen_broken_s1.iff;object/tangible/loot/tool/viewscreen_broken_s2.iff;object/tangible/loot/simple_kit/powder_pack.iff;object/tangible/loot/simple_kit/datadisk.iff;object/tangible/loot/tool/datapad_broken.iff;object/tangible/loot/simple_kit/datapad_connectors.iff;object/tangible/loot/simple_kit/datapad_backlight.iff;object/tangible/loot/simple_kit/datapad_battery.iff;object/tangible/loot/simple_kit/viewscreen_printer.iff;object/tangible/loot/simple_kit/picture_printer.iff;object/tangible/loot/simple_kit/firework_fixer.iff;object/tangible/loot/simple_kit/datapad_casing.iff;object/tangible/loot/simple_kit/datadisk_repair_kit.iff;object/tangible/loot/simple_kit/empty_datapad.iff;object/tangible/loot/simple_kit/firework_casing.iff;object/tangible/loot/misc/datadisk_corrupt.iff;object/tangible/loot/simple_kit/recovery_software.iff;object/tangible/loot/simple_kit/magnetic_burner.iff;object/tangible/loot/simple_kit/magnetic_reader.iff;object/tangible/loot/simple_kit/wiring.iffitem_junk_npc_41thru50_01_01;item_junk_npc_41thru50_01_02;item_junk_npc_41thru50_01_03;item_junk_npc_41thru50_01_04;item_junk_npc_41thru50_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s04.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s04.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s04.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s04.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s13.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s13.iff;object/tangible/component/chemistry/biologic_effect_controller.iff;object/tangible/component/chemistry/dispersal_mechanism.iff;object/tangible/component/chemistry/infection_amplifier.iff;object/tangible/component/chemistry/liquid_delivery_suspension.iff;object/tangible/component/chemistry/rancor_bile.iff;object/tangible/component/chemistry/release_mechanism_duration.iff;object/tangible/component/chemistry/resilience_compound.iff;object/tangible/component/chemistry/solid_delivery_shell.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/clothing_treatment_crystalline.iff;object/tangible/component/clothing/leather_heavy_duty.iff;object/tangible/dice/eqp_chance_cube.iff;object/tangible/magic_eight_ball/magic_eight_ball.iff;object/tangible/loot/misc/palm_frond.iff;object/tangible/loot/misc/firework_dud_s1.iff;object/tangible/loot/misc/firework_dud_s2.iff;object/tangible/loot/misc/ticket_expired.iff;object/tangible/loot/misc/slave_collar.iff;object/tangible/dice/eqp_one_hundred_sided_dice_set.iff;object/tangible/dice/eqp_six_sided_dice_set.iff;object/tangible/dice/eqp_ten_sided_dice_set.iff;object/tangible/dice/eqp_twelve_sided_dice_set.iff;object/tangible/dice/eqp_twenty_sided_dice_set.iff;object/tangible/loot/misc/decryptor_broken_s01.iff;object/tangible/loot/misc/picture_handheld_s01.iff;object/tangible/loot/misc/picture_handheld_s02.iff;object/tangible/loot/misc/worklight.iff;object/tangible/loot/simple_kit/paint_cartridge.iff;object/tangible/loot/simple_kit/paint_disperser.iff;object/tangible/loot/simple_kit/flat_canvas.iff;object/tangible/loot/simple_kit/viewscreen_reader.iff;object/tangible/loot/tool/viewscreen_broken_s1.iff;object/tangible/loot/tool/viewscreen_broken_s2.iff;object/tangible/loot/simple_kit/powder_pack.iff;object/tangible/loot/simple_kit/datadisk.iff;object/tangible/loot/tool/datapad_broken.iff;object/tangible/loot/simple_kit/datapad_connectors.iff;object/tangible/loot/simple_kit/datapad_backlight.iff;object/tangible/loot/simple_kit/datapad_battery.iff;object/tangible/loot/simple_kit/viewscreen_printer.iff;object/tangible/loot/simple_kit/picture_printer.iff;object/tangible/loot/simple_kit/firework_fixer.iff;object/tangible/loot/simple_kit/datapad_casing.iff;object/tangible/loot/simple_kit/datadisk_repair_kit.iff;object/tangible/loot/simple_kit/empty_datapad.iff;object/tangible/loot/simple_kit/firework_casing.iff;object/tangible/loot/misc/datadisk_corrupt.iff;object/tangible/loot/simple_kit/recovery_software.iff;object/tangible/loot/simple_kit/magnetic_burner.iff;object/tangible/loot/simple_kit/magnetic_reader.iff;object/tangible/loot/simple_kit/wiring.iffitem_junk_npc_51thru60_01_01;item_junk_npc_51thru60_01_02;item_junk_npc_51thru60_01_03;item_junk_npc_51thru60_01_04;item_junk_npc_51thru60_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s05.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s05.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s05.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s05.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s14.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s14.iff;object/tangible/component/chemistry/biologic_effect_controller.iff;object/tangible/component/chemistry/dispersal_mechanism.iff;object/tangible/component/chemistry/infection_amplifier.iff;object/tangible/component/chemistry/liquid_delivery_suspension.iff;object/tangible/component/chemistry/rancor_bile.iff;object/tangible/component/chemistry/release_mechanism_duration.iff;object/tangible/component/chemistry/resilience_compound.iff;object/tangible/component/chemistry/solid_delivery_shell.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/clothing_treatment_crystalline.iff;object/tangible/component/clothing/leather_heavy_duty.iff;object/tangible/dice/eqp_chance_cube.iff;object/tangible/magic_eight_ball/magic_eight_ball.iff;object/tangible/loot/misc/palm_frond.iff;object/tangible/loot/misc/firework_dud_s1.iff;object/tangible/loot/misc/firework_dud_s2.iff;object/tangible/loot/misc/ticket_expired.iff;object/tangible/loot/misc/slave_collar.iff;object/tangible/dice/eqp_one_hundred_sided_dice_set.iff;object/tangible/dice/eqp_six_sided_dice_set.iff;object/tangible/dice/eqp_ten_sided_dice_set.iff;object/tangible/dice/eqp_twelve_sided_dice_set.iff;object/tangible/dice/eqp_twenty_sided_dice_set.iff;object/tangible/loot/misc/decryptor_broken_s01.iff;object/tangible/loot/misc/picture_handheld_s01.iff;object/tangible/loot/misc/picture_handheld_s02.iff;object/tangible/loot/misc/worklight.iff;object/tangible/loot/simple_kit/paint_cartridge.iff;object/tangible/loot/simple_kit/paint_disperser.iff;object/tangible/loot/simple_kit/flat_canvas.iff;object/tangible/loot/simple_kit/viewscreen_reader.iff;object/tangible/loot/tool/viewscreen_broken_s1.iff;object/tangible/loot/tool/viewscreen_broken_s2.iff;object/tangible/loot/simple_kit/powder_pack.iff;object/tangible/loot/simple_kit/datadisk.iff;object/tangible/loot/tool/datapad_broken.iff;object/tangible/loot/simple_kit/datapad_connectors.iff;object/tangible/loot/simple_kit/datapad_backlight.iff;object/tangible/loot/simple_kit/datapad_battery.iff;object/tangible/loot/simple_kit/viewscreen_printer.iff;object/tangible/loot/simple_kit/picture_printer.iff;object/tangible/loot/simple_kit/firework_fixer.iff;object/tangible/loot/simple_kit/datapad_casing.iff;object/tangible/loot/simple_kit/datadisk_repair_kit.iff;object/tangible/loot/simple_kit/empty_datapad.iff;object/tangible/loot/simple_kit/firework_casing.iff;object/tangible/loot/misc/datadisk_corrupt.iff;object/tangible/loot/simple_kit/recovery_software.iff;object/tangible/loot/simple_kit/magnetic_burner.iff;object/tangible/loot/simple_kit/magnetic_reader.iff;object/tangible/loot/simple_kit/wiring.iffitem_junk_npc_61thru70_01_01;item_junk_npc_61thru70_01_02;item_junk_npc_61thru70_01_03;item_junk_npc_61thru70_01_04;item_junk_npc_61thru70_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s06.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s06.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s06.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s06.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s15.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s15.iff;object/tangible/component/chemistry/biologic_effect_controller.iff;object/tangible/component/chemistry/dispersal_mechanism.iff;object/tangible/component/chemistry/infection_amplifier.iff;object/tangible/component/chemistry/liquid_delivery_suspension.iff;object/tangible/component/chemistry/rancor_bile.iff;object/tangible/component/chemistry/release_mechanism_duration.iff;object/tangible/component/chemistry/resilience_compound.iff;object/tangible/component/chemistry/solid_delivery_shell.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/clothing_treatment_crystalline.iff;object/tangible/component/clothing/leather_heavy_duty.iff;object/tangible/dice/eqp_chance_cube.iff;object/tangible/magic_eight_ball/magic_eight_ball.iff;object/tangible/loot/misc/palm_frond.iff;object/tangible/loot/misc/firework_dud_s1.iff;object/tangible/loot/misc/firework_dud_s2.iff;object/tangible/loot/misc/ticket_expired.iff;object/tangible/loot/misc/slave_collar.iff;object/tangible/dice/eqp_one_hundred_sided_dice_set.iff;object/tangible/dice/eqp_six_sided_dice_set.iff;object/tangible/dice/eqp_ten_sided_dice_set.iff;object/tangible/dice/eqp_twelve_sided_dice_set.iff;object/tangible/dice/eqp_twenty_sided_dice_set.iff;object/tangible/loot/misc/decryptor_broken_s01.iff;object/tangible/loot/misc/picture_handheld_s01.iff;object/tangible/loot/misc/picture_handheld_s02.iff;object/tangible/loot/misc/worklight.iff;object/tangible/loot/simple_kit/paint_cartridge.iff;object/tangible/loot/simple_kit/paint_disperser.iff;object/tangible/loot/simple_kit/flat_canvas.iff;object/tangible/loot/simple_kit/viewscreen_reader.iff;object/tangible/loot/tool/viewscreen_broken_s1.iff;object/tangible/loot/tool/viewscreen_broken_s2.iff;object/tangible/loot/simple_kit/powder_pack.iff;object/tangible/loot/simple_kit/datadisk.iff;object/tangible/loot/tool/datapad_broken.iff;object/tangible/loot/simple_kit/datapad_connectors.iff;object/tangible/loot/simple_kit/datapad_backlight.iff;object/tangible/loot/simple_kit/datapad_battery.iff;object/tangible/loot/simple_kit/viewscreen_printer.iff;object/tangible/loot/simple_kit/picture_printer.iff;object/tangible/loot/simple_kit/firework_fixer.iff;object/tangible/loot/simple_kit/datapad_casing.iff;object/tangible/loot/simple_kit/datadisk_repair_kit.iff;object/tangible/loot/simple_kit/empty_datapad.iff;object/tangible/loot/simple_kit/firework_casing.iff;object/tangible/loot/misc/datadisk_corrupt.iff;object/tangible/loot/simple_kit/recovery_software.iff;object/tangible/loot/simple_kit/magnetic_burner.iff;object/tangible/loot/simple_kit/magnetic_reader.iff;object/tangible/loot/simple_kit/wiring.iffitem_junk_npc_71thru80_01_01;item_junk_npc_71thru80_01_02;item_junk_npc_71thru80_01_03;item_junk_npc_71thru80_01_04;item_junk_npc_71thru80_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s07.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s07.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s07.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s07.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s16.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s16.iff;object/tangible/component/chemistry/biologic_effect_controller.iff;object/tangible/component/chemistry/dispersal_mechanism.iff;object/tangible/component/chemistry/infection_amplifier.iff;object/tangible/component/chemistry/liquid_delivery_suspension.iff;object/tangible/component/chemistry/rancor_bile.iff;object/tangible/component/chemistry/release_mechanism_duration.iff;object/tangible/component/chemistry/resilience_compound.iff;object/tangible/component/chemistry/solid_delivery_shell.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/clothing_treatment_crystalline.iff;object/tangible/component/clothing/leather_heavy_duty.iff;object/tangible/dice/eqp_chance_cube.iff;object/tangible/magic_eight_ball/magic_eight_ball.iff;object/tangible/loot/misc/palm_frond.iff;object/tangible/loot/misc/firework_dud_s1.iff;object/tangible/loot/misc/firework_dud_s2.iff;object/tangible/loot/misc/ticket_expired.iff;object/tangible/loot/misc/slave_collar.iff;object/tangible/dice/eqp_one_hundred_sided_dice_set.iff;object/tangible/dice/eqp_six_sided_dice_set.iff;object/tangible/dice/eqp_ten_sided_dice_set.iff;object/tangible/dice/eqp_twelve_sided_dice_set.iff;object/tangible/dice/eqp_twenty_sided_dice_set.iff;object/tangible/loot/misc/decryptor_broken_s01.iff;object/tangible/loot/misc/picture_handheld_s01.iff;object/tangible/loot/misc/picture_handheld_s02.iff;object/tangible/loot/misc/worklight.iff;object/tangible/loot/simple_kit/paint_cartridge.iff;object/tangible/loot/simple_kit/paint_disperser.iff;object/tangible/loot/simple_kit/flat_canvas.iff;object/tangible/loot/simple_kit/viewscreen_reader.iff;object/tangible/loot/tool/viewscreen_broken_s1.iff;object/tangible/loot/tool/viewscreen_broken_s2.iff;object/tangible/loot/simple_kit/powder_pack.iff;object/tangible/loot/simple_kit/datadisk.iff;object/tangible/loot/tool/datapad_broken.iff;object/tangible/loot/simple_kit/datapad_connectors.iff;object/tangible/loot/simple_kit/datapad_backlight.iff;object/tangible/loot/simple_kit/datapad_battery.iff;object/tangible/loot/simple_kit/viewscreen_printer.iff;object/tangible/loot/simple_kit/picture_printer.iff;object/tangible/loot/simple_kit/firework_fixer.iff;object/tangible/loot/simple_kit/datapad_casing.iff;object/tangible/loot/simple_kit/datadisk_repair_kit.iff;object/tangible/loot/simple_kit/empty_datapad.iff;object/tangible/loot/simple_kit/firework_casing.iff;object/tangible/loot/misc/datadisk_corrupt.iff;object/tangible/loot/simple_kit/recovery_software.iff;object/tangible/loot/simple_kit/magnetic_burner.iff;object/tangible/loot/simple_kit/magnetic_reader.iff;object/tangible/loot/simple_kit/wiring.iffitem_junk_npc_81thru90_01_01;item_junk_npc_81thru90_01_02;item_junk_npc_81thru90_01_03;item_junk_npc_81thru90_01_04;item_junk_npc_81thru90_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s08.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s08.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s08.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s08.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s17.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s17.iff;object/tangible/component/chemistry/biologic_effect_controller.iff;object/tangible/component/chemistry/dispersal_mechanism.iff;object/tangible/component/chemistry/infection_amplifier.iff;object/tangible/component/chemistry/liquid_delivery_suspension.iff;object/tangible/component/chemistry/rancor_bile.iff;object/tangible/component/chemistry/release_mechanism_duration.iff;object/tangible/component/chemistry/resilience_compound.iff;object/tangible/component/chemistry/solid_delivery_shell.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/clothing_treatment_crystalline.iff;object/tangible/component/clothing/leather_heavy_duty.iff;object/tangible/dice/eqp_chance_cube.iff;object/tangible/magic_eight_ball/magic_eight_ball.iff;object/tangible/loot/misc/palm_frond.iff;object/tangible/loot/misc/firework_dud_s1.iff;object/tangible/loot/misc/firework_dud_s2.iff;object/tangible/loot/misc/ticket_expired.iff;object/tangible/loot/misc/slave_collar.iff;object/tangible/dice/eqp_one_hundred_sided_dice_set.iff;object/tangible/dice/eqp_six_sided_dice_set.iff;object/tangible/dice/eqp_ten_sided_dice_set.iff;object/tangible/dice/eqp_twelve_sided_dice_set.iff;object/tangible/dice/eqp_twenty_sided_dice_set.iff;object/tangible/loot/misc/decryptor_broken_s01.iff;object/tangible/loot/misc/picture_handheld_s01.iff;object/tangible/loot/misc/picture_handheld_s02.iff;object/tangible/loot/misc/worklight.iff;object/tangible/loot/simple_kit/paint_cartridge.iff;object/tangible/loot/simple_kit/paint_disperser.iff;object/tangible/loot/simple_kit/flat_canvas.iff;object/tangible/loot/simple_kit/viewscreen_reader.iff;object/tangible/loot/tool/viewscreen_broken_s1.iff;object/tangible/loot/tool/viewscreen_broken_s2.iff;object/tangible/loot/simple_kit/powder_pack.iff;object/tangible/loot/simple_kit/datadisk.iff;object/tangible/loot/tool/datapad_broken.iff;object/tangible/loot/simple_kit/datapad_connectors.iff;object/tangible/loot/simple_kit/datapad_backlight.iff;object/tangible/loot/simple_kit/datapad_battery.iff;object/tangible/loot/simple_kit/viewscreen_printer.iff;object/tangible/loot/simple_kit/picture_printer.iff;object/tangible/loot/simple_kit/firework_fixer.iff;object/tangible/loot/simple_kit/datapad_casing.iff;object/tangible/loot/simple_kit/datadisk_repair_kit.iff;object/tangible/loot/simple_kit/empty_datapad.iff;object/tangible/loot/simple_kit/firework_casing.iff;object/tangible/loot/misc/datadisk_corrupt.iff;object/tangible/loot/simple_kit/recovery_software.iff;object/tangible/loot/simple_kit/magnetic_burner.iff;object/tangible/loot/simple_kit/magnetic_reader.iff;object/tangible/loot/simple_kit/wiring.iff 100 +loot_rare_npc ELITE 1 100 cashloot, wpn comp, comp med item_junk_npc_1thru5_01_01;item_junk_npc_1thru5_01_02;item_junk_npc_1thru5_01_03;item_junk_npc_1thru5_01_04;item_junk_npc_1thru5_01_05;item_junk_npc_6thru10_01_01;item_junk_npc_6thru10_01_02;item_junk_npc_6thru10_01_03;item_junk_npc_6thru10_01_04;item_junk_npc_6thru10_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s10.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s10.iff;object/tangible/component/armor/armor_core_assault_basic.iff;object/tangible/component/armor/armor_core_battle_standard.iff;object/tangible/component/weapon/scope_weapon_advanced.iff;object/tangible/component/weapon/stock_advanced.iff;object/tangible/component/weapon/vibro_unit_enhancement_durability.iff;object/tangible/component/weapon/vibro_unit_enhancement_max_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_min_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_wounding.iff;object/tangible/component/weapon/vibro_unit_nightsister.iff;object/tangible/component/munition/kliknick_gland.iffitem_junk_npc_11thru20_01_01;item_junk_npc_11thru20_01_02;item_junk_npc_11thru20_01_03;item_junk_npc_11thru20_01_04;item_junk_npc_11thru20_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s10.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s10.iff;object/tangible/component/armor/armor_core_assault_basic.iff;object/tangible/component/armor/armor_core_battle_standard.iff;object/tangible/component/weapon/scope_weapon_advanced.iff;object/tangible/component/weapon/stock_advanced.iff;object/tangible/component/weapon/vibro_unit_enhancement_durability.iff;object/tangible/component/weapon/vibro_unit_enhancement_max_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_min_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_wounding.iff;object/tangible/component/weapon/vibro_unit_nightsister.iff;object/tangible/component/munition/kliknick_gland.iffitem_junk_npc_21thru30_01_01;item_junk_npc_21thru30_01_02;item_junk_npc_21thru30_01_03;item_junk_npc_21thru30_01_04;item_junk_npc_21thru30_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s02.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s02.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s02.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s02.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s11.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s11.iff;object/tangible/component/armor/armor_core_assault_basic.iff;object/tangible/component/armor/armor_core_battle_standard.iff;object/tangible/component/weapon/scope_weapon_advanced.iff;object/tangible/component/weapon/stock_advanced.iff;object/tangible/component/weapon/vibro_unit_enhancement_durability.iff;object/tangible/component/weapon/vibro_unit_enhancement_max_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_min_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_wounding.iff;object/tangible/component/weapon/vibro_unit_nightsister.iff;object/tangible/component/munition/kliknick_gland.iffitem_junk_npc_31thru40_01_01;item_junk_npc_31thru40_01_02;item_junk_npc_31thru40_01_03;item_junk_npc_31thru40_01_04;item_junk_npc_31thru40_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s03.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s03.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s03.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s03.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s12.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s12.iff;object/tangible/component/armor/armor_core_assault_basic.iff;object/tangible/component/armor/armor_core_battle_standard.iff;object/tangible/component/weapon/scope_weapon_advanced.iff;object/tangible/component/weapon/stock_advanced.iff;object/tangible/component/weapon/vibro_unit_enhancement_durability.iff;object/tangible/component/weapon/vibro_unit_enhancement_max_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_min_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_wounding.iff;object/tangible/component/weapon/vibro_unit_nightsister.iff;object/tangible/component/munition/kliknick_gland.iffitem_junk_npc_41thru50_01_01;item_junk_npc_41thru50_01_02;item_junk_npc_41thru50_01_03;item_junk_npc_41thru50_01_04;item_junk_npc_41thru50_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s04.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s04.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s04.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s04.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s13.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s13.iff;object/tangible/component/armor/armor_core_assault_basic.iff;object/tangible/component/armor/armor_core_battle_standard.iff;object/tangible/component/weapon/scope_weapon_advanced.iff;object/tangible/component/weapon/stock_advanced.iff;object/tangible/component/weapon/vibro_unit_enhancement_durability.iff;object/tangible/component/weapon/vibro_unit_enhancement_max_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_min_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_wounding.iff;object/tangible/component/weapon/vibro_unit_nightsister.iff;object/tangible/component/munition/kliknick_gland.iffitem_junk_npc_51thru60_01_01;item_junk_npc_51thru60_01_02;item_junk_npc_51thru60_01_03;item_junk_npc_51thru60_01_04;item_junk_npc_51thru60_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s05.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s05.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s05.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s05.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s14.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s14.iff;object/tangible/component/armor/armor_core_assault_basic.iff;object/tangible/component/armor/armor_core_battle_standard.iff;object/tangible/component/weapon/scope_weapon_advanced.iff;object/tangible/component/weapon/stock_advanced.iff;object/tangible/component/weapon/vibro_unit_enhancement_durability.iff;object/tangible/component/weapon/vibro_unit_enhancement_max_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_min_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_wounding.iff;object/tangible/component/weapon/vibro_unit_nightsister.iff;object/tangible/component/munition/kliknick_gland.iffitem_junk_npc_61thru70_01_01;item_junk_npc_61thru70_01_02;item_junk_npc_61thru70_01_03;item_junk_npc_61thru70_01_04;item_junk_npc_61thru70_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s06.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s06.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s06.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s06.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s15.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s15.iff;object/tangible/component/armor/armor_core_assault_basic.iff;object/tangible/component/armor/armor_core_battle_standard.iff;object/tangible/component/weapon/scope_weapon_advanced.iff;object/tangible/component/weapon/stock_advanced.iff;object/tangible/component/weapon/vibro_unit_enhancement_durability.iff;object/tangible/component/weapon/vibro_unit_enhancement_max_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_min_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_wounding.iff;object/tangible/component/weapon/vibro_unit_nightsister.iff;object/tangible/component/munition/kliknick_gland.iffitem_junk_npc_71thru80_01_01;item_junk_npc_71thru80_01_02;item_junk_npc_71thru80_01_03;item_junk_npc_71thru80_01_04;item_junk_npc_71thru80_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s07.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s07.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s07.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s07.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s16.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s16.iff;object/tangible/component/armor/armor_core_assault_basic.iff;object/tangible/component/armor/armor_core_battle_standard.iff;object/tangible/component/weapon/scope_weapon_advanced.iff;object/tangible/component/weapon/stock_advanced.iff;object/tangible/component/weapon/vibro_unit_enhancement_durability.iff;object/tangible/component/weapon/vibro_unit_enhancement_max_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_min_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_wounding.iff;object/tangible/component/weapon/vibro_unit_nightsister.iff;object/tangible/component/munition/kliknick_gland.iffitem_junk_npc_81thru90_01_01;item_junk_npc_81thru90_01_02;item_junk_npc_81thru90_01_03;item_junk_npc_81thru90_01_04;item_junk_npc_81thru90_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s08.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s08.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s08.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s08.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s17.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s17.iff;object/tangible/component/armor/armor_core_assault_basic.iff;object/tangible/component/armor/armor_core_battle_standard.iff;object/tangible/component/weapon/scope_weapon_advanced.iff;object/tangible/component/weapon/stock_advanced.iff;object/tangible/component/weapon/vibro_unit_enhancement_durability.iff;object/tangible/component/weapon/vibro_unit_enhancement_max_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_min_damage.iff;object/tangible/component/weapon/vibro_unit_enhancement_wounding.iff;object/tangible/component/weapon/vibro_unit_nightsister.iff;object/tangible/component/munition/kliknick_gland.iff 100 +loot_rare_npc BOSS 1 100 cashloot, wpn comp, comp high item_junk_npc_1thru5_01_01;item_junk_npc_1thru5_01_02;item_junk_npc_1thru5_01_03;item_junk_npc_1thru5_01_04;item_junk_npc_1thru5_01_05;item_junk_npc_6thru10_01_01;item_junk_npc_6thru10_01_02;item_junk_npc_6thru10_01_03;item_junk_npc_6thru10_01_04;item_junk_npc_6thru10_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s10.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s10.iff;object/tangible/component/armor/armor_core_assault_advanced.iff;object/tangible/component/armor/armor_core_battle_advanced.iff;object/tangible/component/armor/armor_core_recon_advanced.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_bounty.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_durability.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_max_damage.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_min_damage.iff;object/tangible/component/weapon/blaster_rifle_barrel.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_bounty.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_durability.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_gorax.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_max_damage.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_min_damage.iff;object/tangible/component/weapon/projectile_rifle_barrel.iffitem_junk_npc_11thru20_01_01;item_junk_npc_11thru20_01_02;item_junk_npc_11thru20_01_03;item_junk_npc_11thru20_01_04;item_junk_npc_11thru20_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s01.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s10.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s10.iff;object/tangible/component/armor/armor_core_assault_advanced.iff;object/tangible/component/armor/armor_core_battle_advanced.iff;object/tangible/component/armor/armor_core_recon_advanced.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_bounty.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_durability.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_max_damage.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_min_damage.iff;object/tangible/component/weapon/blaster_rifle_barrel.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_bounty.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_durability.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_gorax.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_max_damage.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_min_damage.iff;object/tangible/component/weapon/projectile_rifle_barrel.iffitem_junk_npc_21thru30_01_01;item_junk_npc_21thru30_01_02;item_junk_npc_21thru30_01_03;item_junk_npc_21thru30_01_04;item_junk_npc_21thru30_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s02.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s02.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s02.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s02.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s11.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s11.iff;object/tangible/component/armor/armor_core_assault_advanced.iff;object/tangible/component/armor/armor_core_battle_advanced.iff;object/tangible/component/armor/armor_core_recon_advanced.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_bounty.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_durability.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_max_damage.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_min_damage.iff;object/tangible/component/weapon/blaster_rifle_barrel.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_bounty.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_durability.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_gorax.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_max_damage.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_min_damage.iff;object/tangible/component/weapon/projectile_rifle_barrel.iffitem_junk_npc_31thru40_01_01;item_junk_npc_31thru40_01_02;item_junk_npc_31thru40_01_03;item_junk_npc_31thru40_01_04;item_junk_npc_31thru40_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s03.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s03.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s03.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s03.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s12.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s12.iff;object/tangible/component/armor/armor_core_assault_advanced.iff;object/tangible/component/armor/armor_core_battle_advanced.iff;object/tangible/component/armor/armor_core_recon_advanced.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_bounty.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_durability.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_max_damage.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_min_damage.iff;object/tangible/component/weapon/blaster_rifle_barrel.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_bounty.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_durability.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_gorax.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_max_damage.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_min_damage.iff;object/tangible/component/weapon/projectile_rifle_barrel.iffitem_junk_npc_41thru50_01_01;item_junk_npc_41thru50_01_02;item_junk_npc_41thru50_01_03;item_junk_npc_41thru50_01_04;item_junk_npc_41thru50_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s04.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s04.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s04.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s04.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s13.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s13.iff;object/tangible/component/armor/armor_core_assault_advanced.iff;object/tangible/component/armor/armor_core_battle_advanced.iff;object/tangible/component/armor/armor_core_recon_advanced.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_bounty.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_durability.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_max_damage.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_min_damage.iff;object/tangible/component/weapon/blaster_rifle_barrel.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_bounty.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_durability.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_gorax.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_max_damage.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_min_damage.iff;object/tangible/component/weapon/projectile_rifle_barrel.iffitem_junk_npc_51thru60_01_01;item_junk_npc_51thru60_01_02;item_junk_npc_51thru60_01_03;item_junk_npc_51thru60_01_04;item_junk_npc_51thru60_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s05.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s05.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s05.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s05.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s14.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s14.iff;object/tangible/component/armor/armor_core_assault_advanced.iff;object/tangible/component/armor/armor_core_battle_advanced.iff;object/tangible/component/armor/armor_core_recon_advanced.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_bounty.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_durability.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_max_damage.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_min_damage.iff;object/tangible/component/weapon/blaster_rifle_barrel.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_bounty.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_durability.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_gorax.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_max_damage.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_min_damage.iff;object/tangible/component/weapon/projectile_rifle_barrel.iffitem_junk_npc_61thru70_01_01;item_junk_npc_61thru70_01_02;item_junk_npc_61thru70_01_03;item_junk_npc_61thru70_01_04;item_junk_npc_61thru70_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s06.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s06.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s06.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s06.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s15.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s15.iff;object/tangible/component/armor/armor_core_assault_advanced.iff;object/tangible/component/armor/armor_core_battle_advanced.iff;object/tangible/component/armor/armor_core_recon_advanced.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_bounty.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_durability.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_max_damage.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_min_damage.iff;object/tangible/component/weapon/blaster_rifle_barrel.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_bounty.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_durability.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_gorax.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_max_damage.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_min_damage.iff;object/tangible/component/weapon/projectile_rifle_barrel.iffitem_junk_npc_71thru80_01_01;item_junk_npc_71thru80_01_02;item_junk_npc_71thru80_01_03;item_junk_npc_71thru80_01_04;item_junk_npc_71thru80_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s07.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s07.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s07.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s07.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s16.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s16.iff;object/tangible/component/armor/armor_core_assault_advanced.iff;object/tangible/component/armor/armor_core_battle_advanced.iff;object/tangible/component/armor/armor_core_recon_advanced.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_bounty.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_durability.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_max_damage.iff;object/tangible/component/weapon/blaster_power_handler_enhancement_min_damage.iff;object/tangible/component/weapon/blaster_rifle_barrel.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_bounty.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_durability.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_gorax.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_max_damage.iff;object/tangible/component/weapon/projectile_feed_mechanism_enhancement_min_damage.iff;object/tangible/component/weapon/projectile_rifle_barrel.iffitem_junk_npc_81thru90_01_01;item_junk_npc_81thru90_01_02;item_junk_npc_81thru90_01_03;item_junk_npc_81thru90_01_04;item_junk_npc_81thru90_01_05;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s08.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_two_s08.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s08.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_two_s08.iff;object/tangible/component/weapon/new_weapon/enhancement_melee_slot_one_s17.iff;object/tangible/component/weapon/new_weapon/enhancement_ranged_slot_one_s17.iff;object/tangible/veteran_reward/frn_vet_holo_corvette.iff;object/tangible/veteran_reward/frn_vet_holo_darth_vader.iff;object/tangible/veteran_reward/frn_vet_holo_deathstar.iff;object/tangible/veteran_reward/frn_vet_holo_imperial_guard.iff;object/tangible/veteran_reward/frn_vet_holo_jawa.iff;object/tangible/veteran_reward/frn_vet_holo_lambda.iff;object/tangible/veteran_reward/frn_vet_holo_leia.iff;object/tangible/veteran_reward/frn_vet_holo_luke_skywalker.iff;object/tangible/veteran_reward/frn_vet_holo_sandcrawler.iff;object/tangible/veteran_reward/frn_vet_holo_starfighter.iff;object/tangible/veteran_reward/frn_vet_holo_yoda.iff 100 +mustafar_ash_scale NORMAL 1 100 Cube Loot cube_loot_1y 100 +mustafar_ash_scale ELITE 1 100 Cube Loot cube_loot_1y 100 +mustafar_ash_scale BOSS 1 100 Cube Loot cube_loot_1y 100 +mustafar_blackguard NORMAL 1 100 Cube Loot cube_loot_1a;cube_loot_1j;cube_loot_1s;cube_loot_1q 100 +mustafar_blackguard ELITE 1 100 Cube Loot cube_loot_1a;cube_loot_1j;cube_loot_1s;cube_loot_1q 100 +mustafar_blackguard BOSS 1 100 Cube Loot cube_loot_1a;cube_loot_1j;cube_loot_1s;cube_loot_1q 100 +mustafar_blistmok NORMAL 1 100 Cube Loot cube_loot_1y;cube_loot_1f 90 Mustafar Blistmok item_tow_junk_creature_eye_02_01;object/tangible/item/som/blistmok_heart.iff 10 +mustafar_blistmok ELITE 1 100 Cube Loot cube_loot_1y;cube_loot_1f 85 Mustafar Blistmok item_tow_junk_creature_eye_02_01;object/tangible/item/som/blistmok_heart.iff 15 +mustafar_blistmok BOSS 1 100 Cube Loot cube_loot_1y;cube_loot_1f 80 Mustafar Blistmok item_tow_junk_creature_eye_02_01;object/tangible/item/som/blistmok_heart.iff 20 +mustafar_blistmok_shrieker NORMAL 1 100 Cube Loot cube_loot_1f 100 +mustafar_blistmok_shrieker ELITE 1 100 Cube Loot cube_loot_1f 100 +mustafar_blistmok_shrieker BOSS 1 100 Cube Loot cube_loot_1f 100 +mustafar_blistmok_trampler NORMAL 1 100 Cube Loot cube_loot_1y 100 +mustafar_blistmok_trampler ELITE 1 100 Cube Loot cube_loot_1y 100 +mustafar_blistmok_trampler BOSS 1 100 Cube Loot cube_loot_1y 100 +mustafar_cinderclaw NORMAL 1 100 Cube Loot cube_loot_1p 100 +mustafar_cinderclaw ELITE 1 100 Cube Loot cube_loot_1p 100 +mustafar_cinderclaw BOSS 1 100 Cube Loot cube_loot_1p 100 +mustafar_coyn NORMAL 1 100 Cube Loot cube_loot_1b;cube_loot_1k;cube_loot_1t;cube_loot_2d 100 +mustafar_coyn ELITE 1 100 Cube Loot cube_loot_1b;cube_loot_1k;cube_loot_1t;cube_loot_2d 100 +mustafar_coyn BOSS 1 100 Cube Loot cube_loot_1b;cube_loot_1k;cube_loot_1t;cube_loot_2d 100 +mustafar_coyn_captain NORMAL 1 100 Cube Loot cube_loot_2n 95 Mustafar Chest armor armor_tow_chest_03_02 5 +mustafar_coyn_captain ELITE 1 100 Cube Loot cube_loot_2n 90 Mustafar Chest armor armor_tow_chest_03_02 10 +mustafar_coyn_captain BOSS 1 100 Cube Loot cube_loot_2n 85 Mustafar Chest armor armor_tow_chest_03_02 15 +mustafar_coyn_commander NORMAL 1 100 Cube Loot armor_tow_chest_03_01;cube_loot_2e;cube_loot_2r 100 +mustafar_coyn_commander ELITE 1 100 Cube Loot armor_tow_chest_03_01;cube_loot_2e;cube_loot_2r 100 +mustafar_coyn_commander BOSS 1 100 Cube Loot armor_tow_chest_03_01;cube_loot_2e;cube_loot_2r 100 +mustafar_creature NORMAL 1 100 Mustafar - Creature junk item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 100 +mustafar_creature ELITE 1 100 Mustafar - Creature junk item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 100 +mustafar_creature BOSS 1 100 Mustafar - Creature junk item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 100 +mustafar_deathsting NORMAL 1 100 Cube Loot cube_loot_1f 100 +mustafar_deathsting ELITE 1 100 Cube Loot cube_loot_1f 100 +mustafar_deathsting BOSS 1 100 Cube Loot cube_loot_1f 100 +mustafar_droid NORMAL 1 100 Mustafar - Droid junk item_tow_junk_droid_motivator_02_01;item_tow_junk_droid_power_cell_02_01;item_tow_junk_droid_memory_unit_02_01;item_tow_junk_swivel_joint_02_01 100 +mustafar_droid ELITE 1 100 Mustafar - Droid junk item_tow_junk_droid_motivator_02_01;item_tow_junk_droid_power_cell_02_01;item_tow_junk_droid_memory_unit_02_01;item_tow_junk_swivel_joint_02_01 100 +mustafar_droid BOSS 1 100 Mustafar - Droid junk item_tow_junk_droid_motivator_02_01;item_tow_junk_droid_power_cell_02_01;item_tow_junk_droid_memory_unit_02_01;item_tow_junk_swivel_joint_02_01 100 +mustafar_eradicator NORMAL 1 100 Cube Loot cube_loot_2b 100 +mustafar_eradicator ELITE 1 100 Cube Loot cube_loot_2b 100 +mustafar_eradicator BOSS 1 100 Cube Loot cube_loot_2b 100 +mustafar_flea_smoldering NORMAL 1 100 Cube Loot cube_loot_1x 100 +mustafar_flea_smoldering ELITE 1 100 Cube Loot cube_loot_1x 100 +mustafar_flea_smoldering BOSS 1 100 Cube Loot cube_loot_1x 100 +mustafar_jundak NORMAL 1 100 Cube Loot cube_loot_1g 100 +mustafar_jundak ELITE 1 100 Cube Loot cube_loot_1g 100 +mustafar_jundak BOSS 1 100 Cube Loot cube_loot_1g 100 +mustafar_jundak_devourer NORMAL 1 100 Cube Loot cube_loot_1g 100 +mustafar_jundak_devourer ELITE 1 100 Cube Loot cube_loot_1g 100 +mustafar_jundak_devourer BOSS 1 100 Cube Loot cube_loot_1g 100 +mustafar_lava_beetle NORMAL 1 100 Mustafar - Creature junk item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 100 +mustafar_lava_beetle ELITE 1 100 Mustafar - Creature junk item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 100 +mustafar_lava_beetle BOSS 1 100 Mustafar - Creature junk item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 100 +mustafar_lava_flea NORMAL 1 100 Cube Loot cube_loot_1x 95 Mustafar Creature junk item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 5 +mustafar_lava_flea ELITE 1 100 Cube Loot cube_loot_1x 90 Mustafar Creature junk item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 10 +mustafar_lava_flea BOSS 1 100 Cube Loot cube_loot_1x 85 Mustafar Creature junk item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 15 +mustafar_lava_lizard NORMAL 1 100 Cube Loot cube_loot_1p 95 Mustafar Creature junk item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 5 +mustafar_lava_lizard ELITE 1 100 Cube Loot cube_loot_1p 90 Mustafar Creature junk item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 10 +mustafar_lava_lizard BOSS 1 100 Cube Loot cube_loot_1p 85 Mustafar Creature junk item_tow_junk_creature_antenna_02_01;item_tow_junk_creature_blood_02_01;item_tow_junk_creature_bone_02_01;item_tow_junk_creature_brain_02_01;item_tow_junk_creature_eye_02_01;item_tow_junk_creature_hide_02_01;item_tow_junk_creature_horn_02_01;item_tow_junk_creature_intestines_02_01;item_tow_junk_creature_jaw_02_01;item_tow_junk_creature_mandible_02_01;item_tow_junk_creature_talon_02_01;item_tow_junk_creature_tooth_02_01;item_tow_junk_insect_eye_02_01;item_tow_junk_insect_leg_02_01;item_tow_junk_insect_shell_02_01;item_tow_junk_lava_rock_02_01;item_tow_junk_lava_tongs_02_01 15 +mustafar_lislot NORMAL 1 100 Cube Loot cube_loot_2k 95 Mustafar Duster item_tow_duster_01_01 5 +mustafar_lislot ELITE 1 100 Cube Loot cube_loot_2k 90 Mustafar Duster item_tow_duster_01_01 10 +mustafar_lislot BOSS 1 100 Cube Loot cube_loot_2k 85 Mustafar Duster item_tow_duster_01_01 15 +mustafar_mustafarian_bandit NORMAL 1 100 Cube Loot cube_loot_1i;cube_loot_1r 100 +mustafar_mustafarian_bandit ELITE 1 100 Cube Loot cube_loot_1i;cube_loot_1r 100 +mustafar_mustafarian_bandit BOSS 1 100 Cube Loot cube_loot_1i;cube_loot_1r 100 +mustafar_mustafarian_bandit_king NORMAL 1 100 Cube Loot cube_loot_2l 95 Mustafar Weapon Hammer weapon_tow_hammer_03_01 5 +mustafar_mustafarian_bandit_king ELITE 1 100 Cube Loot cube_loot_2l 90 Mustafar Weapon Hammer weapon_tow_hammer_03_01 10 +mustafar_mustafarian_bandit_king BOSS 1 100 Cube Loot cube_loot_2l 85 Mustafar Weapon Hammer weapon_tow_hammer_03_01 15 +mustafar_narl NORMAL 1 100 Cube Loot cube_loot_2j;cube_loot_2f 95 Mustafar Bandolier item_tow_bandolier_01_01 5 +mustafar_narl ELITE 1 100 Cube Loot cube_loot_2j;cube_loot_2f 90 Mustafar Bandolier item_tow_bandolier_01_01 10 +mustafar_narl BOSS 1 100 Cube Loot cube_loot_2j;cube_loot_2f 85 Mustafar Bandolier item_tow_bandolier_01_01 15 +mustafar_npc NORMAL 1 100 Mustafar - Junk 2 item_tow_junk_mining_tool_02_01;item_tow_junk_jewelry_onyx_02_01;item_tow_junk_lava_tongs_02_01;item_tow_junk_lava_rock_02_01 100 +mustafar_npc ELITE 1 100 Mustafar - Junk 2 item_tow_junk_mining_tool_02_01;item_tow_junk_jewelry_onyx_02_01;item_tow_junk_lava_tongs_02_01;item_tow_junk_lava_rock_02_01 100 +mustafar_npc BOSS 1 100 Mustafar - Junk 2 item_tow_junk_mining_tool_02_01;item_tow_junk_jewelry_onyx_02_01;item_tow_junk_lava_tongs_02_01;item_tow_junk_lava_rock_02_01 100 +mustafar_orf_tulrus NORMAL 1 100 Cube Loot cube_loot_2p 100 +mustafar_orf_tulrus ELITE 1 100 Cube Loot cube_loot_2p 100 +mustafar_orf_tulrus BOSS 1 100 Cube Loot cube_loot_2p 100 +mustafar_orf_xandank NORMAL 1 100 Cube Loot cube_loot_2q 100 +mustafar_orf_xandank ELITE 1 100 Cube Loot cube_loot_2q 100 +mustafar_orf_xandank BOSS 1 100 Cube Loot cube_loot_2q 100 +mustafar_pulverizer NORMAL 1 100 Cube Loot cube_loot_2c 100 +mustafar_pulverizer ELITE 1 100 Cube Loot cube_loot_2c 100 +mustafar_pulverizer BOSS 1 100 Cube Loot cube_loot_2c 100 +mustafar_ruins NORMAL 1 100 Cube Loot cube_loot_1d;cube_loot_1m;cube_loot_1v 100 +mustafar_ruins ELITE 1 100 Cube Loot cube_loot_1d;cube_loot_1m;cube_loot_1v 100 +mustafar_ruins BOSS 1 100 Cube Loot cube_loot_1d;cube_loot_1m;cube_loot_1v 100 +mustafar_ruins_leader NORMAL 1 100 Cube Loot cube_loot_1e;cube_loot_1n;cube_loot_1w 100 +mustafar_ruins_leader ELITE 1 100 Cube Loot cube_loot_1e;cube_loot_1n;cube_loot_1w 100 +mustafar_ruins_leader BOSS 1 100 Cube Loot cube_loot_1e;cube_loot_1n;cube_loot_1w 100 +mustafar_sansii NORMAL 1 100 Cube Loot cube_loot_2g;cube_loot_2t 95 Jedi Robe item_jedi_robe_04_01 5 +mustafar_sansii ELITE 1 100 Cube Loot cube_loot_2g;cube_loot_2t 95 Jedi Robe item_jedi_robe_04_01 5 +mustafar_sansii BOSS 1 100 Cube Loot cube_loot_2g;cube_loot_2t 95 Jedi Robe item_jedi_robe_04_01 5 +mustafar_scorching_terror NORMAL 1 100 Cube Loot cube_loot_1o 100 +mustafar_scorching_terror ELITE 1 100 Cube Loot cube_loot_1o 100 +mustafar_scorching_terror BOSS 1 100 Cube Loot cube_loot_1o 100 +mustafar_sherkar_consort NORMAL 1 100 Cube Loot cube_loot_3r 100 +mustafar_sherkar_consort ELITE 1 100 Cube Loot cube_loot_3r 100 +mustafar_sherkar_consort BOSS 1 100 Cube Loot cube_loot_3r 100 +mustafar_sinistros NORMAL 1 100 Mustafar - Junk 2 item_tow_junk_mining_tool_02_01;item_tow_junk_jewelry_onyx_02_01;item_tow_junk_lava_tongs_02_01;item_tow_junk_lava_rock_02_01 98 Mustafar Lava Skiff schematic item_tow_schematic_vehicle_02_01 2 +mustafar_sinistros ELITE 1 100 Mustafar - Junk 2 item_tow_junk_mining_tool_02_01;item_tow_junk_jewelry_onyx_02_01;item_tow_junk_lava_tongs_02_01;item_tow_junk_lava_rock_02_01 96 Mustafar Lava Skiff schematic item_tow_schematic_vehicle_02_01 4 +mustafar_sinistros BOSS 1 100 Mustafar - Junk 2 item_tow_junk_mining_tool_02_01;item_tow_junk_jewelry_onyx_02_01;item_tow_junk_lava_tongs_02_01;item_tow_junk_lava_rock_02_01 94 Mustafar Lava Skiff schematic item_tow_schematic_vehicle_02_01 6 +mustafar_storm NORMAL 1 100 Cube Loot cube_loot_1c;cube_loot_1l;cube_loot_1u;cube_loot_2h 100 +mustafar_storm ELITE 1 100 Cube Loot cube_loot_1c;cube_loot_1l;cube_loot_1u;cube_loot_2h 100 +mustafar_storm BOSS 1 100 Cube Loot cube_loot_1c;cube_loot_1l;cube_loot_1u;cube_loot_2h 100 +mustafar_storm_lord NORMAL 1 100 Cube Loot cube_loot_2s;cube_loot_2o 90 Mustafar Sword + Ring weapon_tow_sword_1h_03_02;item_tow_ring_01_01 5 Jedi Robe item_jedi_robe_04_02 5 +mustafar_storm_lord ELITE 1 100 Cube Loot cube_loot_2s;cube_loot_2o 80 Mustafar Sword + Ring weapon_tow_sword_1h_03_02;item_tow_ring_01_01 10 Jedi Robe item_jedi_robe_04_02 10 +mustafar_storm_lord BOSS 1 100 Cube Loot cube_loot_2s;cube_loot_2o 70 Mustafar Sword + Ring weapon_tow_sword_1h_03_02;item_tow_ring_01_01 15 Jedi Robe item_jedi_robe_04_02 15 +mustafar_storm_lord_prophet NORMAL 1 100 Cube Loot cube_loot_2m 100 Mustafar Shoes item_tow_shoes_03_01 +mustafar_storm_lord_prophet ELITE 1 100 Cube Loot cube_loot_2m 100 Mustafar Shoes item_tow_shoes_03_01 +mustafar_storm_lord_prophet BOSS 1 100 Cube Loot cube_loot_2m 100 Mustafar Shoes item_tow_shoes_03_01 +mustafar_treasure NORMAL 1 100 Cube Loot cube_loot_1h;cube_loot_1q;cube_loot_1h 100 +mustafar_treasure ELITE 1 100 Cube Loot cube_loot_1h;cube_loot_1q;cube_loot_1h 100 +mustafar_treasure BOSS 1 100 Cube Loot cube_loot_1h;cube_loot_1q;cube_loot_1h 100 +mustafar_tremor_foot NORMAL 1 100 Cube Loot cube_loot_1g 100 +mustafar_tremor_foot ELITE 1 100 Cube Loot cube_loot_1g 100 +mustafar_tremor_foot BOSS 1 100 Cube Loot cube_loot_1g 100 +mustafar_trial_akprime NORMAL 1 100 Cube Loot cube_loot_3h 90 Mustafar Rifle Geo Drill weapon_tow_rifle_geo_drill_05_01 5 Mustafar Heavy Rocket Launcher weapon_tow_heavy_rocket_launcher_05_01 5 +mustafar_trial_akprime ELITE 1 100 Cube Loot cube_loot_3h 80 Mustafar Rifle Geo Drill weapon_tow_rifle_geo_drill_05_01 10 Mustafar Heavy Rocket Launcher weapon_tow_heavy_rocket_launcher_05_01 10 +mustafar_trial_akprime BOSS 1 100 Cube Loot cube_loot_3h 70 Mustafar Rifle Geo Drill weapon_tow_rifle_geo_drill_05_01 15 Mustafar Heavy Rocket Launcher weapon_tow_heavy_rocket_launcher_05_01 15 +mustafar_trial_cmdr_mk2 NORMAL 1 100 Cube Loot cube_loot_3i 90 Mustafar Commander Stim item_tow_fwd_commander_stim_05_01 5 Mustafar Bola Carbine + Knuckler weapon_tow_carbine_bola_05_01;weapon_tow_knuckler_05_01 5 +mustafar_trial_cmdr_mk2 ELITE 1 100 Cube Loot cube_loot_3i 80 Mustafar Commander Stim item_tow_fwd_commander_stim_05_01 10 Mustafar Bola Carbine + Knuckler weapon_tow_carbine_bola_05_01;weapon_tow_knuckler_05_01 10 +mustafar_trial_cmdr_mk2 BOSS 1 100 Cube Loot cube_loot_3i 70 Mustafar Commander Stim item_tow_fwd_commander_stim_05_01 15 Mustafar Bola Carbine + Knuckler weapon_tow_carbine_bola_05_01;weapon_tow_knuckler_05_01 15 +mustafar_trial_col_or5 NORMAL 1 100 Mustafar - Carbine E5 weapon_tow_carbine_e5_04_01 20 Mustafar Pistol DE10 weapon_tow_pistol_de10_04_01 10 Mustafar Sword RSF weapon_tow_sword_rsf_04_01 70 +mustafar_trial_col_or5 ELITE 1 100 Mustafar - Carbine E5 weapon_tow_carbine_e5_04_01 25 Mustafar Pistol DE10 weapon_tow_pistol_de10_04_01 10 Mustafar Sword RSF weapon_tow_sword_rsf_04_01 65 +mustafar_trial_col_or5 BOSS 1 100 Mustafar - Carbine E5 weapon_tow_carbine_e5_04_01 25 Mustafar Pistol DE10 weapon_tow_pistol_de10_04_01 15 Mustafar Sword RSF weapon_tow_sword_rsf_04_01 60 +mustafar_trial_cym NORMAL 1 100 Cube Loot cube_loot_3g 90 Mustafar Weapons weapon_tow_rifle_ink_05_01;weapon_tow_carbine_geo_05_01;weapon_tow_2h_sith_sword_05_01 5 Jedi Robe item_jedi_robe_06_01;item_jedi_robe_06_02 5 +mustafar_trial_cym ELITE 1 100 Cube Loot cube_loot_3g 80 Mustafar Weapons weapon_tow_rifle_ink_05_01;weapon_tow_carbine_geo_05_01;weapon_tow_2h_sith_sword_05_01 10 Jedi Robe item_jedi_robe_06_01;item_jedi_robe_06_02 10 +mustafar_trial_cym BOSS 1 100 Cube Loot cube_loot_3g 70 Mustafar Weapons weapon_tow_rifle_ink_05_01;weapon_tow_carbine_geo_05_01;weapon_tow_2h_sith_sword_05_01 15 Jedi Robe item_jedi_robe_06_01;item_jedi_robe_06_02 15 +mustafar_trial_devistator NORMAL 1 100 Cube Loot cube_loot_3j 90 Mustafar Cannon weapon_tow_cannon_04_02 5 Mustafar Heavy Acid Beam weapon_tow_heavy_acid_beam_04_01 5 +mustafar_trial_devistator ELITE 1 100 Cube Loot cube_loot_3j 80 Mustafar Cannon weapon_tow_cannon_04_02 10 Mustafar Heavy Acid Beam weapon_tow_heavy_acid_beam_04_01 10 +mustafar_trial_devistator BOSS 1 100 Cube Loot cube_loot_3j 70 Mustafar Cannon weapon_tow_cannon_04_02 15 Mustafar Heavy Acid Beam weapon_tow_heavy_acid_beam_04_01 15 +mustafar_trial_doombringer NORMAL 1 100 Cube Loot cube_loot_3c 90 Mustafar Weapons weapon_tow_pistol_scatter_04_01;weapon_tow_rifle_dp3_04_01;weapon_tow_2h_obsidian_04_01 5 Mustafar PSG Schematic item_tow_schematic_psg_05_01 5 +mustafar_trial_doombringer ELITE 1 100 Cube Loot cube_loot_3c 80 Mustafar Weapons weapon_tow_pistol_scatter_04_01;weapon_tow_rifle_dp3_04_01;weapon_tow_2h_obsidian_04_01 10 Mustafar PSG Schematic item_tow_schematic_psg_05_01 10 +mustafar_trial_doombringer BOSS 1 100 Cube Loot cube_loot_3c 70 Mustafar Weapons weapon_tow_pistol_scatter_04_01;weapon_tow_rifle_dp3_04_01;weapon_tow_2h_obsidian_04_01 15 Mustafar PSG Schematic item_tow_schematic_psg_05_01 15 +mustafar_trial_engineer NORMAL 1 100 Cube Loot cube_loot_3d 90 Mustafar Kyd 21 weapon_tow_pistol_kyd21_04_01 5 Mustafar 2h Sword weapon_tow_sword_2h_04_03 5 +mustafar_trial_engineer ELITE 1 100 Cube Loot cube_loot_3d 80 Mustafar Kyd 21 weapon_tow_pistol_kyd21_04_01 10 Mustafar 2h Sword weapon_tow_sword_2h_04_03 10 +mustafar_trial_engineer BOSS 1 100 Cube Loot cube_loot_3d 70 Mustafar Kyd 21 weapon_tow_pistol_kyd21_04_01 15 Mustafar 2h Sword weapon_tow_sword_2h_04_03 15 +mustafar_trial_factory_guardian NORMAL 1 100 Cube Loot cube_loot_3a 90 Mustafar Ring + Trinket item_tow_ring_droideng_04_01;item_tow_ring_bioeng_04_01;item_tow_ring_chef_04_01;item_tow_factory_gaurd_trinket_04_01 5 Mustafar LC + Blasterfist weapon_tow_rifle_lightning_cannon_04_01;weapon_tow_blasterfist_04_01 5 +mustafar_trial_factory_guardian ELITE 1 100 Cube Loot cube_loot_3a 80 Mustafar Ring + Trinket item_tow_ring_droideng_04_01;item_tow_ring_bioeng_04_01;item_tow_ring_chef_04_01;item_tow_factory_gaurd_trinket_04_01 10 Mustafar LC + Blasterfist weapon_tow_rifle_lightning_cannon_04_01;weapon_tow_blasterfist_04_01 10 +mustafar_trial_factory_guardian BOSS 1 100 Cube Loot cube_loot_3a 70 Mustafar Ring + Trinket item_tow_ring_droideng_04_01;item_tow_ring_bioeng_04_01;item_tow_ring_chef_04_01;item_tow_factory_gaurd_trinket_04_01 15 Mustafar LC + Blasterfist weapon_tow_rifle_lightning_cannon_04_01;weapon_tow_blasterfist_04_01 15 +mustafar_trial_foreman NORMAL 1 100 Cube Loot cube_loot_3b 90 Mustafar Weapons weapon_tow_carbine_sfor_03_01;weapon_tow_polearm_obsidian_03_01;weapon_tow_grenade_fragmentation_04_01 5 Mustafar Special items item_tow_ring_armorsmith_04_01;item_tow_ring_weaponsmith_04_01;item_tow_foreman_fire_absorb_04_01;item_tow_foreman_burst_run_04_01 5 +mustafar_trial_foreman ELITE 1 100 Cube Loot cube_loot_3b 80 Mustafar Weapons weapon_tow_carbine_sfor_03_01;weapon_tow_polearm_obsidian_03_01;weapon_tow_grenade_fragmentation_04_01 10 Mustafar Special items item_tow_ring_armorsmith_04_01;item_tow_ring_weaponsmith_04_01;item_tow_foreman_fire_absorb_04_01;item_tow_foreman_burst_run_04_01 10 +mustafar_trial_foreman BOSS 1 100 Cube Loot cube_loot_3b 70 Mustafar Weapons weapon_tow_carbine_sfor_03_01;weapon_tow_polearm_obsidian_03_01;weapon_tow_grenade_fragmentation_04_01 15 Mustafar Special items item_tow_ring_armorsmith_04_01;item_tow_ring_weaponsmith_04_01;item_tow_foreman_fire_absorb_04_01;item_tow_foreman_burst_run_04_01 15 +mustafar_trial_forward_cmdr NORMAL 1 100 Cube Loot cube_loot_3f;cube_loot_3l 90 Mustafar Weapons weapon_tow_rifle_ld1_04_01;weapon_tow_pistol_04_03;weapon_tow_sword_junti_04_01 5 Mustafar Commander Stim item_tow_commander_stim_04_01 5 +mustafar_trial_forward_cmdr ELITE 1 100 Cube Loot cube_loot_3f;cube_loot_3l 80 Mustafar Weapons weapon_tow_rifle_ld1_04_01;weapon_tow_pistol_04_03;weapon_tow_sword_junti_04_01 10 Mustafar Commander Stim item_tow_commander_stim_04_01 10 +mustafar_trial_forward_cmdr BOSS 1 100 Cube Loot cube_loot_3f;cube_loot_3l 70 Mustafar Weapons weapon_tow_rifle_ld1_04_01;weapon_tow_pistol_04_03;weapon_tow_sword_junti_04_01 15 Mustafar Commander Stim item_tow_commander_stim_04_01 15 +mustafar_trial_hk47 NORMAL 1 100 Cube Loot cube_loot_3m;cube_loot_3p 90 Mustafar Weapons weapon_tow_carbine_sfor_05_01;weapon_tow_rifle_must_disruptor_05_01;weapon_tow_pistol_intimidator_05_01;weapon_tow_knuckler_massassi_05_01;weapon_tow_1h_must_bandit_sword_05_01;weapon_tow_polearm_xandak_lance_05_01;weapon_tow_2h_tulrus_sword_05_01 5 Mustafar Special items item_tow_schematic_saber_03_01;object/tangible/ship/crafted/chassis/yt2400_reward_deed.iff;item_tow_hk47_move_immune_06_01 5 +mustafar_trial_hk47 ELITE 1 100 Cube Loot cube_loot_3p 80 Mustafar Weapons weapon_tow_carbine_sfor_05_01;weapon_tow_rifle_must_disruptor_05_01;weapon_tow_pistol_intimidator_05_01;weapon_tow_knuckler_massassi_05_01;weapon_tow_1h_must_bandit_sword_05_01;weapon_tow_polearm_xandak_lance_05_01;weapon_tow_2h_tulrus_sword_05_01 10 Mustafar Special items item_tow_schematic_saber_03_01;object/tangible/ship/crafted/chassis/yt2400_reward_deed.iff;item_tow_hk47_move_immune_06_01 10 +mustafar_trial_hk47 BOSS 1 100 Cube Loot cube_loot_3p 70 Mustafar Weapons weapon_tow_carbine_sfor_05_01;weapon_tow_rifle_must_disruptor_05_01;weapon_tow_pistol_intimidator_05_01;weapon_tow_knuckler_massassi_05_01;weapon_tow_1h_must_bandit_sword_05_01;weapon_tow_polearm_xandak_lance_05_01;weapon_tow_2h_tulrus_sword_05_01 15 Mustafar Special items item_tow_schematic_saber_03_01;object/tangible/ship/crafted/chassis/yt2400_reward_deed.iff;item_tow_hk47_move_immune_06_01 15 +mustafar_trial_oppressor NORMAL 1 100 Cube Loot cube_loot_3e 95 Mustafar Weapons weapon_tow_heavy_repub_flamethrower_05_01;weapon_tow_pistol_ion_relic_05_01;weapon_tow_polearm_obsidian_05_01 5 +mustafar_trial_oppressor ELITE 1 100 Cube Loot cube_loot_3e 90 Mustafar Weapons weapon_tow_heavy_repub_flamethrower_05_01;weapon_tow_pistol_ion_relic_05_01;weapon_tow_polearm_obsidian_05_01 10 +mustafar_trial_oppressor BOSS 1 100 Cube Loot cube_loot_3e 85 Mustafar Weapons weapon_tow_heavy_repub_flamethrower_05_01;weapon_tow_pistol_ion_relic_05_01;weapon_tow_polearm_obsidian_05_01 15 +mustafar_trial_sherkar NORMAL 1 100 Cube Loot cube_loot_3n;cube_loot_3o 90 Mustafar Weapons weapon_tow_heavy_flamer_repub_06_01;weapon_tow_carbine_wookiee_06_01;weapon_tow_pistol_renegade_06_01;weapon_tow_knuckler_blacksun_06_01;weapon_tow_1h_obsidian_sword_06_01;weapon_tow_2h_massassi_sword_06_01;weapon_tow_polearm_wookiee_lance_06_01 5 Mustafar Special items item_tow_mafosa_mez_immune_06_01;item_tow_schematic_saber_03_02 5 +mustafar_trial_sherkar ELITE 1 100 Cube Loot cube_loot_3n;cube_loot_3o 80 Mustafar Weapons weapon_tow_heavy_flamer_repub_06_01;weapon_tow_carbine_wookiee_06_01;weapon_tow_pistol_renegade_06_01;weapon_tow_knuckler_blacksun_06_01;weapon_tow_1h_obsidian_sword_06_01;weapon_tow_2h_massassi_sword_06_01;weapon_tow_polearm_wookiee_lance_06_01 10 Mustafar Special items item_tow_mafosa_mez_immune_06_01;item_tow_schematic_saber_03_02 10 +mustafar_trial_sherkar BOSS 1 100 Cube Loot cube_loot_3n;cube_loot_3o 70 Mustafar Weapons weapon_tow_heavy_flamer_repub_06_01;weapon_tow_carbine_wookiee_06_01;weapon_tow_pistol_renegade_06_01;weapon_tow_knuckler_blacksun_06_01;weapon_tow_1h_obsidian_sword_06_01;weapon_tow_2h_massassi_sword_06_01;weapon_tow_polearm_wookiee_lance_06_01 15 Mustafar Special items item_tow_mafosa_mez_immune_06_01;item_tow_schematic_saber_03_02 15 +mustafar_trial_taskmaster NORMAL 1 100 Cube Loot cube_loot_3k 95 Mustafar Weapons weapon_tow_pistol_flechette_05_01;weapon_tow_1h_rantok_05_01;weapon_tow_rifle_alliance_gauss_05_01 5 +mustafar_trial_taskmaster ELITE 1 100 Cube Loot cube_loot_3k 90 Mustafar Weapons weapon_tow_pistol_flechette_05_01;weapon_tow_1h_rantok_05_01;weapon_tow_rifle_alliance_gauss_05_01 10 +mustafar_trial_taskmaster BOSS 1 100 Cube Loot cube_loot_3k 85 Mustafar Weapons weapon_tow_pistol_flechette_05_01;weapon_tow_1h_rantok_05_01;weapon_tow_rifle_alliance_gauss_05_01 15 +mustafar_tulrus NORMAL 1 100 Cube Loot cube_loot_1g;cube_loot_1p 95 Mustafar Tulrus junk item_tow_junk_creature_horn_02_01;object/tangible/item/som/tulrus_parts.iff 5 +mustafar_tulrus ELITE 1 100 Cube Loot cube_loot_1g;cube_loot_1p 90 Mustafar Tulrus junk item_tow_junk_creature_horn_02_01;object/tangible/item/som/tulrus_parts.iff 10 +mustafar_tulrus BOSS 1 100 Cube Loot cube_loot_1g;cube_loot_1p 85 Mustafar Tulrus junk item_tow_junk_creature_horn_02_01;object/tangible/item/som/tulrus_parts.iff 15 +mustafar_tulrus_drenched NORMAL 1 100 Cube Loot cube_loot_1p 100 +mustafar_tulrus_drenched ELITE 1 100 Cube Loot cube_loot_1p 100 +mustafar_tulrus_drenched BOSS 1 100 Cube Loot cube_loot_1p 100 +mustafar_vansk NORMAL 1 100 Cube Loot cube_loot_2i 95 Mustafar 1h Sword weapon_tow_sword_1h_03_01 5 +mustafar_vansk ELITE 1 100 Cube Loot cube_loot_2i 90 Mustafar 1h Sword weapon_tow_sword_1h_03_01 10 +mustafar_vansk BOSS 1 100 Cube Loot cube_loot_2i 85 Mustafar 1h Sword weapon_tow_sword_1h_03_01 15 +mustafar_voakar_duset NORMAL 1 100 Cube Loot cube_loot_2a 100 +mustafar_voakar_duset ELITE 1 100 Cube Loot cube_loot_2a 100 +mustafar_voakar_duset BOSS 1 100 Cube Loot cube_loot_2a 100 +mustafar_xandank NORMAL 1 100 Cube Loot cube_loot_1o;cube_loot_1x 95 Mustafar Xandank item_tow_junk_creature_jaw_02_01;object/tangible/item/som/xandank_jaw.iff 5 +mustafar_xandank ELITE 1 100 Cube Loot cube_loot_1o;cube_loot_1x 90 Mustafar Xandank item_tow_junk_creature_jaw_02_01;object/tangible/item/som/xandank_jaw.iff 10 +mustafar_xandank BOSS 1 100 Cube Loot cube_loot_1o;cube_loot_1x 85 Mustafar Xandank item_tow_junk_creature_jaw_02_01;object/tangible/item/som/xandank_jaw.iff 15 +mustafar_xandank_patriarch NORMAL 1 100 Cube Loot cube_loot_1x 100 +mustafar_xandank_patriarch ELITE 1 100 Cube Loot cube_loot_1x 100 +mustafar_xandank_patriarch BOSS 1 100 Cube Loot cube_loot_1x 100 +mustafar_xandank_plated NORMAL 1 100 Cube Loot cube_loot_1o 100 +mustafar_xandank_plated ELITE 1 100 Cube Loot cube_loot_1o 100 +mustafar_xandank_plated BOSS 1 100 Cube Loot cube_loot_1o 100 +naboo_borvo_acklay NORMAL 1 100 Acklay Armor object/tangible/quest/quest_start/borvo_acklay_armor.iff;armor_assault_borvo_acklay_bicep_l_02_01;armor_assault_borvo_acklay_bicep_r_02_01;armor_assault_borvo_acklay_boots_02_01;armor_assault_borvo_acklay_bracer_l_02_01;armor_assault_borvo_acklay_bracer_r_02_01;armor_assault_borvo_acklay_chest_02_01;armor_assault_borvo_acklay_gloves_02_01;armor_assault_borvo_acklay_helmet_02_01;armor_assault_borvo_acklay_leggings_02_01 100 +naboo_borvo_acklay ELITE 1 100 Acklay Armor object/tangible/quest/quest_start/borvo_acklay_armor.iff;armor_assault_borvo_acklay_bicep_l_02_01;armor_assault_borvo_acklay_bicep_r_02_01;armor_assault_borvo_acklay_boots_02_01;armor_assault_borvo_acklay_bracer_l_02_01;armor_assault_borvo_acklay_bracer_r_02_01;armor_assault_borvo_acklay_chest_02_01;armor_assault_borvo_acklay_gloves_02_01;armor_assault_borvo_acklay_helmet_02_01;armor_assault_borvo_acklay_leggings_02_01 100 +naboo_borvo_acklay BOSS 1 100 Acklay Armor object/tangible/quest/quest_start/borvo_acklay_armor.iff;armor_assault_borvo_acklay_bicep_l_02_01;armor_assault_borvo_acklay_bicep_r_02_01;armor_assault_borvo_acklay_boots_02_01;armor_assault_borvo_acklay_bracer_l_02_01;armor_assault_borvo_acklay_bracer_r_02_01;armor_assault_borvo_acklay_chest_02_01;armor_assault_borvo_acklay_gloves_02_01;armor_assault_borvo_acklay_helmet_02_01;armor_assault_borvo_acklay_leggings_02_01 100 +naboo_peko_peko_giant NORMAL 1 100 Peko Peko Feather object/tangible/component/armor/feather_peko_albatross.iff 100 +naboo_peko_peko_giant ELITE 1 100 Peko Peko Feather object/tangible/component/armor/feather_peko_albatross.iff 100 +naboo_peko_peko_giant BOSS 1 100 Peko Peko Feather object/tangible/component/armor/feather_peko_albatross.iff 100 +naboo_jonni_skaak NORMAL 1 100 Skaak object/tangible/quest/quest_start/naboo_kadaara_jonni_skaak_journal.iff 100 +naboo_jonni_skaak ELITE 1 100 Skaak object/tangible/quest/quest_start/naboo_kadaara_jonni_skaak_journal.iff 100 +naboo_jonni_skaak BOSS 1 100 Skaak object/tangible/quest/quest_start/naboo_kadaara_jonni_skaak_journal.iff 100 +naboo_jonni_skaak_skaak_tipper NORMAL 1 100 Skaak Tipper object/tangible/quest/quest_start/naboo_kadaara_jonni_skaak_journal.iff 100 +naboo_jonni_skaak_skaak_tipper ELITE 1 100 Skaak Tipper object/tangible/quest/quest_start/naboo_kadaara_jonni_skaak_journal.iff 100 +naboo_jonni_skaak_skaak_tipper BOSS 1 100 Skaak Tipper object/tangible/quest/quest_start/naboo_kadaara_jonni_skaak_journal.iff 100 +naboo_peko_peko_albatross_high NORMAL 1 100 Peko Peko Feather object/tangible/component/armor/feather_peko_albatross.iff 100 +naboo_peko_peko_albatross_high ELITE 1 100 Peko Peko Feather object/tangible/component/armor/feather_peko_albatross.iff 100 +naboo_peko_peko_albatross_high BOSS 1 100 Peko Peko Feather object/tangible/component/armor/feather_peko_albatross.iff 100 +tatooine_jawa NORMAL 1 100 Jawa beads jawa_beads 100 +tatooine_jawa ELITE 1 100 Weapon Jawa Ion Rifle weapon_rifle_jawa_ion 100 +tatooine_jawa BOSS 1 100 Weapon Jawa Ion Rifle weapon_rifle_jawa_ion 100 +tatooine_krayt_dragon NORMAL 1 100 Krayt Dragon Pearls Broken item_junk_imitation_pearl_01_01;item_junk_imitation_pearl_01_02 99 Krayt Dragon Pearls item_tatooine_junk_juvenile_canyon_krayt_01_01;item_krayt_pearl_04_01;item_krayt_pearl_04_02;item_krayt_pearl_04_03;item_krayt_pearl_04_04;item_krayt_pearl_04_05 1 +tatooine_krayt_dragon ELITE 1 100 Krayt Dragon Pearls Broken item_junk_imitation_pearl_01_01;item_junk_imitation_pearl_01_02;item_tatooine_junk_juvenile_canyon_krayt_01_01;item_krayt_pearl_04_01;item_krayt_pearl_04_02;item_krayt_pearl_04_03;item_krayt_pearl_04_04;item_krayt_pearl_04_05;item_krayt_pearl_04_06;item_krayt_pearl_04_07;item_krayt_pearl_04_08;item_krayt_pearl_04_09;item_krayt_pearl_04_10;item_krayt_pearl_04_11 98 Krayt Dragon Pearls item_tatooine_junk_juvenile_canyon_krayt_01_01;item_krayt_pearl_04_01;item_krayt_pearl_04_02;item_krayt_pearl_04_03;item_krayt_pearl_04_04;item_krayt_pearl_04_05 2 +tatooine_krayt_dragon BOSS 1 100 Krayt Dragon Pearls Broken item_junk_imitation_pearl_01_01;item_junk_imitation_pearl_01_02;item_tatooine_junk_juvenile_canyon_krayt_01_01;item_krayt_pearl_04_01;item_krayt_pearl_04_02;item_krayt_pearl_04_03;item_krayt_pearl_04_04;item_krayt_pearl_04_05;item_krayt_pearl_04_12;item_krayt_pearl_04_13;item_krayt_pearl_04_14;item_krayt_pearl_04_15;item_krayt_pearl_04_16;item_krayt_pearl_04_17;item_krayt_pearl_04_18;item_krayt_pearl_04_19 97 Krayt Dragon Pearls item_tatooine_junk_juvenile_canyon_krayt_01_01;item_krayt_pearl_04_01;item_krayt_pearl_04_02;item_krayt_pearl_04_03;item_krayt_pearl_04_04;item_krayt_pearl_04_05 3 +tatooine_tusken NORMAL 1 100 Tusken - Low object/tangible/wearables/bandolier/bandolier_tusken_raider_s01.iff;object/tangible/wearables/boots/boots_tusken_raider.iff;object/tangible/wearables/gloves/gloves_tusken_raider.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s01.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/leather_heavy_duty.iff 90 Tusken High object/tangible/wearables/bandolier/bandolier_tusken_raider_s03.iff;object/tangible/wearables/robe/robe_tusken_raider_s01.iff;object/tangible/wearables/robe/robe_tusken_raider_s02.iff;object/tangible/wearables/boots/boots_tusken_raider.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s01.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s02.iff;object/tangible/wearables/gloves/gloves_tusken_raider.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff 10 +tatooine_tusken ELITE 1 100 Tusken - Low object/tangible/wearables/bandolier/bandolier_tusken_raider_s01.iff;object/tangible/wearables/boots/boots_tusken_raider.iff;object/tangible/wearables/gloves/gloves_tusken_raider.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s01.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/leather_heavy_duty.iff 85 Tusken High object/tangible/wearables/bandolier/bandolier_tusken_raider_s03.iff;object/tangible/wearables/robe/robe_tusken_raider_s01.iff;object/tangible/wearables/robe/robe_tusken_raider_s02.iff;object/tangible/wearables/boots/boots_tusken_raider.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s01.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s02.iff;object/tangible/wearables/gloves/gloves_tusken_raider.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff 15 +tatooine_tusken BOSS 1 100 Tusken - Low object/tangible/wearables/bandolier/bandolier_tusken_raider_s01.iff;object/tangible/wearables/boots/boots_tusken_raider.iff;object/tangible/wearables/gloves/gloves_tusken_raider.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s01.iff;object/tangible/component/clothing/clasp_heavy_duty.iff;object/tangible/component/clothing/leather_heavy_duty.iff 80 Tusken High object/tangible/wearables/bandolier/bandolier_tusken_raider_s03.iff;object/tangible/wearables/robe/robe_tusken_raider_s01.iff;object/tangible/wearables/robe/robe_tusken_raider_s02.iff;object/tangible/wearables/boots/boots_tusken_raider.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s01.iff;object/tangible/wearables/helmet/helmet_tusken_raider_s02.iff;object/tangible/wearables/gloves/gloves_tusken_raider.iff;object/tangible/loot/loot_schematic/tanning_hide_s01_schematic.iff;object/tangible/loot/loot_schematic/tanning_hide_s02_schematic.iff;object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.iff 20 +yavin4_elite_insect_scorp_kliknik NORMAL 1 100 Kliknik object/tangible/furniture/all/frn_all_trophy_scorpion_kliknik.iff 100 +yavin4_elite_insect_scorp_kliknik ELITE 1 100 Kliknik object/tangible/furniture/all/frn_all_trophy_scorpion_kliknik.iff 100 +yavin4_elite_insect_scorp_kliknik BOSS 1 100 Kliknik object/tangible/furniture/all/frn_all_trophy_scorpion_kliknik.iff 100 +yavin4_geonosian NORMAL 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 95 Geo Power Cube object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff 5 +yavin4_geonosian ELITE 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 90 Geo Power Cube object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff 10 +yavin4_geonosian BOSS 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 85 Geo Power Cube object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff 15 +yavin4_geonosian_acklay_bunker_boss NORMAL 1 100 Geo Acklay Bone Core object/tangible/component/weapon/acklay_bone_reinforcement_core.iff 100 +yavin4_geonosian_acklay_bunker_boss ELITE 1 100 Geo Acklay Bone Core object/tangible/component/weapon/acklay_bone_reinforcement_core.iff 100 +yavin4_geonosian_acklay_bunker_boss BOSS 1 100 Geo Acklay Bone Core object/tangible/component/weapon/acklay_bone_reinforcement_core.iff 100 +yavin4_geonosian_droideka NORMAL 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 95 Geo Power Cube object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff 5 +yavin4_geonosian_droideka ELITE 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 90 Geo Power Cube object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff 10 +yavin4_geonosian_droideka BOSS 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 85 Geo Power Cube object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff 15 +yavin4_geonosian_gaping_spider_fire NORMAL 1 100 Geo Spider Spine object/tangible/component/weapon/spider_spine.iff 100 +yavin4_geonosian_gaping_spider_fire ELITE 1 100 Geo Spider Spine object/tangible/component/weapon/spider_spine.iff 100 +yavin4_geonosian_gaping_spider_fire BOSS 1 100 Geo Spider Spine object/tangible/component/weapon/spider_spine.iff 100 +yavin4_geonosian_humanoid NORMAL 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 95 Geo Core Schematic geonosian_reinforcement_core_schematic 5 +yavin4_geonosian_humanoid ELITE 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 90 Geo Core Schematic geonosian_reinforcement_core_schematic 10 +yavin4_geonosian_humanoid BOSS 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 85 Geo Core Schematic geonosian_reinforcement_core_schematic 15 +yavin4_geonosian_kliknik_strong NORMAL 1 100 Food - Kliknik boost object/tangible/food/spice/spice_kliknik_boost.iff 100 +yavin4_geonosian_kliknik_strong ELITE 1 100 Food - Kliknik boost object/tangible/food/spice/spice_kliknik_boost.iff 100 +yavin4_geonosian_kliknik_strong BOSS 1 100 Food - Kliknik boost object/tangible/food/spice/spice_kliknik_boost.iff 100 +yavin4_geonosian_kliknik_weak NORMAL 1 100 Food - Kliknik boost object/tangible/food/spice/spice_kliknik_boost.iff 100 +yavin4_geonosian_kliknik_weak ELITE 1 100 Food - Kliknik boost object/tangible/food/spice/spice_kliknik_boost.iff 100 +yavin4_geonosian_kliknik_weak BOSS 1 100 Food - Kliknik boost object/tangible/food/spice/spice_kliknik_boost.iff 100 +yavin4_geonosian_kwi NORMAL 1 100 Food - Kiwi boost object/tangible/food/spice/spice_kwi_boost.iff 100 +yavin4_geonosian_kwi ELITE 1 100 Food - Kiwi boost object/tangible/food/spice/spice_kwi_boost.iff 100 +yavin4_geonosian_kwi BOSS 1 100 Food - Kiwi boost object/tangible/food/spice/spice_kwi_boost.iff 100 +yavin4_geonosian_mercenary NORMAL 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 95 Geo Sword Core Schematic geonosian_sword_core_schematic 5 +yavin4_geonosian_mercenary ELITE 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 90 Geo Sword Core Schematic geonosian_sword_core_schematic 10 +yavin4_geonosian_mercenary BOSS 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 85 Geo Sword Core Schematic geonosian_sword_core_schematic 15 +yavin4_geonosian_probot NORMAL 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 95 Geo Power Cube object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff 5 +yavin4_geonosian_probot ELITE 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 90 Geo Power Cube object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff 10 +yavin4_geonosian_probot BOSS 1 100 Relic Loot relic_gbb_honey_carafe;relic_gbb_ration_kit;relic_gbb_spice_container;relic_gbb_data_tab;relic_gbb_small_ball;relic_gbb_tech_kit 85 Geo Power Cube object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff 15 +yavin4_geonosian_scientist NORMAL 1 100 Relic Loot relic_gbb_data_tab;relic_gbb_ration_kit;object/tangible/component/weapon/geonosian_sword_core.iff;object/tangible/component/weapon/geonosian_sword_core.iff;object/tangible/component/weapon/geonosian_reinforcement_core.iff;object/tangible/component/weapon/geonosian_reinforcement_core.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff;geonosian_sonic_blaster_schematic;geonosian_reinforcement_core_schematic;geonosian_sword_core_schematic 100 +yavin4_geonosian_scientist ELITE 1 100 Relic Loot relic_gbb_data_tab;relic_gbb_ration_kit;object/tangible/component/weapon/geonosian_sword_core.iff;object/tangible/component/weapon/geonosian_sword_core.iff;object/tangible/component/weapon/geonosian_reinforcement_core.iff;object/tangible/component/weapon/geonosian_reinforcement_core.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff;geonosian_sonic_blaster_schematic;geonosian_reinforcement_core_schematic;geonosian_sword_core_schematic 100 +yavin4_geonosian_scientist BOSS 1 100 Relic Loot relic_gbb_data_tab;relic_gbb_ration_kit;object/tangible/component/weapon/geonosian_sword_core.iff;object/tangible/component/weapon/geonosian_sword_core.iff;object/tangible/component/weapon/geonosian_reinforcement_core.iff;object/tangible/component/weapon/geonosian_reinforcement_core.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_solidifying_agent.iff;object/tangible/component/weapon/geonosian_power_cube.iff;object/tangible/component/weapon/geonosian_power_cube_green.iff;object/tangible/component/weapon/geonosian_power_cube_red.iff;object/tangible/component/weapon/geonosian_power_cube_yellow.iff;geonosian_sonic_blaster_schematic;geonosian_reinforcement_core_schematic;geonosian_sword_core_schematic 100 +yavin4_woolamander NORMAL 1 100 Woolamander object/tangible/component/armor/bone_fragment_woolamander_harrower.iff 100 +yavin4_woolamander ELITE 1 100 Woolamander object/tangible/component/armor/bone_fragment_woolamander_harrower.iff 100 +yavin4_woolamander BOSS 1 100 Woolamander object/tangible/component/armor/bone_fragment_woolamander_harrower.iff 100 \ No newline at end of file diff --git a/serverdata/spawn/common_tatooine.sdb b/serverdata/spawn/common_tatooine.sdb index 61d3b12d0..0b52b5803 100644 --- a/serverdata/spawn/common_tatooine.sdb +++ b/serverdata/spawn/common_tatooine.sdb @@ -359,11 +359,11 @@ spawn_tatooine_356 TATOOINE tat_moseisley_cantina AREA 3 -9.3 -0.9 5.7 179 1 Mar spawn_tatooine_357 TATOOINE tat_moseisley_cantina AREA 3 20.5 -0.9 4.1 72 1 Muftak humanoid_muftak INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - npc_sitting_chair 600 spawn_tatooine_358 TATOOINE tat_moseisley_cantina AREA 3 8.5 -0.9 0.3 47 1 Wuher humanoid_wuher INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - happy 600 spawn_tatooine_359 TATOOINE tat_moseisley_cantina AREA 4 19.1 -0.9 -19.9 16 1 Anetia Kah'ryn humanoid_prof_quest_entertainer INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - idle 17 600 -spawn_tatooine_360 TATOOINE tat_moseisley_cantina AREA 6 4.1 -0.9 -17.1 48 1 a Bith musician humanoid_bith_musician INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - themepark_music_2 9 600 +spawn_tatooine_360 TATOOINE tat_moseisley_cantina AREA 6 4.1 -0.9 -17.1 48 1 a Bith musician humanoid_bith_musician INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - themepark_music_2 600 spawn_tatooine_361 TATOOINE tat_moseisley_cantina AREA 6 1.3 -0.9 -15.2 55 1 a Bith musician humanoid_bith_musician INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - themepark_music_3 2 600 spawn_tatooine_362 TATOOINE tat_moseisley_cantina AREA 6 2.3 -0.9 -16.5 36 1 a Bith musician humanoid_bith_musician INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - themepark_music_3 4 600 -spawn_tatooine_363 TATOOINE tat_moseisley_cantina AREA 6 0.5 -0.9 -17.1 43 1 a Bith musician humanoid_bith_musician INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - themepark_music_3 600 -spawn_tatooine_364 TATOOINE tat_moseisley_cantina AREA 6 3.7 -0.9 -14.4 50 1 Figrin D'an humanoid_figrin_dan INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - themepark_music_3 7 600 +spawn_tatooine_363 TATOOINE tat_moseisley_cantina AREA 6 0.5 -0.9 -17.1 43 1 a Bith musician humanoid_bith_musician INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - themepark_music_3 9 600 +spawn_tatooine_364 TATOOINE tat_moseisley_cantina AREA 6 3.7 -0.9 -14.4 50 1 Figrin D'an humanoid_figrin_dan INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - themepark_music_3 9 600 spawn_tatooine_365 TATOOINE tat_moseisley_cantina AREA 8 -6.7 -0.9 -20.9 -24 1 Cheated Gambler humanoid_kashyyyk_cheated_gambler INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - npc_sad tatooine_mos_eisley_cheated_gambler 600 spawn_tatooine_366 TATOOINE tat_moseisley_combat_gh PATROL 5 12.0 1.1 5.3 -2 1 a Rifleman trainer humanoid_trainer_rifleman INVULNERABLE N 100 100 City Mos Eisley 1 PATROL 0 patrol_tatooine_8700 column idle trainer_combat_rifleman 600 spawn_tatooine_367 TATOOINE tat_moseisley_combat_gh PATROL 6 -12.3 1.1 5.3 8 1 a Scout trainer humanoid_trainer_scout INVULNERABLE N 100 100 City Mos Eisley 1 PATROL 0 patrol_tatooine_8800 column idle trainer_outdoors_scout 600 @@ -632,7 +632,7 @@ spawn_tatooine_629 TATOOINE tat_world AREA 0 4068.7 5.0 -4757.7 0 1 a Tusken zea spawn_tatooine_630 TATOOINE tat_world AREA 0 3123.5 6.5 -4786.3 0 1 a vicious Rill creature_rill_vicious ATTACKABLE N 5 10 City Mos Eisley 1 LOITER 5 0 - idle 600 spawn_tatooine_631 TATOOINE tat_world AREA 0 3408.2 5.0 -4912.0 47 1 a WED Treadwell droid droid_wed_treadwell INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - idle simple_droid_sarcastic_alert_2 600 spawn_tatooine_632 TATOOINE tat_world AREA 0 3535.0 5.0 -4733.4 13 1 Administrator Nillika humanoid_administrator_nillika INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - idle 600 -spawn_tatooine_633 TATOOINE tat_world AREA 0 3513.1 5.0 -4814.5 36 1 Alduq Besene humanoid_prof_quest_artisan INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - idle 600 +spawn_tatooine_633 TATOOINE tat_world AREA 0 3513.1 5.0 -4814.5 36 1 Alduq Besene humanoid_prof_quest_artisan QUEST N 100 100 City Mos Eisley 1 IDLE 0 0 - idle questgiver 600 spawn_tatooine_634 TATOOINE tat_world AREA 0 3493.1 5.0 -4708.0 67 1 an agriculturalist humanoid_farmer_agriculturist INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - conversation 600 spawn_tatooine_635 TATOOINE tat_world AREA 0 3500.0 5.0 -4806.7 -139 1 an artisan humanoid_artisan INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - npc_use_terminal_high 600 spawn_tatooine_636 TATOOINE tat_world AREA 0 3400.7 5.0 -4708.2 30 1 an artisan humanoid_artisan INVULNERABLE N 100 100 City Mos Eisley 1 IDLE 0 0 - npc_use_terminal_high 600 diff --git a/serverdata/spawn/dynamic/dynamic_spawns.sdb b/serverdata/spawn/dynamic/dynamic_spawns.sdb index 477e8f3f0..944e93f19 100644 --- a/serverdata/spawn/dynamic/dynamic_spawns.sdb +++ b/serverdata/spawn/dynamic/dynamic_spawns.sdb @@ -5,7 +5,7 @@ aakuan_sentinal objective_data_terminal npc 0 AGGRESSIVE TALUS humanoid_aakuan_ aakuan_steward objective_data_terminal npc 0 AGGRESSIVE TALUS humanoid_aakuan_steward humanoid_aakuan_guardian humanoid_aakuan_assassin humanoid_aakuan_defender humanoid_aakuan_anarchist humanoid_aakuan_spiceguard humanoid_aakuan_defender humanoid_aakuan_anarchist humanoid_aakuan_spiceguard humanoid_aakuan_spiceguard humanoid_aakuan_spiceguard aakuan_warder objective_data_terminal npc 0 AGGRESSIVE TALUS humanoid_aakuan_warder humanoid_aakuan_guardian humanoid_aakuan_assassin humanoid_aakuan_defender humanoid_aakuan_anarchist humanoid_aakuan_spiceguard humanoid_aakuan_defender humanoid_aakuan_anarchist humanoid_aakuan_spiceguard humanoid_aakuan_spiceguard humanoid_aakuan_spiceguard acklay lair_rocks_large creature 0 AGGRESSIVE YAVIN4 creature_acklay_enraged creature_acklay_enraged creature_acklay creature_acklay creature_acklay creature_acklay creature_acklay creature_acklay creature_acklay creature_acklay creature_acklay -alkahara_bandit corellia_afarathu_large1;corellia_afarathu_large2;corellia_afarathu_large3;corellia_afarathu_medium;corellia_afarathu_medium2;corellia_afarathu_small1;corellia_afarathu_small2;corellia_afarathu_small3 npc 0 AGGRESSIVE TATOOINE humanoid_alkhara_champion humanoid_alkhara_lieutenant humanoid_alkhara_bandit humanoid_alkhara_bandit humanoid_alkhara_bandit humanoid_alkhara_bandit humanoid_alkhara_bandit humanoid_alkhara_bandit humanoid_alkhara_bandit humanoid_alkhara_bandit humanoid_alkhara_bandit +alkahara_bandit corellia_afarathu_large1;corellia_afarathu_large2;corellia_afarathu_large3;corellia_afarathu_medium;corellia_afarathu_medium2;corellia_afarathu_small1;corellia_afarathu_small2;corellia_afarathu_small3 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_alkhara_champion humanoid_alkhara_lieutenant humanoid_alkhara_bandit humanoid_alkhara_bandit humanoid_alkhara_bandit humanoid_alkhara_bandit humanoid_alkhara_bandit humanoid_alkhara_bandit humanoid_alkhara_bandit humanoid_alkhara_bandit humanoid_alkhara_bandit angler lair_angler creature 0 ATTACKABLE YAVIN4 creature_angler creature_angler creature_angler_bone creature_angler_mad creature_angler_lurking creature_angler_hatchling creature_angler creature_angler creature_angler creature_angler creature_angler angler_giant lair_angler creature 0 ATTACKABLE YAVIN4 creature_angler_giant creature_angler creature_angler_bone creature_angler_mad creature_angler_lurking creature_angler_hatchling creature_angler creature_angler creature_angler creature_angler creature_angler angler_jungle lair_angler_jungle creature 0 ATTACKABLE YAVIN4 creature_angler creature_angler creature_angler_bone creature_angler_mad creature_angler_lurking creature_angler_hatchling creature_angler creature_angler creature_angler creature_angler creature_angler @@ -17,11 +17,11 @@ arachne_queen lair_rock_shelter_large_fog_gray creature 0 AGGRESSIVE ENDOR crea arachne_venom_filled lair_rock_shelter_large_fog_green creature 0 AGGRESSIVE ENDOR creature_arachne_venom_filled creature_arachne_widow creature_arachne_drone creature_arachne_warrior creature_arachne_fleshripper creature_arachne_drone creature_arachne_warrior creature_arachne_fleshripper creature_arachne_fleshripper creature_arachne_fleshripper creature_arachne_fleshripper arachne_warrior lair_rock_shelter_large creature 0 AGGRESSIVE ENDOR creature_arachne_warrior creature_arachne_widow creature_arachne_drone creature_arachne_warrior creature_arachne_fleshripper creature_arachne_drone creature_arachne_warrior creature_arachne_fleshripper creature_arachne_fleshripper creature_arachne_fleshripper creature_arachne_fleshripper arachne_webmaster lair_rock_shelter_large creature 0 ATTACKABLE ENDOR creature_arachne_webmaster creature_arachne_widow creature_arachne_drone creature_arachne_warrior creature_arachne_fleshripper creature_arachne_drone creature_arachne_warrior creature_arachne_fleshripper creature_arachne_fleshripper creature_arachne_fleshripper creature_arachne_fleshripper -assassin tatooine_dunestalkers_small1 npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_assassin_twilek humanoid_assassin humanoid_assassin droid_assassin droid_probot droid_probot droid_probot droid_probot droid_probot droid_probot droid_probot +assassin tatooine_dunestalkers_small1 objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_assassin_twilek humanoid_assassin humanoid_assassin droid_assassin droid_probot droid_probot droid_probot droid_probot droid_probot droid_probot droid_probot bageraset_bruiser lair_bageraset creature 0 ATTACKABLE CORELLIA creature_bageraset_bruiser creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset bageraset_domestic lair_bageraset_forest creature 0 ATTACKABLE CORELLIA creature_bageraset_domestic creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset bageraset_rogue lair_bageraset creature 0 ATTACKABLE CORELLIA creature_bageraset_rogue creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset creature_bageraset -bandit talus_bandit_small_1;talus_bandit_small_2;talus_bandit_small_3;talus_bandit_small_4;talus_bandit_small_5;talus_bandit_small_6;talus_bandit_small_7;talus_bandit_small_8;talus_bandit_small_9 npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_mission_crimelord droid_lin_demolition_mech humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit +bandit talus_bandit_small_1;talus_bandit_small_2;talus_bandit_small_3;talus_bandit_small_4;talus_bandit_small_5;talus_bandit_small_6;talus_bandit_small_7;talus_bandit_small_8;talus_bandit_small_9 objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_mission_crimelord droid_lin_demolition_mech humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit bantha lair_bantha creature 0 ATTACKABLE TATOOINE creature_bantha creature_bantha_bonecracker creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha bantha_bull lair_bantha_desert creature 0 AGGRESSIVE TATOOINE creature_bantha_bull creature_bantha_bull_ramp creature_bantha_bonecracker creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha bantha_dune lair_bantha_dune creature 0 ATTACKABLE TATOOINE creature_bantha_dune creature_bantha_bonecracker creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha @@ -36,7 +36,7 @@ baz_nitch_giant lair_baz_nitch creature 0 ATTACKABLE DATHOMIR creature_baz_nitc baz_nitch_kinad lair_baz_nitch_forest creature 0 ATTACKABLE DATHOMIR creature_baz_nitch_kinad creature_baz_nitch_angry_ave creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch baz_nitch_mutant lair_baz_nitch creature 0 ATTACKABLE DATHOMIR creature_baz_nitch_mutant creature_baz_nitch_angry_ave creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch baz_nitch_young lair_baz_nitch_mountain creature 0 ATTACKABLE DATHOMIR creature_baz_nitch_young creature_baz_nitch_angry_ave creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch creature_baz_nitch -beachcomber naboo_mvillager_medium;naboo_mvillager_large1;naboo_mvillager_large2 npc 0 ATTACKABLE NABOO humanoid_naboo_beachcomber_smuggler humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel +beachcomber naboo_mvillager_medium;naboo_mvillager_large1;naboo_mvillager_large2 objective_power_node npc 0 ATTACKABLE NABOO humanoid_naboo_beachcomber_smuggler humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel humanoid_naboo_beachcomber_scoundrel beetle_berkens_flow_lava lair_rocks_large creature 0 AGGRESSIVE MUSTAFAR creature_beetle_berkens_flow_kubaza creature_beetle_berkens_flow_kubaza_soldier creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker beetle_berkens_flow_lava_queen lair_rocks_large creature 0 AGGRESSIVE MUSTAFAR creature_beetle_berkens_flow_kubaza_queen creature_beetle_berkens_flow_kubaza_soldier creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker beetle_berkens_flow_lava_soldier lair_rocks_large creature 0 AGGRESSIVE MUSTAFAR creature_beetle_berkens_flow_kubaza_soldier creature_beetle_berkens_flow_kubaza_soldier creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker creature_beetle_berkens_flow_kubaza_worker @@ -126,11 +126,11 @@ borgle_gruntling lair_borgle creature 0 ATTACKABLE RORI creature_borgle_young_g borgle_life_sapper lair_borgle_jungle creature 0 ATTACKABLE ENDOR creature_borgle_life_sapper creature_borgle_harvester creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle borgle_putrid lair_borgle creature 0 ATTACKABLE ENDOR creature_borgle_putrid creature_borgle_matriarch creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle borgle_young lair_borgle creature 0 ATTACKABLE RORI creature_borgle_young creature_borgle_protector creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle creature_borgle -borvo_champion naboo_borvos_large1;naboo_borvos_large2;naboo_borvos_large3;naboo_borvos_medium npc 0 AGGRESSIVE NABOO humanoid_borvo_champion humanoid_borvo_guard humanoid_borvo_thug humanoid_borvo_soldier humanoid_borvo_thief humanoid_borvo_soldier humanoid_borvo_soldier humanoid_borvo_soldier humanoid_borvo_soldier humanoid_borvo_thief humanoid_borvo_thief -borvo_mercenary naboo_borvos_large1;naboo_borvos_large2;naboo_borvos_large3;naboo_borvos_medium npc 0 ATTACKABLE NABOO humanoid_borvo_mercenary humanoid_borvo_guard humanoid_borvo_thug humanoid_borvo_soldier humanoid_borvo_thief humanoid_borvo_soldier humanoid_borvo_soldier humanoid_borvo_soldier humanoid_borvo_soldier humanoid_borvo_thief humanoid_borvo_thief -bothan_diplomat naboo_politic_medium;naboo_politic_large2 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_bothan_diplomat humanoid_bodyguard humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 -bothan_information_broker naboo_politic_medium;naboo_politic_large2 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_bothan_information_broker humanoid_bodyguard humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 -bounty_hunter tatooine_rodianhunter_medium;tatooine_rodianhunter_large1;tatooine_rodianhunter_large2 npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_bounty_hunter droid_probot droid_ig_assassin droid_ig_assassin droid_ig_assassin droid_ig_assassin droid_ig_assassin droid_ig_assassin droid_ig_assassin droid_ig_assassin droid_ig_assassin +borvo_champion naboo_borvos_large1;naboo_borvos_large2;naboo_borvos_large3;naboo_borvos_medium objective_power_node npc 0 AGGRESSIVE NABOO humanoid_borvo_champion humanoid_borvo_guard humanoid_borvo_thug humanoid_borvo_soldier humanoid_borvo_thief humanoid_borvo_soldier humanoid_borvo_soldier humanoid_borvo_soldier humanoid_borvo_soldier humanoid_borvo_thief humanoid_borvo_thief +borvo_mercenary naboo_borvos_large1;naboo_borvos_large2;naboo_borvos_large3;naboo_borvos_medium objective_power_node npc 0 ATTACKABLE NABOO humanoid_borvo_mercenary humanoid_borvo_guard humanoid_borvo_thug humanoid_borvo_soldier humanoid_borvo_thief humanoid_borvo_soldier humanoid_borvo_soldier humanoid_borvo_soldier humanoid_borvo_soldier humanoid_borvo_thief humanoid_borvo_thief +bothan_diplomat naboo_politic_medium;naboo_politic_large2 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_bothan_diplomat humanoid_bodyguard humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 +bothan_information_broker naboo_politic_medium;naboo_politic_large2 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_bothan_information_broker humanoid_bodyguard humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 humanoid_brawler_2 +bounty_hunter tatooine_rodianhunter_medium;tatooine_rodianhunter_large1;tatooine_rodianhunter_large2 objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_bounty_hunter droid_probot droid_ig_assassin droid_ig_assassin droid_ig_assassin droid_ig_assassin droid_ig_assassin droid_ig_assassin droid_ig_assassin droid_ig_assassin droid_ig_assassin brackaset lair_brackaset creature 0 ATTACKABLE DATHOMIR creature_brackaset creature_brackaset_domesticated creature_brackaset creature_brackaset creature_brackaset creature_brackaset creature_brackaset creature_brackaset creature_brackaset creature_brackaset creature_brackaset brackaset_family lair_brackaset_desert creature 0 ATTACKABLE DATHOMIR creature_brackaset_male creature_brackaset_female creature_brackaset_infant creature_brackaset creature_brackaset creature_brackaset creature_brackaset creature_brackaset creature_brackaset creature_brackaset creature_brackaset brackaset_surefoot lair_brackaset creature 0 ATTACKABLE DATHOMIR creature_brackaset_surefoot creature_brackaset_lowland creature_brackaset creature_brackaset creature_brackaset creature_brackaset creature_brackaset creature_brackaset creature_brackaset creature_brackaset creature_brackaset @@ -140,8 +140,8 @@ brigade_infiltrator objective_power_node npc 0 AGGRESSIVE RORI humanoid_brigade brigand_assasin objective_main_terminal npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_brigand_assassin humanoid_brigand_scout humanoid_brigand humanoid_brigand humanoid_brigand humanoid_brigand humanoid_brigand humanoid_brigand humanoid_brigand humanoid_brigand humanoid_brigand brigand_leader objective_power_generator npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_brigand_leader humanoid_brigand_assassin humanoid_brigand_scout humanoid_brigand humanoid_brigand humanoid_brigand humanoid_brigand humanoid_brigand humanoid_brigand humanoid_brigand humanoid_brigand brokensandcrawler_herb creature_lair_brokensandcrawler_herb_camp npc 0 ATTACKABLE TATOOINE humanoid_jawa_warlord humanoid_jawa_protector humanoid_jawa_engineer humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa -burning_sandcrawler tatooine_burning_sandcrawler npc 0 AGGRESSIVE TATOOINE humanoid_tusken_raid_leader humanoid_tusken_raider_marauder creature_bantha_tusken humanoid_tusken_raider humanoid_tusken_raider_ambusher humanoid_tusken_raider_scout_newbie humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa -cannibal tatooine_hutt_businessmen_camp_small2 npc 0 AGGRESSIVE TATOOINE humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal +burning_sandcrawler tatooine_burning_sandcrawler objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_tusken_raid_leader humanoid_tusken_raider_marauder creature_bantha_tusken humanoid_tusken_raider humanoid_tusken_raider_ambusher humanoid_tusken_raider_scout_newbie humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa +cannibal tatooine_hutt_businessmen_camp_small2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal humanoid_cannibal canoid lair_leaf_small creature 0 ATTACKABLE CORELLIA creature_canoid creature_canoid_hunter creature_canoid creature_canoid creature_canoid creature_canoid creature_canoid creature_canoid creature_canoid creature_canoid creature_canoid canoid_hunter lair_leaf_small creature 0 AGGRESSIVE CORELLIA creature_canoid_pack_leader creature_canoid_hunter creature_canoid creature_canoid creature_canoid creature_canoid creature_canoid creature_canoid creature_canoid creature_canoid creature_canoid canyon_corsair_captain objective_main_terminal npc 0 AGGRESSIVE LOK humanoid_canyon_corsair_captain humanoid_canyon_corsair_elite_pirate humanoid_canyon_corsair_guard humanoid_canyon_corsair_cutthroat humanoid_canyon_corsair_destroyer humanoid_canyon_corsair_strong_pirate humanoid_canyon_corsair_strong_pirate humanoid_canyon_corsair_strong_pirate humanoid_canyon_corsair_strong_pirate humanoid_canyon_corsair_strong_pirate humanoid_canyon_corsair_strong_pirate @@ -154,7 +154,7 @@ cat_tusk_domestic lair_bones creature 0 AGGRESSIVE NABOO;RORI creature_cat_tusk cat_tusk_mountain lair_garbage_small creature 0 AGGRESSIVE NABOO;RORI creature_cat_tusk_mountain creature_cat_tusk_mountain_naboo creature_cat_tusk creature_cat_tusk creature_cat_tusk creature_cat_tusk creature_cat_tusk creature_cat_tusk creature_cat_tusk creature_cat_tusk creature_cat_tusk cat_tusk_plains lair_tusk_cat_grassland creature 0 AGGRESSIVE NABOO;RORI creature_cat_tusk_male_plains creature_cat_tusk_plains_female creature_cat_tusk_male_plains creature_cat_tusk_male_plains creature_cat_tusk_male_plains creature_cat_tusk_male_plains creature_cat_tusk_male_plains creature_cat_tusk_male_plains creature_cat_tusk_male_plains creature_cat_tusk_male_plains creature_cat_tusk_male_plains cat_tusk_swamp_elder lair_tusk_cat creature 0 AGGRESSIVE NABOO;RORI creature_cat_tusk_swamp_elder_male creature_cat_tusk_swamp_elder_female creature_cat_tusk_male_swamp creature_cat_tusk creature_cat_tusk creature_cat_tusk creature_cat_tusk creature_cat_tusk creature_cat_tusk creature_cat_tusk creature_cat_tusk -chadra tatooine_hutt_businessmen_camp_small2 npc 0 AGGRESSIVE TATOOINE humanoid_chadra_fan_assassin humanoid_chadra_fan_thief humanoid_chadra_fan_male humanoid_chadra_fan_female humanoid_chadra_fan_male humanoid_chadra_fan_female humanoid_chadra_fan_male humanoid_chadra_fan_female humanoid_chadra_fan_female humanoid_chadra_fan_female humanoid_chadra_fan_female +chadra tatooine_hutt_businessmen_camp_small2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_chadra_fan_assassin humanoid_chadra_fan_thief humanoid_chadra_fan_male humanoid_chadra_fan_female humanoid_chadra_fan_male humanoid_chadra_fan_female humanoid_chadra_fan_male humanoid_chadra_fan_female humanoid_chadra_fan_female humanoid_chadra_fan_female humanoid_chadra_fan_female chiss_poacher objective_power_generator npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_kashyyyk_chiss_poacher_hunt_master humanoid_kashyyyk_chiss_poacher_defender humanoid_kashyyyk_chiss_poacher_smuggler humanoid_kashyyyk_chiss_poacher humanoid_kashyyyk_chiss_poacher humanoid_kashyyyk_chiss_poacher humanoid_kashyyyk_chiss_poacher humanoid_kashyyyk_chiss_poacher humanoid_kashyyyk_chiss_poacher humanoid_kashyyyk_chiss_poacher humanoid_kashyyyk_chiss_poacher choku lair_choku creature 0 ATTACKABLE YAVIN4 creature_choku creature_choku_hunter creature_choku creature_choku creature_choku creature_choku creature_choku creature_choku creature_choku creature_choku_pup creature_choku_pup choku_frenzied lair_choku creature 0 AGGRESSIVE YAVIN4 creature_choku_frenzied creature_choku_hunter creature_choku creature_choku creature_choku creature_choku creature_choku creature_choku creature_choku creature_choku_pup creature_choku_pup @@ -171,9 +171,9 @@ corellian_sand_panther_greater lair_corellian_sand_panther_grassland creature 0 corellian_slice_hound lair_corellian_slice_hound creature 0 ATTACKABLE CORELLIA creature_slicehound creature_slicehound_vicious creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound corellian_slice_hound_forest lair_corellian_slice_hound_forest creature 0 ATTACKABLE CORELLIA creature_slicehound_forest creature_slicehound_forest creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound corellian_slice_hound_grassland lair_corellian_slice_hound_grassland creature 0 ATTACKABLE CORELLIA creature_slicehound_grassland creature_slicehound_grassland creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound -corsec corellia_corsec_large1;corellia_corsec_large2 npc 0 ATTACKABLE CORELLIA;TALUS humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_trooper humanoid_corsec_trooper humanoid_corsec_trooper humanoid_corsec_trooper humanoid_corsec_trooper humanoid_corsec_trooper humanoid_corsec_trooper humanoid_corsec_trooper humanoid_corsec_trooper -corsec_traitor corellia_corsec_large1;corellia_corsec_large2 npc 0 AGGRESSIVE CORELLIA;TALUS humanoid_corsec_traitor humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent -corsec_truthfinder corellia_corsec_large1;corellia_corsec_large2 npc 0 ATTACKABLE CORELLIA;TALUS humanoid_corsec_investigator humanoid_corsec_detective humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent +corsec corellia_corsec_large1;corellia_corsec_large2 objective_power_node npc 0 ATTACKABLE CORELLIA;TALUS humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_trooper humanoid_corsec_trooper humanoid_corsec_trooper humanoid_corsec_trooper humanoid_corsec_trooper humanoid_corsec_trooper humanoid_corsec_trooper humanoid_corsec_trooper humanoid_corsec_trooper +corsec_traitor corellia_corsec_large1;corellia_corsec_large2 objective_power_node npc 0 AGGRESSIVE CORELLIA;TALUS humanoid_corsec_traitor humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent +corsec_truthfinder corellia_corsec_large1;corellia_corsec_large2 objective_power_node npc 0 ATTACKABLE CORELLIA;TALUS humanoid_corsec_investigator humanoid_corsec_detective humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent humanoid_corsec_agent criminal objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_criminal humanoid_criminal humanoid_common_thief humanoid_common_thief humanoid_common_thief humanoid_common_thief humanoid_common_thief humanoid_common_thief humanoid_common_thief humanoid_common_thief humanoid_common_thief crystal_snake lair_crystal_snake creature 0 AGGRESSIVE YAVIN4 creature_snake_crystal creature_snake_crystal creature_snake_crystal creature_snake_crystal creature_snake_crystal creature_snake_crystal creature_snake_crystal creature_snake_crystal creature_snake_crystal creature_snake_crystal creature_snake_crystal crystal_snake_giant lair_crystal_snake creature 0 AGGRESSIVE YAVIN4 creature_snake_crystal_giant creature_snake_crystal_hooded creature_snake_crystal creature_snake_crystal creature_snake_crystal creature_snake_crystal creature_snake_crystal creature_snake_crystal creature_snake_crystal creature_snake_crystal creature_snake_crystal @@ -189,10 +189,10 @@ darkwalker_deathraven objective_power_generator npc 0 AGGRESSIVE NABOO humanoid darkwalker_preylord objective_power_node npc 0 AGGRESSIVE NABOO humanoid_naboo_darkwalker_preylord humanoid_naboo_darkwalker_defender humanoid_naboo_darkwalker_grinder humanoid_naboo_darkwalker_grinder humanoid_naboo_darkwalker_grinder humanoid_naboo_darkwalker_grinder humanoid_naboo_darkwalker_grinder humanoid_naboo_darkwalker_grinder humanoid_naboo_darkwalker_grinder humanoid_naboo_darkwalker_grinder humanoid_naboo_darkwalker_grinder deathstarruins_junktown creature_lair_deathstarruins_junktown npc 0 ATTACKABLE ENDOR humanoid_mission_crimelord humanoid_novice_collector humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit deathstarruins_oldcamp creature_lair_deathstarruinsoldcamp npc 0 ATTACKABLE ENDOR humanoid_mission_crimelord humanoid_novice_collector humanoid_bandit droid_astromech_waiter humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit humanoid_bandit -deflarian tatooine_dervishcamp_small1;tatooine_dervishcamp_small2;tatooine_dervishcamp_medium;tatooine_dervishcamp_large1;tatooine_dervishcamp_large2 npc 0 ATTACKABLE CORELLIA humanoid_deflarian_underboss humanoid_deflarian_lieutenant humanoid_deflarian_mechanic humanoid_deflarian_guard humanoid_deflarian_enforcer humanoid_deflarian_agent humanoid_deflarian_scavenger humanoid_deflarian_scavenger humanoid_deflarian_scavenger humanoid_deflarian_scavenger humanoid_deflarian_scavenger -dervish_camp tatooine_dervishcamp_small1;tatooine_dervishcamp_small2;tatooine_dervishcamp_medium;tatooine_dervishcamp_large1;tatooine_dervishcamp_large2 npc 0 AGGRESSIVE TATOOINE humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish -desert_demon tatooine_desert_demons_camp_medium;tatooine_desert_demons_camp_large1;tatooine_desert_demons_camp_large2 npc 0 AGGRESSIVE TATOOINE humanoid_desert_demon_leader humanoid_desert_demon_bodyguard humanoid_desert_demon_enforcer humanoid_desert_demon_brawler humanoid_desert_demon_marksman humanoid_desert_demon_marksman humanoid_desert_demon_marksman humanoid_desert_demon_marksman humanoid_desert_demon_marksman humanoid_desert_demon_marksman humanoid_desert_demon_marksman -desert_swooper tatooine_desert_demons_camp_medium;tatooine_desert_demons_camp_large1;tatooine_desert_demons_camp_large2 npc 0 AGGRESSIVE TATOOINE humanoid_desert_swooper_leader humanoid_desert_swooper_elite humanoid_desert_swooper humanoid_desert_swooper humanoid_desert_swooper humanoid_desert_swooper humanoid_desert_swooper humanoid_desert_swooper humanoid_desert_swooper humanoid_desert_swooper humanoid_desert_swooper +deflarian tatooine_dervishcamp_small1;tatooine_dervishcamp_small2;tatooine_dervishcamp_medium;tatooine_dervishcamp_large1;tatooine_dervishcamp_large2 objective_power_node npc 0 ATTACKABLE CORELLIA humanoid_deflarian_underboss humanoid_deflarian_lieutenant humanoid_deflarian_mechanic humanoid_deflarian_guard humanoid_deflarian_enforcer humanoid_deflarian_agent humanoid_deflarian_scavenger humanoid_deflarian_scavenger humanoid_deflarian_scavenger humanoid_deflarian_scavenger humanoid_deflarian_scavenger +dervish_camp tatooine_dervishcamp_small1;tatooine_dervishcamp_small2;tatooine_dervishcamp_medium;tatooine_dervishcamp_large1;tatooine_dervishcamp_large2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish humanoid_dervish +desert_demon tatooine_desert_demons_camp_medium;tatooine_desert_demons_camp_large1;tatooine_desert_demons_camp_large2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_desert_demon_leader humanoid_desert_demon_bodyguard humanoid_desert_demon_enforcer humanoid_desert_demon_brawler humanoid_desert_demon_marksman humanoid_desert_demon_marksman humanoid_desert_demon_marksman humanoid_desert_demon_marksman humanoid_desert_demon_marksman humanoid_desert_demon_marksman humanoid_desert_demon_marksman +desert_swooper tatooine_desert_demons_camp_medium;tatooine_desert_demons_camp_large1;tatooine_desert_demons_camp_large2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_desert_swooper_leader humanoid_desert_swooper_elite humanoid_desert_swooper humanoid_desert_swooper humanoid_desert_swooper humanoid_desert_swooper humanoid_desert_swooper humanoid_desert_swooper humanoid_desert_swooper humanoid_desert_swooper humanoid_desert_swooper dewback lair_dewback creature 0 ATTACKABLE TATOOINE creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback dewback_cannibal lair_dewback creature 0 AGGRESSIVE TATOOINE creature_dewback_cannibal creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback dewback_cannibal_elite lair_dewback creature 0 AGGRESSIVE TATOOINE creature_dewback_cannibal_enraged creature_dewback_cannibal creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback @@ -200,27 +200,27 @@ dewback_grizzled lair_dewback creature 0 AGGRESSIVE TATOOINE creature_dewback_g dewback_lesser lair_dewback creature 0 ATTACKABLE TATOOINE creature_dewback_lesser creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback dewback_mountain lair_dewback_desert creature 0 ATTACKABLE TATOOINE creature_dewback_mountain creature_dewback_mountain_enraged creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback dewback_swarming_lesser lair_dewback creature 0 ATTACKABLE TATOOINE creature_dewback_swarming_lesser creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback creature_dewback -dim_u_abbot tatooine_dim_u_medium;tatooine_dim_u_large1;tatooine_dim_u_large2 npc 0 ATTACKABLE TATOOINE humanoid_dimu_abbot humanoid_dimu_monastery_nun humanoid_dimu_monk creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu -dim_u_preacher tatooine_dim_u_medium;tatooine_dim_u_large1;tatooine_dim_u_large2 npc 0 ATTACKABLE TATOOINE humanoid_dimu_preacher humanoid_dimu_cleric humanoid_dimu_priestless creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu -donkuwah_battlelord endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_donkuwah_battlelord humanoid_donkuwah_tribesman humanoid_donkuwah_frenzied humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub -donkuwah_chieftan endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_donkuwah_chieftain humanoid_donkuwah_enraged humanoid_donkuwah_laborer_foul humanoid_donkuwah_laborer humanoid_donkuwah_laborer humanoid_donkuwah_laborer humanoid_donkuwah_laborer humanoid_donkuwah_laborer humanoid_donkuwah_laborer humanoid_donkuwah_laborer humanoid_donkuwah_laborer -donkuwah_scout endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_donkuwah_scout humanoid_donkuwah_crafty_scout humanoid_donkuwah_beguiling_scout humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub -donkuwah_shaman endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_donkuwah_shaman humanoid_donkuwah_bewitching_shaman humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub -donkuwah_spiritmaster endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_donkuwah_eerie_spiritmaster humanoid_donkuwah_spiritmaster_gnarled humanoid_donkuwah_spiritmaster humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub +dim_u_abbot tatooine_dim_u_medium;tatooine_dim_u_large1;tatooine_dim_u_large2 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_dimu_abbot humanoid_dimu_monastery_nun humanoid_dimu_monk creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu +dim_u_preacher tatooine_dim_u_medium;tatooine_dim_u_large1;tatooine_dim_u_large2 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_dimu_preacher humanoid_dimu_cleric humanoid_dimu_priestless creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu creature_bantha_dimu +donkuwah_battlelord endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_donkuwah_battlelord humanoid_donkuwah_tribesman humanoid_donkuwah_frenzied humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub +donkuwah_chieftan endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_donkuwah_chieftain humanoid_donkuwah_enraged humanoid_donkuwah_laborer_foul humanoid_donkuwah_laborer humanoid_donkuwah_laborer humanoid_donkuwah_laborer humanoid_donkuwah_laborer humanoid_donkuwah_laborer humanoid_donkuwah_laborer humanoid_donkuwah_laborer humanoid_donkuwah_laborer +donkuwah_scout endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_donkuwah_scout humanoid_donkuwah_crafty_scout humanoid_donkuwah_beguiling_scout humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub +donkuwah_shaman endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_donkuwah_shaman humanoid_donkuwah_bewitching_shaman humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub +donkuwah_spiritmaster endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_donkuwah_eerie_spiritmaster humanoid_donkuwah_spiritmaster_gnarled humanoid_donkuwah_spiritmaster humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub humanoid_donkuwah_cub dragonet_armodragon lair_rock_shelter_small creature 0 AGGRESSIVE TATOOINE creature_dragonet_armodragon creature_dragonet_elite creature_dragonet creature_dragonet creature_dragonet creature_dragonet creature_dragonet creature_dragonet creature_dragonet creature_dragonet creature_dragonet dragonet_elite lair_rock_shelter_small creature 0 AGGRESSIVE TATOOINE creature_dragonet_elite creature_dragonet_runt creature_dragonet creature_dragonet creature_dragonet creature_dragonet creature_dragonet creature_dragonet creature_dragonet creature_dragonet creature_dragonet -drall_abbot corellia_drall_abbot_large1;corellia_drall_abbot_large2;corellia_drall_abbot_large3;corellia_drall_abbot_medium2;corellia_drall_abbot_small1;corellia_drall_abbot_small2;corellia_drall_abbots_camp_small1 npc 0 ATTACKABLE CORELLIA humanoid_drall_abbot humanoid_drall_monk humanoid_drall_sentry humanoid_drall_sentry humanoid_drall_sentry humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot -drall_chieftain naboo_abbots_camp_large1;corellia_drall_abbot_large2;corellia_drall_abbot_small1;corellia_drall_abbot_small2;corellia_drall_abbots_camp_small1 npc 0 ATTACKABLE NABOO humanoid_drall_chieftain humanoid_drall_master humanoid_drall_guard humanoid_drall_guard humanoid_drall_guard humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot -drall_patriot corellia_drall_patriot_small1;corellia_drall_patriot_small2;corellia_drall_patriot_large1;corellia_drall_patriot_large2 npc 0 ATTACKABLE TALUS;CORELLIA humanoid_drall_patriot_conqueror humanoid_drall_patriot_tactician humanoid_drall_patriot_warrior humanoid_drall_patriot_legionnaire humanoid_drall_patriot_foot_soldier humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot +drall_abbot corellia_drall_abbot_large1;corellia_drall_abbot_large2;corellia_drall_abbot_large3;corellia_drall_abbot_medium2;corellia_drall_abbot_small1;corellia_drall_abbot_small2;corellia_drall_abbots_camp_small1 objective_power_node npc 0 ATTACKABLE CORELLIA humanoid_drall_abbot humanoid_drall_monk humanoid_drall_sentry humanoid_drall_sentry humanoid_drall_sentry humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot +drall_chieftain naboo_abbots_camp_large1;corellia_drall_abbot_large2;corellia_drall_abbot_small1;corellia_drall_abbot_small2;corellia_drall_abbots_camp_small1 objective_power_node npc 0 ATTACKABLE NABOO humanoid_drall_chieftain humanoid_drall_master humanoid_drall_guard humanoid_drall_guard humanoid_drall_guard humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot +drall_patriot corellia_drall_patriot_small1;corellia_drall_patriot_small2;corellia_drall_patriot_large1;corellia_drall_patriot_large2 objective_power_node npc 0 ATTACKABLE TALUS;CORELLIA humanoid_drall_patriot_conqueror humanoid_drall_patriot_tactician humanoid_drall_patriot_warrior humanoid_drall_patriot_legionnaire humanoid_drall_patriot_foot_soldier humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot humanoid_drall_patriot droid objective_data_terminal npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 droid_droideka droid_blastromech droid_eg6_power droid_probot droid_blastromech droid_4lom - - - - - droid_assassination objective_data_terminal npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 droid_assassin droid_assassin droid_probot droid_blastromech droid_blastromech droid_blastromech droid_blastromech droid_blastromech droid_blastromech droid_blastromech droid_blastromech droid_battle objective_data_terminal npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 droid_sbd droid_droideka droid_battle droid_battle droid_battle droid_battle droid_battle droid_battle droid_battle droid_battle droid_battle droideka creature_lair_sand_panther npc 0 AGGRESSIVE LOK droid_droideka droid_droideka droid_droideka droid_droideka droid_droideka droid_droideka droid_droideka droid_droideka droid_droideka droid_droideka droid_droideka -dulok endor_dulok_large1;endor_dulok_large2;endor_dulok_large3;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_small7 npc 0 ATTACKABLE ENDOR humanoid_dulok_outcast_leader humanoid_dulok_outcast_raider humanoid_dulok_outcast humanoid_dulok_outcast humanoid_dulok_outcast humanoid_dulok_outcast humanoid_dulok_outcast humanoid_dulok_outcast humanoid_dulok_outcast humanoid_dulok_outcast humanoid_dulok_outcast -dune_stalker tatooine_dunestalkers_small1;tatooine_dunestalkers_small2;tatooine_dunestalkers_medium;tatooine_dunestalkers_large1;tatooine_dunestalkers_large2 npc 0 AGGRESSIVE TATOOINE humanoid_dune_stalker humanoid_dune_stalker_marksman humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler -dune_stalker_enforcer tatooine_dunestalkers_small1;tatooine_dunestalkers_small2;tatooine_dunestalkers_medium;tatooine_dunestalkers_large1;tatooine_dunestalkers_large2 npc 0 AGGRESSIVE TATOOINE humanoid_dune_stalker_enforcer humanoid_dune_stalker_marksman humanoid_dune_stalker_brawler humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker -dune_stalker_outpost tatooine_dunestalkers_small1;tatooine_dunestalkers_small2;tatooine_dunestalkers_medium;tatooine_dunestalkers_large1;tatooine_dunestalkers_large2 npc 0 AGGRESSIVE TATOOINE humanoid_dune_stalker_leader humanoid_dune_stalker_marksman humanoid_dune_stalker_brawler humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker -dune_stalker_scavengers tatooine_dunestalkers_small1;tatooine_dunestalkers_small2;tatooine_dunestalkers_medium;tatooine_dunestalkers_large1;tatooine_dunestalkers_large2 npc 0 AGGRESSIVE TATOOINE humanoid_dune_stalker_scavenger humanoid_dune_stalker_marksman humanoid_dune_stalker_brawler humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker +dulok endor_dulok_large1;endor_dulok_large2;endor_dulok_large3;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_small7 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_dulok_outcast_leader humanoid_dulok_outcast_raider humanoid_dulok_outcast humanoid_dulok_outcast humanoid_dulok_outcast humanoid_dulok_outcast humanoid_dulok_outcast humanoid_dulok_outcast humanoid_dulok_outcast humanoid_dulok_outcast humanoid_dulok_outcast +dune_stalker tatooine_dunestalkers_small1;tatooine_dunestalkers_small2;tatooine_dunestalkers_medium;tatooine_dunestalkers_large1;tatooine_dunestalkers_large2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_dune_stalker humanoid_dune_stalker_marksman humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler humanoid_dune_stalker_brawler +dune_stalker_enforcer tatooine_dunestalkers_small1;tatooine_dunestalkers_small2;tatooine_dunestalkers_medium;tatooine_dunestalkers_large1;tatooine_dunestalkers_large2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_dune_stalker_enforcer humanoid_dune_stalker_marksman humanoid_dune_stalker_brawler humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker +dune_stalker_outpost tatooine_dunestalkers_small1;tatooine_dunestalkers_small2;tatooine_dunestalkers_medium;tatooine_dunestalkers_large1;tatooine_dunestalkers_large2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_dune_stalker_leader humanoid_dune_stalker_marksman humanoid_dune_stalker_brawler humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker +dune_stalker_scavengers tatooine_dunestalkers_small1;tatooine_dunestalkers_small2;tatooine_dunestalkers_medium;tatooine_dunestalkers_large1;tatooine_dunestalkers_large2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_dune_stalker_scavenger humanoid_dune_stalker_marksman humanoid_dune_stalker_brawler humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker humanoid_dune_stalker durni lair_durni creature 0 ATTACKABLE CORELLIA creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni durni_crazed lair_durni creature 0 AGGRESSIVE CORELLIA creature_durni_crazed creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni durni_fiendish lair_durni_grassland creature 0 ATTACKABLE CORELLIA creature_durni_fiendish creature_durni_crazed creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni creature_durni @@ -231,11 +231,11 @@ eopie lair_eopie_wasteland creature 0 ATTACKABLE TATOOINE creature_eopie creatu eopie_desert lair_eopie_desert creature 0 ATTACKABLE TATOOINE creature_eopie_desert creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie eopie_dune lair_eopie_dune creature 0 ATTACKABLE TATOOINE creature_eopie_jundland creature_eopie_desert creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie eopie_dwarf lair_eopie_mountain creature 0 ATTACKABLE TATOOINE creature_eopie_dwarf creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie -eopie_farm_domestic tatooine_village_medium_1;tatooine_village_medium_3 npc 0 ATTACKABLE TATOOINE creature_eopie_herdmaster humanoid_farmer_rancher creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic -evil_hermit tatooine_evil_hermit_large1;tatooine_evil_hermit_large2;tatooine_evil_hermit_medium1;tatooine_evil_hermit_medium2;tatooine_evil_hermit_small1;tatooine_evil_hermit_small2 npc 0 ATTACKABLE TATOOINE humanoid_evil_hermit creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie -evil_nomad tatooine_evil_nomad_large1;tatooine_evil_nomad_large2;tatooine_evil_nomad_large3;tatooine_evil_nomad_medium1;tatooine_evil_nomad_medium2;tatooine_evil_nomad_small1;tatooine_evil_nomad_small2 npc 0 ATTACKABLE TATOOINE humanoid_evil_nomad humanoid_evil_nomad creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic -evil_settlers tatooine_evil_settlers_large1;tatooine_evil_settlers_large2;tatooine_evil_settlers_large3;tatooine_evil_settlers_medium;tatooine_evil_settlers_medium2;tatooine_evil_settlers_small1;tatooine_evil_settlers_small2 npc 0 ATTACKABLE TATOOINE humanoid_evil_settler droid_wed_treadwell creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic -ewok endor_ewok_large1;endor_ewok_large2;endor_ewok_large3;endor_ewok_large4;endor_ewok_large5;endor_ewok_large6;endor_ewok_large7;endor_ewok_medium;endor_ewok_medium3;endor_ewok_medium4;endor_ewok_small1;endor_ewok_small2;endor_ewok_small3 npc 0 ATTACKABLE ENDOR humanoid_ewok_masterful_warrior humanoid_ewok_outcast_raider humanoid_ewok_outcast humanoid_ewok_outcast humanoid_ewok_outcast humanoid_ewok_outcast humanoid_ewok_outcast humanoid_ewok_outcast humanoid_ewok_outcast humanoid_ewok_outcast humanoid_ewok_outcast +eopie_farm_domestic tatooine_village_medium_1;tatooine_village_medium_3 objective_power_node npc 0 ATTACKABLE TATOOINE creature_eopie_herdmaster humanoid_farmer_rancher creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic +evil_hermit tatooine_evil_hermit_large1;tatooine_evil_hermit_large2;tatooine_evil_hermit_medium1;tatooine_evil_hermit_medium2;tatooine_evil_hermit_small1;tatooine_evil_hermit_small2 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_evil_hermit creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie creature_eopie +evil_nomad tatooine_evil_nomad_large1;tatooine_evil_nomad_large2;tatooine_evil_nomad_large3;tatooine_evil_nomad_medium1;tatooine_evil_nomad_medium2;tatooine_evil_nomad_small1;tatooine_evil_nomad_small2 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_evil_nomad humanoid_evil_nomad creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic +evil_settlers tatooine_evil_settlers_large1;tatooine_evil_settlers_large2;tatooine_evil_settlers_large3;tatooine_evil_settlers_medium;tatooine_evil_settlers_medium2;tatooine_evil_settlers_small1;tatooine_evil_settlers_small2 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_evil_settler droid_wed_treadwell creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic creature_eopie_domestic +ewok endor_ewok_large1;endor_ewok_large2;endor_ewok_large3;endor_ewok_large4;endor_ewok_large5;endor_ewok_large6;endor_ewok_large7;endor_ewok_medium;endor_ewok_medium3;endor_ewok_medium4;endor_ewok_small1;endor_ewok_small2;endor_ewok_small3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_ewok_masterful_warrior humanoid_ewok_outcast_raider humanoid_ewok_outcast humanoid_ewok_outcast humanoid_ewok_outcast humanoid_ewok_outcast humanoid_ewok_outcast humanoid_ewok_outcast humanoid_ewok_outcast humanoid_ewok_outcast humanoid_ewok_outcast explorer objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_explorer humanoid_bodyguard humanoid_explorer humanoid_explorer humanoid_bodyguard humanoid_bodyguard humanoid_bodyguard humanoid_bodyguard humanoid_bodyguard humanoid_bodyguard humanoid_bodyguard falumpaset_gungan lair_falumpaset_swamp creature 0 ATTACKABLE NABOO creature_falumpaset_gungan creature_falumpaset creature_falumpaset creature_falumpaset creature_falumpaset creature_falumpaset creature_falumpaset creature_falumpaset creature_falumpaset creature_falumpaset creature_falumpaset falumpaset_plodding lair_falumpaset_forest creature 0 ATTACKABLE NABOO creature_falumpaset_plodding creature_falumpaset creature_falumpaset creature_falumpaset creature_falumpaset creature_falumpaset creature_falumpaset creature_falumpaset creature_falumpaset creature_falumpaset creature_falumpaset @@ -243,15 +243,15 @@ falumpaset_rogue lair_falumpaset_grassland creature 0 ATTACKABLE NABOO creature fambaa_gungan lair_fambaa creature 0 ATTACKABLE NABOO creature_fambaa_gungan creature_fambaa_gungan creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa fambaa_rogue lair_fambaa creature 0 AGGRESSIVE NABOO creature_fambaa_rogue creature_fambaa_starving creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa fambaa_wildeyed lair_fambaa_swamp creature 0 ATTACKABLE NABOO creature_fambaa_wildeyed creature_fambaa_devastator_furious creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa creature_fambaa -farm_naboo naboo_farm_medium_1;naboo_farm_medium_2 npc 0 ATTACKABLE NABOO humanoid_farmer_rancher humanoid_farmer_male humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer -farm_tatooine tatooine_farm_medium_2 npc 0 ATTACKABLE TATOOINE humanoid_farmer_agriculturist humanoid_farmer_female humanoid_farmer droid_wed_treadwell humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer -farmer_mineral tatooine_mineral_farmer_medium1;tatooine_mineral_farmer_medium2;tatooine_mineral_farmer_large1;tatooine_mineral_farmer_large2;tatooine_mineral_farmer_large3;tatooine_mineral_farmer_large4 npc 0 ATTACKABLE TATOOINE humanoid_farmer_agriculturist humanoid_farmer_rancher humanoid_farmer droid_eg6_power humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer -farmer_moisture tatooine_moisture_farmer_medium1;tatooine_moisture_farmer_medium2;tatooine_moisture_farmer_large1;tatooine_moisture_farmer_large2;tatooine_moisture_farmer_large3;tatooine_moisture_farmer_large4 npc 0 ATTACKABLE TATOOINE humanoid_farmer_moisture humanoid_farmer_rancher humanoid_farmer droid_eg6_power humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer +farm_naboo naboo_farm_medium_1;naboo_farm_medium_2 objective_power_node npc 0 ATTACKABLE NABOO humanoid_farmer_rancher humanoid_farmer_male humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer +farm_tatooine tatooine_farm_medium_2 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_farmer_agriculturist humanoid_farmer_female humanoid_farmer droid_wed_treadwell humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer +farmer_mineral tatooine_mineral_farmer_medium1;tatooine_mineral_farmer_medium2;tatooine_mineral_farmer_large1;tatooine_mineral_farmer_large2;tatooine_mineral_farmer_large3;tatooine_mineral_farmer_large4 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_farmer_agriculturist humanoid_farmer_rancher humanoid_farmer droid_eg6_power humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer +farmer_moisture tatooine_moisture_farmer_medium1;tatooine_moisture_farmer_medium2;tatooine_moisture_farmer_large1;tatooine_moisture_farmer_large2;tatooine_moisture_farmer_large3;tatooine_moisture_farmer_large4 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_farmer_moisture humanoid_farmer_rancher humanoid_farmer droid_eg6_power humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer humanoid_farmer fed_dub_commander objective_power_transformer npc 0 ATTACKABLE TALUS humanoid_fed_dub_commander humanoid_fed_dub_captain humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman fed_dub_constable objective_main_terminal npc 0 ATTACKABLE TALUS humanoid_fed_dub_constable humanoid_fed_dub_supporter humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman fed_dub_investigator objective_power_node npc 0 ATTACKABLE TALUS humanoid_fed_dub_investigator humanoid_fed_dub_supporter humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman humanoid_fed_dub_patrolman -flail_boss corellia_flail_large1;corellia_flail_large2 npc 0 AGGRESSIVE CORELLIA humanoid_flail_boss humanoid_flail_executioner humanoid_flail_butcher humanoid_flail_enforcer humanoid_flail_enforcer humanoid_flail_enforcer humanoid_flail_enforcer humanoid_flail_enforcer humanoid_flail_enforcer humanoid_flail_enforcer humanoid_flail_enforcer -flail_cut_throat corellia_flail_large1;corellia_flail_large2 npc 0 AGGRESSIVE CORELLIA humanoid_flail_cutthroat humanoid_flail_slayer humanoid_flail_killer humanoid_flail_killer humanoid_flail_killer humanoid_flail_killer humanoid_flail_killer humanoid_flail_killer humanoid_flail_killer humanoid_flail_killer humanoid_flail_killer +flail_boss corellia_flail_large1;corellia_flail_large2 objective_power_node npc 0 AGGRESSIVE CORELLIA humanoid_flail_boss humanoid_flail_executioner humanoid_flail_butcher humanoid_flail_enforcer humanoid_flail_enforcer humanoid_flail_enforcer humanoid_flail_enforcer humanoid_flail_enforcer humanoid_flail_enforcer humanoid_flail_enforcer humanoid_flail_enforcer +flail_cut_throat corellia_flail_large1;corellia_flail_large2 objective_power_node npc 0 AGGRESSIVE CORELLIA humanoid_flail_cutthroat humanoid_flail_slayer humanoid_flail_killer humanoid_flail_killer humanoid_flail_killer humanoid_flail_killer humanoid_flail_killer humanoid_flail_killer humanoid_flail_killer humanoid_flail_killer humanoid_flail_killer flea_crystal_flats_lava lair_blistmok creature 0 AGGRESSIVE MUSTAFAR creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats_guard creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats flea_crystal_flats_lava_queen lair_blistmok creature 0 AGGRESSIVE MUSTAFAR creature_flea_lava_crystal_flats_queen creature_flea_lava_crystal_flats_guard creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats flea_crystal_flats_lava_strider lair_blistmok creature 0 AGGRESSIVE MUSTAFAR creature_flea_lava_crystal_flats_strider creature_flea_lava_crystal_flats_guard creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats creature_flea_lava_crystal_flats @@ -264,11 +264,11 @@ flit_behemoth lair_flit_mountain creature 0 ATTACKABLE LOK creature_flit_lethar flit_harasser lair_flit_forest creature 0 ATTACKABLE LOK creature_flit_harasser creature_flit_bloodsucker creature_flit creature_flit creature_flit creature_flit creature_flit creature_flit creature_flit creature_flit creature_flit focus_pirate objective_main_terminal npc 0 AGGRESSIVE TATOOINE humanoid_focus_pirate_boss humanoid_focus_pirate_guard humanoid_focus_pirate_guard humanoid_focus_pirate_guard humanoid_focus_pirate_guard humanoid_focus_pirate_guard humanoid_focus_pirate_guard humanoid_focus_pirate_guard humanoid_focus_pirate_guard humanoid_focus_pirate_guard humanoid_focus_pirate_guard forage objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_forage_criminal humanoid_forage_scavenger humanoid_forage_thief droid_eg6_power droid_eg6_power droid_eg6_power droid_eg6_power droid_eg6_power droid_eg6_power droid_eg6_power droid_eg6_power -force_crypt_crawler corellia_smashball_medium npc 0 AGGRESSIVE DANTOOINE humanoid_jedi_force_sensitive_crypt_crawler humanoid_jedi_force_sensitive_renegade humanoid_jedi_force_wielder_feral humanoid_jedi_force_trained_archaist humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter -force_crystal_hunter corellia_smashball_medium npc 0 AGGRESSIVE DANTOOINE humanoid_jedi_force_crystal_hunter humanoid_jedi_force_sensitive_renegade humanoid_jedi_force_wielder_feral humanoid_jedi_force_trained_archaist humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter -force_mystic corellia_smashball_medium npc 0 AGGRESSIVE DANTOOINE humanoid_jedi_novice_force_mystic humanoid_jedi_force_wielder_feral humanoid_jedi_force_trained_archaist humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter -freedprisonerscamp dathomir_freedprisonerscamp_large1;dathomir_freedprisonerscamp_large2;dathomir_freedprisonerscamp_medium1;dathomir_freedprisonerscamp_medium2;dathomir_freedprisonercamp_small1;dathomir_freedprisonercamp_small2 npc 0 AGGRESSIVE DATHOMIR humanoid_tough_dathomir_prisoner humanoid_prisoner humanoid_nightsister_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped -fugitive tatooine_fugitive_camp_medium;tatooine_fugitive_camp_large1;tatooine_fugitive_camp_large2;tatooine_fugitive_camp_large3 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_fugitive humanoid_fugitive droid_eg6_power humanoid_fugitive humanoid_fugitive humanoid_fugitive humanoid_fugitive humanoid_fugitive humanoid_fugitive humanoid_fugitive humanoid_fugitive +force_crypt_crawler corellia_smashball_medium objective_power_node npc 0 AGGRESSIVE DANTOOINE humanoid_jedi_force_sensitive_crypt_crawler humanoid_jedi_force_sensitive_renegade humanoid_jedi_force_wielder_feral humanoid_jedi_force_trained_archaist humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter +force_crystal_hunter corellia_smashball_medium objective_power_node npc 0 AGGRESSIVE DANTOOINE humanoid_jedi_force_crystal_hunter humanoid_jedi_force_sensitive_renegade humanoid_jedi_force_wielder_feral humanoid_jedi_force_trained_archaist humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter +force_mystic corellia_smashball_medium objective_power_node npc 0 AGGRESSIVE DANTOOINE humanoid_jedi_novice_force_mystic humanoid_jedi_force_wielder_feral humanoid_jedi_force_trained_archaist humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter +freedprisonerscamp dathomir_freedprisonerscamp_large1;dathomir_freedprisonerscamp_large2;dathomir_freedprisonerscamp_medium1;dathomir_freedprisonerscamp_medium2;dathomir_freedprisonercamp_small1;dathomir_freedprisonercamp_small2 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_tough_dathomir_prisoner humanoid_prisoner humanoid_nightsister_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped +fugitive tatooine_fugitive_camp_medium;tatooine_fugitive_camp_large1;tatooine_fugitive_camp_large2;tatooine_fugitive_camp_large3 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_fugitive humanoid_fugitive droid_eg6_power humanoid_fugitive humanoid_fugitive humanoid_fugitive humanoid_fugitive humanoid_fugitive humanoid_fugitive humanoid_fugitive humanoid_fugitive fynock_feared lair_fynock creature 0 AGGRESSIVE TALUS creature_fynock_youth_feared creature_fynock_frenzied_guardian creature_fynock_clipped creature_fynock creature_fynock creature_fynock creature_fynock creature_fynock creature_fynock creature_fynock creature_fynock fynock_forest lair_fynock_forest creature 0 ATTACKABLE TALUS creature_fynock_glutted_queen creature_fynock_giant creature_fynock_youth_fearful creature_fynock creature_fynock creature_fynock creature_fynock creature_fynock creature_fynock creature_fynock creature_fynock fynock_jungle lair_fynock creature 0 ATTACKABLE TALUS creature_fynock_jungle creature_fynock_frenzied_guardian creature_fynock creature_fynock creature_fynock creature_fynock creature_fynock creature_fynock creature_fynock creature_fynock creature_fynock @@ -279,20 +279,20 @@ gaping_spider_noxious_recluse lair_gaping_spider creature 0 AGGRESSIVE DATHOMIR gaping_spider_queen lair_gaping_spider_forest creature 0 AGGRESSIVE DATHOMIR creature_spider_gaping_queen creature_spider_gaping_enhanced creature_spider_gaping_broodling creature_spider_gaping_broodling creature_spider_gaping_broodling creature_spider_gaping_broodling creature_spider_gaping_broodling creature_spider_gaping_broodling creature_spider_gaping_broodling creature_spider_gaping_broodling creature_spider_gaping_broodling garyn objective_power_node npc 0 ATTACKABLE RORI humanoid_garyn_lieutenant humanoid_garyn_marauder humanoid_garyn_mugger humanoid_garyn_pirate humanoid_garyn_raider humanoid_garyn_thief humanoid_garyn_dragoon humanoid_garyn_dragoon humanoid_garyn_dragoon humanoid_garyn_dragoon humanoid_garyn_dragoon gnort lair_gnort_mountain creature 0 ATTACKABLE NABOO creature_gnort_massive creature_gnort creature_gnort creature_gnort creature_gnort creature_gnort creature_gnort creature_gnort creature_gnort creature_gnort creature_gnort -gondula_archaic_ritualist endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_gondula_archaic_ritualist humanoid_gondula_shaman humanoid_gondula_shaman_gifted humanoid_gondula_ritualist humanoid_gondula_competent_rigualist humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub -gondula_chief endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_gondula_chief humanoid_gondula_veteran humanoid_gondula_veteran humanoid_gondula_tribesman humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub -gondula_elder endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_gondula_elder humanoid_gondula_veteran humanoid_gondula_elder_worker humanoid_gondula_warrior humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub -gondula_loremaster endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_gondula_loremaster humanoid_gondula_matriarch humanoid_gondula_outcast humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub -gondula_warrior endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 AGGRESSIVE ENDOR humanoid_gondula_warrior humanoid_gondula_veteran humanoid_gondula_veteran humanoid_gondula_tribesman humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub +gondula_archaic_ritualist endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_gondula_archaic_ritualist humanoid_gondula_shaman humanoid_gondula_shaman_gifted humanoid_gondula_ritualist humanoid_gondula_competent_rigualist humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub +gondula_chief endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_gondula_chief humanoid_gondula_veteran humanoid_gondula_veteran humanoid_gondula_tribesman humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub +gondula_elder endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_gondula_elder humanoid_gondula_veteran humanoid_gondula_elder_worker humanoid_gondula_warrior humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub +gondula_loremaster endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_gondula_loremaster humanoid_gondula_matriarch humanoid_gondula_outcast humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub +gondula_warrior endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 AGGRESSIVE ENDOR humanoid_gondula_warrior humanoid_gondula_veteran humanoid_gondula_veteran humanoid_gondula_tribesman humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub humanoid_gondula_cub gorg lair_thicket_small creature 0 ATTACKABLE TATOOINE creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg -gorg_farm tatooine_hutt_assassin_camp_medium2 npc 0 ATTACKABLE TATOOINE humanoid_farmer humanoid_farmer_rancher creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg +gorg_farm tatooine_hutt_assassin_camp_medium2 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_farmer humanoid_farmer_rancher creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg gorg_glutton lair_thicket_small creature 0 ATTACKABLE TATOOINE creature_gorg_glutton creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg creature_gorg graul_ancient lair_graul_jungle creature 0 AGGRESSIVE DANTOOINE creature_graul_ancient creature_graul_mangler creature_graul_infant creature_graul creature_graul_infant creature_graul creature_graul creature_graul creature_graul creature_graul creature_graul graul_frenzied lair_graul creature 0 AGGRESSIVE DANTOOINE creature_graul_frenzied creature_graul_mangler creature_graul_infant creature_graul creature_graul_infant creature_graul creature_graul creature_graul creature_graul creature_graul creature_graul graul_marauder lair_graul creature 0 AGGRESSIVE DANTOOINE creature_graul_marauder creature_graul_mangler creature_graul_infant creature_graul creature_graul_infant creature_graul creature_graul creature_graul creature_graul creature_graul creature_graul graul_mauler lair_graul creature 0 AGGRESSIVE DANTOOINE creature_graul_mauler creature_graul_mangler creature_graul_infant creature_graul creature_graul_infant creature_graul creature_graul creature_graul creature_graul creature_graul creature_graul great_plains_stalker lair_corellian_sand_panther creature 0 AGGRESSIVE CORELLIA creature_plains_great_stalker creature_plains_hunter creature_plains_hunter creature_plains_hunter creature_plains_hunter creature_plains_hunter creature_plains_hunter creature_plains_hunter creature_plains_hunter creature_plains_hunter creature_plains_hunter -greck corellia_greck_large1;corellia_greck_large2 npc 0 ATTACKABLE CORELLIA humanoid_greck_assassin humanoid_greck_henchman humanoid_greck_smuggler humanoid_greck_smuggler humanoid_greck_mugger humanoid_greck_mugger humanoid_greck_mugger humanoid_greck_mugger humanoid_greck_mugger humanoid_greck_mugger humanoid_greck_mugger +greck corellia_greck_large1;corellia_greck_large2 objective_power_node npc 0 ATTACKABLE CORELLIA humanoid_greck_assassin humanoid_greck_henchman humanoid_greck_smuggler humanoid_greck_smuggler humanoid_greck_mugger humanoid_greck_mugger humanoid_greck_mugger humanoid_greck_mugger humanoid_greck_mugger humanoid_greck_mugger humanoid_greck_mugger gronda lair_gronda creature 0 ATTACKABLE CORELLIA creature_gronda creature_gronda creature_gronda creature_gronda_dwarf creature_gronda creature_gronda_dwarf creature_gronda_dwarf creature_gronda_dwarf creature_gronda_dwarf creature_gronda_dwarf creature_gronda_dwarf gronda_elder lair_gronda_grassland creature 0 ATTACKABLE CORELLIA creature_gronda_elder creature_gronda_juggernaut creature_gronda creature_gronda creature_gronda_dwarf creature_gronda_dwarf creature_gronda_dwarf creature_gronda_dwarf creature_gronda_dwarf creature_gronda_dwarf creature_gronda_dwarf gronda_juggernaut lair_gronda creature 0 ATTACKABLE CORELLIA creature_gronda_juggernaut creature_gronda_war creature_gronda creature_gronda creature_gronda_dwarf creature_gronda_dwarf creature_gronda_dwarf creature_gronda_dwarf creature_gronda_dwarf creature_gronda_dwarf creature_gronda_dwarf @@ -317,7 +317,7 @@ gungan_mercenary objective_gungan_statue npc 0 ATTACKABLE NABOO humanoid_gungan gungan_military_base objective_gungan_statue npc 0 ATTACKABLE NABOO humanoid_gungan_general humanoid_gungan_captain humanoid_gungan_soldier humanoid_gungan_scout humanoid_gungan_grand_army_soldier humanoid_gungan_bomber humanoid_gungan_bomber humanoid_gungan_bomber humanoid_gungan_bomber humanoid_gungan_bomber humanoid_gungan_bomber gungan_statue objective_gungan_statue npc 0 ATTACKABLE NABOO humanoid_gungan_priest humanoid_gungan_hermit humanoid_gungan_guard humanoid_gungan_m_hood_greeter humanoid_gungan_light_scout humanoid_gungan_kaadu_rider humanoid_gungan_kaadu_rider humanoid_gungan_kaadu_rider humanoid_gungan_kaadu_rider humanoid_gungan_kaadu_rider humanoid_gungan_kaadu_rider gungawar naboo_gungwar_medium npc 0 AGGRESSIVE NABOO humanoid_gungan_war_chief humanoid_gungan_bomber humanoid_gungan_scout humanoid_gungan_kaadu_rider humanoid_gungan_soldier humanoid_gungan_soldier humanoid_gungan_soldier humanoid_gungan_soldier humanoid_gungan_soldier humanoid_gungan_soldier humanoid_gungan_soldier -gunrunner naboo_gunrunners_small1;naboo_gunrunners_small2;naboo_gunrunners_medium;naboo_gunrunners_large1;naboo_gunrunners_large2;tatooine_gunrunners_medium;tatooine_gunrunners_large1;tatooine_gunrunners_large2 npc 0 AGGRESSIVE NABOO;TATOOINE humanoid_gunrunner_newbie_leader humanoid_gunrunner_newbie_sentry humanoid_gunrunner humanoid_gunrunner_newbie humanoid_naboo_gunrunner humanoid_naboo_gunrunner humanoid_naboo_gunrunner humanoid_naboo_gunrunner humanoid_naboo_gunrunner humanoid_naboo_gunrunner humanoid_naboo_gunrunner +gunrunner naboo_gunrunners_small1;naboo_gunrunners_small2;naboo_gunrunners_medium;naboo_gunrunners_large1;naboo_gunrunners_large2;tatooine_gunrunners_medium;tatooine_gunrunners_large1;tatooine_gunrunners_large2 objective_power_node npc 0 AGGRESSIVE NABOO;TATOOINE humanoid_gunrunner_newbie_leader humanoid_gunrunner_newbie_sentry humanoid_gunrunner humanoid_gunrunner_newbie humanoid_naboo_gunrunner humanoid_naboo_gunrunner humanoid_naboo_gunrunner humanoid_naboo_gunrunner humanoid_naboo_gunrunner humanoid_naboo_gunrunner humanoid_naboo_gunrunner gurk lair_gurk creature 0 AGGRESSIVE LOK creature_gurk_feral creature_gurk_gatherer creature_gurk_crazed_dest creature_gurk_domesticated creature_gurk creature_gurk creature_gurk creature_gurk creature_gurk creature_gurk creature_gurk gurk_wasteland lair_gurk_wasteland creature 0 AGGRESSIVE LOK creature_gurk_king_reclusive creature_gurk_loathsome_mangler creature_gurk_shaggy_youth creature_gurk_whelp creature_gurk_tracker creature_gurk_tracker creature_gurk_tracker creature_gurk_tracker creature_gurk_tracker creature_gurk_tracker creature_gurk_tracker gurnaset lair_gurnaset creature 0 ATTACKABLE LOK creature_gurnaset_domesticated creature_gurnaset creature_gurnaset creature_gurnaset creature_gurnaset_hatchling creature_gurnaset_hatchling creature_gurnaset_hatchling creature_gurnaset_hatchling creature_gurnaset_hatchling creature_gurnaset_hatchling creature_gurnaset_hatchling @@ -340,18 +340,18 @@ hanadak_young_rock_crusher lair_hanadak creature 0 ATTACKABLE ENDOR creature_ha hermit lair_hovel npc 0 ATTACKABLE TATOOINE humanoid_hermit humanoid_hermit humanoid_hermit humanoid_hermit humanoid_hermit humanoid_hermit humanoid_hermit humanoid_hermit humanoid_hermit humanoid_hermit humanoid_hermit hermit_spider lair_hermit_spider creature 0 ATTACKABLE NABOO;RORI creature_spider_hermit creature_spider_sentry_hermit creature_spider_hermit creature_spider_hermit creature_spider_hermit creature_spider_hermit creature_spider_hermit creature_spider_hermit creature_spider_hermit creature_spider_hermit creature_spider_hermit hermit_spider_queen lair_hermit_spider_mountain creature 0 ATTACKABLE NABOO creature_spider_hermit_queen creature_spider_hermit_guard creature_spider_hermit_mutant creature_spider_hermit creature_spider_hermit creature_spider_hermit creature_spider_hermit creature_spider_hermit creature_spider_hermit creature_spider_hermit creature_spider_hermit -hidden_daggers corellia_hidden_large1 npc 0 AGGRESSIVE CORELLIA humanoid_hidden_daggers_activist humanoid_hidden_daggers_dissident humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist -hidden_daggers_outpost corellia_hidden_large1 npc 0 AGGRESSIVE CORELLIA humanoid_hidden_daggers_leader humanoid_hidden_daggers_lieutenant humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist +hidden_daggers corellia_hidden_large1 objective_power_node npc 0 AGGRESSIVE CORELLIA humanoid_hidden_daggers_activist humanoid_hidden_daggers_dissident humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist +hidden_daggers_outpost corellia_hidden_large1 objective_power_node npc 0 AGGRESSIVE CORELLIA humanoid_hidden_daggers_leader humanoid_hidden_daggers_lieutenant humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist humanoid_hidden_dagger_extremist highwayman objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_highwayman_elite humanoid_highwayman_elite humanoid_highwayman humanoid_highwayman humanoid_highwayman humanoid_highwayman humanoid_highwayman humanoid_highwayman humanoid_highwayman humanoid_highwayman humanoid_highwayman huf_dun lair_huf_dun creature 0 ATTACKABLE TALUS creature_huf_dun_bull creature_huf_dun_stunted creature_huf_dun creature_huf_dun creature_huf_dun creature_huf_dun creature_huf_dun creature_huf_dun creature_huf_dun creature_huf_dun creature_huf_dun huf_dun_vicious lair_huf_dun_hill creature 0 ATTACKABLE TALUS creature_huf_dun_vicious creature_huf_dun_stunted creature_huf_dun creature_huf_dun creature_huf_dun creature_huf_dun creature_huf_dun creature_huf_dun creature_huf_dun creature_huf_dun creature_huf_dun -huff_sennex tatooine_village_medium_1 npc 0 AGGRESSIVE TATOOINE humanoid_huff_sennex_slaver_overlord humanoid_huff_sennex_slaver_veteran humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver -huff_tusken tatooine_village_medium_1 npc 0 AGGRESSIVE TATOOINE humanoid_huff_tusken_vile_chieftain humanoid_huff_tusken_blood_hunter humanoid_huff_tusken_flesh_render creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha +huff_sennex tatooine_village_medium_1 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_huff_sennex_slaver_overlord humanoid_huff_sennex_slaver_veteran humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver humanoid_huff_sennex_slave_driver +huff_tusken tatooine_village_medium_1 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_huff_tusken_vile_chieftain humanoid_huff_tusken_blood_hunter humanoid_huff_tusken_flesh_render creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha creature_bantha humbaba lair_thicket_large creature 0 ATTACKABLE CORELLIA;TALUS creature_humbaba_domestic creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba humbaba_savage lair_thicket_large creature 0 ATTACKABLE CORELLIA;TALUS creature_humbaba_savage creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba humbaba_swamp lair_thicket_large creature 0 ATTACKABLE CORELLIA creature_humbaba_swamp creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba creature_humbaba hunter objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_hunter_talus humanoid_hunter humanoid_hunter humanoid_hunter humanoid_hunter humanoid_hunter humanoid_hunter humanoid_hunter humanoid_hunter humanoid_hunter humanoid_hunter -hutt_assassin tatooine_hutt_assassin_camp_small1;tatooine_hutt_assassin_camp_small2;tatooine_hutt_assassin_camp_medium1;tatooine_hutt_assassin_camp_medium2;tatooine_hutt_assassin_camp_large1;tatooine_hutt_assassin_camp_large2;tatooine_hutt_assassin_camp_large3;tatooine_hutt_assassin_camp_large4 npc 0 AGGRESSIVE TATOOINE humanoid_hutt_assassin humanoid_hutt_enforcer humanoid_hutt_outcast humanoid_hutt_informant_quest humanoid_hutt_outcast humanoid_hutt_outcast humanoid_hutt_outcast humanoid_hutt_outcast humanoid_hutt_outcast humanoid_hutt_outcast humanoid_hutt_outcast +hutt_assassin tatooine_hutt_assassin_camp_small1;tatooine_hutt_assassin_camp_small2;tatooine_hutt_assassin_camp_medium1;tatooine_hutt_assassin_camp_medium2;tatooine_hutt_assassin_camp_large1;tatooine_hutt_assassin_camp_large2;tatooine_hutt_assassin_camp_large3;tatooine_hutt_assassin_camp_large4 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_hutt_assassin humanoid_hutt_enforcer humanoid_hutt_outcast humanoid_hutt_informant_quest humanoid_hutt_outcast humanoid_hutt_outcast humanoid_hutt_outcast humanoid_hutt_outcast humanoid_hutt_outcast humanoid_hutt_outcast humanoid_hutt_outcast hutt_expedition_force lair_hutt_thug_npc npc 0 AGGRESSIVE YAVIN4 humanoid_hutt_expedition_force_leader humanoid_hutt_expedition_force_surveyer humanoid_hutt_expedition_force_member humanoid_hutt_enforcer humanoid_hutt_expedition_force_member humanoid_hutt_expedition_force_member humanoid_hutt_expedition_force_member humanoid_hutt_expedition_force_member humanoid_hutt_expedition_force_member humanoid_hutt_expedition_force_member humanoid_hutt_expedition_force_member huurton_howler lair_huurton creature 0 AGGRESSIVE DANTOOINE creature_huurton_howler creature_huurton_hostile creature_huurton creature_huurton creature_huurton_pup creature_huurton_pup creature_huurton_pup creature_huurton_pup creature_huurton_pup creature_huurton_pup creature_huurton_pup huurton_huntress lair_huurton_grassland creature 0 AGGRESSIVE DANTOOINE creature_huurton_huntress creature_huurton_bloodhunter creature_huurton_reaper creature_huurton creature_huurton_pup creature_huurton_pup creature_huurton_pup creature_huurton_pup creature_huurton_pup creature_huurton_pup creature_huurton_pup @@ -363,36 +363,36 @@ imperial_at_st objective_banner_imperial npc 0 AGGRESSIVE CORELLIA;NABOO;TATOOI imperial_cadet objective_banner_imperial npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_imperial_cadet_squad_leader humanoid_imperial_medic humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet imperial_captain objective_banner_imperial npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_imperial_captain humanoid_imperial_stormtrooper_squad_leader humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper imperial_civil_commander objective_banner_imperial npc 0 AGGRESSIVE CORELLIA;NABOO;TATOOINE humanoid_imperial_civil_commander humanoid_imperial_civil_captain humanoid_imperial_civil_sergeant humanoid_imperial_civil_patrolman humanoid_imperial_civil_patrolman humanoid_imperial_civil_patrolman humanoid_imperial_civil_patrolman humanoid_imperial_civil_patrolman humanoid_imperial_civil_patrolman humanoid_imperial_civil_patrolman humanoid_imperial_civil_patrolman -imperial_clone_tent_small gcw_imperial_clone_tent_small npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 droid_imperial_detain_med humanoid_imperial_command_security_guard_elite humanoid_imperial_medic humanoid_imperial_command_security_guard humanoid_imperial_command_security_guard humanoid_imperial_command_security_guard humanoid_imperial_command_security_guard humanoid_imperial_command_security_guard humanoid_imperial_command_security_guard humanoid_imperial_command_security_guard humanoid_imperial_command_security_guard +imperial_clone_tent_small gcw_imperial_clone_tent_small objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 droid_imperial_detain_med humanoid_imperial_command_security_guard_elite humanoid_imperial_medic humanoid_imperial_command_security_guard humanoid_imperial_command_security_guard humanoid_imperial_command_security_guard humanoid_imperial_command_security_guard humanoid_imperial_command_security_guard humanoid_imperial_command_security_guard humanoid_imperial_command_security_guard humanoid_imperial_command_security_guard imperial_dark_trooper objective_banner_imperial npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 droid_imperial_dark_trooper_veteran droid_imperial_dark_trooper_elite droid_imperial_dark_trooper_exogen droid_imperial_dark_trooper_oppress7 droid_imperial_dark_trooper_oppress9 droid_imperial_dark_trooper_glory droid_imperial_dark_trooper_glory droid_imperial_dark_trooper_glory droid_imperial_dark_trooper_glory droid_imperial_dark_trooper_glory droid_imperial_dark_trooper_glory imperial_high_general objective_banner_imperial npc 0 AGGRESSIVE CORELLIA;NABOO;TATOOINE humanoid_imperial_veteran_high_general humanoid_imperial_veteran_stormtrooper_squad_leader humanoid_imperial_veteran_stormtrooper_medic humanoid_imperial_veteran_stormtrooper humanoid_imperial_veteran_stormtrooper humanoid_imperial_veteran_stormtrooper humanoid_imperial_veteran_stormtrooper humanoid_imperial_veteran_stormtrooper humanoid_imperial_veteran_stormtrooper humanoid_imperial_veteran_stormtrooper humanoid_imperial_veteran_stormtrooper imperial_inquisitor objective_banner_imperial npc 0 AGGRESSIVE CORELLIA;NABOO;TATOOINE humanoid_imperial_syren_5_inquisitor humanoid_imperial_stormtrooper_squad_leader humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper humanoid_imperial_cadet droid_heroic_sd_interrogator droid_heroic_sd_interrogator droid_heroic_sd_interrogator droid_heroic_sd_interrogator droid_heroic_sd_interrogator droid_heroic_sd_interrogator imperial_novatrooper objective_banner_imperial npc 0 AGGRESSIVE DANTOOINE;LOK;TALUS;YAVIN4 humanoid_imperial_stormtrooper_novatrooper_squad_leader humanoid_imperial_stormtrooper_novatrooper_elite humanoid_imperial_stormtrooper_novatrooper humanoid_imperial_stormtrooper_novatrooper humanoid_imperial_stormtrooper_novatrooper humanoid_imperial_stormtrooper_novatrooper_cadet humanoid_imperial_stormtrooper_novatrooper_cadet humanoid_imperial_stormtrooper_novatrooper_cadet humanoid_imperial_stormtrooper_novatrooper_cadet humanoid_imperial_stormtrooper_novatrooper_cadet humanoid_imperial_stormtrooper_novatrooper_cadet -imperial_patrol_large yavin4_imperial_patrol_small1;yavin4_imperial_patrol_small2;yavin4_imperial_patrol_medium1;yavin4_imperial_patrol_medium2;yavin4_imperial_patrol_camp_large1;yavin4_imperial_patrol_camp_large2;yavin4_imperial_patrol_camp_large3;yavin4_imperial_patrol_camp_large4 npc 0 AGGRESSIVE YAVIN4 humanoid_imperial_experienced_corporal humanoid_imperial_scout_trooper_elite humanoid_imperial_scout_trooper humanoid_imperial_exterminator humanoid_imperial_scout_trooper humanoid_imperial_scout_trooper humanoid_imperial_scout_trooper humanoid_imperial_scout_trooper humanoid_imperial_scout_trooper humanoid_imperial_scout_trooper humanoid_imperial_scout_trooper +imperial_patrol_large yavin4_imperial_patrol_small1;yavin4_imperial_patrol_small2;yavin4_imperial_patrol_medium1;yavin4_imperial_patrol_medium2;yavin4_imperial_patrol_camp_large1;yavin4_imperial_patrol_camp_large2;yavin4_imperial_patrol_camp_large3;yavin4_imperial_patrol_camp_large4 objective_power_node npc 0 AGGRESSIVE YAVIN4 humanoid_imperial_experienced_corporal humanoid_imperial_scout_trooper_elite humanoid_imperial_scout_trooper humanoid_imperial_exterminator humanoid_imperial_scout_trooper humanoid_imperial_scout_trooper humanoid_imperial_scout_trooper humanoid_imperial_scout_trooper humanoid_imperial_scout_trooper humanoid_imperial_scout_trooper humanoid_imperial_scout_trooper imperial_probot_handler_drone objective_banner_imperial npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_imperial_droid_corps_junior_tech droid_imperial_probot_seeker droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone imperial_sandtrooper objective_banner_imperial npc 0 AGGRESSIVE TATOOINE humanoid_imperial_sand_trooper_hard humanoid_imperial_sand_trooper_elite_commando humanoid_imperial_sand_trooper_elite humanoid_imperial_sand_trooper humanoid_imperial_sand_trooper humanoid_imperial_sand_trooper humanoid_imperial_sand_trooper humanoid_imperial_sand_trooper humanoid_imperial_sand_trooper humanoid_imperial_sand_trooper humanoid_imperial_sand_trooper imperial_sharpshooter objective_banner_imperial npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_imperial_veteran_sharpshooter humanoid_imperial_sharpshooter_hard humanoid_imperial_veteran_first_lieutenant humanoid_imperial_first_lieutenant humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet -imperial_spec_non_com imperial_listening_post npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_imperial_specialist_noncom humanoid_imperial_comm_specialist humanoid_imperial_comm_specialist humanoid_imperial_comm_op droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone +imperial_spec_non_com imperial_listening_post objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_imperial_specialist_noncom humanoid_imperial_comm_specialist humanoid_imperial_comm_specialist humanoid_imperial_comm_op droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone droid_imperial_probot_drone imperial_staff_cpl objective_banner_imperial npc 0 AGGRESSIVE CORELLIA;NABOO;TATOOINE humanoid_imperial_veteran_staff_corporal humanoid_imperial_veteran_staff_sergeant humanoid_imperial_staff_sergeant humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet humanoid_imperial_cadet imperial_storm_commando objective_banner_imperial npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_imperial_veteran_sergeant_major humanoid_imperial_veteran_storm_commando humanoid_imperial_sergeant_major humanoid_imperial_sergeant humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper humanoid_imperial_stormtrooper -imperial_stranded dathomir_imperialprisonscout_small1;dathomir_imperialprisonscout_small2 npc 0 AGGRESSIVE DANTOOINE;LOK;TALUS;YAVIN4 humanoid_imperial_stranded_officer humanoid_imperial_stranded_pilot humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier +imperial_stranded dathomir_imperialprisonscout_small1;dathomir_imperialprisonscout_small2 objective_power_node npc 0 AGGRESSIVE DANTOOINE;LOK;TALUS;YAVIN4 humanoid_imperial_stranded_officer humanoid_imperial_stranded_pilot humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier humanoid_imperial_stranded_soldier imperial_swamptrooper objective_banner_imperial npc 0 AGGRESSIVE NABOO;RORI;YAVIN4 humanoid_imperial_swamp_trooper_captain_anti_gungan humanoid_imperial_swamp_trooper_hard humanoid_imperial_swamp_trooper_anti_gungan humanoid_imperial_swamp_trooper humanoid_imperial_swamp_trooper humanoid_imperial_swamp_trooper humanoid_imperial_swamp_trooper humanoid_imperial_swamp_trooper humanoid_imperial_swamp_trooper humanoid_imperial_swamp_trooper humanoid_imperial_swamp_trooper -imperial_tie_bomber_base_small small_imperial_tie_bomber_base;small_imperial_tie_bomber_base_v2 npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_imperial_planet_base_officer humanoid_imperial_surface_marshall humanoid_imperial_pilot_naboo humanoid_imperial_pilot_tie humanoid_imperial_specialist humanoid_imperial_stormtrooper_novatrooper_medic humanoid_imperial_stormtrooper_novatrooper_medic humanoid_imperial_stormtrooper_novatrooper_medic humanoid_imperial_stormtrooper_novatrooper_medic humanoid_imperial_stormtrooper_novatrooper_medic humanoid_imperial_stormtrooper_novatrooper_medic +imperial_tie_bomber_base_small small_imperial_tie_bomber_base;small_imperial_tie_bomber_base_v2 objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_imperial_planet_base_officer humanoid_imperial_surface_marshall humanoid_imperial_pilot_naboo humanoid_imperial_pilot_tie humanoid_imperial_specialist humanoid_imperial_stormtrooper_novatrooper_medic humanoid_imperial_stormtrooper_novatrooper_medic humanoid_imperial_stormtrooper_novatrooper_medic humanoid_imperial_stormtrooper_novatrooper_medic humanoid_imperial_stormtrooper_novatrooper_medic humanoid_imperial_stormtrooper_novatrooper_medic imperial_warrant_officer objective_banner_imperial npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_imperial_veteran_stormtrooper_major humanoid_imperial_stormtrooper_rifleman_elite humanoid_imperial_veteran_warrant_officer_ii humanoid_imperial_veteran_warrant_officer_i humanoid_imperial_veteran_trooper humanoid_imperial_veteran_trooper humanoid_imperial_veteran_trooper humanoid_imperial_veteran_trooper humanoid_imperial_veteran_trooper humanoid_imperial_veteran_trooper humanoid_imperial_veteran_trooper information_broker objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_info_broker humanoid_info_broker humanoid_info_broker humanoid_info_broker humanoid_info_broker humanoid_info_broker humanoid_info_broker humanoid_info_broker humanoid_info_broker humanoid_info_broker humanoid_info_broker jabba_assasin objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_jabba_assassin humanoid_jabba_enforcer humanoid_jabba_henchman humanoid_jabba_thief humanoid_jabba_thug humanoid_jabba_medic humanoid_jabba_thug humanoid_jabba_thug humanoid_jabba_thug humanoid_jabba_thug humanoid_jabba_thug jabba_enforcer objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_jabba_enforcer humanoid_jabba_assassin humanoid_jabba_henchman humanoid_jabba_thief humanoid_jabba_thug humanoid_jabba_medic humanoid_jabba_thug humanoid_jabba_thug humanoid_jabba_thug humanoid_jabba_thug humanoid_jabba_thug jabba_swooper objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_jabba_swooper_leader humanoid_jabba_swooper humanoid_jabba_henchman humanoid_jabba_thief humanoid_jabba_thug humanoid_jabba_medic humanoid_jabba_thug humanoid_jabba_thug humanoid_jabba_thug humanoid_jabba_thug humanoid_jabba_thug -janta_hunter dantooine_janta_large1;dantooine_janta_large2;dantooine_janta_medium1;dantooine_janta_medium2;dantooine_janta_small1;dantooine_janta_small2 npc 0 AGGRESSIVE DANTOOINE humanoid_janta_hunter humanoid_janta_harvester humanoid_janta_herbalist humanoid_janta_herbalist humanoid_janta_harvester humanoid_janta_harvester humanoid_janta_harvester humanoid_janta_harvester humanoid_janta_harvester humanoid_janta_harvester humanoid_janta_harvester -janta_leader dantooine_janta_large1;dantooine_janta_large2;dantooine_janta_medium1;dantooine_janta_medium2;dantooine_janta_small1;dantooine_janta_small2 npc 0 ATTACKABLE DANTOOINE humanoid_janta_clan_leader humanoid_janta_hunter humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior -janta_rockshaper dantooine_janta_large1;dantooine_janta_large2;dantooine_janta_medium1;dantooine_janta_medium2;dantooine_janta_small1;dantooine_janta_small2 npc 0 ATTACKABLE DANTOOINE humanoid_janta_rockshaper humanoid_janta_loreweaver humanoid_janta_hunter humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior -janta_scout dantooine_janta_large1;dantooine_janta_large2;dantooine_janta_medium1;dantooine_janta_medium2;dantooine_janta_small1;dantooine_janta_small2 npc 0 ATTACKABLE DANTOOINE humanoid_janta_scout humanoid_janta_primalist humanoid_janta_hunter humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior -janta_shaman dantooine_janta_large1;dantooine_janta_large2;dantooine_janta_medium1;dantooine_janta_medium2;dantooine_janta_small1;dantooine_janta_small2 npc 0 ATTACKABLE DANTOOINE humanoid_janta_shaman humanoid_janta_tribesman humanoid_janta_soothsayer humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior -janta_warrior dantooine_janta_large1;dantooine_janta_large2;dantooine_janta_medium1;dantooine_janta_medium2;dantooine_janta_small1;dantooine_janta_small2 npc 0 AGGRESSIVE DANTOOINE humanoid_janta_warrior humanoid_janta_tribesman humanoid_janta_hunter humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior -jawa tatooine_jawa_large_1 npc 0 ATTACKABLE TATOOINE humanoid_jawa humanoid_jawa_henchman humanoid_jawa droid_ig_assassin droid_eg6_power droid_eg6_power droid_eg6_power droid_eg6_power droid_eg6_power droid_eg6_power droid_eg6_power -jawa_droid_thieves tatooine_jawa_droid_thieves_camp_medium1;tatooine_jawa_droid_thieves_camp_large1;tatooine_jawa_droid_thieves_camp_large2;tatooine_jawa_droid_thieves_camp_large3 npc 0 ATTACKABLE TATOOINE humanoid_jawa_thief humanoid_jawa_smuggler humanoid_jawa droid_blastromech droid_4lom droid_4lom droid_4lom droid_4lom droid_4lom droid_4lom droid_4lom -jawa_outpost tatooine_jawa_large_1 npc 0 ATTACKABLE TATOOINE humanoid_jawa_leader humanoid_jawa_engineer humanoid_jawa_avenger humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa -jawa_warband tatooine_jawa_large_1 npc 0 ATTACKABLE TATOOINE humanoid_jawa_warlord humanoid_jawa_protector humanoid_jawa_healer humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa +janta_hunter dantooine_janta_large1;dantooine_janta_large2;dantooine_janta_medium1;dantooine_janta_medium2;dantooine_janta_small1;dantooine_janta_small2 objective_power_node npc 0 AGGRESSIVE DANTOOINE humanoid_janta_hunter humanoid_janta_harvester humanoid_janta_herbalist humanoid_janta_herbalist humanoid_janta_harvester humanoid_janta_harvester humanoid_janta_harvester humanoid_janta_harvester humanoid_janta_harvester humanoid_janta_harvester humanoid_janta_harvester +janta_leader dantooine_janta_large1;dantooine_janta_large2;dantooine_janta_medium1;dantooine_janta_medium2;dantooine_janta_small1;dantooine_janta_small2 objective_power_node npc 0 ATTACKABLE DANTOOINE humanoid_janta_clan_leader humanoid_janta_hunter humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior +janta_rockshaper dantooine_janta_large1;dantooine_janta_large2;dantooine_janta_medium1;dantooine_janta_medium2;dantooine_janta_small1;dantooine_janta_small2 objective_power_node npc 0 ATTACKABLE DANTOOINE humanoid_janta_rockshaper humanoid_janta_loreweaver humanoid_janta_hunter humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior +janta_scout dantooine_janta_large1;dantooine_janta_large2;dantooine_janta_medium1;dantooine_janta_medium2;dantooine_janta_small1;dantooine_janta_small2 objective_power_node npc 0 ATTACKABLE DANTOOINE humanoid_janta_scout humanoid_janta_primalist humanoid_janta_hunter humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior +janta_shaman dantooine_janta_large1;dantooine_janta_large2;dantooine_janta_medium1;dantooine_janta_medium2;dantooine_janta_small1;dantooine_janta_small2 objective_power_node npc 0 ATTACKABLE DANTOOINE humanoid_janta_shaman humanoid_janta_tribesman humanoid_janta_soothsayer humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior +janta_warrior dantooine_janta_large1;dantooine_janta_large2;dantooine_janta_medium1;dantooine_janta_medium2;dantooine_janta_small1;dantooine_janta_small2 objective_power_node npc 0 AGGRESSIVE DANTOOINE humanoid_janta_warrior humanoid_janta_tribesman humanoid_janta_hunter humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior humanoid_janta_warrior +jawa tatooine_jawa_large_1 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_jawa humanoid_jawa_henchman humanoid_jawa droid_ig_assassin droid_eg6_power droid_eg6_power droid_eg6_power droid_eg6_power droid_eg6_power droid_eg6_power droid_eg6_power +jawa_droid_thieves tatooine_jawa_droid_thieves_camp_medium1;tatooine_jawa_droid_thieves_camp_large1;tatooine_jawa_droid_thieves_camp_large2;tatooine_jawa_droid_thieves_camp_large3 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_jawa_thief humanoid_jawa_smuggler humanoid_jawa droid_blastromech droid_4lom droid_4lom droid_4lom droid_4lom droid_4lom droid_4lom droid_4lom +jawa_outpost tatooine_jawa_large_1 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_jawa_leader humanoid_jawa_engineer humanoid_jawa_avenger humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa +jawa_warband tatooine_jawa_large_1 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_jawa_warlord humanoid_jawa_protector humanoid_jawa_healer humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa humanoid_jawa jax_bearded lair_bearded_jax creature 0 ATTACKABLE ENDOR creature_jax_bearded_mammoth creature_jax_bearded_domestic creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded jax_blooming lair_bearded_jax creature 0 ATTACKABLE ENDOR creature_jax_blooming creature_jax_blooming creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded jax_blushing lair_bearded_jax creature 0 ATTACKABLE ENDOR creature_jax_blushing creature_jax_blushing creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded creature_jax_bearded @@ -407,13 +407,13 @@ jedi_dark_side_savage creature_lair_forest_camp_remains npc 0 AGGRESSIVE DANTOO jedi_dark_side_senior creature_lair_forest_camp_remains npc 0 AGGRESSIVE DANTOOINE humanoid_jedi_prophet_senior humanoid_jedi_prophet humanoid_jedi_dark_adept humanoid_jedi_dark_adept humanoid_jedi_dark_adept humanoid_jedi_dark_adept humanoid_jedi_dark_adept humanoid_jedi_dark_adept humanoid_jedi_dark_adept humanoid_jedi_dark_adept humanoid_jedi_dark_adept jedi_dark_side_sentinel creature_lair_forest_camp_remains npc 0 AGGRESSIVE DANTOOINE humanoid_jedi_dark_sentinel humanoid_jedi_dark_knight humanoid_jedi_dark_adept humanoid_jedi_dark_adept humanoid_jedi_dark_adept humanoid_jedi_dark_adept humanoid_jedi_dark_adept humanoid_jedi_dark_adept humanoid_jedi_dark_adept humanoid_jedi_dark_adept humanoid_jedi_dark_adept jedi_force creature_lair_forest_camp_remains npc 0 AGGRESSIVE DANTOOINE humanoid_jedi_force_sensitive_renegade humanoid_jedi_force_sensitive_crypt_crawler humanoid_jedi_force_wielder_feral humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter humanoid_jedi_forsaken_force_drifter -jedi_light corellia_afarathu_small2;corellia_drall_abbot_large2;corellia_meatlump_small3 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light -jedi_light_sentinel corellia_afarathu_small2;corellia_drall_abbot_large2;corellia_meatlump_small3 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_jedi_light_sentinel humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light -jinda_chief endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_jinda_chief humanoid_jinda_competent_ritualist humanoid_jinda_ritualist humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior -jinda_elder endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_jinda_matriarch humanoid_jinda_elder humanoid_jinda_elder_worker humanoid_jinda_cub humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_naive_workling humanoid_jinda_naive_workling -jinda_gifted_shaman endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_jinda_shaman_gifted humanoid_jinda_shaman humanoid_jinda_adept_shaman humanoid_jinda_archaic_ritualist humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_proficient_worker humanoid_jinda_proficient_worker -jinda_tribesman endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_jinda_tribesman humanoid_jinda_loremaster humanoid_jinda_worker humanoid_jinda_outcast humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior -jinda_warrior endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 AGGRESSIVE ENDOR humanoid_jinda_masterful_warrior humanoid_jinda_seasoned_warrior humanoid_jinda_veteran humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior +jedi_light corellia_afarathu_small2;corellia_drall_abbot_large2;corellia_meatlump_small3 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light +jedi_light_sentinel corellia_afarathu_small2;corellia_drall_abbot_large2;corellia_meatlump_small3 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_jedi_light_sentinel humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light humanoid_jedi_light +jinda_chief endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_jinda_chief humanoid_jinda_competent_ritualist humanoid_jinda_ritualist humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior +jinda_elder endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_jinda_matriarch humanoid_jinda_elder humanoid_jinda_elder_worker humanoid_jinda_cub humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_naive_workling humanoid_jinda_naive_workling +jinda_gifted_shaman endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_jinda_shaman_gifted humanoid_jinda_shaman humanoid_jinda_adept_shaman humanoid_jinda_archaic_ritualist humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_proficient_worker humanoid_jinda_proficient_worker +jinda_tribesman endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_jinda_tribesman humanoid_jinda_loremaster humanoid_jinda_worker humanoid_jinda_outcast humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior +jinda_warrior endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 AGGRESSIVE ENDOR humanoid_jinda_masterful_warrior humanoid_jinda_seasoned_warrior humanoid_jinda_veteran humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior humanoid_jinda_warrior jundak_nesting_grounds lair_blistmok creature 0 AGGRESSIVE MUSTAFAR creature_jundak_ancient creature_jundak_nesting_grounds creature_jundak_devourer creature_jundak creature_jundak creature_jundak creature_jundak creature_jundak creature_jundak creature_jundak creature_jundak jundak_nesting_grounds_bloated lair_blistmok creature 0 AGGRESSIVE MUSTAFAR creature_jundak_nesting_grounds_bloated creature_jundak_nesting_grounds creature_jundak_devourer creature_jundak creature_jundak creature_jundak creature_jundak creature_jundak creature_jundak creature_jundak creature_jundak jundak_nesting_grounds_shrieker lair_blistmok creature 0 AGGRESSIVE MUSTAFAR creature_jundak_nesting_grounds_shrieker creature_jundak_nesting_grounds creature_jundak_devourer creature_jundak creature_jundak creature_jundak creature_jundak creature_jundak creature_jundak creature_jundak creature_jundak @@ -435,8 +435,8 @@ kimogila_dwarf lair_kimogila_mountain creature 75 AGGRESSIVE LOK creature_kimog kimogila_enraged lair_kimogila creature 78 AGGRESSIVE LOK creature_kimogila_enraged - - - - - - - - - - kimogila_giant lair_kimogila_grassland creature 88 AGGRESSIVE LOK creature_kimogila_giant - - - - - - - - - - kimogila_hatchling lair_kimogila_mountain creature 72 AGGRESSIVE LOK creature_kimogila_hatchling creature_kimogila_hatchling - - - - - - - - - -kitonak_insane tatooine_gunrunners_medium npc 0 AGGRESSIVE TATOOINE humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak -kitonak_wandering tatooine_gunrunners_medium npc 0 ATTACKABLE TATOOINE humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering +kitonak_insane tatooine_gunrunners_medium objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak humanoid_insane_kitonak +kitonak_wandering tatooine_gunrunners_medium objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering humanoid_kitonak_wandering kittle lair_kittle_grassland creature 0 ATTACKABLE TALUS creature_kittle creature_kittle creature_kittle creature_kittle creature_kittle creature_kittle creature_kittle creature_kittle creature_kittle creature_kittle creature_kittle kliknik lair_kliknik creature 0 ATTACKABLE YAVIN4 creature_kliknik_hunter creature_kliknik_shredder_guardian creature_kliknik_warrior creature_kliknik_scout creature_kliknik_worker creature_kliknik_worker creature_kliknik_worker creature_kliknik_worker creature_kliknik creature_kliknik creature_kliknik kliknik_queen lair_kliknik_forest creature 0 ATTACKABLE YAVIN4 creature_kliknik_queen creature_kliknik_defender creature_kliknik_queen_harvester creature_kliknik_hunter creature_kliknik_hatchling creature_kliknik_mantis creature_kliknik_worker creature_kliknik_worker creature_kliknik creature_kliknik creature_kliknik @@ -444,12 +444,12 @@ kliknik_queen_dark lair_kliknik_forest creature 0 ATTACKABLE YAVIN4 creature_kl kobola_assasin objective_power_node npc 0 AGGRESSIVE RORI humanoid_kobola_assassin humanoid_kobola_thief humanoid_kobola_guard humanoid_kobola_smuggler humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard kobola_miner_base objective_power_generator npc 0 ATTACKABLE RORI humanoid_kobola_miner humanoid_kobola_pitboss humanoid_kobola_guard humanoid_kobola_smuggler humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard kobola_underboss objective_main_terminal npc 0 ATTACKABLE RORI humanoid_kobola_underboss humanoid_kobola_foreman humanoid_kobola_guard humanoid_kobola_smuggler humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard humanoid_kobola_guard -korga_battlelord endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_korga_battlelord humanoid_korga_ancient humanoid_korga_adept humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger -korga_chief endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_korga_chieftan humanoid_korga_battlelord humanoid_korga_cub humanoid_korga_adept humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger -korga_dark_shaman endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_korga_dark_shaman humanoid_korga_bewitching_dark_shaman humanoid_korga_eerie_spiritmaster humanoid_korga_adept humanoid_korga_tainted_dark_shaman humanoid_korga_tainted_dark_shaman humanoid_korga_tainted_dark_shaman humanoid_korga_tainted_dark_shaman humanoid_korga_tainted_dark_shaman humanoid_korga_tainted_dark_shaman humanoid_korga_tainted_dark_shaman -korga_elder endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_korga_elder humanoid_korga_ancient humanoid_korga_spiritmaster humanoid_korga_spiritmaster_gnarled humanoid_korga_spooky_spiritmaster humanoid_korga_spooky_spiritmaster humanoid_korga_spooky_spiritmaster humanoid_korga_spooky_spiritmaster humanoid_korga_spooky_spiritmaster humanoid_korga_spooky_spiritmaster humanoid_korga_spooky_spiritmaster -korga_laborer endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_korga_laborer humanoid_korga_laborer_foul humanoid_korga_adept humanoid_korga_adept humanoid_korga_adept humanoid_korga_adept humanoid_korga_adept humanoid_korga_adept humanoid_korga_adept humanoid_korga_adept humanoid_korga_adept -korga_scout endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_korga_scout humanoid_korga_beguiling_scout humanoid_korga_enraged humanoid_korga_frenzied humanoid_korga_tricky_scout humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger +korga_battlelord endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_korga_battlelord humanoid_korga_ancient humanoid_korga_adept humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger +korga_chief endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_korga_chieftan humanoid_korga_battlelord humanoid_korga_cub humanoid_korga_adept humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger +korga_dark_shaman endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_korga_dark_shaman humanoid_korga_bewitching_dark_shaman humanoid_korga_eerie_spiritmaster humanoid_korga_adept humanoid_korga_tainted_dark_shaman humanoid_korga_tainted_dark_shaman humanoid_korga_tainted_dark_shaman humanoid_korga_tainted_dark_shaman humanoid_korga_tainted_dark_shaman humanoid_korga_tainted_dark_shaman humanoid_korga_tainted_dark_shaman +korga_elder endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_korga_elder humanoid_korga_ancient humanoid_korga_spiritmaster humanoid_korga_spiritmaster_gnarled humanoid_korga_spooky_spiritmaster humanoid_korga_spooky_spiritmaster humanoid_korga_spooky_spiritmaster humanoid_korga_spooky_spiritmaster humanoid_korga_spooky_spiritmaster humanoid_korga_spooky_spiritmaster humanoid_korga_spooky_spiritmaster +korga_laborer endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_korga_laborer humanoid_korga_laborer_foul humanoid_korga_adept humanoid_korga_adept humanoid_korga_adept humanoid_korga_adept humanoid_korga_adept humanoid_korga_adept humanoid_korga_adept humanoid_korga_adept humanoid_korga_adept +korga_scout endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_korga_scout humanoid_korga_beguiling_scout humanoid_korga_enraged humanoid_korga_frenzied humanoid_korga_tricky_scout humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger humanoid_korga_twisted_scavenger krahbu lair_krahbu creature 0 ATTACKABLE CORELLIA creature_krahbu creature_krahbu creature_krahbu creature_krahbu creature_krahbu creature_krahbu creature_krahbu creature_krahbu creature_krahbu creature_krahbu creature_krahbu krahbu_violent lair_krahbu_grassland creature 0 ATTACKABLE CORELLIA creature_krahbu_violent creature_krahbu_domestic creature_krahbu creature_krahbu creature_krahbu creature_krahbu creature_krahbu creature_krahbu creature_krahbu creature_krahbu creature_krahbu krayt_dragon_adolescent lair_krayt_dragon_wasteland creature 82 AGGRESSIVE TATOOINE creature_krayt_dragon_adolescent - - - - - - - - - - @@ -466,11 +466,11 @@ krevol_horned lair_horned_krevol creature 0 ATTACKABLE CORELLIA creature_krevol krevol_horned_desert lair_horned_krevol_desert creature 0 ATTACKABLE CORELLIA creature_krevol_queen_poisonous creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned krevol_knotted lair_horned_krevol creature 0 ATTACKABLE NABOO creature_krevol_knotted creature_krevol_scorched creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned krevol_mountain lair_horned_krevol_forest creature 0 ATTACKABLE CORELLIA;NABOO creature_krevol_mountain creature_krevol_spiked creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned creature_krevol_horned -kunga_hunter dantooine_kunga_large1;:dantooine_kunga_large2;dantooine_kunga_medium1;dantooine_kunga_medium2;dantooine_kunga_small1;dantooine_kunga_small2 npc 0 AGGRESSIVE DANTOOINE humanoid_kunga_hunter humanoid_kunga_harvester humanoid_kunga_herbalist humanoid_kunga_herbalist humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout -kunga_leader dantooine_kunga_large1;:dantooine_kunga_large2;dantooine_kunga_medium1;dantooine_kunga_medium2;dantooine_kunga_small1;dantooine_kunga_small2 npc 0 ATTACKABLE DANTOOINE humanoid_kunga_clan_leader humanoid_kunga_tribesman humanoid_kunga_clan_primalist humanoid_kunga_hunter humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout -kunga_rockshaper dantooine_kunga_large1;:dantooine_kunga_large2;dantooine_kunga_medium1;dantooine_kunga_medium2;dantooine_kunga_small1;dantooine_kunga_small2 npc 0 ATTACKABLE DANTOOINE humanoid_kunga_rockshaper humanoid_kunga_loreweaver humanoid_kunga_soothsayer humanoid_kunga_hunter humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout -kunga_scout dantooine_kunga_large1;:dantooine_kunga_large2;dantooine_kunga_medium1;dantooine_kunga_medium2;dantooine_kunga_small1;dantooine_kunga_small2 npc 0 ATTACKABLE DANTOOINE humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_hunter humanoid_kunga_hunter humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout -kunga_warrior dantooine_kunga_large1;:dantooine_kunga_large2;dantooine_kunga_medium1;dantooine_kunga_medium2;dantooine_kunga_small1;dantooine_kunga_small2 npc 0 AGGRESSIVE DANTOOINE humanoid_kunga_warrior humanoid_kunga_shaman humanoid_kunga_scout humanoid_kunga_hunter humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout +kunga_hunter dantooine_kunga_large1;:dantooine_kunga_large2;dantooine_kunga_medium1;dantooine_kunga_medium2;dantooine_kunga_small1;dantooine_kunga_small2 objective_power_node npc 0 AGGRESSIVE DANTOOINE humanoid_kunga_hunter humanoid_kunga_harvester humanoid_kunga_herbalist humanoid_kunga_herbalist humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout +kunga_leader dantooine_kunga_large1;:dantooine_kunga_large2;dantooine_kunga_medium1;dantooine_kunga_medium2;dantooine_kunga_small1;dantooine_kunga_small2 objective_power_node npc 0 ATTACKABLE DANTOOINE humanoid_kunga_clan_leader humanoid_kunga_tribesman humanoid_kunga_clan_primalist humanoid_kunga_hunter humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout +kunga_rockshaper dantooine_kunga_large1;:dantooine_kunga_large2;dantooine_kunga_medium1;dantooine_kunga_medium2;dantooine_kunga_small1;dantooine_kunga_small2 objective_power_node npc 0 ATTACKABLE DANTOOINE humanoid_kunga_rockshaper humanoid_kunga_loreweaver humanoid_kunga_soothsayer humanoid_kunga_hunter humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout +kunga_scout dantooine_kunga_large1;:dantooine_kunga_large2;dantooine_kunga_medium1;dantooine_kunga_medium2;dantooine_kunga_small1;dantooine_kunga_small2 objective_power_node npc 0 ATTACKABLE DANTOOINE humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_hunter humanoid_kunga_hunter humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout +kunga_warrior dantooine_kunga_large1;:dantooine_kunga_large2;dantooine_kunga_medium1;dantooine_kunga_medium2;dantooine_kunga_small1;dantooine_kunga_small2 objective_power_node npc 0 AGGRESSIVE DANTOOINE humanoid_kunga_warrior humanoid_kunga_shaman humanoid_kunga_scout humanoid_kunga_hunter humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout humanoid_kunga_scout kusak lair_kusak creature 0 AGGRESSIVE LOK creature_kusak creature_kusak_mauler creature_kusak_pup creature_kusak_pup creature_kusak creature_kusak_pup creature_kusak_pup creature_kusak_pup creature_kusak_pup creature_kusak_pup creature_kusak_pup kusak_wasteland lair_kusak_wasteland creature 0 AGGRESSIVE LOK creature_kusak_ferocious creature_kusak_hunter creature_kusak_stalker creature_kusak creature_kusak creature_kusak_pup creature_kusak_pup creature_kusak_pup creature_kusak_pup creature_kusak_pup creature_kusak_pup kwi lair_kwi creature 0 ATTACKABLE DATHOMIR creature_kwi_enhanced creature_kwi creature_kwi creature_kwi_female creature_kwi_injured creature_kwi_rhoa creature_kwi_rhoa creature_kwi_rhoa creature_kwi_rhoa creature_kwi_rhoa creature_kwi_rhoa @@ -485,17 +485,17 @@ lantern_bird_aged lair_lantern_bird_forest creature 0 ATTACKABLE ENDOR creature lantern_bird_gleaming lair_lantern_bird_forest creature 0 ATTACKABLE ENDOR creature_lantern_bird_gleaming creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird lantern_bird_radiant lair_lantern_bird_forest creature 0 ATTACKABLE ENDOR creature_lantern_bird_radiant creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird lantern_bird_shimmering lair_lantern_bird_forest creature 0 ATTACKABLE ENDOR creature_lantern_bird_shimmering creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird creature_lantern_bird -liberation_activist tatooine_factory_liberation npc 0 AGGRESSIVE TALUS humanoid_liberation_activist humanoid_liberation_loyalist humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer -liberation_fanatic tatooine_factory_liberation npc 0 AGGRESSIVE TALUS humanoid_liberation_fanatic humanoid_liberation_fanatic humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer -liberation_loyalist tatooine_factory_liberation npc 0 AGGRESSIVE TALUS humanoid_liberation_loyalist humanoid_liberation_loyalist humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer -liberation_partisan tatooine_factory_liberation npc 0 AGGRESSIVE TALUS humanoid_liberation_patriot humanoid_liberation_fanatic humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer -liberation_patriot tatooine_factory_liberation npc 0 AGGRESSIVE TALUS humanoid_liberation_reactionist humanoid_liberation_loyalist humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer -liberation_reactionist tatooine_factory_liberation npc 0 AGGRESSIVE TALUS humanoid_liberation_reactionist humanoid_liberation_fanatic humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer +liberation_activist tatooine_factory_liberation objective_power_node npc 0 AGGRESSIVE TALUS humanoid_liberation_activist humanoid_liberation_loyalist humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer +liberation_fanatic tatooine_factory_liberation objective_power_node npc 0 AGGRESSIVE TALUS humanoid_liberation_fanatic humanoid_liberation_fanatic humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer +liberation_loyalist tatooine_factory_liberation objective_power_node npc 0 AGGRESSIVE TALUS humanoid_liberation_loyalist humanoid_liberation_loyalist humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer +liberation_partisan tatooine_factory_liberation objective_power_node npc 0 AGGRESSIVE TALUS humanoid_liberation_patriot humanoid_liberation_fanatic humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer +liberation_patriot tatooine_factory_liberation objective_power_node npc 0 AGGRESSIVE TALUS humanoid_liberation_reactionist humanoid_liberation_loyalist humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer +liberation_reactionist tatooine_factory_liberation objective_power_node npc 0 AGGRESSIVE TALUS humanoid_liberation_reactionist humanoid_liberation_fanatic humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer humanoid_liberation_volunteer lizard_dune lair_dune_lizard creature 0 ATTACKABLE TATOOINE creature_lizard_dune creature_lizard_dune_sustained creature_lizard_dune creature_lizard_dune creature_lizard_dune creature_lizard_dune creature_lizard_dune creature_lizard_dune creature_lizard_dune creature_lizard_dune creature_lizard_dune lizard_dune_elite lair_dune_lizard_desert creature 0 ATTACKABLE TATOOINE creature_lizard_dune_elite creature_lizard_dune_sustained creature_lizard_dune creature_lizard_dune creature_lizard_dune creature_lizard_dune creature_lizard_dune creature_lizard_dune creature_lizard_dune creature_lizard_dune creature_lizard_dune -lord_nyax_disciple corellia_nyax_large2 npc 0 AGGRESSIVE CORELLIA humanoid_lord_nyax_disciple humanoid_lord_nyax_fiend humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant -lord_nyax_fanatic corellia_nyax_large2 npc 0 AGGRESSIVE CORELLIA humanoid_lord_nyax_fanatic humanoid_lord_nyax_zealot humanoid_lord_nyax_minion humanoid_lord_nyax_minion humanoid_lord_nyax_minion humanoid_lord_nyax_minion humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant -lord_nyax_visionary corellia_nyax_large2 npc 0 AGGRESSIVE CORELLIA humanoid_lord_nyax_visionary humanoid_lord_nyax_zealot humanoid_lord_nyax_minion humanoid_lord_nyax_minion humanoid_lord_nyax_minion humanoid_lord_nyax_minion humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant +lord_nyax_disciple corellia_nyax_large2 objective_power_node npc 0 AGGRESSIVE CORELLIA humanoid_lord_nyax_disciple humanoid_lord_nyax_fiend humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant +lord_nyax_fanatic corellia_nyax_large2 objective_power_node npc 0 AGGRESSIVE CORELLIA humanoid_lord_nyax_fanatic humanoid_lord_nyax_zealot humanoid_lord_nyax_minion humanoid_lord_nyax_minion humanoid_lord_nyax_minion humanoid_lord_nyax_minion humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant +lord_nyax_visionary corellia_nyax_large2 objective_power_node npc 0 AGGRESSIVE CORELLIA humanoid_lord_nyax_visionary humanoid_lord_nyax_zealot humanoid_lord_nyax_minion humanoid_lord_nyax_minion humanoid_lord_nyax_minion humanoid_lord_nyax_minion humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant humanoid_lord_nyax_servant lost_aqualish_captain objective_power_generator npc 0 AGGRESSIVE TALUS humanoid_lost_aqualish_captain humanoid_lost_aqualish_warrior humanoid_lost_aqualish_soldier humanoid_lost_aqualish_soldier humanoid_lost_aqualish_soldier humanoid_lost_aqualish_soldier humanoid_lost_aqualish_soldier humanoid_lost_aqualish_soldier humanoid_lost_aqualish_soldier humanoid_lost_aqualish_soldier humanoid_lost_aqualish_soldier lost_aqualish_commando objective_power_node npc 0 AGGRESSIVE TALUS humanoid_lost_aqualish_commando humanoid_lost_aqualish_bomber humanoid_lost_aqualish_marksman humanoid_lost_aqualish_soldier humanoid_lost_aqualish_marksman humanoid_lost_aqualish_scout humanoid_lost_aqualish_scout humanoid_lost_aqualish_scout humanoid_lost_aqualish_scout humanoid_lost_aqualish_scout humanoid_lost_aqualish_scout lost_aqualish_infiltrator objective_main_terminal npc 0 AGGRESSIVE TALUS humanoid_lost_aqualish_infiltrator humanoid_lost_aqualish_bomber humanoid_lost_aqualish_marksman humanoid_lost_aqualish_soldier humanoid_lost_aqualish_marksman humanoid_lost_aqualish_scout humanoid_lost_aqualish_scout humanoid_lost_aqualish_scout humanoid_lost_aqualish_scout humanoid_lost_aqualish_scout humanoid_lost_aqualish_scout @@ -516,15 +516,15 @@ mantigrue_hunter lair_nest_large creature 0 AGGRESSIVE ENDOR creature_mantigrue mantigrue_night_stalker lair_nest_large creature 0 ATTACKABLE ENDOR creature_mantigrue_night_stalker creature_mantigrue_insane_berserker creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter mantigrue_reaper lair_nest_large creature 0 ATTACKABLE ENDOR creature_mantigrue_reaper creature_mantigrue_insane_berserker creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter mantigrue_screecher lair_nest_large creature 0 ATTACKABLE ENDOR creature_mantigrue_screecher creature_mantigrue_insane_berserker creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter creature_mantigrue_hunter -marauder endor_marauder_small1;endor_marauder_small2;endor_marauder_small3;endor_marauder_small4;endor_marauder_medium;endor_marauder_medium2;endor_marauder_large1;endor_marauder_large2;endor_marauder_large3 npc 0 ATTACKABLE ENDOR humanoid_marauder humanoid_marauder_berserk humanoid_marauder_feral humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder -marauder_blood_crazed_plains endor_marauder_small1;endor_marauder_small2;endor_marauder_small3;endor_marauder_small4;endor_marauder_medium;endor_marauder_medium2;endor_marauder_large1;endor_marauder_large2;endor_marauder_large3 npc 0 AGGRESSIVE ENDOR humanoid_marauder_blood_crazed_plains humanoid_marauder_berserk humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder -marauder_frenzied endor_marauder_small1;endor_marauder_small2;endor_marauder_small3;endor_marauder_small4;endor_marauder_medium;endor_marauder_medium2;endor_marauder_large1;endor_marauder_large2;endor_marauder_large3 npc 0 ATTACKABLE ENDOR humanoid_marauder_frenzied humanoid_marauder_berserk humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder -marauder_wasteland endor_marauder_small1;endor_marauder_small2;endor_marauder_small3;endor_marauder_small4;endor_marauder_medium;endor_marauder_medium2;endor_marauder_large1;endor_marauder_large2;endor_marauder_large3 npc 0 ATTACKABLE ENDOR humanoid_marauder_grassland_blood humanoid_marauder_berserk humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder -mauler naboo_mauler_large1;naboo_mauler_large2 npc 0 AGGRESSIVE NABOO humanoid_mauler humanoid_mauler_disciple humanoid_mauler_acolyte humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder -mauler_champion naboo_mauler_large1;naboo_mauler_large2;naboo_mauler_medium npc 0 AGGRESSIVE NABOO humanoid_mauler_champion humanoid_mauler_apprentice humanoid_mauler_acolyte humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard -mauler_lord naboo_mauler_medium;naboo_mauler_large1;naboo_mauler_large2 npc 0 AGGRESSIVE RORI humanoid_mauler_lord humanoid_mauler_shadowstalker humanoid_mauler_strongman humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard -mauler_master naboo_mauler_medium npc 0 AGGRESSIVE NABOO humanoid_mauler_master humanoid_mauler_gore_master humanoid_mauler_strongman humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard -mauler_warlord naboo_mauler_medium;naboo_mauler_large1;naboo_mauler_large2 npc 0 AGGRESSIVE RORI humanoid_mauler_warlord humanoid_mauler_mentor humanoid_mauler_beastmaster humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard +marauder endor_marauder_small1;endor_marauder_small2;endor_marauder_small3;endor_marauder_small4;endor_marauder_medium;endor_marauder_medium2;endor_marauder_large1;endor_marauder_large2;endor_marauder_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_marauder humanoid_marauder_berserk humanoid_marauder_feral humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder +marauder_blood_crazed_plains endor_marauder_small1;endor_marauder_small2;endor_marauder_small3;endor_marauder_small4;endor_marauder_medium;endor_marauder_medium2;endor_marauder_large1;endor_marauder_large2;endor_marauder_large3 objective_power_node npc 0 AGGRESSIVE ENDOR humanoid_marauder_blood_crazed_plains humanoid_marauder_berserk humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder +marauder_frenzied endor_marauder_small1;endor_marauder_small2;endor_marauder_small3;endor_marauder_small4;endor_marauder_medium;endor_marauder_medium2;endor_marauder_large1;endor_marauder_large2;endor_marauder_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_marauder_frenzied humanoid_marauder_berserk humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder +marauder_wasteland endor_marauder_small1;endor_marauder_small2;endor_marauder_small3;endor_marauder_small4;endor_marauder_medium;endor_marauder_medium2;endor_marauder_large1;endor_marauder_large2;endor_marauder_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_marauder_grassland_blood humanoid_marauder_berserk humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder +mauler naboo_mauler_large1;naboo_mauler_large2 objective_power_node npc 0 AGGRESSIVE NABOO humanoid_mauler humanoid_mauler_disciple humanoid_mauler_acolyte humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder humanoid_marauder +mauler_champion naboo_mauler_large1;naboo_mauler_large2;naboo_mauler_medium objective_power_node npc 0 AGGRESSIVE NABOO humanoid_mauler_champion humanoid_mauler_apprentice humanoid_mauler_acolyte humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard +mauler_lord naboo_mauler_medium;naboo_mauler_large1;naboo_mauler_large2 objective_power_node npc 0 AGGRESSIVE RORI humanoid_mauler_lord humanoid_mauler_shadowstalker humanoid_mauler_strongman humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard +mauler_master naboo_mauler_medium objective_power_node npc 0 AGGRESSIVE NABOO humanoid_mauler_master humanoid_mauler_gore_master humanoid_mauler_strongman humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard +mauler_warlord naboo_mauler_medium;naboo_mauler_large1;naboo_mauler_large2 objective_power_node npc 0 AGGRESSIVE RORI humanoid_mauler_warlord humanoid_mauler_mentor humanoid_mauler_beastmaster humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard humanoid_mauler_guard mawgax_male lair_mawgax_grassland creature 0 ATTACKABLE YAVIN4 creature_mawgax_male creature_mawgax_male creature_mawgax_male creature_mawgax_male creature_mawgax_male creature_mawgax_male creature_mawgax_male creature_mawgax_male creature_mawgax_male creature_mawgax_male creature_mawgax_male mercenary_leader objective_main_terminal npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_mercenary_leader humanoid_mercenary_elite humanoid_mercenary_destroyer humanoid_mercenary_messenger humanoid_mercenary_messenger humanoid_mercenary_messenger humanoid_mercenary_messenger humanoid_mercenary_messenger humanoid_mercenary_messenger humanoid_mercenary_messenger humanoid_mercenary_messenger mercenary_warlord objective_main_terminal npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_mercenary_warlord humanoid_mercenary_commander humanoid_mercenary_destroyer humanoid_mercenary_destroyer humanoid_mercenary_destroyer humanoid_mercenary_destroyer humanoid_mercenary_destroyer humanoid_mercenary_destroyer humanoid_mercenary_destroyer humanoid_mercenary_destroyer humanoid_mercenary_destroyer @@ -558,35 +558,35 @@ mite_shear_reclusive lair_shear_mite_forest creature 0 AGGRESSIVE DATHOMIR crea mite_tanc_warrior lair_tanc_mite_mountain creature 0 AGGRESSIVE YAVIN4 creature_mite_tanc_warrior creature_mite_giant_tanc creature_mite_tanc_deadly creature_mite_tanc_puny creature_mite_tanc creature_mite_tanc creature_mite_tanc creature_mite_tanc creature_mite_tanc creature_mite_tanc creature_mite_tanc mite_wood lair_tanc_mite_mountain creature 0 ATTACKABLE RORI creature_mite_wood_matriarch creature_mite_wood_hatchling_confused creature_mite_wood creature_mite_wood creature_mite_wood creature_mite_wood creature_mite_wood creature_mite_wood creature_mite_wood creature_mite_wood creature_mite_wood mite_wood_swarm lair_tanc_mite_mountain creature 0 ATTACKABLE RORI creature_mite_wood_king_enraged creature_mite_wood_royal_guard creature_mite_wood_hatchling_confused creature_mite_wood creature_mite_wood creature_mite_wood creature_mite_wood creature_mite_wood creature_mite_wood creature_mite_wood creature_mite_wood -mokk dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 npc 0 ATTACKABLE DANTOOINE humanoid_mokk_tribesman humanoid_mokk_hunter humanoid_mokk_shaman humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout -mokk_hunter dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 npc 0 AGGRESSIVE DANTOOINE humanoid_mokk_hunter humanoid_mokk_harvester humanoid_mokk_herbalist humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout -mokk_leader dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 npc 0 ATTACKABLE DANTOOINE humanoid_mokk_clan_leader humanoid_mokk_tribesman humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout -mokk_rockshaper dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 npc 0 ATTACKABLE DANTOOINE humanoid_mokk_rockshaper humanoid_mokk_primalist humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout -mokk_scout dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 npc 0 ATTACKABLE DANTOOINE humanoid_mokk_scout humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout -mokk_shaman dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 npc 0 ATTACKABLE DANTOOINE humanoid_mokk_shaman humanoid_mokk_loreweaver humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout -mokk_soothsayer dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 npc 0 ATTACKABLE DANTOOINE humanoid_mokk_soothsayer humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout -mokk_warrior dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 npc 0 AGGRESSIVE DANTOOINE humanoid_mokk_warrior humanoid_mokk_hunter humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout -monumenter_smuggler corellia_monumenter_large1;corellia_monumenter_large2;corellia_monumenter_large3 npc 0 ATTACKABLE CORELLIA humanoid_monumenter_smuggler humanoid_monumenter_marauder humanoid_monumenter_bandit humanoid_monumenter_poacher humanoid_monumenter_poacher humanoid_monumenter_poacher humanoid_monumenter_poacher humanoid_monumenter_poacher humanoid_monumenter_poacher humanoid_monumenter_poacher humanoid_monumenter_poacher +mokk dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 objective_power_node npc 0 ATTACKABLE DANTOOINE humanoid_mokk_tribesman humanoid_mokk_hunter humanoid_mokk_shaman humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout +mokk_hunter dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 objective_power_node npc 0 AGGRESSIVE DANTOOINE humanoid_mokk_hunter humanoid_mokk_harvester humanoid_mokk_herbalist humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout +mokk_leader dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 objective_power_node npc 0 ATTACKABLE DANTOOINE humanoid_mokk_clan_leader humanoid_mokk_tribesman humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout +mokk_rockshaper dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 objective_power_node npc 0 ATTACKABLE DANTOOINE humanoid_mokk_rockshaper humanoid_mokk_primalist humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout +mokk_scout dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 objective_power_node npc 0 ATTACKABLE DANTOOINE humanoid_mokk_scout humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout +mokk_shaman dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 objective_power_node npc 0 ATTACKABLE DANTOOINE humanoid_mokk_shaman humanoid_mokk_loreweaver humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout +mokk_soothsayer dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 objective_power_node npc 0 ATTACKABLE DANTOOINE humanoid_mokk_soothsayer humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout +mokk_warrior dantooine_mokk_large1;dantooine_mokk_large2;dantooine_mokk_medium1;dantooine_mokk_medium2;dantooine_mokk_small1;dantooine_mokk_small2 objective_power_node npc 0 AGGRESSIVE DANTOOINE humanoid_mokk_warrior humanoid_mokk_hunter humanoid_mokk_warrior humanoid_mokk_warrior humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout humanoid_mokk_scout +monumenter_smuggler corellia_monumenter_large1;corellia_monumenter_large2;corellia_monumenter_large3 objective_power_node npc 0 ATTACKABLE CORELLIA humanoid_monumenter_smuggler humanoid_monumenter_marauder humanoid_monumenter_bandit humanoid_monumenter_poacher humanoid_monumenter_poacher humanoid_monumenter_poacher humanoid_monumenter_poacher humanoid_monumenter_poacher humanoid_monumenter_poacher humanoid_monumenter_poacher humanoid_monumenter_poacher mos_eisley_police_squad objective_banner_tatooine npc 0 ATTACKABLE TATOOINE humanoid_mos_eisley_police_lieutenant humanoid_mos_eisley_police_sergeant humanoid_mos_eisley_police_officer humanoid_mos_eisley_police_officer humanoid_mos_eisley_police_officer humanoid_mos_eisley_police_officer humanoid_mos_eisley_police_officer humanoid_mos_eisley_police_officer humanoid_mos_eisley_police_officer humanoid_mos_eisley_police_officer humanoid_mos_eisley_police_officer mott lair_mott creature 0 ATTACKABLE NABOO creature_mott_bull creature_mott_rabid_strong creature_mott_rabid creature_mott creature_mott_calf creature_mott_domesticated creature_mott_domesticated creature_mott_domesticated creature_mott_domesticated creature_mott_domesticated creature_mott_domesticated -mtn_clan_arch_witch_squad dathomir_singingmtnclan_small1 npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_arch_witch humanoid_smtn_guardian humanoid_smtn_slave humanoid_smtn_scout humanoid_smtn_sentry humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate -mtn_clan_councilwoman_escort dathomir_singingmtnclan_small1 npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_councilwoman humanoid_smtn_guardian humanoid_smtn_slave humanoid_smtn_scout humanoid_smtn_sentry humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate -mtn_clan_dragoon_squad dathomir_singingmtnclan_small1 npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_dragoon humanoid_smtn_guardian humanoid_smtn_slave humanoid_smtn_scout humanoid_smtn_sentry humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate -mtn_clan_huntress_squad dathomir_singingmtnclan_small1 npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_huntress humanoid_smtn_guardian humanoid_smtn_slave humanoid_smtn_scout humanoid_smtn_sentry humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate -mtn_clan_initiate dathomir_singingmtnclan_small1 npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_initiate humanoid_smtn_scout humanoid_smtn_slave humanoid_smtn_initiate humanoid_smtn_sentry humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate -mtn_clan_outcast dathomir_singingmtnclan_small1 npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_outcast humanoid_smtn_guardian humanoid_smtn_slave humanoid_smtn_scout humanoid_smtn_sentry humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate -mtn_clan_rancor_tamer dathomir_singingmtnclan_small1 npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_rancor_tamer humanoid_smtn_guardian humanoid_smtn_slave humanoid_smtn_scout humanoid_smtn_sentry humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate -mtn_clan_slave_escaped dathomir_singingmtnclan_small1 npc 0 ATTACKABLE DATHOMIR humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped +mtn_clan_arch_witch_squad dathomir_singingmtnclan_small1 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_arch_witch humanoid_smtn_guardian humanoid_smtn_slave humanoid_smtn_scout humanoid_smtn_sentry humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate +mtn_clan_councilwoman_escort dathomir_singingmtnclan_small1 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_councilwoman humanoid_smtn_guardian humanoid_smtn_slave humanoid_smtn_scout humanoid_smtn_sentry humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate +mtn_clan_dragoon_squad dathomir_singingmtnclan_small1 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_dragoon humanoid_smtn_guardian humanoid_smtn_slave humanoid_smtn_scout humanoid_smtn_sentry humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate +mtn_clan_huntress_squad dathomir_singingmtnclan_small1 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_huntress humanoid_smtn_guardian humanoid_smtn_slave humanoid_smtn_scout humanoid_smtn_sentry humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate +mtn_clan_initiate dathomir_singingmtnclan_small1 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_initiate humanoid_smtn_scout humanoid_smtn_slave humanoid_smtn_initiate humanoid_smtn_sentry humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate +mtn_clan_outcast dathomir_singingmtnclan_small1 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_outcast humanoid_smtn_guardian humanoid_smtn_slave humanoid_smtn_scout humanoid_smtn_sentry humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate +mtn_clan_rancor_tamer dathomir_singingmtnclan_small1 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_rancor_tamer humanoid_smtn_guardian humanoid_smtn_slave humanoid_smtn_scout humanoid_smtn_sentry humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate humanoid_smtn_initiate +mtn_clan_slave_escaped dathomir_singingmtnclan_small1 objective_power_node npc 0 ATTACKABLE DATHOMIR humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped humanoid_singing_mtn_clan_slave_escaped mummer_captain objective_main_terminal npc 0 AGGRESSIVE NABOO humanoid_mummer_captain humanoid_mummer_guard humanoid_mummer_scout humanoid_mummer_thug humanoid_mummer_ruffian humanoid_mummer_punk humanoid_mummer_punk humanoid_mummer_punk humanoid_mummer_punk humanoid_mummer_punk humanoid_mummer_punk mummer_officer objective_main_terminal npc 0 AGGRESSIVE NABOO humanoid_mummer_officer humanoid_mummer_guard humanoid_mummer_scout humanoid_mummer_thug humanoid_mummer_ruffian humanoid_mummer_punk humanoid_mummer_punk humanoid_mummer_punk humanoid_mummer_punk humanoid_mummer_punk humanoid_mummer_punk murra lair_murra_mountain creature 0 ATTACKABLE CORELLIA creature_murra creature_murra_blanca creature_murra creature_murra creature_murra creature_murra creature_murra creature_murra creature_murra creature_murra creature_murra murra_forest lair_murra_grassland creature 0 ATTACKABLE CORELLIA creature_murra_forest creature_murra_blanca creature_murra creature_murra creature_murra creature_murra creature_murra creature_murra creature_murra creature_murra creature_murra murra_mountain lair_murra_mountain creature 0 ATTACKABLE CORELLIA creature_murra_mountain creature_murra_blanca creature_murra creature_murra creature_murra creature_murra creature_murra creature_murra creature_murra creature_murra creature_murra -muskeg naboo_mvillager_medium;naboo_mvillager_large1;naboo_mvillager_large2 npc 0 ATTACKABLE NABOO humanoid_naboo_muskeg_extremist humanoid_naboo_muskeg_fanatic humanoid_naboo_muskeg_anarchist humanoid_naboo_muskeg_radical humanoid_naboo_muskeg_reactionary humanoid_naboo_muskeg_zealot humanoid_naboo_muskeg_zealot humanoid_naboo_muskeg_zealot humanoid_naboo_muskeg_zealot humanoid_naboo_muskeg_zealot humanoid_naboo_muskeg_zealot -mvillager naboo_mvillager_medium;naboo_mvillager_large1;naboo_mvillager_large2 npc 0 ATTACKABLE NABOO humanoid_spice_collective_workchief humanoid_spice_collective_eliteguard humanoid_spice_collective_heavyguard humanoid_spice_collective_foreman humanoid_spice_collective_miner humanoid_spice_collective_sentry humanoid_spice_collective_sentry humanoid_spice_collective_sentry humanoid_spice_collective_sentry humanoid_spice_collective_sentry humanoid_spice_collective_sentry +muskeg naboo_mvillager_medium;naboo_mvillager_large1;naboo_mvillager_large2 objective_power_node npc 0 ATTACKABLE NABOO humanoid_naboo_muskeg_extremist humanoid_naboo_muskeg_fanatic humanoid_naboo_muskeg_anarchist humanoid_naboo_muskeg_radical humanoid_naboo_muskeg_reactionary humanoid_naboo_muskeg_zealot humanoid_naboo_muskeg_zealot humanoid_naboo_muskeg_zealot humanoid_naboo_muskeg_zealot humanoid_naboo_muskeg_zealot humanoid_naboo_muskeg_zealot +mvillager naboo_mvillager_medium;naboo_mvillager_large1;naboo_mvillager_large2 objective_power_node npc 0 ATTACKABLE NABOO humanoid_spice_collective_workchief humanoid_spice_collective_eliteguard humanoid_spice_collective_heavyguard humanoid_spice_collective_foreman humanoid_spice_collective_miner humanoid_spice_collective_sentry humanoid_spice_collective_sentry humanoid_spice_collective_sentry humanoid_spice_collective_sentry humanoid_spice_collective_sentry humanoid_spice_collective_sentry mynock lair_mynock creature 0 ATTACKABLE LOK;TATOOINE creature_mynock_greater_tatooinian creature_mynock_riverside_sulfur creature_mynock_lowland_salt creature_mynock_salt creature_mynock_sulfur_pool creature_mynock_tatooine creature_mynock_tatooine creature_mynock_tatooine creature_mynock_tatooine creature_mynock_tatooine creature_mynock_tatooine naboo_dread_pirate objective_power_node npc 0 AGGRESSIVE NABOO humanoid_naboo_dread_pirate humanoid_naboo_gunrunner humanoid_naboo_dissident humanoid_naboo_dread_pirate humanoid_naboo_dread_pirate humanoid_naboo_dread_pirate humanoid_naboo_dread_pirate humanoid_naboo_dread_pirate humanoid_naboo_dread_pirate humanoid_naboo_dread_pirate humanoid_naboo_dread_pirate -naboo_pirate naboo_mvillager_medium;naboo_mvillager_large1;naboo_mvillager_large2 npc 0 ATTACKABLE NABOO humanoid_naboo_pirate_lieutenant humanoid_naboo_pirate_cutthroat humanoid_naboo_pirate_armsman humanoid_naboo_pirate_butcher humanoid_naboo_pirate_crewman humanoid_naboo_pirate_savage humanoid_naboo_pirate_raider humanoid_naboo_pirate_raider humanoid_naboo_pirate_raider humanoid_naboo_pirate_raider humanoid_naboo_pirate_raider +naboo_pirate naboo_mvillager_medium;naboo_mvillager_large1;naboo_mvillager_large2 objective_power_node npc 0 ATTACKABLE NABOO humanoid_naboo_pirate_lieutenant humanoid_naboo_pirate_cutthroat humanoid_naboo_pirate_armsman humanoid_naboo_pirate_butcher humanoid_naboo_pirate_crewman humanoid_naboo_pirate_savage humanoid_naboo_pirate_raider humanoid_naboo_pirate_raider humanoid_naboo_pirate_raider humanoid_naboo_pirate_raider humanoid_naboo_pirate_raider naboo_skaak_tipper objective_power_node npc 0 AGGRESSIVE NABOO humanoid_naboo_skaak_tipper_vanguard humanoid_naboo_skaak_tipper_crasher humanoid_naboo_skaak_tipper_maniac humanoid_naboo_skaak_tipper_thug humanoid_naboo_skaak_tipper_raider humanoid_naboo_skaak_tipper_raider humanoid_naboo_skaak_tipper_raider humanoid_naboo_skaak_tipper_raider humanoid_naboo_skaak_tipper_raider humanoid_naboo_skaak_tipper_raider humanoid_naboo_skaak_tipper_raider narglatch lair_narglatch creature 0 ATTACKABLE NABOO creature_narglatch_protector creature_narglatch_guardian creature_narglatch_hunter creature_narglatch_rabid creature_narglatch creature_narglatch_cub creature_narglatch_cub creature_narglatch_cub creature_narglatch_cub creature_narglatch_cub creature_narglatch_cub narglatch_cracktooth lair_narglatch_swamp creature 0 ATTACKABLE NABOO creature_narglatch_cracktooth creature_narglatch_guardian creature_narglatch_scavenger creature_narglatch_sick creature_narglatch creature_narglatch_cub creature_narglatch_cub creature_narglatch_cub creature_narglatch_cub creature_narglatch_cub creature_narglatch_cub @@ -602,16 +602,16 @@ neo_cobral_mugger objective_power_node npc 0 AGGRESSIVE RORI humanoid_neo_mugge neo_cobral_overlord objective_main_terminal npc 0 AGGRESSIVE RORI humanoid_neo_overlord humanoid_neo_hitman humanoid_neo_bandit humanoid_neo_thug humanoid_neo_hitman humanoid_neo_hitman humanoid_neo_hitman humanoid_neo_hitman humanoid_neo_hitman humanoid_neo_hitman humanoid_neo_hitman neo_cobral_runner objective_power_node npc 0 AGGRESSIVE RORI humanoid_neo_runner humanoid_neo_hooligan humanoid_neo_bandit humanoid_neo_thug humanoid_neo_hitman humanoid_neo_hitman humanoid_neo_hitman humanoid_neo_hitman humanoid_neo_hitman humanoid_neo_hitman humanoid_neo_hitman nerf lair_nerf creature 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 creature_nerf creature_nerf creature_nerf creature_nerf creature_nerf creature_nerf creature_nerf creature_nerf creature_nerf creature_nerf creature_nerf -nightsister_elder_enclave dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_elder creature_rancor_nightsister_enraged_bull humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate -nightsister_elder_escort dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_elder creature_rancor_nightsister_enraged_bull humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate -nightsister_outcast dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_outcast humanoid_nightsister_sentinel humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate -nightsister_rancor_tamer dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 npc 0 AGGRESSIVE DATHOMIR creature_rancor_nightsister_bull humanoid_nightsister_rancor_tamer humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate -nightsister_rangers dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_ranger humanoid_nightsister_sentinel humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate -nightsister_sentry dathomir_nightsisterpatrol_large1;dathomir_nightsisterpatrol_large2 npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_sentry humanoid_nightsister_sentinel humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate -nightsister_slave_escaped dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_slave_escaped humanoid_nightsister_sentinel humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate -nightsister_slaver dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_training_slave humanoid_nightsister_sentinel humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate -nightsister_spell_weaver dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 npc 0 AGGRESSIVE DATHOMIR creature_rancor_nightsister_enraged humanoid_nightsister_spell_weaver humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate -nightsister_stalker dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_stalker humanoid_nightsister_sentinel humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate +nightsister_elder_enclave dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_elder creature_rancor_nightsister_enraged_bull humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate +nightsister_elder_escort dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_elder creature_rancor_nightsister_enraged_bull humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate +nightsister_outcast dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_outcast humanoid_nightsister_sentinel humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate +nightsister_rancor_tamer dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 objective_power_node npc 0 AGGRESSIVE DATHOMIR creature_rancor_nightsister_bull humanoid_nightsister_rancor_tamer humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate +nightsister_rangers dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_ranger humanoid_nightsister_sentinel humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate +nightsister_sentry dathomir_nightsisterpatrol_large1;dathomir_nightsisterpatrol_large2 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_sentry humanoid_nightsister_sentinel humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate +nightsister_slave_escaped dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_slave_escaped humanoid_nightsister_sentinel humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate +nightsister_slaver dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_training_slave humanoid_nightsister_sentinel humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate +nightsister_spell_weaver dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 objective_power_node npc 0 AGGRESSIVE DATHOMIR creature_rancor_nightsister_enraged humanoid_nightsister_spell_weaver humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate +nightsister_stalker dathomir_nightsister_medium3;dathomir_nightsister_small1;dathomir_nightsister_small2;dathomir_nightsister_small3dathomir_nightsister_small4;dathomir_nightsister_small5;dathomir_nightsister_small6 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_nightsister_stalker humanoid_nightsister_sentinel humanoid_nightsister_protector humanoid_nightsister_slave humanoid_nightsister_ranger humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate humanoid_nightsister_initiate nightspider lair_thicket_large creature 0 AGGRESSIVE NABOO;RORI creature_nightspider_king_venom creature_nightspider_aggressor creature_nightspider_poison_splitter creature_nightspider_dirtcrawler creature_nightspider creature_nightspider creature_nightspider creature_nightspider creature_nightspider creature_nightspider creature_nightspider nightspider_vineripper lair_thicket_large creature 0 AGGRESSIVE NABOO creature_nightspider_vineripper creature_nightspider_vineshredder creature_nightspider_vinecrawler creature_nightspider_fleshrender creature_nightspider_bloodsipper creature_nightspider creature_nightspider creature_nightspider creature_nightspider creature_nightspider creature_nightspider nomad tatooine_nomad_squatter_large1 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_nomad_chief creature_eopie_domestic humanoid_nomad humanoid_nomad humanoid_nomad humanoid_nomad humanoid_nomad humanoid_nomad humanoid_nomad humanoid_nomad humanoid_nomad @@ -622,12 +622,12 @@ nuna_dwarf lair_dwarf_nuna_forest creature 0 ATTACKABLE NABOO;TATOOINE creature nym objective_power_node npc 0 ATTACKABLE LOK humanoid_nym_surveyor humanoid_nym_bodyguard humanoid_nym_guard humanoid_nym_brawler humanoid_nym_brawler humanoid_nym_brawler humanoid_nym_brawler humanoid_nym_brawler humanoid_nym_brawler humanoid_nym_brawler humanoid_nym_brawler nym_guard objective_power_node npc 0 ATTACKABLE LOK humanoid_nym_guard_elite humanoid_nym_guard_strong humanoid_nym_guard_weak humanoid_nym_guard humanoid_nym_brawler humanoid_nym_destroyer humanoid_nym_brawler humanoid_nym_destroyer humanoid_nym_destroyer humanoid_nym_destroyer humanoid_nym_destroyer nym_patrol objective_power_node npc 0 ATTACKABLE LOK humanoid_nym_patrol_elite humanoid_nym_patrol_strong humanoid_nym_patrol_weak humanoid_nym_guard humanoid_nym_brawler humanoid_nym_destroyer humanoid_nym_brawler humanoid_nym_destroyer humanoid_nym_destroyer humanoid_nym_destroyer humanoid_nym_destroyer -nym_pirate lok_nymshenchman_large3;lok_nymshenchman_large5;lok_nymshenchman_medium;lok_nymshenchman_medium2;lok_nymshenchman_medium3;lok_nymshenchman_medium4; npc 0 AGGRESSIVE LOK humanoid_nym_pirate_elite humanoid_nym_pirate_strong humanoid_nym_pirate_weak humanoid_nym_guard humanoid_nym_brawler humanoid_nym_destroyer humanoid_nym_brawler humanoid_nym_destroyer humanoid_nym_destroyer humanoid_nym_destroyer humanoid_nym_destroyer +nym_pirate lok_nymshenchman_large3;lok_nymshenchman_large5;lok_nymshenchman_medium;lok_nymshenchman_medium2;lok_nymshenchman_medium3;lok_nymshenchman_medium4; objective_power_node npc 0 AGGRESSIVE LOK humanoid_nym_pirate_elite humanoid_nym_pirate_strong humanoid_nym_pirate_weak humanoid_nym_guard humanoid_nym_brawler humanoid_nym_destroyer humanoid_nym_brawler humanoid_nym_destroyer humanoid_nym_destroyer humanoid_nym_destroyer humanoid_nym_destroyer outlaw objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_outlaw humanoid_outlaw humanoid_outlaw humanoid_outlaw humanoid_outlaw humanoid_outlaw humanoid_outlaw humanoid_outlaw humanoid_outlaw humanoid_outlaw humanoid_outlaw -panshee_revered_matriarch endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_panshee_matriarch humanoid_panshee_veteran humanoid_panshee_elder humanoid_panshee_archaic_ritualist humanoid_panshee_worker humanoid_panshee_loremaster humanoid_panshee_worker humanoid_panshee_loremaster humanoid_panshee_loremaster humanoid_panshee_loremaster humanoid_panshee_loremaster -panshee_ritualist endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_panshee_ritualist humanoid_panshee_shaman_gifted humanoid_panshee_warrior humanoid_panshee_competent_ritualist humanoid_panshee_worker_skilled humanoid_panshee_naive_workling humanoid_panshee_worker_skilled humanoid_panshee_naive_workling humanoid_panshee_naive_workling humanoid_panshee_naive_workling humanoid_panshee_naive_workling -panshee_tribesman endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_panshee_tribesman humanoid_panshee_chief humanoid_panshee_elder_worker humanoid_panshee_cub humanoid_panshee_masterful_warrior humanoid_panshee_proficient_worker humanoid_panshee_masterful_warrior humanoid_panshee_proficient_worker humanoid_panshee_proficient_worker humanoid_panshee_proficient_worker humanoid_panshee_proficient_worker -panshee_weathered_shaman endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_panshee_weathered_shaman humanoid_panshee_warrior_hardened humanoid_panshee_adept_shaman humanoid_panshee_shaman humanoid_panshee_wise_ritualist humanoid_panshee_seasoned_warrior humanoid_panshee_wise_ritualist humanoid_panshee_seasoned_warrior humanoid_panshee_seasoned_warrior humanoid_panshee_seasoned_warrior humanoid_panshee_seasoned_warrior +panshee_revered_matriarch endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_panshee_matriarch humanoid_panshee_veteran humanoid_panshee_elder humanoid_panshee_archaic_ritualist humanoid_panshee_worker humanoid_panshee_loremaster humanoid_panshee_worker humanoid_panshee_loremaster humanoid_panshee_loremaster humanoid_panshee_loremaster humanoid_panshee_loremaster +panshee_ritualist endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_panshee_ritualist humanoid_panshee_shaman_gifted humanoid_panshee_warrior humanoid_panshee_competent_ritualist humanoid_panshee_worker_skilled humanoid_panshee_naive_workling humanoid_panshee_worker_skilled humanoid_panshee_naive_workling humanoid_panshee_naive_workling humanoid_panshee_naive_workling humanoid_panshee_naive_workling +panshee_tribesman endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_panshee_tribesman humanoid_panshee_chief humanoid_panshee_elder_worker humanoid_panshee_cub humanoid_panshee_masterful_warrior humanoid_panshee_proficient_worker humanoid_panshee_masterful_warrior humanoid_panshee_proficient_worker humanoid_panshee_proficient_worker humanoid_panshee_proficient_worker humanoid_panshee_proficient_worker +panshee_weathered_shaman endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_panshee_weathered_shaman humanoid_panshee_warrior_hardened humanoid_panshee_adept_shaman humanoid_panshee_shaman humanoid_panshee_wise_ritualist humanoid_panshee_seasoned_warrior humanoid_panshee_wise_ritualist humanoid_panshee_seasoned_warrior humanoid_panshee_seasoned_warrior humanoid_panshee_seasoned_warrior humanoid_panshee_seasoned_warrior panther_sludge lair_corellian_sand_panther creature 0 AGGRESSIVE TALUS creature_panther_sludge_greater creature_panther_sludge_famished creature_panther_sludge_minor creature_panther_sludge_warren creature_panther_sludge creature_panther_sludge creature_panther_sludge creature_panther_sludge creature_panther_sludge creature_panther_sludge creature_panther_sludge paralope_wooded lair_leaf_large creature 0 ATTACKABLE CORELLIA;TALUS creature_paralope_wooded creature_paralope_acicular_defender creature_paralope creature_paralope creature_paralope creature_paralope creature_paralope creature_paralope creature_paralope creature_paralope creature_paralope peko_peko lair_peko_peko creature 0 ATTACKABLE NABOO creature_peko_peko_giant creature_peko_peko creature_peko_peko creature_peko_peko creature_peko_peko creature_peko_peko creature_peko_peko creature_peko_peko creature_peko_peko creature_peko_peko creature_peko_peko @@ -636,19 +636,19 @@ perlek lair_perlek_jungle creature 0 ATTACKABLE LOK creature_perlek_ravager cre pharple lair_pharple_wasteland creature 0 ATTACKABLE LOK creature_pharple_giant creature_pharple_runty creature_pharple creature_pharple creature_pharple creature_pharple creature_pharple creature_pharple creature_pharple creature_pharple creature_pharple piket_longhorn lair_piket_wasteland creature 0 ATTACKABLE DANTOOINE creature_piket_longhorn creature_piket_longhorn_female creature_piket_enraged_defender creature_piket creature_piket creature_piket creature_piket creature_piket creature_piket creature_piket creature_piket piket_plains_walker lair_piket_wasteland creature 0 ATTACKABLE DANTOOINE creature_piket_plainswalker creature_piket_fierce_protector creature_piket_enraged_defender creature_piket creature_piket creature_piket creature_piket creature_piket creature_piket creature_piket creature_piket -pirate lok_pirate_small_1;lok_pirate_small_2;lok_pirate_small_3;lok_pirate_small_4;lok_pirate_small_5;lok_pirate_small_6;lok_pirate_small_7;lok_pirate_small_8;lok_pirate_small_9;lok_pirate_small_10;lok_pirate_small_11;lok_pirate_small_12;lok_pirate_small_13;lok_pirate_medium_1;lok_pirate_medium_2;lok_pirate_medium_3;lok_pirate_medium_4;lok_pirate_medium_5;lok_pirate_medium_6;lok_pirate_medium_7;lok_pirate_medium_8;lok_pirate_medium_9;lok_pirate_medium_10;lok_pirate_medium_11;lok_pirate_medium_12;lok_pirate_medium_13 npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_pirate_leader humanoid_pirate_lieutenant humanoid_pirate humanoid_pirate_privateer humanoid_pirate_armsman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman -pirate_captain lok_pirate_small_1;lok_pirate_small_2;lok_pirate_small_3;lok_pirate_small_4;lok_pirate_small_5;lok_pirate_small_6;lok_pirate_small_7;lok_pirate_small_8;lok_pirate_small_9;lok_pirate_small_10;lok_pirate_small_11;lok_pirate_small_12;lok_pirate_small_13;lok_pirate_medium_1;lok_pirate_medium_2;lok_pirate_medium_3;lok_pirate_medium_4;lok_pirate_medium_5;lok_pirate_medium_6;lok_pirate_medium_7;lok_pirate_medium_8;lok_pirate_medium_9;lok_pirate_medium_10;lok_pirate_medium_11;lok_pirate_medium_12;lok_pirate_medium_13 npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_pirate_captain humanoid_pirate_squab humanoid_pirate humanoid_pirate_privateer humanoid_pirate_armsman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman -pirate_cutthroat lok_pirate_small_1;lok_pirate_small_2;lok_pirate_small_3;lok_pirate_small_4;lok_pirate_small_5;lok_pirate_small_6;lok_pirate_small_7;lok_pirate_small_8;lok_pirate_small_9;lok_pirate_small_10;lok_pirate_small_11;lok_pirate_small_12;lok_pirate_small_13;lok_pirate_medium_1;lok_pirate_medium_2;lok_pirate_medium_3;lok_pirate_medium_4;lok_pirate_medium_5;lok_pirate_medium_6;lok_pirate_medium_7;lok_pirate_medium_8;lok_pirate_medium_9;lok_pirate_medium_10;lok_pirate_medium_11;lok_pirate_medium_12;lok_pirate_medium_13 npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_pirate_cutthroat humanoid_pirate_captain_male humanoid_pirate humanoid_pirate_privateer humanoid_pirate_armsman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman -pirate_tatooine tatooine_village_medium_1 npc 0 AGGRESSIVE TATOOINE humanoid_pirate_cutthroat humanoid_pirate_captain_male humanoid_pirate humanoid_pirate_privateer humanoid_pirate_armsman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman -plague_victim tatooine_plaguevictim_medium;tatooine_plaguevictim_large1;tatooine_plaguevictim_large2 npc 0 ATTACKABLE TATOOINE humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim +pirate lok_pirate_small_1;lok_pirate_small_2;lok_pirate_small_3;lok_pirate_small_4;lok_pirate_small_5;lok_pirate_small_6;lok_pirate_small_7;lok_pirate_small_8;lok_pirate_small_9;lok_pirate_small_10;lok_pirate_small_11;lok_pirate_small_12;lok_pirate_small_13;lok_pirate_medium_1;lok_pirate_medium_2;lok_pirate_medium_3;lok_pirate_medium_4;lok_pirate_medium_5;lok_pirate_medium_6;lok_pirate_medium_7;lok_pirate_medium_8;lok_pirate_medium_9;lok_pirate_medium_10;lok_pirate_medium_11;lok_pirate_medium_12;lok_pirate_medium_13 objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_pirate_leader humanoid_pirate_lieutenant humanoid_pirate humanoid_pirate_privateer humanoid_pirate_armsman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman +pirate_captain lok_pirate_small_1;lok_pirate_small_2;lok_pirate_small_3;lok_pirate_small_4;lok_pirate_small_5;lok_pirate_small_6;lok_pirate_small_7;lok_pirate_small_8;lok_pirate_small_9;lok_pirate_small_10;lok_pirate_small_11;lok_pirate_small_12;lok_pirate_small_13;lok_pirate_medium_1;lok_pirate_medium_2;lok_pirate_medium_3;lok_pirate_medium_4;lok_pirate_medium_5;lok_pirate_medium_6;lok_pirate_medium_7;lok_pirate_medium_8;lok_pirate_medium_9;lok_pirate_medium_10;lok_pirate_medium_11;lok_pirate_medium_12;lok_pirate_medium_13 objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_pirate_captain humanoid_pirate_squab humanoid_pirate humanoid_pirate_privateer humanoid_pirate_armsman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman +pirate_cutthroat lok_pirate_small_1;lok_pirate_small_2;lok_pirate_small_3;lok_pirate_small_4;lok_pirate_small_5;lok_pirate_small_6;lok_pirate_small_7;lok_pirate_small_8;lok_pirate_small_9;lok_pirate_small_10;lok_pirate_small_11;lok_pirate_small_12;lok_pirate_small_13;lok_pirate_medium_1;lok_pirate_medium_2;lok_pirate_medium_3;lok_pirate_medium_4;lok_pirate_medium_5;lok_pirate_medium_6;lok_pirate_medium_7;lok_pirate_medium_8;lok_pirate_medium_9;lok_pirate_medium_10;lok_pirate_medium_11;lok_pirate_medium_12;lok_pirate_medium_13 objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_pirate_cutthroat humanoid_pirate_captain_male humanoid_pirate humanoid_pirate_privateer humanoid_pirate_armsman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman +pirate_tatooine tatooine_village_medium_1 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_pirate_cutthroat humanoid_pirate_captain_male humanoid_pirate humanoid_pirate_privateer humanoid_pirate_armsman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman humanoid_pirate_crewman +plague_victim tatooine_plaguevictim_medium;tatooine_plaguevictim_large1;tatooine_plaguevictim_large2 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim humanoid_plague_victim plasma_thief objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_plasma_thief_leader humanoid_plasma_bandit humanoid_plasma_thief humanoid_plasma_thief humanoid_plasma_thief humanoid_plasma_thief humanoid_plasma_thief humanoid_plasma_thief humanoid_plasma_thief humanoid_plasma_thief humanoid_plasma_thief -police naboo_police_large1;naboo_police_large2;naboo_police_medium npc 0 ATTACKABLE NABOO humanoid_naboo_police_chief humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police -police_naboo naboo_police_large1;naboo_police_large2;naboo_police_medium npc 0 ATTACKABLE NABOO humanoid_naboo_police_chief humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police -politic naboo_politic_large1;naboo_politic_large2;naboo_politic_medium npc 0 ATTACKABLE NABOO humanoid_philosopher humanoid_naboo_holy_man humanoid_plainsfolk humanoid_plainsfolk humanoid_plainsfolk humanoid_plainsfolk humanoid_plainsfolk humanoid_plainsfolk humanoid_plainsfolk humanoid_plainsfolk humanoid_plainsfolk -prison_break tatooine_prison_break npc 0 AGGRESSIVE TATOOINE humanoid_criminal droid_probot humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal -pubam_beguiling_scout endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 ATTACKABLE ENDOR humanoid_pubam_beguiling_scout humanoid_pubam_chieftan humanoid_pubam_spooky_spiritmaster humanoid_pubam_tainted_dark_shaman humanoid_pubam_enraged humanoid_pubam_crafty_scout humanoid_pubam_crafty_scout humanoid_pubam_crafty_scout humanoid_pubam_crafty_scout humanoid_pubam_crafty_scout humanoid_pubam_crafty_scout -pubam_dark_shaman endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 AGGRESSIVE ENDOR humanoid_pubam_dark_shaman humanoid_pubam_spiritmaster humanoid_pubam_bewitching_dark_shaman humanoid_pubam_eerie_spiritmaster humanoid_pubam_frenzied humanoid_pubam_cub humanoid_pubam_cub humanoid_pubam_cub humanoid_pubam_cub humanoid_pubam_cub humanoid_pubam_cub -pubam_vicious_battlelord endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 npc 0 AGGRESSIVE ENDOR humanoid_pubam_vicious_battlelord humanoid_pubam_battlelord humanoid_pubam_scout humanoid_pubam_tribesman humanoid_pubam_laborer humanoid_pubam_spiritimaster_gnarled humanoid_pubam_spiritimaster_gnarled humanoid_pubam_spiritimaster_gnarled humanoid_pubam_spiritimaster_gnarled humanoid_pubam_spiritimaster_gnarled humanoid_pubam_spiritimaster_gnarled +police naboo_police_large1;naboo_police_large2;naboo_police_medium objective_power_node npc 0 ATTACKABLE NABOO humanoid_naboo_police_chief humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police +police_naboo naboo_police_large1;naboo_police_large2;naboo_police_medium objective_power_node npc 0 ATTACKABLE NABOO humanoid_naboo_police_chief humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police humanoid_naboo_police +politic naboo_politic_large1;naboo_politic_large2;naboo_politic_medium objective_power_node npc 0 ATTACKABLE NABOO humanoid_philosopher humanoid_naboo_holy_man humanoid_plainsfolk humanoid_plainsfolk humanoid_plainsfolk humanoid_plainsfolk humanoid_plainsfolk humanoid_plainsfolk humanoid_plainsfolk humanoid_plainsfolk humanoid_plainsfolk +prison_break tatooine_prison_break objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_criminal droid_probot humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal humanoid_tatooine_eisley_escaped_criminal +pubam_beguiling_scout endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 ATTACKABLE ENDOR humanoid_pubam_beguiling_scout humanoid_pubam_chieftan humanoid_pubam_spooky_spiritmaster humanoid_pubam_tainted_dark_shaman humanoid_pubam_enraged humanoid_pubam_crafty_scout humanoid_pubam_crafty_scout humanoid_pubam_crafty_scout humanoid_pubam_crafty_scout humanoid_pubam_crafty_scout humanoid_pubam_crafty_scout +pubam_dark_shaman endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 AGGRESSIVE ENDOR humanoid_pubam_dark_shaman humanoid_pubam_spiritmaster humanoid_pubam_bewitching_dark_shaman humanoid_pubam_eerie_spiritmaster humanoid_pubam_frenzied humanoid_pubam_cub humanoid_pubam_cub humanoid_pubam_cub humanoid_pubam_cub humanoid_pubam_cub humanoid_pubam_cub +pubam_vicious_battlelord endor_dulok_small1;endor_dulok_small2;endor_dulok_small3;endor_dulok_small4;endor_dulok_small5;endor_dulok_small6;endor_dulok_medium;endor_dulok_medium2;endor_dulok_medium7;endor_dulok_large1;endor_dulok_large2;endor_dulok_large3 objective_power_node npc 0 AGGRESSIVE ENDOR humanoid_pubam_vicious_battlelord humanoid_pubam_battlelord humanoid_pubam_scout humanoid_pubam_tribesman humanoid_pubam_laborer humanoid_pubam_spiritimaster_gnarled humanoid_pubam_spiritimaster_gnarled humanoid_pubam_spiritimaster_gnarled humanoid_pubam_spiritimaster_gnarled humanoid_pubam_spiritimaster_gnarled humanoid_pubam_spiritimaster_gnarled pugoriss_elder lair_pugoriss_grassland creature 0 AGGRESSIVE RORI creature_pugoriss_elder creature_pugoriss_veneral_devourer creature_pugoriss creature_pugoriss_pigmy creature_pugoriss_pigmy creature_pugoriss_pigmy creature_pugoriss_pigmy creature_pugoriss_pigmy creature_pugoriss_pigmy creature_pugoriss_pigmy creature_pugoriss_pigmy pugoriss_savage lair_pugoriss_grassland creature 0 AGGRESSIVE RORI creature_pugoriss_savage creature_pugoriss_veneral_devourer creature_pugoriss creature_pugoriss_pigmy creature_pugoriss_pigmy creature_pugoriss_pigmy creature_pugoriss_pigmy creature_pugoriss_pigmy creature_pugoriss_pigmy creature_pugoriss_pigmy creature_pugoriss_pigmy purbole_elder lair_purbole creature 0 ATTACKABLE DATHOMIR creature_purbole_elder creature_purbole_relentless creature_purbole creature_purbole_injured creature_purbole_youth creature_purbole_youth creature_purbole_youth creature_purbole_youth creature_purbole_youth creature_purbole_youth creature_purbole_youth @@ -673,18 +673,18 @@ rasp_sickle lair_plumed_rasp_mountain creature 0 ATTACKABLE RORI creature_rasp_ rasp_song lair_horned_rasp_grassland creature 0 ATTACKABLE TALUS creature_rasp_song creature_rasp_crescent creature_rasp_plumed creature_rasp_plumed creature_rasp_plumed creature_rasp_plumed creature_rasp_plumed creature_rasp_plumed creature_rasp_plumed creature_rasp_plumed creature_rasp_plumed rasp_voracious lair_plumed_rasp_forest creature 0 ATTACKABLE TALUS creature_rasp_voracious creature_rasp_ravenous creature_rasp_plumed creature_rasp_plumed creature_rasp_plumed creature_rasp_plumed creature_rasp_plumed creature_rasp_plumed creature_rasp_plumed creature_rasp_plumed creature_rasp_plumed rat_scavenger lair_mound_small creature 0 AGGRESSIVE CORELLIA creature_rat_scavenger creature_rat_plague creature_rat_slum creature_rat_slum creature_rat_slum creature_rat_slum creature_rat_slum creature_rat_slum creature_rat_slum creature_rat_slum creature_rat_slum -rat_swamp naboo_swamp_rat_gang_camp_medium creature 0 AGGRESSIVE NABOO creature_rat_swamp creature_rat_mutant_womp creature_rat_mine creature_rat_swamp creature_rat_swamp creature_rat_swamp creature_rat_swamp creature_rat_swamp creature_rat_swamp creature_rat_swamp creature_rat_swamp +rat_swamp naboo_swamp_rat_gang_camp_medium lair_mound_small creature 0 AGGRESSIVE NABOO creature_rat_swamp creature_rat_mutant_womp creature_rat_mine creature_rat_swamp creature_rat_swamp creature_rat_swamp creature_rat_swamp creature_rat_swamp creature_rat_swamp creature_rat_swamp creature_rat_swamp rawl_fanned lair_fanned_rawl creature 0 ATTACKABLE NABOO creature_rawl_fanned_giant creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned rawl_spitting lair_fanned_rawl_swamp creature 0 ATTACKABLE NABOO creature_rawl_spitting creature_rawl_hooded_deadly creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned rawl_vine lair_fanned_rawl_swamp creature 0 ATTACKABLE NABOO creature_rawl_vine creature_rawl_hooded_deadly creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned creature_rawl_fanned razor_cat_pride lair_bones creature 0 AGGRESSIVE CORELLIA creature_razor_clone creature_razorback_felspur creature_razor creature_razor creature_razor creature_razor creature_razor creature_razor creature_razor creature_razor creature_razor razorback_desert lair_boar_wolf creature 0 ATTACKABLE TATOOINE creature_razorback_desert creature_razorback_felspur creature_razor creature_razor creature_razor creature_razor creature_razor creature_razor creature_razor creature_razor creature_razor -rebel_abandoned yavin4_abandoned_rebel_camp_large1;yavin4_abandoned_rebel_camp_large2;yavin4_abandoned_rebel_camp_large3;yavin4_abandoned_rebel_camp_medium1;yavin4_abandoned_rebel_camp_medium2;yavin4_abandoned_rebel_camp_small1;yavin4_abandoned_rebel_camp_small2 npc 0 AGGRESSIVE YAVIN4 humanoid_rebel_abandonded_private humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman -rebel_clone_tent_small gcw_rebel_clone_tent_small npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_rebel_network_leader humanoid_rebel_comm_officer droid_rebel_detain_med humanoid_rebel_veteran_medic humanoid_rebel_comm_operator humanoid_rebel_alliance_intelligence_case_officer humanoid_rebel_alliance_intelligence_case_officer humanoid_rebel_alliance_intelligence_case_officer humanoid_rebel_alliance_intelligence_case_officer humanoid_rebel_alliance_intelligence_case_officer humanoid_rebel_alliance_intelligence_case_officer +rebel_abandoned yavin4_abandoned_rebel_camp_large1;yavin4_abandoned_rebel_camp_large2;yavin4_abandoned_rebel_camp_large3;yavin4_abandoned_rebel_camp_medium1;yavin4_abandoned_rebel_camp_medium2;yavin4_abandoned_rebel_camp_small1;yavin4_abandoned_rebel_camp_small2 objective_power_node npc 0 AGGRESSIVE YAVIN4 humanoid_rebel_abandonded_private humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman humanoid_rebel_crewman +rebel_clone_tent_small gcw_rebel_clone_tent_small objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_rebel_network_leader humanoid_rebel_comm_officer droid_rebel_detain_med humanoid_rebel_veteran_medic humanoid_rebel_comm_operator humanoid_rebel_alliance_intelligence_case_officer humanoid_rebel_alliance_intelligence_case_officer humanoid_rebel_alliance_intelligence_case_officer humanoid_rebel_alliance_intelligence_case_officer humanoid_rebel_alliance_intelligence_case_officer humanoid_rebel_alliance_intelligence_case_officer rebel_colonel objective_banner_rebel npc 0 AGGRESSIVE CORELLIA;NABOO;TATOOINE humanoid_rebel_colonel_decorated humanoid_rebel_colonel_grizzled humanoid_rebel_veteran_commando humanoid_rebel_commando humanoid_rebel_veteran_medic humanoid_rebel_cadet humanoid_rebel_cadet humanoid_rebel_cadet humanoid_rebel_cadet humanoid_rebel_cadet humanoid_rebel_cadet rebel_command_security_officer objective_banner_rebel npc 0 AGGRESSIVE CORELLIA;NABOO;TATOOINE humanoid_rebel_command_security_officer humanoid_rebel_command_security_guard humanoid_rebel_command_security_guard humanoid_rebel_first_lieutenant_hard humanoid_rebel_first_lieutenant humanoid_rebel_fatigued_first_lieutenant humanoid_rebel_fatigued_first_lieutenant humanoid_rebel_fatigued_first_lieutenant humanoid_rebel_fatigued_first_lieutenant humanoid_rebel_fatigued_first_lieutenant humanoid_rebel_fatigued_first_lieutenant rebel_corporal objective_banner_rebel npc 0 AGGRESSIVE CORELLIA;NABOO;TATOOINE humanoid_rebel_veteran_corporal humanoid_rebel_corporal_field humanoid_rebel_veteran_lance_corporal humanoid_rebel_guardsman_confident humanoid_rebel_guardsman_watchful humanoid_rebel_guardsman_watchful humanoid_rebel_guardsman_watchful humanoid_rebel_guardsman_watchful humanoid_rebel_guardsman_watchful humanoid_rebel_guardsman_watchful humanoid_rebel_guardsman_watchful -rebel_creature_handler rebel_scavenger_camp npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_rebel_creature_handler_apprentice humanoid_rebel_creature_handler_novice creature_reb_cat_razor_tamed creature_reb_huurton_tamed creature_reb_gurrcat_tamed creature_reb_hound_slice_tamed creature_reb_hound_slice_tamed creature_reb_hound_slice_tamed creature_reb_hound_slice_tamed creature_reb_hound_slice_tamed creature_reb_hound_slice_tamed +rebel_creature_handler rebel_scavenger_camp objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_rebel_creature_handler_apprentice humanoid_rebel_creature_handler_novice creature_reb_cat_razor_tamed creature_reb_huurton_tamed creature_reb_gurrcat_tamed creature_reb_hound_slice_tamed creature_reb_hound_slice_tamed creature_reb_hound_slice_tamed creature_reb_hound_slice_tamed creature_reb_hound_slice_tamed creature_reb_hound_slice_tamed rebel_dark_trooper_hunter objective_banner_rebel npc 0 AGGRESSIVE CORELLIA;NABOO;TATOOINE humanoid_rebel_dark_trooper_hunter humanoid_rebel_heavy_trooper_elite humanoid_rebel_heavy_trooper humanoid_rebel_dead_eye humanoid_rebel_heavy_trooper humanoid_rebel_heavy_trooper humanoid_rebel_heavy_trooper humanoid_rebel_heavy_trooper humanoid_rebel_heavy_trooper humanoid_rebel_heavy_trooper humanoid_rebel_heavy_trooper rebel_general objective_banner_rebel npc 0 AGGRESSIVE CORELLIA;NABOO;TATOOINE humanoid_rebel_general humanoid_rebel_brigadier_general humanoid_rebel_grenadier_extreme humanoid_rebel_grenadier_hard humanoid_rebel_grenadier humanoid_rebel_grenadier humanoid_rebel_grenadier humanoid_rebel_grenadier humanoid_rebel_grenadier humanoid_rebel_grenadier humanoid_rebel_grenadier rebel_guard_captain objective_banner_rebel npc 0 AGGRESSIVE CORELLIA;NABOO;TATOOINE humanoid_rebel_guard_captain_extreme humanoid_rebel_guard_captain_watchful humanoid_rebel_guard_watchful humanoid_rebel_guard_watchful humanoid_rebel_guard_watchful humanoid_rebel_guard_watchful humanoid_rebel_guard_watchful humanoid_rebel_guard_watchful humanoid_rebel_guard_watchful humanoid_rebel_guard_watchful humanoid_rebel_guard_watchful @@ -704,7 +704,7 @@ rebel_sith_hunter_veteran objective_banner_rebel npc 0 AGGRESSIVE DANTOOINE;DAT rebel_specforce objective_banner_rebel npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_rebel_specforce_general humanoid_rebel_specforce_major humanoid_rebel_specforce_interrogator humanoid_rebel_specforce_infiltrator humanoid_rebel_specforce_guerrilla humanoid_rebel_specforce_guerrilla humanoid_rebel_specforce_guerrilla humanoid_rebel_specforce_guerrilla humanoid_rebel_specforce_guerrilla humanoid_rebel_specforce_guerrilla humanoid_rebel_specforce_guerrilla rebel_specops_agent objective_banner_rebel npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_rebel_specops_agent humanoid_rebel_specops_alliance_free_agent humanoid_rebel_specops_trooper humanoid_rebel_specops_trooper humanoid_rebel_specops_trooper humanoid_rebel_specops_trooper humanoid_rebel_specops_trooper humanoid_rebel_specops_trooper humanoid_rebel_specops_trooper humanoid_rebel_specops_trooper humanoid_rebel_specops_trooper rebel_staff_sergeant objective_banner_rebel npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_rebel_veteran_staff_sergeant humanoid_rebel_veteran_staff_corporal humanoid_rebel_commando humanoid_rebel_grenadier humanoid_rebel_cadet humanoid_rebel_recruit_battle_ready humanoid_rebel_cadet humanoid_rebel_recruit_battle_ready humanoid_rebel_recruit_battle_ready humanoid_rebel_recruit_battle_ready humanoid_rebel_recruit_battle_ready -rebel_stranded yavin4_abandoned_rebel_camp_small1;yavin4_abandoned_rebel_camp_small2 npc 0 AGGRESSIVE DATHOMIR;RORI;YAVIN4 humanoid_rebel_stranded_officer humanoid_rebel_stranded_scout humanoid_rebel_stranded_soldier humanoid_rebel_stranded_pilot humanoid_rebel_cadet humanoid_rebel_cadet humanoid_rebel_cadet humanoid_rebel_cadet humanoid_rebel_cadet humanoid_rebel_cadet humanoid_rebel_cadet +rebel_stranded yavin4_abandoned_rebel_camp_small1;yavin4_abandoned_rebel_camp_small2 objective_power_node npc 0 AGGRESSIVE DATHOMIR;RORI;YAVIN4 humanoid_rebel_stranded_officer humanoid_rebel_stranded_scout humanoid_rebel_stranded_soldier humanoid_rebel_stranded_pilot humanoid_rebel_cadet humanoid_rebel_cadet humanoid_rebel_cadet humanoid_rebel_cadet humanoid_rebel_cadet humanoid_rebel_cadet humanoid_rebel_cadet rebel_surface_marshal objective_banner_rebel npc 0 AGGRESSIVE CORELLIA;NABOO;TATOOINE humanoid_rebel_veteran_surface_marshal humanoid_rebel_area_coordinator humanoid_rebel_commando humanoid_rebel_veteran_medic humanoid_rebel_grenadier humanoid_rebel_recruit_hard humanoid_rebel_grenadier humanoid_rebel_recruit_hard humanoid_rebel_recruit_hard humanoid_rebel_recruit_hard humanoid_rebel_recruit_hard rebel_trooper objective_banner_rebel npc 0 AGGRESSIVE TATOOINE humanoid_rebel_squad_leader_grizzled humanoid_rebel_veteran_trooper humanoid_rebel_veteran_medic humanoid_rebel_trooper humanoid_rebel_trooper humanoid_rebel_trooper humanoid_rebel_trooper humanoid_rebel_trooper humanoid_rebel_trooper humanoid_rebel_trooper humanoid_rebel_trooper rebel_weapons_squad objective_banner_rebel npc 0 AGGRESSIVE CORELLIA;NABOO;TATOOINE humanoid_rebel_weapons_leader humanoid_rebel_weapons_master humanoid_rebel_munitions_expert humanoid_rebel_grenadier humanoid_rebel_commando humanoid_rebel_recruit_frightened humanoid_rebel_commando humanoid_rebel_commando humanoid_rebel_commando humanoid_rebel_commando humanoid_rebel_commando @@ -720,9 +720,9 @@ roba_leader lair_roba_hill creature 0 ATTACKABLE ENDOR creature_roba_pack_leade roba_reclusive lair_roba creature 0 ATTACKABLE ENDOR creature_roba_reclusive creature_roba_infuriated_protector creature_roba_female creature_roba_male creature_roba creature_roba creature_roba creature_roba creature_roba creature_roba creature_roba roba_runt lair_roba creature 0 ATTACKABLE ENDOR creature_roba_runt creature_roba_infuriated_protector creature_roba_female creature_roba_male creature_roba creature_roba creature_roba creature_roba creature_roba creature_roba creature_roba roba_stalker lair_roba_hill creature 0 AGGRESSIVE ENDOR creature_roba_stalker_ravenous creature_roba_infuriated_protector creature_roba_female creature_roba_male creature_roba creature_roba creature_roba creature_roba creature_roba creature_roba creature_roba -rodian tatooine_dervishcamp_medium npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_trader humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter -rodian_thug tatooine_rodianhunter_medium;tatooine_rodianhunter_large1;tatooine_rodianhunter_large2 npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_rodian_gladiator humanoid_rodian_clan_captain humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug -rodian_tribe tatooine_rodianhunter_medium;tatooine_rodianhunter_large1;tatooine_rodianhunter_large2 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_rodian_clan_warchief humanoid_rodian_clan_medic humanoid_rodian_sif humanoid_rodian_sif_02 humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug +rodian tatooine_dervishcamp_medium objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;TALUS;TATOOINE;YAVIN4 humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_trader humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter humanoid_kashyyyk_rodian_lesser_hunter +rodian_thug tatooine_rodianhunter_medium;tatooine_rodianhunter_large1;tatooine_rodianhunter_large2 objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_rodian_gladiator humanoid_rodian_clan_captain humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug +rodian_tribe tatooine_rodianhunter_medium;tatooine_rodianhunter_large1;tatooine_rodianhunter_large2 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_rodian_clan_warchief humanoid_rodian_clan_medic humanoid_rodian_sif humanoid_rodian_sif_02 humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug humanoid_rodian_thug ronto lair_ronto creature 0 ATTACKABLE DANTOOINE;TATOOINE creature_ronto_bull creature_ronto_furious creature_ronto creature_ronto creature_ronto creature_ronto creature_ronto creature_ronto creature_ronto creature_ronto creature_ronto ronto_elite lair_ronto_desert creature 0 ATTACKABLE TATOOINE creature_ronto_elite creature_ronto_furious creature_ronto creature_ronto creature_ronto creature_ronto creature_ronto creature_ronto creature_ronto creature_ronto creature_ronto rorgungan_scouts objective_main_terminal npc 0 AGGRESSIVE RORI humanoid_rorgungan_boss humanoid_rorgungan_lieutenant humanoid_rorgungan_scout humanoid_rorgungan_scout humanoid_rorgungan_scout humanoid_rorgungan_commoner humanoid_rorgungan_commoner humanoid_rorgungan_commoner humanoid_rorgungan_commoner humanoid_rorgungan_commoner humanoid_rorgungan_commoner @@ -738,9 +738,9 @@ scientist objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;END scyk lair_rock_shelter_small creature 0 ATTACKABLE TATOOINE creature_scyk_volatile creature_scyk creature_scyk creature_scyk creature_scyk creature_scyk creature_scyk creature_scyk creature_scyk creature_scyk creature_scyk selonian_diplomat objective_banner_corellia npc 0 ATTACKABLE CORELLIA humanoid_selonian_diplomat humanoid_selonian_sentinel humanoid_selonian_raider humanoid_selonian_feral humanoid_selonian_scout humanoid_selonian_warrior humanoid_selonian_warrior humanoid_selonian_warrior humanoid_selonian_warrior humanoid_selonian_warrior humanoid_selonian_warrior selonian_outpost objective_banner_corellia npc 0 ATTACKABLE CORELLIA humanoid_selonian_warlord humanoid_selonian_captain humanoid_selonian_hunter humanoid_selonian_thief humanoid_selonian_scout humanoid_selonian_warrior humanoid_selonian_warrior humanoid_selonian_warrior humanoid_selonian_warrior humanoid_selonian_warrior humanoid_selonian_warrior -selonian_separatists corellia_selonian_separatists_large1;corellia_selonian_separatists_large2;corellia_selonian_separatists_small1;corellia_selonian_separatists_small2 npc 0 AGGRESSIVE CORELLIA humanoid_selonian_separatist_general humanoid_selonian_separatist_captain humanoid_selonian_separatist_soldier humanoid_selonian_separatist_recruit humanoid_selonian_separatist humanoid_selonian_separatist humanoid_selonian_separatist humanoid_selonian_separatist humanoid_selonian_separatist humanoid_selonian_separatist humanoid_selonian_separatist +selonian_separatists corellia_selonian_separatists_large1;corellia_selonian_separatists_large2;corellia_selonian_separatists_small1;corellia_selonian_separatists_small2 objective_power_node npc 0 AGGRESSIVE CORELLIA humanoid_selonian_separatist_general humanoid_selonian_separatist_captain humanoid_selonian_separatist_soldier humanoid_selonian_separatist_recruit humanoid_selonian_separatist humanoid_selonian_separatist humanoid_selonian_separatist humanoid_selonian_separatist humanoid_selonian_separatist humanoid_selonian_separatist humanoid_selonian_separatist sennex objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_sennex_slavemaster humanoid_sennex_guard humanoid_sennex_hunter humanoid_sennex_slaver humanoid_sennex_warder humanoid_sennex_warder humanoid_sennex_warder humanoid_sennex_warder humanoid_sennex_warder humanoid_sennex_warder humanoid_sennex_warder -settler_moisture tatooine_moisture_farmer_large1;tatooine_moisture_farmer_large2;tatooine_moisture_farmer_large3;tatooine_moisture_farmer_large4;tatooine_moisture_farmer_medium1;tatooine_moisture_farmer_medium2 npc 0 ATTACKABLE TATOOINE humanoid_settler humanoid_farmer_moisture humanoid_settler humanoid_settler humanoid_settler humanoid_settler humanoid_settler humanoid_settler humanoid_settler humanoid_settler humanoid_settler +settler_moisture tatooine_moisture_farmer_large1;tatooine_moisture_farmer_large2;tatooine_moisture_farmer_large3;tatooine_moisture_farmer_large4;tatooine_moisture_farmer_medium1;tatooine_moisture_farmer_medium2 objective_power_node npc 0 ATTACKABLE TATOOINE humanoid_settler humanoid_farmer_moisture humanoid_settler humanoid_settler humanoid_settler humanoid_settler humanoid_settler humanoid_settler humanoid_settler humanoid_settler humanoid_settler sevorrt lair_rock_shelter_small creature 0 ATTACKABLE TATOOINE creature_sevorrt creature_sevorrt creature_sevorrt creature_sevorrt creature_sevorrt creature_sevorrt creature_sevorrt creature_sevorrt creature_sevorrt creature_sevorrt creature_sevorrt sevorrt_elite lair_rock_shelter_small creature 0 ATTACKABLE TATOOINE creature_sevorrt_elite creature_sevorrt_elite creature_sevorrt creature_sevorrt creature_sevorrt creature_sevorrt creature_sevorrt creature_sevorrt creature_sevorrt creature_sevorrt creature_sevorrt sharnaff lair_sharnaff creature 0 ATTACKABLE CORELLIA creature_sharnaff_bull creature_sharnaff_reckless_ravager creature_sharnaff creature_sharnaff creature_sharnaff creature_sharnaff creature_sharnaff creature_sharnaff creature_sharnaff creature_sharnaff creature_sharnaff @@ -748,37 +748,37 @@ sharpshooter objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR; shaupaut_elder lair_shaupaut creature 0 ATTACKABLE NABOO creature_shaupaut_elder creature_shaupaut_hunter creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut shaupaut_greater lair_shaupaut_forest creature 0 ATTACKABLE NABOO creature_shaupaut_greater_elder creature_shaupaut_greater creature_shaupaut_rabid creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut shaupaut_hunter lair_shaupaut creature 0 AGGRESSIVE NABOO creature_shautpaut_hunter_elder creature_shaupaut_feral creature_shaupaut_feral_blot creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut creature_shaupaut -singing_mountain_clan anywhere_misc_camp_small_1 npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_arch_witch humanoid_smtn_councilwoman humanoid_smtn_guardian humanoid_smtn_huntress humanoid_smtn_scout humanoid_smtn_sentry humanoid_smtn_outcast humanoid_smtn_outcast humanoid_smtn_outcast humanoid_smtn_outcast humanoid_smtn_outcast -sith_shadow objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_shadow_commander_nonaggro humanoid_shadow_punk humanoid_shadow_thug humanoid_shadow_pirate humanoid_shadow_outlaw humanoid_shadow_mercenary humanoid_shadow_mercenary humanoid_shadow_mercenary humanoid_shadow_mercenary humanoid_shadow_mercenary humanoid_shadow_mercenary +singing_mountain_clan anywhere_misc_camp_small_1 objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_smtn_arch_witch humanoid_smtn_councilwoman humanoid_smtn_guardian humanoid_smtn_huntress humanoid_smtn_scout humanoid_smtn_sentry humanoid_smtn_outcast humanoid_smtn_outcast humanoid_smtn_outcast humanoid_smtn_outcast humanoid_smtn_outcast +sith_shadow objective_power_generator npc 0 AGGRESSIVE DATHOMIR humanoid_shadow_commander_nonaggro humanoid_shadow_punk humanoid_shadow_thug humanoid_shadow_pirate humanoid_shadow_outlaw humanoid_shadow_mercenary humanoid_shadow_mercenary humanoid_shadow_mercenary humanoid_shadow_mercenary humanoid_shadow_mercenary humanoid_shadow_mercenary skaak_tipper objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_skaak_tipper_prowler humanoid_skaak_tipper_mugger humanoid_skaak_tipper_crook humanoid_skaak_tipper_bandit humanoid_skaak_tipper_swindler humanoid_skaak_tipper_swindler humanoid_skaak_tipper_swindler humanoid_skaak_tipper_swindler humanoid_skaak_tipper_swindler humanoid_skaak_tipper_swindler humanoid_skaak_tipper_swindler -skaak_tipper_naboo naboo_mvillager_medium;naboo_mvillager_large1;naboo_mvillager_large2 npc 0 ATTACKABLE NABOO humanoid_naboo_skaak_tipper_raider humanoid_naboo_skaak_tipper_maniac humanoid_naboo_skaak_tipper_bootjack humanoid_naboo_skaak_tipper_crasher humanoid_naboo_skaak_tipper_machinist humanoid_naboo_skaak_tipper_scrounger humanoid_naboo_skaak_tipper_vanguard humanoid_naboo_skaak_tipper_vanguard humanoid_naboo_skaak_tipper_vanguard humanoid_naboo_skaak_tipper_vanguard humanoid_naboo_skaak_tipper_vanguard +skaak_tipper_naboo naboo_mvillager_medium;naboo_mvillager_large1;naboo_mvillager_large2 objective_power_node npc 0 ATTACKABLE NABOO humanoid_naboo_skaak_tipper_raider humanoid_naboo_skaak_tipper_maniac humanoid_naboo_skaak_tipper_bootjack humanoid_naboo_skaak_tipper_crasher humanoid_naboo_skaak_tipper_machinist humanoid_naboo_skaak_tipper_scrounger humanoid_naboo_skaak_tipper_vanguard humanoid_naboo_skaak_tipper_vanguard humanoid_naboo_skaak_tipper_vanguard humanoid_naboo_skaak_tipper_vanguard humanoid_naboo_skaak_tipper_vanguard skreeg_hunter lair_skreeg_jungle creature 0 AGGRESSIVE YAVIN4 creature_skreeg_hunter creature_skreeg_gatherer creature_skreeg_female creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent skreeg_ominous lair_skreeg_swamp creature 0 ATTACKABLE YAVIN4 creature_skreeg_ominous creature_skreeg_infant creature_skreeg_male creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent skreeg_warrior lair_skreeg creature 0 ATTACKABLE YAVIN4 creature_skreeg_warrior_elite creature_skreeg_warrior creature_skreeg_scout creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent creature_skreeg_adolescent -slave slavegirl_small_camp;slavegirl_medium_camp_1;slavegirl_medium_camp_2 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_slave humanoid_slave_twilek_female humanoid_slave humanoid_slave humanoid_slave humanoid_slave humanoid_slave humanoid_slave humanoid_slave humanoid_slave humanoid_slave -slaver slavegirl_small_camp;slavegirl_medium_camp_1;slavegirl_medium_camp_2 npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_slave_trader humanoid_slavemaster humanoid_slaver humanoid_slaver droid_dz70_fugitive_tracker droid_dz70_fugitive_tracker droid_dz70_fugitive_tracker droid_dz70_fugitive_tracker droid_dz70_fugitive_tracker droid_dz70_fugitive_tracker droid_dz70_fugitive_tracker +slave slavegirl_small_camp;slavegirl_medium_camp_1;slavegirl_medium_camp_2 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_slave humanoid_slave_twilek_female humanoid_slave humanoid_slave humanoid_slave humanoid_slave humanoid_slave humanoid_slave humanoid_slave humanoid_slave humanoid_slave +slaver slavegirl_small_camp;slavegirl_medium_camp_1;slavegirl_medium_camp_2 objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_slave_trader humanoid_slavemaster humanoid_slaver humanoid_slaver droid_dz70_fugitive_tracker droid_dz70_fugitive_tracker droid_dz70_fugitive_tracker droid_dz70_fugitive_tracker droid_dz70_fugitive_tracker droid_dz70_fugitive_tracker droid_dz70_fugitive_tracker sleemo_delinquent objective_power_generator npc 0 ATTACKABLE TALUS humanoid_sleemo_delinquent humanoid_sleemo_punk humanoid_sleemo_hoodlum humanoid_sleemo_punk humanoid_sleemo_punk humanoid_sleemo_punk humanoid_sleemo_punk humanoid_sleemo_punk humanoid_sleemo_punk humanoid_sleemo_punk humanoid_sleemo_punk sleemo_vandal objective_power_node npc 0 ATTACKABLE TALUS humanoid_sleemo_vandal humanoid_sleemo_punk humanoid_sleemo_scamp humanoid_sleemo_punk humanoid_sleemo_punk humanoid_sleemo_punk humanoid_sleemo_punk humanoid_sleemo_punk humanoid_sleemo_punk humanoid_sleemo_punk humanoid_sleemo_punk slice_hound lair_garbage_small creature 0 ATTACKABLE CORELLIA creature_slicehound_vicious creature_slicehound_grassland creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound slice_hound_forest lair_garbage_small creature 0 ATTACKABLE CORELLIA creature_slicehound_forest creature_slicehound_grassland creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound creature_slicehound -slicer anywhere_misc_camp_small_1 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer +slicer anywhere_misc_camp_small_1 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer humanoid_slicer sludge_panther_famished lair_corellian_sand_panther creature 0 AGGRESSIVE TALUS creature_panther_sludge_famished creature_panther_sludge creature_panther_sludge_minor creature_panther_sludge creature_panther_sludge creature_panther_sludge creature_panther_sludge creature_panther_sludge creature_panther_sludge creature_panther_sludge creature_panther_sludge sludge_panther_greater lair_corellian_sand_panther creature 0 AGGRESSIVE TALUS creature_panther_sludge_greater creature_panther_sludge creature_panther_sludge_minor creature_panther_sludge creature_panther_sludge creature_panther_sludge creature_panther_sludge creature_panther_sludge creature_panther_sludge creature_panther_sludge creature_panther_sludge -smashball corellia_smashball_large1;corellia_smashball_large2;corellia_smashball_large3 npc 0 ATTACKABLE CORELLIA humanoid_smashball_bully humanoid_smashball_degenerate humanoid_smashball_thug humanoid_smashball_thug humanoid_smashball_thug humanoid_smashball_thug humanoid_smashball_thug humanoid_smashball_thug humanoid_smashball_thug humanoid_smashball_thug humanoid_smashball_thug -smuggler anywhere_misc_camp_small_1 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_smuggler humanoid_smuggler_muscle humanoid_smuggler_male humanoid_smuggler_male humanoid_smuggler_pilot droid_r3_space humanoid_smuggler_male humanoid_smuggler_male humanoid_smuggler_male humanoid_smuggler_male humanoid_smuggler_male +smashball corellia_smashball_large1;corellia_smashball_large2;corellia_smashball_large3 objective_power_node npc 0 ATTACKABLE CORELLIA humanoid_smashball_bully humanoid_smashball_degenerate humanoid_smashball_thug humanoid_smashball_thug humanoid_smashball_thug humanoid_smashball_thug humanoid_smashball_thug humanoid_smashball_thug humanoid_smashball_thug humanoid_smashball_thug humanoid_smashball_thug +smuggler anywhere_misc_camp_small_1 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_smuggler humanoid_smuggler_muscle humanoid_smuggler_male humanoid_smuggler_male humanoid_smuggler_pilot droid_r3_space humanoid_smuggler_male humanoid_smuggler_male humanoid_smuggler_male humanoid_smuggler_male humanoid_smuggler_male snorbal lair_snorbal creature 0 ATTACKABLE LOK creature_snorbal_elder_female creature_snorbal_mature_male creature_snorbal_calf_female creature_snorbal_calf_male creature_snorbal creature_snorbal creature_snorbal creature_snorbal creature_snorbal creature_snorbal creature_snorbal snorbal_hill lair_snorbal_hill creature 0 ATTACKABLE LOK creature_snorbal_elder_male creature_snorbal_matriarch creature_snorbal_demolishing_titan creature_snorbal_domesticated creature_snorbal_mature_female creature_snorbal_mature_female creature_snorbal_mature_female creature_snorbal_mature_female creature_snorbal_mature_female creature_snorbal_mature_female creature_snorbal_mature_female spice_collective_courier objective_power_node npc 0 ATTACKABLE RORI humanoid_spice_collective_courier humanoid_spice_collective_eliteguard humanoid_spice_collective_heavyguard humanoid_spice_collective_sentry humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman spice_collective_miner_base objective_power_generator npc 0 ATTACKABLE RORI humanoid_spice_collective_miner humanoid_spice_collective_eliteguard humanoid_spice_collective_heavyguard humanoid_spice_collective_sentry humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman spice_collective_mineral_scouts objective_main_terminal npc 0 ATTACKABLE RORI humanoid_spice_collective_workchief humanoid_spice_collective_eliteguard humanoid_spice_collective_heavyguard humanoid_spice_collective_sentry humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman humanoid_spice_collective_foreman -spice_fiend tatooine_spicefiend_medium;tatooine_spicefiend_medium2;tatooine_spicefiend_large1;tatooine_spicefiend_large2;tatooine_spicefiend_large3;tatooine_spicefiend_large4 npc 0 ATTACKABLE TATOOINE droid_dz70_fugitive_tracker humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend +spice_fiend tatooine_spicefiend_medium;tatooine_spicefiend_medium2;tatooine_spicefiend_large1;tatooine_spicefiend_large2;tatooine_spicefiend_large3;tatooine_spicefiend_large4 objective_power_node npc 0 ATTACKABLE TATOOINE droid_dz70_fugitive_tracker humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend humanoid_spice_fiend spiderclan objective_power_node npc 0 AGGRESSIVE DATHOMIR humanoid_spider_nightsister_elder humanoid_spider_nightsister_protector humanoid_spider_nightsister_stalker humanoid_spider_nightsister_initiate humanoid_spider_nightsister_initiate humanoid_spider_nightsister_initiate humanoid_spider_nightsister_initiate humanoid_spider_nightsister_initiate humanoid_spider_nightsister_initiate humanoid_spider_nightsister_initiate humanoid_spider_nightsister_initiate spined_puc_giant lair_spined_puc creature 0 ATTACKABLE YAVIN4 creature_puc_spined_giant creature_puc_spined_poisinous creature_puc_spined creature_puc creature_puc creature_puc creature_puc creature_puc creature_puc creature_puc creature_puc spined_snake lair_spined_snake creature 0 ATTACKABLE LOK creature_snake_spined_giant creature_snake_spined_recluse creature_snake_spined_sandy creature_snake_spined creature_snake_spined creature_snake_spined creature_snake_spined creature_snake_spined creature_snake_spined creature_snake_spined creature_snake_spined spineflap_capper lair_capper_spineflap creature 0 ATTACKABLE NABOO;RORI creature_spineflap_capper creature_spineflap_capper_drone creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper spineflap_capper_gatherer lair_capper_spineflap_forest creature 0 ATTACKABLE RORI creature_spineflap_gatherer creature_spineflap_handmaiden creature_spineflap_mountain creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper spineflap_capper_queen lair_capper_spineflap creature 0 ATTACKABLE RORI creature_spineflap_queen creature_spineflap_guard creature_spineflap_soldier creature_spineflap_sprywing creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper creature_spineflap_capper -spynet_operative anywhere_misc_camp_small_1 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative +spynet_operative anywhere_misc_camp_small_1 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative humanoid_spynet_operative squall lair_squall creature 0 ATTACKABLE RORI creature_squall_frail creature_squall_vicious creature_squall_female creature_squall_frail creature_squall_levia creature_squall creature_squall creature_squall creature_squall creature_squall creature_squall squall_deranged lair_squall creature 0 ATTACKABLE RORI creature_squall_deranged creature_squall_vicious creature_squall_female creature_squall_frail creature_squall_levia creature_squall creature_squall creature_squall creature_squall creature_squall creature_squall squall_endor lair_squall creature 0 ATTACKABLE ENDOR creature_squall_elder creature_squall_vicious creature_squall_male creature_squall_frail creature_squall_levia creature_squall creature_squall creature_squall creature_squall creature_squall creature_squall @@ -792,12 +792,12 @@ squill_malignant lair_squill creature 0 AGGRESSIVE TATOOINE creature_squill_mal squill_mountain lair_squill creature 0 AGGRESSIVE TATOOINE creature_squill_mountain_hunter creature_squill_mountain_guardian creature_squill_mountain_female creature_squill_mountain creature_squill_young_mountain creature_squill_young_mountain creature_squill_young_mountain creature_squill_young_mountain creature_squill_young_mountain creature_squill_young_mountain creature_squill_young_mountain stintaril_giant lair_stintaril creature 0 ATTACKABLE YAVIN4 creature_stintaril_giant creature_stintaril_fleshripper creature_stintaril_ravager creature_stintaril creature_stintaril creature_stintaril creature_stintaril creature_stintaril creature_stintaril creature_stintaril creature_stintaril stintaril_prowler lair_stintaril creature 0 ATTACKABLE YAVIN4 creature_stintaril_prowler creature_stintaril_scavenger creature_stintaril_puny creature_stintaril creature_stintaril creature_stintaril creature_stintaril creature_stintaril creature_stintaril creature_stintaril creature_stintaril -strehkforce naboo_mvillager_medium;naboo_mvillager_large1;naboo_mvillager_large2 npc 0 ATTACKABLE NABOO humanoid_naboo_strehkforce_mercenary humanoid_naboo_strehkforce_mercenary humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier +strehkforce naboo_mvillager_medium;naboo_mvillager_large1;naboo_mvillager_large2 objective_power_node npc 0 ATTACKABLE NABOO humanoid_naboo_strehkforce_mercenary humanoid_naboo_strehkforce_mercenary humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier humanoid_naboo_strehkforce_soldier sulfur_lake_pirate objective_power_node npc 0 AGGRESSIVE LOK humanoid_slp_privateer humanoid_slp_armsman humanoid_slp_crewman humanoid_slp_cutthroat humanoid_slp_squab humanoid_slp_squab humanoid_slp_squab humanoid_slp_squab humanoid_slp_squab humanoid_slp_squab humanoid_slp_squab swirl_prong_erratic lair_swirl_prong creature 0 ATTACKABLE ENDOR creature_swirl_prong_erratic creature_swirl_prong_pack_leader creature_swirl_prong creature_swirl_prong creature_swirl_prong creature_swirl_prong creature_swirl_prong creature_swirl_prong creature_swirl_prong creature_swirl_prong creature_swirl_prong swirl_prong_impaler lair_swirl_prong_grassland creature 0 ATTACKABLE ENDOR creature_swirl_prong_impaler creature_swirl_prong_pack_leader creature_swirl_prong creature_swirl_prong creature_swirl_prong creature_swirl_prong creature_swirl_prong creature_swirl_prong creature_swirl_prong creature_swirl_prong creature_swirl_prong -swoop_corellia corellia_swoop_large1;corellia_swoop_large2;corellia_swoop_large3 npc 0 AGGRESSIVE CORELLIA humanoid_swooper_leader humanoid_swooper_gangmember humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper -swoop_gang tatooine_swoop_medium;tatooine_swoop_medium2;tatooine_swoop_large1;tatooine_swoop_large2;tatooine_swoop_large3;tatooine_swoop_large4 npc 0 AGGRESSIVE TATOOINE humanoid_swooper_leader humanoid_swooper_gangmember humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper +swoop_corellia corellia_swoop_large1;corellia_swoop_large2;corellia_swoop_large3 objective_power_node npc 0 AGGRESSIVE CORELLIA humanoid_swooper_leader humanoid_swooper_gangmember humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper +swoop_gang tatooine_swoop_medium;tatooine_swoop_medium2;tatooine_swoop_large1;tatooine_swoop_large2;tatooine_swoop_large3;tatooine_swoop_large4 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_swooper_leader humanoid_swooper_gangmember humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper humanoid_swooper tabage lair_rocks_large creature 0 ATTACKABLE CORELLIA creature_tabage_mother_enraged creature_tabage_protector creature_tabage_scavenger creature_tabage creature_tabage creature_tabage creature_tabage creature_tabage creature_tabage creature_tabage creature_tabage talus_smuggler objective_main_terminal npc 0 AGGRESSIVE TALUS humanoid_talus_smuggler_leader humanoid_talus_smuggler_guard_elite humanoid_talus_smuggler_guard humanoid_talus_smuggler_taskmaster humanoid_talus_smuggler_taskmaster humanoid_talus_smuggler_taskmaster humanoid_talus_smuggler_taskmaster humanoid_talus_smuggler_taskmaster humanoid_talus_smuggler_taskmaster humanoid_talus_smuggler_taskmaster humanoid_talus_smuggler_taskmaster tanray_berkens_flow lair_rocks_large creature 0 AGGRESSIVE MUSTAFAR creature_tanray_lava_runner creature_tanray_lava_runner creature_tanray_lava_runner creature_tanray_lava_runner creature_tanray_lava_runner creature_tanray_lava_runner creature_tanray_lava_runner creature_tanray_lava_runner creature_tanray_lava_runner creature_tanray_lava_runner creature_tanray_lava_runner @@ -810,10 +810,10 @@ tanray_burning_plains_leader lair_blistmok creature 0 AGGRESSIVE MUSTAFAR creat tanray_burning_plains_prowler lair_blistmok creature 0 AGGRESSIVE MUSTAFAR creature_xandank_burning_plains_prowler creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains tanray_burning_plains_ripper lair_blistmok creature 0 AGGRESSIVE MUSTAFAR creature_tanray_burning_plains_fleshripper creature_tanray_burning_plains_creeper creature_tanray_burning_plains creature_tanray_burning_plains creature_tanray_burning_plains creature_tanray_burning_plains creature_tanray_burning_plains creature_tanray_burning_plains creature_tanray_burning_plains creature_tanray_burning_plains creature_tanray_burning_plains tanray_burning_plains_stalker lair_blistmok creature 0 AGGRESSIVE MUSTAFAR creature_xandank_burning_plains_stalker creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains creature_xandank_burning_plains -terrorist anywhere_misc_camp_small_1 npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist -thief anywhere_misc_camp_small_1 npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_thief_master humanoid_thief_armor humanoid_thief_male humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief -thief_moisture tatooine_moisture_farmer_large1;tatooine_moisture_farmer_large2;tatooine_moisture_farmer_large3;tatooine_moisture_farmer_large4;tatooine_moisture_farmer_medium1;tatooine_moisture_farmer_medium2 npc 0 AGGRESSIVE TATOOINE humanoid_thief_moisture humanoid_thief_armor humanoid_thief_male humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief -thug anywhere_misc_camp_small_1 npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_thug_vicious humanoid_thug_desert humanoid_thug humanoid_thug humanoid_thug humanoid_thug humanoid_thug humanoid_thug humanoid_thug humanoid_thug humanoid_thug +terrorist anywhere_misc_camp_small_1 objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist humanoid_terrorist +thief anywhere_misc_camp_small_1 objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_thief_master humanoid_thief_armor humanoid_thief_male humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief +thief_moisture tatooine_moisture_farmer_large1;tatooine_moisture_farmer_large2;tatooine_moisture_farmer_large3;tatooine_moisture_farmer_large4;tatooine_moisture_farmer_medium1;tatooine_moisture_farmer_medium2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_thief_moisture humanoid_thief_armor humanoid_thief_male humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief humanoid_thief +thug anywhere_misc_camp_small_1 objective_power_node npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_thug_vicious humanoid_thug_desert humanoid_thug humanoid_thug humanoid_thug humanoid_thug humanoid_thug humanoid_thug humanoid_thug humanoid_thug humanoid_thug thune lair_thune creature 0 ATTACKABLE DANTOOINE creature_thune_herd_leader creature_thune_hostile_mother creature_thune creature_thune creature_thune creature_thune creature_thune creature_thune creature_thune creature_thune creature_thune thune_guardian lair_thune_grassland creature 0 ATTACKABLE DANTOOINE creature_thune_grassland_guardian creature_thune_mammoth creature_thune creature_thune creature_thune creature_thune creature_thune creature_thune creature_thune creature_thune creature_thune torton lair_torton creature 0 ATTACKABLE RORI creature_torton_pygmy_mature creature_torton_pygmy_protector creature_torton_pygmy_matriarch creature_torton_pygmy_juvenile creature_torton_pygmy_adult creature_torton_pygmy_adult creature_torton_pygmy_adult creature_torton_pygmy_adult creature_torton_pygmy_adult creature_torton_pygmy_adult creature_torton_pygmy_adult @@ -822,8 +822,8 @@ torton_ravenous lair_torton_grassland creature 0 ATTACKABLE RORI creature_torto torton_shallow lair_torton_grassland creature 0 ATTACKABLE RORI creature_torton_shallow creature_torton_voracious_patriarch creature_torton creature_torton creature_torton creature_torton creature_torton creature_torton creature_torton creature_torton creature_torton torton_tattered lair_torton_grassland creature 0 ATTACKABLE RORI creature_torton_tattered creature_torton_voracious_patriarch creature_torton creature_torton creature_torton creature_torton creature_torton creature_torton creature_torton creature_torton creature_torton tortur lair_thicket_large creature 0 ATTACKABLE TALUS creature_tortur_bull creature_tortur_meager creature_tortur creature_tortur creature_tortur creature_tortur creature_tortur creature_tortur creature_tortur creature_tortur creature_tortur -trade_federation naboo_tradefederationloyalist_small1;naboo_tradefederationloyalist_small2;naboo_tradefederationloyalist_medium;naboo_tradefederationloyalist_large1;naboo_tradefederationloyalist_large2 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_trade_federation_pirate humanoid_trade_federation_avenger humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot -trade_federation_loyalist naboo_tradefederationloyalist_small1;naboo_tradefederationloyalist_small2;naboo_tradefederationloyalist_medium;naboo_tradefederationloyalist_large1;naboo_tradefederationloyalist_large2 npc 0 ATTACKABLE NABOO humanoid_trade_federation_loyalist humanoid_trade_federation_avenger humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot +trade_federation naboo_tradefederationloyalist_small1;naboo_tradefederationloyalist_small2;naboo_tradefederationloyalist_medium;naboo_tradefederationloyalist_large1;naboo_tradefederationloyalist_large2 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_trade_federation_pirate humanoid_trade_federation_avenger humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot +trade_federation_loyalist naboo_tradefederationloyalist_small1;naboo_tradefederationloyalist_small2;naboo_tradefederationloyalist_medium;naboo_tradefederationloyalist_large1;naboo_tradefederationloyalist_large2 objective_power_node npc 0 ATTACKABLE NABOO humanoid_trade_federation_loyalist humanoid_trade_federation_avenger humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot humanoid_trade_federation_zealot trandosian_slaver objective_main_terminal npc 0 AGGRESSIVE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_trandoshan_slavemaster droid_som_ig106 humanoid_trandoshan_slaver humanoid_trandoshan_slaver humanoid_trandoshan_slaver humanoid_trandoshan_slaver humanoid_trandoshan_slaver humanoid_trandoshan_slaver humanoid_trandoshan_slaver humanoid_trandoshan_slaver humanoid_trandoshan_slaver tulrus_berkens_flow lair_rocks_large creature 0 AGGRESSIVE MUSTAFAR creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow tulrus_berkens_flow_bull lair_rocks_large creature 0 AGGRESSIVE MUSTAFAR creature_tulrus_berkens_flow_bull creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow creature_tulrus_berkens_flow @@ -835,7 +835,7 @@ tulrus_nesting_grounds_matriarch lair_blistmok creature 0 AGGRESSIVE MUSTAFAR c tusk_cat_rider lair_tusk_cat_grassland npc 0 AGGRESSIVE NABOO;RORI humanoid_tusk_cat_rider humanoid_tusk_cat_rider humanoid_trainer_creaturehandler creature_cat_tusk_domestic creature_cat_tusk_domestic creature_cat_tusk_domestic creature_cat_tusk_domestic creature_cat_tusk_domestic creature_cat_tusk_domestic creature_cat_tusk_domestic creature_cat_tusk_domestic tusk_cat_trainer lair_tusk_cat_grassland npc 0 AGGRESSIVE NABOO;RORI humanoid_trainer_creaturehandler humanoid_tusk_cat_rider humanoid_tusk_cat_rider creature_cat_tusk_domestic creature_cat_tusk_domestic creature_cat_tusk_domestic creature_cat_tusk_domestic creature_cat_tusk_domestic creature_cat_tusk_domestic creature_cat_tusk_domestic creature_cat_tusk_domestic tusken lair_tusken_raider_npc npc 0 AGGRESSIVE TATOOINE humanoid_tusken_chief humanoid_tusken_death_hunter humanoid_tusken_flesh_hunter humanoid_tusken_brute humanoid_tusken_guard humanoid_tusken_warrior humanoid_tusken_warrior humanoid_tusken_warrior humanoid_tusken_warrior humanoid_tusken_warrior humanoid_tusken_warrior -tusken_bantha tatooine_tuskenbantha_large1;tatooine_tuskenbantha_large2;tatooine_tuskenbantha_medium npc 0 AGGRESSIVE TATOOINE humanoid_tusken_captain creature_bantha_tusken humanoid_tusken_follower humanoid_tusken_avenger humanoid_tusken_observer humanoid_tusken_sniper humanoid_tusken_sniper humanoid_tusken_sniper humanoid_tusken_sniper humanoid_tusken_sniper humanoid_tusken_sniper +tusken_bantha tatooine_tuskenbantha_large1;tatooine_tuskenbantha_large2;tatooine_tuskenbantha_medium objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_tusken_captain creature_bantha_tusken humanoid_tusken_follower humanoid_tusken_avenger humanoid_tusken_observer humanoid_tusken_sniper humanoid_tusken_sniper humanoid_tusken_sniper humanoid_tusken_sniper humanoid_tusken_sniper humanoid_tusken_sniper tusken_raider lair_tusken_raider_npc npc 0 AGGRESSIVE TATOOINE humanoid_tusken_gore_chief humanoid_tusken_executioner creature_bantha_tusken humanoid_tusken_berserker humanoid_tusken_savage humanoid_tusken_soldier humanoid_tusken_soldier humanoid_tusken_soldier humanoid_tusken_soldier humanoid_tusken_soldier humanoid_tusken_soldier tusken_raider_kingdom lair_tusken_raider_npc npc 0 AGGRESSIVE TATOOINE humanoid_tusken_king humanoid_tusken_elite_guard humanoid_tusken_torture_lord humanoid_tusken_wanderer humanoid_tusken_commoner humanoid_tusken_witch_doctor humanoid_tusken_witch_doctor humanoid_tusken_witch_doctor humanoid_tusken_witch_doctor humanoid_tusken_witch_doctor humanoid_tusken_witch_doctor tusken_raider_npc lair_tusken_raider_npc npc 0 AGGRESSIVE TATOOINE humanoid_tusken_raid_leader humanoid_tusken_raider_marauder creature_bantha_tusken humanoid_tusken_raider humanoid_tusken_raider_ambusher humanoid_tusken_raider_scout_newbie humanoid_tusken_raider_scout_newbie humanoid_tusken_raider_scout_newbie humanoid_tusken_raider_scout_newbie humanoid_tusken_raider_scout_newbie humanoid_tusken_raider_scout_newbie @@ -843,10 +843,10 @@ tusken_raider_village lair_tusken_raider_npc npc 0 AGGRESSIVE TATOOINE humanoid tusken_raider_warband lair_tusken_raider_npc npc 0 AGGRESSIVE TATOOINE humanoid_tusken_warlord humanoid_tusken_war_master creature_bantha_tusken humanoid_tusken_raider_warrior humanoid_tusken_raider_wildman humanoid_tusken_raider_soldier humanoid_tusken_raider_soldier humanoid_tusken_raider_soldier humanoid_tusken_raider_soldier humanoid_tusken_raider_soldier humanoid_tusken_raider_soldier tybis lair_tybis creature 0 ATTACKABLE YAVIN4 creature_tybis_enraged creature_tybis_male creature_tybis_female creature_tybis creature_tybis_male creature_tybis_youth creature_tybis_youth creature_tybis_youth creature_tybis_youth creature_tybis_youth creature_tybis_youth tybis_grand lair_tybis_grassland creature 0 ATTACKABLE YAVIN4 creature_tybis_grand creature_tybis_male creature_tybis_female creature_tybis creature_tybis_male creature_tybis_youth creature_tybis_youth creature_tybis_youth creature_tybis_youth creature_tybis_youth creature_tybis_youth -valarian_assassin tatooine_valariangang_medium;tatooine_valariangang_large1;tatooine_valariangang_large2 npc 0 AGGRESSIVE TATOOINE humanoid_valarian_assassin humanoid_valarian_compound_guard humanoid_valarian_enforcer humanoid_valarian_henchman humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout -valarian_gang tatooine_valariangang_medium;tatooine_valariangang_large1;tatooine_valariangang_large2 npc 0 AGGRESSIVE TATOOINE humanoid_valarian_crew_chief humanoid_valarian_mechanic humanoid_valarian_enforcer humanoid_valarian_henchman humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout -valarian_shuttle tatooine_valariangang_medium;tatooine_valariangang_large1;tatooine_valariangang_large2 npc 0 AGGRESSIVE TATOOINE humanoid_valarian_boss_shuttle humanoid_valarian_elite_shuttle humanoid_valarian_thief_shuttle humanoid_valarian_thug_shuttle humanoid_valarian_swooper_shuttle humanoid_valarian_thug humanoid_valarian_thug humanoid_valarian_thug humanoid_valarian_thug humanoid_valarian_thug humanoid_valarian_thug -valarian_swooper tatooine_valariangang_medium;tatooine_valariangang_large1;tatooine_valariangang_large2 npc 0 AGGRESSIVE TATOOINE humanoid_valarian_swooper_leader humanoid_valarian_pod_racer humanoid_valarian_mechanic humanoid_valarian_swooper humanoid_valarian_swooper humanoid_valarian_thief humanoid_valarian_thief humanoid_valarian_thief humanoid_valarian_thief humanoid_valarian_thief humanoid_valarian_thief +valarian_assassin tatooine_valariangang_medium;tatooine_valariangang_large1;tatooine_valariangang_large2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_valarian_assassin humanoid_valarian_compound_guard humanoid_valarian_enforcer humanoid_valarian_henchman humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout +valarian_gang tatooine_valariangang_medium;tatooine_valariangang_large1;tatooine_valariangang_large2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_valarian_crew_chief humanoid_valarian_mechanic humanoid_valarian_enforcer humanoid_valarian_henchman humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout humanoid_valarian_scout +valarian_shuttle tatooine_valariangang_medium;tatooine_valariangang_large1;tatooine_valariangang_large2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_valarian_boss_shuttle humanoid_valarian_elite_shuttle humanoid_valarian_thief_shuttle humanoid_valarian_thug_shuttle humanoid_valarian_swooper_shuttle humanoid_valarian_thug humanoid_valarian_thug humanoid_valarian_thug humanoid_valarian_thug humanoid_valarian_thug humanoid_valarian_thug +valarian_swooper tatooine_valariangang_medium;tatooine_valariangang_large1;tatooine_valariangang_large2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_valarian_swooper_leader humanoid_valarian_pod_racer humanoid_valarian_mechanic humanoid_valarian_swooper humanoid_valarian_swooper humanoid_valarian_thief humanoid_valarian_thief humanoid_valarian_thief humanoid_valarian_thief humanoid_valarian_thief humanoid_valarian_thief veermok_alpha lair_veermok_forest creature 0 ATTACKABLE NABOO creature_veermok_alpha creature_veermok_giant creature_veermok creature_veermok_hunter creature_veermok creature_veermok creature_veermok creature_veermok creature_veermok creature_veermok creature_veermok veermok_scavenger lair_veermok_swamp creature 0 ATTACKABLE NABOO creature_veermok_scavenger creature_veermok_guard creature_veermok_sentry creature_veermok_ravager creature_veermok creature_veermok creature_veermok creature_veermok creature_veermok creature_veermok creature_veermok veermok_scout lair_veermok creature 0 ATTACKABLE NABOO creature_veermok_scout creature_veermok_hunter creature_veermok_pygmy creature_veermok_cannibal creature_veermok creature_veermok creature_veermok creature_veermok creature_veermok creature_veermok creature_veermok @@ -864,20 +864,20 @@ vrelt_diseased lair_brambles_small creature 0 ATTACKABLE CORELLIA creature_vrel vrobal_bull lair_leaf_small creature 0 ATTACKABLE RORI creature_vrobal_bull creature_vrobal_potbellied creature_vrobal creature_vrobal creature_vrobal creature_vrobal creature_vrobal creature_vrobal creature_vrobal creature_vrobal creature_vrobal vrobal_wormed lair_leaf_small creature 0 ATTACKABLE RORI creature_vrobal_wormed creature_vrobal_sow creature_vrobal creature_vrobal creature_vrobal creature_vrobal creature_vrobal creature_vrobal creature_vrobal creature_vrobal creature_vrobal vynock_foaming lair_vynock_wasteland creature 0 ATTACKABLE CORELLIA;TALUS creature_vynock_foaming creature_vynock_foaming creature_vynock creature_vynock creature_vynock creature_vynock creature_vynock creature_vynock creature_vynock creature_vynock creature_vynock -weequay_outpost tatooine_weequayzealots_medium;tatooine_weequayzealots_medium2;tatooine_weequayzealots_large1;tatooine_weequayzealots_large2 npc 0 AGGRESSIVE TATOOINE humanoid_weequay_captain humanoid_weequay_champion humanoid_weequay_soldier humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug -weequay_zealots tatooine_weequayzealots_medium;tatooine_weequayzealots_medium2;tatooine_weequayzealots_large1;tatooine_weequayzealots_large2 npc 0 AGGRESSIVE TATOOINE humanoid_weequay_champion humanoid_weequay_zealot_elite humanoid_weequay_zealot humanoid_weequay_soldier humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug +weequay_outpost tatooine_weequayzealots_medium;tatooine_weequayzealots_medium2;tatooine_weequayzealots_large1;tatooine_weequayzealots_large2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_weequay_captain humanoid_weequay_champion humanoid_weequay_soldier humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug +weequay_zealots tatooine_weequayzealots_medium;tatooine_weequayzealots_medium2;tatooine_weequayzealots_large1;tatooine_weequayzealots_large2 objective_power_node npc 0 AGGRESSIVE TATOOINE humanoid_weequay_champion humanoid_weequay_zealot_elite humanoid_weequay_zealot humanoid_weequay_soldier humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug humanoid_weequay_thug whisper_bird lair_whisper_bird creature 0 ATTACKABLE YAVIN4 creature_whisper_bird_majestic creature_whisper_bird_female creature_whisper_bird_hatchling creature_whisper_bird_male creature_whisper_bird_hatchling creature_whisper_bird_hatchling creature_whisper_bird_hatchling creature_whisper_bird_hatchling creature_whisper_bird_hatchling creature_whisper_bird_hatchling creature_whisper_bird_hatchling -wilder_explorer anywhere_misc_camp_small_1 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_explorer creature_bol_mount_domestic humanoid_explorer humanoid_explorer humanoid_explorer humanoid_explorer humanoid_explorer humanoid_explorer humanoid_explorer humanoid_explorer humanoid_explorer -wilder_frontiersman anywhere_misc_camp_small_1 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_frontiersman creature_bol_mount_domestic humanoid_frontiersman humanoid_frontiersman humanoid_frontiersman humanoid_frontiersman humanoid_frontiersman humanoid_frontiersman humanoid_frontiersman humanoid_frontiersman humanoid_frontiersman -wilder_outrider anywhere_misc_camp_small_1 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider -wilder_pathfinder anywhere_misc_camp_small_1 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_pathfinder droid_le_repair humanoid_pathfinder humanoid_pathfinder humanoid_pathfinder humanoid_pathfinder humanoid_pathfinder humanoid_pathfinder humanoid_pathfinder humanoid_pathfinder humanoid_pathfinder -wilder_trailblazer anywhere_misc_camp_small_1 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_trailblazer creature_bol_mount_domestic humanoid_trailblazer humanoid_trailblazer humanoid_trailblazer humanoid_trailblazer humanoid_trailblazer humanoid_trailblazer humanoid_trailblazer humanoid_trailblazer humanoid_trailblazer -wilder_traveller anywhere_misc_camp_small_1 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_traveller droid_mouse humanoid_traveller humanoid_traveller humanoid_traveller humanoid_traveller humanoid_traveller humanoid_traveller humanoid_traveller humanoid_traveller humanoid_traveller -wilder_warder anywhere_misc_camp_small_1 npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_warder creature_bol_mount_domestic humanoid_warder humanoid_warder humanoid_warder humanoid_warder humanoid_warder humanoid_warder humanoid_warder humanoid_warder humanoid_warder +wilder_explorer anywhere_misc_camp_small_1 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_explorer creature_bol_mount_domestic humanoid_explorer humanoid_explorer humanoid_explorer humanoid_explorer humanoid_explorer humanoid_explorer humanoid_explorer humanoid_explorer humanoid_explorer +wilder_frontiersman anywhere_misc_camp_small_1 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_frontiersman creature_bol_mount_domestic humanoid_frontiersman humanoid_frontiersman humanoid_frontiersman humanoid_frontiersman humanoid_frontiersman humanoid_frontiersman humanoid_frontiersman humanoid_frontiersman humanoid_frontiersman +wilder_outrider anywhere_misc_camp_small_1 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider humanoid_outrider +wilder_pathfinder anywhere_misc_camp_small_1 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_pathfinder droid_le_repair humanoid_pathfinder humanoid_pathfinder humanoid_pathfinder humanoid_pathfinder humanoid_pathfinder humanoid_pathfinder humanoid_pathfinder humanoid_pathfinder humanoid_pathfinder +wilder_trailblazer anywhere_misc_camp_small_1 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_trailblazer creature_bol_mount_domestic humanoid_trailblazer humanoid_trailblazer humanoid_trailblazer humanoid_trailblazer humanoid_trailblazer humanoid_trailblazer humanoid_trailblazer humanoid_trailblazer humanoid_trailblazer +wilder_traveller anywhere_misc_camp_small_1 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_traveller droid_mouse humanoid_traveller humanoid_traveller humanoid_traveller humanoid_traveller humanoid_traveller humanoid_traveller humanoid_traveller humanoid_traveller humanoid_traveller +wilder_warder anywhere_misc_camp_small_1 objective_power_node npc 0 ATTACKABLE CORELLIA;DANTOOINE;DATHOMIR;ENDOR;LOK;NABOO;RORI;TALUS;TATOOINE;YAVIN4 humanoid_warder creature_bol_mount_domestic humanoid_warder humanoid_warder humanoid_warder humanoid_warder humanoid_warder humanoid_warder humanoid_warder humanoid_warder humanoid_warder womprat_desert_lesser lair_womp_rat_desert creature 0 ATTACKABLE TATOOINE creature_womprat_lesser_desert creature_womprat_twisted creature_womprat creature_womprat creature_womprat creature_womprat creature_womprat creature_womprat creature_womprat creature_womprat creature_womprat womprat_greater_desert lair_womp_rat_desert creature 0 ATTACKABLE TATOOINE creature_womprat_great_desert creature_womprat_variegated creature_womprat creature_womprat creature_womprat creature_womprat creature_womprat creature_womprat creature_womprat creature_womprat creature_womprat womprat_mutant lair_womp_rat creature 0 AGGRESSIVE TATOOINE creature_womprat_mutant_elite creature_womprat_sickly creature_womprat_tame creature_womprat creature_womprat creature_womprat creature_womprat creature_womprat creature_womprat creature_womprat creature_womprat -wookiee_brawler anywhere_misc_camp_small_1 npc 0 AGGRESSIVE NABOO;RORI;YAVIN4 humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler +wookiee_brawler anywhere_misc_camp_small_1 objective_power_node npc 0 AGGRESSIVE NABOO;RORI;YAVIN4 humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler humanoid_wookiee_brawler woolamander lair_woolamander creature 0 ATTACKABLE YAVIN4 creature_woolamander_enraged creature_woolamander_maddened creature_woolamander_ghost creature_woolamander_reaper creature_woolamander creature_woolamander creature_woolamander creature_woolamander creature_woolamander creature_woolamander creature_woolamander woolamander_jungle lair_woolamander_jungle creature 0 ATTACKABLE YAVIN4 creature_woolamander_gatherer creature_woolamander_harvester creature_woolamander_harrower creature_woolamander_wrathful creature_woolamander_stunted creature_woolamander_stunted creature_woolamander_stunted creature_woolamander_stunted creature_woolamander_stunted creature_woolamander_stunted creature_woolamander_stunted worrt_giant lair_worrt_desert creature 0 AGGRESSIVE TATOOINE creature_worrt_giant creature_worrt_gutbuster creature_worrt creature_worrt creature_worrt creature_worrt creature_worrt creature_worrt creature_worrt creature_worrt creature_worrt