HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How does bounty work?

12-22-2002, 11:25 PM#1
BananaTwist
under edit unit how do you make it so they have a specific bounty instead of ranged, could someone post the formula for the number of dice, base, and the sides per dice, i think it's the same for the damage but i forgot what that formula is too.
12-23-2002, 01:52 AM#2
Fork
I believe that the formula for getting an exact bounty is thusly: you'll want your base as the desired number - 1, the number of dice as 1, and the sides per di as 0. This might not be right, so just try various combinations of 1s and 0s until you get it right. ^_^
12-23-2002, 02:30 AM#3
Dinadan87
Your almost right. Your die needs to have 1 side instead of zero. With only one side, the result is always one, so the bounty received is always the same.
12-23-2002, 01:36 PM#4
Frosti
only press HELP in the World Editor and you'll find the formulars :)

min Bounty = (Base) + (dice)
max Bounty = (Base) + (sides per dice) * (dice)

Frosti