Note Whenever you attack an enemy, you will gain one stack of
Freezing. If you ever reach 6 stacks, your character will be frozen and taken out of the battle permanently. Reckless attack will give you 2 stacks.
This condition can be dispelled normally, or cleared by Pyromancy, White Magic via the "Heat" action.
Attack You attack the enemy using your highest mastery as modifier.
- Roll a d100
- Modifier: add 5 per mastery tier excluding beginner (mastered get +10)
- Modifier: also add 5 per mastery tier per weapon tier
- Subtract 10 EN
Reckless Attack: Attack your enemy with reckless abandon. Take x2 damage next cycle.
- Roll 2xd100
- Modifier: add 5 per mastery tier excluding beginner (mastered get +10)
- Modifier: also add 5 per mastery tier per weapon tier
- Subtract 20 EN
- If you reckless attack once, you take x2 damage the next time the enemies attack.
- If you reckless twice, subtract 20 HP the second time, do not multiply this.
![[IMG]](http://spherical.link/terrarp/resources/mmastery.png)
Attack:
Code:
[bg]
[health]000[/health] [energy]000[/energy] [loc=Zone]1[/loc]
-10 EN for attack
[b1]Freezing[/b1] 1/6 you feel sluggish, if you reach the cap, you will freeze.
[/bg]
[CENTER][d]Attack - Target's Name[/d]
Tracker / Roll
[score]Your roll + Modifier = Total[/score]
Target's Name: 000/000 HP[/CENTER]
Reckless Attack:
Code:
[bg]
[health]000[/health] [energy]000[/energy] [loc=Zone]1[/loc]
-20 EN for reckless attack
[b1]Freezing[/b1] 2/6 you feel sluggish, if you reach the cap, you will freeze.
[/bg]
[CENTER][d]Reckless Attack - Target's Name[/d]
Tracker / Roll
[score]Your roll + Modifier = Total[/score]
Target's Name: 000/000 HP[/CENTER]