Goblin is an enemy from Final Fantasy VII, found in the forests of islands visitable with a gold Chocobo or the Highwind. They are very weak, only possessing a physical attack, Goblin Punch, and Sleepel, which may inflict sleep on a single character.
Despite this, they are a rewarding enemy, as they are the only source of Zeio Nuts, vital for breeding a Gold Chocobo. Goblins are the only source of the Goblin Punch Enemy Skill, which they have a 33% chance of using.
Stats[]
Formations[]
# | Formation |
---|---|
234 | Goblin A, Goblin B |
235 | Row 1: Goblin A Row 2: Goblin B, Goblin C |
236 | Goblin |
237 | Goblin (Back Attack) |
238 | Goblin A, Goblin B (Side Attack) |
239 | Goblin A, Goblin B, Goblin C (Attack from both sides) |
240 | Goblin A, Goblin B |
241 | Goblin |
242 | Goblin A, Goblin B |
243 | Goblin A, Goblin B |
Locations[]
Goblin Island | |
---|---|
Forest | 234, 235, 236, 237 (Back Attack), 238 (Side Attack), 239 (Attack from both sides) |
Round Island | |
Forest | 234, 235, 236, 237 (Back Attack), 238 (Side Attack), 239 (Attack from both sides) |
AI script[]
AI: Setup {
- Count = Rnd(0..3)
} AI: Main {
- If (Count < 3) Then
- {
- If (At Least One Opponent has Sleep Status) Then
- {
- Choose Random Opponent with Sleep Status
- } Else {
- Choose Random Opponent
- }
- If (1/3 Chance) Then
- {
- Use Goblin Punch on Target
- } Else {
- Use <Fight> on Target
- }
- Count = Count + 1
- } Else {
- If ((At Least One Opponent does not have Sleep Status)
- AND (Goblin's MP >= 8) AND (1/2 Chance)) Then
- {
- Choose Random Opponent without Sleep Status
- Use Sleepel on Target
- } Else {
- If (At Least One Opponent has Sleep Status) Then
- {
- Choose Random Opponent with Sleep Status
- } Else {
- Choose Random Opponent
- }
- If (1/3 Chance) Then
- {
- Use Goblin Punch on Target
- } Else {
- Use <Fight> on Target
- }
- }
- Count = Rnd(0..1)
- If ((At Least One Opponent does not have Sleep Status)
- }
}
Gallery[]
Etymology[]
goblin is a small, mischievous creature found in many European folk tales and legends. The word "goblin" comes from the Norman French word Gobelinus, the name of a ghost that haunted the town of Évreux in the 12th century.
A