| Nina: With everyone helping me like this... I'll be finished in no time! | |
| This article is a stub. You can help by expanding it. |
- This article or section contains subjects that have not been officially named; the information included is merely a placeholder.
Attack is one of the basic commands that can be selected from the combat menu in Breath of Fire III.

After choosing the command, the character selects the target of the Attack and deals physical damage equal to:
- (user power - defender defense) * random
rounded to the nearest integer, and the random parameter has the value of one of the following instances:
- 0 = 0.6819
- 1 = 0.7195
- 2 = 0.7601
- 3 = 0.8008
- 4 = 0.8414
- 5 = 0.8821
- 6 = 0.9196
- 7 = 0.9603
If the result is negative the damage is negated. There is also around a 50% chance for an additional 1 point of damage being added to the final damage.
Additionally, if the attacker is an enemy, additional damage known as Level Damage is added to the final damage:
- level * random
rounded up to the nearest integer, and the random parameter has the value of one of the following instances:
- 0 = 0.1364
- 1 = 0.1439
- 2 = 0.1520
- 3 = 0.1602
- 4 = 0.1683
- 5 = 0.1764
- 6 = 0.1839
- 7 = 0.1921
- 8 = 0.2046
- 9 = 0.2158
- 10 = 0.2280
- 11 = 0.2402
- 12 = 0.2524
- 13 = 0.2646
- 14 = 0.2759
- 15 = 0.2881