Thread: Bugs Thread
View Single Post
  #1003  
Old 12-31-2012, 04:36 PM
Fatt_Shade Fatt_Shade is offline
Approved Member
 
Join Date: Nov 2010
Location: Serbia
Posts: 837
Default

Huraaaaaaaaaaaaaaaaaaaaaay !!!
We reached 1000 posts, in discussion on bugs in this game, in less then 2 months of release. This must be some kind of world record. Congratulations to developers.

@ivra
You`re right it`s something wrong with this item. Look at it, -1moral to all demons, and then it says +30% to attack OF ENEMY demon units ???? So it first lover att/def of all demons then rise enemy demons attack for 30%. WTF?
Here`s statistic of Kerus sword in previous game (the legend for example)
Code:
   price=100000
  maxcount=1
  level=5
  race=human
  use {}
  mods {
    attack=count,3
    intellect=count,3
  sp_attack_demon=count,30
...
Same sp_attack is in 2 other items Silver rapier (gives 30% attack AGAINST undead) , and Dragonslayer sword (gives +50% AGAINST dragons).
So my thought is that devs f..ked up again here and mistranslated bonus for Kerus sword (why would you use item that gives bonus to enemy army ??? )
Other question is why did they change function that worked great in previous games (sp_attack_demon=...) and imported new that is broken (sp_unti_demon=...)
This function is in some other items also, so you can check if any to them work properly (Holy ring - +50% attack vs undead/demons , Silver rapier , Sun ray , Dragonslayer sword , Kerus sword , Yew bow , Full moon sword , Lumberman axe)
One more weird thing about this function is that it have same function for silver rapier and this item Kerus sword, but it`s translated that in one case give bonus against enemy undead units ,and then give bonus to enemy demon units.
All in all, one more broken thing added to list.
Reply With Quote