This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
levels-and-others [2025/04/21 22:26] – external edit 127.0.0.1 | levels-and-others [2025/04/23 13:32] (current) – dirtroa | ||
---|---|---|---|
Line 56: | Line 56: | ||
\\ | \\ | ||
Example with a character who has 300 STR and 350 INT: (300 - 10) / 10 + (350 - 10) / 5 = 97 damages | Example with a character who has 300 STR and 350 INT: (300 - 10) / 10 + (350 - 10) / 5 = 97 damages | ||
- | |||
- | \\ | ||
- | |||
- | **Thief:** | ||
- | \\ | ||
- | (STR - 10) / 10 = damages A | ||
- | \\ | ||
- | (AGI - 10) / 5 = damages B | ||
- | \\ | ||
- | A + B = damages | ||
- | \\ | ||
- | Example with a character who has 250 STR and 250 AGI: (250 - 10) / 10 + (250 - 10) / 5 = 72 damages | ||
\\ | \\ |