Official Fulqrum Publishing forum

Official Fulqrum Publishing forum (http://forum.fulqrumpublishing.com/index.php)
-   King`s Bounty: Warriors of the North (http://forum.fulqrumpublishing.com/forumdisplay.php?f=206)
-   -   Item BUG ??? (http://forum.fulqrumpublishing.com/showthread.php?t=35804)

Zephiroth 11-08-2012 09:14 PM

Item BUG ???
 
The regelia item "Rune of the Sun", which gives +80 leadshership + 1 attack and defence during day time and morning hours does not increase my attack and defense at all, even when equiped during day hours, only the leadership goes up when I equip it. Anyone know why

Fatt_Shade 11-08-2012 09:24 PM

This bonus to attack should be active only in battles, not in hero screen. Check your units attack in day before battle and then in battle, it should be +1. And it doesnt increase defense, but +1 attack evening/day/morning . +1 initiative to 1 and 2 lvl units in day , and +3 attack during day.
Code:

  fight {
    {
      filter {
        belligerent=ally
        daytime=evening,day,morning
      }
      pbonus=attack,1,0,0,-100,0,0
      dbonus=
      rbonus=
      attack_on=
      attack_off=
    }
    {
      filter {
        belligerent=ally
        daytime=day
        level=1,2
      }
      pbonus=initiative,1,0,0,-100,0,0
      dbonus=
      rbonus=
      attack_on=
      attack_off=
    }
    {
      filter {
        belligerent=ally
        daytime=day
      }
      pbonus=attack,3,0,0,-100,0,0
      dbonus=
      rbonus=
      attack_on=
      attack_off=
    }
  }
  mods {
    leadership=count,80
  }



All times are GMT. The time now is 04:09 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.