
June 1st, 2004, 08:00 AM
|
Corporal
|
|
Join Date: Nov 2003
Location: Atlanta
Posts: 97
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Blood huting: Am I doing something wrong?
Quote:
Originally posted by Cohen:
No ...
To find slaves you need to have all of these conditions true (AND logical operator)
X (0-5000) less than POP
Y (0-400) less than Unrest
Z (percentage value, 10 + 40*Blood Skill).
So a B3 mage needs only Y and X check.
A province with 5000+ POP only Y and Z.
Unrest 0 only X and Z.
|
Actually that isn't correct. You do have 3 parts, lets call them X,Y, and Z as you have above. Let's assume X and Z are true and unrest is 0. Then the entire thing will ALWAYS FAIL since 1d400 will never be LESS THAN ZERO. Only 1 in 400 would 1d400 be EQUAL TO ZERO. See what I mean?
|