1328 lines
38 KiB
INI
1328 lines
38 KiB
INI
; format: item_name=pickit_type, (optional list of properties to require), (optional list of properties to discard)
|
|
|
|
; pickit_type:
|
|
; 0: item will not be picked up
|
|
; 1: item will be picked up
|
|
; 2: item will be picked up and a message will be sent to you (if message endpoint is set e.g. discord hook)
|
|
|
|
; see images in assets/item_properties for current supported properties
|
|
; currently only supporting properties that exist prior to identification
|
|
; default behavior of grouped properties (a, b) is "OR". You can use and(a, b) for "AND" boolean logic
|
|
; everything following item_name= is case insensitive
|
|
; nested logic is not supported; i.e. you can't use and(a, or(b, c))
|
|
; magic/rare/set/uniq items do not show # of sockets prior to id but will show eth
|
|
|
|
; regarding ethereal items:
|
|
; if you want to keep ONLY ethereal, add ethereal after the first comma (not contained within parenthesis) like `item=1, ethereal`
|
|
; if you want to discard ethereal, add ethereal after the second comma (not contained within parenthesis) like `item=1,, ethereal`
|
|
; if you want both ethereal and non-ethereal items, do not use the ethereal property
|
|
|
|
; examples:
|
|
; "item_name=pickit_type, required_properties, discarded_properties" *blueprint example*
|
|
; "rare_blade_talons=2" will pickup and send a discord message for all rare blade talons
|
|
; "uniq_helm_harlequin_crest=1,, ethereal" has no required properties; will discard ethereal
|
|
; "gray_berserker_axe=1, (socketed_5, socketed_6)" requires either 5 OR 6-socketed berserker axes
|
|
; "gray_thresher=1, and(ethereal, socketed_4)" requires ethereal AND 4-sockets
|
|
; "gray_thresher=1, ethereal, (socketed_1, socketed_2, socketed_3)" requires ethereal;
|
|
; will discard any with 1-3 sockets. This will pickup non-socketed ethereal's.
|
|
; "gray_weapon_grand_matron_bow=1, and(3_bow_skills, enhanced_damage, socketed_4)" will pickup but stash
|
|
; only GMB that have 3+ bow skills AND enhanced damage modifier AND 4 sockets
|
|
|
|
|
|
[items]
|
|
;==================================================================;
|
|
;<<<<<<<<<<<<<<<<<<<<<<<<<<<< MISC >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>;
|
|
;==================================================================;
|
|
|
|
;potions
|
|
misc_rejuvenation_potion=0
|
|
misc_full_rejuvenation_potion=1
|
|
misc_super_healing_potion=1
|
|
misc_super_mana_potion=1
|
|
misc_greater_healing_potion=0
|
|
misc_greater_mana_potion=0
|
|
|
|
;misc
|
|
misc_gold=0
|
|
misc_key_of_destruction=1
|
|
|
|
;---------------------------------------;
|
|
;================= GEMS ================;
|
|
;---------------------------------------;
|
|
|
|
;chipped gems
|
|
misc_chipped_amethyst=0
|
|
misc_chipped_ruby=0
|
|
misc_chipped_diamond=0
|
|
misc_chipped_topaz=0
|
|
misc_chipped_emerald=0
|
|
misc_chipped_sapphire=0
|
|
misc_chipped_skull=0
|
|
|
|
;flawed gems
|
|
misc_flawed_amethyst=0
|
|
misc_flawed_ruby=0
|
|
misc_flawed_diamond=0
|
|
misc_flawed_topaz=0
|
|
misc_flawed_emerald=0
|
|
misc_flawed_sapphire=0
|
|
misc_flawed_skull=0
|
|
|
|
;normal gems
|
|
misc_amethyst=0
|
|
misc_ruby=0
|
|
misc_diamond=0
|
|
misc_topaz=0
|
|
misc_emerald=0
|
|
misc_sapphire=0
|
|
misc_skull=0
|
|
|
|
;flawless gems
|
|
misc_flawless_amethyst=0
|
|
misc_flawless_ruby=0
|
|
misc_flawless_diamond=0
|
|
misc_flawless_topaz=0
|
|
misc_flawless_emerald=0
|
|
misc_flawless_sapphire=0
|
|
misc_flawless_skull=0
|
|
|
|
;==================================================================;
|
|
;<<<<<<<<<<<<<<<<<<<<<<<<<< RUNES >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>;
|
|
;==================================================================;
|
|
|
|
rune_1_el=0
|
|
rune_2_eld=0
|
|
rune_3_tir=0
|
|
rune_4_nef=0
|
|
rune_5_eth=0
|
|
rune_6_ith=0
|
|
rune_7_tal=0
|
|
rune_8_ral=0
|
|
rune_9_ort=0
|
|
rune_10_thul=0
|
|
rune_11_amn=0
|
|
rune_12_sol=0
|
|
rune_13_shael=0
|
|
rune_14_dol=0
|
|
rune_15_hel=0
|
|
rune_16_io=0
|
|
rune_17_lum=0
|
|
rune_18_ko=0
|
|
rune_19_fal=1
|
|
rune_20_lem=1
|
|
rune_21_pul=1
|
|
rune_22_um=1
|
|
rune_23_mal=2
|
|
rune_24_ist=2
|
|
rune_25_gul=2
|
|
rune_26_vex=2
|
|
rune_27_ohm=2
|
|
rune_28_lo=2
|
|
rune_29_sur=2
|
|
rune_30_ber=2
|
|
rune_31_jah=2
|
|
rune_32_cham=2
|
|
rune_33_zod=2
|
|
|
|
;==================================================================;
|
|
;<<<<<<<<<<<<<<<<<<<<<<<<<< MAGIC ITEMS >>>>>>>>>>>>>>>>>>>>>>>>>>>;
|
|
;==================================================================;
|
|
|
|
;magic charms
|
|
magic_grand_charm=1
|
|
magic_large_charm=0
|
|
magic_small_charm=1
|
|
|
|
;magic jewelry
|
|
magic_jewel=1
|
|
magic_amulet=0
|
|
|
|
;magic helmets
|
|
magic_circlet=0,, ethereal
|
|
magic_coronet=0,, ethereal
|
|
magic_diadem=0,, ethereal
|
|
magic_tiara=0,, ethereal
|
|
|
|
;magic shields
|
|
magic_monarch=0,, ethereal
|
|
|
|
;magic weapons
|
|
magic_gg_club=1
|
|
|
|
;magic paladin shields
|
|
magic_sacred_targe=0
|
|
magic_sacred_rondache=0
|
|
magic_kurast_shield=0
|
|
magic_zakarum_shield=0
|
|
magic_vortex_shield=0
|
|
|
|
;magic barbarian helmets
|
|
magic_guardian_crown=0
|
|
magic_conqueror_crown=0
|
|
magic_destroyer_helm=0
|
|
|
|
;magic druid pelts
|
|
magic_dream_spirit=0
|
|
magic_sky_spirit=0
|
|
magic_earth_spirit=0
|
|
magic_sun_spirit=0
|
|
magic_blood_spirit=0
|
|
|
|
;magic wands
|
|
magic_polished_wand=0
|
|
magic_ghost_wand=0
|
|
magic_lich_wand=0
|
|
magic_unearthed_wand=0
|
|
|
|
;magic assassin claws
|
|
magic_greater_claws=0
|
|
magic_greater_talons=0
|
|
magic_feral_claws=0
|
|
magic_runic_talons=0
|
|
magic_suwayyah=0
|
|
|
|
;magic javelins
|
|
magic_matriarchal_javelin=0
|
|
magic_ceremonial_javelin=0
|
|
|
|
;magic armor
|
|
magic_light_plate=0
|
|
magic_mage_plate=0
|
|
magic_dusk_shroud=0
|
|
magic_wyrmhide=0
|
|
magic_wire_fleece=0
|
|
magic_scarab_husk=0
|
|
magic_archon_plate=0
|
|
|
|
;magic gloves
|
|
magic_bramble_mitts=0
|
|
magic_vampirebone_gloves=0
|
|
magic_vambraces=0
|
|
magic_crusader_gauntlets=0
|
|
magic_ogre_gauntlets=0
|
|
|
|
;==================================================================;
|
|
;<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< RARES >>>>>>>>>>>>>>>>>>>>>>>>>>>>>;
|
|
;==================================================================;
|
|
|
|
;rare jewelry
|
|
rare_amulet=1
|
|
rare_jewel=1
|
|
rare_ring=1
|
|
|
|
;rare circlets
|
|
rare_circlet=1
|
|
rare_coronet=1
|
|
rare_diadem=1
|
|
rare_tiara=1
|
|
|
|
;rare helmets
|
|
rare_bone_visage=0
|
|
rare_demonhead=0
|
|
rare_hydraskull=0
|
|
rare_armet=0
|
|
rare_giant_conch=0
|
|
|
|
;rare shields
|
|
rare_monarch=0
|
|
rare_blade_barrier=0
|
|
rare_troll_nest=0
|
|
|
|
;---------------------------------------;
|
|
;============== RARE CLAWS =============;
|
|
;---------------------------------------;
|
|
|
|
;exceptional rare claws
|
|
rare_greater_claws=0
|
|
rare_greater_talons=0
|
|
rare_hand_scythe=0
|
|
rare_scissors_quhab=0
|
|
|
|
;elite rare claws
|
|
rare_feral_claws=0
|
|
rare_runic_talons=0
|
|
rare_suwayyah=0
|
|
rare_wrist_sword=0
|
|
rare_war_fist=0
|
|
rare_battle_cestus=0
|
|
rare_scissors_suwayyah=0
|
|
|
|
;---------------------------------------;
|
|
;============== RARE PELTS =============;
|
|
;---------------------------------------;
|
|
|
|
;normal rare pelts
|
|
rare_antlers=0
|
|
rare_spirit_mask=0
|
|
rare_falcon_mask=0
|
|
rare_hawk_helm=0
|
|
rare_wolf_head=0
|
|
|
|
;exceptional rare pelts
|
|
rare_hunter_guise=0
|
|
rare_totemic_mask=0
|
|
rare_sacred_feathers=0
|
|
rare_griffon_headdress=0
|
|
rare_alpha_helm=0
|
|
|
|
;elite rare pelts
|
|
rare_earth_spirit=0
|
|
rare_dream_spirit=0
|
|
rare_sky_spirit=0
|
|
rare_sun_spirit=0
|
|
rare_blood_spirit=0
|
|
|
|
;---------------------------------------;
|
|
;============== RARE BOWS ==============;
|
|
;---------------------------------------;
|
|
|
|
;normal rare bows
|
|
rare_stag_bow=0
|
|
rare_ashwood_bow=0
|
|
rare_matriarchal_bow=0
|
|
rare_grand_matron_bow=0
|
|
|
|
;exceptional rare bows
|
|
rare_rune_bow=0
|
|
rare_double_bow=0
|
|
rare_razor_bow=0
|
|
|
|
;elite rare bows
|
|
rare_ward_bow=0
|
|
rare_shadow_bow=0
|
|
rare_diamond_bow=0
|
|
rare_great_bow=0
|
|
rare_blade_bow=0
|
|
|
|
;---------------------------------------;
|
|
;============== RARE BELTS =============;
|
|
;---------------------------------------;
|
|
|
|
;exceptional rare belts
|
|
rare_demonhide_sash=0,, ethereal
|
|
rare_sharkskin_belt=0,, ethereal
|
|
rare_mesh_belt=0,, ethereal
|
|
rare_battle_belt=0,, ethereal
|
|
rare_war_belt=0,, ethereal
|
|
|
|
;elite rare belts
|
|
rare_spiderweb_sash=0,, ethereal
|
|
rare_vampirefang_belt=0,, ethereal
|
|
rare_mithril_coil=0,, ethereal
|
|
rare_troll_belt=0,, ethereal
|
|
rare_colossus_girdle=0,, ethereal
|
|
|
|
;---------------------------------------;
|
|
;============== RARE BOOTS =============;
|
|
;---------------------------------------;
|
|
|
|
;normal rare boots
|
|
rare_greaves=0,, ethereal
|
|
rare_boots=0,, ethereal
|
|
rare_chain_boots=0,, ethereal
|
|
rare_light_plated_boots=0,, ethereal
|
|
rare_heavy_boots=0,, ethereal
|
|
|
|
;exceptional rare boots
|
|
rare_war_boots=0,, ethereal
|
|
rare_battle_boots=0,, ethereal
|
|
rare_mesh_boots=0,, ethereal
|
|
rare_sharkskin_boots=0,, ethereal
|
|
rare_demonhide_boots=0,, ethereal
|
|
|
|
;elite rare boots
|
|
rare_myrmidon_greaves=0,, ethereal
|
|
rare_mirrored_boots=0,, ethereal
|
|
rare_boneweave_boots=0,, ethereal
|
|
rare_scarabshell_boots=0,, ethereal
|
|
rare_wyrmhide_boots=0,, ethereal
|
|
|
|
;---------------------------------------;
|
|
;============= RARE GLOVES =============;
|
|
;---------------------------------------;
|
|
|
|
;normal rare gloves
|
|
rare_leather_gloves=0,, ethereal
|
|
rare_heavy_gloves=0,, ethereal
|
|
rare_chain_gloves=0,, ethereal
|
|
rare_light_gauntlets=0,, ethereal
|
|
rare_gauntlets=0,, ethereal
|
|
|
|
;exceptional rare gloves
|
|
rare_demonhide_gloves=0,, ethereal
|
|
rare_sharkskin_gloves=0,, ethereal
|
|
rare_heavy_bracers=0,, ethereal
|
|
rare_battle_gauntlets=0,, ethereal
|
|
rare_war_gauntlets=0,, ethereal
|
|
|
|
;elite rare gloves
|
|
rare_bramble_mitts=0,, ethereal
|
|
rare_vampirebone_gloves=0,, ethereal
|
|
rare_vambraces=0,, ethereal
|
|
rare_crusader_gauntlets=0,, ethereal
|
|
rare_ogre_gauntlets=0,, ethereal
|
|
|
|
;---------------------------------------;
|
|
;======= RARE BARBARIAN HELMETS ========;
|
|
;---------------------------------------;
|
|
|
|
;normal rare barb helms
|
|
rare_avenger_guard=0
|
|
rare_assault_helm=0
|
|
rare_horned_helm=0
|
|
rare_fanged_helm=0
|
|
rare_jawbone_cap=0
|
|
|
|
;exceptional rare barb helms
|
|
rare_slayer_guard=0
|
|
rare_savage_helmet=0
|
|
rare_rage_mask=0
|
|
rare_lion_helm=0
|
|
rare_jawbone_visor=0
|
|
|
|
;elite barb helms
|
|
rare_guardian_crown=0
|
|
rare_conqueror_crown=0
|
|
rare_destroyer_helm=0
|
|
rare_fury_visor=0
|
|
rare_carnage_helm=0
|
|
|
|
;---------------------------------------;
|
|
;========= RARE SORCERESS ORBS =========;
|
|
;---------------------------------------;
|
|
|
|
;normal
|
|
rare_eagle_orb=0
|
|
rare_sacred_globe=0
|
|
rare_smoked_sphere=0
|
|
rare_clasped_orb=0
|
|
rare_jareds_stone=1
|
|
|
|
;exceptional
|
|
rare_glowing_orb=0
|
|
rare_crystalline_globe=0
|
|
rare_cloudy_sphere=0
|
|
rare_sparkling_ball=0
|
|
rare_swirling_crystal=1
|
|
|
|
;elite
|
|
rare_heavenly_stone=0
|
|
rare_eldritch_orb=0
|
|
rare_demon_heart=0
|
|
rare_vortex_orb=0
|
|
rare_dimensional_shard=1
|
|
|
|
;---------------------------------------;
|
|
;============ RARE JAVELINS ============;
|
|
;---------------------------------------;
|
|
|
|
rare_hyperion_javelin=0
|
|
rare_ceremonial_javelin=1
|
|
rare_maiden_javelin=1
|
|
|
|
;==================================================================;
|
|
;<<<<<<<<<<<<<<<<<< WHITE/ETHERAL/SOCKETED ARMOR >>>>>>>>>>>>>>>>>>;
|
|
;==================================================================;
|
|
|
|
;---------------------------------------;
|
|
;==== WHITE/SUPERIOR ARMOR ====;
|
|
;---------------------------------------;
|
|
|
|
;white armor
|
|
white_archon_plate=0
|
|
white_dusk_shroud=0
|
|
white_mage_plate=0
|
|
white_great_hauberk=0
|
|
white_wire_fleece=0
|
|
white_scarab_husk=0
|
|
white_wyrmhide=0
|
|
white_light_plate=0
|
|
|
|
;white/superior armor
|
|
white_superior_archon_plate=1, enhanced_defense
|
|
white_superior_dusk_shroud=1, enhanced_defense
|
|
white_superior_mage_plate=1, enhanced_defense
|
|
white_superior_wire_fleece=1, enhanced_defense
|
|
white_superior_scarab_husk=1, enhanced_defense
|
|
white_superior_wyrmhide=1, enhanced_defense
|
|
white_superior_great_hauberk=0, enhanced_defense
|
|
white_superior_light_plate=0, enhanced_defense
|
|
|
|
;---------------------------------------;
|
|
;======= WHITE SOCKETED ARMORS ========;
|
|
;---------------------------------------;
|
|
|
|
;white/socketed armor
|
|
gray_armor_archon_plate=1, (socketed_3, socketed_4)
|
|
gray_armor_dusk_shroud=1, (socketed_3, socketed_4), ethereal
|
|
gray_armor_mage_plate=1, (socketed_3, socketed_4), ethereal
|
|
gray_armor_light_plate=0, (socketed_3, socketed_4), ethereal
|
|
gray_armor_great_hauberk=0, (socketed_3, socketed_4), ethereal
|
|
gray_armor_wyrmhide=0, (socketed_3, socketed_4), ethereal
|
|
gray_armor_boneweave=0, (socketed_3, socketed_4), ethereal
|
|
|
|
;white/superior/socketed armor
|
|
gray_superior_archon_plate=1, and(enhanced_defense, socketed), (socketed_1, socketed_2)
|
|
gray_superior_dusk_shroud=1, and(enhanced_defense, socketed), (ethereal, socketed_1, socketed_2)
|
|
gray_superior_mage_plate=1, and(enhanced_defense, socketed), (ethereal, socketed_1, socketed_2)
|
|
gray_superior_light_plate=0, and(enhanced_defense, socketed), (ethereal, socketed_1, socketed_2)
|
|
gray_superior_wyrmhide=0, and(enhanced_defense, socketed), (ethereal, socketed_1, socketed_2)
|
|
gray_superior_boneweave=0, and(enhanced_defense, socketed), (ethereal, socketed_1, socketed_2)
|
|
gray_superior_great_hauberk=0, and(enhanced_defense, socketed), (ethereal, socketed_1, socketed_2)
|
|
|
|
;---------------------------------------;
|
|
;===== ETHEREAL SOCKETED ARMOR =====;
|
|
;---------------------------------------;
|
|
|
|
;ethereal+socketed armor
|
|
gray_armor_sacred_armor=1, ethereal, (socketed_1, socketed_2)
|
|
gray_armor_shadow_plate=0, ethereal, (socketed_1, socketed_2)
|
|
gray_armor_balrog=0, ethereal, (socketed_1, socketed_2)
|
|
gray_armor_lacquered_plate=1, ethereal, (socketed_1, socketed_2)
|
|
gray_armor_hellforge=0, ethereal, (socketed_1, socketed_2)
|
|
gray_armor_kraken=0, ethereal, (socketed_1, socketed_2)
|
|
|
|
;ethereal+superior+socketed armor
|
|
gray_superior_sacred_armor=1, and(ethereal, enhanced_defense), (socketed_1, socketed_2)
|
|
gray_superior_shadow_plate=1, and(ethereal, enhanced_defense), (socketed_1, socketed_2)
|
|
gray_superior_lacquered_plate=1, and(ethereal, enhanced_defense), (socketed_1, socketed_2)
|
|
|
|
;---------------------------------------;
|
|
;==== ETH/NON ETH SOCKETED HELMETS ====;
|
|
;---------------------------------------;
|
|
|
|
;both eth/non eth socketed helmets
|
|
gray_helm_bone_visage=1, and(socketed_3, enhanced_defense)
|
|
gray_helm_demonhead=1, and(socketed_3, enhanced_defense)
|
|
gray_helm_corona=0, and(socketed_3, enhanced_defense)
|
|
gray_helm_diadem=1, and(socketed_3, enhanced_defense)
|
|
gray_helm_giant_conch=0, and(socketed_3, enhanced_defense)
|
|
|
|
;----------------------------------------;
|
|
;==== WHITE-ETHERAL-SOCKETED SHIELDS ====;
|
|
;----------------------------------------;
|
|
|
|
;white shields
|
|
white_monarch=0
|
|
|
|
;superior white shields
|
|
white_superior_monarch=1, enhanced_defense
|
|
|
|
;non eth socketed shields
|
|
gray_shield_monarch=1, socketed_4, ethereal
|
|
gray_shield_troll_nest=0,, (ethereal, socketed_1, socketed_2, socketed_3)
|
|
|
|
;----------------------------------------------;
|
|
;=== WHITE PALADIN SHIELDS ===;
|
|
;----------------------------------------------;
|
|
|
|
;white paladin shields
|
|
white_royal_shield=1, all_resist_45
|
|
white_sacred_rondache=1, all_resist_45
|
|
white_kurast_shield=1, all_resist_45
|
|
white_zakarum_shield=1, all_resist_45
|
|
white_sacred_targe=1, all_resist_gt40
|
|
white_vortex_shield=1, all_resist_45
|
|
|
|
;lld white paladin shields
|
|
white_crown_shield=0, all_resist_45
|
|
white_akaran_targe=0, all_resist_45
|
|
white_akaran_rondache=0, all_resist_45
|
|
|
|
|
|
;white superior paladin shields
|
|
white_superior_royal_shield=1, and(all_resist_gt40, enhanced_defense)
|
|
white_superior_sacred_rondache=1, and(all_resist_gt40, enhanced_defense)
|
|
white_superior_kurast_shield=1, and(all_resist_gt40, enhanced_defense)
|
|
white_superior_zakarum_shield=1, and(all_resist_gt40, enhanced_defense)
|
|
white_superior_sacred_targe=1, and(all_resist_gt40, enhanced_defense)
|
|
white_superior_vortex_shield=1, and(all_resist_gt40, enhanced_defense)
|
|
|
|
;lld white superior paladin shields
|
|
white_superior_akaran_targe=0, and(all_resist_gt40, enhanced_defense)
|
|
white_superior_akaran_rondache=0, and(all_resist_gt40, enhanced_defense)
|
|
white_superior_crown_shield=0, and(all_resist_gt40, enhanced_defense)
|
|
|
|
;---------------------------------------;
|
|
;=== ETH/SOCKETED PALADIN SHIELD =======;
|
|
;---------------------------------------;
|
|
|
|
;both eth/non eth socketed paladin shield
|
|
gray_royal_shield=1, all_resist_45, (socketed_1, socketed_2)
|
|
gray_sacred_rondache=1, all_resist_45, (socketed_1, socketed_2)
|
|
gray_kurast_shield=1, all_resist_45, (socketed_1, socketed_2)
|
|
gray_zakarum_shield=1, all_resist_45, (socketed_1, socketed_2)
|
|
gray_sacred_targe=1, all_resist_gt40, (socketed_1, socketed_2)
|
|
gray_vortex_shield=1, all_resist_45, (socketed_1, socketed_2)
|
|
|
|
;lld both eth/non eth socketed shields
|
|
gray_akaran_targe=0, (socketed_1, socketed_2)
|
|
gray_akaran_rondache=0, (socketed_1, socketed_2)
|
|
|
|
;both eth/non eth superior socketed shields.
|
|
gray_superior_vortex_shield=1, and(all_resist_gt40, enhanced_defense), (socketed_1, socketed_2)
|
|
gray_superior_royal_shield=1, and(all_resist_gt40, enhanced_defense), (socketed_1, socketed_2)
|
|
gray_superior_sacred_targe=1, and(all_resist_gt40, enhanced_defense), (socketed_1, socketed_2)
|
|
gray_superior_sacred_rondache=1, and(all_resist_gt40, enhanced_defense), (socketed_1, socketed_2)
|
|
gray_superior_kurast_shield=1, and(all_resist_gt40, enhanced_defense), (socketed_1, socketed_2)
|
|
gray_superior_zakarum_shield=1, and(all_resist_gt40, enhanced_defense), (socketed_1, socketed_2)
|
|
gray_superior_akaran_targe=1, and(all_resist_gt40, enhanced_defense), (socketed_1, socketed_2)
|
|
gray_superior_akaran_rondache=1, and(all_resist_gt40, enhanced_defense), (socketed_1, socketed_2)
|
|
|
|
;----------------------------------------------;
|
|
;============ WHITE BARBARIAN HELMS ===========;
|
|
;----------------------------------------------;
|
|
|
|
;normal white barb helms
|
|
white_fanged_helm=1, 3_warcries
|
|
white_jawbone_cap=1, 3_warcries
|
|
white_horned_helm=1, 3_warcries
|
|
white_assault_helmet=1, 3_warcries
|
|
white_avenger_guard=1, 3_warcries
|
|
|
|
;exceptional white barb helms
|
|
white_lion_helm=1, 3_warcries
|
|
white_rage_mask=1, 3_warcries
|
|
white_jawbone_visor=1, 3_warcries
|
|
white_savage_helmet=1, 3_warcries
|
|
white_slayer_guard=1, 3_warcries
|
|
|
|
;elite white barb helms
|
|
white_destroyer_helm=1, 3_warcries
|
|
white_fury_visor=1, 3_warcries
|
|
white_carnage_helm=1, 3_warcries
|
|
white_conqueror_crown=1, 3_warcries
|
|
white_guardian_crown=1, 3_warcries
|
|
|
|
;----------------------------------------------;
|
|
;=============== WHITE DRUID PELTS ============;
|
|
;----------------------------------------------;
|
|
|
|
;normal white druid pelts
|
|
white_antlers=1, 3_tornado
|
|
white_wolf_head=1, 3_tornado
|
|
white_hawk_helm=1, 3_tornado
|
|
white_spirit_mask=1, 3_tornado
|
|
white_falcon_mask=1, 3_tornado
|
|
|
|
;exceptional white druid pelts
|
|
white_hunters_guise=1, 3_tornado
|
|
white_sacred_feathers=1, 3_tornado
|
|
white_alpha_helm=1, 3_tornado
|
|
white_griffon_headdress=1, 3_tornado
|
|
white_totemic_mask=1, 3_tornado
|
|
|
|
;elite white druid pelts
|
|
white_earth_spirit=1, 3_tornado
|
|
white_blood_spirit=1, 3_tornado
|
|
white_dream_spirit=1, 3_tornado
|
|
white_sky_spirit=1, 3_tornado
|
|
white_sun_spirit=1, 3_tornado
|
|
|
|
;----------------------------------------------;
|
|
;========= WHITE NECROMANCER SHIELDS =+========;
|
|
;----------------------------------------------;
|
|
|
|
;white necromancers shields
|
|
white_preserved_head=1, and(3_bone_spear, 3_bone_spirit), socketed_1
|
|
white_overseer_skull=1, and(3_bone_spear, 3_bone_spirit), socketed_1
|
|
white_succubus_skull=1, and(3_bone_spear, 3_bone_spirit), socketed_1
|
|
white_demon_head=1, and(3_bone_spear, 3_bone_spirit), socketed_1
|
|
white_hellspawn_skull=1, and(3_bone_spear, 3_bone_spirit), socketed_1
|
|
white_bloodlord_skull=1, and(3_bone_spear, 3_bone_spirit), socketed_1
|
|
white_minion_skull=1, and(3_bone_spear, 3_bone_spirit), socketed_1
|
|
|
|
;==================================================================;
|
|
;<<<<<<<<<<<<<<< WHITE-ETHEREAL-SOCKETED WEAPONS >>>>>>>>>>>>>>>>>>;
|
|
;==================================================================;
|
|
|
|
;-----------------------------------------;
|
|
;=========== WHITE 1H WEAPONS ==========;
|
|
;-----------------------------------------;
|
|
|
|
;white weapons
|
|
white_berserker_axe=0
|
|
white_crystal_sword=0
|
|
white_flail=0
|
|
white_phase_blade=0
|
|
white_war_scepter=1, (3_blessed_hammer, 3_conviction, 3_zeal, 3_concentration, 3_fist_of_the_heavens, 3_holy_shield, 3_fanaticism)
|
|
white_divine_scepter=1, (3_blessed_hammer, 3_conviction, 3_zeal, 3_concentration, 3_fist_of_the_heavens, 3_holy_shield, 3_fanaticism)
|
|
white_caduceus=1, (3_blessed_hammer, 3_conviction, 3_zeal, 3_concentration, 3_fist_of_the_heavens, 3_holy_shield, 3_fanaticism)
|
|
|
|
;white superior weapons
|
|
white_superior_berserker_axe=0
|
|
white_superior_crystal_sword=1,enhanced_damage_15
|
|
white_superior_flail=1,enhanced_damage_15
|
|
white_superior_phase_blade=0
|
|
|
|
;-----------------------------------------;
|
|
;===== WHITE/ETH/SOCKETED 1H WEAPONS =====;
|
|
;-----------------------------------------;
|
|
|
|
;eth/non eth/socketed weapons
|
|
gray_weapon_berserker_axe=0, (socketed_1, socketed_2, socketed_3, socketed_4)
|
|
gray_weapon_crystal_sword=0,, (ethereal, socketed_1, socketed_2, socketed_3)
|
|
gray_weapon_flail=0,, (ethereal, socketed_1, socketed_2, socketed_3)
|
|
gray_weapon_phase_blade=0,, (ethereal, socketed_1, socketed_2, socketed_3, socketed_4, socketed_6)
|
|
gray_weapon_war_scepter=1,, (ethereal, socketed_1, socketed_2, socketed_3, socketed_4)
|
|
gray_divine_scepter=1,, (ethereal, socketed_1, socketed_2, socketed_3, socketed_4)
|
|
gray_caduceus=1,, (ethereal, socketed_1, socketed_2, socketed_3, socketed_4)
|
|
gray_weapon_war_pike=0, (socketed_1, socketed_2, socketed_3, socketed_4, socketed_5)
|
|
|
|
;superior ethereal
|
|
gray_superior_berserker_axe=1, enhanced_damage, (socketed_1, socketed_2, socketed_3, socketed_4)
|
|
gray_superior_crystal_sword=1, and(enhanced_damage, socketed_4), ethereal
|
|
gray_superior_flail=1, enhanced_damage, (ethereal, socketed_1, socketed_2, socketed_3)
|
|
gray_superior_phase_blade=1, enhanced_damage, (ethereal, socketed_1, socketed_2, socketed_3, socketed_4)
|
|
|
|
;-----------------------------------------;
|
|
;==== WHITE ASSASSIN CLAWS ====;
|
|
;-----------------------------------------;
|
|
|
|
; white assassin claws
|
|
white_feral_claws=1, (3_venom, 3_lightning_sentry)
|
|
white_greater_claws=1, (3_venom, 3_lightning_sentry)
|
|
white_greater_talons=1, (3_venom, 3_lightning_sentry)
|
|
white_runic_talons=1, (3_venom, 3_lightning_sentry)
|
|
white_suwayyah=1, (3_venom, 3_lightning_sentry)
|
|
white_wrist_sword=1, (3_venom, 3_lightning_sentry)
|
|
|
|
;to-do: include gray assassin claws
|
|
|
|
;-----------------------------------------;
|
|
;==== WHITE-ETHERAL-SOCKETED POLEARMS ====;
|
|
;-----------------------------------------;
|
|
|
|
;ethereal polearms
|
|
gray_weapon_colossus_voulge=1, and(ethereal, socketed_4)
|
|
gray_weapon_thresher=1, ethereal, (socketed_1, socketed_2, socketed_3)
|
|
gray_weapon_giant_thresher=1, ethereal, (socketed_1, socketed_2, socketed_3)
|
|
gray_weapon_cryptic_axe=1, ethereal, (socketed_1, socketed_2, socketed_3)
|
|
gray_weapon_great_poleaxe=0, ethereal, (socketed_1, socketed_2, socketed_3)
|
|
gray_weapon_ghost_spear=0, ethereal, (socketed_1, socketed_2, socketed_3, socketed_5)
|
|
|
|
;superior ethereal
|
|
gray_weapon_superior_colossus_voulge=1, ethereal, (socketed_1, socketed_2, socketed_3)
|
|
gray_weapon_superior_cryptic_axe=1, ethereal, (socketed_1, socketed_2, socketed_3)
|
|
gray_weapon_superior_thresher=1, ethereal, (socketed_1, socketed_2, socketed_3)
|
|
gray_weapon_superior_giant_thresher=1, ethereal, (socketed_1, socketed_2, socketed_3)
|
|
|
|
;-----------------------------------------;
|
|
;==== WHITE-ETHEREAL-SOCKETED STAVES =====;
|
|
;-----------------------------------------;
|
|
|
|
;white battle staff (cta)
|
|
white_archon_staff=0
|
|
white_war_staff=0
|
|
white_rune_staff=0
|
|
|
|
;white staff (memory)
|
|
white_shillelagh=0
|
|
white_elder_staff=0
|
|
white_gothic_staff=0
|
|
white_cedar_staff=0
|
|
|
|
;socketed staff (cta)
|
|
gray_archon_staff=1, (socketed_5, 3_energy_shield)
|
|
gray_war_staff=1, (socketed_5, 3_energy_shield)
|
|
gray_rune_staff=1, (socketed_5, 3_energy_shield)
|
|
|
|
;socketed staff (memory)
|
|
gray_shillelagh=1, (3_energy_shield, 3_shiver_armor, 3_chilling_armor, 3_thunder_storm), (socketed_1, socketed_2, socketed_3)
|
|
gray_elder_staff=1, (3_energy_shield, 3_shiver_armor, 3_chilling_armor, 3_thunder_storm), (socketed_1, socketed_2, socketed_3)
|
|
gray_gothic_staff=1, (3_energy_shield, 3_shiver_armor, 3_chilling_armor 3_thunder_storm), (socketed_1, socketed_2, socketed_3)
|
|
gray_cedar_staff=1, (3_energy_shield, 3_shiver_armor, 3_chilling_armor, 3_thunder_storm), (socketed_1, socketed_2, socketed_3)
|
|
|
|
;-----------------------------------------;
|
|
;===== WHITE-ETHEREAL-SOCKETED WANDS =====;
|
|
;-----------------------------------------;
|
|
|
|
;white
|
|
white_polished_wand=1, (3_bone_spear, 3_bone_spirit), socketed_1
|
|
white_ghost_wand=1, (3_bone_spear, 3_bone_spirit), socketed_1
|
|
white_lich_wand=1, (3_bone_spear, 3_bone_spirit), socketed_1
|
|
white_unearthed_wand=1, (3_bone_spear, 3_bone_spirit), socketed_1
|
|
|
|
;ethereal-socketed
|
|
gray_polished_wand=1, (3_bone_spear, 3_bone_spirit), socketed_1
|
|
gray_ghost_wand=1, (3_bone_spear, 3_bone_spirit), socketed_1
|
|
gray_lich_wand=1, (3_bone_spear, 3_bone_spirit), socketed_1
|
|
gray_unearthed_wand=1, (3_bone_spear, 3_bone_spirit), socketed_1
|
|
|
|
;-----------------------------------------;
|
|
;============ SOCKETED BOWS ==============;
|
|
;-----------------------------------------;
|
|
|
|
;to-do: include white bows
|
|
|
|
;ethereal
|
|
gray_weapon_grand_matron_bow=1, and(3_bow_skills, enhanced_damage, socketed_4)
|
|
gray_weapon_superior_grand_matron_bow=1, and(3_bow_skills, enhanced_damage, socketed_4)
|
|
|
|
;==================================================================;
|
|
;<<<<<<<<<<<<<<<<<<<<<<<<<<< SETS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>;
|
|
;==================================================================;
|
|
|
|
;------------------------------;
|
|
;====== AMULETS / RINGS =======;
|
|
;------------------------------;
|
|
|
|
set_misc_amulets=2
|
|
set_ring=0
|
|
|
|
;------------------------------;
|
|
;===== ALDUR'S WATCHTOWER =====;
|
|
;------------------------------;
|
|
|
|
set_aldur_advance=0
|
|
set_aldurs_pelt=0
|
|
set_aldurs_armor=0
|
|
|
|
;------------------------------;
|
|
;==== BUL-KATHOS' CHILDREN ====;
|
|
;------------------------------;
|
|
|
|
set_bul_kathos_sword=0
|
|
|
|
;------------------------------;
|
|
;====== GRISWOLD'S LEGACY =====;
|
|
;------------------------------;
|
|
|
|
set_griswold_valor=0
|
|
set_griswolds_scepter=0
|
|
set_griswolds_shield=0
|
|
set_griswolds_armor=0
|
|
|
|
;------------------------------;
|
|
;======== ORPHAN'S CALL =======;
|
|
;------------------------------;
|
|
|
|
set_guillaume_face=0
|
|
set_whistans_guard=0
|
|
|
|
;------------------------------;
|
|
;======== IMMORTAL KING =======;
|
|
;------------------------------;
|
|
|
|
set_immortal_king_soul_cage=0
|
|
set_immortal_king_will=0
|
|
set_immortal_king_gauntlets=0
|
|
set_immortal_king_boots=0
|
|
set_immortal_king_maul=0
|
|
set_immortal_king_belt=0
|
|
|
|
;------------------------------;
|
|
;======== THE DISCIPLE ========;
|
|
;------------------------------;
|
|
|
|
set_laying_of_hands=0
|
|
|
|
;------------------------------;
|
|
;=== M'AVINA'S BATTLE HYMN ====;
|
|
;------------------------------;
|
|
|
|
set_mavinas_caster=0
|
|
set_mavinas_true_sight=0
|
|
set_mavinas_armor=0
|
|
set_mavinas_gauntlets=0
|
|
set_mavinas_belt=0
|
|
|
|
;------------------------------;
|
|
;======= NATALYA'S ODIUM ======;
|
|
;------------------------------;
|
|
|
|
set_natalya_soul=0
|
|
set_natalya_armor=0
|
|
set_natalya_scissors=0
|
|
set_natalya_helm=0
|
|
|
|
;------------------------------;
|
|
;==== TAL RASHA'S WRAPPINGS ===;
|
|
;------------------------------;
|
|
|
|
set_tal_rasha_lidless_eye=1
|
|
set_tal_rasha_fine-spun_cloth=1
|
|
set_tal_rasha_guardianship=2
|
|
set_tal_rasha_horadric_crest=0
|
|
|
|
;------------------------------;
|
|
;===== TRANG-OUL'S AVATAR =====;
|
|
;------------------------------;
|
|
|
|
set_trang-oul_claws=0
|
|
set_trang-oul_girth=0
|
|
set_trang-oul_shield=0
|
|
set_trang_oul_helm=0
|
|
set_trang_oul_armor=0
|
|
|
|
;------------------------------;
|
|
;======= CLEGLAW'S BRACE ======;
|
|
;------------------------------;
|
|
|
|
set_cleglaws_pincers=0
|
|
|
|
;------------------------------;
|
|
;====== DEATH'S DISGUISE ======;
|
|
;------------------------------;
|
|
|
|
set_deaths_gloves=0
|
|
set_deaths_belt=0
|
|
|
|
;------------------------------;
|
|
;===== MILABREGA'S REGALIA ====;
|
|
;------------------------------;
|
|
|
|
set_milabregas_shield=0
|
|
|
|
;------------------------------;
|
|
;=== SIGON'S COMPLETE STEEL ===;
|
|
;------------------------------;
|
|
|
|
set_sigon_helm=0
|
|
set_sigon_armor=0
|
|
set_sigon_boots=0
|
|
set_sigon_shield=0
|
|
set_sigon_belt=0
|
|
set_sigon_gloves=0
|
|
|
|
;==================================================================;
|
|
;<<<<<<<<<<<<<<<<<<<<<<<<<<< UNIQUES >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>;
|
|
;==================================================================;
|
|
|
|
;------------------------------;
|
|
;===== UNIQUE BODY ARMOR ======;
|
|
;------------------------------;
|
|
|
|
uniq_armor_crow_caw=0
|
|
uniq_armor_steel_carapace=0
|
|
uniq_armor_iron_pelt=0
|
|
uniq_armor_skin_of_the_flayed_one=0
|
|
uniq_armor_spirit_forge=0
|
|
uniq_armor_black_hades=0
|
|
uniq_twitchthroe=0
|
|
uniq_silks_of_victor=0
|
|
uniq_spirit_shroud=0
|
|
uniq_que_hagens_wisdom=0
|
|
uniq_corpsemourn=0
|
|
uniq_the_gladiators_bane=1, ethereal
|
|
uniq_leviathan=1, ethereal
|
|
uniq_arkaines_valor=1, ethereal
|
|
uniq_tyraels_might=1
|
|
uniq_armor_duriel_shell=1, ethereal
|
|
uniq_armor_guardian_angel=1, ethereal
|
|
uniq_armor_ormus_robes=1,, ethereal
|
|
uniq_armor_shaftstop=1, ethereal
|
|
uniq_armor_skin_of_the_vipermagi=0
|
|
uniq_armor_skullder_ire=1, ethereal
|
|
uniq_armor_toothrow=0
|
|
uniq_armor_atmas_wail=0
|
|
|
|
;------------------------------;
|
|
;======== UNIQUE BELTS ========;
|
|
;------------------------------;
|
|
|
|
uniq_lenymo=0
|
|
uniq_nightsmoke=0
|
|
uniq_glooms_trap=0
|
|
uniq_belt_nosferatus_coil=0
|
|
uniq_belt_goldwrap=0
|
|
uniq_belt_razortail=0
|
|
uniq_belt_snowclash=0
|
|
uniq_belt_string_of_ears=0
|
|
uniq_belt_thundergod_vigor=0
|
|
uniq_belt_arachnid_mesh=2,, ethereal
|
|
uniq_belt_verdungo_hearty_cord=1,, ethereal
|
|
|
|
;------------------------------;
|
|
;======== UNIQUE BOOTS ========;
|
|
;------------------------------;
|
|
|
|
uniq_infernostride=0,, ethereal
|
|
uniq_boots_goblin_toe=0,, ethereal
|
|
uniq_boots_marrowwalk=0,, ethereal
|
|
uniq_boots_silkweave=0,, ethereal
|
|
uniq_boots_waterwalk=0,, ethereal
|
|
uniq_boots_shadow_dancer=1,, ethereal
|
|
uniq_boots_gore_rider=1,, ethereal
|
|
uniq_boots_war_traveler=2,, ethereal
|
|
uniq_boots_sandstorm_trek=2
|
|
uniq_hotspur=0,, ethereal
|
|
|
|
;------------------------------;
|
|
;======= UNIQUE GLOVES ========;
|
|
;------------------------------;
|
|
|
|
uniq_bloodfist=0
|
|
uniq_gloves_chance_guards=1,, ethereal
|
|
uniq_gloves_dracul_grasp=1,, ethereal
|
|
uniq_gloves_frostburn=0
|
|
uniq_gloves_magefist=0
|
|
uniq_gloves_steelrend=1,, ethereal
|
|
uniq_soul_drainer=0
|
|
uniq_gloves_venom_grip=0
|
|
uniq_gloves_gravepalm=0
|
|
uniq_gloves_ghoulhide=0
|
|
uniq_gloves_lava_gout=0
|
|
uniq_gloves_hellmouth=0
|
|
|
|
;------------------------------;
|
|
;======= UNIQUE HELMETS =======;
|
|
;------------------------------;
|
|
|
|
uniq_tarnhelm=0,, ethereal
|
|
uniq_peasant_crown=1,, ethereal
|
|
uniq_crown_of_thieves=1, ethereal
|
|
uniq_helm_giant_skull=1, ethereal
|
|
uniq_helm_nightwing_veil=2,, ethereal
|
|
uniq_helm_andariel_visage=2
|
|
uniq_helm_crown_of_ages=2
|
|
uniq_helm_griffon_eye=2
|
|
uniq_helm_harlequin_crest=2,, ethereal
|
|
uniq_helm_kira_guardian=0
|
|
uniq_helm_stealskull=0
|
|
uniq_helm_vampire_gaze=1
|
|
uniq_helm_valkyrie_wing=1
|
|
uniq_helm_darksight_helm=0
|
|
uniq_helm_steel_shade=0
|
|
uniq_helm_blackhorns_face=0
|
|
uniq_helm_rockstopper=0
|
|
|
|
;------------------------------;
|
|
;== UNIQUE BARBARIAN HELMETS ==;
|
|
;------------------------------;
|
|
|
|
uniq_helm_arreat_face=1
|
|
uniq_wolfhowl=0,, ethereal
|
|
uniq_demonhorns_edge=0,, ethereal
|
|
uniq_halaberds_reign=0,, ethereal
|
|
|
|
;------------------------------;
|
|
;===== UNIQUE DRUID PELTS =====;
|
|
;------------------------------;
|
|
|
|
uniq_helm_cerebus_bite=0,, ethereal
|
|
uniq_helm_jalal_mane=1,, ethereal
|
|
uniq_spirit_keeper=0,, ethereal
|
|
uniq_ravenlore=1,, ethereal
|
|
|
|
;------------------------------;
|
|
;== UNIQUE JEWELRY - CHARMS ===;
|
|
;------------------------------;
|
|
|
|
uniq_misc_amulets=2
|
|
uniq_misc_rings=2
|
|
uniq_misc_rainbow_facet=2
|
|
uniq_gheeds_fortune=1
|
|
|
|
;------------------------------;
|
|
;= UNIQUE NECROMANCER SHIELDS =;
|
|
;------------------------------;
|
|
|
|
uniq_offhand_boneflame=0,, ethereal
|
|
uniq_offhand_darkforce_spawn=0,, ethereal
|
|
uniq_offhand_homunculus=1,, ethereal
|
|
|
|
;------------------------------;
|
|
;== UNIQUE NECROMANCER WANDS ==;
|
|
;------------------------------;
|
|
|
|
uniq_umes_lament=0
|
|
uniq_arm_of_king_leoric=0
|
|
uniq_suicide_branch=0
|
|
uniq_weapon_boneshade=0
|
|
uniq_weapon_death_web=2
|
|
|
|
;------------------------------;
|
|
;======= UNIQUE SHIELDS =======;
|
|
;------------------------------;
|
|
|
|
uniq_pelta_lunata=0
|
|
uniq_visceratuant=0
|
|
uniq_mosers_blessed_circle=0
|
|
uniq_lidless_wall=0
|
|
uniq_offhand_head_hunter_glory=1, ethereal
|
|
uniq_offhand_stormshield=0
|
|
uniq_offhand_blackoak_shield=0
|
|
uniq_offhand_lance_guard=0
|
|
uniq_offhand_spike_thorn=0
|
|
uniq_offhand_stormchaser=0
|
|
uniq_offhand_medusas_gaze=0
|
|
uniq_offhand_head_hunters_glory=0
|
|
uniq_offhand_tiamats_rebuke=0
|
|
uniq_offhand_spirit_ward=0
|
|
|
|
;------------------------------;
|
|
;=== UNIQUE PALADIN SHIELDS ===;
|
|
;------------------------------;
|
|
|
|
uniq_dragonscale=0,, ethereal
|
|
uniq_alma_negra=1, ethereal
|
|
uniq_herald_of_zakarum=2
|
|
|
|
;------------------------------;
|
|
;======= UNIQUE WEAPONS =======;
|
|
;------------------------------;
|
|
uniq_weapon_lacerator=0,, ethereal
|
|
uniq_weapon_warshrike=0, ethereal
|
|
uniq_weapon_gimmershred=0,, ethereal
|
|
uniq_weapon_stormlash=0, ethereal
|
|
uniq_weapon_wizardspike=0,, ethereal
|
|
uniq_gul_dagger=0,, ethereal
|
|
uniq_weapon_the_cranium_basher=1, ethereal
|
|
uniq_weapon_schaefer_hammer=1, ethereal
|
|
uniq_weapon_blade_of_ali_baba=0,, ethereal
|
|
uniq_weapon_lightsabre=1,, ethereal
|
|
uniq_weapon_ondal_wisdom=1
|
|
uniq_weapon_ribcracker=1, ethereal
|
|
uniq_hand_of_blessed_light=1,, ethereal
|
|
uniq_heavens_light=1,, ethereal
|
|
uniq_rune_master=1, ethereal
|
|
|
|
;------------------------------;
|
|
;=== UNIQUE SORCERESS ORBS ====;
|
|
;------------------------------;
|
|
|
|
uniq_weapon_death_fathom=2
|
|
uniq_weapon_eschuta_temper=2
|
|
uniq_weapon_the_oculus=1
|
|
|
|
;------------------------------;
|
|
;====== UNIQUE POLEARMS =======;
|
|
;------------------------------;
|
|
|
|
uniq_weapon_the_reaper_toll=1, ethereal
|
|
uniq_weapon_tomb_reaver=1, ethereal
|
|
uniq_weapon_bonehew=1, ethereal
|
|
|
|
;------------------------------;
|
|
;=== UNIQUE AMAZON WEAPONS ====;
|
|
;------------------------------;
|
|
|
|
uniq_weapon_thunderstroke=0,, ethereal
|
|
uniq_weapon_titan_revenge=1
|
|
uniq_weapon_windforce=2
|
|
uniq_weapon_lycanders_aim=0
|
|
uniq_weapon_blood_ravens_charge=0
|
|
|
|
;------------------------------;
|
|
;=== UNIQUE ASSASSIN WEAPONS ==;
|
|
;------------------------------;
|
|
|
|
uniq_shadow_killer=0
|
|
uniq_bartucs_talons=1
|
|
uniq_jade_talon=0
|
|
uniq_firelizards_talons=0
|
|
|
|
;==================================================================;
|
|
;<<<<<<<<<<<<<<<<<<<<<<<< RARE ETHEREALS >>>>>>>>>>>>>>>>>>>>>>>>>;
|
|
;==================================================================;
|
|
|
|
;armors
|
|
rare_ancient_armor=0, ethereal
|
|
rare_archon_plate=0, ethereal
|
|
rare_breast_plate=0, ethereal
|
|
rare_boneweave=0, ethereal
|
|
rare_chain_mail=0, ethereal
|
|
rare_chaos_armor=0, ethereal
|
|
rare_cuirass=0, ethereal
|
|
rare_demonhide_armor=0, ethereal
|
|
rare_diamond_mail=0, ethereal
|
|
rare_dusk_shroud=0, ethereal
|
|
rare_embossed_plate=0, ethereal
|
|
rare_full_plate_mail=0, ethereal
|
|
rare_ghost_armor=0, ethereal
|
|
rare_gothic_plate=0, ethereal
|
|
rare_great_hauberk=0, ethereal
|
|
rare_field_plate=0, ethereal
|
|
rare_hard_leather_armor=0, ethereal
|
|
rare_kraken_shell=0, ethereal
|
|
rare_lacquered_plate=0, ethereal
|
|
rare_light_plate=0, ethereal
|
|
rare_linked_mail=0, ethereal
|
|
rare_leather_armor=0, ethereal
|
|
rare_loricated_mail=0, ethereal
|
|
rare_mage_plate=0, ethereal
|
|
rare_mesh_armor=0, ethereal
|
|
rare_ornate_plate=0, ethereal
|
|
rare_plate_mail=0, ethereal
|
|
rare_quilted_armor=0, ethereal
|
|
rare_sacred_armor=0, ethereal
|
|
rare_scale_mail=0, ethereal
|
|
rare_scarab_husk=0, ethereal
|
|
rare_ring_mail=0, ethereal
|
|
rare_russet_armor=0, ethereal
|
|
rare_hellforge_plate=0, ethereal
|
|
rare_serpentskin_armor=0, ethereal
|
|
rare_shadow_plate=0, ethereal
|
|
rare_sharktooth_armor=0, ethereal
|
|
rare_splint_mail=0, ethereal
|
|
rare_studded_leather=0, ethereal
|
|
rare_tigulated_mail=0, ethereal
|
|
rare_trellised_armor=0, ethereal
|
|
rare_wyrmhide=0, ethereal
|
|
rare_balrog_skin=0, ethereal
|
|
rare_templar_coat=0, ethereal
|
|
rare_wire_fleece=0, ethereal
|
|
|
|
;axes
|
|
rare_ancient_axe=0, ethereal
|
|
rare_ettin_axe=0, ethereal
|
|
rare_axe=0, ethereal
|
|
rare_battle_axe=0, ethereal
|
|
rare_bearded_axe=0, ethereal
|
|
rare_berserker_axe=0, ethereal
|
|
rare_lochaber_axe=0, ethereal
|
|
rare_broad_axe=0, ethereal
|
|
rare_decapitator=0, ethereal
|
|
rare_double_axe=0, ethereal
|
|
rare_feral_axe=0, ethereal
|
|
rare_giant_axe=0, ethereal
|
|
rare_great_axe=0, ethereal
|
|
rare_hand_axe=0, ethereal
|
|
rare_military_axe=0, ethereal
|
|
rare_war_axe=0, ethereal
|
|
rare_twin_axe=0, ethereal
|
|
rare_champion_axe=0, ethereal
|
|
rare_cleaver=0, ethereal
|
|
rare_crowbill=0, ethereal
|
|
rare_glorious_axe=0, ethereal
|
|
rare_gothic_axe=0, ethereal
|
|
rare_hatchet=0, ethereal
|
|
rare_large_axe=0, ethereal
|
|
rare_military_pick=0, ethereal
|
|
rare_naga=0, ethereal
|
|
rare_silver_edged_axe=0, ethereal
|
|
rare_tabar=0, ethereal
|
|
rare_tomahawk=0, ethereal
|
|
|
|
;swords
|
|
rare_ancient_sword=0, ethereal
|
|
rare_ataghan=0, ethereal
|
|
rare_balrog_blade=0, ethereal
|
|
rare_bastard_sword=0, ethereal
|
|
rare_battle_sword=0, ethereal
|
|
rare_broad_sword=0, ethereal
|
|
rare_champion_sword=0, ethereal
|
|
rare_claymore=0, ethereal
|
|
rare_colossus_blade=0, ethereal
|
|
rare_colossus_sword=0, ethereal
|
|
rare_conquest_sword=0, ethereal
|
|
rare_cutlass=0, ethereal
|
|
rare_dacian_falx=0, ethereal
|
|
rare_cryptic_sword=0, ethereal
|
|
rare_crystal_sword=0, ethereal
|
|
rare_dimensional_blade=0, ethereal
|
|
rare_elegant_blade=0, ethereal
|
|
rare_espandon=0, ethereal
|
|
rare_executioner_sword=0, ethereal
|
|
rare_falcata=0, ethereal
|
|
rare_falchion=0, ethereal
|
|
rare_flamberge=0, ethereal
|
|
rare_francisca=0, ethereal
|
|
rare_giant_sword=0, ethereal
|
|
rare_gladius=0, ethereal
|
|
rare_gothic_sword=0, ethereal
|
|
rare_great_sword=0, ethereal
|
|
rare_highland_blade=0, ethereal
|
|
rare_hydra_edge=0, ethereal
|
|
rare_legend_sword=0, ethereal
|
|
rare_long_sword=0, ethereal
|
|
rare_mythical_sword=0, ethereal
|
|
rare_phase_blade=0, ethereal
|
|
rare_rune_sword=0, ethereal
|
|
rare_sabre=0, ethereal
|
|
rare_scimitar=0, ethereal
|
|
rare_shamshir=0, ethereal
|
|
rare_short_sword=0, ethereal
|
|
rare_tulwar=0, ethereal
|
|
rare_tusk_sword=0, ethereal
|
|
rare_two_handed_sword=0, ethereal
|
|
rare_zweihander=0, ethereal
|
|
rare_war_sword=0, ethereal
|
|
|
|
;polearm/spears
|
|
rare_bardiche=0, ethereal
|
|
rare_bec_de_corbin=0, ethereal
|
|
rare_bill=0, ethereal
|
|
rare_brandistock=0, ethereal
|
|
rare_ceremonial_spear=0, ethereall
|
|
rare_battle_scythe=0, ethereal
|
|
rare_colossus_voulge=0, ethereal
|
|
rare_giant_thresher=0, ethereal
|
|
rare_cryptic_axe=0, ethereal
|
|
rare_great_poleaxe=0, ethereal
|
|
rare_grim_scythe=0, ethereal
|
|
rare_halberd=0, ethereal
|
|
rare_hyperion_spear=0, ethereal
|
|
rare_lance=0, ethereal
|
|
rare_maiden_pike=0, ethereal
|
|
rare_maiden_spear=0, ethereal
|
|
rare_mancatcher=0, ethereal
|
|
rare_matriarchal_pike=0, ethereal
|
|
rare_partizan=0, ethereal
|
|
rare_spear=0, ethereal
|
|
rare_pike=0, ethereal
|
|
rare_poleaxe=0, ethereal
|
|
rare_scythe=0, ethereal
|
|
rare_spetum=0, ethereal
|
|
rare_stygian_pike=0, ethereal
|
|
rare_trident=0, ethereal
|
|
rare_thresher=0, ethereal
|
|
rare_voulge=0, ethereal
|
|
rare_war_fork=0, ethereal
|
|
rare_war_pike=0, ethereal
|
|
rare_war_scythe=0, ethereal
|
|
rare_war_spear=0, ethereal
|
|
rare_war_spike=0, ethereal
|
|
rare_yari=0, ethereal
|
|
rare_fuscina=0, ethereal
|
|
|
|
;throwing
|
|
rare_balanced_knife=0, ethereal
|
|
rare_flying_axe=0, ethereal
|
|
rare_battle_dart=0, ethereal
|
|
rare_flying_knife=0, ethereal
|
|
rare_balanced_axe=0, ethereal
|
|
rare_great_pilum=0, ethereal
|
|
rare_glaive=0, ethereal
|
|
rare_ghost_glaive=0, ethereal
|
|
rare_ghost_spear=0, ethereal
|
|
rare_harpoon=0, ethereal
|
|
rare_hurlbat=0, ethereal
|
|
rare_pilum=0, ethereal
|
|
rare_simbilan=0, ethereal
|
|
rare_small_crescent=0, ethereal
|
|
rare_short_spear=0, ethereal
|
|
rare_spiculum=0, ethereal
|
|
rare_throwing_axe=0, ethereal
|
|
rare_throwing_knife=0, ethereal
|
|
rare_throwing_spear=0, ethereal
|
|
rare_war_dart=0, ethereal
|
|
rare_winged_axe=0, ethereal
|
|
rare_winged_harpoon=0, ethereal
|
|
rare_winged_knife=0, ethereal
|
|
|
|
;mace/clubs/mauls
|
|
rare_club=0, ethereal
|
|
rare_cudgel=0, ethereal
|
|
rare_devil_star=0, ethereal
|
|
rare_battle_hammer=0, ethereal
|
|
rare_barbed_club=0, ethereal
|
|
rare_flanged_mace=0, ethereal
|
|
rare_great_maul=0, ethereal
|
|
rare_jagged_star=0, ethereal
|
|
rare_legendary_mallet=0, ethereal
|
|
rare_mace=0, ethereal
|
|
rare_martel_de_fer=0, ethereal
|
|
rare_maul=0, ethereal
|
|
rare_morning_star=0, ethereal
|
|
rare_ogre_axe=0, ethereal
|
|
rare_ogre_maul=0, ethereal
|
|
rare_reinforced_mace=0, ethereal
|
|
rare_spiked_club=0, ethereal
|
|
rare_thunder_maul=0, ethereal
|
|
rare_truncheon=0, ethereal
|
|
rare_tyrant_club=0, ethereal
|
|
rare_war_club=0, ethereal
|
|
rare_war_hammer=0, ethereal
|