Ellimist07

Ellimist07

Joined Member # 3531289
0 Posts 3 Replies 94 Reputation

if anyone remembers the black and white pics of the demigods, their are a couple that are presumed to be the future ones. one is of a woman with birds of prey, so that may be one they are planning. looking through those pics i noticed all the demigods are humanoid except for UB. i know it makes more sense for a demigod to be human-ish cause its hard to image an "all father" being an animal rather than a person (lol at UB being the "all father", but then agai

54 Replies 14,218 Views

this shouldn't be too hard to fix (if it is indeed a miscalculation by the devs). just store the base speed of each demigod and apply the percentage changes to that instead of the units current speed: base_speed = 6.0 base_speed * 1.25 = 7.5 current_speed - (base_speed * 0.25) = 7.5 - 1.5 = 6.0

4 Replies 1,160 Views