Thread: Bugs Thread
View Single Post
  #376  
Old 11-04-2012, 03:40 PM
Fatt_Shade Fatt_Shade is offline
Approved Member
 
Join Date: Nov 2010
Location: Serbia
Posts: 837
Default

@Bhruic
Quote:
Incorrect, with the latest patch, the items.txt file lists +10 for att/def/rage/mana.
Items.txt or eng_items.lng, because it seems like sick bonus +10 for 2 stats, and +10mana/rage. No set in game have such high bonuses. Here is part from items.txt and it lists bonuses as i mentioned
Code:
set_vampire {
  category=o
  image=
  hint_config=object_item
  label=itm_set_vampire_name
  hint=itm_set_vampire_hint
  information_label=
  maphint=
  mapinfo=
  price=10
  maxcount=0
  level=1
  race=human
  use {}
  fight {
    {
      filter {
        belligerent=enemy
        level=<5
      }
      pbonus=defense,0,-10,0,-100,0,0
      dbonus=
      rbonus=
      attack_on=
      attack_off=
    }
  }
  mods {
    attack=count,2
    defense=count,2
    mana=limit,2
    rage=limit,2
  }
Reply With Quote