Id: 2141; Nick: unban; Timestamp: 2007-11-26 13:29:33; Pasted as: Text
Description: Abilities.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
assassin (neutral):
can decrease enemy`s roll and sum for random number 0%-20%
(Ex: sum = 100 to [100-80]; roll = 100 to [100-80] or = 80 [80-64])
-------------
assassin (good):
can decrease enemy`s roll and sum for random number 5%-15% and add it to own
(Ex: enemy`s sum = 100 to [95-85], own sum = 100 to [105-115]; enemy`s roll = 100 to [95-85], own roll = 100 to [105-115] or enemy`s roll = 85 to [80-72], own roll = 100 to [105-113])
-------------
assassin (evil): 
can decrease enemy`s roll and sum for random number 0%-30%
(Ex: sum = 100 to [100-70]; roll = 100 to [100-70] or = 70 [70-49])
-------------------------------------------------------------------------------------------------------------------------
warrior (neutral):
can increased own sum and roll for random number 0-75%
(Ex: sum 100 to [100-175]; roll = 100 to [100-175], or = 175 to [175;306])
----------
warrior (good):
can increased own sum  for random number 25-75% and roll for random number 0-50%
(Ex: sum 100 to [125-175]; roll = 100 to [100-150], or = 175 to [175;262])
----------
warrior (evil):
can increase own sum  for random number 0-50% and roll for random number 25-75%
(Ex: sum 100 to [100-150]; roll = 100 to [125-175], or = 150 to [187;262])
-------------------------------------------------------------------------------------------------------------------------
sorcerer (neutral):
cast a spell with random roll and sum = (50% of own sum) + (50% of enemy`s sum)
(Ex: own sum = 100, enemy`s sum = 100 => cast sum = 50 + 50 = 100)
------------
sorcerer (good):
cast a spell with random roll and sum = (25% of own sum) + (75% of enemy`s sum)
(Ex: own sum = 150, enemy`s sum = 100 => cast sum = 37 + 75 = 112)
------------
sorcerer (evil):
cast a spell with random roll and sum = (75% of own sum) + (25% of enemy`s sum)
(Ex: own sum = 100, enemy`s sum = 150 => cast sum = 75 + 37 = 112)
-------------------------------------------------------------------------------------------------------------------------
necromancer (neutral):
Summons a creep, whos sum depends on necromancer`s level: 10 * 1.75 * level
(Ex: necro of 25th lvl summons Goblin with sum = 437, and 40th - Lich with sum = 700)
-------------------
necromancer (good):
Summons a creep, whos sum depends on necromancer`s level: 10 * 1.5 * level
(Ex: necro of 25th lvl summons Goblin with sum = 375, and 40th - Lich with sum = 600)
-------------------
necromancer (evil):
Summons a creep, whos sum depends on necromancer`s level: 10 * 2 * level
(Ex: necro of 25th lvl summons Goblin with sum = 500, and 40th - Lich with sum = 800)
Options: New, Download,
;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About) - Highlighted with GeSHi
Nothing to see here.