Sample:H0512-opt is a boss in Final Fantasy VII. Cloud, Red XIII, and one of the other party members (Barret or Tifa) encounter it in the Shinra Bldg. at the end of "Storming the Shinra Building". Three Sample:H0512-opt accompany H0512.
Stats[]
Battle[]
Sample:H0512 can revive any fallen Sample:H0512-opt with Reanimagic, though this can only be done three times. His Bodyblow attack inflicts minor damage, but his other attacks—Fire, Ice and Rolling Attack—are more harmful, Sample:H0512-opt A the only that can use the Rolling Attack.
If Sample:H0512 dies, Sample:H0512-opt is removed, leaving no EXP, AP, gil, or items (providing it is not already dead).
Strategy[]
The party should focus on attacking Sample:H0512 so it won't revive Sample:H0512-opt.
Formations[]
# | Formation |
---|---|
456 | Row 1: Sample:H0512-opt A, Sample:H0512-opt B, Sample:H0512-opt C Row 2: Sample:H0512 |
Locations[]
Shinra Bldg. | |
---|---|
68f. | 456 (fixed) |
AI script[]
AI: Main {
- TempVar:Random = Rnd(0..3)
- If (TempVar:Random == 0) Then
- {
- Choose Random Opponent
- Use <Bodyblow> on Target
- } Else If (TempVar:Random == 1) Then {
- If (At Least One Opponent doesn't have Paralyzed Status) Then
- {
- Choose Random Opponent
- Use Rolling Attack on Target
- }
- } Else If (TempVar:Random == 2) Then {
- If (1/3 Chance) Then
- {
- If (Sample:H0512-opt's MP >= 4) Then
- {
- Choose Random Opponent
- Use Fire on Target
- } Else {
- Choose Random Opponent
- Use <Bodyblow> on Target
- }
- }
- } Else {
- If (1/3 Chance) Then
- {
- If (Sample:H0512-opt's MP >= 4) Then
- {
- Choose Random Opponent
- Use Ice on Target
- } Else {
- Choose Random Opponent
- Use <Bodyblow> on Target
- }
- }
- }
} AI: Counter - Death {
- Sample:H0512's CustomVar:1 = 1
- Sample:H0512's CustomVar:2 = [2120]
}
Other appearances[]
Final Fantasy Record Keeper[]