Exdeath 1: Difference between revisions

From Four Job Fiesta Wiki
Jump to navigation Jump to search
(Creating Boss page)
 
m (Updating track song (copy+paste error))
Line 5: Line 5:
| Can't Escape
| Can't Escape
| 0
| 0
| Track: The Fierce Battle
| Track: The Decisive Battle
| Intro: Normal
| Intro: Normal
| Boss Battle<br>Denies Mute (Time spell)<br>No Reward at the end
| Boss Battle<br>Denies Mute (Time spell)<br>No Reward at the end

Revision as of 07:36, 17 November 2022

Background 19 PC.png
Battle Formation ID: 503
Enemies: Exdeath
Escape%: Can't Escape
ABP gained: 0
Music Control: Track: The Decisive Battle
Visual Control: Intro: Normal
Parameters: Boss Battle
Denies Mute (Time spell)
No Reward at the end
Terrain: #19 - Great Forest of Moore (Interior)
Ganbatte Galuf

Stats

Name Exdeath
Level 63
Speed 35
HP 50000
MP 65000
Strength 60
Defense 0
Evasion 0
Magic 30
Magic Defense 1
Magic Evasion 0
Gil 0
Exp 0
Steal Common: Nothing
Rare: Nothing
Drops Always: Nothing
Rare: Nothing

Status

Enemy Status
NAME Exdeath
Elemental Immunity: None
Elemental Absorb: None
Elemental Weakness: None
Status Vulnerability: Regen, Haste, Shell, Armor, Wall
Initial Status: None
Cannot Evade: None
Creature Type: Humanoid, Heavy
Command Vulnerability: None
Special Properties: Vacuum Wave (HP Leak + Unavoidable + Ignore Defense)

Summary

TODO

Attack Script

Condition: HP < 1 {
    End Battle
    }
Condition: V01=01 {
    Attack
    }
Condition: HP < 43000 {
    Display Text: Exdeath: Take this!!!
    Special
    No Interrupt{
         Display Text: Now I'll show you my true power!
         Display Text: Prepare yourself for the afterlife!
         Flare
         Holy
         Meteor
         }
    No Interrupt{
         Display Text: Exdeath: Why...why won't you die!?
         Display Text: Galuf: Takes a lot more than that...
         Display Text: ...for me to kick the bucket!
         Display Text: Galuf: I'll destroy you, Exdeath...
         Display Text: even if it means I have to take you into the afterlife myself!
         Set V00=01
         Set V01=01
         Nothing
         }
    }
{Blizzaga, Firaga, Thundaga}
{Attack, Attack, Graviga}
Attack
Condition: V00=03 & React: HP Damage {
    No Interrupt{
         Display Text: Exdeath: Then...what...?
         *Record internal parameters
         Change Target: Self
         Wrong Way
         }
    }
Condition: V00=02 & React: HP Damage {
    Display Text: Galuf: This...isn't anger...isn't hatred...
    Display Text: ...it's...
    Set V00=03
    Nothing
    }
Condition: V00=01 & React: HP Damage {
    Display Text: Exdeath: Fool! All the hatred in existence
    Display Text: would never be enough to defeat me!
    Set V00=02
    Nothing
    }

Strategies

TODO