![]() |
|
King`s Bounty: Warriors of the North Next game in the award-winning King’s Bounty series |
![]() |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
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
|
#2
|
|||
|
|||
![]()
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 } |
![]() |
|
|