StendhalRefactoringRP: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Danter |
imported>MiguelAngelBlanchLardin |
||
| Line 68: | Line 68: | ||
We should also consider later the usage of arrows or ammunition that does more damage than the standard. |
We should also consider later the usage of arrows or ammunition that does more damage than the standard. |
||
damage = damage * ( 1 - (actual_distance / max_range) ) + ( damage - damage * ( 1 - (min_range / max_range) ) ) * ( 1 - (actual_distance / max_range) ) |
|||
==Magic== |
==Magic== |
||