Add some items and filters (rare matriarchal jav, +3 tornado pels, +3 warcry helmets) (#386)
* Fix for blizz_sorc master * removed delay * Update src/char/sorceress/blizz_sorc.py * Additiona pickit items * Missing items on pickit * updated pickit fixed rare jav missing added couple socketed items. * Garbage item not needed * Changed eth_ to grey_ * Dont know how to delete eth assets I added. * revert blizz * clean unused item assets * bring back missing file, fix typos Co-authored-by: aeon0 <aeon4@pm.me>
BIN
assets/items/gray_antlers.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/items/gray_assault_helmet.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
assets/items/gray_avenger_guard.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
assets/items/gray_blood_spirit.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
assets/items/gray_carnage_helm.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
assets/items/gray_conqueror_crown.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
assets/items/gray_destroyer_helm.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
assets/items/gray_dream_spirit.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/items/gray_earth_spirit.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/items/gray_fury_visor.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/items/gray_guardian_crown.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/items/gray_hunters_guise.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
assets/items/gray_savage_helmet.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
assets/items/gray_sky_spirit.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/items/gray_slayer_guard.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
assets/items/gray_sun_spirit.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
assets/items/rare_matriarchal_javelin.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
@@ -233,6 +233,11 @@ rare_troll_nest=0
|
||||
;============== RARE CLAWS =============;
|
||||
;---------------------------------------;
|
||||
|
||||
;rare claws
|
||||
rare_claws=0
|
||||
rare_cestus=0
|
||||
rare_blade_talons=0
|
||||
|
||||
;exceptional rare claws
|
||||
rare_greater_claws=0
|
||||
rare_greater_talons=0
|
||||
@@ -417,9 +422,9 @@ rare_dimensional_shard=1
|
||||
;============ RARE JAVELINS ============;
|
||||
;---------------------------------------;
|
||||
|
||||
rare_hyperion_javelin=0
|
||||
rare_ceremonial_javelin=1
|
||||
rare_maiden_javelin=1
|
||||
rare_matriarchal_javelin=0
|
||||
rare_ceremonial_javelin=0
|
||||
rare_maiden_javelin=0
|
||||
|
||||
;==================================================================;
|
||||
;<<<<<<<<<<<<<<<<<< WHITE/ETHERAL/SOCKETED ARMOR >>>>>>>>>>>>>>>>>>;
|
||||
@@ -498,6 +503,7 @@ 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)
|
||||
gray_helm_shako=0
|
||||
|
||||
;----------------------------------------;
|
||||
;==== WHITE-ETHERAL-SOCKETED SHIELDS ====;
|
||||
@@ -595,6 +601,17 @@ white_carnage_helm=1, 3_warcries
|
||||
white_conqueror_crown=1, 3_warcries
|
||||
white_guardian_crown=1, 3_warcries
|
||||
|
||||
;socketed barb helms
|
||||
gray_assault_helmet=1, 3_warcries
|
||||
gray_avenger_guard=1, 3_warcries
|
||||
gray_carnage_helm=1, 3_warcries
|
||||
gray_conqueror_crown=1, 3_warcries
|
||||
gray_destroyer_helm=1, 3_warcries
|
||||
gray_fury_visor=1, 3_warcries
|
||||
gray_guardian_crown=1, 3_warcries
|
||||
gray_savage_helmet=1, 3_warcries
|
||||
gray_slayer_guard=1, 3_warcries
|
||||
|
||||
;----------------------------------------------;
|
||||
;=============== WHITE DRUID PELTS ============;
|
||||
;----------------------------------------------;
|
||||
@@ -620,6 +637,15 @@ white_dream_spirit=1, 3_tornado
|
||||
white_sky_spirit=1, 3_tornado
|
||||
white_sun_spirit=1, 3_tornado
|
||||
|
||||
;socketed druid pelts
|
||||
gray_antlers=1, 3_tornado
|
||||
gray_blood_spirit=1, 3_tornado
|
||||
gray_dream_spirit=1, 3_tornado
|
||||
gray_earth_spirit=1, 3_tornado
|
||||
gray_hunters_guise=1, 3_tornado
|
||||
gray_sky_spirit=1, 3_tornado
|
||||
gray_sun_spirit=1, 3_tornado
|
||||
|
||||
;----------------------------------------------;
|
||||
;========= WHITE NECROMANCER SHIELDS =+========;
|
||||
;----------------------------------------------;
|
||||
|
||||