diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-13 17:07:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-13 17:07:36 -0300 |
commit | 748f06e227c8e98b006d6d4a154332b3cd0b9693 (patch) | |
tree | 1a6213349251d375221f3a9a1d4917f02271f06d /server | |
parent | 512daf322a37f396805b7c3471b53dc167f102f6 (diff) | |
download | docs-748f06e227c8e98b006d6d4a154332b3cd0b9693.tar.gz docs-748f06e227c8e98b006d6d4a154332b3cd0b9693.tar.bz2 docs-748f06e227c8e98b006d6d4a154332b3cd0b9693.tar.xz docs-748f06e227c8e98b006d6d4a154332b3cd0b9693.zip |
Rework further the DEF2 formula
A Lv 80 ranger with optimal equip would have basic mobs (80 dmg) causing only 19~20 damage
A Lv 80 tanker with optimal equip would take 1 dmg on same case. (Actually, -12 damage)
Diffstat (limited to 'server')
-rw-r--r-- | server/formulas/tmw2.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/formulas/tmw2.md b/server/formulas/tmw2.md index a66fe2c..ab90bd4 100644 --- a/server/formulas/tmw2.md +++ b/server/formulas/tmw2.md @@ -280,11 +280,11 @@ Always rounded down. #### Shields -Real Shields - +1 each 7 levels (rounded down) (~15%) +Real Shields - +1 each 5 levels (20%) ### Helmets -Light Helmet - +1 each 7 levels (~15%) +Light Helmet - +1 each 10 levels (10%) Heavy Helmet - +1 each 5 levels (20%) #### Leggings |