Breath of Fire Wiki
Advertisement
BoFIII NinaPortrait Sprite 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.

Abilities is a basic command found in Breath of Fire III.

Abilities Sprite

After choosing the command, the Ability in question and its target, and if no other formula is specified, damage is dealt according to this formula:

((ability strength+(user intelligence*ability power/100))*random*(1-defender intelligence/5)*5/500

where defender intelligence is capped at 250, and the random parameter has the value of one of the following instances:

  • 0 = 0.85
  • 1 = 0.9
  • 2 = 0.95
  • 3 = 1
  • 4 = 1.05
  • 5 = 1.1
  • 6 = 1.15
  • 7 = 1.2

If the Ability is instead of healing type, neither the defenders intelligence nor the random parameter are taken into consideration.

If an element is present, the following formula is used:

damage*defender resistance/100*random/10000

where the value of combined elements are added together, and the random parameter has the value of one of the following instances:

  • 0 = 85
  • 1 = 90
  • 2 = 95
  • 3 = 100
  • 4 = 105
  • 5 = 110
  • 6 = 115
  • 7 = 120
Advertisement