SpiffyJr
08-30-2014, 10:45 PM
All tests were with three focused mstrikes (6 swings total for TWC).
Name: Kips Race: Halfling Profession: Warrior (shown as: Berserker)
Gender: Male Age: 0 Expr: 2185319 Level: 45
Normal (Bonus) ... Enhanced (Bonus)
Strength (STR): 95 (7) ... 95 (7)
Constitution (CON): 95 (32) ... 95 (32)
Dexterity (DEX): 77 (28) ... 77 (28)
Agility (AGI): 77 (23) ... 77 (23)
Discipline (DIS): 88 (14) ... 88 (14)
Aura (AUR): 91 (15) ... 91 (15)
Logic (LOG): 95 (27) ... 95 (27)
Intuition (INT): 52 (11) ... 52 (11)
Wisdom (WIS): 91 (20) ... 91 (20)
Influence (INF): 73 (6) ... 73 (6)
Kips (at level 45), your current skill bonuses and ranks (including all modifiers) are:
Skill Name | Current Current
| Bonus Ranks
Two Weapon Combat..................| 5 1
Armor Use..........................| 240 140
Shield Use.........................| 197 97
Combat Maneuvers...................| 194 94
Polearm Weapons....................| 194 94
Ambush.............................| 120 30
Multi Opponent Combat..............| 160 60
Physical Fitness...................| 194 94
Survival...........................| 147 47
Perception.........................| 147 47
Climbing...........................| 90 20
Swimming...........................| 90 20
First Aid..........................| 147 47
Weapon 1 | Weapon 2 | Weight (lbs) | TWC Recovery (seconds) | Single Recovery (seconds)
tiger-claw | tiger-claw | 2 | 14 | 13
cestus | cestus | 2 | 14 | 13
paingrip | paingrip | 2 | 14 | 13
|
razorpaw | n/a | 3 | n/a | 16
fist-scythe | fist-scythe | 3 | 22 | 16
katar | katar | 3 | 22 | 16
|
estoc | estoc | 4 | 26 | 21
katar | katar | 4 | 26 | 18
short sword | n/a | 4 | n/a | 18
fist-scythe | paingrip | 4 | 19 | n/a
|
spear | shield | 6/6 | n/a | 35
javelin | shield | 5/6 | n/a | 25
|
spear | n/a | 6 | 29 | n/a
javelin | n/a | 5 | 25 | n/a
|
spear (two-handed) | n/a | 6 | 29 | n/a
Simple script to do it:
loop {
waitfor "Your series of strikes and ripostes leaves you winded and out of position."
start = Time.now
waitfor "You feel recovered from your whirlwind flurry of strikes."
echo "Took: " + ((Time.now.to_i) - (start.to_i)).to_s + " seconds to recover"
}
Name: Kips Race: Halfling Profession: Warrior (shown as: Berserker)
Gender: Male Age: 0 Expr: 2185319 Level: 45
Normal (Bonus) ... Enhanced (Bonus)
Strength (STR): 95 (7) ... 95 (7)
Constitution (CON): 95 (32) ... 95 (32)
Dexterity (DEX): 77 (28) ... 77 (28)
Agility (AGI): 77 (23) ... 77 (23)
Discipline (DIS): 88 (14) ... 88 (14)
Aura (AUR): 91 (15) ... 91 (15)
Logic (LOG): 95 (27) ... 95 (27)
Intuition (INT): 52 (11) ... 52 (11)
Wisdom (WIS): 91 (20) ... 91 (20)
Influence (INF): 73 (6) ... 73 (6)
Kips (at level 45), your current skill bonuses and ranks (including all modifiers) are:
Skill Name | Current Current
| Bonus Ranks
Two Weapon Combat..................| 5 1
Armor Use..........................| 240 140
Shield Use.........................| 197 97
Combat Maneuvers...................| 194 94
Polearm Weapons....................| 194 94
Ambush.............................| 120 30
Multi Opponent Combat..............| 160 60
Physical Fitness...................| 194 94
Survival...........................| 147 47
Perception.........................| 147 47
Climbing...........................| 90 20
Swimming...........................| 90 20
First Aid..........................| 147 47
Weapon 1 | Weapon 2 | Weight (lbs) | TWC Recovery (seconds) | Single Recovery (seconds)
tiger-claw | tiger-claw | 2 | 14 | 13
cestus | cestus | 2 | 14 | 13
paingrip | paingrip | 2 | 14 | 13
|
razorpaw | n/a | 3 | n/a | 16
fist-scythe | fist-scythe | 3 | 22 | 16
katar | katar | 3 | 22 | 16
|
estoc | estoc | 4 | 26 | 21
katar | katar | 4 | 26 | 18
short sword | n/a | 4 | n/a | 18
fist-scythe | paingrip | 4 | 19 | n/a
|
spear | shield | 6/6 | n/a | 35
javelin | shield | 5/6 | n/a | 25
|
spear | n/a | 6 | 29 | n/a
javelin | n/a | 5 | 25 | n/a
|
spear (two-handed) | n/a | 6 | 29 | n/a
Simple script to do it:
loop {
waitfor "Your series of strikes and ripostes leaves you winded and out of position."
start = Time.now
waitfor "You feel recovered from your whirlwind flurry of strikes."
echo "Took: " + ((Time.now.to_i) - (start.to_i)).to_s + " seconds to recover"
}