Jump to content

KouLor

Beta Tester
  • Content Count

    7
  • Joined

  • Last visited

Posts posted by KouLor


  1. found the problem.  Change chest to gloves

     

     
    //////////////////////////////////////////////
    //                                          //
    //                G l o v e s               //
    //                                          //
    //////////////////////////////////////////////
     
    // Life Attack Speed Resists Chest
    [Category] == "Chest" && [Rarity] == "Rare" # [base_maximum_life] >= "50" && [attack_speed_+%] >= "10" && [TotalResistances] >= "80" && [stashItem] == "true"
     
    // Life Attack Speed low Resists Def stat Chest
    [Category] == "Chest" && [Rarity] == "Rare" # [base_maximum_life] >= "50" && [attack_speed_+%] >= "10" && ([local_energy_shield_+%] >= "40" || [local_evasion_rating_+%] >= "40" || [local_physical_damage_reduction_rating_+% ] >= "40" || [local_armour_and_evasion_+%] >= "40") && [TotalResistances] >= "40" && [stashItem] == "true"
×
×
  • Create New...