Bahamut

From Four Job Fiesta Wiki
Jump to navigation Jump to search
Background 16 PC.png
Battle Formation ID: 489
Enemies: Bahamut
Escape%: Can't Escape
ABP gained: 25
Music Control: Track: The Fierce Battle
Visual Control: Intro: Normal
Parameters: Boss Battle
Denies Mute (Time spell)
Terrain: #16 - Mountain Slopes
The king of dragons
Bahamut

Stats

Name Bahamut
Level 99
Speed 40
HP 40000
MP 10000
Strength 69
Defense 10
Evasion 5
Magic 20
Magic Defense 20
Magic Evasion 33
Gil 0
Exp 0
Steal Common: Dragon Fang
Rare: Dragon Fang
Drops Always: Nothing
Rare: Dragon Fang

Status

Enemy Status
NAME Bahamut
Elemental Immunity: Earth
Elemental Absorb: None
Elemental Weakness: None
Status Vulnerability: Darkness, Zombie, Float, Image, Mute, Regen, Slow, Haste, Stop, Shell, Armor, Wall
Initial Status: (Always) Float
Cannot Evade: Sound, Ranged
Creature Type: Heavy
Command Vulnerability: HP Scan
Special Properties: Critical Attack

Summary

TODO

Attack Script

Condition: HP < 10000 {
    {Mega Flare, Mega Flare, Attack}
    }
Condition: HP < 15000 {
    {Poison Breath, Poison Breath, Attack}
    {Zombie Breath, Zombie Breath, Attack}
    }
Condition: HP < 20000 {
    {Maelstrom, Maelstrom, Attack}
    {Ice Storm, Ice Storm, Attack}
    }
Condition: HP < 25000 {
    {Aqua Breath, Aqua Breath, Attack}
    {Lightning, Lightning, Attack}
    }
Condition: HP < 30000 {
    {Blaze, Blaze, Attack}
    {Earth Shaker, Earth Shaker, Attack}
    }
Condition: HP < 35000 {
    {Atomic Ray, Atomic Ray, Attack}
    {Frost, Frost, Attack}
    }


Nothing
Nothing
Mega Flare


Condition: HP < 10000 & Magic: Mega Flare {
    Mega Flare
    }

Strategies

TODO