Combat: Difference between revisions
Theftletics (talk | contribs) |
|||
Line 5: | Line 5: | ||
== Experience and Training == | == Experience and Training == | ||
In melee combat, each point of damage gives <code style="background: var(--bg-contrast) !important; border: 1px solid var(--border-color-base) !important;">floor(4/3 × damage)</code> [[Experience]] in [[Hitpoints]], as well as <code style="background: var(--bg-contrast) !important; border: 1px solid var(--border-color-base) !important;">4 × damage</code> Experience distributed between the skills selected to be trained, rounded down. For this reason, it is optimal to avoid training all three melee styles simultaneously (i.e., using "Controlled" mode), as 1-2 XP will be lost if the damage dealt is not divisible by 3. This experience lost is significantly more impactful on lower damage hits. Experience is distributed as follows: | |||
* '''Single Style:''' 4 XP | * '''Single Style:''' <code style="background: var(--bg-contrast) !important; border: 1px solid var(--border-color-base) !important;">4 × damage)</code> XP in each skill | ||
* '''Two Styles:''' 2 | * '''Two Styles:''' <code style="background: var(--bg-contrast) !important; border: 1px solid var(--border-color-base) !important;">2 × damage)</code> XP in each skill | ||
* '''Three Styles:''' | * '''Three Styles:''' <code style="background: var(--bg-contrast) !important; border: 1px solid var(--border-color-base) !important;">floor(4/3 × damage)</code> XP in each skill | ||
== Tick-Based Combat == | == Tick-Based Combat == |