[Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:melee
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Mon Sep 8 09:04:03 CDT 2014
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/09/08 09:04
User : saru
Edit Summary:
@@ -3,23 +3,24 @@
A player must be in melee range (adjacent tile) to use these skills.
DPS (Damage per second) = Melee Damage * Character's Attack Speed * Chance to hit (WC/AC)
-
-
-
===== Character's Melee Damage =====
The formula for calculating a character's damage is:
Melee Damage = (Character level - 1)/4 + Str damage bonus + (1 + combat skill level/9) + damage from each item
if((Player level - 1 /4) + Str damage bonus)<1, then = 1 (for very low level characters with very little Str)
+
+ Total Damage = Melee Damage / 2
+
+ This is due to each attack being randomly rolled from 1 - Melee Damage (e.g. 14 damage = random(1, 14))
For example, a level 20 character with level 10 //one hand weapon skill// and 20 Str using a //steel long sword// (dam 8) =
- Character's melee damage = (20 - 1)/4 + 3 + (1 + 10/9) + 8
- Character's melee damage = 4/4 + 3 + (1 + 1) + 8
- Character's melee damage = 14
+ Character's melee damage = ((20 - 1)/4 + 3 + (1 + 10/9) + 8)/2
+ Character's melee damage = (4/4 + 3 + (1 + 1) + 8)/2
+ Character's melee damage = 7
==== Str Damage Bonus ====
^ Str stat points ^ Str Damage Bonus ^
| 1 | -2 |
@@ -101,34 +102,36 @@
| 27 | 2.8 |
| 28 | 3 |
| 29 | 3.5 |
| 30 | 4 |
-
- ===== Character's Chance to Hit =====
-
- FIXME
-
- Chance to hit = Player's WC/Opponents AC * constant
===== Weapon comparison =====
- Factoring these equations together we can derive weapon comparison table below. the columns represent a character at 10, 20 and 30 Dex respectively whilst for each item, the @ number represents the character level (and associated combat skill level) and Str. All characters have +10 to damage off weapon (Girdle of Damage).
+ Factoring these equations together we can derive weapon comparison table below (ignoring AC/WC). The columns represent a character at 10, 20 and 30 Dex respectively whilst for each item, the @ number represents the character level (and associated combat skill level) and Str. All characters have +10 to damage off weapon (Girdle of Damage).
==== Weapon Comparison Table ====
^Item ^ Character level and str ^DPS at 10 Dex^DPS at 20 Dex^DPS at 30 Dex^
- |Club | @ Level 10 & 10 Str |27 |38 |87|
- |Sickle | @ Level 10 & 10 Str |34 |45 |96|
- |Long speed | @ Level 10 & 10 Str |36 |50 |113|
- |Two handed sword | @ Level 10 & 10 Str |46 |63 |142|
- |Club | @ Level 50 & 20 Str |52 |72 |164|
- |Sickle | @ Level 50 & 20 Str |63 |83 |178|
- |Long speed | @ Level 50 & 20 Str |60 |84 |191|
- |Two handed sword | @ Level 50 & 20 Str |71 |98 |220|
- |Bone Crusher | @ Level 10 & 10 Str |70 |105 |263|
- |Club | @ Level 100 & 30 Str |94 |131 |298|
- |Sickle | @ Level 100 & 30 Str |112 |150 |319|
- |Long speed | @ Level 100 & 30 Str |102 |142 |325|
- |Bone Crusher | @ Level 50 & 20 Str |89 |134 |336|
- |Two handed sword | @ Level 100 & 30 Str |115 |158 |355|
- |Bone Crusher | @ Level 100 & 30 Str |122 |183 |461|
+ |Club |@ Level 10 & 10 Str |14 |19 |43|
+ |Sickle |@ Level 10 & 10 Str |17 |23 |48|
+ |Long speed |@ Level 10 & 10 Str |18 |25 |57|
+ |Two handed sword |@ Level 10 & 10 Str |23 |31 |71|
+ |Club |@ Level 50 & 20 Str |26 |36 |82|
+ |Sickle |@ Level 50 & 20 Str |31 |42 |89|
+ |Long speed |@ Level 50 & 20 Str |30 |42 |95|
+ |Two handed sword |@ Level 50 & 20 Str |35 |49 |110|
+ |Bone Crusher |@ Level 10 & 10 Str |35 |52 |132|
+ |Club |@ Level 100 & 30 Str |47 |65 |149|
+ |Sickle |@ Level 100 & 30 Str |56 |75 |160|
+ |Long speed |@ Level 100 & 30 Str |51 |71 |162|
+ |Bone Crusher |@ Level 50 & 20 Str |45 |67 |168|
+ |Two handed sword |@ Level 100 & 30 Str |57 |79 |178|
+ |Bone Crusher |@ Level 100 & 30 Str |61 |92 |230|
+
+ ===== Character's Chance to Hit =====
+
+ FIXME
+
+ Chance to hit = Player's WC/Opponents AC * constant
+
+
IP-Address : 59.167.121.117
Old Revision: http://wiki.metalforge.net/doku.php/skills:melee?rev=1410183754
New Revision: http://wiki.metalforge.net/doku.php/skills:melee
--
This mail was generated by DokuWiki at
http://wiki.metalforge.net/
More information about the crossfire-wiki
mailing list