diff --git a/serverdata/conversation/mensix_mce_hunt.sdb b/serverdata/conversation/mensix_mce_hunt.sdb new file mode 100644 index 000000000..03295f888 --- /dev/null +++ b/serverdata/conversation/mensix_mce_hunt.sdb @@ -0,0 +1,3 @@ +conversation_id conversation_file +TEXT TEXT +mensix_mce_hunt mensix_mce_hunt/default \ No newline at end of file diff --git a/serverdata/conversation/mensix_mce_hunt/default.json b/serverdata/conversation/mensix_mce_hunt/default.json new file mode 100644 index 000000000..d14e3d37e --- /dev/null +++ b/serverdata/conversation/mensix_mce_hunt/default.json @@ -0,0 +1,67 @@ +{ + "npcMessage": { + "file": "conversation/xandank_trophy", + "key": "s_14", + "comment": "Welcome, off-worlder. I wish I could greet you in a time when things were not so dire. But I am afraid that we have lots of troubles." + }, + "playerResponses": [ + { + "playerMessage": { + "file": "quest/ground/som_blistmok_hunt_25", + "key": "task01_journal_entry_title", + "comment": "Kill 25 Blistmoks" + }, + "next": "mensix_mce_hunt/kill_blistmok" + }, + { + "playerMessage": { + "file": "quest/ground/som_jundak_hunt_15", + "key": "task01_journal_entry_title", + "comment": "Collect 15 Jagged Jundak Teeth" + }, + "next": "mensix_mce_hunt/kill_jundak" + }, + { + "playerMessage": { + "file": "quest/ground/som_lava_beetle_hunt_15", + "key": "task01_journal_entry_title", + "comment": "Collect Kubaza Beetle Beads" + }, + "next": "mensix_mce_hunt/kill_lava_beetle" + }, + { + "playerMessage": { + "file": "quest/ground/som_tanray_hunt_20", + "key": "task01_journal_entry_title", + "comment": "Hunt Down 20 Tanray" + }, + "next": "mensix_mce_hunt/kill_tanray" + }, + { + "playerMessage": { + "file": "quest/ground/som_tulrus_hunt_20", + "key": "task01_journal_entry_title", + "comment": "Kill 20 Tulrus" + }, + "next": "mensix_mce_hunt/kill_tulrus" + }, + { + "playerMessage": { + "file": "quest/ground/som_xandank_hunt_25", + "key": "task01_journal_entry_title", + "comment": "Kill 25 Xandank" + }, + "next": "mensix_mce_hunt/kill_xandank" + } + ], + + "requirements": [], + "events": [ + { + "type": "npc_animation", + "args": { + "animation": "survey" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/conversation/mensix_mce_hunt/kill_blistmok.json b/serverdata/conversation/mensix_mce_hunt/kill_blistmok.json new file mode 100644 index 000000000..2b6725ec7 --- /dev/null +++ b/serverdata/conversation/mensix_mce_hunt/kill_blistmok.json @@ -0,0 +1,39 @@ +{ + "npcMessage": { + "file": "quest/ground/som_blistmok_hunt_25", + "key": "task01_journal_entry_description", + "comment": "Hunt down and kill 25 blistmoks that roam all over Mustafar." + }, + "playerResponses": [ + { + "playerMessage": { + "file": "conversation/xandank_trophy", + "key": "s_32", + "comment": "Tell you what...I will hunt them down for you." + } + } + ], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/som_blistmok_hunt_25", + "active": false + } + } + ], + "events": [ + { + "type": "grant_quest", + "args": { + "quest": "quest/som_blistmok_hunt_25" + } + }, + { + "type": "npc_animation", + "args": { + "animation": "thumb_up" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/conversation/mensix_mce_hunt/kill_jundak.json b/serverdata/conversation/mensix_mce_hunt/kill_jundak.json new file mode 100644 index 000000000..d31349c2d --- /dev/null +++ b/serverdata/conversation/mensix_mce_hunt/kill_jundak.json @@ -0,0 +1,39 @@ +{ + "npcMessage": { + "file": "quest/ground/som_jundak_hunt_15", + "key": "task01_journal_entry_description", + "comment": "Hunt down and kill jundak until you can collect 15 of their jagged teeth." + }, + "playerResponses": [ + { + "playerMessage": { + "file": "conversation/xandank_trophy", + "key": "s_32", + "comment": "Tell you what...I will hunt them down for you." + } + } + ], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/som_jundak_hunt_15", + "active": false + } + } + ], + "events": [ + { + "type": "grant_quest", + "args": { + "quest": "quest/som_jundak_hunt_15" + } + }, + { + "type": "npc_animation", + "args": { + "animation": "thumb_up" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/conversation/mensix_mce_hunt/kill_lava_beetle.json b/serverdata/conversation/mensix_mce_hunt/kill_lava_beetle.json new file mode 100644 index 000000000..d58774434 --- /dev/null +++ b/serverdata/conversation/mensix_mce_hunt/kill_lava_beetle.json @@ -0,0 +1,39 @@ +{ + "npcMessage": { + "file": "quest/ground/som_lava_beetle_hunt_15", + "key": "task01_journal_entry_description", + "comment": "Collect 15 of the Kubaza beetle beads that occasionally form when a kubaza beetle dies and its body explodes. The beads do not always form which might account for their value." + }, + "playerResponses": [ + { + "playerMessage": { + "file": "conversation/xandank_trophy", + "key": "s_32", + "comment": "Tell you what...I will hunt them down for you." + } + } + ], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/som_lava_beetle_hunt_15", + "active": false + } + } + ], + "events": [ + { + "type": "grant_quest", + "args": { + "quest": "quest/som_lava_beetle_hunt_15" + } + }, + { + "type": "npc_animation", + "args": { + "animation": "thumb_up" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/conversation/mensix_mce_hunt/kill_tanray.json b/serverdata/conversation/mensix_mce_hunt/kill_tanray.json new file mode 100644 index 000000000..debe66655 --- /dev/null +++ b/serverdata/conversation/mensix_mce_hunt/kill_tanray.json @@ -0,0 +1,39 @@ +{ + "npcMessage": { + "file": "quest/ground/som_jundak_hunt_15", + "key": "task01_journal_entry_description", + "comment": "Hunt down 20 Tanray for their meat." + }, + "playerResponses": [ + { + "playerMessage": { + "file": "conversation/xandank_trophy", + "key": "s_32", + "comment": "Tell you what...I will hunt them down for you." + } + } + ], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/som_tanray_hunt_20", + "active": false + } + } + ], + "events": [ + { + "type": "grant_quest", + "args": { + "quest": "quest/som_tanray_hunt_20" + } + }, + { + "type": "npc_animation", + "args": { + "animation": "thumb_up" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/conversation/mensix_mce_hunt/kill_tulrus.json b/serverdata/conversation/mensix_mce_hunt/kill_tulrus.json new file mode 100644 index 000000000..ce7d34093 --- /dev/null +++ b/serverdata/conversation/mensix_mce_hunt/kill_tulrus.json @@ -0,0 +1,39 @@ +{ + "npcMessage": { + "file": "quest/ground/som_jundak_hunt_15", + "key": "task01_journal_entry_description", + "comment": "The Tulrus population has obviously gotten out of hand. Too often the miners are coming face to face with these dangerous creatures. It is important that the numbers of Tulrus be reduced." + }, + "playerResponses": [ + { + "playerMessage": { + "file": "conversation/xandank_trophy", + "key": "s_32", + "comment": "Tell you what...I will hunt them down for you." + } + } + ], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/som_tulrus_hunt_20", + "active": false + } + } + ], + "events": [ + { + "type": "grant_quest", + "args": { + "quest": "quest/som_tulrus_hunt_20" + } + }, + { + "type": "npc_animation", + "args": { + "animation": "thumb_up" + } + } + ] +} \ No newline at end of file diff --git a/serverdata/conversation/mensix_mce_hunt/kill_xandank.json b/serverdata/conversation/mensix_mce_hunt/kill_xandank.json new file mode 100644 index 000000000..fa9f8af7d --- /dev/null +++ b/serverdata/conversation/mensix_mce_hunt/kill_xandank.json @@ -0,0 +1,39 @@ +{ + "npcMessage": { + "file": "quest/ground/som_jundak_hunt_15", + "key": "task01_journal_entry_description", + "comment": "Large Xandank packs are very dangerous and cause a serious hazard to the miners in the region. Culling the numbers of adult Xandank will go a long way to protecting the miners." + }, + "playerResponses": [ + { + "playerMessage": { + "file": "conversation/xandank_trophy", + "key": "s_32", + "comment": "Tell you what...I will hunt them down for you." + } + } + ], + "requirements": [ + { + "type": "active_quest", + "args": { + "quest": "quest/som_xandank_hunt_25", + "active": false + } + } + ], + "events": [ + { + "type": "grant_quest", + "args": { + "quest": "quest/som_xandank_hunt_25" + } + }, + { + "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 09473d0af..5558fa72f 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 +mensix_mce_hunt.sdb TRUE questgiver.sdb TRUE tatooine_jabbas_palace.sdb TRUE tatooine_mos_eisley.sdb TRUE diff --git a/serverdata/faction/faction_datatable.sdb b/serverdata/faction/faction_datatable.sdb index 375857af1..adf834539 100644 --- a/serverdata/faction/faction_datatable.sdb +++ b/serverdata/faction/faction_datatable.sdb @@ -1,111 +1,116 @@ -factionName playerAllowed isAggro isPvP pvpFaction enemies allies combatFactor -TEXT BOOLEAN BOOLEAN BOOLEAN TEXT TEXT TEXT FLOAT -aakuans TRUE TRUE FALSE - fed_dub;binayre;liberation_party - 1 -afarathu TRUE TRUE FALSE - corsec;survivor - 1 -afflicted FALSE TRUE FALSE - survivor;survivor_guard - 1 -aggro_corsec FALSE TRUE FALSE - afarathu;followers_of_lord_nyax;monumenter;rogue_corsec;lost_aqualish corsec 1 -alkhara TRUE TRUE FALSE - tusken_raider - 1 -avatar_blackscale FALSE TRUE FALSE - avatar_kashyyyk - 1 -avatar_kashyyyk FALSE TRUE FALSE - avatar_blackscale - 1 -azure_cabal TRUE FALSE FALSE - - - 1 -bandit TRUE TRUE FALSE - townsperson;police - 1 -beldonnas_league TRUE TRUE FALSE - followers_of_lord_nyax;lost_aqualish corsec 1 -binayre TRUE TRUE FALSE - fed_dub;aakuans;corsec - 1 -bloodrazor TRUE TRUE FALSE - canyon_corsair;nym - 1 -borvo TRUE TRUE FALSE - gungan;trade_federation;jabba;police - 1 -canyon_corsair TRUE TRUE FALSE - bloodrazor;nym - 1 -clone_relics_claw FALSE FALSE FALSE - - - 1 -clone_relics_droid FALSE TRUE FALSE - clone_relics_scientist - 1 -clone_relics_scientist FALSE FALSE FALSE - clone_relics_droid hutt;imperial;rebel 1 -cobral TRUE TRUE FALSE - police - 1 -cor_swoop TRUE TRUE FALSE - smashball - 1 -corsec TRUE TRUE FALSE - afarathu;followers_of_lord_nyax;monumenter;rogue_corsec;lost_aqualish;flail beldonnas_league 1 -dantari_raiders TRUE TRUE FALSE - kunga_tribe;mokk_tribe;janta_tribe - 1 -dark_jedi_kenobi FALSE TRUE FALSE - - - 1 -death_watch FALSE TRUE FALSE - death_watch_special - 1 -death_watch_special FALSE FALSE FALSE - - - 1 -desert_demon TRUE TRUE FALSE - swoop - 1 -donkuwah_tribe TRUE TRUE FALSE - gondula_tribe;panshee_tribe - 1 -drall TRUE TRUE FALSE - corsec;fed_dub - 1 -droid_army FALSE TRUE FALSE - mustafar_miners;mustafar_miner - 1 -endor_marauder TRUE TRUE FALSE - gondula_tribe;panshee_tribe - 1 -espa FALSE FALSE FALSE - - espa_guard 1 -espa_guard FALSE TRUE FALSE - - espa 1 -faction_sayormi FALSE TRUE FALSE - - - 1 -fed_dub TRUE TRUE FALSE - liberation_party;binayre;lost_aqualish;drall - 1 -flail TRUE TRUE FALSE - hidden_daggers;corsec - 1 -followers_of_lord_nyax TRUE TRUE FALSE - corsec;beldonnas_league - 1 -forest_kerritamba TRUE TRUE FALSE - forest_outcast - 1 -forest_outcast TRUE TRUE FALSE - forest_kerritamba - 1 -fs_villager TRUE TRUE FALSE - sith_shadow - 0 -garyn TRUE TRUE FALSE - police - 1 -geonosian_crazed_monster FALSE TRUE FALSE - - geonosian_mad_bunker 1 -geonosian_crazy FALSE TRUE FALSE - geonosian_mad_bunker;geonosian_crazed_monster - 1 -geonosian_mad_bunker FALSE TRUE FALSE - - geonosian_crazed_monster 1 -gondula_tribe TRUE TRUE FALSE - donkuwah_tribe;korga_tribe;pubam;endor_marauder panshee_tribe 1 -gorax FALSE TRUE FALSE - gondula_tribe;panshee_tribe - 1 -gungan TRUE TRUE FALSE - plasma_thief;swamp_rat;borvo;Imperial - 1 -hidden_daggers TRUE TRUE FALSE - corsec;beldonnas_league;flail;police rogue_corsec 1 -hsskor FALSE TRUE TRUE - kashyyyk_resistance - 1 -hutt TRUE TRUE FALSE - naboo_security_force;nym;Imperial;corsec;narmle;police jabba;borvo 1 -imperial TRUE TRUE TRUE imperial rebel;gungan;nightsister;hutt - 1 -imperialcitizen FALSE FALSE FALSE - - - 1 -jabba TRUE TRUE FALSE - valarian;borvo;police hutt 1 -janta_tribe TRUE TRUE FALSE - kunga_tribe;dantari_raiders - 1 -jawa TRUE TRUE FALSE - tusken_raider - 1 -kashyyyk_resistance FALSE TRUE TRUE - hsskor - 1 -kobola TRUE TRUE FALSE - narmle;spice_collective - 1 -korga_tribe TRUE TRUE FALSE - gondula_tribe;panshee_tribe - 1 -kunga_tribe TRUE TRUE FALSE - mokk_tribe;dantari_raiders - 1 -liberation_party TRUE TRUE FALSE - fed_dub;corsec - 1 -lok_mercenaries TRUE TRUE FALSE - bloodrazor;canyon_corsair - 1 -lost_aqualish TRUE TRUE FALSE - beldonnas_league;fed_dub;corsec - 1 -mokk_tribe TRUE TRUE FALSE - janta_tribe;dantari_raiders - 1 -monumenter TRUE TRUE FALSE - corsec;beldonnas_league - 1 -mtn_clan TRUE TRUE FALSE - nightsister;police - 1 -mustafar_miners FALSE TRUE FALSE - droid_army - 1 -mustafar_miner FALSE TRUE FALSE - droid_army - 1 -naboo TRUE TRUE FALSE - borvo - 1 -naboo_pirate TRUE TRUE FALSE - naboo_security_force;police - 1 -naboo_security_force TRUE TRUE FALSE - borvo;naboo_pirate;plasma_thief;swamp_rat;trade_federation - 1 -narmle TRUE TRUE FALSE - spice_collective;kobola - 1 -neutral FALSE FALSE FALSE - - - 1 -nightsister TRUE TRUE FALSE - mtn_clan;Imperial - 1 -nym TRUE TRUE FALSE - bloodrazor;canyon_corsair;sulfur_lake_pirate - 1 -olag_greck TRUE TRUE FALSE - corsec;beldonnas_league - 1 -panshee_tribe TRUE TRUE FALSE - donkuwah_tribe;korga_tribe;pubam;endor_marauder gondula_tribe 1 -pirate TRUE TRUE FALSE - - - 1 -plasma_thief TRUE TRUE FALSE - gungan;police - 1 -poacher FALSE TRUE FALSE - vrobal - 1 -police TRUE TRUE FALSE - borvo;naboo_pirate;plasma_thief;swamp_rat;trade_federation;garyn;cobral;spice_collective;mtn_clan;thug;bandit;Hutt; jabba;hidden_daggers;tusken_raider;valarian;swoop townsperson 1 -pubam TRUE TRUE FALSE - gondula_tribe;panshee_tribe - 1 -rebel TRUE TRUE TRUE rebel imperial - 1 -rebelcitizen FALSE FALSE FALSE - - - 1 -rogue_corsec TRUE TRUE FALSE - corsec hidden_daggers 1 -rorgungan TRUE TRUE FALSE - spice_collective - 1 -sif TRUE TRUE FALSE - rebel;imperial hutt 1 -sith_shadow TRUE TRUE FALSE - fs_villager rebel;imperial 0 -sith_shadow_nonaggro TRUE FALSE FALSE - fs_villager rebel;imperial 0 -smashball TRUE TRUE FALSE - corsec;cor_swoop - 1 -spice_collective TRUE TRUE FALSE - narmle;rorgungan;kobola;police - 1 -spider_nightsister TRUE TRUE FALSE - mtn_clan - 1 -sulfur_lake_pirate FALSE TRUE FALSE - nym - 1 -survivor FALSE FALSE FALSE - - - 1 -survivor_guard FALSE FALSE FALSE - afflicted - 1 -swamp_rat TRUE TRUE FALSE - gungan;police - 1 -swoop TRUE TRUE FALSE - desert_demon;police - 1 -thug TRUE TRUE FALSE - townsperson;police - 1 -townsperson TRUE FALSE FALSE - thug;bandit rebel;imperial;police 1 -trade_federation TRUE TRUE FALSE - borvo;naboo_security_force;police - 1 -tusken_raider TRUE TRUE FALSE - jawa;alkhara;police - 1 -unattackable FALSE FALSE FALSE unattackable - - 1 -underworld TRUE FALSE FALSE - - - 1 -valarian TRUE TRUE FALSE - jabba;police - 1 -vrobal FALSE TRUE FALSE - poacher - 1 -warren_cyborg FALSE TRUE FALSE - warren_imperial;warren_imperial_worker;warren_huurton;warren_teraud;warren_scientist - 1 -warren_huurton FALSE TRUE FALSE - warren_imperial;warren_imperial_worker;warren_cyborg;warren_teraud - 1 -warren_imperial FALSE TRUE FALSE - warren_huurton;warren_teraud;warren_cyborg warren_imperial_worker 1 -warren_imperial_worker FALSE TRUE FALSE - warren_huurton;warren_teraud;warren_cyborg warren_imperial 1 -warren_scientist FALSE TRUE FALSE - warren_teraud;warren_cyborg - 1 -warren_teraud FALSE TRUE FALSE - warren_huurton;warren_imperial;warren_imperial_worker;warren_cyborg;warren_scientist - 1 -yavin_scavenger TRUE TRUE FALSE - Hutt; jabba - 1 \ No newline at end of file +factionName playerAllowed isAggro isPvP pvpFaction SysMsg enemies allies combatFactor +TEXT BOOLEAN BOOLEAN BOOLEAN TEXT BOOLEAN TEXT TEXT FLOAT +aakuans TRUE TRUE FALSE - TRUE fed_dub;binayre;liberation_party - 1 +afarathu TRUE TRUE FALSE - TRUE corsec;survivor - 1 +afflicted FALSE TRUE FALSE - FALSE survivor;survivor_guard - 1 +aggro_corsec FALSE TRUE FALSE - FALSE afarathu;followers_of_lord_nyax;monumenter;rogue_corsec;lost_aqualish corsec 1 +alkhara TRUE TRUE FALSE - TRUE tusken_raider - 1 +avatar_blackscale FALSE TRUE FALSE - FALSE avatar_kashyyyk - 1 +avatar_kashyyyk FALSE TRUE FALSE - FALSE avatar_blackscale - 1 +azure_cabal TRUE FALSE FALSE - FALSE - - 1 +bandit TRUE TRUE FALSE - TRUE townsperson;police - 1 +beldonnas_league TRUE TRUE FALSE - TRUE followers_of_lord_nyax;lost_aqualish corsec 1 +binayre TRUE TRUE FALSE - TRUE fed_dub;aakuans;corsec - 1 +bloodrazor TRUE TRUE FALSE - TRUE canyon_corsair;nym - 1 +borvo TRUE TRUE FALSE - TRUE gungan;trade_federation;jabba;police - 1 +canyon_corsair TRUE TRUE FALSE - TRUE bloodrazor;nym - 1 +clone_relics_claw FALSE FALSE FALSE - FALSE - - 1 +clone_relics_droid FALSE TRUE FALSE - FALSE clone_relics_scientist - 1 +clone_relics_scientist FALSE FALSE FALSE - FALSE clone_relics_droid hutt;imperial;rebel 1 +cobral TRUE TRUE FALSE - TRUE police - 1 +cor_swoop TRUE TRUE FALSE - TRUE smashball - 1 +corsec TRUE TRUE FALSE - TRUE afarathu;followers_of_lord_nyax;monumenter;rogue_corsec;lost_aqualish;flail beldonnas_league 1 +dantari_raiders TRUE TRUE FALSE - TRUE kunga_tribe;mokk_tribe;janta_tribe - 1 +dark_jedi_kenobi FALSE TRUE FALSE - FALSE - - 1 +death_watch FALSE TRUE FALSE - FALSE death_watch_special - 1 +death_watch_special FALSE FALSE FALSE - FALSE - - 1 +desert_demon TRUE TRUE FALSE - TRUE swoop - 1 +donkuwah_tribe TRUE TRUE FALSE - TRUE gondula_tribe;panshee_tribe - 1 +drall TRUE TRUE FALSE - TRUE corsec;fed_dub - 1 +droid_army FALSE TRUE FALSE - FALSE mustafar_miners;mustafar_miner - 1 +endor_marauder TRUE TRUE FALSE - TRUE gondula_tribe;panshee_tribe - 1 +espa FALSE FALSE FALSE - FALSE - espa_guard 1 +espa_guard FALSE TRUE FALSE - FALSE - espa 1 +faction_sayormi FALSE TRUE FALSE - TRUE - - 1 +fed_dub TRUE TRUE FALSE - TRUE liberation_party;binayre;lost_aqualish;drall - 1 +flail TRUE TRUE FALSE - TRUE hidden_daggers;corsec - 1 +followers_of_lord_nyax TRUE TRUE FALSE - TRUE corsec;beldonnas_league - 1 +forest_kerritamba TRUE TRUE FALSE - TRUE forest_outcast - 1 +forest_outcast TRUE TRUE FALSE - TRUE forest_kerritamba - 1 +fs_villager TRUE TRUE FALSE - TRUE sith_shadow - 0 +garyn TRUE TRUE FALSE - TRUE police - 1 +geonosian_crazed_monster FALSE TRUE FALSE - FALSE - geonosian_mad_bunker 1 +geonosian_crazy FALSE TRUE FALSE - FALSE geonosian_mad_bunker;geonosian_crazed_monster - 1 +geonosian_mad_bunker FALSE TRUE FALSE - FALSE - geonosian_crazed_monster 1 +gondula_tribe TRUE TRUE FALSE - TRUE donkuwah_tribe;korga_tribe;pubam;endor_marauder panshee_tribe 1 +gorax FALSE TRUE FALSE - TRUE gondula_tribe;panshee_tribe - 1 +gungan TRUE TRUE FALSE - TRUE plasma_thief;swamp_rat;borvo;Imperial - 1 +hidden_daggers TRUE TRUE FALSE - TRUE corsec;beldonnas_league;flail;police rogue_corsec 1 +hsskor FALSE TRUE TRUE - TRUE kashyyyk_resistance - 1 +hutt TRUE TRUE FALSE - TRUE naboo_security_force;nym;Imperial;corsec;narmle;police jabba;borvo 1 +imperial TRUE TRUE TRUE imperial TRUE rebel;gungan;nightsister;hutt - 1 +imperialcitizen FALSE FALSE FALSE - FALSE - - 1 +jabba TRUE TRUE FALSE - TRUE valarian;borvo;police hutt 1 +janta_tribe TRUE TRUE FALSE - TRUE kunga_tribe;dantari_raiders - 1 +jawa TRUE TRUE FALSE - TRUE tusken_raider - 1 +kashyyyk TRUE TRUE FALSE - TRUE - - 1 +kashyyyk_resistance FALSE TRUE TRUE - FALSE hsskor - 1 +kobola TRUE TRUE FALSE - TRUE narmle;spice_collective - 1 +korga_tribe TRUE TRUE FALSE - TRUE gondula_tribe;panshee_tribe - 1 +kunga_tribe TRUE TRUE FALSE - TRUE mokk_tribe;dantari_raiders - 1 +liberation_party TRUE TRUE FALSE - TRUE fed_dub;corsec - 1 +lok_mercenaries TRUE TRUE FALSE - TRUE bloodrazor;canyon_corsair - 1 +lost_aqualish TRUE TRUE FALSE - TRUE beldonnas_league;fed_dub;corsec - 1 +marauder TRUE TRUE FALSE - TRUE - - 1 +mokk_tribe TRUE TRUE FALSE - TRUE janta_tribe;dantari_raiders - 1 +monumenter TRUE TRUE FALSE - TRUE corsec;beldonnas_league - 1 +mtn_clan TRUE TRUE FALSE - TRUE nightsister;police - 1 +mustafar_bandit FALSE TRUE FALSE - FALSE droid_army;mustafar_miner;mustafar_treasure;mustafar_creatures - 1 +mustafar_creatures FALSE TRUE FALSE - FALSE droid_army;mustafar_bandit;mustafar_miner;mustafar_treasure - 1 +mustafar_miner FALSE TRUE FALSE - FALSE droid_army;mustafar_bandit;mustafar_creatures mustafar_treasure 1 +mustafar_treasure FALSE TRUE FALSE - FALSE droid_army;mustafar_bandit;mustafar_creatures mustafar_miner 1 +naboo TRUE TRUE FALSE - TRUE borvo - 1 +naboo_pirate TRUE TRUE FALSE - TRUE naboo_security_force;police - 1 +naboo_security_force TRUE TRUE FALSE - TRUE borvo;naboo_pirate;plasma_thief;swamp_rat;trade_federation - 1 +narmle TRUE TRUE FALSE - TRUE spice_collective;kobola - 1 +neutral FALSE FALSE FALSE - FALSE - - 1 +nightsister TRUE TRUE FALSE - TRUE mtn_clan;Imperial - 1 +nym TRUE TRUE FALSE - TRUE bloodrazor;canyon_corsair;sulfur_lake_pirate - 1 +olag_greck TRUE TRUE FALSE - TRUE corsec;beldonnas_league - 1 +panshee_tribe TRUE TRUE FALSE - TRUE donkuwah_tribe;korga_tribe;pubam;endor_marauder gondula_tribe 1 +pirate TRUE TRUE FALSE - TRUE police;imperial;rebel;corsec;naboo_security_force - 1 +plasma_thief TRUE TRUE FALSE - TRUE gungan;police - 1 +poacher FALSE TRUE FALSE - FALSE vrobal - 1 +police TRUE TRUE FALSE - FALSE borvo;naboo_pirate;plasma_thief;swamp_rat;trade_federation;garyn;cobral;spice_collective;mtn_clan;thug;bandit;Hutt; jabba;hidden_daggers;tusken_raider;valarian;swoop townsperson 1 +pubam TRUE TRUE FALSE - TRUE gondula_tribe;panshee_tribe - 1 +rebel TRUE TRUE TRUE rebel TRUE imperial - 1 +rebelcitizen FALSE FALSE FALSE - FALSE - - 1 +restuss TRUE TRUE FALSE - TRUE - - 1 +rogue_corsec TRUE TRUE FALSE - TRUE corsec hidden_daggers 1 +rorgungan TRUE TRUE FALSE - FALSE spice_collective - 1 +sif TRUE TRUE FALSE - TRUE rebel;imperial hutt 1 +sith_shadow TRUE TRUE FALSE - TRUE fs_villager rebel;imperial 0 +sith_shadow_nonaggro TRUE FALSE FALSE - TRUE fs_villager rebel;imperial 0 +smashball TRUE TRUE FALSE - TRUE corsec;cor_swoop - 1 +spice_collective TRUE TRUE FALSE - TRUE narmle;rorgungan;kobola;police - 1 +spider_nightsister TRUE TRUE FALSE - TRUE mtn_clan - 1 +sulfur_lake_pirate FALSE TRUE FALSE - FALSE nym - 1 +survivor FALSE FALSE FALSE - FALSE - - 1 +survivor_guard FALSE FALSE FALSE - FALSE afflicted - 1 +swamp_rat TRUE TRUE FALSE - TRUE gungan;police - 1 +swoop TRUE TRUE FALSE - TRUE desert_demon;police - 1 +thug TRUE TRUE FALSE - TRUE townsperson;police - 1 +townsperson TRUE FALSE FALSE - TRUE thug;bandit rebel;imperial;police 1 +trade_federation TRUE TRUE FALSE - TRUE borvo;naboo_security_force;police - 1 +tusken_raider TRUE TRUE FALSE - TRUE jawa;alkhara;police - 1 +unattackable FALSE FALSE FALSE unattackable FALSE - - 1 +underworld TRUE FALSE FALSE - FALSE - - 1 +valarian TRUE TRUE FALSE - TRUE jabba;police - 1 +vrobal FALSE TRUE FALSE - FALSE poacher - 1 +warren_cyborg FALSE TRUE FALSE - TRUE warren_imperial;warren_imperial_worker;warren_huurton;warren_teraud;warren_scientist - 1 +warren_huurton FALSE TRUE FALSE - TRUE warren_imperial;warren_imperial_worker;warren_cyborg;warren_teraud - 1 +warren_imperial FALSE TRUE FALSE - TRUE warren_huurton;warren_teraud;warren_cyborg warren_imperial_worker 1 +warren_imperial_worker FALSE TRUE FALSE - TRUE warren_huurton;warren_teraud;warren_cyborg warren_imperial 1 +warren_scientist FALSE TRUE FALSE - TRUE warren_teraud;warren_cyborg - 1 +warren_teraud FALSE TRUE FALSE - TRUE warren_huurton;warren_imperial;warren_imperial_worker;warren_cyborg;warren_scientist - 1 +yavin_scavenger TRUE TRUE FALSE - TRUE Hutt; jabba - 1 \ No newline at end of file diff --git a/serverdata/items/items_weapon_cu.sdb b/serverdata/items/items_weapon_cu.sdb index 3ebf622c2..809432c18 100644 --- a/serverdata/items/items_weapon_cu.sdb +++ b/serverdata/items/items_weapon_cu.sdb @@ -25,7 +25,7 @@ carbine_geo Kalranoos Carbine object/weapon/ranged/carbine/carbine_geo.iff weapo carbine_laser Laser Carbine object/weapon/ranged/carbine/carbine_laser.iff weapon 1 1000 ranged_weapon CARBINE 157 745 energy heat 70 2.75 130 0 50 0 50 0 16 0 0 0 0 0 0 5000 0 0 - carbine_nym_slugthrower Nym’s Slug-thrower Carbine object/weapon/ranged/carbine/carbine_nym_slugthrower.iff weapon 1 1000 ranged_weapon CARBINE 134 655 kinetic acid 160 2.75 130 0 50 0 50 0 16 0 0 0 0 0 0 5000 0 0 - carbine_proton Proton Carbine object/weapon/ranged/carbine/carbine_proton.iff weapon 1 1000 ranged_weapon CARBINE 184 855 energy cold 90 2.75 130 0 50 0 54 combat_bountyhunter_master 0 16 0 0 0 0 0 0 5400 0 0 - -carbine_republic_sfor Sfor Republic Carbine object/weapon/ranged/carbine/shared_som_carbine_republic_sfor.iff weapon 1 1000 ranged_weapon CARBINE 202 925 energy 0 2.75 130 0 50 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +carbine_republic_sfor Sfor Republic Carbine object/weapon/ranged/carbine/som_carbine_republic_sfor.iff weapon 1 1000 ranged_weapon CARBINE 202 925 energy 0 2.75 130 0 50 0 54 0 27 0 0 0 0 0 0 5400 0 0 - carbine_underslung Underslung Carbine object/weapon/ranged/carbine/carbine_underslung.iff weapon 1 1000 ranged_weapon CARBINE 144 695 kinetic 0 2.75 130 0 50 0 40 0 9 0 0 0 0 0 0 4000 0 0 - carbine_wookiee_bowcaster Modified X1 Carbine object/weapon/ranged/carbine/ep3/carbine_wookiee_bowcaster.iff weapon 1 1000 ranged_weapon CARBINE 175 822 kinetic heat 120 2.75 130 0 35 0 54 combat_carbine_master 0 27 0 0 0 0 0 0 5400 0 0 - ep3_loot_blackbane Blackbane Nail object/weapon/melee/knife/ep3_loot_blackbane.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 121 540 kinetic 0 2.5 120 0 5 0 30 combat_1hsword_novice 0 29 0 0 0 0 0 0 3000 0 0 - @@ -62,14 +62,14 @@ ep3_loot_silencer The Silencer object/weapon/ranged/pistol/ep3_loot_silencer.iff ep3_loot_soulstinger Sayormi Soulstinger object/weapon/melee/special/ep3_loot_soulstinger.iff weapon 1 1000 melee_weapon UNARMED 132 645 energy 0 2.5 120 0 25 0 40 combat_unarmed_speed_03 0 29 0 0 0 0 0 0 4000 0 0 - ep3_loot_strike Strike Assault Lance object/weapon/melee/polearm/ep3_loot_strike.iff weapon 1 1000 melee_weapon POLEARM_MELEE 138 605 kinetic 0 2.75 130 0 5 0 30 combat_polearm_master 0 29 0 0 0 0 0 0 3000 0 0 - ep3_loot_void The Void object/weapon/ranged/heavy/ep3_loot_void.iff weapon 1 1000 ranged_weapon HEAVY 189 875 kinetic 0 3.25 150 0 55 0 40 combat_commando_heavyweapon_accuracy_03 0 29 0 0 0 0 0 0 4000 0 0 - -grenade_bug_bomb Zicx-bug Bomb object/weapon/ranged/grenade/shared_grenade_bug_bomb.iff weapon 1 1000 ranged_weapon THROWN 162 645 energy 0 11 85 0 5 0 9 combat_commando_heavyweapon_accuracy_02 0 27 0 0 0 0 0 0 900 0 0 - -grenade_cryoban CryoBan Grenade object/weapon/ranged/grenade/shared_grenade_cryoban.iff weapon 1 1000 ranged_weapon THROWN 129 515 energy 0 11 85 0 5 0 8 combat_commando_heavyweapon_accuracy_01 0 27 0 0 0 0 0 0 800 0 0 - -grenade_fragmentation C22 Fragmentation Grenade object/weapon/ranged/grenade/shared_grenade_fragmentation.iff weapon 1 1000 ranged_weapon THROWN 70 280 kinetic 0 11 85 20 40 0 7 combat_commando_novice 0 27 0 0 0 0 0 0 700 0 0 - -grenade_fragmentation_light C12 Fragmentation Grenade object/weapon/ranged/grenade/shared_grenade_fragmentation_light.iff weapon 1 1000 ranged_weapon THROWN 162 645 kinetic 0 11 100 5 10 0 9 combat_commando_heavyweapon_accuracy_02 0 27 0 0 0 0 0 0 900 0 0 - -grenade_glop Glop Grenade object/weapon/ranged/grenade/shared_grenade_glop.iff weapon 1 1000 ranged_weapon THROWN 182 725 energy 0 11 110 5 10 0 10 combat_commando_heavyweapon_accuracy_03 0 27 0 0 0 0 0 0 1000 0 0 - -grenade_imperial_detonator Imperial Detonator object/weapon/ranged/grenade/shared_grenade_imperial_detonator.iff weapon 1 1000 ranged_weapon THROWN 87 345 energy 0 11 65 10 30 0 1 0 27 0 0 0 0 0 0 100 0 0 - -grenade_proton Proton Grenade object/weapon/ranged/grenade/shared_grenade_proton.iff weapon 1 1000 ranged_weapon THROWN 260 1040 energy 0 11 140 0 0 0 12 combat_commando_master 0 27 0 0 0 0 0 0 1200 0 0 - -grenade_thermal_detonator Thermal Detonator object/weapon/ranged/grenade/shared_grenade_thermal_detonator.iff weapon 1 1000 ranged_weapon THROWN 229 915 energy 0 11 120 5 15 0 11 combat_commando_heavyweapon_accuracy_04 0 27 0 0 0 0 0 0 1100 0 0 - +grenade_bug_bomb Zicx-bug Bomb object/weapon/ranged/grenade/grenade_bug_bomb.iff weapon 1 1000 ranged_weapon THROWN 162 645 energy 0 11 85 0 5 0 9 combat_commando_heavyweapon_accuracy_02 0 27 0 0 0 0 0 0 900 0 0 - +grenade_cryoban CryoBan Grenade object/weapon/ranged/grenade/grenade_cryoban.iff weapon 1 1000 ranged_weapon THROWN 129 515 energy 0 11 85 0 5 0 8 combat_commando_heavyweapon_accuracy_01 0 27 0 0 0 0 0 0 800 0 0 - +grenade_fragmentation C22 Fragmentation Grenade object/weapon/ranged/grenade/grenade_fragmentation.iff weapon 1 1000 ranged_weapon THROWN 70 280 kinetic 0 11 85 20 40 0 7 combat_commando_novice 0 27 0 0 0 0 0 0 700 0 0 - +grenade_fragmentation_light C12 Fragmentation Grenade object/weapon/ranged/grenade/grenade_fragmentation_light.iff weapon 1 1000 ranged_weapon THROWN 162 645 kinetic 0 11 100 5 10 0 9 combat_commando_heavyweapon_accuracy_02 0 27 0 0 0 0 0 0 900 0 0 - +grenade_glop Glop Grenade object/weapon/ranged/grenade/grenade_glop.iff weapon 1 1000 ranged_weapon THROWN 182 725 energy 0 11 110 5 10 0 10 combat_commando_heavyweapon_accuracy_03 0 27 0 0 0 0 0 0 1000 0 0 - +grenade_imperial_detonator Imperial Detonator object/weapon/ranged/grenade/grenade_imperial_detonator.iff weapon 1 1000 ranged_weapon THROWN 87 345 energy 0 11 65 10 30 0 1 0 27 0 0 0 0 0 0 100 0 0 - +grenade_proton Proton Grenade object/weapon/ranged/grenade/grenade_proton.iff weapon 1 1000 ranged_weapon THROWN 260 1040 energy 0 11 140 0 0 0 12 combat_commando_master 0 27 0 0 0 0 0 0 1200 0 0 - +grenade_thermal_detonator Thermal Detonator object/weapon/ranged/grenade/grenade_thermal_detonator.iff weapon 1 1000 ranged_weapon THROWN 229 915 energy 0 11 120 5 15 0 11 combat_commando_heavyweapon_accuracy_04 0 27 0 0 0 0 0 0 1100 0 0 - heavy_acid_beam Acid Stream Launcher object/weapon/ranged/heavy/heavy_acid_beam.iff weapon 1 1000 ranged_weapon HEAVY 132 645 energy acid 220 3.25 150 0 65 0 40 combat_commando_support_03 0 35 0 0 0 0 0 0 4000 0 0 - heavy_lightning_beam Lightning Beam Cannon object/weapon/ranged/heavy/heavy_lightning_beam.iff weapon 1 1000 ranged_weapon HEAVY 163 772 energy electricity 220 3.25 150 0 40 0 50 combat_commando_heavyweapon_speed_04 0 23 0 0 0 0 0 0 5000 0 0 - heavy_particle_beam Heavy Particle Beam Cannon object/weapon/ranged/heavy/heavy_particle_beam.iff weapon 1 1000 ranged_weapon HEAVY 111 563 energy heat 150 3.25 150 0 40 0 30 combat_commando_heavyweapon_speed_02 0 25 0 0 0 0 0 0 3000 0 0 - @@ -90,12 +90,12 @@ lance_cryo Cryo Lance object/weapon/melee/polearm/lance_cryo.iff weapon 1 1000 m lance_electric_polearm Electric Polearm object/weapon/melee/polearm/lance_electric_polearm.iff weapon 1 1000 melee_weapon POLEARM_MELEE 141 620 kinetic electricity 80 2.75 130 0 5 0 40 0 33 0 0 0 0 0 0 4000 0 0 - lance_kaminoan Kaminoan Great Staff object/weapon/melee/polearm/lance_kaminoan.iff weapon 1 1000 melee_weapon POLEARM_MELEE 103 465 kinetic 0 2.75 130 0 5 0 54 0 18 0 0 0 0 0 0 5400 0 0 - lance_kashyyk Kashyyyk Blade Stick object/weapon/melee/polearm/lance_kashyyk.iff weapon 1 1000 melee_weapon POLEARM_MELEE 191 820 kinetic 0 2.75 130 0 5 0 50 0 33 0 0 0 0 0 0 5000 0 0 - -lance_lightsaber Double-Bladed Lightsaber object/weapon/melee/polearm/crafted_saber/shared_sword_lightsaber_polearm_s1.iff weapon 1 1000 melee_weapon POLEARM_SABER 226 960 energy heat 110 2.75 130 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +lance_lightsaber Double-Bladed Lightsaber object/weapon/melee/polearm/crafted_saber/sword_lightsaber_polearm_s1.iff weapon 1 1000 melee_weapon POLEARM_SABER 226 960 energy heat 110 2.75 130 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - lance_massassi Massassi Lance object/weapon/melee/polearm/lance_massassi.iff weapon 1 1000 melee_weapon POLEARM_MELEE 218 925 kinetic 0 2.75 130 0 5 0 54 combat_polearm_master 0 26 0 0 0 0 0 0 5400 0 0 - lance_nightsister Nightsister Energy Lance object/weapon/melee/polearm/lance_nightsister.iff weapon 1 1000 melee_weapon POLEARM_MELEE 202 925 kinetic 0 2.75 130 0 5 0 54 combat_polearm_master 0 35 0 0 0 0 0 0 5400 0 0 - lance_shock Shock Lance object/weapon/melee/polearm/lance_shock.iff weapon 1 1000 melee_weapon POLEARM_MELEE 104 538 kinetic electricity 50 2.75 130 0 5 0 54 0 25 0 0 0 0 0 0 5400 0 0 - -lance_som_obsidian Obsidian Lance object/weapon/melee/polearm/shared_som_lance_obsidian.iff weapon 1 1000 melee_weapon POLEARM_MELEE 218 925 energy 0 2.75 130 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - -lance_som_xandank Xandank Lance object/weapon/melee/polearm/shared_som_lance_xandank.iff weapon 1 1000 melee_weapon POLEARM_MELEE 218 925 energy 0 2.75 130 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +lance_som_obsidian Obsidian Lance object/weapon/melee/polearm/som_lance_obsidian.iff weapon 1 1000 melee_weapon POLEARM_MELEE 218 925 energy 0 2.75 130 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +lance_som_xandank Xandank Lance object/weapon/melee/polearm/som_lance_xandank.iff weapon 1 1000 melee_weapon POLEARM_MELEE 218 925 energy 0 2.75 130 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - lance_staff_janta Janta Staff object/weapon/melee/polearm/lance_staff_janta.iff weapon 1 1000 melee_weapon POLEARM_MELEE 23 92 kinetic 0 2.75 130 0 5 0 6 0 10 0 0 0 0 0 0 600 0 0 - lance_staff_metal Metal Staff object/weapon/melee/polearm/lance_staff_metal.iff weapon 1 1000 melee_weapon POLEARM_MELEE 27 140 kinetic 0 2.75 130 0 5 0 7 0 7 0 0 0 0 0 0 700 0 0 - lance_staff_wood_s1 Wood Staff object/weapon/melee/polearm/lance_staff_wood_s1.iff weapon 1 1000 melee_weapon POLEARM_MELEE 19 75 kinetic 0 2.75 130 0 5 0 1 0 7 0 0 0 0 0 0 100 0 0 - @@ -123,7 +123,6 @@ pistol_intimidator Intimidator Pistol object/weapon/ranged/pistol/pistol_intimid pistol_jawa Jawa Ion Pistol object/weapon/ranged/pistol/pistol_jawa.iff weapon 1 1000 ranged_weapon PISTOL 67 385 energy electricity 40 2.5 120 0 35 0 30 0 23 0 0 0 0 0 0 3000 0 0 - pistol_kyd21 KYD21 Pistol object/weapon/ranged/pistol/pistol_kyd21_generic.iff weapon 1 1000 ranged_weapon PISTOL 179 833 kinetic 0 2.5 120 0 25 0 54 combat_pistol_master 0 27 0 0 0 0 0 0 5400 0 0 - pistol_launcher Launcher Pistol object/weapon/ranged/pistol/pistol_launcher.iff weapon 1 1000 ranged_weapon HEAVY 60 360 kinetic heat 80 3.25 150 0 45 0 14 combat_commando_novice 0 35 0 0 0 0 0 0 1400 0 0 - -pistol_launcher Launcher Pistol object/weapon/ranged/pistol/pistol_launcher.iff weapon 1 1000 ranged_weapon PISTOL 27 230 kinetic heat 80 2.5 120 0 45 0 14 combat_commando_novice 0 35 0 0 0 0 0 0 1400 0 0 - pistol_power5 Power5 Pistol object/weapon/ranged/pistol/pistol_power5.iff weapon 1 1000 ranged_weapon PISTOL 125 620 energy 0 2.5 120 0 35 0 40 0 13 0 0 0 0 0 0 4000 0 0 - pistol_renegade Renegade Pistol object/weapon/ranged/pistol/pistol_renegade.iff weapon 1 1000 ranged_weapon PISTOL 177 825 energy 0 2.5 120 0 35 0 54 combat_smuggler_master 0 32 0 0 0 0 0 0 5400 0 0 - pistol_republic_blaster Republic Blaster object/weapon/ranged/pistol/pistol_republic_blaster.iff weapon 1 1000 ranged_weapon PISTOL 167 785 energy acid 60 2.5 120 0 35 0 54 combat_pistol_master 0 20 0 0 0 0 0 0 5400 0 0 - @@ -172,12 +171,12 @@ rifle_trando_hunter Trandoshan Hunting Rifle object/weapon/ranged/rifle/ep3/rifl rifle_tusken Tusken Rifle object/weapon/ranged/rifle/rifle_tusken.iff weapon 1 1000 ranged_weapon RIFLE 163 772 kinetic 0 3 140 0 65 0 40 0 12 0 0 0 0 0 0 4000 0 0 - rifle_victor_tusken Lithitanium Rifle object/weapon/ranged/rifle/rifle_victor_tusken.iff weapon 1 1000 ranged_weapon RIFLE 165 780 kinetic 0 3 140 0 65 0 40 0 17 0 0 0 0 0 0 4000 0 0 - rocket_launcher Rocket Launcher object/weapon/ranged/heavy/launcher.iff weapon 1 1000 ranged_weapon HEAVY 62 370 kinetic heat 200 3.25 150 0 64 0 20 combat_commando_thrownweapon_01 0 31 0 0 0 0 0 0 2000 0 0 - -som_hvy_lava_cannon Lava Cannon object/weapon/ranged/heavy/shared_som_lava_cannon.iff weapon 1 1000 ranged_weapon HEAVY 222 1010 energy heat 140 3.25 150 0 65 0 54 0 27 0 0 0 0 0 0 5400 0 0 - -som_hvy_republic_flamer Heavy Republic Flame Thrower object/weapon/ranged/heavy/shared_som_republic_flamer.iff weapon 1 1000 ranged_weapon HEAVY 222 1010 energy heat 140 3.25 150 0 35 0 54 0 27 0 0 0 0 0 0 5400 0 0 - -som_pistol_disruptor_pistol Disruptor Pistol object/weapon/ranged/pistol/shared_som_disruptor_pistol.iff weapon 1 1000 ranged_weapon PISTOL 177 825 energy 0 2.5 120 0 35 0 54 0 27 0 0 0 0 0 0 5400 0 0 - -som_pistol_ion_relic Ion Relic Pistol object/weapon/ranged/pistol/shared_som_ion_relic_pistol.iff weapon 1 1000 ranged_weapon PISTOL 177 825 energy 0 2.5 120 0 35 0 54 0 27 0 0 0 0 0 0 5400 0 0 - -som_rifle_dp23 DP-23 Rifle object/weapon/ranged/rifle/shared_som_rifle_dp23.iff weapon 1 1000 ranged_weapon RIFLE 234 1055 energy 0 3 140 0 65 0 54 0 27 0 0 0 0 0 0 5400 0 0 - -som_rifle_mustafar_disruptor Disruptor Rifle object/weapon/ranged/rifle/shared_som_rifle_mustafar_disruptor.iff weapon 1 1000 ranged_weapon RIFLE 234 1055 energy 0 3 140 0 65 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +som_hvy_lava_cannon Lava Cannon object/weapon/ranged/heavy/som_lava_cannon.iff weapon 1 1000 ranged_weapon HEAVY 222 1010 energy heat 140 3.25 150 0 65 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +som_hvy_republic_flamer Heavy Republic Flame Thrower object/weapon/ranged/heavy/som_republic_flamer.iff weapon 1 1000 ranged_weapon HEAVY 222 1010 energy heat 140 3.25 150 0 35 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +som_pistol_disruptor_pistol Disruptor Pistol object/weapon/ranged/pistol/som_disruptor_pistol.iff weapon 1 1000 ranged_weapon PISTOL 177 825 energy 0 2.5 120 0 35 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +som_pistol_ion_relic Ion Relic Pistol object/weapon/ranged/pistol/som_ion_relic_pistol.iff weapon 1 1000 ranged_weapon PISTOL 177 825 energy 0 2.5 120 0 35 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +som_rifle_dp23 DP-23 Rifle object/weapon/ranged/rifle/som_rifle_dp23.iff weapon 1 1000 ranged_weapon RIFLE 234 1055 energy 0 3 140 0 65 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +som_rifle_mustafar_disruptor Disruptor Rifle object/weapon/ranged/rifle/som_rifle_mustafar_disruptor.iff weapon 1 1000 ranged_weapon RIFLE 234 1055 energy 0 3 140 0 65 0 54 0 27 0 0 0 0 0 0 5400 0 0 - sword_01 Sword object/weapon/melee/sword/sword_01.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 27 105 kinetic 0 2.5 140 0 5 0 6 0 18 0 0 0 0 0 0 600 0 0 - sword_02 Curved Sword object/weapon/melee/sword/sword_02.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 63 310 kinetic 0 2.5 120 0 5 0 14 0 24 0 0 0 0 0 0 1400 0 0 - sword_2h_axe Two-handed Axe object/weapon/melee/2h_sword/2h_sword_battleaxe.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 27 105 kinetic 0 3 140 0 5 0 6 0 25 0 0 0 0 0 0 600 0 0 - @@ -195,76 +194,93 @@ sword_blade_rantok Rantok object/weapon/melee/sword/sword_rantok.iff weapon 1 10 sword_blade_ryyk Ryyk Blade object/weapon/melee/sword/sword_blade_ryyk.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 166 720 kinetic 0 2.5 120 0 5 0 50 0 29 0 0 0 0 0 0 5000 0 0 - sword_curved_nyax Curved Nyax Sword object/weapon/melee/sword/sword_curved_nyax.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 141 620 kinetic 0 2.5 120 0 5 0 40 0 27 0 0 0 0 0 0 4000 0 0 - sword_junti_mace Junti Mace object/weapon/melee/sword/sword_mace_junti.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 148 645 kinetic 0 2.5 140 0 5 0 50 0 29 0 0 0 0 0 0 5000 0 0 - -sword_lightsaber Lightsaber object/weapon/melee/sword/crafted_saber/shared_sword_lightsaber_one_handed_s1.iff weapon 1 1000 melee_weapon ONE_HANDED_SABER 226 960 energy heat 110 2.5 120 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - -sword_lightsaber_2h Two-Handed Lightsaber object/weapon/melee/2h_sword/crafted_saber/shared_sword_lightsaber_two_handed_s1.iff weapon 1 1000 melee_weapon TWO_HANDED_SABER 226 960 energy heat 110 3 140 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - -sword_lightsaber_training A Training Lightsaber object/weapon/melee/sword/crafted_saber/shared_sword_lightsaber_training.iff weapon 1 1000 melee_weapon ONE_HANDED_SABER 226 960 energy heat 110 2.5 120 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +sword_lightsaber Lightsaber object/weapon/melee/sword/crafted_saber/sword_lightsaber_one_handed_s1.iff weapon 1 1000 melee_weapon ONE_HANDED_SABER 226 960 energy heat 110 2.5 120 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +sword_lightsaber_2h Two-Handed Lightsaber object/weapon/melee/2h_sword/crafted_saber/sword_lightsaber_two_handed_s1.iff weapon 1 1000 melee_weapon TWO_HANDED_SABER 226 960 energy heat 110 3 140 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +sword_lightsaber_training A Training Lightsaber object/weapon/melee/sword/crafted_saber/sword_lightsaber_training.iff weapon 1 1000 melee_weapon ONE_HANDED_SABER 226 960 energy heat 110 2.5 120 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - sword_marauder Champion’s Sword object/weapon/melee/sword/sword_marauder.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 115 515 kinetic 0 2.5 120 0 5 0 30 0 25 0 0 0 0 0 0 3000 0 0 - sword_massassi Urnsor’is Soulleecher object/weapon/melee/sword/sword_massassi.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 211 900 kinetic 0 2.5 140 0 5 0 50 0 29 0 0 0 0 0 0 5000 0 0 - sword_nyax Nyax Sword object/weapon/melee/sword/sword_nyax.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 115 515 kinetic 0 2.5 140 0 5 0 22 0 20 0 0 0 0 0 0 2200 0 0 - sword_rsf RSF Sword object/weapon/melee/sword/sword_rsf.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 141 620 kinetic 0 2.5 120 0 5 0 40 0 24 0 0 0 0 0 0 4000 0 0 - -sword_som_2h_obsidian Two-Handed Obsidian Sword object/weapon/melee/2h_sword/shared_som_2h_sword_obsidian.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 226 960 energy 0 3 140 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - -sword_som_2h_tulrus Two-Handed Tulrus Sword object/weapon/melee/2h_sword/shared_som_2h_sword_tulrus.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 226 960 energy 0 3 140 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - -sword_som_mustafar_bandit Mustafar Bandit Sword object/weapon/melee/sword/shared_som_sword_mustafar_bandit.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 250 1055 energy 0 2.5 120 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - -sword_som_obsidian Obsidian Sword object/weapon/melee/sword/shared_som_sword_obsidian.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 250 1055 energy 0 2.5 120 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +sword_som_2h_obsidian Two-Handed Obsidian Sword object/weapon/melee/2h_sword/som_2h_sword_obsidian.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 226 960 energy 0 3 140 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +sword_som_2h_tulrus Two-Handed Tulrus Sword object/weapon/melee/2h_sword/som_2h_sword_tulrus.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 226 960 energy 0 3 140 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +sword_som_mustafar_bandit Mustafar Bandit Sword object/weapon/melee/sword/som_sword_mustafar_bandit.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 250 1055 energy 0 2.5 120 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - +sword_som_obsidian Obsidian Sword object/weapon/melee/sword/som_sword_obsidian.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 250 1055 energy 0 2.5 120 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - sword_wookiee Blade of Nyenthi’oris object/weapon/melee/sword/ep3/sword_wookiee.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 246 1040 kinetic 0 2.5 140 0 5 0 54 0 27 0 0 0 0 0 0 5400 0 0 - vibroknuckler Vibro Knuckler object/weapon/melee/special/vibroknuckler.iff weapon 1 1000 melee_weapon UNARMED 77 425 energy 0 2.5 120 0 5 0 14 0 26 0 0 0 0 0 0 1400 0 0 - victor_baton_gaderiffi Black Metal Gaderiffi Baton object/weapon/melee/baton/victor_baton_gaderiffi.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 63 310 kinetic 0 2.5 120 0 5 0 14 0 25 0 0 0 0 0 0 1400 0 0 - wookiee_knuckler Knuckles of the Katarn object/weapon/melee/special/ep3/wookiee_knuckler.iff weapon 1 1000 melee_weapon UNARMED 149 715 kinetic cold 120 2.5 120 0 5 0 54 combat_unarmed_master 0 27 0 0 0 0 0 0 5400 0 0 - -weapon_cl1_carbine Carbine (CL 1) object/weapon/ranged/carbine/carbine_cdef.iff weapon 1 1000 ranged_weapon CARBINE 20 77 energy 0 2.5 100 0 50 0 1 0 120 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl10_carbine Carbine (CL 10) object/weapon/ranged/carbine/carbine_cdef.iff weapon 1 1000 ranged_weapon CARBINE 33 185 energy 0 2.5 100 0 50 0 10 0 120 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl20_carbine Carbine (CL 20) object/weapon/ranged/carbine/carbine_cdef.iff weapon 1 1000 ranged_weapon CARBINE 87 465 energy 0 2.5 100 0 50 0 20 0 120 0 0 0 0 0 0 1000 0 0 HIGH cl20 weapon -weapon_cl30_carbine Carbine (CL 30) object/weapon/ranged/carbine/carbine_cdef.iff weapon 1 1000 ranged_weapon CARBINE 117 590 energy 0 2.5 100 0 50 0 30 0 120 0 0 0 0 0 0 1000 0 0 LOW cl30 weapon -weapon_cl40_carbine Carbine (CL 40) object/weapon/ranged/carbine/carbine_cdef.iff weapon 1 1000 ranged_weapon CARBINE 144 695 energy 0 2.5 100 0 50 0 40 0 120 0 0 0 0 0 0 1000 0 0 MEDIUM cl40 weapon -weapon_cl50_carbine Carbine (CL 50) object/weapon/ranged/carbine/carbine_cdef.iff weapon 1 1000 ranged_weapon CARBINE 202 925 energy 0 2.5 100 0 50 0 50 0 120 0 0 0 0 0 0 1000 0 0 MEDIUM cl50 weapon -weapon_cl1_heavy Heavy (CL 1) object/weapon/ranged/pistol/pistol_launcher.iff weapon 1 1000 ranged_weapon HEAVY 20 77 kinetic 0 2.5 100 0 64 0 1 0 0 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl10_heavy Heavy (CL 10) object/weapon/ranged/pistol/pistol_launcher.iff weapon 1 1000 ranged_weapon HEAVY 33 185 kinetic 0 2.5 100 0 64 0 10 0 100 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl20_heavy Heavy (CL 20) object/weapon/ranged/pistol/pistol_launcher.iff weapon 1 1000 ranged_weapon HEAVY 87 465 kinetic 0 2.5 100 0 64 0 20 0 200 0 0 0 0 0 0 1000 0 0 HIGH cl20 weapon -weapon_cl30_heavy Heavy (CL 30) object/weapon/ranged/pistol/pistol_launcher.iff weapon 1 1000 ranged_weapon HEAVY 117 590 kinetic 0 2.5 100 0 64 0 30 0 300 0 0 0 0 0 0 1000 0 0 LOW cl30 weapon -weapon_cl40_heavy Heavy (CL 40) object/weapon/ranged/pistol/pistol_launcher.iff weapon 1 1000 ranged_weapon HEAVY 144 695 kinetic 0 2.5 100 0 64 0 40 0 400 0 0 0 0 0 0 1000 0 0 MEDIUM cl40 weapon -weapon_cl50_heavy Heavy (CL 50) object/weapon/ranged/pistol/pistol_launcher.iff weapon 1 1000 ranged_weapon HEAVY 202 925 kinetic 0 2.5 100 0 64 0 50 0 500 0 0 0 0 0 0 1000 0 0 MEDIUM cl50 weapon -weapon_cl1_1h 1h sword (CL 1) object/weapon/melee/sword/sword_01.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 20 77 kinetic 0 2.5 100 0 5 0 1 0 0 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl10_1h 1h sword (CL 10) object/weapon/melee/sword/sword_01.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 33 185 kinetic 0 2.5 100 0 5 0 10 0 100 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl20_1h 1h sword (CL 20) object/weapon/melee/sword/sword_01.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 87 465 kinetic 0 2.5 100 0 5 0 20 0 200 0 0 0 0 0 0 1000 0 0 HIGH cl20 weapon -weapon_cl30_1h 1h sword (CL 30) object/weapon/melee/sword/sword_01.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 117 590 kinetic 0 2.5 100 0 5 0 30 0 300 0 0 0 0 0 0 1000 0 0 LOW cl30 weapon -weapon_cl40_1h 1h sword (CL 40) object/weapon/melee/sword/sword_01.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 144 695 kinetic 0 2.5 100 0 5 0 40 0 400 0 0 0 0 0 0 1000 0 0 MEDIUM cl40 weapon -weapon_cl50_1h 1h sword (CL 50) object/weapon/melee/sword/sword_01.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 202 925 kinetic 0 2.5 100 0 5 0 50 0 500 0 0 0 0 0 0 1000 0 0 MEDIUM cl50 weapon -weapon_cl1_pistol Pistol (CL 1) object/weapon/ranged/pistol/pistol_cdef.iff weapon 1 1000 ranged_weapon PISTOL 20 77 kinetic 0 2.5 100 0 35 0 1 0 0 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl10_pistol Pistol (CL 10) object/weapon/ranged/pistol/pistol_cdef.iff weapon 1 1000 ranged_weapon PISTOL 33 185 kinetic 0 2.5 100 0 35 0 10 0 100 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl20_pistol Pistol (CL 20) object/weapon/ranged/pistol/pistol_cdef.iff weapon 1 1000 ranged_weapon PISTOL 87 465 kinetic 0 2.5 100 0 35 0 20 0 200 0 0 0 0 0 0 1000 0 0 HIGH cl20 weapon -weapon_cl30_pistol Pistol (CL 30) object/weapon/ranged/pistol/pistol_cdef.iff weapon 1 1000 ranged_weapon PISTOL 117 590 kinetic 0 2.5 100 0 35 0 30 0 300 0 0 0 0 0 0 1000 0 0 LOW cl30 weapon -weapon_cl40_pistol Pistol (CL 40) object/weapon/ranged/pistol/pistol_cdef.iff weapon 1 1000 ranged_weapon PISTOL 144 695 kinetic 0 2.5 100 0 35 0 40 0 400 0 0 0 0 0 0 1000 0 0 MEDIUM cl40 weapon -weapon_cl50_pistol Pistol (CL 50) object/weapon/ranged/pistol/pistol_cdef.iff weapon 1 1000 ranged_weapon PISTOL 202 925 kinetic 0 2.5 100 0 35 0 50 0 500 0 0 0 0 0 0 1000 0 0 MEDIUM cl50 weapon -weapon_cl1_polearm Polearm (CL 1) object/weapon/melee/polearm/lance_electric_polearm.iff weapon 1 1000 melee_weapon POLEARM_MELEE 20 77 kinetic 0 2.5 100 0 5 0 1 0 0 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl10_polearm Polearm (CL 10) object/weapon/melee/polearm/lance_electric_polearm.iff weapon 1 1000 melee_weapon POLEARM_MELEE 33 185 kinetic 0 2.5 100 0 5 0 10 0 100 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl20_polearm Polearm (CL 20) object/weapon/melee/polearm/lance_electric_polearm.iff weapon 1 1000 melee_weapon POLEARM_MELEE 87 465 kinetic 0 2.5 100 0 5 0 20 0 200 0 0 0 0 0 0 1000 0 0 HIGH cl20 weapon -weapon_cl30_polearm Polearm (CL 30) object/weapon/melee/polearm/lance_electric_polearm.iff weapon 1 1000 melee_weapon POLEARM_MELEE 117 590 kinetic 0 2.5 100 0 5 0 30 0 300 0 0 0 0 0 0 1000 0 0 LOW cl30 weapon -weapon_cl40_polearm Polearm (CL 40) object/weapon/melee/polearm/lance_electric_polearm.iff weapon 1 1000 melee_weapon POLEARM_MELEE 144 695 kinetic 0 2.5 100 0 5 0 40 0 400 0 0 0 0 0 0 1000 0 0 MEDIUM cl40 weapon -weapon_cl50_polearm Polearm (CL 50) object/weapon/melee/polearm/lance_electric_polearm.iff weapon 1 1000 melee_weapon POLEARM_MELEE 202 925 kinetic 0 2.5 100 0 5 0 50 0 500 0 0 0 0 0 0 1000 0 0 MEDIUM cl50 weapon -weapon_cl1_rifle Rifle (CL 1) object/weapon/ranged/rifle/rifle_cdef.iff weapon 1 1000 ranged_weapon RIFLE 20 77 kinetic 0 2.5 100 0 64 0 1 0 0 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl10_rifle Rifle (CL 10) object/weapon/ranged/rifle/rifle_cdef.iff weapon 1 1000 ranged_weapon RIFLE 33 185 kinetic 0 2.5 100 0 64 0 10 0 100 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl20_rifle Rifle (CL 20) object/weapon/ranged/rifle/rifle_cdef.iff weapon 1 1000 ranged_weapon RIFLE 87 465 kinetic 0 2.5 100 0 64 0 20 0 200 0 0 0 0 0 0 1000 0 0 HIGH cl20 weapon -weapon_cl30_rifle Rifle (CL 30) object/weapon/ranged/rifle/rifle_cdef.iff weapon 1 1000 ranged_weapon RIFLE 117 590 kinetic 0 2.5 100 0 64 0 30 0 300 0 0 0 0 0 0 1000 0 0 LOW cl30 weapon -weapon_cl40_rifle Rifle (CL 40) object/weapon/ranged/rifle/rifle_cdef.iff weapon 1 1000 ranged_weapon RIFLE 144 695 kinetic 0 2.5 100 0 64 0 40 0 400 0 0 0 0 0 0 1000 0 0 MEDIUM cl40 weapon -weapon_cl50_rifle Rifle (CL 50) object/weapon/ranged/rifle/rifle_cdef.iff weapon 1 1000 ranged_weapon RIFLE 202 925 kinetic 0 2.5 100 0 64 0 50 0 500 0 0 0 0 0 0 1000 0 0 MEDIUM cl50 weapon -weapon_cl1_grenade Grenade (CL 1) object/weapon/ranged/grenade/grenade_fragmentation.iff weapon 1 1000 ranged_weapon THROWN 20 77 kinetic 0 2.5 100 0 32 0 1 0 0 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl10_grenade Grenade (CL 10) object/weapon/ranged/grenade/grenade_fragmentation.iff weapon 1 1000 ranged_weapon THROWN 33 185 kinetic 0 2.5 100 0 32 0 10 0 100 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl20_grenade Grenade (CL 20) object/weapon/ranged/grenade/grenade_fragmentation.iff weapon 1 1000 ranged_weapon THROWN 87 465 kinetic 0 2.5 100 0 32 0 20 0 200 0 0 0 0 0 0 1000 0 0 HIGH cl20 weapon -weapon_cl30_grenade Grenade (CL 30) object/weapon/ranged/grenade/grenade_fragmentation.iff weapon 1 1000 ranged_weapon THROWN 117 590 kinetic 0 2.5 100 0 32 0 30 0 300 0 0 0 0 0 0 1000 0 0 LOW cl30 weapon -weapon_cl40_grenade Grenade (CL 40) object/weapon/ranged/grenade/grenade_fragmentation.iff weapon 1 1000 ranged_weapon THROWN 144 695 kinetic 0 2.5 100 0 32 0 40 0 400 0 0 0 0 0 0 1000 0 0 MEDIUM cl40 weapon -weapon_cl50_grenade Grenade (CL 50) object/weapon/ranged/grenade/grenade_fragmentation.iff weapon 1 1000 ranged_weapon THROWN 202 925 kinetic 0 2.5 100 0 32 0 50 0 500 0 0 0 0 0 0 1000 0 0 MEDIUM cl50 weapon -weapon_cl1_2h 2h sword (CL 1) object/weapon/melee/2h_sword/2h_sword_maul.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 20 77 kinetic 0 2.5 100 0 5 0 1 0 0 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl10_2h 2h sword (CL 10) object/weapon/melee/2h_sword/2h_sword_maul.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 33 185 kinetic 0 2.5 100 0 5 0 10 0 100 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl20_2h 2h sword (CL 20) object/weapon/melee/2h_sword/2h_sword_maul.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 87 465 kinetic 0 2.5 100 0 5 0 20 0 200 0 0 0 0 0 0 1000 0 0 HIGH cl20 weapon -weapon_cl30_2h 2h sword (CL 30) object/weapon/melee/2h_sword/2h_sword_maul.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 117 590 kinetic 0 2.5 100 0 5 0 30 0 300 0 0 0 0 0 0 1000 0 0 LOW cl30 weapon -weapon_cl40_2h 2h sword (CL 40) object/weapon/melee/2h_sword/2h_sword_maul.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 144 695 kinetic 0 2.5 100 0 5 0 40 0 400 0 0 0 0 0 0 1000 0 0 MEDIUM cl40 weapon -weapon_cl50_2h 2h sword (CL 50) object/weapon/melee/2h_sword/2h_sword_maul.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 202 925 kinetic 0 2.5 100 0 5 0 50 0 500 0 0 0 0 0 0 1000 0 0 MEDIUM cl50 weapon -weapon_cl1_unarmed Unarmed (CL 1) object/weapon/melee/special/blasterfist.iff weapon 1 1000 melee_weapon UNARMED 20 77 kinetic 0 2.5 100 0 5 0 1 0 0 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl10_unarmed Unarmed (CL 10) object/weapon/melee/special/blasterfist.iff weapon 1 1000 melee_weapon UNARMED 33 185 kinetic 0 2.5 100 0 5 0 10 0 100 0 0 0 0 0 0 1000 0 0 HIGH test weapon -weapon_cl20_unarmed Unarmed (CL 20) object/weapon/melee/special/blasterfist.iff weapon 1 1000 melee_weapon UNARMED 87 465 kinetic 0 2.5 100 0 5 0 20 0 200 0 0 0 0 0 0 1000 0 0 HIGH cl20 weapon -weapon_cl30_unarmed Unarmed (CL 30) object/weapon/melee/special/blasterfist.iff weapon 1 1000 melee_weapon UNARMED 117 590 kinetic 0 2.5 100 0 5 0 30 0 300 0 0 0 0 0 0 1000 0 0 LOW cl30 weapon -weapon_cl40_unarmed Unarmed (CL 40) object/weapon/melee/special/blasterfist.iff weapon 1 1000 melee_weapon UNARMED 144 695 kinetic 0 2.5 100 0 5 0 40 0 400 0 0 0 0 0 0 1000 0 0 MEDIUM cl40 weapon -weapon_cl50_unarmed Unarmed (CL 50) object/weapon/melee/special/blasterfist.iff weapon 1 1000 melee_weapon UNARMED 202 925 kinetic 0 2.5 100 0 5 0 50 0 500 0 0 0 0 0 0 1000 0 0 MEDIUM cl50 weapon -weapon_rifle_trando_hunting Trandoshan Hunting Rifle object/weapon/ranged/rifle/ep3/rifle_trando_hunter.iff weapon 1 1000 ranged_weapon RIFLE 297 594 energy 0 2.5 95 0 65 0 54 0 270 0 0 0 0 1 0 5400 0 0 - +weapon_cl1_carbine Carbine (CL 1) object/weapon/ranged/carbine/carbine_cdef.iff weapon 1 1000 ranged_weapon CARBINE 20 77 energy 0 2.5 100 0 50 0 1 0 120 0 0 0 0 0 0 1000 0 0 - +weapon_cl10_carbine Carbine (CL 10) object/weapon/ranged/carbine/carbine_cdef.iff weapon 1 1000 ranged_weapon CARBINE 33 185 energy 0 2.5 100 0 50 0 10 0 120 0 0 0 0 0 0 1000 0 0 - +weapon_cl20_carbine Carbine (CL 20) object/weapon/ranged/carbine/carbine_cdef.iff weapon 1 1000 ranged_weapon CARBINE 87 465 energy 0 2.5 100 0 50 0 20 0 120 0 0 0 0 0 0 1000 0 0 - +weapon_cl30_carbine Carbine (CL 30) object/weapon/ranged/carbine/carbine_cdef.iff weapon 1 1000 ranged_weapon CARBINE 117 590 energy 0 2.5 100 0 50 0 30 0 120 0 0 0 0 0 0 1000 0 0 - +weapon_cl40_carbine Carbine (CL 40) object/weapon/ranged/carbine/carbine_cdef.iff weapon 1 1000 ranged_weapon CARBINE 144 695 energy 0 2.5 100 0 50 0 40 0 120 0 0 0 0 0 0 1000 0 0 - +weapon_cl50_carbine Carbine (CL 50) object/weapon/ranged/carbine/carbine_cdef.iff weapon 1 1000 ranged_weapon CARBINE 202 925 energy 0 2.5 100 0 50 0 50 0 120 0 0 0 0 0 0 1000 0 0 - +weapon_cl1_heavy Heavy (CL 1) object/weapon/ranged/pistol/pistol_launcher.iff weapon 1 1000 ranged_weapon HEAVY 20 77 kinetic 0 2.5 100 0 64 0 1 0 0 0 0 0 0 0 0 1000 0 0 - +weapon_cl10_heavy Heavy (CL 10) object/weapon/ranged/pistol/pistol_launcher.iff weapon 1 1000 ranged_weapon HEAVY 33 185 kinetic 0 2.5 100 0 64 0 10 0 100 0 0 0 0 0 0 1000 0 0 - +weapon_cl20_heavy Heavy (CL 20) object/weapon/ranged/pistol/pistol_launcher.iff weapon 1 1000 ranged_weapon HEAVY 87 465 kinetic 0 2.5 100 0 64 0 20 0 200 0 0 0 0 0 0 1000 0 0 - +weapon_cl30_heavy Heavy (CL 30) object/weapon/ranged/pistol/pistol_launcher.iff weapon 1 1000 ranged_weapon HEAVY 117 590 kinetic 0 2.5 100 0 64 0 30 0 300 0 0 0 0 0 0 1000 0 0 - +weapon_cl40_heavy Heavy (CL 40) object/weapon/ranged/pistol/pistol_launcher.iff weapon 1 1000 ranged_weapon HEAVY 144 695 kinetic 0 2.5 100 0 64 0 40 0 400 0 0 0 0 0 0 1000 0 0 - +weapon_cl50_heavy Heavy (CL 50) object/weapon/ranged/pistol/pistol_launcher.iff weapon 1 1000 ranged_weapon HEAVY 202 925 kinetic 0 2.5 100 0 64 0 50 0 500 0 0 0 0 0 0 1000 0 0 - +weapon_cl1_1h 1h sword (CL 1) object/weapon/melee/sword/sword_01.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 20 77 kinetic 0 2.5 100 0 5 0 1 0 0 0 0 0 0 0 0 1000 0 0 - +weapon_cl10_1h 1h sword (CL 10) object/weapon/melee/sword/sword_01.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 33 185 kinetic 0 2.5 100 0 5 0 10 0 100 0 0 0 0 0 0 1000 0 0 - +weapon_cl20_1h 1h sword (CL 20) object/weapon/melee/sword/sword_01.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 87 465 kinetic 0 2.5 100 0 5 0 20 0 200 0 0 0 0 0 0 1000 0 0 - +weapon_cl30_1h 1h sword (CL 30) object/weapon/melee/sword/sword_01.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 117 590 kinetic 0 2.5 100 0 5 0 30 0 300 0 0 0 0 0 0 1000 0 0 - +weapon_cl40_1h 1h sword (CL 40) object/weapon/melee/sword/sword_01.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 144 695 kinetic 0 2.5 100 0 5 0 40 0 400 0 0 0 0 0 0 1000 0 0 - +weapon_cl50_1h 1h sword (CL 50) object/weapon/melee/sword/sword_01.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 202 925 kinetic 0 2.5 100 0 5 0 50 0 500 0 0 0 0 0 0 1000 0 0 - +weapon_cl1_pistol Pistol (CL 1) object/weapon/ranged/pistol/pistol_cdef.iff weapon 1 1000 ranged_weapon PISTOL 20 77 kinetic 0 2.5 100 0 35 0 1 0 0 0 0 0 0 0 0 1000 0 0 - +weapon_cl10_pistol Pistol (CL 10) object/weapon/ranged/pistol/pistol_cdef.iff weapon 1 1000 ranged_weapon PISTOL 33 185 kinetic 0 2.5 100 0 35 0 10 0 100 0 0 0 0 0 0 1000 0 0 - +weapon_cl20_pistol Pistol (CL 20) object/weapon/ranged/pistol/pistol_cdef.iff weapon 1 1000 ranged_weapon PISTOL 87 465 kinetic 0 2.5 100 0 35 0 20 0 200 0 0 0 0 0 0 1000 0 0 - +weapon_cl30_pistol Pistol (CL 30) object/weapon/ranged/pistol/pistol_cdef.iff weapon 1 1000 ranged_weapon PISTOL 117 590 kinetic 0 2.5 100 0 35 0 30 0 300 0 0 0 0 0 0 1000 0 0 - +weapon_cl40_pistol Pistol (CL 40) object/weapon/ranged/pistol/pistol_cdef.iff weapon 1 1000 ranged_weapon PISTOL 144 695 kinetic 0 2.5 100 0 35 0 40 0 400 0 0 0 0 0 0 1000 0 0 - +weapon_cl50_pistol Pistol (CL 50) object/weapon/ranged/pistol/pistol_cdef.iff weapon 1 1000 ranged_weapon PISTOL 202 925 kinetic 0 2.5 100 0 35 0 50 0 500 0 0 0 0 0 0 1000 0 0 - +weapon_cl1_polearm Polearm (CL 1) object/weapon/melee/polearm/lance_electric_polearm.iff weapon 1 1000 melee_weapon POLEARM_MELEE 20 77 kinetic 0 2.5 100 0 5 0 1 0 0 0 0 0 0 0 0 1000 0 0 - +weapon_cl10_polearm Polearm (CL 10) object/weapon/melee/polearm/lance_electric_polearm.iff weapon 1 1000 melee_weapon POLEARM_MELEE 33 185 kinetic 0 2.5 100 0 5 0 10 0 100 0 0 0 0 0 0 1000 0 0 - +weapon_cl20_polearm Polearm (CL 20) object/weapon/melee/polearm/lance_electric_polearm.iff weapon 1 1000 melee_weapon POLEARM_MELEE 87 465 kinetic 0 2.5 100 0 5 0 20 0 200 0 0 0 0 0 0 1000 0 0 - +weapon_cl30_polearm Polearm (CL 30) object/weapon/melee/polearm/lance_electric_polearm.iff weapon 1 1000 melee_weapon POLEARM_MELEE 117 590 kinetic 0 2.5 100 0 5 0 30 0 300 0 0 0 0 0 0 1000 0 0 - +weapon_cl40_polearm Polearm (CL 40) object/weapon/melee/polearm/lance_electric_polearm.iff weapon 1 1000 melee_weapon POLEARM_MELEE 144 695 kinetic 0 2.5 100 0 5 0 40 0 400 0 0 0 0 0 0 1000 0 0 - +weapon_cl50_polearm Polearm (CL 50) object/weapon/melee/polearm/lance_electric_polearm.iff weapon 1 1000 melee_weapon POLEARM_MELEE 202 925 kinetic 0 2.5 100 0 5 0 50 0 500 0 0 0 0 0 0 1000 0 0 - +weapon_cl1_rifle Rifle (CL 1) object/weapon/ranged/rifle/rifle_cdef.iff weapon 1 1000 ranged_weapon RIFLE 20 77 kinetic 0 2.5 100 0 64 0 1 0 0 0 0 0 0 0 0 1000 0 0 - +weapon_cl10_rifle Rifle (CL 10) object/weapon/ranged/rifle/rifle_cdef.iff weapon 1 1000 ranged_weapon RIFLE 33 185 kinetic 0 2.5 100 0 64 0 10 0 100 0 0 0 0 0 0 1000 0 0 - +weapon_cl20_rifle Rifle (CL 20) object/weapon/ranged/rifle/rifle_cdef.iff weapon 1 1000 ranged_weapon RIFLE 87 465 kinetic 0 2.5 100 0 64 0 20 0 200 0 0 0 0 0 0 1000 0 0 - +weapon_cl30_rifle Rifle (CL 30) object/weapon/ranged/rifle/rifle_cdef.iff weapon 1 1000 ranged_weapon RIFLE 117 590 kinetic 0 2.5 100 0 64 0 30 0 300 0 0 0 0 0 0 1000 0 0 - +weapon_cl40_rifle Rifle (CL 40) object/weapon/ranged/rifle/rifle_cdef.iff weapon 1 1000 ranged_weapon RIFLE 144 695 kinetic 0 2.5 100 0 64 0 40 0 400 0 0 0 0 0 0 1000 0 0 - +weapon_cl50_rifle Rifle (CL 50) object/weapon/ranged/rifle/rifle_cdef.iff weapon 1 1000 ranged_weapon RIFLE 202 925 kinetic 0 2.5 100 0 64 0 50 0 500 0 0 0 0 0 0 1000 0 0 - +weapon_cl1_grenade Grenade (CL 1) object/weapon/ranged/grenade/grenade_fragmentation.iff weapon 1 1000 ranged_weapon THROWN 20 77 kinetic 0 2.5 100 0 32 0 1 0 0 0 0 0 0 0 0 1000 0 0 - +weapon_cl10_grenade Grenade (CL 10) object/weapon/ranged/grenade/grenade_fragmentation.iff weapon 1 1000 ranged_weapon THROWN 33 185 kinetic 0 2.5 100 0 32 0 10 0 100 0 0 0 0 0 0 1000 0 0 - +weapon_cl20_grenade Grenade (CL 20) object/weapon/ranged/grenade/grenade_fragmentation.iff weapon 1 1000 ranged_weapon THROWN 87 465 kinetic 0 2.5 100 0 32 0 20 0 200 0 0 0 0 0 0 1000 0 0 - +weapon_cl30_grenade Grenade (CL 30) object/weapon/ranged/grenade/grenade_fragmentation.iff weapon 1 1000 ranged_weapon THROWN 117 590 kinetic 0 2.5 100 0 32 0 30 0 300 0 0 0 0 0 0 1000 0 0 - +weapon_cl40_grenade Grenade (CL 40) object/weapon/ranged/grenade/grenade_fragmentation.iff weapon 1 1000 ranged_weapon THROWN 144 695 kinetic 0 2.5 100 0 32 0 40 0 400 0 0 0 0 0 0 1000 0 0 - +weapon_cl50_grenade Grenade (CL 50) object/weapon/ranged/grenade/grenade_fragmentation.iff weapon 1 1000 ranged_weapon THROWN 202 925 kinetic 0 2.5 100 0 32 0 50 0 500 0 0 0 0 0 0 1000 0 0 - +weapon_cl1_2h 2h sword (CL 1) object/weapon/melee/2h_sword/2h_sword_maul.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 20 77 kinetic 0 2.5 100 0 5 0 1 0 0 0 0 0 0 0 0 1000 0 0 - +weapon_cl10_2h 2h sword (CL 10) object/weapon/melee/2h_sword/2h_sword_maul.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 33 185 kinetic 0 2.5 100 0 5 0 10 0 100 0 0 0 0 0 0 1000 0 0 - +weapon_cl20_2h 2h sword (CL 20) object/weapon/melee/2h_sword/2h_sword_maul.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 87 465 kinetic 0 2.5 100 0 5 0 20 0 200 0 0 0 0 0 0 1000 0 0 - +weapon_cl30_2h 2h sword (CL 30) object/weapon/melee/2h_sword/2h_sword_maul.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 117 590 kinetic 0 2.5 100 0 5 0 30 0 300 0 0 0 0 0 0 1000 0 0 - +weapon_cl40_2h 2h sword (CL 40) object/weapon/melee/2h_sword/2h_sword_maul.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 144 695 kinetic 0 2.5 100 0 5 0 40 0 400 0 0 0 0 0 0 1000 0 0 - +weapon_cl50_2h 2h sword (CL 50) object/weapon/melee/2h_sword/2h_sword_maul.iff weapon 1 1000 melee_weapon TWO_HANDED_MELEE 202 925 kinetic 0 2.5 100 0 5 0 50 0 500 0 0 0 0 0 0 1000 0 0 - +weapon_cl1_unarmed Unarmed (CL 1) object/weapon/melee/special/blasterfist.iff weapon 1 1000 melee_weapon UNARMED 20 77 kinetic 0 2.5 100 0 5 0 1 0 0 0 0 0 0 0 0 1000 0 0 - +weapon_cl10_unarmed Unarmed (CL 10) object/weapon/melee/special/blasterfist.iff weapon 1 1000 melee_weapon UNARMED 33 185 kinetic 0 2.5 100 0 5 0 10 0 100 0 0 0 0 0 0 1000 0 0 - +weapon_cl20_unarmed Unarmed (CL 20) object/weapon/melee/special/blasterfist.iff weapon 1 1000 melee_weapon UNARMED 87 465 kinetic 0 2.5 100 0 5 0 20 0 200 0 0 0 0 0 0 1000 0 0 - +weapon_cl30_unarmed Unarmed (CL 30) object/weapon/melee/special/blasterfist.iff weapon 1 1000 melee_weapon UNARMED 117 590 kinetic 0 2.5 100 0 5 0 30 0 300 0 0 0 0 0 0 1000 0 0 - +weapon_cl40_unarmed Unarmed (CL 40) object/weapon/melee/special/blasterfist.iff weapon 1 1000 melee_weapon UNARMED 144 695 kinetic 0 2.5 100 0 5 0 40 0 400 0 0 0 0 0 0 1000 0 0 - +weapon_cl50_unarmed Unarmed (CL 50) object/weapon/melee/special/blasterfist.iff weapon 1 1000 melee_weapon UNARMED 202 925 kinetic 0 2.5 100 0 5 0 50 0 500 0 0 0 0 0 0 1000 0 0 - +weapon_cl30_1h_ls 1h LS (CL 30) object/weapon/melee/sword/crafted_saber/sword_lightsaber_one_handed_s13.iff weapon 1 1000 melee_weapon ONE_HANDED_SABER 117 590 energy heat 50 2.5 100 0 5 0 30 force_title_jedi_rank 0 300 0 0 0 0 0 0 1000 0 0 - +weapon_cl40_1h_ls 1h LS (CL 40) object/weapon/melee/sword/crafted_saber/sword_lightsaber_one_handed_s3.iff weapon 1 1000 melee_weapon ONE_HANDED_SABER 144 695 energy heat 100 2.5 100 0 5 0 40 force_title_jedi_rank 0 400 0 0 0 0 0 0 1000 0 0 - +weapon_cl50_1h_ls 1h LS (CL 50) object/weapon/melee/sword/crafted_saber/sword_lightsaber_one_handed_s4.iff weapon 1 1000 melee_weapon ONE_HANDED_SABER 202 925 energy heat 150 2.5 100 0 5 0 50 force_title_jedi_rank 0 500 0 0 0 0 0 0 1000 0 0 - +weapon_cl60_1h_ls 1h LS (CL 60) object/weapon/melee/sword/crafted_saber/sword_lightsaber_one_handed_s1.iff weapon 1 1000 melee_weapon ONE_HANDED_SABER 400 925 energy heat 200 2.5 100 0 5 0 60 force_title_jedi_rank 0 600 0 0 0 0 0 0 1000 0 0 - +weapon_cl70_1h_ls 1h LS (CL 70) object/weapon/melee/sword/crafted_saber/sword_lightsaber_one_handed_s10.iff weapon 1 1000 melee_weapon ONE_HANDED_SABER 600 925 energy heat 250 2.5 100 0 5 0 70 force_title_jedi_rank 0 700 0 0 0 0 0 0 1000 0 0 - +weapon_cl80_1h_ls 1h LS (CL 80) object/weapon/melee/sword/crafted_saber/sword_lightsaber_one_handed_s11.iff weapon 1 1000 melee_weapon ONE_HANDED_SABER 800 925 energy heat 300 2.5 100 0 5 0 80 force_title_jedi_rank 0 800 0 0 0 0 0 0 1000 0 0 - +weapon_cl30_2h_ls 2h LS (CL 30) object/weapon/melee/2h_sword/crafted_saber/sword_lightsaber_two_handed_s13.iff weapon 1 1000 melee_weapon TWO_HANDED_SABER 117 590 energy heat 50 2.5 100 0 5 0 30 force_title_jedi_rank 0 300 0 0 0 0 0 0 1000 0 0 - +weapon_cl40_2h_ls 2h LS (CL 40) object/weapon/melee/2h_sword/crafted_saber/sword_lightsaber_two_handed_s3.iff weapon 1 1000 melee_weapon TWO_HANDED_SABER 144 695 energy heat 100 2.5 100 0 5 0 40 force_title_jedi_rank 0 400 0 0 0 0 0 0 1000 0 0 - +weapon_cl50_2h_ls 2h LS (CL 50) object/weapon/melee/2h_sword/crafted_saber/sword_lightsaber_two_handed_s4.iff weapon 1 1000 melee_weapon TWO_HANDED_SABER 202 925 energy heat 150 2.5 100 0 5 0 50 force_title_jedi_rank 0 500 0 0 0 0 0 0 1000 0 0 - +weapon_cl60_2h_ls 2h LS (CL 60) object/weapon/melee/2h_sword/crafted_saber/sword_lightsaber_two_handed_s1.iff weapon 1 1000 melee_weapon TWO_HANDED_SABER 400 925 energy heat 200 2.5 100 0 5 0 60 force_title_jedi_rank 0 600 0 0 0 0 0 0 1000 0 0 - +weapon_cl70_2h_ls 2h LS (CL 70) object/weapon/melee/2h_sword/crafted_saber/sword_lightsaber_two_handed_s10.iff weapon 1 1000 melee_weapon TWO_HANDED_SABER 600 925 energy heat 250 2.5 100 0 5 0 70 force_title_jedi_rank 0 700 0 0 0 0 0 0 1000 0 0 - +weapon_cl80_2h_ls 2h LS (CL 80) object/weapon/melee/2h_sword/crafted_saber/sword_lightsaber_two_handed_s11.iff weapon 1 1000 melee_weapon TWO_HANDED_SABER 800 925 energy heat 300 2.5 100 0 5 0 80 force_title_jedi_rank 0 800 0 0 0 0 0 0 1000 0 0 - +weapon_cl30_polearm_ls Polearm LS (CL 30) object/weapon/melee/polearm/crafted_saber/sword_lightsaber_polearm_gen4.iff weapon 1 1000 melee_weapon POLEARM_SABER 117 590 energy heat 50 2.5 100 0 5 0 30 force_title_jedi_rank 0 300 0 0 0 0 0 0 1000 0 0 - +weapon_cl40_polearm_ls Polearm LS (CL 40) object/weapon/melee/polearm/crafted_saber/sword_lightsaber_polearm_gen5.iff weapon 1 1000 melee_weapon POLEARM_SABER 144 695 energy heat 100 2.5 100 0 5 0 40 force_title_jedi_rank 0 400 0 0 0 0 0 0 1000 0 0 - +weapon_cl50_polearm_ls Polearm LS (CL 50) object/weapon/melee/polearm/crafted_saber/sword_lightsaber_polearm_s2.iff weapon 1 1000 melee_weapon POLEARM_SABER 202 925 energy heat 150 2.5 100 0 5 0 50 force_title_jedi_rank 0 500 0 0 0 0 0 0 1000 0 0 - +weapon_cl60_polearm_ls Polearm LS (CL 60) object/weapon/melee/polearm/crafted_saber/sword_lightsaber_polearm_gen1.iff weapon 1 1000 melee_weapon POLEARM_SABER 400 925 energy heat 200 2.5 100 0 5 0 60 force_title_jedi_rank 0 600 0 0 0 0 0 0 1000 0 0 - +weapon_cl70_polearm_ls Polearm LS (CL 70) object/weapon/melee/polearm/crafted_saber/sword_lightsaber_polearm_gen2.iff weapon 1 1000 melee_weapon POLEARM_SABER 600 925 energy heat 250 2.5 100 0 5 0 70 force_title_jedi_rank 0 700 0 0 0 0 0 0 1000 0 0 - +weapon_cl80_polearm_ls Polearm LS (CL 80) object/weapon/melee/polearm/crafted_saber/sword_lightsaber_polearm_gen3.iff weapon 1 1000 melee_weapon POLEARM_SABER 800 925 energy heat 300 2.5 100 0 5 0 80 force_title_jedi_rank 0 800 0 0 0 0 0 0 1000 0 0 - weapon_ep3_loot_corellian Corellian Destroyer object/weapon/ranged/heavy/ep3_loot_corellian.iff weapon 1 1000 ranged_weapon HEAVY 165 330 energy 0 2.5 132 0 55 0 30 combat_commando_novice 0 0 0 0 0 0 1 0 1000 0 0 - weapon_tow_cannon_02_01 Lava Cannon object/weapon/ranged/heavy/som_lava_cannon_generic.iff weapon 1 1000 ranged_weapon HEAVY 303 605 energy heat 120 2.5 139 0 36 0 55 combat_commando_master skill_buff_ranged_accuracy=7 5 410 75 6 0 0 0 0 5500 0 0 - weapon_baton_gaderiffi Gaderiff Baton object/weapon/melee/baton/baton_gaderiffi.iff weapon 1 1000 melee_weapon ONE_HANDED_MELEE 77 154 kinetic 0 2.5 98 0 5 0 14 0 100 0 0 0 0 0 0 100 0 0 - diff --git a/serverdata/npc/npc_1.sdb b/serverdata/npc/npc_1.sdb index f88aaa0ee..f5a827fc7 100644 --- a/serverdata/npc/npc_1.sdb +++ b/serverdata/npc/npc_1.sdb @@ -51,33 +51,33 @@ creature_baz_nitch_kinad a kinad baz nitch kinad_baz_nitch creature - baz_nitch_ creature_baz_nitch_mutant a mutant baz nitch mutant_baz_nitch creature - mutant_baz_nitch.iff Dathomir baz_nitch - FALSE 1.4 1.6 1 - 2 1.6 melee_creature_default_weapon creature_turkey 12 12 TRUE - 30 junk_creature 0 - 0 - TRUE 0 none - S 5 meat_wild 3 hide_leathery 3 bone_mammal TRUE defaultProfile 0.1 highAttackDamageAvg creature_baz_nitch_young a young baz nitch young_baz_nitch creature - young_baz_nitch.iff Dathomir baz_nitch - FALSE 0.6 1.1 2 - 2 1.6 melee_creature_default_weapon creature_turkey 12 12 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - S 5 meat_wild 3 hide_leathery 3 bone_mammal TRUE defaultProfile 0.1 medAttackAbilityAvg creature_bedhead Bedhead nym_themepark_kusak_01 creature - kusak_hue.iff Lok nym nym FALSE 2.0 2.0 4 - 2 1.6 melee_creature_default_weapon creature_wolf 6 6 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - S 30 meat_carnivore 14 hide_bristley 10 bone_mammal FALSE - 0.0 - -creature_beetle_berkens_flow_kubaza a kubaza beetle som_berkens_flow_lava_beetle creature - som/kubaza_beetle.iff Mustafar lava_beetle - FALSE 1.1 1.3 1 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 30 meat_insect 29 hide_scaley 0 - TRUE defaultProfile 0.08 medAttackDamageStrong -creature_beetle_berkens_flow_kubaza_queen a kubaza queen beetle som_berkens_flow_lava_beetle_queen creature - som/kubaza_beetle.iff Mustafar lava_beetle - FALSE 1.4 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 FALSE - 30 junk_creature_mustafar 10 cube_loot 0 - TRUE 0 none - M 24 meat_insect 35 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_beetle_berkens_flow_kubaza_soldier a kubaza soldier beetle som_berkens_flow_lava_beetle_soldier creature - som/kubaza_beetle.iff Mustafar lava_beetle - FALSE 1.3 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 22 meat_insect 33 hide_scaley 0 - TRUE defaultProfile 1 medAttackDamageStrong -creature_beetle_berkens_flow_kubaza_worker a kubaza worker beetle som_berkens_flow_lava_beetle_worker creature - som/kubaza_beetle.iff Mustafar lava_beetle - FALSE 0.9 1.2 1 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 30 meat_insect 30 hide_scaley 0 - TRUE defaultProfile 0.04 medAttackDamageStrong -creature_beetle_burning_plains_kubaza a plains kubaza beetle som_burning_plains_lava_beetle creature - som/kubaza_beetle.iff Mustafar lava_beetle - FALSE 1.1 1.3 1 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 15 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.08 highTankArmorStrong -creature_beetle_burning_plains_kubaza_queen a plains kubaza beetle queen som_burning_plains_lava_beetle_queen creature - som/kubaza_beetle.iff Mustafar lava_beetle - FALSE 1.4 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 19 meat_insect 30 hide_scaley 0 - TRUE defaultProfile 1 highTankArmorStrong -creature_beetle_burning_plains_kubaza_soldier a plains kubaza beetle soldier som_burning_plains_lava_beetle_soldier creature - som/kubaza_beetle.iff Mustafar lava_beetle - FALSE 1.3 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 17 meat_insect 28 hide_scaley 0 - TRUE defaultProfile 9 highTankArmorStrong -creature_beetle_burning_plains_kubaza_worker a plains kubaza beetle worker som_burning_plains_lava_beetle_worker creature - som/kubaza_beetle.iff Mustafar lava_beetle - FALSE 0.9 1.2 1 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 15 meat_insect 25 hide_scaley 0 - TRUE defaultProfile 0.08 highTankArmorStrong +creature_beetle_berkens_flow_kubaza a kubaza beetle som_berkens_flow_lava_beetle creature - som/kubaza_beetle.iff Mustafar lava_beetle mustafar_creatures FALSE 1.1 1.3 1 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 30 meat_insect 29 hide_scaley 0 - TRUE defaultProfile 0.08 medAttackDamageStrong +creature_beetle_berkens_flow_kubaza_queen a kubaza queen beetle som_berkens_flow_lava_beetle_queen creature - som/kubaza_beetle.iff Mustafar lava_beetle mustafar_creatures FALSE 1.4 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 FALSE - 30 junk_creature_mustafar 10 cube_loot 0 - TRUE 0 none - M 24 meat_insect 35 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_beetle_berkens_flow_kubaza_soldier a kubaza soldier beetle som_berkens_flow_lava_beetle_soldier creature - som/kubaza_beetle.iff Mustafar lava_beetle mustafar_creatures FALSE 1.3 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 22 meat_insect 33 hide_scaley 0 - TRUE defaultProfile 1 medAttackDamageStrong +creature_beetle_berkens_flow_kubaza_worker a kubaza worker beetle som_berkens_flow_lava_beetle_worker creature - som/kubaza_beetle.iff Mustafar lava_beetle mustafar_creatures FALSE 0.9 1.2 1 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 30 meat_insect 30 hide_scaley 0 - TRUE defaultProfile 0.04 medAttackDamageStrong +creature_beetle_burning_plains_kubaza a plains kubaza beetle som_burning_plains_lava_beetle creature - som/kubaza_beetle.iff Mustafar lava_beetle mustafar_creatures FALSE 1.1 1.3 1 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 15 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.08 highTankArmorStrong +creature_beetle_burning_plains_kubaza_queen a plains kubaza beetle queen som_burning_plains_lava_beetle_queen creature - som/kubaza_beetle.iff Mustafar lava_beetle mustafar_creatures FALSE 1.4 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 19 meat_insect 30 hide_scaley 0 - TRUE defaultProfile 1 highTankArmorStrong +creature_beetle_burning_plains_kubaza_soldier a plains kubaza beetle soldier som_burning_plains_lava_beetle_soldier creature - som/kubaza_beetle.iff Mustafar lava_beetle mustafar_creatures FALSE 1.3 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 17 meat_insect 28 hide_scaley 0 - TRUE defaultProfile 9 highTankArmorStrong +creature_beetle_burning_plains_kubaza_worker a plains kubaza beetle worker som_burning_plains_lava_beetle_worker creature - som/kubaza_beetle.iff Mustafar lava_beetle mustafar_creatures FALSE 0.9 1.2 1 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 15 meat_insect 25 hide_scaley 0 - TRUE defaultProfile 0.08 highTankArmorStrong creature_beetle_cave a cave beetle cave_beetle creature - rock_mite_hue.iff Tatooine rock_beetle - FALSE 2.2 2.6 1 - 2 1.6 ranged_creature_spit_small_toxicgreen creature_roach 6 6 TRUE - 30 junk_creature 0 - 0 - TRUE 0 none - M 6 meat_insect 8 hide_scaley 0 - TRUE defaultProfile 0.15 lowTankArmorWeak creature_beetle_cave_enraged enraged cave beetle legacy_rock_beetle_cave creature - rock_mite_hue.iff Tatooine rock_beetle - FALSE 1.6 1.8 1 - 2 1.6 ranged_creature_spit_small_toxicgreen creature_roach 6 6 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - M 9 meat_insect 10 hide_scaley 0 - TRUE defaultProfile 0.15 lowTankArmorWeak creature_beetle_cave_large a large cave beetle large_cave_beetle creature - rock_mite_hue.iff Tatooine rock_beetle - FALSE 1.8 2.2 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 TRUE - 30 junk_creature 0 - 0 - TRUE 0 none - M 10 meat_insect 14 hide_scaley 0 - TRUE defaultProfile 0.15 medTankArmorWeak creature_beetle_cave_legacy cave beetle legacy_cave_beetle creature - rock_mite_hue.iff Tatooine rock_beetle - FALSE 1.6 1.8 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - M 8 meat_insect 10 hide_scaley 0 - TRUE defaultProfile 0.15 lowTankArmorWeak -creature_beetle_crystal_flats_kubaza a kubaza beetle som_crystal_flats_lava_beetle creature - som/kubaza_beetle.iff Mustafar lava_beetle - FALSE 1.1 1.3 1 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 14 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.1 highTankArmorStrong -creature_beetle_crystal_flats_kubaza_soldier a kubaza soldier beetle som_crystal_flats_lava_beetle_soldier creature - som/kubaza_beetle.iff Mustafar lava_beetle - FALSE 1.3 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 15 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 0.07 highTankArmorStrong -creature_beetle_crystal_flats_kubaza_worker a kubaza worker beetle som_crystal_flats_lava_beetle_worker creature - som/kubaza_beetle.iff Mustafar lava_beetle - FALSE 0.9 1.2 1 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 15 meat_insect 26 hide_scaley 0 - TRUE defaultProfile 0.09 highTankArmorStrong +creature_beetle_crystal_flats_kubaza a kubaza beetle som_crystal_flats_lava_beetle creature - som/kubaza_beetle.iff Mustafar lava_beetle mustafar_creatures FALSE 1.1 1.3 1 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 14 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.1 highTankArmorStrong +creature_beetle_crystal_flats_kubaza_soldier a kubaza soldier beetle som_crystal_flats_lava_beetle_soldier creature - som/kubaza_beetle.iff Mustafar lava_beetle mustafar_creatures FALSE 1.3 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 15 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 0.07 highTankArmorStrong +creature_beetle_crystal_flats_kubaza_worker a kubaza worker beetle som_crystal_flats_lava_beetle_worker creature - som/kubaza_beetle.iff Mustafar lava_beetle mustafar_creatures FALSE 0.9 1.2 1 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 15 meat_insect 26 hide_scaley 0 - TRUE defaultProfile 0.09 highTankArmorStrong creature_beetle_dune a dune beetle dune_beetle creature - rock_mite_hue.iff Tatooine giant_sand_beetle - FALSE 1.4 1.6 2 - 2 1.6 ranged_creature_spit_small_yellow creature_roach 6 6 TRUE - 30 junk_creature 0 - 0 - TRUE 0 none - M 6 meat_insect 8 hide_scaley 0 - TRUE defaultProfile 0.15 lowTankArmorWeak -creature_beetle_kubaza a kubaza beetle som_lava_beetle creature - som/kubaza_beetle.iff Mustafar lava_beetle - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 TRUE 0 none - M 15 meat_insect 22 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_beetle_kubaza_enthralled an enthralled kubaza beetle som_volcano_four_lava_beetle creature - som/kubaza_beetle.iff Mustafar droid_army droid_army FALSE 1.2 1.2 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 21 meat_insect 28 hide_scaley 0 - FALSE - 0.0 - -creature_beetle_kubaza_worker a kubaza worker beetle som_link_lava_beetle_worker creature - som/kubaza_beetle.iff Mustafar link_beetle - FALSE 1.1 1.1 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 16 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_beetle_lava a lava beetle som_volcano_final_lava_beetle creature - som/kubaza_beetle.iff Mustafar droid_army droid_army FALSE 1.2 1.2 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 21 meat_insect 28 hide_scaley 0 - FALSE - 0.0 - -creature_beetle_link_kubaza_defender a kubaza defender beetle som_link_lava_beetle_defender creature - som/kubaza_beetle.iff Mustafar link_beetle - FALSE 1.5 1.5 1 - 2 1.6 melee_creature_default_weapon creature_roach 9 8 FALSE - 30 junk_creature_mustafar 5 cube_loot 5 weapon_kubaza_polearm TRUE 0 none - M 16 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_beetle_link_kubaza_drone a kubaza beetle drone som_link_lava_beetle_drone creature - som/kubaza_beetle.iff Mustafar link_beetle - FALSE 0.9 0.9 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 16 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_beetle_link_kubaza_foreman the kubaza beetle foreman som_link_lava_beetle_foreman creature - som/kubaza_beetle.iff Mustafar link_beetle - FALSE 2.5 3.0 1 - 2 1.6 melee_creature_default_weapon creature_roach 9 8 TRUE - 30 junk_creature_mustafar 5 cube_loot 10 weapon_kubaza_carbine TRUE 0 none - M 16 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_beetle_link_kubaza_soldier a kubaza soldier beetle som_link_lava_beetle_soldier creature - som/kubaza_beetle.iff Mustafar link_beetle - FALSE 1.3 1.3 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 16 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_beetle_orf_kubaza_hatchling a kubaza beetle hatchling som_orf_beetle_hatchling creature - som/kubaza_beetle.iff Mustafar orf_beetle - FALSE 1.0 1.0 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 21 meat_insect 28 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_beetle_orf_kubaza_soldier a kubaza beetle soldier som_orf_beetle_soldier creature - som/kubaza_beetle.iff Mustafar orf_beetle - FALSE 1.0 1.0 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 21 meat_insect 32 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_beetle_orf_kubaza_worker a kubaza beetle worker som_orf_beetle_worker creature - som/kubaza_beetle.iff Mustafar orf_beetle - FALSE 1.0 1.0 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 21 meat_insect 29 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_beetle_kubaza a kubaza beetle som_lava_beetle creature - som/kubaza_beetle.iff Mustafar lava_beetle mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 TRUE 0 none - M 15 meat_insect 22 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_beetle_kubaza_enthralled an enthralled kubaza beetle som_volcano_four_lava_beetle creature - som/kubaza_beetle.iff Mustafar lava_beetle mustafar_creatures FALSE 1.2 1.2 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 21 meat_insect 28 hide_scaley 0 - FALSE - 0.0 - +creature_beetle_kubaza_worker a kubaza worker beetle som_link_lava_beetle_worker creature - som/kubaza_beetle.iff Mustafar link_beetle mustafar_creatures FALSE 1.1 1.1 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 16 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_beetle_lava a lava beetle som_volcano_final_lava_beetle creature - som/kubaza_beetle.iff Mustafar lava_beetle mustafar_creatures FALSE 1.2 1.2 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 21 meat_insect 28 hide_scaley 0 - FALSE - 0.0 - +creature_beetle_link_kubaza_defender a kubaza defender beetle som_link_lava_beetle_defender creature - som/kubaza_beetle.iff Mustafar link_beetle mustafar_creatures FALSE 1.5 1.5 1 - 2 1.6 melee_creature_default_weapon creature_roach 9 8 FALSE - 30 junk_creature_mustafar 5 cube_loot 5 weapon_kubaza_polearm TRUE 0 none - M 16 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_beetle_link_kubaza_drone a kubaza beetle drone som_link_lava_beetle_drone creature - som/kubaza_beetle.iff Mustafar link_beetle mustafar_creatures FALSE 0.9 0.9 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 16 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_beetle_link_kubaza_foreman the kubaza beetle foreman som_link_lava_beetle_foreman creature - som/kubaza_beetle.iff Mustafar link_beetle mustafar_creatures FALSE 2.5 3.0 1 - 2 1.6 melee_creature_default_weapon creature_roach 9 8 TRUE - 30 junk_creature_mustafar 5 cube_loot 10 weapon_kubaza_carbine TRUE 0 none - M 16 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_beetle_link_kubaza_soldier a kubaza soldier beetle som_link_lava_beetle_soldier creature - som/kubaza_beetle.iff Mustafar link_beetle mustafar_creatures FALSE 1.3 1.3 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 16 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_beetle_orf_kubaza_hatchling a kubaza beetle hatchling som_orf_beetle_hatchling creature - som/kubaza_beetle.iff Mustafar orf_beetle mustafar_creatures FALSE 1.0 1.0 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 21 meat_insect 28 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_beetle_orf_kubaza_soldier a kubaza beetle soldier som_orf_beetle_soldier creature - som/kubaza_beetle.iff Mustafar orf_beetle mustafar_creatures FALSE 1.0 1.0 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 21 meat_insect 32 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_beetle_orf_kubaza_worker a kubaza beetle worker som_orf_beetle_worker creature - som/kubaza_beetle.iff Mustafar orf_beetle mustafar_creatures FALSE 1.0 1.0 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 21 meat_insect 29 hide_scaley 0 - TRUE defaultProfile 0.0 - creature_beetle_rock a rock beetle rock_beetle creature - rock_beetle.iff Tatooine rock_beetle - FALSE 1.5 1.8 1 - 2 1.6 ranged_creature_spit_small_toxicgreen creature_roach 6 6 FALSE - 30 junk_rock_beetle 0 - 0 - TRUE 0 none - M 6 meat_insect 8 hide_scaley 0 - TRUE defaultProfile 0.15 lowTankArmorWeak creature_beetle_rock_cave a rock beetle rock_beetle_cave creature - rock_beetle.iff Tatooine rock_beetle - FALSE 1.5 1.8 1 - 2 1.6 ranged_creature_spit_small_toxicgreen creature_roach 6 6 FALSE - 30 junk_rock_beetle 0 - 0 - TRUE 0 none - M 6 meat_insect 8 hide_scaley 0 - TRUE defaultProfile 0.15 lowTankArmorWeak creature_beetle_rock_enraged enraged rock beetle legacy_rock_beetle creature - rock_beetle.iff Tatooine rock_beetle - FALSE 1.5 1.8 1 - 2 1.6 ranged_creature_spit_small_toxicgreen creature_roach 6 6 FALSE - 30 junk_rock_beetle 0 - 0 - TRUE 0 none - M 8 meat_insect 10 hide_scaley 0 - TRUE defaultProfile 0.15 lowTankArmorWeak @@ -93,23 +93,23 @@ creature_beetle_smoking_forest_kubaza_queen a queen kubaza beetle som_smoking_fo creature_beetle_smoking_forest_kubaza_soldier a kubaza beetle soldier som_smoking_forest_lava_beetle_soldier creature - som/kubaza_beetle.iff Mustafar lava_beetle - FALSE 1.3 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 17 meat_insect 28 hide_scaley 0 - TRUE defaultProfile 0.05 highTankArmorStrong creature_beetle_smoking_forest_kubaza_worker a kubaza beetle worker som_smoking_forest_lava_beetle_worker creature - som/kubaza_beetle.iff Mustafar lava_beetle - FALSE 0.9 1.2 1 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 15 meat_insect 25 hide_scaley 0 - TRUE defaultProfile 0.09 highTankArmorStrong creature_beetle_uwari Uwari Beetle menagerie_uwari_beetle creature - uwari_beetle_aggro.iff Corellia schells_menagerie - FALSE 0.8 1.0 0 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 FALSE - 30 junk_creature 0 - 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -creature_blistmok a blistmok som_blistmok creature - som/blistmok.iff Mustafar blistmok - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 6 6 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 1 meat_insect 2 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_blistmok_burning_plains a plains blistmok som_burning_plains_blistmok creature - som/blistmok.iff Mustafar blistmok - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 30 meat_reptilian 24 hide_scaley 0 - TRUE defaultProfile 0.08 highAbilitySpeedStrong -creature_blistmok_burning_plains_raptor a plains blistmok raptor som_burning_plains_blistmok_raptor creature - som/blistmok.iff Mustafar blistmok - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 21 meat_reptilian 27 hide_scaley 0 - TRUE defaultProfile 0.07 highAbilitySpeedStrong -creature_blistmok_burning_plains_stalker a plains stalker blistmok som_burning_plains_blistmok_plains_stalker creature - som/blistmok.iff Mustafar blistmok - FALSE 1.3 1.5 2 - 2 1.6 melee_creature_default_weapon creature_raptor 9 9 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 24 meat_reptilian 30 hide_scaley 0 - TRUE defaultProfile 0.04 highAbilitySpeedStrong -creature_blistmok_burning_plains_terroraptor a plains terroraptor som_burning_plains_blistmok_terroraptor creature - som/blistmok.iff Mustafar blistmok - FALSE 1.4 1.7 2 - 2 1.6 melee_creature_default_weapon creature_raptor 9 9 FALSE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 26 meat_reptilian 36 hide_scaley 0 - TRUE defaultProfile 1 highAbilitySpeedStrong -creature_blistmok_crystal_flats a lowland blistmok som_crystal_flats_blistmok creature - som/blistmok.iff Mustafar blistmok - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 18 meat_reptilian 30 hide_scaley 0 - TRUE defaultProfile 0.1 highAbilitySpeedStrong -creature_blistmok_crystal_flats_raptor a lowland blistmok raptor som_crystal_flats_blistmok_raptor creature - som/blistmok.iff Mustafar blistmok - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 19 meat_reptilian 30 hide_scaley 0 - TRUE defaultProfile 0.1 highAbilitySpeedStrong -creature_blistmok_crystal_flats_stalker a blistmok crystal stalker som_crystal_flats_blistmok_crystal_stalker creature - som/blistmok.iff Mustafar blistmok - FALSE 1.3 1.5 2 - 2 1.6 melee_creature_default_weapon creature_raptor 6 6 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 30 meat_reptilian 24 hide_scaley 0 - TRUE defaultProfile 0.07 highAbilitySpeedStrong -creature_blistmok_kenobi a blistmok som_kenobi_blistmok creature - som/som_kenobi_blistmok.iff Mustafar blistmok - FALSE 1.0 1.0 3 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 FALSE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 18 meat_reptilian 21 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_blistmok_shrieker a Blistmok Shrieker som_blistmok_shrieker creature - som/blistmok_shrieker.iff Mustafar blistmok - FALSE 1.6 1.7 0 - 2 1.6 melee_creature_default_weapon creature_raptor 9 9 TRUE snare_defense=100;root_defense=100 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 19 meat_reptilian 22 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_blistmok_smoking_forest a smoking forest blistmok som_smoking_forest_blistmok creature - som/blistmok.iff Mustafar blistmok - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 18 meat_reptilian 23 hide_scaley 0 - TRUE defaultProfile 0.1 highAbilitySpeedStrong -creature_blistmok_smoking_forest_raptor a smoking forest blistmok raptor som_smoking_forest_blistmok_raptor creature - som/blistmok.iff Mustafar blistmok - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 30 meat_reptilian 24 hide_scaley 0 - TRUE defaultProfile 0.08 highAbilitySpeedStrong -creature_blistmok_smoking_forest_stalker a smoking forest blistmok stalker som_smoking_forest_blistmok_forest_stalker creature - som/blistmok.iff Mustafar blistmok - FALSE 1.3 1.5 2 - 2 1.6 melee_creature_default_weapon creature_raptor 9 9 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 21 meat_reptilian 27 hide_scaley 0 - TRUE defaultProfile 0.07 highAbilitySpeedStrong -creature_blistmok_smoking_forest_terroraptor a smoking forest terroraptor som_smoking_forest_blistmok_terroraptor creature - som/blistmok.iff Mustafar blistmok - FALSE 1.4 1.7 2 - 2 1.6 melee_creature_default_weapon creature_raptor 9 9 FALSE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 24 meat_reptilian 30 hide_scaley 0 - TRUE defaultProfile 8 highAbilitySpeedStrong +creature_blistmok a blistmok som_blistmok creature - som/blistmok.iff Mustafar blistmok mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 6 6 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 1 meat_insect 2 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_blistmok_burning_plains a plains blistmok som_burning_plains_blistmok creature - som/blistmok.iff Mustafar blistmok mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 30 meat_reptilian 24 hide_scaley 0 - TRUE defaultProfile 0.08 highAbilitySpeedStrong +creature_blistmok_burning_plains_raptor a plains blistmok raptor som_burning_plains_blistmok_raptor creature - som/blistmok.iff Mustafar blistmok mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 21 meat_reptilian 27 hide_scaley 0 - TRUE defaultProfile 0.07 highAbilitySpeedStrong +creature_blistmok_burning_plains_stalker a plains stalker blistmok som_burning_plains_blistmok_plains_stalker creature - som/blistmok.iff Mustafar blistmok mustafar_creatures FALSE 1.3 1.5 2 - 2 1.6 melee_creature_default_weapon creature_raptor 9 9 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 24 meat_reptilian 30 hide_scaley 0 - TRUE defaultProfile 0.04 highAbilitySpeedStrong +creature_blistmok_burning_plains_terroraptor a plains terroraptor som_burning_plains_blistmok_terroraptor creature - som/blistmok.iff Mustafar blistmok mustafar_creatures FALSE 1.4 1.7 2 - 2 1.6 melee_creature_default_weapon creature_raptor 9 9 FALSE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 26 meat_reptilian 36 hide_scaley 0 - TRUE defaultProfile 1 highAbilitySpeedStrong +creature_blistmok_crystal_flats a lowland blistmok som_crystal_flats_blistmok creature - som/blistmok.iff Mustafar blistmok mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 18 meat_reptilian 30 hide_scaley 0 - TRUE defaultProfile 0.1 highAbilitySpeedStrong +creature_blistmok_crystal_flats_raptor a lowland blistmok raptor som_crystal_flats_blistmok_raptor creature - som/blistmok.iff Mustafar blistmok mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 19 meat_reptilian 30 hide_scaley 0 - TRUE defaultProfile 0.1 highAbilitySpeedStrong +creature_blistmok_crystal_flats_stalker a blistmok crystal stalker som_crystal_flats_blistmok_crystal_stalker creature - som/blistmok.iff Mustafar blistmok mustafar_creatures FALSE 1.3 1.5 2 - 2 1.6 melee_creature_default_weapon creature_raptor 6 6 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 30 meat_reptilian 24 hide_scaley 0 - TRUE defaultProfile 0.07 highAbilitySpeedStrong +creature_blistmok_kenobi a blistmok som_kenobi_blistmok creature - som/som_kenobi_blistmok.iff Mustafar blistmok mustafar_creatures FALSE 1.0 1.0 3 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 FALSE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 18 meat_reptilian 21 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_blistmok_shrieker a Blistmok Shrieker som_blistmok_shrieker creature - som/blistmok_shrieker.iff Mustafar blistmok mustafar_creatures FALSE 1.6 1.7 0 - 2 1.6 melee_creature_default_weapon creature_raptor 9 9 TRUE snare_defense=100;root_defense=100 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 19 meat_reptilian 22 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_blistmok_smoking_forest a smoking forest blistmok som_smoking_forest_blistmok creature - som/blistmok.iff Mustafar blistmok mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 18 meat_reptilian 23 hide_scaley 0 - TRUE defaultProfile 0.1 highAbilitySpeedStrong +creature_blistmok_smoking_forest_raptor a smoking forest blistmok raptor som_smoking_forest_blistmok_raptor creature - som/blistmok.iff Mustafar blistmok mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 30 meat_reptilian 24 hide_scaley 0 - TRUE defaultProfile 0.08 highAbilitySpeedStrong +creature_blistmok_smoking_forest_stalker a smoking forest blistmok stalker som_smoking_forest_blistmok_forest_stalker creature - som/blistmok.iff Mustafar blistmok mustafar_creatures FALSE 1.3 1.5 2 - 2 1.6 melee_creature_default_weapon creature_raptor 9 9 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 21 meat_reptilian 27 hide_scaley 0 - TRUE defaultProfile 0.07 highAbilitySpeedStrong +creature_blistmok_smoking_forest_terroraptor a smoking forest terroraptor som_smoking_forest_blistmok_terroraptor creature - som/blistmok.iff Mustafar blistmok mustafar_creatures FALSE 1.4 1.7 2 - 2 1.6 melee_creature_default_weapon creature_raptor 9 9 FALSE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 24 meat_reptilian 30 hide_scaley 0 - TRUE defaultProfile 8 highAbilitySpeedStrong creature_blistmok_trained a trained blistmok som_storm_lord_blistmok creature - som/blistmok.iff Mustafar storm_lord - FALSE 1.2 1.4 1 - 2 1.6 melee_creature_default_weapon creature_raptor 24 24 FALSE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 24 meat_reptilian 28 hide_scaley 0 - TRUE defaultProfile 0.0 medAbilitySpeedStrong -creature_blistmok_trampler a Blistmok Trampler som_blistmok_trampler creature - som/blistmok_trampler.iff Mustafar blistmok - FALSE 1.6 1.8 0 - 2 1.6 melee_creature_default_weapon creature_raptor 6 6 TRUE snare_defense=100;root_defense=100 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 19 meat_reptilian 22 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_blistmok_urajen Ura Jen som_blistmok_ura_jen creature - som/blistmok.iff Mustafar blistmok - FALSE 1.6 1.6 2 - 2 1.6 melee_creature_default_weapon creature_raptor 9 9 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 32 meat_reptilian 40 hide_scaley 0 - TRUE defaultProfile 0.0 medAbilitySpeedStrong +creature_blistmok_trampler a Blistmok Trampler som_blistmok_trampler creature - som/blistmok_trampler.iff Mustafar blistmok mustafar_creatures FALSE 1.6 1.8 0 - 2 1.6 melee_creature_default_weapon creature_raptor 6 6 TRUE snare_defense=100;root_defense=100 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 19 meat_reptilian 22 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_blistmok_urajen Ura Jen som_blistmok_ura_jen creature - som/blistmok.iff Mustafar blistmok mustafar_creatures FALSE 1.6 1.6 2 - 2 1.6 melee_creature_default_weapon creature_raptor 9 9 TRUE - 30 junk_blistmok 5 cube_loot 0 - TRUE 0 none - M 32 meat_reptilian 40 hide_scaley 0 - TRUE defaultProfile 0.0 medAbilitySpeedStrong creature_blurrg a blurrg blurrg creature - blurrg.iff Endor blurrg - FALSE 1.1 1.1 2 - 2 1.6 ranged_creature_spit_large_yellow creature_raptor 6 12 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - S 100 meat_carnivore 85 hide_leathery 75 bone_avian TRUE defaultProfile 0.1 medAttackDamageAvg creature_blurrg_crimson a crimson blurrg crimson_blurrg creature - blurrg_hue.iff Endor blurrg - FALSE 1.0 1.0 4 - 2 1.6 ranged_creature_spit_large_toxicgreen creature_raptor 6 12 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - S 100 meat_carnivore 85 hide_leathery 75 bone_avian TRUE defaultProfile 0.09 highAttackDamageAvg creature_blurrg_diseased a diseased blurrg diseased_blurrg creature - blurrg_hue.iff Endor blurrg_diseased - FALSE 1.2 1.2 2 - 2 1.6 ranged_creature_spit_large_toxicgreen creature_raptor 12 12 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - S 100 meat_carnivore 85 hide_leathery 75 bone_avian TRUE defaultProfile 0.1 medAttackDamageAvg @@ -260,7 +260,7 @@ creature_dewback_grizzled a grizzled dewback grizzled_dewback creature - dewback creature_dewback_lesser a lesser dewback lesser_dewback creature - dewback_hue.iff Tatooine dewback_lesser - FALSE 0.5 0.7 1 - 2 1.6 melee_creature_default_weapon creature_bull 6 6 TRUE - 30 junk_lesser_dewback 0 - 0 - TRUE 0 none - L 175 meat_reptilian 125 hide_leathery 100 bone_mammal TRUE defaultProfile 0.1 lowTankArmorWeak creature_dewback_mountain a mountain dewback mountain_dewback creature - mountain_dewback.iff Tatooine dewback_mountain - FALSE 0.8 1.0 3 - 2 1.6 melee_creature_default_weapon creature_bull 6 6 FALSE - 30 junk_mountain_dewback 0 - 0 - TRUE 0 none - L 330 meat_reptilian 240 hide_leathery 170 bone_mammal TRUE defaultProfile 0.15 medTankArmorWeak creature_dewback_mountain_enraged an Enraged Mountain Dewback elite_mountain_dewback creature - mountain_dewback.iff Tatooine dewback_mountain - FALSE 1.0 1.2 3 - 2 1.6 melee_creature_default_weapon creature_bull 6 6 FALSE - 30 junk_mountain_dewback 0 - 0 - TRUE 0 none - L 330 meat_reptilian 240 hide_leathery 170 bone_mammal TRUE defaultProfile 0.15 medTankArmorWeak -creature_dewback_parry_stormtrooper Dewback parry_stormtrooper_dewback creature - dewback_hue.iff Tatooine imperial - FALSE 1.0 1.0 4 - 2 1.6 melee_creature_default_weapon creature_bull 6 6 FALSE - 30 junk_dewback 0 - 0 - TRUE 0 none - L 360 meat_reptilian 275 hide_leathery 250 bone_mammal TRUE defaultProfile 0.0 - +creature_dewback_parry_stormtrooper Dewback parry_stormtrooper_dewback creature - dewback_hue.iff Tatooine imperial imperial FALSE 1.0 1.0 4 - 2 1.6 melee_creature_default_weapon creature_bull 6 6 FALSE - 30 junk_dewback 0 - 0 - TRUE 0 none - L 360 meat_reptilian 275 hide_leathery 250 bone_mammal TRUE defaultProfile 0.0 - creature_dewback_stormtrooper a Stormtrooper dewback stormtrooper_dewback creature - dewback_hue.iff Tatooine imperial imperial FALSE 1.0 1.0 4 - 2 1.6 melee_creature_default_weapon creature_bull 6 24 TRUE - 30 junk_dewback 0 - 0 - TRUE 0 none - L 360 meat_reptilian 275 hide_leathery 250 bone_mammal TRUE defaultProfile 0.0 - creature_dewback_swarming_lesser a swarming lesser dewback swarming_lesser_dewback creature - swarming_lesser_dewback.iff Tatooine dewback_swarming_lesser - FALSE 0.3 0.5 1 - 2 1.6 melee_creature_default_weapon creature_bull 10 10 FALSE - 30 junk_dewback 0 - 0 - TRUE 0 none - L 175 meat_reptilian 125 hide_leathery 100 bone_mammal TRUE defaultProfile 0.0 - creature_dewback_twisted a twisted dewback twisted_dewback creature - dewback_hue.iff Tatooine twisted - FALSE 1.0 1.2 27 - 2 1.6 melee_creature_default_weapon creature_bull 6 6 TRUE - 30 junk_dewback 0 - 0 - TRUE 0 none - L 175 meat_reptilian 125 hide_leathery 100 bone_mammal TRUE defaultProfile 0.0 - @@ -291,20 +291,20 @@ creature_fambaa_rogue a rogue fambaa rogue_fambaa creature - fambaa_hue.iff Nabo creature_fambaa_starving a starving fambaa starving_fambaa creature - fambaa_hue.iff Naboo fambaa_feral - FALSE 1.3 1.3 4 - 2 1.6 melee_creature_default_weapon creature_fambaa 6 6 TRUE - 30 junk_fambaa 0 - 0 - TRUE 200 XL milk_wild XL 1000 meat_reptilian 700 hide_leathery 675 bone_mammal TRUE defaultProfile 0.0 medTankHealthWeak creature_fambaa_wildeyed a wild-eyed fambaa feral_fambaa creature - fambaa_hue.iff Naboo fambaa_feral - FALSE 1.1 1.2 4 - 2 1.6 melee_creature_default_weapon creature_fambaa 30 30 FALSE - 30 junk_fambaa 0 - 0 - TRUE 400 XL milk_wild XL 1000 meat_reptilian 700 hide_leathery 675 bone_mammal TRUE defaultProfile 0.12 medTankHealthWeak creature_finned_blaggart Finned Blaggart finned_blaggart creature - finned_blaggart.iff Yavin 4 crystal_snake - FALSE 1.6 1.8 0 - 2 1.6 melee_creature_default_weapon creature_snake 6 6 FALSE - 30 junk_creature 0 - 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -creature_flea_lava a lava flea som_lava_flea creature - som/lava_flea.iff Mustafar lava_flea - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 17 meat_insect 23 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_flea_lava_crystal_flats a lava flea som_crystal_flats_lava_flea creature - som/lava_flea.iff Mustafar lava_flea - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 15 meat_insect 23 hide_scaley 0 - TRUE defaultProfile 0.1 medTankUtilityStrong -creature_flea_lava_crystal_flats_guard a lava flea guard som_crystal_flats_lava_flea_guard creature - som/lava_flea.iff Mustafar lava_flea - FALSE 1.3 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 16 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.09 medTankUtilityStrong -creature_flea_lava_crystal_flats_queen a lava flea queen som_crystal_flats_lava_flea_queen creature - som/lava_flea.iff Mustafar lava_flea - FALSE 1.4 1.8 2 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 FALSE - 30 junk_creature_mustafar 10 cube_loot 0 - TRUE 0 none - M 18 meat_insect 26 hide_scaley 0 - TRUE defaultProfile 0.05 medTankUtilityStrong -creature_flea_lava_crystal_flats_strider a lava strider som_crystal_flats_lava_flea_strider creature - som/lava_flea.iff Mustafar lava_flea - FALSE 1.2 1.5 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 17 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.1 medTankUtilityStrong -creature_flea_lava_hatchling a lava flea hatchling som_orf_flea_hatchling creature - som/lava_flea.iff Mustafar orf_flea - FALSE 0.3 0.3 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 30 meat_insect 29 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_flea_lava_juvenile a lava flea juvenile som_orf_flea_juvenile creature - som/lava_flea.iff Mustafar orf_flea - FALSE 0.4 0.4 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 30 meat_insect 30 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_flea_lava_preorder a lava flea som_lava_flea_preorder creature - som/lava_flea.iff Mustafar lava_flea - FALSE 0.8 0.9 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 1 meat_insect 2 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_flea_lava_smoking_forest a lava flea som_smoking_forest_lava_flea creature - som/lava_flea.iff Mustafar lava_flea - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 17 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 0.1 medTankUtilityStrong -creature_flea_lava_smoking_forest_guard a lava flea guard som_smoking_forest_lava_flea_guard creature - som/lava_flea.iff Mustafar lava_flea - FALSE 1.3 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 18 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 0.08 medTankUtilityStrong -creature_flea_lava_smoking_forest_queen a queen lava flea som_smoking_forest_lava_flea_queen creature - som/lava_flea.iff Mustafar lava_flea - FALSE 1.4 1.8 2 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 30 meat_insect 29 hide_scaley 0 - TRUE defaultProfile 0.04 medTankUtilityStrong -creature_flea_lava_smoking_forest_strider a lava flea strider som_smoking_forest_lava_flea_strider creature - som/lava_flea.iff Mustafar lava_flea - FALSE 1.2 1.5 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 17 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 0.1 medTankUtilityStrong -creature_flea_lava_smoldering a Smoldering Lava Flea som_lava_flea_smoldering creature - som/lava_flea_smoldering.iff Mustafar lava_flea - FALSE 1.7 1.9 0 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 TRUE - 30 junk_creature_mustafar 10 cube_loot 0 - TRUE 0 none - M 19 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_flea_lava_starving a starving lava flea som_orf_flea_starving creature - som/lava_flea.iff Mustafar orf_flea - FALSE 0.5 0.5 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 30 meat_insect 33 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_flea_lava a lava flea som_lava_flea creature - som/lava_flea.iff Mustafar lava_flea mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 17 meat_insect 23 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_flea_lava_crystal_flats a lava flea som_crystal_flats_lava_flea creature - som/lava_flea.iff Mustafar lava_flea mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 15 meat_insect 23 hide_scaley 0 - TRUE defaultProfile 0.1 medTankUtilityStrong +creature_flea_lava_crystal_flats_guard a lava flea guard som_crystal_flats_lava_flea_guard creature - som/lava_flea.iff Mustafar lava_flea mustafar_creatures FALSE 1.3 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 16 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.09 medTankUtilityStrong +creature_flea_lava_crystal_flats_queen a lava flea queen som_crystal_flats_lava_flea_queen creature - som/lava_flea.iff Mustafar lava_flea mustafar_creatures FALSE 1.4 1.8 2 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 FALSE - 30 junk_creature_mustafar 10 cube_loot 0 - TRUE 0 none - M 18 meat_insect 26 hide_scaley 0 - TRUE defaultProfile 0.05 medTankUtilityStrong +creature_flea_lava_crystal_flats_strider a lava strider som_crystal_flats_lava_flea_strider creature - som/lava_flea.iff Mustafar lava_flea mustafar_creatures FALSE 1.2 1.5 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 17 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.1 medTankUtilityStrong +creature_flea_lava_hatchling a lava flea hatchling som_orf_flea_hatchling creature - som/lava_flea.iff Mustafar orf_flea mustafar_creatures FALSE 0.3 0.3 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 30 meat_insect 29 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_flea_lava_juvenile a lava flea juvenile som_orf_flea_juvenile creature - som/lava_flea.iff Mustafar orf_flea mustafar_creatures FALSE 0.4 0.4 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 30 meat_insect 30 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_flea_lava_preorder a lava flea som_lava_flea_preorder creature - som/lava_flea.iff Mustafar lava_flea mustafar_creatures FALSE 0.8 0.9 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 6 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 1 meat_insect 2 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_flea_lava_smoking_forest a lava flea som_smoking_forest_lava_flea creature - som/lava_flea.iff Mustafar lava_flea mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 17 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 0.1 medTankUtilityStrong +creature_flea_lava_smoking_forest_guard a lava flea guard som_smoking_forest_lava_flea_guard creature - som/lava_flea.iff Mustafar lava_flea mustafar_creatures FALSE 1.3 1.6 2 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 18 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 0.08 medTankUtilityStrong +creature_flea_lava_smoking_forest_queen a queen lava flea som_smoking_forest_lava_flea_queen creature - som/lava_flea.iff Mustafar lava_flea mustafar_creatures FALSE 1.4 1.8 2 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 30 meat_insect 29 hide_scaley 0 - TRUE defaultProfile 0.04 medTankUtilityStrong +creature_flea_lava_smoking_forest_strider a lava flea strider som_smoking_forest_lava_flea_strider creature - som/lava_flea.iff Mustafar lava_flea mustafar_creatures FALSE 1.2 1.5 1 - 2 1.6 melee_creature_default_weapon creature_roach 6 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 17 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 0.1 medTankUtilityStrong +creature_flea_lava_smoldering a Smoldering Lava Flea som_lava_flea_smoldering creature - som/lava_flea_smoldering.iff Mustafar lava_flea mustafar_creatures FALSE 1.7 1.9 0 - 2 1.6 melee_creature_default_weapon creature_roach 9 9 TRUE - 30 junk_creature_mustafar 10 cube_loot 0 - TRUE 0 none - M 19 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_flea_lava_starving a starving lava flea som_orf_flea_starving creature - som/lava_flea.iff Mustafar orf_flea mustafar_creatures FALSE 0.5 0.5 0 - 2 1.6 melee_creature_default_weapon creature_roach 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 30 meat_insect 33 hide_scaley 0 - TRUE defaultProfile 0.0 - creature_flewt a flewt flewt creature - flewt.iff Naboo flewt - FALSE 0.8 1.2 1 - 2 1.6 melee_creature_default_weapon creature_moth 6 6 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - S 3 meat_insect 5 hide_scaley 3 bone_avian TRUE defaultProfile 0.15 lowAbilitySpeedWeak creature_flewt_frightened_young a frightened young flewt frightened_young_flewt creature - frightened_young_flewt.iff Naboo flewt - FALSE 0.6 0.7 3 - 2 1.6 melee_creature_default_weapon creature_moth 6 6 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - S 1 meat_avian 1 hide_leathery 1 bone_avian TRUE defaultProfile 0.15 lowAttackAbilityWeak creature_flewt_irate_matriarch an irate flewt matriarch irate_flewt_matriarch creature - flewt_hue.iff Naboo flewt - FALSE 1.5 1.5 4 - 2 1.6 melee_creature_default_weapon creature_moth 6 6 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - S 4 meat_avian 4 hide_leathery 4 bone_avian TRUE defaultProfile 0.1 lowAbilitySpeedWeak @@ -436,14 +436,14 @@ creature_jax_bounding a bounding jax bounding_jax creature - bearded_jax_hue.iff creature_jax_diminutive_bounding a diminutive bounding jax jax_bounding_dwarf creature - bearded_jax_hue.iff Endor jax - FALSE 0.7 0.9 4 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 12 12 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - S 25 meat_herbivore 35 hide_bristley 25 bone_mammal TRUE defaultProfile 0.05 medAbilitySpeedWeak creature_jax_fuzzy a fuzzy jax fuzzy_jax creature - bearded_jax_hue.iff Rori jax - FALSE 0.9 1.2 2 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 6 6 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - S 11 meat_herbivore 16 hide_bristley 11 bone_mammal TRUE defaultProfile 0.05 lowAttackDamageWeak creature_jax_pouncing a pouncing jax pouncing_jax creature - bearded_jax_hue.iff Endor jax - FALSE 1.2 1.5 4 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 6 12 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - S 25 meat_herbivore 35 hide_bristley 25 bone_mammal TRUE defaultProfile 0.1 medAttackAbilityWeak -creature_jundak a jundak som_jundak creature - som/jundak.iff Mustafar jundak - FALSE 0.8 1.4 0 - 2 1.6 melee_creature_default_weapon creature_mantis 6 6 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 1 meat_insect 2 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_jundak_ancient Ancient Jundak som_ancient_jundak creature - som/jundak.iff Mustafar jundak - FALSE 1.5 1.5 0 - 2 1.6 melee_creature_default_weapon creature_mantis 9 9 TRUE - 30 junk_creature_mustafar 10 cube_loot 0 - TRUE 0 none - M 40 meat_insect 48 hide_scaley 0 - TRUE defaultProfile 0.0 highAbilitySpeedStrong -creature_jundak_cinderclaw Cinderclaw som_jundak_cinderclaw creature - som/cinderclaw.iff Mustafar jundak - FALSE 2.0 2.1 0 - 2 1.6 melee_creature_default_weapon creature_mantis 9 9 TRUE - 30 junk_creature_mustafar 10 cube_loot 0 - TRUE 0 none - M 23 meat_insect 35 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_jundak_devourer a Jundak Devourer som_jundak_devourer creature - som/jundak_devourer.iff Mustafar jundak - FALSE 1.7 1.7 0 - 2 1.6 melee_creature_default_weapon creature_mantis 6 6 TRUE snare_defense=100;root_defense=100 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 23 meat_insect 35 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_jundak_nesting_grounds a jundak som_nesting_grounds_jundak creature - som/jundak.iff Mustafar jundak - FALSE 0.8 1.2 0 - 2 1.6 melee_creature_default_weapon creature_mantis 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 25 meat_insect 30 hide_scaley 0 - TRUE defaultProfile 8 highAttackUtilityStrong -creature_jundak_nesting_grounds_bloated a bloated jundak som_nesting_grounds_jundak_bloated creature - som/jundak.iff Mustafar jundak - FALSE 1.1 1.5 0 - 2 1.6 melee_creature_default_weapon creature_mantis 6 6 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 28 meat_insect 38 hide_scaley 0 - TRUE defaultProfile 0.0 highAbilitySpeedStrong -creature_jundak_nesting_grounds_shrieker a jundak shrieker som_nesting_grounds_jundak_shrieker creature - som/jundak.iff Mustafar jundak - FALSE 0.9 1.3 0 - 2 1.6 melee_creature_default_weapon creature_mantis 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 30 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 1 highAttackUtilityStrong -creature_jundak_nesting_grounds_stalker a jundak stalker som_nesting_grounds_jundak_stalker creature - som/jundak.iff Mustafar jundak - FALSE 1.0 1.4 0 - 2 1.6 melee_creature_default_weapon creature_mantis 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 27 meat_insect 35 hide_scaley 0 - TRUE defaultProfile 0.0 highAbilitySpeedAvg +creature_jundak a jundak som_jundak creature - som/jundak.iff Mustafar jundak mustafar_creatures FALSE 0.8 1.4 0 - 2 1.6 melee_creature_default_weapon creature_mantis 6 6 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 1 meat_insect 2 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_jundak_ancient Ancient Jundak som_ancient_jundak creature - som/jundak.iff Mustafar jundak mustafar_creatures FALSE 1.5 1.5 0 - 2 1.6 melee_creature_default_weapon creature_mantis 9 9 TRUE - 30 junk_creature_mustafar 10 cube_loot 0 - TRUE 0 none - M 40 meat_insect 48 hide_scaley 0 - TRUE defaultProfile 0.0 highAbilitySpeedStrong +creature_jundak_cinderclaw Cinderclaw som_jundak_cinderclaw creature - som/cinderclaw.iff Mustafar jundak mustafar_creatures FALSE 2.0 2.1 0 - 2 1.6 melee_creature_default_weapon creature_mantis 9 9 TRUE - 30 junk_creature_mustafar 10 cube_loot 0 - TRUE 0 none - M 23 meat_insect 35 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_jundak_devourer a Jundak Devourer som_jundak_devourer creature - som/jundak_devourer.iff Mustafar jundak mustafar_creatures FALSE 1.7 1.7 0 - 2 1.6 melee_creature_default_weapon creature_mantis 6 6 TRUE snare_defense=100;root_defense=100 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 23 meat_insect 35 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_jundak_nesting_grounds a jundak som_nesting_grounds_jundak creature - som/jundak.iff Mustafar jundak mustafar_creatures FALSE 0.8 1.2 0 - 2 1.6 melee_creature_default_weapon creature_mantis 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 25 meat_insect 30 hide_scaley 0 - TRUE defaultProfile 8 highAttackUtilityStrong +creature_jundak_nesting_grounds_bloated a bloated jundak som_nesting_grounds_jundak_bloated creature - som/jundak.iff Mustafar jundak mustafar_creatures FALSE 1.1 1.5 0 - 2 1.6 melee_creature_default_weapon creature_mantis 6 6 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 28 meat_insect 38 hide_scaley 0 - TRUE defaultProfile 0.0 highAbilitySpeedStrong +creature_jundak_nesting_grounds_shrieker a jundak shrieker som_nesting_grounds_jundak_shrieker creature - som/jundak.iff Mustafar jundak mustafar_creatures FALSE 0.9 1.3 0 - 2 1.6 melee_creature_default_weapon creature_mantis 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 30 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 1 highAttackUtilityStrong +creature_jundak_nesting_grounds_stalker a jundak stalker som_nesting_grounds_jundak_stalker creature - som/jundak.iff Mustafar jundak mustafar_creatures FALSE 1.0 1.4 0 - 2 1.6 melee_creature_default_weapon creature_mantis 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - M 27 meat_insect 35 hide_scaley 0 - TRUE defaultProfile 0.0 highAbilitySpeedAvg creature_kaadu a kaadu kaadu creature - kaadu.iff Naboo kaadu - FALSE 0.9 1.3 2 - 2 1.6 melee_creature_default_weapon creature_raptor 6 6 FALSE - 30 junk_creature 0 - 0 - TRUE 60 L milk_wild M 120 meat_avian 85 hide_leathery 70 bone_avian TRUE defaultProfile 0.15 lowAttackAbilityWeak creature_kaadu_aggrivated_trampler an aggrivated kaadu trampler kaadu_aggrivated_trampler creature - kaadu_hue.iff Naboo kaadu - FALSE 1.3 1.5 2 - 2 1.6 melee_creature_default_weapon creature_raptor 6 6 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - M 120 meat_avian 85 hide_leathery 70 bone_avian TRUE defaultProfile 0.05 lowAttackDamageWeak creature_kaadu_female a kaadu female kaadu_female creature - kaadu_hue.iff Naboo kaadu - FALSE 0.8 1.2 4 - 2 1.6 melee_creature_default_weapon creature_raptor 6 6 FALSE - 30 junk_kaadu_female 0 - 0 - TRUE 50 L milk_wild M 100 meat_avian 75 hide_leathery 65 bone_avian TRUE defaultProfile 0.15 lowAttackAbilityWeak @@ -992,7 +992,7 @@ creature_shaupaut_greater_elder a greater shaupaut elder naboo_greater_shaupaut_ creature_shaupaut_hunter a shaupaut hunter shaupaut_hunter creature - shaupaut_hue.iff Naboo shaupaut - FALSE 1.7 2.1 2 - 2 1.6 melee_creature_default_weapon creature_monkey 6 6 FALSE - 30 junk_shaupaut_hunter 0 - 0 - TRUE 0 none - M 10 meat_carnivore 6 hide_bristley 6 bone_mammal TRUE defaultProfile 0.15 medAttackDamageWeak creature_shaupaut_rabid a rabid shaupaut rabid_shaupaut creature - shaupaut_hue.iff Naboo shaupaut_rabid - FALSE 1.1 1.3 4 - 2 1.6 melee_creature_default_weapon creature_monkey 6 6 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - M 4 meat_wild 3 hide_bristley 3 bone_mammal TRUE defaultProfile 0.1 lowAttackUtilityWeak creature_shaupaut_hunter_elder a shaupaut hunter elder naboo_shaupaut_hunter_elder creature - shaupaut_hue.iff Naboo shaupaut - FALSE 1.7 2.1 2 - 2 1.6 melee_creature_default_weapon creature_monkey 12 12 FALSE - 30 junk_shaupaut_hunter_elder 0 - 0 - TRUE 0 none - M 10 meat_carnivore 6 hide_bristley 6 bone_mammal TRUE defaultProfile 0.15 medAttackDamageWeak -creature_sher_kar Sher Kar som_sherkar creature - som/sher_kar.iff Mustafar sherkar - FALSE 1.2 1.2 0 - 2 1.6 melee_creature_default_weapon creature_spider 12 9 TRUE - 30 junk_creature_mustafar 10 cube_loot 0 - TRUE 0 none - XL 60 meat_insect 85 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_sherkar_karling a karling som_sherkar_karling creature - som/sher_kar.iff Mustafar sherkar - FALSE 0.1 0.1 1 - 2 1.6 melee_creature_default_weapon creature_spider 9 9 TRUE snare_defense=100;root_defense=100 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - XL 19 meat_insect 33 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_sherkar_malfosa Malfosa som_sherkar_consort creature - som/sher_kar.iff Mustafar sherkar - FALSE 0.7 0.7 3 - 2 1.6 melee_creature_default_weapon creature_spider 24 24 TRUE - 30 junk_creature_mustafar 10 cube_loot 10 unique_mafose_mez_immune TRUE 0 none - XL 19 meat_insect 33 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_sherkar_praetorian a praetorian som_sherkar_praetorian creature - som/sher_kar.iff Mustafar sherkar - FALSE 0.3 0.3 1 - 2 1.6 melee_creature_default_weapon creature_spider 9 9 TRUE snare_defense=100;root_defense=100 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - XL 19 meat_insect 33 hide_scaley 0 - TRUE defaultProfile 0.0 - \ No newline at end of file +creature_sher_kar Sher Kar som_sherkar creature - som/sher_kar.iff Mustafar sherkar mustafar_creatures FALSE 1.2 1.2 0 - 2 1.6 melee_creature_default_weapon creature_spider 12 9 TRUE - 30 junk_creature_mustafar 10 cube_loot 0 - TRUE 0 none - XL 60 meat_insect 85 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_sherkar_karling a karling som_sherkar_karling creature - som/sher_kar.iff Mustafar sherkar mustafar_creatures FALSE 0.1 0.1 1 - 2 1.6 melee_creature_default_weapon creature_spider 9 9 TRUE snare_defense=100;root_defense=100 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - XL 19 meat_insect 33 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_sherkar_malfosa Malfosa som_sherkar_consort creature - som/sher_kar.iff Mustafar sherkar mustafar_creatures FALSE 0.7 0.7 3 - 2 1.6 melee_creature_default_weapon creature_spider 24 24 TRUE - 30 junk_creature_mustafar 10 cube_loot 10 unique_mafose_mez_immune TRUE 0 none - XL 19 meat_insect 33 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_sherkar_praetorian a praetorian som_sherkar_praetorian creature - som/sher_kar.iff Mustafar sherkar mustafar_creatures FALSE 0.3 0.3 1 - 2 1.6 melee_creature_default_weapon creature_spider 9 9 TRUE snare_defense=100;root_defense=100 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - XL 19 meat_insect 33 hide_scaley 0 - TRUE defaultProfile 0.0 - \ No newline at end of file diff --git a/serverdata/npc/npc_2.sdb b/serverdata/npc/npc_2.sdb index 1ddcc3d5a..113b5ba9c 100644 --- a/serverdata/npc/npc_2.sdb +++ b/serverdata/npc/npc_2.sdb @@ -116,15 +116,15 @@ creature_tabage a tabage tabage creature - tabage.iff Corellia tabage - FALSE 1. creature_tabage_mother_enraged an enraged tabage mother enraged_tabage_mother creature - tabage.iff Corellia tabage - FALSE 1.0 1.0 3 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 10 10 TRUE - 30 junk_tabage 0 - 0 - TRUE 0 none - 16 meat_carnivore 16 hide_bristley 16 bone_mammal TRUE defaultProfile 0.15 lowAttackDamageWeak creature_tabage_protector a tabage protector tabage_protector creature - tabage.iff Corellia tabage - FALSE 1.0 1.0 3 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 10 10 FALSE - 30 junk_tabage 0 - 0 - TRUE 0 none - 14 meat_carnivore 14 hide_leathery 14 bone_mammal TRUE defaultProfile 0.15 lowAttackAbilityWeak creature_tabage_scavenger a tabage scavenger tabage_scavenger creature - tabage.iff Corellia tabage - FALSE 1.0 1.0 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 10 10 TRUE - 30 junk_tabage 0 - 0 - TRUE 0 none - 13 meat_carnivore 13 hide_leathery 13 bone_mammal TRUE defaultProfile 0.15 lowAttackAbilityWeak -creature_tanray_ashscale Ashscale som_ash_scale creature - som/tanray.iff Mustafar tanray - FALSE 0.1 0.1 2 - 2 1.6 melee_creature_default_weapon creature_bull 9 9 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 26 meat_reptilian 38 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_tanray_burning_plains a plains tanray som_burning_plains_tanray creature - som/tanray.iff Mustafar tanray - FALSE 0.1 0.2 1 - 2 1.6 melee_creature_default_weapon creature_tanray 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 17 meat_reptilian 24 hide_scaley 0 - TRUE defaultProfile 0.08 highAttackAbilityAvg -creature_tanray_burning_plains_creeper a plains creeper som_burning_plains_tanray_creeper creature - som/tanray.iff Mustafar tanray - FALSE 0.1 0.2 1 - 2 1.6 melee_creature_default_weapon creature_tanray 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 19 meat_reptilian 26 hide_scaley 0 - TRUE defaultProfile 0.04 highAttackAbilityAvg -creature_tanray_burning_plains_crowned a crowned plains tanray som_burning_plains_tanray_crowned creature - som/tanray.iff Mustafar tanray - FALSE 0.2 0.3 2 - 2 1.6 melee_creature_default_weapon creature_tanray 9 9 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 22 meat_reptilian 31 hide_scaley 0 - TRUE defaultProfile 0.0 highAttackAbilityAvg -creature_tanray_burning_plains_fleshripper a tanray fleshripper som_burning_plains_tanray_ripper creature - som/tanray.iff Mustafar tanray - FALSE 0.1 0.2 2 - 2 1.6 melee_creature_default_weapon creature_tanray 9 9 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 20 meat_reptilian 28 hide_scaley 0 - TRUE defaultProfile 5 highAttackAbilityAvg -creature_tanray_lava_runner a lava runner tanray som_berkens_flow_tanray creature - som/tanray.iff Mustafar tanray - FALSE 0.1 0.2 1 - 2 1.6 melee_creature_default_weapon creature_tanray 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 20 meat_reptilian 26 hide_scaley 0 - TRUE defaultProfile 5 highAttackAbilityAvg -creature_tanray_lava_runner_crowned a crowned lava runner som_berkens_flow_tanray_crowned creature - som/tanray.iff Mustafar tanray - FALSE 0.2 0.3 1 - 2 1.6 melee_creature_default_weapon creature_tanray 9 9 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 24 meat_reptilian 35 hide_scaley 0 - TRUE defaultProfile 0.0 medAbilitySpeedStrong -creature_tanray_lava_runner_prowler a lava runner prowler som_berkens_flow_tanray_prowler creature - som/tanray.iff Mustafar tanray - FALSE 0.1 0.2 1 - 2 1.6 melee_creature_default_weapon creature_tanray 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 23 meat_reptilian 31 hide_scaley 0 - TRUE defaultProfile 0.0 medTankUtilityAvg -creature_tanray_lava_runner_stalker a lava runner stalker som_berkens_flow_tanray_stalker creature - som/tanray.iff Mustafar tanray - FALSE 0.1 0.2 1 - 2 1.6 melee_creature_default_weapon creature_tanray 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 21 meat_reptilian 28 hide_scaley 0 - TRUE defaultProfile 1 highAttackAbilityAvg +creature_tanray_ashscale Ashscale som_ash_scale creature - som/tanray.iff Mustafar tanray mustafar_creatures FALSE 0.1 0.1 2 - 2 1.6 melee_creature_default_weapon creature_bull 9 9 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 26 meat_reptilian 38 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_tanray_burning_plains a plains tanray som_burning_plains_tanray creature - som/tanray.iff Mustafar tanray mustafar_creatures FALSE 0.1 0.2 1 - 2 1.6 melee_creature_default_weapon creature_tanray 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 17 meat_reptilian 24 hide_scaley 0 - TRUE defaultProfile 0.08 highAttackAbilityAvg +creature_tanray_burning_plains_creeper a plains creeper som_burning_plains_tanray_creeper creature - som/tanray.iff Mustafar tanray mustafar_creatures FALSE 0.1 0.2 1 - 2 1.6 melee_creature_default_weapon creature_tanray 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 19 meat_reptilian 26 hide_scaley 0 - TRUE defaultProfile 0.04 highAttackAbilityAvg +creature_tanray_burning_plains_crowned a crowned plains tanray som_burning_plains_tanray_crowned creature - som/tanray.iff Mustafar tanray mustafar_creatures FALSE 0.2 0.3 2 - 2 1.6 melee_creature_default_weapon creature_tanray 9 9 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 22 meat_reptilian 31 hide_scaley 0 - TRUE defaultProfile 0.0 highAttackAbilityAvg +creature_tanray_burning_plains_fleshripper a tanray fleshripper som_burning_plains_tanray_ripper creature - som/tanray.iff Mustafar tanray mustafar_creatures FALSE 0.1 0.2 2 - 2 1.6 melee_creature_default_weapon creature_tanray 9 9 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 20 meat_reptilian 28 hide_scaley 0 - TRUE defaultProfile 5 highAttackAbilityAvg +creature_tanray_lava_runner a lava runner tanray som_berkens_flow_tanray creature - som/tanray.iff Mustafar tanray mustafar_creatures FALSE 0.1 0.2 1 - 2 1.6 melee_creature_default_weapon creature_tanray 24 24 TRUE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 20 meat_reptilian 26 hide_scaley 0 - TRUE defaultProfile 5 highAttackAbilityAvg +creature_tanray_lava_runner_crowned a crowned lava runner som_berkens_flow_tanray_crowned creature - som/tanray.iff Mustafar tanray mustafar_creatures FALSE 0.2 0.3 1 - 2 1.6 melee_creature_default_weapon creature_tanray 9 9 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 24 meat_reptilian 35 hide_scaley 0 - TRUE defaultProfile 0.0 medAbilitySpeedStrong +creature_tanray_lava_runner_prowler a lava runner prowler som_berkens_flow_tanray_prowler creature - som/tanray.iff Mustafar tanray mustafar_creatures FALSE 0.1 0.2 1 - 2 1.6 melee_creature_default_weapon creature_tanray 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 23 meat_reptilian 31 hide_scaley 0 - TRUE defaultProfile 0.0 medTankUtilityAvg +creature_tanray_lava_runner_stalker a lava runner stalker som_berkens_flow_tanray_stalker creature - som/tanray.iff Mustafar tanray mustafar_creatures FALSE 0.1 0.2 1 - 2 1.6 melee_creature_default_weapon creature_tanray 24 24 FALSE - 30 junk_creature_mustafar 5 cube_loot 0 - TRUE 0 none - 21 meat_reptilian 28 hide_scaley 0 - TRUE defaultProfile 1 highAttackAbilityAvg creature_tekil_barje Tekil Barje tekil_barje creature - dressed_tatooine_tekil_barje.iff Tatooine townsperson - FALSE 0.9 0.9 0 - 2 1.6 melee_creature_default_weapon creature_generic 6 6 FALSE - 30 junk_creature 0 - 0 - FALSE 0 none - 0 - 0 - 0 - FALSE - 0.0 - creature_thune a thune thune creature - thune.iff Dantooine thune - FALSE 1.0 1.0 4 - 2 1.6 melee_creature_default_weapon creature_elephant 6 12 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - 115 meat_herbivore 125 hide_wooly 0 - TRUE defaultProfile 0.15 lowTankHealthAvg creature_thune_grassland_guardian a thune grassland guardian thune_grassland_guardian creature - thune_grassland_guardian.iff Dantooine thune - FALSE 1.3 1.5 3 - 2 1.6 melee_creature_default_weapon creature_elephant 12 12 TRUE - 30 junk_creature 0 - 0 - TRUE 65 L milk_wild 135 meat_herbivore 150 hide_wooly 0 - TRUE defaultProfile 0.15 medTankHealthAvg @@ -150,18 +150,18 @@ creature_tortur_meager a meager tortur meager_tortur creature - meager_tortur.if creature_toxic_merek_battlelord a toxic merek battlelord toxic_merek_battlelord creature - merek_hue.iff Endor merek - FALSE 1.0 1.2 4 - 2 1.6 ranged_creature_spit_small_green creature_green 12 12 FALSE - 30 junk_creature 0 - 0 - FALSE 0 none - 0 - 0 - 0 - FALSE - 0.0 - creature_tremorfoot Tremorfoot som_tremor_foot creature - som/tremor_foot.iff Mustafar tulrus - FALSE 2.5 2.5 0 - 2 1.6 melee_creature_default_weapon creature_elephant 9 9 FALSE - 30 junk_creature_mustafar 15 cube_loot 0 - TRUE 0 none - 28 meat_wild 35 hide_leathery 0 - TRUE defaultProfile 0.0 - creature_troubles Troubles nym_themepark_kusak_10 creature - kusak_hue.iff Lok nym nym FALSE 1.5 1.5 4 - 2 1.6 melee_creature_default_weapon creature_wolf 6 6 FALSE - 30 junk_creature 0 - 0 - FALSE 0 none - 0 - 0 - 0 - FALSE - 0.0 - -creature_tulrus a tulrus som_tulrus creature - som/tulrus.iff Mustafar tulrus - FALSE 0.9 1.0 1 - 2 1.6 melee_creature_default_weapon creature_bull 6 6 TRUE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 23 meat_insect 18 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_tulrus_berkens_flow a tulrus som_berkens_flow_tulrus creature - som/tulrus.iff Mustafar tulrus - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_bull 24 24 TRUE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 30 meat_wild 24 hide_leathery 0 - TRUE defaultProfile 0.04 highTankDefenseStrong -creature_tulrus_berkens_flow_bull a tulrus bull som_berkens_flow_tulrus_bull creature - som/tulrus.iff Mustafar tulrus - FALSE 1.3 1.6 1 - 2 1.6 melee_creature_default_weapon creature_bull 24 24 FALSE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 37 meat_wild 27 hide_leathery 0 - TRUE defaultProfile 0.0 highTankUtilityAvg -creature_tulrus_berkens_flow_matriarch a tulrus matriarch som_berkens_flow_tulrus_matriarch creature - som/tulrus.iff Mustafar tulrus - FALSE 1.2 1.5 1 - 2 1.6 melee_creature_default_weapon creature_bull 24 24 FALSE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 33 meat_wild 26 hide_leathery 0 - TRUE defaultProfile 8 highTankDefenseStrong -creature_tulrus_foehorn Foehorn som_tulrus_foehorn creature - som/tulrus.iff Mustafar tulrus - FALSE 1.6 1.6 1 - 2 1.6 melee_creature_default_weapon creature_elephant 12 8 TRUE - 30 junk_tulrus 15 cube_loot 0 - TRUE 0 none - 35 meat_wild 26 hide_leathery 0 - TRUE defaultProfile 0.0 highTankDefenseStrong -creature_tulrus_magma_drenched a Magma Drenched Tulrus som_tulrus_magma_drenched creature - som/tulrus_magma_drenched.iff Mustafar tulrus - FALSE 1.5 1.5 0 - 2 1.6 melee_creature_default_weapon creature_bull 6 6 FALSE - 30 junk_tulrus 15 cube_loot 0 - TRUE 0 none - 33 meat_wild 30 hide_leathery 0 - TRUE defaultProfile 0.0 - -creature_tulrus_magma_horn Magma Horn som_kenobi_tulrus creature - som/som_kenobi_reunite_tulrus.iff Mustafar tulrus - FALSE 1.6 1.6 0 - 2 1.6 melee_creature_default_weapon creature_bull 9 9 FALSE - 30 junk_tulrus 15 cube_loot 0 - TRUE 0 none - 42 meat_wild 33 hide_leathery 0 - FALSE - 0.0 - -creature_tulrus_nesting_grounds a tulrus som_nesting_grounds_tulrus creature - som/tulrus.iff Mustafar tulrus - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_bull 24 24 TRUE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 22 meat_wild 19 hide_leathery 0 - TRUE defaultProfile 8 highTankDefenseStrong -creature_tulrus_nesting_grounds_ancient an ancient tulrus som_nesting_grounds_tulrus_ancient creature - som/tulrus.iff Mustafar tulrus - FALSE 1.5 1.6 1 - 2 1.6 melee_creature_default_weapon creature_bull 12 8 TRUE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 33 meat_wild 24 hide_leathery 0 - TRUE defaultProfile 0.0 highTankUtilityStrong -creature_tulrus_nesting_grounds_bull a tulrus bull som_nesting_grounds_tulrus_bull creature - som/tulrus.iff Mustafar tulrus - FALSE 1.3 1.6 1 - 2 1.6 melee_creature_default_weapon creature_bull 24 24 FALSE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 30 meat_wild 22 hide_leathery 0 - TRUE defaultProfile 0.0 highTankUtilityAvg -creature_tulrus_nesting_grounds_matriarch a tulrus matriarch som_nesting_grounds_tulrus_matriarch creature - som/tulrus.iff Mustafar tulrus - FALSE 1.2 1.5 1 - 2 1.6 melee_creature_default_weapon creature_bull 24 24 TRUE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 28 meat_wild 20 hide_leathery 0 - TRUE defaultProfile 1 highTankDefenseStrong -creature_tulrus_orf_ancient Ancient Tulrus som_orf_ancient_tulrus creature - som/orf_tulrus.iff Mustafar orf_tulrus - FALSE 1.0 1.0 0 - 2 1.6 melee_creature_default_weapon creature_bull 9 6 TRUE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 27 meat_wild 21 hide_leathery 0 - TRUE defaultProfile 0.0 - +creature_tulrus a tulrus som_tulrus creature - som/tulrus.iff Mustafar tulrus mustafar_creatures FALSE 0.9 1.0 1 - 2 1.6 melee_creature_default_weapon creature_bull 6 6 TRUE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 23 meat_insect 18 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_tulrus_berkens_flow a tulrus som_berkens_flow_tulrus creature - som/tulrus.iff Mustafar tulrus mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_bull 24 24 TRUE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 30 meat_wild 24 hide_leathery 0 - TRUE defaultProfile 0.04 highTankDefenseStrong +creature_tulrus_berkens_flow_bull a tulrus bull som_berkens_flow_tulrus_bull creature - som/tulrus.iff Mustafar tulrus mustafar_creatures FALSE 1.3 1.6 1 - 2 1.6 melee_creature_default_weapon creature_bull 24 24 FALSE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 37 meat_wild 27 hide_leathery 0 - TRUE defaultProfile 0.0 highTankUtilityAvg +creature_tulrus_berkens_flow_matriarch a tulrus matriarch som_berkens_flow_tulrus_matriarch creature - som/tulrus.iff Mustafar tulrus mustafar_creatures FALSE 1.2 1.5 1 - 2 1.6 melee_creature_default_weapon creature_bull 24 24 FALSE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 33 meat_wild 26 hide_leathery 0 - TRUE defaultProfile 8 highTankDefenseStrong +creature_tulrus_foehorn Foehorn som_tulrus_foehorn creature - som/tulrus.iff Mustafar tulrus mustafar_creatures FALSE 1.6 1.6 1 - 2 1.6 melee_creature_default_weapon creature_elephant 12 8 TRUE - 30 junk_tulrus 15 cube_loot 0 - TRUE 0 none - 35 meat_wild 26 hide_leathery 0 - TRUE defaultProfile 0.0 highTankDefenseStrong +creature_tulrus_magma_drenched a Magma Drenched Tulrus som_tulrus_magma_drenched creature - som/tulrus_magma_drenched.iff Mustafar tulrus mustafar_creatures FALSE 1.5 1.5 0 - 2 1.6 melee_creature_default_weapon creature_bull 6 6 FALSE - 30 junk_tulrus 15 cube_loot 0 - TRUE 0 none - 33 meat_wild 30 hide_leathery 0 - TRUE defaultProfile 0.0 - +creature_tulrus_magma_horn Magma Horn som_kenobi_tulrus creature - som/som_kenobi_reunite_tulrus.iff Mustafar tulrus mustafar_creatures FALSE 1.6 1.6 0 - 2 1.6 melee_creature_default_weapon creature_bull 9 9 FALSE - 30 junk_tulrus 15 cube_loot 0 - TRUE 0 none - 42 meat_wild 33 hide_leathery 0 - FALSE - 0.0 - +creature_tulrus_nesting_grounds a tulrus som_nesting_grounds_tulrus creature - som/tulrus.iff Mustafar tulrus mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_bull 24 24 TRUE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 22 meat_wild 19 hide_leathery 0 - TRUE defaultProfile 8 highTankDefenseStrong +creature_tulrus_nesting_grounds_ancient an ancient tulrus som_nesting_grounds_tulrus_ancient creature - som/tulrus.iff Mustafar tulrus mustafar_creatures FALSE 1.5 1.6 1 - 2 1.6 melee_creature_default_weapon creature_bull 12 8 TRUE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 33 meat_wild 24 hide_leathery 0 - TRUE defaultProfile 0.0 highTankUtilityStrong +creature_tulrus_nesting_grounds_bull a tulrus bull som_nesting_grounds_tulrus_bull creature - som/tulrus.iff Mustafar tulrus mustafar_creatures FALSE 1.3 1.6 1 - 2 1.6 melee_creature_default_weapon creature_bull 24 24 FALSE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 30 meat_wild 22 hide_leathery 0 - TRUE defaultProfile 0.0 highTankUtilityAvg +creature_tulrus_nesting_grounds_matriarch a tulrus matriarch som_nesting_grounds_tulrus_matriarch creature - som/tulrus.iff Mustafar tulrus mustafar_creatures FALSE 1.2 1.5 1 - 2 1.6 melee_creature_default_weapon creature_bull 24 24 TRUE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 28 meat_wild 20 hide_leathery 0 - TRUE defaultProfile 1 highTankDefenseStrong +creature_tulrus_orf_ancient Ancient Tulrus som_orf_ancient_tulrus creature - som/orf_tulrus.iff Mustafar orf_tulrus mustafar_creatures FALSE 1.0 1.0 0 - 2 1.6 melee_creature_default_weapon creature_bull 9 6 TRUE - 30 junk_tulrus 5 cube_loot 0 - TRUE 0 none - 27 meat_wild 21 hide_leathery 0 - TRUE defaultProfile 0.0 - creature_tybis a tybis tybis creature - tybis.iff Yavin 4 tybis - FALSE 0.8 1.2 3 - 2 1.6 melee_creature_default_weapon creature_horse 6 6 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - 275 meat_herbivore 200 hide_bristley 125 bone_mammal TRUE defaultProfile 0.0 - creature_tybis_enraged an enraged tybis enraged_tybis creature - tybis_hue.iff Yavin 4 tybis - FALSE 1.1 1.3 1 - 2 1.6 melee_creature_default_weapon creature_horse 12 12 FALSE - 30 junk_creature 0 - 0 - TRUE 0 none - 220 meat_herbivore 160 hide_bristley 105 bone_mammal TRUE defaultProfile 0.0 - creature_tybis_female a female tybis tybis_female creature - tybis_hue.iff Yavin 4 tybis - FALSE 0.7 0.9 4 - 2 1.6 melee_creature_default_weapon creature_horse 6 6 FALSE - 30 junk_creature 0 - 0 - TRUE 100 XL milk_wild 220 meat_herbivore 160 hide_bristley 105 bone_mammal TRUE defaultProfile 0.0 - @@ -264,25 +264,25 @@ creature_wrix_bloodstained_prowler a bloodstained prowler wrix_bloodstained_prow creature_wrix_deranged a deranged wrix deranged_wrix creature - deranged_wrix.iff Corellia wrix_deranged - FALSE 1.3 1.5 4 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 10 10 FALSE - 30 junk_deranged_wrix 0 - 0 - TRUE 0 none - 55 meat_carnivore 35 hide_bristley 25 bone_mammal TRUE defaultProfile 0.0 - creature_wrix_grand a grand wrix grand_wrix creature - grand_wrix.iff Corellia wrix - FALSE 1.7 1.8 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 6 6 TRUE - 30 junk_grand_wrix 0 - 0 - TRUE 0 none - 70 meat_carnivore 40 hide_bristley 35 bone_mammal TRUE defaultProfile 0.15 medAttackUtilityWeak creature_wrix_mottled a mottled wrix mottled_wrix creature - mottled_wrix.iff Corellia wrix - FALSE 1.0 1.1 3 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 10 10 FALSE - 30 junk_mottled_wrix 0 - 0 - TRUE 0 none - 65 meat_carnivore 35 hide_bristley 30 bone_mammal TRUE defaultProfile 0.15 lowAttackDamageWeak -creature_xandank a xandank som_xandank creature - som/xandank.iff Mustafar xandank - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 6 6 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 1 meat_insect 2 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_xandank_ancient Ancient Xandank som_orf_ancient_xandank creature - som/orf_xandank.iff Mustafar orf_xandank - FALSE 1.0 1.0 0 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 9 6 FALSE - 30 junk_xandank 15 cube_loot 0 - TRUE 0 none - 24 meat_insect 29 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_xandank_berkens_flow a xandank som_berkens_flow_xandank creature - som/xandank.iff Mustafar xandank - FALSE 0.9 1.1 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 TRUE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 20 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 0.05 highAttackDamageStrong -creature_xandank_berkens_flow_pack_leader a xandank packleader som_berkens_flow_xandank_packleader creature - som/xandank.iff Mustafar xandank - FALSE 1.3 1.4 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 9 9 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 25 meat_insect 34 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_xandank_berkens_flow_prowler a xandank prowler som_berkens_flow_xandank_prowler creature - som/xandank.iff Mustafar xandank - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 23 meat_insect 30 hide_scaley 0 - TRUE defaultProfile 1 highAttackDamageStrong -creature_xandank_berkens_flow_stalker a xandank stalker som_berkens_flow_xandank_stalker creature - som/xandank.iff Mustafar xandank - FALSE 1.0 1.3 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 21 meat_insect 28 hide_scaley 0 - TRUE defaultProfile 8 highAttackDamageStrong -creature_xandank_burning_plains a plains xandank som_burning_plains_xandank creature - som/xandank.iff Mustafar xandank - FALSE 0.9 1.1 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 TRUE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 17 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 0.08 medAttackDamageStrong -creature_xandank_burning_plains_pack_leader a plains xandank packleader som_burning_plains_xandank_packleader creature - som/xandank.iff Mustafar xandank - FALSE 1.3 1.4 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 9 9 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 22 meat_insect 32 hide_scaley 0 - TRUE defaultProfile 1 medAttackDamageStrong -creature_xandank_burning_plains_prowler a plains xandank prowler som_burning_plains_xandank_prowler creature - som/xandank.iff Mustafar xandank - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 19 meat_insect 31 hide_scaley 0 - TRUE defaultProfile 9 medAttackDamageStrong -creature_xandank_burning_plains_stalker a plains xandank stalker som_burning_plains_xandank_stalker creature - som/xandank.iff Mustafar xandank - FALSE 1.0 1.3 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 19 meat_insect 28 hide_scaley 0 - TRUE defaultProfile 0.05 medAttackDamageStrong -creature_xandank_cobak Cobak som_xandank_cobak creature - som/xandank.iff Mustafar xandank - FALSE 1.6 1.6 2 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 6 6 FALSE - 30 junk_xandank 15 cube_loot 0 - TRUE 0 none - 18 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_xandank_large a large xandank som_xandank_elite creature - som/xandank.iff Mustafar xandank - FALSE 1.3 1.3 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 12 8 TRUE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 17 meat_insect 26 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_xandank_onyx_plated an Onyx-plated Xandank som_xandank_onyx_plated creature - som/xandank_onyx_plated.iff Mustafar xandank - FALSE 2.5 2.5 0 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 9 9 TRUE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 22 meat_insect 31 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_xandank_pack_leader The Xandank Packleader som_xandank_packleader creature - som/xandank.iff Mustafar xandank - FALSE 1.4 1.4 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 9 9 TRUE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 19 meat_insect 31 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_xandank_pack_mate a xandank pack mate som_xandank_pack creature - som/xandank.iff Mustafar xandank - FALSE 1.0 1.2 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 TRUE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 19 meat_insect 28 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_xandank_patriarch a Xandank Patriarch som_xandank_patriarch creature - som/xandank_patriarch.iff Mustafar xandank - FALSE 2.1 2.1 0 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 12 8 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 22 meat_insect 33 hide_scaley 0 - TRUE defaultProfile 0.0 - -creature_xandank_smoking_forest a xandank som_smoking_forest_xandank creature - som/xandank.iff Mustafar xandank - FALSE 0.9 1.1 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 20 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 0.09 medAttackDamageStrong -creature_xandank_smoking_forest_prowler a xandank prowler som_smoking_forest_xandank_prowler creature - som/xandank.iff Mustafar xandank - FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 23 meat_insect 30 hide_scaley 0 - TRUE defaultProfile 0.05 medAttackDamageStrong -creature_xandank_smoking_forest_stalker a xandank stalker som_smoking_forest_xandank_stalker creature - som/xandank.iff Mustafar xandank - FALSE 1.0 1.2 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 TRUE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 21 meat_insect 28 hide_scaley 0 - TRUE defaultProfile 0.08 medAttackDamageStrong +creature_xandank a xandank som_xandank creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 6 6 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 1 meat_insect 2 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_xandank_ancient Ancient Xandank som_orf_ancient_xandank creature - som/orf_xandank.iff Mustafar orf_xandank mustafar_creatures FALSE 1.0 1.0 0 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 9 6 FALSE - 30 junk_xandank 15 cube_loot 0 - TRUE 0 none - 24 meat_insect 29 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_xandank_berkens_flow a xandank som_berkens_flow_xandank creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 0.9 1.1 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 TRUE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 20 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 0.05 highAttackDamageStrong +creature_xandank_berkens_flow_pack_leader a xandank packleader som_berkens_flow_xandank_packleader creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 1.3 1.4 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 9 9 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 25 meat_insect 34 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_xandank_berkens_flow_prowler a xandank prowler som_berkens_flow_xandank_prowler creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 23 meat_insect 30 hide_scaley 0 - TRUE defaultProfile 1 highAttackDamageStrong +creature_xandank_berkens_flow_stalker a xandank stalker som_berkens_flow_xandank_stalker creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 1.0 1.3 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 21 meat_insect 28 hide_scaley 0 - TRUE defaultProfile 8 highAttackDamageStrong +creature_xandank_burning_plains a plains xandank som_burning_plains_xandank creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 0.9 1.1 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 TRUE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 17 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 0.08 medAttackDamageStrong +creature_xandank_burning_plains_pack_leader a plains xandank packleader som_burning_plains_xandank_packleader creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 1.3 1.4 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 9 9 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 22 meat_insect 32 hide_scaley 0 - TRUE defaultProfile 1 medAttackDamageStrong +creature_xandank_burning_plains_prowler a plains xandank prowler som_burning_plains_xandank_prowler creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 19 meat_insect 31 hide_scaley 0 - TRUE defaultProfile 9 medAttackDamageStrong +creature_xandank_burning_plains_stalker a plains xandank stalker som_burning_plains_xandank_stalker creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 1.0 1.3 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 19 meat_insect 28 hide_scaley 0 - TRUE defaultProfile 0.05 medAttackDamageStrong +creature_xandank_cobak Cobak som_xandank_cobak creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 1.6 1.6 2 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 6 6 FALSE - 30 junk_xandank 15 cube_loot 0 - TRUE 0 none - 18 meat_insect 24 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_xandank_large a large xandank som_xandank_elite creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 1.3 1.3 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 12 8 TRUE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 17 meat_insect 26 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_xandank_onyx_plated an Onyx-plated Xandank som_xandank_onyx_plated creature - som/xandank_onyx_plated.iff Mustafar xandank mustafar_creatures FALSE 2.5 2.5 0 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 9 9 TRUE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 22 meat_insect 31 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_xandank_pack_leader The Xandank Packleader som_xandank_packleader creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 1.4 1.4 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 9 9 TRUE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 19 meat_insect 31 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_xandank_pack_mate a xandank pack mate som_xandank_pack creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 1.0 1.2 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 TRUE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 19 meat_insect 28 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_xandank_patriarch a Xandank Patriarch som_xandank_patriarch creature - som/xandank_patriarch.iff Mustafar xandank mustafar_creatures FALSE 2.1 2.1 0 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 12 8 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 22 meat_insect 33 hide_scaley 0 - TRUE defaultProfile 0.0 - +creature_xandank_smoking_forest a xandank som_smoking_forest_xandank creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 0.9 1.1 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 20 meat_insect 27 hide_scaley 0 - TRUE defaultProfile 0.09 medAttackDamageStrong +creature_xandank_smoking_forest_prowler a xandank prowler som_smoking_forest_xandank_prowler creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 1.1 1.4 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 FALSE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 23 meat_insect 30 hide_scaley 0 - TRUE defaultProfile 0.05 medAttackDamageStrong +creature_xandank_smoking_forest_stalker a xandank stalker som_smoking_forest_xandank_stalker creature - som/xandank.iff Mustafar xandank mustafar_creatures FALSE 1.0 1.2 1 - 2 1.6 melee_creature_default_weapon creature_predatory_cat 24 24 TRUE - 30 junk_xandank 5 cube_loot 0 - TRUE 0 none - 21 meat_insect 28 hide_scaley 0 - TRUE defaultProfile 0.08 medAttackDamageStrong droid_21b_med 2-1B (medical droid) fs_surgical_droid_21b droid - 21b_surgical_droid.iff Global surgicaldroid - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid 6 6 FALSE - 30 junk_droid 0 - 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_21b_surgical a 2-1B surgical droid surgical_droid_21b droid - 21b_surgical_droid.iff Global surgicaldroid - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid 6 6 FALSE - 30 junk_droid 0 - 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_4lom 4-LOM droid_4lom droid - 4lom.iff Global 4lom - FALSE 0.8 0.9 0 - 2 1.6 melee_unarmed_default droid 6 6 FALSE - 30 junk_droid 0 - 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - @@ -427,12 +427,12 @@ droid_som_battlefield_forward_comm_mki The Forward Commander Mk. I som_battlefie droid_som_battlefield_gk5_sentry a GK-5 Sentry som_battlefield_gk_5 droid - som/union_sentry_droid.iff Mustafar droid_army droid_army FALSE 1 1 0 - 2 1.6 ranged_droid_union_sentry droid_som_battlefield_gk_5 24 24 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_battlefield_hk77_assault_soldier a HK-77 assault droid som_battlefield_droid_soldier droid - som/hk77.iff Mustafar droid_army droid_army FALSE 1 1 0 - 2 1.6 ranged_droid_hk77_assault_droid droid 24 24 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_battlefield_hk77_squad_leader a HK-77 squad leader som_battlefield_droid_squad_leader droid - som/hk77.iff Mustafar droid_army droid_army FALSE 1.1 1.1 0 - 2 1.6 ranged_droid_hk77_boss droid 24 24 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -droid_som_battlefield_mining a mining droid som_battlefield_mining_droid droid - som/must_mining_droid_mark_02.iff Mustafar mustafar_miner mustafar_miners FALSE 1 1 0 - 2 1.6 ranged_droid_probot droid 6 24 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -droid_som_cww8 a CWW8 battle droid som_cww8 droid - som/cww8_battle_droid.iff Mustafar mustafar_miner - FALSE 1 1 0 - 2 2 ranged_droid_cww8 droid 6 6 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -droid_som_cww8_decrepit_sentry a decrepit sentry droid som_cww8_decrepit_sentry droid - som/cww8_battle_droid.iff Mustafar mustafar_miner - FALSE 1 1 0 - 2 2 ranged_droid_cww8_01 droid 24 24 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -droid_som_cww8_malfunctioning_patrol a malfunctioning patrol droid som_cww8_malfunctioning droid - som/cww8_battle_droid.iff Mustafar mustafar_miner - FALSE 0.8 0.8 0 - 2 2 ranged_droid_cww8_02 droid 24 24 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -droid_som_cww8a a CWW8a battle droid som_cww8a droid - som/cww8a_battle_droid.iff Mustafar mustafar_miner - FALSE 1 1 0 - 2 2 ranged_droid_cww8 droid 6 6 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -droid_som_cww8a_eradicator CWW Class Eradicator som_cww8a_eradicator droid - som/cww8a_eradicator.iff Mustafar droid_army - FALSE 1.4 1.4 0 - 2 2 ranged_droid_cww8 droid 9 9 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +droid_som_battlefield_mining a mining droid som_battlefield_mining_droid droid - som/must_mining_droid_mark_02.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.6 ranged_droid_probot droid 6 24 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +droid_som_cww8 a CWW8 battle droid som_cww8 droid - som/cww8_battle_droid.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 2 ranged_droid_cww8 droid 6 6 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +droid_som_cww8_decrepit_sentry a decrepit sentry droid som_cww8_decrepit_sentry droid - som/cww8_battle_droid.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 2 ranged_droid_cww8_01 droid 24 24 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +droid_som_cww8_malfunctioning_patrol a malfunctioning patrol droid som_cww8_malfunctioning droid - som/cww8_battle_droid.iff Mustafar mustafar_miner mustafar_miner FALSE 0.8 0.8 0 - 2 2 ranged_droid_cww8_02 droid 24 24 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +droid_som_cww8a a CWW8a battle droid som_cww8a droid - som/cww8a_battle_droid.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 2 ranged_droid_cww8 droid 6 6 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +droid_som_cww8a_eradicator CWW Class Eradicator som_cww8a_eradicator droid - som/cww8a_eradicator.iff Mustafar droid_army droid_army FALSE 1.4 1.4 0 - 2 2 ranged_droid_cww8 droid 9 9 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_decrepit_battle a battle droid som_decrepit_battle_droid droid - death_watch_battle_droid.iff;death_watch_battle_droid_02.iff;death_watch_battle_droid_03.iff Mustafar droid_army droid_army FALSE 1 1 0 - 2 1.6 ranged_carbine_e5 droid 9 6 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_decrepit_blastromech a blastromech som_decrepit_blastromech droid - blastromech.iff Mustafar droid_army droid_army FALSE 1 1 0 - 2 1.6 ranged_droid_astromech_ranged droid 9 6 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_decrepit_colonel_or5 Colonel OR-5 som_decrepit_colonel_or5 droid - death_watch_battle_droid.iff;death_watch_battle_droid_02.iff;death_watch_battle_droid_03.iff Mustafar droid_army droid_army FALSE 1 1 0 - 2 2 ranged_carbine_e5 droid 9 9 TRUE - 30 junk_droid_mustafar 15 weapon_or5_de10 10 weapon_or5_e5 FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - @@ -440,19 +440,19 @@ droid_som_decrepit_cww8_combat a CWW8 Combat Droid som_decrepit_cww8_combat_droi droid_som_decrepit_factory_guardian the Factory Guardian som_decrepit_guardian droid - death_watch_s_battle_droid.iff;death_watch_s_battle_droid_02.iff;death_watch_s_battle_droid_03.iff Mustafar droid_army droid_army FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid 10 9 TRUE - 30 junk_droid_mustafar 15 weapon_glc 10 weapon_guardian_bf FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_decrepit_observer_patrol an observer droid som_decrepit_patrol_bot droid - som/asn_121.iff Mustafar droid_army droid_army FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid 9 6 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_decrepit_sbd a super battle droid som_decrepit_super_battle_droid droid - death_watch_s_battle_droid.iff;death_watch_s_battle_droid_02.iff;death_watch_s_battle_droid_03.iff Mustafar droid_army droid_army FALSE 1 1 0 - 2 1.6 ranged_droid_droideka droid 10 9 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -droid_som_ig106 a IG-106 assassin droid som_ig106 droid - som/ig106.iff Mustafar mustafar_miner - FALSE 1 1 0 - 2 1.6 ranged_carbine_e5 droid 6 6 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +droid_som_ig106 a IG-106 assassin droid som_ig106 droid - som/ig106.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.6 ranged_carbine_e5 droid 6 6 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_kenobi_ancient_guardian_droideka Guardian Droid som_kenobi_ancient_guardian_droideka droid - som/som_ancient_guardian_droideka.iff Mustafar assassindroid - FALSE 1 1 0 - 2 3 ranged_droid_droideka droid 24 24 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_kenobi_ancient_guardian_ig Guardian Droid som_kenobi_ancient_guardian_ig droid - som/som_ancient_guardian_ig.iff Mustafar assassindroid - FALSE 1 1 0 - 2 1.6 ranged_droid_droideka droid 24 24 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_kenobi_pann_q4p3_protocol Q4P3 som_kenobi_pann_protocol_droid droid - som/som_pann_protocol_droid.iff Mustafar commoner - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid 6 6 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_link_relay_repair a relay repair droid som_link_relay_droid droid - som/must_mining_droid_mark_03.iff Mustafar link_player - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid 6 6 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -droid_som_mining_bucket_must_mining a Mustafarian mining droid som_mining_droid_bucket droid - som/must_mining_droid_mark_01.iff Mustafar mustafar_miner - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid 6 6 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -droid_som_mining_claw_must_mining a Mustafarian mining droid som_mining_droid_claw droid - som/must_mining_droid_mark_02.iff Mustafar mustafar_miner - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid 6 6 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -droid_som_mining_fork_must_mining a Mustafarian mining droid som_mining_droid_fork droid - som/must_mining_droid_mark_03.iff Mustafar mustafar_miner - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid 6 6 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +droid_som_mining_bucket_must_mining a Mustafarian mining droid som_mining_droid_bucket droid - som/must_mining_droid_mark_01.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid 6 6 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +droid_som_mining_claw_must_mining a Mustafarian mining droid som_mining_droid_claw droid - som/must_mining_droid_mark_02.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid 6 6 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +droid_som_mining_fork_must_mining a Mustafarian mining droid som_mining_droid_fork droid - som/must_mining_droid_mark_03.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid 6 6 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_orf_ancient_guard an ancient guard droid som_orf_ancient_guard_droid droid - som/cww8a_battle_droid.iff Mustafar orf_security - FALSE 0.8 0.8 4 - 2 1.6 ranged_droid_cww8 droid 9 8 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_orf_ancient_partrol_drone an ancient patrol drone som_orf_ancient_patrol_drone droid - som/cww8_battle_droid.iff Mustafar orf_security - FALSE 0.8 0.8 1 - 2 1.6 ranged_droid_cww8 droid 24 6 FALSE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_orf_ancient_security_drone an ancient security drone som_orf_ancient_security_drone droid - som/cww8_battle_droid.iff Mustafar orf_security - FALSE 0.8 0.8 2 - 2 1.6 ranged_droid_cww8 droid 24 6 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_orf_ancient_sentinel an ancient sentinel droid som_orf_ancient_sentinel_droid droid - som/cww8a_battle_droid.iff Mustafar orf_security - FALSE 0.8 0.8 3 - 2 1.6 ranged_droid_cww8 droid 24 6 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -droid_som_usd_pulverizer USD Class Pulverizer som_pulverizer droid - som/union_sentry_droid.iff Mustafar droid_army - FALSE 1.35 1.35 0 - 2 1.6 ranged_droid_union_sentry droid 9 9 FALSE - 30 junk_droid_mustafar 15 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +droid_som_usd_pulverizer USD Class Pulverizer som_pulverizer droid - som/union_sentry_droid.iff Mustafar droid_army droid_army FALSE 1.35 1.35 0 - 2 1.6 ranged_droid_union_sentry droid 9 9 FALSE - 30 junk_droid_mustafar 15 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_volcano_autopilot The Autopilot som_volcano_autopilot droid - 3po_protocol_droid_red.iff Global protocoldroid - FALSE 1 1 0 - 2 1.6 melee_unarmed_default droid 6 6 FALSE - 30 junk_droid 0 - 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_volcano_final_hk47 HK-47 som_volcano_final_hk47 droid - som/hk47.iff Mustafar droid_army droid_army FALSE 1.3 1.3 0 - 2 1.6 ranged_droid_hk77_boss droid 24 24 TRUE - 30 junk_droid_mustafar 15 cube_loot 10 unique_hk47_move_immune FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - droid_som_volcano_final_risen_sustainer_sk21 a SK-21 support droid som_volcano_final_risen_sustainer droid - som/hk77.iff Mustafar droid_army droid_army FALSE 1.3 1.3 0 - 2 1.6 ranged_droid_hk77_boss droid 24 24 TRUE - 30 junk_droid_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - diff --git a/serverdata/npc/npc_5.sdb b/serverdata/npc/npc_5.sdb index 6ca03baca..c64ad2411 100644 --- a/serverdata/npc/npc_5.sdb +++ b/serverdata/npc/npc_5.sdb @@ -538,38 +538,38 @@ humanoid_smuggler_profession_quest_radeld missing smuggler_profession_quest_rade humanoid_sol_windtide Sol Windtide - humanoid - dressed_noble_old_human_male_01.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_sola_hus Sergeant Sola Hus (a CorSec agent) corellia_sgt_hus humanoid - dressed_corsec_pilot_human_male_01.iff Naboo corsec - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_solcar_dienbel Solcar Dienbel solcar_dienbel humanoid - dressed_solcar_dienbel.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_battlefield_foreman_koseyet Foreman Koseyet som_battlefield_foreman_koseyet humanoid - som/battlefield_foreman.iff Mustafar mustafar_miner - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_battlefield_miner a lava miner som_battlefield_miner humanoid - som/mustafarian_m_01.iff Mustafar mustafar_miner mustafar_miners FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_battlefield_mining_leader a shift leader som_battlefield_mining_leader humanoid - som/mustafarian_m_01.iff Mustafar mustafar_miner mustafar_miners FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_squad_leader ranged_grenade_fragmentation thrown 6 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_battlefield_foreman_koseyet Foreman Koseyet som_battlefield_foreman_koseyet humanoid - som/battlefield_foreman.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_battlefield_miner a lava miner som_battlefield_miner humanoid - som/mustafarian_m_01.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_battlefield_mining_leader a shift leader som_battlefield_mining_leader humanoid - som/mustafarian_m_01.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_squad_leader ranged_grenade_fragmentation thrown 6 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_blackguard a Blackguard minion som_blackguard humanoid - som/blackguard.iff Mustafar blackguard - FALSE 1 1.2 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer ranged_grenade_cryoban thrown 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_blackguard_elite a Blackguard elite minion som_blackguard_elite humanoid - som/blackguard_elite.iff Mustafar blackguard - FALSE 1.2 1.2 0 - 2 1.8 group_ranged_carbine_kinetic_high humanoid_carbineer ranged_grenade_proton thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_blackguard_wilder a Blackguard wilder som_blackguard_wilder humanoid - som/blackguard_wilder.iff Mustafar blackguard - FALSE 1 1.2 0 - 2 1.8 group_melee_polearm_saber_energy_low humanoid_jedi 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_blackguard_wilder_elite a Blackguard elite wilder som_blackguard_wilder_elite humanoid - som/blackguard_wilder.iff Mustafar blackguard - FALSE 1 1.2 0 - 2 1.8 group_melee_polearm_saber_energy_low humanoid_jedi ranged_grenade_fragmentation thrown 12 8 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_chief_armstrong Chief Armstrong som_chief_armstrong humanoid - som/must_foreman_chivos.iff Mustafar mustafar_miner - FALSE 1.1 1.1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_chief_glost Chief Glost som_chief_glost humanoid - som/must_foreman_chivos.iff Mustafar mustafar_miner - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_col_narl Colonel Narl som_col_narl humanoid - som/col_narl.iff Mustafar treasure_hunter - FALSE 1.1 1.1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_cryoban thrown 9 9 FALSE - 30 junk_mustafar 10 cube_loot 10 clothing_bandolier_frenzied FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_chief_armstrong Chief Armstrong som_chief_armstrong humanoid - som/must_foreman_chivos.iff Mustafar mustafar_miner mustafar_miner FALSE 1.1 1.1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_chief_glost Chief Glost som_chief_glost humanoid - som/must_foreman_chivos.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_col_narl Colonel Narl som_col_narl humanoid - som/col_narl.iff Mustafar treasure_hunter mustafar_treasure FALSE 1.1 1.1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_cryoban thrown 9 9 FALSE - 30 junk_mustafar 10 cube_loot 10 clothing_bandolier_frenzied FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_coyn_captain Captain Relgon Starkill som_coyn_captain humanoid - som/coyn_captain.iff Mustafar coyn - FALSE 1.2 1.2 0 - 2 1.8 group_ranged_rifle_energy_low humanoid_squad_leader ranged_grenade_cryoban thrown 9 9 FALSE - 30 junk_mustafar 10 cube_loot 10 armor_coyns_protector FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_coyn_commander Commander Hal Razor som_coyn_commander humanoid - som/coyn_commander.iff Mustafar coyn - FALSE 1.2 1.2 0 - 2 1.8 group_ranged_rifle_energy_low humanoid_squad_leader ranged_grenade_cryoban thrown 9 9 FALSE - 30 junk_mustafar 10 cube_loot 5 armor_coyns_protector FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_coyn_commando a Razor Runner commando som_coyn_commando humanoid - som/coyn_commando.iff Mustafar coyn - FALSE 1.1 1.2 0 - 2 1.8 group_ranged_heavy_kinetic_high humanoid_commando ranged_grenade_proton thrown 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_coyn_shock a Razor Runner shock trooper som_coyn_shock humanoid - som/coyn_shock.iff Mustafar coyn - FALSE 1 1.2 0 - 2 1.8 ranged_heavy_particle_beam humanoid_commando ranged_grenade_cryoban thrown 9 9 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_coyn_shock_elite a Razor Runner elite trooper som_coyn_shock_elite humanoid - som/coyn_shock.iff Mustafar coyn - FALSE 1 1.2 0 - 2 1.8 group_ranged_rifle_kinetic_high humanoid_rifleman ranged_grenade_cryoban thrown 9 9 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_coyn_trooper a Razor Runner trooper som_coyn_trooper humanoid - som/coyn_trooper.iff Mustafar coyn - FALSE 1 1.2 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_cryoban thrown 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_crystal_flats_salvage_bandit_chief a salvage bandit chief som_crystal_flats_salvage_bandit_chief humanoid - som/must_salvage_bandit_leader_01.iff Mustafar must_bandit - FALSE 1.2 1.4 0 - 2 1.8 group_ranged_rifle_energy_low humanoid_squad_leader ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_crystal_flats_salvage_bandit_enforcer a salvage bandit enforcer som_crystal_flats_salvage_bandit_enforcer humanoid - som/mustafarian_m_02.iff Mustafar must_bandit - FALSE 1.1 1.3 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_crystal_flats_salvage_bandit_king Boss Uruli som_crystal_flats_salvage_bandit_king humanoid - som/mustafarian_m_02.iff Mustafar must_bandit - FALSE 1.2 1.4 0 - 2 1.8 group_ranged_rifle_energy_low humanoid_rifleman ranged_grenade_fragmentation thrown 9 9 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_crystal_flats_salvage_bandit_thug a salvage bandit thug som_crystal_flats_salvage_bandit_thug humanoid - som/must_salvage_bandit_01.iff Mustafar must_bandit - FALSE 0.9 1.2 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_crystal_flats_treasure_hunter_commander a treasure hunter commander som_crystal_flats_treasure_hunter_commander humanoid - som/thunter_aqualish_m_01.iff;som/thunter_arkona_m_01.iff;som/thunter_nautolan_m_01.iff Mustafar treasure_hunter - FALSE 0.9 1.2 0 - 2 1.8 group_ranged_carbine_kinetic_high humanoid_squad_leader ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_crystal_flats_treasure_hunter_merc a treasure hunter mercenary som_crystal_flats_treasure_hunter_merc humanoid - som/thunter_aqualish_m_01.iff;som/thunter_arkona_m_01.iff;som/thunter_nautolan_m_01.iff Mustafar treasure_hunter - FALSE 0.9 1.2 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_proton thrown 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_crystal_flats_treasure_hunter_thug a treasure hunter thug som_crystal_flats_treasure_hunter_thug humanoid - som/thunter_aqualish_m_01.iff;som/thunter_arkona_m_01.iff;som/thunter_nautolan_m_01.iff Mustafar treasure_hunter - FALSE 0.9 1.2 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_crystal_flats_salvage_bandit_chief a salvage bandit chief som_crystal_flats_salvage_bandit_chief humanoid - som/must_salvage_bandit_leader_01.iff Mustafar must_bandit mustafar_bandit FALSE 1.2 1.4 0 - 2 1.8 group_ranged_rifle_energy_low humanoid_squad_leader ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_crystal_flats_salvage_bandit_enforcer a salvage bandit enforcer som_crystal_flats_salvage_bandit_enforcer humanoid - som/mustafarian_m_02.iff Mustafar must_bandit mustafar_bandit FALSE 1.1 1.3 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_crystal_flats_salvage_bandit_king Boss Uruli som_crystal_flats_salvage_bandit_king humanoid - som/mustafarian_m_02.iff Mustafar must_bandit mustafar_bandit FALSE 1.2 1.4 0 - 2 1.8 group_ranged_rifle_energy_low humanoid_rifleman ranged_grenade_fragmentation thrown 9 9 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_crystal_flats_salvage_bandit_thug a salvage bandit thug som_crystal_flats_salvage_bandit_thug humanoid - som/must_salvage_bandit_01.iff Mustafar must_bandit mustafar_bandit FALSE 0.9 1.2 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_crystal_flats_treasure_hunter_commander a treasure hunter commander som_crystal_flats_treasure_hunter_commander humanoid - som/thunter_aqualish_m_01.iff;som/thunter_arkona_m_01.iff;som/thunter_nautolan_m_01.iff Mustafar treasure_hunter mustafar_treasure FALSE 0.9 1.2 0 - 2 1.8 group_ranged_carbine_kinetic_high humanoid_squad_leader ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_crystal_flats_treasure_hunter_merc a treasure hunter mercenary som_crystal_flats_treasure_hunter_merc humanoid - som/thunter_aqualish_m_01.iff;som/thunter_arkona_m_01.iff;som/thunter_nautolan_m_01.iff Mustafar treasure_hunter mustafar_treasure FALSE 0.9 1.2 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_proton thrown 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_crystal_flats_treasure_hunter_thug a treasure hunter thug som_crystal_flats_treasure_hunter_thug humanoid - som/thunter_aqualish_m_01.iff;som/thunter_arkona_m_01.iff;som/thunter_nautolan_m_01.iff Mustafar treasure_hunter mustafar_treasure FALSE 0.9 1.2 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_cube_ithes_olok Ithes Olok som_cube_ithes_olok humanoid - som/npc_ithes_olok.iff Mustafar commoner - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_diskret_stahn Diskret Stahn som_diskret_stahn humanoid - som/diskret_stahn.iff Mustafar commoner - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_doctor_lu Doctor Lu som_doctor_lu humanoid - som/doc_lu.iff Mustafar commoner - FALSE 0.9 0.9 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_dying_miner missing som_dying_miner humanoid - som/mustafarian_m_01.iff Mustafar mustafar_miner - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_engineer_cobar Engineer Cobar som_engineer_cobar humanoid - som/mustafarian_m_01.iff Mustafar mustafar_miner - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_foreman_chivos Foreman Chivos som_foreman_chivos humanoid - som/must_foreman_chivos.iff Mustafar mustafar_miner - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_foreman_donko Foreman Donko Jen som_foreman_donko humanoid - som/must_foreman_chivos.iff Mustafar mustafar_miner - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_foreman_milo Milo Mensix som_foreman_milo humanoid - som/must_milo_mensix.iff Mustafar mustafar_miner - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_foreman_nurfa Foreman Nurfa Laz'op som_foreman_nurfa humanoid - som/mustafarian_m_02.iff Mustafar mustafar_miner - FALSE 1.2 1.2 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_dying_miner missing som_dying_miner humanoid - som/mustafarian_m_01.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_engineer_cobar Engineer Cobar som_engineer_cobar humanoid - som/mustafarian_m_01.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_foreman_chivos Foreman Chivos som_foreman_chivos humanoid - som/must_foreman_chivos.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_foreman_donko Foreman Donko Jen som_foreman_donko humanoid - som/must_foreman_chivos.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_foreman_milo Milo Mensix som_foreman_milo humanoid - som/must_milo_mensix.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_foreman_nurfa Foreman Nurfa Laz'op som_foreman_nurfa humanoid - som/mustafarian_m_02.iff Mustafar mustafar_miner mustafar_miner FALSE 1.2 1.2 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_kenobi_computer_technician A Computer Technician som_kenobi_computer_technician humanoid - som/som_mustafarian_computer_technician.iff Mustafar commoner - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_kenobi_crazed_hermit Crazed Hermit som_kenobi_crazed_hermit humanoid - som/som_crazed_mustafarian_hermit.iff Mustafar commoner - FALSE 1.1 1.3 0 - 2 1.8 melee_unarmed_default humanoid_brawler 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_kenobi_cursed_shard_sucker Uggo som_kenobi_cursed_shard_sucker humanoid - som/som_kenobi_sucker.iff Mustafar commoner - FALSE 1.2 1.2 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - @@ -586,7 +586,7 @@ humanoid_som_kenobi_finale_minion_melee Brotherhood Mortalis Mercenary som_kenob humanoid_som_kenobi_finale_minion_mix Brotherhood Mortalis Mercenary som_kenobi_finale_minion_mix humanoid - som/som_dark_jedi_minion_1.iff;som/som_dark_jedi_minion_2.iff;som/som_dark_jedi_minion_3.iff;som/som_dark_jedi_minion_4.iff;som/som_dark_jedi_minion_5.iff;som/som_dark_jedi_minion_6.iff;som/som_dark_jedi_minion_7.iff;som/som_dark_jedi_minion_8.iff Mustafar dark_jedi - FALSE 1 1 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_kenobi_historian_dark_jedi Skar som_kenobi_historian_dark_jedi humanoid - som/som_kenobi_historian_dark_jedi.iff Mustafar dark_jedi - FALSE 1 1 0 - 2 1.8 group_melee_polearm_saber_kinetic_high humanoid_jedi 6 6 FALSE - 10 hologram 5 crystal_power 3 robe_light_knight FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_kenobi_menth_paul Menth Paul som_kenobi_menth_paul humanoid - som/som_kenobi_menth_paul.iff Mustafar commoner - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_kenobi_mining_exec Mining Corporation Executive som_kenobi_mining_exec humanoid - som/som_mustafarian_ikt.iff Mustafar commoner - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_kenobi_mining_exec Mining Corporation Executive som_kenobi_mining_exec humanoid - som/som_mustafarian_ikt.iff Mustafar commoner mustafar_miner FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_kenobi_obi_wan_glowie Ethereal Spirit som_kenobi_obi_wan_glowie humanoid - som/obi_wan_ghost.iff Mustafar commoner - FALSE 1.1 1.1 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_kenobi_pwwoz_pwwa Pwwoz Pwwa som_kenobi_pwwoz_pwwa humanoid - som/som_pwwoz_pwwa.iff Mustafar dark_jedi - FALSE 1 1 0 - 2 1.8 group_melee_1h_kinetic_high humanoid_swordsman 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_kenobi_pwwoz_thug_1 Hired Thug som_kenobi_pwwoz_thug_1 humanoid - som/som_pwwoz_thug_1.iff Mustafar thug - FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_cryoban thrown 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - @@ -603,7 +603,7 @@ humanoid_som_kenobi_trinity_assassin_ithorian_male Trinity Assassin som_kenobi_t humanoid_som_kenobi_trinity_assassin_nightsister_female Trinity Assassin som_kenobi_trinity_assassin_nightsister_female humanoid - som/som_trinity_assassin_nightsister_female.iff Mustafar dark_jedi - FALSE 1 1 0 - 2 1.8 group_melee_polearm_saber_kinetic_high humanoid_jedi ranged_grenade_fragmentation thrown 6 6 FALSE snare_defense=100;root_defense=100 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_kenobi_trinity_assassin_zabrak_female Trinity Assassin som_kenobi_trinity_assassin_zabrak_female humanoid - som/som_trinity_assassin_zabrak_female.iff Mustafar dark_jedi - FALSE 1 1 0 - 2 1.8 group_melee_polearm_saber_energy_high humanoid_jedi ranged_grenade_fragmentation thrown 6 6 FALSE snare_defense=100;root_defense=100 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_kweeta Kweeta som_kweeta humanoid - som/npc_kweeta.iff Mustafar commoner - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_lislot_bloodscar Lislot Bloodscar som_lislot_bloodscar humanoid - som/lislot_bloodscar.iff Mustafar treasure_hunter - FALSE 1.3 1.3 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 9 9 FALSE - 30 junk_mustafar 10 cube_loot 10 unique_duster FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_lislot_bloodscar Lislot Bloodscar som_lislot_bloodscar humanoid - som/lislot_bloodscar.iff Mustafar treasure_hunter mustafar_treasure FALSE 1.3 1.3 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 9 9 FALSE - 30 junk_mustafar 10 cube_loot 10 unique_duster FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_miner_hens Miner Renlo Hens som_miner_hens humanoid - som/miner_hens.iff Mustafar mustafar_miner mustafar_miner FALSE 1.2 1.2 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_mustafarian_corrupt_security_guard Corrupt Security Guard som_mustafarian_corrupt_security_guard humanoid - som/mustafarian_m_01.iff Mustafar mustafar_corrupt_guard - FALSE 0.9 1.2 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer ranged_grenade_proton thrown 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_mustafarian_junk Mensix Corp. Merchant som_mustafarian_junk humanoid - som/must_junk.iff Mustafar mustafar_miner mustafar_miner FALSE 0.9 1.2 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - @@ -615,7 +615,7 @@ humanoid_som_mustafarian_phantom_bandit a Phantoms bandit som_mustafarian_phanto humanoid_som_mustafarian_salvage_bandit a salvage bandit som_mustafarian_salvage_bandit humanoid - som/must_salvage_bandit_01.iff Mustafar must_bandit - FALSE 0.9 1.2 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer ranged_grenade_fragmentation thrown 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_mustafarian_salvage_bandit_leader Salvage Bandit Chief som_mustafarian_salvage_bandit_leader humanoid - som/mustafarian_m_02.iff Mustafar must_bandit - FALSE 1.2 1.2 0 - 2 1.8 group_ranged_carbine_energy_high humanoid_squad_leader ranged_grenade_fragmentation thrown 24 24 FALSE snare_defense=100;root_defense=100 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_mustafarian_salvage_leader Salvage Bandit Chief som_mustafarian_salvage_leader humanoid - som/mustafarian_m_02.iff Mustafar must_bandit - FALSE 1.2 1.2 0 - 2 1.8 group_ranged_carbine_energy_high humanoid_squad_leader ranged_grenade_fragmentation thrown 9 9 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_mustafarian_scout a mustafarian scout som_mustafarian_scout humanoid - som/must_scout.iff Mustafar mustafar_miner mustafar_miner FALSE 1.1 1.1 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_mustafarian_scout a mustafarian scout som_mustafarian_scout humanoid - som/must_scout.iff Mustafar mustafar_miner mustafar_miner FALSE 1.1 1.1 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer ranged_grenade_fragmentation thrown 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_mustafarian_striking_miner a miner on strike som_mustafarian_striking_miner humanoid - som/mustafarian_m_01.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer 6 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_naboo_historian Pletus Croix som_naboo_historian humanoid - som/naboo_historian.iff Mustafar commoner - FALSE 1.1 1.1 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_mustafar 10 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_neimoidian a Neimoidian som_neimoidian humanoid - som/neimoidian.iff Mustafar mustafar_miner mustafar_miner FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - @@ -637,13 +637,13 @@ humanoid_som_striking_camp_miner_chief a Miner crew chief on strike som_striking humanoid_som_surveyor_keslev Surveyor Jo Keslev som_surveyor_keslev humanoid - som/miner_hens.iff Mustafar mustafar_miner mustafar_miner FALSE 1.2 1.2 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_traveler_f an unhappy tourist som_traveler_f humanoid - som/traveler_f.iff Mustafar townsperson townsperson FALSE 1.1 1.1 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_traveler_m an unhappy tourist som_traveler_m humanoid - som/traveler_m.iff Mustafar townsperson townsperson FALSE 0.9 0.9 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_treasure_hunter_bodyguard a treasure hunter bodyguard som_treasure_hunter_bodyguard humanoid - som/treasure_hunter_protector.iff Mustafar treasure_hunter - FALSE 1.1 1.3 0 - 2 1.8 group_ranged_carbine_energy_high humanoid_carbineer ranged_grenade_proton thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_treasure_hunter_guard a treasure hunter guard som_treasure_hunter_guard humanoid - som/treasure_hunter_guard.iff Mustafar treasure_hunter - FALSE 1 1.2 0 - 2 1.8 group_melee_polearm_saber_energy_high humanoid_pikeman ranged_grenade_cryoban thrown 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_treasure_hunter_merc a treasure hunter mercenary som_treasure_hunter_merc humanoid - som/treasure_hunter_merc.iff Mustafar treasure_hunter - FALSE 1 1.2 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer ranged_grenade_cryoban thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_treasure_hunter_protector a treasure hunter protector som_treasure_hunter_protector humanoid - som/treasure_hunter_protector.iff Mustafar treasure_hunter - FALSE 1.1 1.3 0 - 2 1.8 group_ranged_carbine_energy_high humanoid_carbineer ranged_grenade_cryoban thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_treasure_hunter_bodyguard a treasure hunter bodyguard som_treasure_hunter_bodyguard humanoid - som/treasure_hunter_protector.iff Mustafar treasure_hunter mustafar_bandit FALSE 1.1 1.3 0 - 2 1.8 group_ranged_carbine_energy_high humanoid_carbineer ranged_grenade_proton thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_treasure_hunter_guard a treasure hunter guard som_treasure_hunter_guard humanoid - som/treasure_hunter_guard.iff Mustafar treasure_hunter mustafar_bandit FALSE 1 1.2 0 - 2 1.8 group_melee_polearm_saber_energy_high humanoid_pikeman ranged_grenade_cryoban thrown 24 24 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_treasure_hunter_merc a treasure hunter mercenary som_treasure_hunter_merc humanoid - som/treasure_hunter_merc.iff Mustafar treasure_hunter mustafar_bandit FALSE 1 1.2 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer ranged_grenade_cryoban thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_treasure_hunter_protector a treasure hunter protector som_treasure_hunter_protector humanoid - som/treasure_hunter_protector.iff Mustafar treasure_hunter mustafar_bandit FALSE 1.1 1.3 0 - 2 1.8 group_ranged_carbine_energy_high humanoid_carbineer ranged_grenade_cryoban thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_urup_falco Urup Fal'co som_urup_falco humanoid - som/must_milo_mensix.iff Mustafar mustafar_miner mustafar_miner FALSE 1.1 1.1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_vansk_blackguard Vansk of the Blackguard som_vansk_blackguard humanoid - som/vansk_blackguard.iff Mustafar blackguard - FALSE 1 1 0 - 2 1.8 group_melee_polearm_saber_kinetic_high humanoid_pikeman 9 9 FALSE snare_defense=100;root_defense=100 10 hologram 10 crystal_power 0 unique_blade_betrayer FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_som_voakar_duset Voakar Duset som_voakar_duset humanoid - som/voakar_duset.iff Mustafar must_bandit - FALSE 1.2 1.2 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 12 8 FALSE - 10 hologram 5 crystal_power 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_som_voakar_duset Voakar Duset som_voakar_duset humanoid - som/voakar_duset.iff Mustafar must_bandit mustafar_bandit FALSE 1.2 1.2 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 12 8 FALSE - 10 hologram 5 crystal_power 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_som_volcano_pilot a pilot som_volcano_pilot humanoid - som/miner_pilot.iff Mustafar commoner - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_mustafar 5 cube_loot 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_space_duty_token_vendor Kash Nunes space_duty_token_vendor humanoid - nova_orion_vendor_orion.iff Nova Orion nova_orion - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_spacer a spacer spacer humanoid - dressed_criminal_smuggler_human_female_01.iff;dressed_criminal_smuggler_human_male_01.iff;dressed_criminal_slicer_human_female_01.iff;dressed_criminal_slicer_human_male_01.iff;dressed_criminal_pirate_human_female_01.iff;dressed_criminal_pirate_human_male_01.iff;dressed_criminal_assassin_human_female_01.iff;dressed_criminal_assassin_human_male_01.iff Global thug thug FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - @@ -757,14 +757,14 @@ humanoid_tatooine_tosche_sorna Sorna tatooine_tosche_sorna humanoid - dressed_ta humanoid_tatooine_tweego Tweego tatooine_tweego humanoid - tatooine_tweego.iff Naboo Tatooine azure_cabal FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_tatooine_una Una tatooine_una humanoid - dressed_tatooine_una.iff Tatooine mercenary - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_tatooine_vaigon_shinn Vaigon Shinn (a chief mugger) tatooine_vaigon_shinn humanoid - dressed_nym_pirate_strong_nikto_m.iff Tatooine shinn_mugger - FALSE 1 1 0 - 2 1.8 group_ranged_pistol_kinetic_high humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_valarian_bookie Valarian's bookie tatooine_valarian_bookie humanoid - dressed_nym_surveyer_hum_f.iff;dressed_nym_surveyer_hum_m.iff;dressed_nym_surveyer_rod_f.iff;dressed_nym_surveyer_rod_m.iff Tatooine valarian - FALSE 0.9 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_valarian_doane_watki Doane Watki (Valarian's pod racer champion) tatooine_valarian_doane_watki humanoid - dressed_tatooine_valarian_swooper_leader.iff Tatooine valarian - FALSE 0.85 0.85 0 - 2 1.8 group_ranged_pistol_kinetic_high humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_valarian_enforcer Valarian's command enforcer tatooine_valarian_enforcer humanoid - dressed_criminal_smuggler_human_female_01.iff;dressed_criminal_smuggler_human_male_01.iff;dressed_criminal_slicer_human_female_01.iff;dressed_criminal_slicer_human_male_01.iff;dressed_criminal_pirate_human_female_01.iff;dressed_criminal_pirate_human_male_01.iff;dressed_criminal_assassin_human_female_01.iff;dressed_criminal_assassin_human_male_01.iff Tatooine valarian - FALSE 0.9 1 0 - 2 1.8 group_ranged_rifle_energy_low humanoid_rifleman ranged_grenade_cryoban thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_valarian_executioner Valarian's executioner tatooine_valarian_executioner humanoid - dressed_criminal_organized_human_female_01.iff;dressed_criminal_organized_human_male_01.iff;dressed_criminal_organized_twilek_female_01.iff;dressed_criminal_organized_twilek_male_01.iff Tatooine valarian - FALSE 0.9 1 0 - 2 1.8 group_ranged_pistol_kinetic_high humanoid_pistoleer ranged_grenade_cryoban thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_valarian_hacker Valarian's hacker tatooine_valarian_hacker humanoid - dressed_criminal_smuggler_human_female_01.iff;dressed_criminal_smuggler_human_male_01.iff;dressed_criminal_slicer_human_female_01.iff;dressed_criminal_slicer_human_male_01.iff;dressed_criminal_pirate_human_female_01.iff;dressed_criminal_pirate_human_male_01.iff;dressed_criminal_assassin_human_female_01.iff;dressed_criminal_assassin_human_male_01.iff Tatooine valarian - FALSE 0.9 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_valarian_smuggler Valarian's smuggler tatooine_valarian_smuggler humanoid - dressed_criminal_smuggler_human_female_01.iff;dressed_criminal_smuggler_human_male_01.iff;dressed_criminal_slicer_human_female_01.iff;dressed_criminal_slicer_human_male_01.iff;dressed_criminal_pirate_human_female_01.iff;dressed_criminal_pirate_human_male_01.iff;dressed_criminal_assassin_human_female_01.iff;dressed_criminal_assassin_human_male_01.iff Tatooine valarian - FALSE 0.9 1 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_smuggler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_valarian_soldier Valarian's soldier tatooine_valarian_soldier humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian - FALSE 0.9 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_tatooine_valarian_vandal Valarian's blood vandal tatooine_valarian_vandal humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian - FALSE 0.9 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_valarian_bookie Valarian's bookie tatooine_valarian_bookie humanoid - dressed_nym_surveyer_hum_f.iff;dressed_nym_surveyer_hum_m.iff;dressed_nym_surveyer_rod_f.iff;dressed_nym_surveyer_rod_m.iff Tatooine valarian valarian FALSE 0.9 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_valarian_doane_watki Doane Watki (Valarian's pod racer champion) tatooine_valarian_doane_watki humanoid - dressed_tatooine_valarian_swooper_leader.iff Tatooine valarian valarian FALSE 0.85 0.85 0 - 2 1.8 group_ranged_pistol_kinetic_high humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_valarian_enforcer Valarian's command enforcer tatooine_valarian_enforcer humanoid - dressed_criminal_smuggler_human_female_01.iff;dressed_criminal_smuggler_human_male_01.iff;dressed_criminal_slicer_human_female_01.iff;dressed_criminal_slicer_human_male_01.iff;dressed_criminal_pirate_human_female_01.iff;dressed_criminal_pirate_human_male_01.iff;dressed_criminal_assassin_human_female_01.iff;dressed_criminal_assassin_human_male_01.iff Tatooine valarian valarian FALSE 0.9 1 0 - 2 1.8 group_ranged_rifle_energy_low humanoid_rifleman ranged_grenade_cryoban thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_valarian_executioner Valarian's executioner tatooine_valarian_executioner humanoid - dressed_criminal_organized_human_female_01.iff;dressed_criminal_organized_human_male_01.iff;dressed_criminal_organized_twilek_female_01.iff;dressed_criminal_organized_twilek_male_01.iff Tatooine valarian valarian FALSE 0.9 1 0 - 2 1.8 group_ranged_pistol_kinetic_high humanoid_pistoleer ranged_grenade_cryoban thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_valarian_hacker Valarian's hacker tatooine_valarian_hacker humanoid - dressed_criminal_smuggler_human_female_01.iff;dressed_criminal_smuggler_human_male_01.iff;dressed_criminal_slicer_human_female_01.iff;dressed_criminal_slicer_human_male_01.iff;dressed_criminal_pirate_human_female_01.iff;dressed_criminal_pirate_human_male_01.iff;dressed_criminal_assassin_human_female_01.iff;dressed_criminal_assassin_human_male_01.iff Tatooine valarian valarian FALSE 0.9 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_valarian_smuggler Valarian's smuggler tatooine_valarian_smuggler humanoid - dressed_criminal_smuggler_human_female_01.iff;dressed_criminal_smuggler_human_male_01.iff;dressed_criminal_slicer_human_female_01.iff;dressed_criminal_slicer_human_male_01.iff;dressed_criminal_pirate_human_female_01.iff;dressed_criminal_pirate_human_male_01.iff;dressed_criminal_assassin_human_female_01.iff;dressed_criminal_assassin_human_male_01.iff Tatooine valarian valarian FALSE 0.9 1 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_smuggler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_valarian_soldier Valarian's soldier tatooine_valarian_soldier humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 0.9 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_tatooine_valarian_vandal Valarian's blood vandal tatooine_valarian_vandal humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 0.9 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_tatooine_wald_customer Qord D'Baelor tatooine_wald_customer humanoid - tatooine_wald_customer.iff Tatooine townsperson townsperson FALSE 1.2 1.4 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_tatooine_watto_jawa Ji'Ni Sil tatooine_watto_jawa humanoid - jawa_male.iff Tatooine jawa jawa FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_tatooine_watto_peggin Peggin Dulin tatooine_watto_peggin humanoid - dressed_tatooine_body_peggin.iff Tatooine townsperson - FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - @@ -913,27 +913,27 @@ humanoid_tyla_jinn Tyla Jinn - humanoid - dressed_commoner_fat_human_female_01.i humanoid_ugtaur Ugtaur - humanoid - gamorrean.iff Tatooine jabba jabba FALSE 1 1 0 - 2 1.8 melee_2h_sword_battleaxe humanoid_swordsman ranged_grenade_proton thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_urgott Urgott - humanoid - gamorrean.iff Tatooine jabba jabba FALSE 1 1 0 - 2 1.8 melee_2h_sword_battleaxe humanoid_swordsman ranged_grenade_proton thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_valarian_assassin Valarian's assassin valarian_assassin humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_rifle_kinetic_high humanoid_rifleman ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_valarian_boss_depot Valarian Depot Foreman valarian_boss_depot humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian - FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_valarian_boss_shuttle Valarian Shuttle Guard valarian_boss_shuttle humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian - FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_valarian_boss_depot Valarian Depot Foreman valarian_boss_depot humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_valarian_boss_shuttle Valarian Shuttle Guard valarian_boss_shuttle humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_valarian_compound_guard Valarian's compound guard valarian_compound_guard humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_valarian_crew_chief Valarian Crew Chief valarian_crew_chief humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_squad_leader ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_valarian_elite_shuttle Valarian Depot Boss valarian_elite_shuttle humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian - FALSE 1 1 0 - 2 1.8 group_ranged_pistol_kinetic_high humanoid_squad_leader ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_valarian_elite_shuttle Valarian Depot Boss valarian_elite_shuttle humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_pistol_kinetic_high humanoid_squad_leader ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_valarian_enforcer Valarian's enforcer valarian_enforcer humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_valarian_henchman Valarian's henchman valarian_henchman humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_valarian_mechanic Valarian's Mechanic valarian_mechanic humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_valarian_pod_racer Valarian's Pod Racer valarian_pod_racer humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_valarian_scout Valarian's scout valarian_scout humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_valarian_scout_depot Valarian Depot Scout valarian_scout_depot humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian - FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_valarian_scout_depot Valarian Depot Scout valarian_scout_depot humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_valarian_swooper Valarian's swooper valarian_swooper humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_valarian_swooper_depot Valarian Depot Swooper valarian_swooper_depot humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian - FALSE 1 1 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_valarian_swooper_depot Valarian Depot Swooper valarian_swooper_depot humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_valarian_swooper_leader Valarian's swooper leader valarian_swooper_leader humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_carbine_energy_high humanoid_squad_leader ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_valarian_swooper_shuttle Valarian Shuttle Guard valarian_swooper_shuttle humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian - FALSE 1 1 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_valarian_swooper_shuttle Valarian Shuttle Guard valarian_swooper_shuttle humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_carbine_energy_low humanoid_carbineer ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_valarian_thief Valarian's thief valarian_thief humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_valarian_thief_depot Valarian Depot Guard valarian_thief_depot humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian - FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_valarian_thief_shuttle Valarian Shuttle Guard valarian_thief_shuttle humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian - FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_valarian_thief_depot Valarian Depot Guard valarian_thief_depot humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_valarian_thief_shuttle Valarian Shuttle Guard valarian_thief_shuttle humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_valarian_thug Valarian's thug valarian_thug humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_valarian_thug_depot Valarian Depot Worker valarian_thug_depot humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian - FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - -humanoid_valarian_thug_shuttle Valarian Shuttle Guard valarian_thug_shuttle humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian - FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_valarian_thug_depot Valarian Depot Worker valarian_thug_depot humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - +humanoid_valarian_thug_shuttle Valarian Shuttle Guard valarian_thug_shuttle humanoid - dressed_criminal_thug_aqualish_female_01.iff;dressed_criminal_thug_aqualish_female_02.iff;dressed_criminal_thug_aqualish_male_01.iff;dressed_criminal_thug_aqualish_male_02.iff;dressed_criminal_thug_bothan_female_01.iff;dressed_criminal_thug_bothan_male_01.iff;dressed_criminal_thug_human_female_01.iff;dressed_criminal_thug_human_female_02.iff;dressed_criminal_thug_human_male_01.iff;dressed_criminal_thug_human_male_02.iff;dressed_criminal_thug_rodian_female_01.iff;dressed_criminal_thug_rodian_male_01.iff;dressed_criminal_thug_trandoshan_female_01.iff;dressed_criminal_thug_trandoshan_male_01.iff;dressed_criminal_thug_zabrak_female_01.iff;dressed_criminal_thug_zabrak_male_01.iff;dressed_crook_zabrak_female_01.iff;dressed_crook_zabrak_male_01.iff;dressed_desperado_bith_female_01.iff;dressed_desperado_bith_male_01.iff;dressed_goon_twk_female_01.iff;dressed_goon_twk_male_01.iff;dressed_hoodlum_zabrak_female_01.iff;dressed_hoodlum_zabrak_male_01.iff;dressed_hooligan_rodian_female_01.iff;dressed_hooligan_rodian_male_01.iff;dressed_mugger.iff;dressed_robber_human_female_01.iff;dressed_robber_human_male_01.iff;dressed_robber_twk_female_01.iff;dressed_robber_twk_male_01.iff;dressed_ruffian_zabrak_female_01.iff;dressed_villain_trandoshan_female_01.iff;dressed_villain_trandoshan_male_01.iff Tatooine valarian valarian FALSE 1 1 0 - 2 1.8 group_ranged_pistol_energy_low humanoid_pistoleer 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_vana_sage Lt. Vana Sage vana_sage humanoid - dressed_lt_vana_sage.iff Naboo townsperson townsperson FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler ranged_grenade_fragmentation thrown 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_vani_korr Vani Korr (a Corellia Times reporter) corellia_vani_korr humanoid - dressed_corellia_vani_korr.iff Corellia corellia_times - FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - humanoid_vansic Vansic (a junk dealer) aurilia_junk_dealer humanoid - dressed_fs_junk_dealer.iff Dathomir fs_villager fs_villager FALSE 1 1 0 - 2 1.8 melee_unarmed_default humanoid_brawler 6 6 FALSE - 30 junk_npc 5 schematic_common 0 - FALSE 0 none - none 0 - 0 - 0 - FALSE - 0.0 - diff --git a/serverdata/patrol/patrol_mustafar.sdb b/serverdata/patrol/patrol_mustafar.sdb index e1c561930..4ed0132f9 100644 --- a/serverdata/patrol/patrol_mustafar.sdb +++ b/serverdata/patrol/patrol_mustafar.sdb @@ -303,4 +303,125 @@ patrol_mustafar_1317 patrol_mustafar_1300 MUSTAFAR mus_world 0 -3058.0 145.1 13 patrol_mustafar_1318 patrol_mustafar_1300 MUSTAFAR mus_world 0 -3078.5 145.8 1366.0 0 - patrol_mustafar_1319 patrol_mustafar_1300 MUSTAFAR mus_world 0 -3105.0 147.3 1371.9 0 - patrol_mustafar_1320 patrol_mustafar_1300 MUSTAFAR mus_world 0 -3136.0 148.5 1375.3 0 - -patrol_mustafar_1321 patrol_mustafar_1300 MUSTAFAR mus_world 0 -3155.3 149.3 1376.2 0 - \ No newline at end of file +patrol_mustafar_1321 patrol_mustafar_1300 MUSTAFAR mus_world 0 -3155.3 149.3 1376.2 0 - +patrol_mustafar_1400 patrol_mustafar_1400 FLIP MUSTAFAR mus_world 0 -3453.0 173.0 1367.1 0 Mensix - Blistmok wave +patrol_mustafar_1401 patrol_mustafar_1400 MUSTAFAR mus_world 0 -3453.0 173.0 1367.1 0 - +patrol_mustafar_1402 patrol_mustafar_1400 MUSTAFAR mus_world 0 -3424.8 160.8 1346.3 0 - +patrol_mustafar_1403 patrol_mustafar_1400 MUSTAFAR mus_world 0 -3383.1 148.4 1342.3 0 - +patrol_mustafar_1404 patrol_mustafar_1400 MUSTAFAR mus_world 0 -3350.9 147.0 1323.7 0 - +patrol_mustafar_1405 patrol_mustafar_1400 MUSTAFAR mus_world 0 -3304.5 144.0 1309.7 0 - +patrol_mustafar_1406 patrol_mustafar_1400 MUSTAFAR mus_world 0 -3254.3 142.4 1309.1 0 - +patrol_mustafar_1407 patrol_mustafar_1400 MUSTAFAR mus_world 0 -3216.6 143.9 1311.0 0 - +patrol_mustafar_1408 patrol_mustafar_1400 MUSTAFAR mus_world 0 -3168.1 143.6 1313.1 0 - +patrol_mustafar_1409 patrol_mustafar_1400 MUSTAFAR mus_world 0 -3120.5 145.5 1312.2 0 - +patrol_mustafar_1410 patrol_mustafar_1400 MUSTAFAR mus_world 0 -3070.8 145.3 1311.5 0 - +patrol_mustafar_1411 patrol_mustafar_1400 MUSTAFAR mus_world 0 -3028.8 142.4 1313.7 0 - +patrol_mustafar_1412 patrol_mustafar_1400 MUSTAFAR mus_world 0 -2983.8 135.9 1322.2 0 - +patrol_mustafar_1413 patrol_mustafar_1400 MUSTAFAR mus_world 0 -2954.9 136.4 1350.5 0 - +patrol_mustafar_1414 patrol_mustafar_1400 MUSTAFAR mus_world 0 -2924.9 142.3 1406.2 30 - +patrol_mustafar_1500 patrol_mustafar_1500 FLIP MUSTAFAR mus_world 0 -3332.1 163.6 1523.9 0 Mensix - Jundak wave +patrol_mustafar_1501 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3318.5 162.9 1516.0 0 - +patrol_mustafar_1502 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3312.6 159.6 1503.9 0 - +patrol_mustafar_1503 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3301.9 145.4 1480.7 0 - +patrol_mustafar_1504 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3288.3 142.1 1452.9 0 - +patrol_mustafar_1505 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3270.5 145.9 1429.0 0 - +patrol_mustafar_1506 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3248.7 145.1 1414.3 0 - +patrol_mustafar_1507 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3226.1 141.1 1386.9 0 - +patrol_mustafar_1508 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3201.0 143.2 1363.6 0 - +patrol_mustafar_1509 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3178.6 144.0 1336.6 0 - +patrol_mustafar_1510 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3159.0 144.4 1322.1 0 - +patrol_mustafar_1511 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3134.8 145.6 1321.4 0 - +patrol_mustafar_1512 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3106.2 145.8 1322.0 0 - +patrol_mustafar_1513 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3069.6 146.0 1322.9 0 - +patrol_mustafar_1514 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3035.9 144.3 1324.0 0 - +patrol_mustafar_1515 patrol_mustafar_1500 MUSTAFAR mus_world 0 -3002.0 137.6 1329.4 0 - +patrol_mustafar_1516 patrol_mustafar_1500 MUSTAFAR mus_world 0 -2972.4 136.0 1340.9 0 - +patrol_mustafar_1517 patrol_mustafar_1500 MUSTAFAR mus_world 0 -2955.4 138.3 1365.8 0 - +patrol_mustafar_1518 patrol_mustafar_1500 MUSTAFAR mus_world 0 -2935.5 141.2 1397.5 30 - +patrol_mustafar_1600 patrol_mustafar_1600 FLIP MUSTAFAR mus_world 0 -3403.3 182.2 1466.8 0 Mensix - Lava beetle wave +patrol_mustafar_1601 patrol_mustafar_1600 MUSTAFAR mus_world 0 -3400.3 171.0 1440.8 0 - +patrol_mustafar_1602 patrol_mustafar_1600 MUSTAFAR mus_world 0 -3396.7 159.5 1416.9 0 - +patrol_mustafar_1603 patrol_mustafar_1600 MUSTAFAR mus_world 0 -3384.3 152.3 1389.7 0 - +patrol_mustafar_1604 patrol_mustafar_1600 MUSTAFAR mus_world 0 -3369.9 150.5 1361.2 0 - +patrol_mustafar_1605 patrol_mustafar_1600 MUSTAFAR mus_world 0 -3352.6 148.7 1333.6 0 - +patrol_mustafar_1606 patrol_mustafar_1600 MUSTAFAR mus_world 0 -3318.2 144.7 1309.7 0 - +patrol_mustafar_1607 patrol_mustafar_1600 MUSTAFAR mus_world 0 -3281.5 143.3 1300.4 0 - +patrol_mustafar_1608 patrol_mustafar_1600 MUSTAFAR mus_world 0 -3233.5 143.8 1302.6 0 - +patrol_mustafar_1609 patrol_mustafar_1600 MUSTAFAR mus_world 0 -3188.6 143.1 1305.0 0 - +patrol_mustafar_1610 patrol_mustafar_1600 MUSTAFAR mus_world 0 -3145.8 143.9 1305.5 0 - +patrol_mustafar_1611 patrol_mustafar_1600 MUSTAFAR mus_world 0 -3097.2 144.5 1305.3 0 - +patrol_mustafar_1612 patrol_mustafar_1600 MUSTAFAR mus_world 0 -3051.9 144.4 1305.2 0 - +patrol_mustafar_1613 patrol_mustafar_1600 MUSTAFAR mus_world 0 -3016.4 139.8 1306.1 0 - +patrol_mustafar_1614 patrol_mustafar_1600 MUSTAFAR mus_world 0 -2980.9 135.3 1311.4 0 - +patrol_mustafar_1615 patrol_mustafar_1600 MUSTAFAR mus_world 0 -2952.6 136.1 1328.5 0 - +patrol_mustafar_1616 patrol_mustafar_1600 MUSTAFAR mus_world 0 -2939.2 139.6 1351.7 0 - +patrol_mustafar_1617 patrol_mustafar_1600 MUSTAFAR mus_world 0 -2927.8 142.1 1377.0 30 - +patrol_mustafar_1700 patrol_mustafar_1700 FLIP MUSTAFAR mus_world 0 -3291.5 99.8 1122.0 0 Mensix - Lava flea wave +patrol_mustafar_1701 patrol_mustafar_1700 MUSTAFAR mus_world 0 -3302.6 101.6 1124.5 0 - +patrol_mustafar_1702 patrol_mustafar_1700 MUSTAFAR mus_world 0 -3306.3 105.0 1141.2 0 - +patrol_mustafar_1703 patrol_mustafar_1700 MUSTAFAR mus_world 0 -3300.6 113.7 1166.3 0 - +patrol_mustafar_1704 patrol_mustafar_1700 MUSTAFAR mus_world 0 -3288.3 122.2 1189.3 0 - +patrol_mustafar_1705 patrol_mustafar_1700 MUSTAFAR mus_world 0 -3268.5 129.8 1218.2 0 - +patrol_mustafar_1706 patrol_mustafar_1700 MUSTAFAR mus_world 0 -3247.9 135.7 1243.4 0 - +patrol_mustafar_1707 patrol_mustafar_1700 MUSTAFAR mus_world 0 -3227.5 139.4 1259.7 0 - +patrol_mustafar_1708 patrol_mustafar_1700 MUSTAFAR mus_world 0 -3199.0 139.9 1277.9 0 - +patrol_mustafar_1709 patrol_mustafar_1700 MUSTAFAR mus_world 0 -3172.3 141.6 1289.6 0 - +patrol_mustafar_1710 patrol_mustafar_1700 MUSTAFAR mus_world 0 -3138.9 142.4 1294.2 0 - +patrol_mustafar_1711 patrol_mustafar_1700 MUSTAFAR mus_world 0 -3100.8 143.3 1297.5 0 - +patrol_mustafar_1712 patrol_mustafar_1700 MUSTAFAR mus_world 0 -3064.3 144.2 1299.1 0 - +patrol_mustafar_1713 patrol_mustafar_1700 MUSTAFAR mus_world 0 -3025.2 141.5 1304.7 0 - +patrol_mustafar_1714 patrol_mustafar_1700 MUSTAFAR mus_world 0 -2986.5 135.8 1311.4 0 - +patrol_mustafar_1715 patrol_mustafar_1700 MUSTAFAR mus_world 0 -2951.4 136.3 1321.2 0 - +patrol_mustafar_1716 patrol_mustafar_1700 MUSTAFAR mus_world 0 -2935.5 140.0 1337.5 0 - +patrol_mustafar_1717 patrol_mustafar_1700 MUSTAFAR mus_world 0 -2930.2 142.7 1351.3 0 - +patrol_mustafar_1718 patrol_mustafar_1700 MUSTAFAR mus_world 0 -2923.3 143.5 1378.3 0 - +patrol_mustafar_1719 patrol_mustafar_1700 MUSTAFAR mus_world 0 -2939.4 145.7 1429.5 30 - +patrol_mustafar_1800 patrol_mustafar_1800 FLIP MUSTAFAR mus_world 0 -3032.4 99.8 1120.8 0 Mensix - Lava runner tanray wave +patrol_mustafar_1801 patrol_mustafar_1800 MUSTAFAR mus_world 0 -3015.9 103.6 1127.1 0 - +patrol_mustafar_1802 patrol_mustafar_1800 MUSTAFAR mus_world 0 -2995.9 103.1 1139.7 0 - +patrol_mustafar_1803 patrol_mustafar_1800 MUSTAFAR mus_world 0 -2969.5 103.4 1161.0 0 - +patrol_mustafar_1804 patrol_mustafar_1800 MUSTAFAR mus_world 0 -2956.1 103.3 1187.1 0 - +patrol_mustafar_1805 patrol_mustafar_1800 MUSTAFAR mus_world 0 -2954.5 103.2 1224.1 0 - +patrol_mustafar_1806 patrol_mustafar_1800 MUSTAFAR mus_world 0 -2947.8 106.5 1256.6 0 - +patrol_mustafar_1807 patrol_mustafar_1800 MUSTAFAR mus_world 0 -2941.7 119.3 1271.6 0 - +patrol_mustafar_1808 patrol_mustafar_1800 MUSTAFAR mus_world 0 -2936.1 130.4 1286.6 0 - +patrol_mustafar_1809 patrol_mustafar_1800 MUSTAFAR mus_world 0 -2932.6 135.4 1307.4 0 - +patrol_mustafar_1810 patrol_mustafar_1800 MUSTAFAR mus_world 0 -2930.9 139.0 1323.2 0 - +patrol_mustafar_1811 patrol_mustafar_1800 MUSTAFAR mus_world 0 -2929.1 141.0 1344.0 0 - +patrol_mustafar_1812 patrol_mustafar_1800 MUSTAFAR mus_world 0 -2927.8 143.2 1359.6 0 - +patrol_mustafar_1813 patrol_mustafar_1800 MUSTAFAR mus_world 0 -2924.1 142.9 1387.0 0 - +patrol_mustafar_1814 patrol_mustafar_1800 MUSTAFAR mus_world 0 -2919.3 143.6 1422.0 30 - +patrol_mustafar_1900 patrol_mustafar_1900 FLIP MUSTAFAR mus_world 0 -3181.4 99.8 1197.8 0 Mensix - Tulrus wave +patrol_mustafar_1901 patrol_mustafar_1900 MUSTAFAR mus_world 0 -3175.4 103.8 1220.4 0 - +patrol_mustafar_1902 patrol_mustafar_1900 MUSTAFAR mus_world 0 -3161.5 110.4 1238.8 0 - +patrol_mustafar_1903 patrol_mustafar_1900 MUSTAFAR mus_world 0 -3134.0 120.5 1257.6 0 - +patrol_mustafar_1904 patrol_mustafar_1900 MUSTAFAR mus_world 0 -3104.8 130.8 1271.3 0 - +patrol_mustafar_1905 patrol_mustafar_1900 MUSTAFAR mus_world 0 -3073.2 140.5 1284.8 0 - +patrol_mustafar_1906 patrol_mustafar_1900 MUSTAFAR mus_world 0 -3047.3 143.0 1294.9 0 - +patrol_mustafar_1907 patrol_mustafar_1900 MUSTAFAR mus_world 0 -3017.1 139.6 1298.7 0 - +patrol_mustafar_1908 patrol_mustafar_1900 MUSTAFAR mus_world 0 -2985.6 135.5 1303.5 0 - +patrol_mustafar_1909 patrol_mustafar_1900 MUSTAFAR mus_world 0 -2961.5 135.9 1326.3 0 - +patrol_mustafar_1910 patrol_mustafar_1900 MUSTAFAR mus_world 0 -2944.9 138.2 1359.6 0 - +patrol_mustafar_1911 patrol_mustafar_1900 MUSTAFAR mus_world 0 -2930.9 141.4 1384.7 0 - +patrol_mustafar_1912 patrol_mustafar_1900 MUSTAFAR mus_world 0 -2906.6 145.2 1416 30 - +patrol_mustafar_2000 patrol_mustafar_2000 FLIP MUSTAFAR mus_world 0 -3366.4 158.4 1463.7 0 Mensix - Xandank wave +patrol_mustafar_2001 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3361.1 150.9 1447.8 0 - +patrol_mustafar_2002 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3346.2 149.2 1435.8 0 - +patrol_mustafar_2003 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3319.5 144.4 1439.9 0 - +patrol_mustafar_2004 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3303.3 144.6 1443 0 - +patrol_mustafar_2005 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3281.6 143.5 1438.3 0 - +patrol_mustafar_2006 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3266.8 145.9 1430.6 0 - +patrol_mustafar_2007 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3249.2 146.1 1419.5 0 - +patrol_mustafar_2008 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3227.6 145 1403.7 0 - +patrol_mustafar_2009 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3205.3 143.5 1390 0 - +patrol_mustafar_2010 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3185.1 145.7 1382.5 0 - +patrol_mustafar_2011 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3160.5 148.9 1377.8 0 - +patrol_mustafar_2012 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3139.8 148.7 1375.2 0 - +patrol_mustafar_2013 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3108.6 147.6 1372.4 0 - +patrol_mustafar_2014 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3074.2 145.9 1373.6 0 - +patrol_mustafar_2015 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3048.2 145.7 1375.2 0 - +patrol_mustafar_2016 patrol_mustafar_2000 MUSTAFAR mus_world 0 -3013.8 145.3 1374.3 0 - +patrol_mustafar_2017 patrol_mustafar_2000 MUSTAFAR mus_world 0 -2993.5 144 1373.8 0 - +patrol_mustafar_2018 patrol_mustafar_2000 MUSTAFAR mus_world 0 -2966.4 140 1374.3 0 - +patrol_mustafar_2019 patrol_mustafar_2000 MUSTAFAR mus_world 0 -2947.8 139.9 1381 0 - +patrol_mustafar_2020 patrol_mustafar_2000 MUSTAFAR mus_world 0 -2919.6 143.1 1399.8 30 - \ No newline at end of file diff --git a/serverdata/spawn/common_mustafar.sdb b/serverdata/spawn/common_mustafar.sdb index d04ad169d..29114defc 100644 --- a/serverdata/spawn/common_mustafar.sdb +++ b/serverdata/spawn/common_mustafar.sdb @@ -266,12 +266,27 @@ spawn_mustafar_263 MUSTAFAR mus_mensix PATROL 14 -88.3 10.8 32.4 92 1 an MSE-6 " spawn_mustafar_264 MUSTAFAR mus_mensix PATROL 20 -28.0 18.6 -15.2 91 1 an EG-6 power droid droid_eg6_power INVULNERABLE N 100 100 City Mensix Mining Facility 1 PATROL 0 patrol_mustafar_1000 column idle simple_droid_sarcastic_flee_4 600 spawn_mustafar_265 MUSTAFAR mus_world PATROL 0 -2480.4 230.1 1635.5 -2 1 an Ithorian musician humanoid_ithorian_musician INVULNERABLE N 100 100 City Mensix Mining Facility 1 PATROL 0 patrol_mustafar_1100 column idle 600 spawn_mustafar_266 MUSTAFAR mus_mensix PATROL 29 -39.9 31.5 -117.8 99 1 a traveller humanoid_traveller INVULNERABLE N 100 100 City Mensix Mining Facility 1 PATROL 0 patrol_mustafar_1200 column idle 600 -spawn_mustafar_267 MUSTAFAR mus_world PATROL 0 -3169.7 145.1 1372.2 -100 1 a mustafarian miner humanoid_som_mustafarian_miner_b INVULNERABLE N 100 100 City Mensix Mining Facility 1 PATROL 0 patrol_mustafar_1300 column idle 600 -spawn_mustafar_268 MUSTAFAR mus_world AREA 0 -3123.0 145.3 1332.6 -9 1 a mustafarian miner humanoid_som_mustafarian_miner_a INVULNERABLE N 100 100 City Mensix Mining Facility 1 LOITER 5 0 - idle 600 +spawn_mustafar_267 MUSTAFAR mus_world PATROL 0 -3169.7 145.1 1372.2 -100 1 a mustafarian miner humanoid_som_mustafarian_miner_b ATTACKABLE E 75 80 City Mensix Mining Facility 1 PATROL 0 patrol_mustafar_1300 column idle 600 +spawn_mustafar_268 MUSTAFAR mus_world AREA 0 -3123.0 145.3 1332.6 -9 1 a mustafarian miner humanoid_som_mustafarian_miner_a ATTACKABLE E 75 80 City Mensix Mining Facility 1 IDLE 0 0 - idle 120 spawn_mustafar_269 MUSTAFAR mus_world AREA 0 -3010.7 140.4 1340.1 7 1 an LE repair droid droid_le_repair INVULNERABLE N 100 100 City Mensix Mining Facility 1 LOITER 5 0 - idle simple_droid_slang_flee_15 600 spawn_mustafar_270 MUSTAFAR mus_world AREA 0 -2891.7 150.9 1388.0 132 1 a Mustafarian lava miner humanoid_som_mustafarian_miner INVULNERABLE N 100 100 City Mensix Mining Facility 1 IDLE 0 0 - npc_use_terminal_high 600 spawn_mustafar_271 MUSTAFAR mus_world AREA 0 -2526.2 225.0 1643.1 163 1 a mustafarian scout humanoid_som_mustafarian_scout INVULNERABLE N 100 100 City Mensix Mining Facility 1 IDLE 0 0 - idle 600 spawn_mustafar_272 MUSTAFAR mus_world AREA 0 -2528.0 225.0 1642.7 165 1 a mustafarian scout humanoid_som_mustafarian_scout INVULNERABLE N 100 100 City Mensix Mining Facility 1 IDLE 0 0 - idle 600 spawn_mustafar_273 MUSTAFAR mus_mensix AREA 29 -56.3 31.5 -107.1 -90 1 an explorer humanoid_explorer INVULNERABLE N 100 100 City Mensix Mining Facility 1 IDLE 0 0 - npc_use_terminal_high 600 spawn_mustafar_274 MUSTAFAR mus_mensix AREA 26 -72.0 23.2 -47.9 109 1 a mustafarian miner humanoid_som_mustafarian_miner_b INVULNERABLE N 100 100 City Mensix Mining Facility 1 IDLE 0 0 - idle 600 -spawn_mustafar_275 MUSTAFAR mus_mensix AREA 26 -75.4 23.2 -35.6 92 1 a mercenary humanoid_mercenary INVULNERABLE N 100 100 City Mensix Mining Facility 1 IDLE 0 0 - npc_use_terminal_high 600 \ No newline at end of file +spawn_mustafar_275 MUSTAFAR mus_mensix AREA 26 -75.4 23.2 -35.6 92 1 a mercenary humanoid_mercenary INVULNERABLE N 100 100 City Mensix Mining Facility 1 IDLE 0 0 - npc_use_terminal_high 600 +spawn_mustafar_276 MUSTAFAR mus_mensix AREA 29 -49.0 31.0 -112.7 179 1 Mining Corporation Executive humanoid_som_kenobi_mining_exec QUEST N 100 100 City Mensix Mining Facility 1 IDLE 0 0 - idle mensix_mce_hunt 600 +spawn_mustafar_277 MUSTAFAR mus_world AREA 0 -2913.7 147.4 1363.1 -119 1 a mustafarian scout humanoid_som_mustafarian_scout ATTACKABLE E 75 80 - - 2 LOITER 5 0 - idle 120 +spawn_mustafar_278 MUSTAFAR mus_world PATROL 0 -3471.3 188.9 1384.1 127 1 a blistmok creature_blistmok AGGRESSIVE N 55 70 - - 3 PATROL 0 patrol_mustafar_1400 column idle 10 +spawn_mustafar_279 MUSTAFAR mus_world PATROL 0 -3332.1 163.6 1523.9 128 1 a jundak creature_jundak AGGRESSIVE N 55 70 - - 3 PATROL 0 patrol_mustafar_1500 column idle 10 +spawn_mustafar_280 MUSTAFAR mus_world PATROL 0 -3403.3 182.2 1466.8 172 1 a lava beetle creature_beetle_lava AGGRESSIVE N 55 70 - - 3 PATROL 0 patrol_mustafar_1600 column idle 10 +spawn_mustafar_281 MUSTAFAR mus_world PATROL 0 -3291.5 99.8 1122.0 -67 1 a lava flea creature_flea_lava AGGRESSIVE N 55 70 - - 3 PATROL 0 patrol_mustafar_1700 column idle 10 +spawn_mustafar_282 MUSTAFAR mus_world PATROL 0 -3032.4 99.8 1120.8 53 1 a lava runner tanray creature_tanray_lava_runner AGGRESSIVE N 55 70 - - 3 PATROL 0 patrol_mustafar_1800 column idle 10 +spawn_mustafar_283 MUSTAFAR mus_world PATROL 0 -3181.4 99.8 1197.8 7 1 a tulrus creature_tulrus AGGRESSIVE N 55 70 - - 3 PATROL 0 patrol_mustafar_1900 column idle 10 +spawn_mustafar_284 MUSTAFAR mus_world PATROL 0 -3366.4 158.4 1463.7 -29 1 a xandank creature_xandank AGGRESSIVE N 55 70 - - 3 PATROL 0 patrol_mustafar_2000 column idle 10 +spawn_mustafar_285 MUSTAFAR mus_world AREA 0 -2914.0 147.2 1378.9 -104 1 Corpse of a Treasure Hunter humanoid_som_kenobi_treasure_hunter_corpse_02 INVULNERABLE N 100 100 - - 1 IDLE 0 0 - npc_dead_01 600 +spawn_mustafar_286 MUSTAFAR mus_world AREA 0 -2914.7 147.5 1355.0 -87 1 Corpse of a Treasure Hunter humanoid_som_kenobi_treasure_hunter_corpse_02 INVULNERABLE N 100 100 - - 1 IDLE 0 0 - npc_dead_02 600 +spawn_mustafar_287 MUSTAFAR mus_world AREA 0 -2961.1 140.0 1379.2 -114 1 Corpse of a Treasure Hunter humanoid_som_kenobi_treasure_hunter_corpse_02 INVULNERABLE N 100 100 - - 1 IDLE 0 0 - npc_dead_03 600 +spawn_mustafar_288 MUSTAFAR mus_world AREA 0 -2960.5 136.8 1344.1 -176 1 Corpse of a Treasure Hunter humanoid_som_kenobi_treasure_hunter_corpse_02 INVULNERABLE N 100 100 - - 1 IDLE 0 0 - npc_dead_01 600 +spawn_mustafar_289 MUSTAFAR mus_world AREA 0 -2965.1 134.8 1315.0 160 1 Corpse of a Treasure Hunter humanoid_som_kenobi_treasure_hunter_corpse_02 INVULNERABLE N 100 100 - - 1 IDLE 0 0 - npc_dead_02 600 +spawn_mustafar_290 MUSTAFAR mus_world AREA 0 -2993.8 136.7 1322.3 -147 1 Corpse of a Treasure Hunter humanoid_som_kenobi_treasure_hunter_corpse_02 INVULNERABLE N 100 100 - - 1 IDLE 0 0 - npc_dead_03 600 \ No newline at end of file diff --git a/src/main/java/com/projectswg/holocore/resources/support/objects/radial/terminal/TerminalCharacterBuilderRadial.java b/src/main/java/com/projectswg/holocore/resources/support/objects/radial/terminal/TerminalCharacterBuilderRadial.java index 2fe431b0f..8b9376691 100644 --- a/src/main/java/com/projectswg/holocore/resources/support/objects/radial/terminal/TerminalCharacterBuilderRadial.java +++ b/src/main/java/com/projectswg/holocore/resources/support/objects/radial/terminal/TerminalCharacterBuilderRadial.java @@ -306,7 +306,25 @@ public class TerminalCharacterBuilderRadial implements RadialHandlerInterface { "item_color_crystal_02_08", "item_color_crystal_02_09", "item_color_crystal_02_10", - "item_color_crystal_02_11" + "item_color_crystal_02_11", + "weapon_cl30_1h_ls", + "weapon_cl40_1h_ls", + "weapon_cl50_1h_ls", + "weapon_cl60_1h_ls", + "weapon_cl70_1h_ls", + "weapon_cl80_1h_ls", + "weapon_cl30_2h_ls", + "weapon_cl40_2h_ls", + "weapon_cl50_2h_ls", + "weapon_cl60_2h_ls", + "weapon_cl70_2h_ls", + "weapon_cl80_2h_ls", + "weapon_cl30_polearm_ls", + "weapon_cl40_polearm_ls", + "weapon_cl50_polearm_ls", + "weapon_cl60_polearm_ls", + "weapon_cl70_polearm_ls", + "weapon_cl80_polearm_ls" ); }