Red Dragon: Difference between revisions
Jump to navigation
Jump to search
ff7>Acezephyr (Created page with "Red Dragon is a boss in the Temple of the Ancients. == Stats == {| class="wikitable" !Level !HP !MP !ATK !Magic Atk !Defence !Magic Def !Dex !Def % !Luck !Exp !AP !Gil |- |39...") |
m (1 revision imported: Import from old wiki) |
||
(No difference)
|
Latest revision as of 06:03, 10 June 2024
Red Dragon is a boss in the Temple of the Ancients.
Stats[edit | edit source]
Level | HP | MP | ATK | Magic Atk | Defence | Magic Def | Dex | Def % | Luck | Exp | AP | Gil |
---|---|---|---|---|---|---|---|---|---|---|---|---|
39 | 6800 | 300 | 95 | 85 | 80 | 260 | 90 | 5 | 5 | 3500 | 200 | 1000 |
Elements[edit | edit source]
Fire (-100%)
Gravity (0%)
Drops[edit | edit source]
Dragon Armlet (100%)
Strategies[edit | edit source]
AI Script[edit | edit source]
Main[edit | edit source]
Choose Random Opponent
If (TempVar:OpeningAttack = 0) Then {
1/4 Chance: Use <Dragon Fang> on Target
3/4 Chance: Use Red Dragon Breath on Target
TempVar:OpeningAttack = 1
} Else {
1/4 Chance: Use Red Dragon Breath on Target
1/4 Chance: Use <Tail Attack> on Target
1/2 Chance: Use <Dragon Fang> on Target
}