Final Fantasy Wiki
(adding Japanese and Romaji)
m (Bot: Changing template: FFIX AI)
(45 intermediate revisions by 23 users not shown)
Line 1: Line 1:
{{FFIX Enemies
+
{{sideicon|prime=FFIX}}
  +
{{DISPLAYTITLE:Land Worm (''Final Fantasy IX'')}}
  +
{{infobox enemy
  +
| release = FFIX
 
|name = Land Worm
 
|name = Land Worm
|image = [[Image:LandWorm-FFIX.jpg]]
+
| image = LandWorm-FFIX.jpg
 
| japanese = ランドウォーム
|Location = Kiera Desert
 
 
| romaji = Randouōmu
|level = 29
 
 
|location = Kiera Desert
|HP = 5296
 
  +
|aiscript=true
|MP = 997
 
|Speed = 25
 
|Battle Power = 41
 
|Defense = 24
 
|Magic Power = 15
 
|Magic Defense = 10
 
|Evade = 4
 
|MBlock = 5
 
|japan = ランドウォーム
 
|romaji = Randouōmu
 
|Exp = 5151
 
|Gil = 1316
 
|Steal = Ore, Hi-Potion, Phoenix Pinion
 
|Win = Ore, Hi-Potion, Phoenix Down, Ether
 
|Card = Wyred
 
|Weak Against = Water
 
|Resistant to = N/A
 
|Immune to = N/A
 
|Absorbs = N/A
 
|Protected Against = Confusion, Berserk, Vanish
 
|Attack = Sandstorm, Demi, Maelstrom
 
|Eat = Matra Magic
 
|Class = Bug
 
|Other Information =
 
 
}}
 
}}
 
 
The '''Land Worm''' is an enemy from ''[[Final Fantasy IX]]''. It can be found in the Kiera Desert on the [[Outer Continent]].
 
The '''Land Worm''' is an enemy from ''[[Final Fantasy IX]]''. It can be found in the Kiera Desert on the [[Outer Continent]].
   
{{enemy-stub}}
+
{{See|Land Worm}}
  +
[[Category:Final Fantasy IX enemies]]
 
  +
==Stats==
  +
{{infobox enemy stats FFIX
  +
| name = Land Worm
  +
| location = Kiera Desert
  +
| prev = Anemone (Final Fantasy IX)
  +
| bestiary = 109
  +
| next = Antlion (Final Fantasy IX)
 
| level = 29
 
| hp = 5296
 
| mp = 997
  +
| attack power = 41
 
| speed = 25
  +
| strength = 15
 
| magic = 15
 
| spirit = 24
  +
| defense = 7
 
| evade = 4
  +
| magic defense = 10
  +
| magic evade = 5
 
| exp = 5151
 
| gil = 1316
  +
| insect = true
  +
| water = Absorb
  +
| virus = Immune
  +
| confuse = Immune
  +
| berserk = Immune
  +
| auto-life = Immune
  +
| trance = Immune
  +
| defend = Immune
  +
| vanish = Immune
  +
| drop 1 = [[Final Fantasy IX items#Ore|Ore]]
  +
| drop 2 = [[Final Fantasy IX items#Hi-Potion|Hi-Potion]]
  +
| drop 3 = [[Final Fantasy IX items#Phoenix Down|Phoenix Down]]
  +
| drop 4 = [[Final Fantasy IX items#Ether|Ether]]
  +
| steal 1 = [[Final Fantasy IX items#Ore|Ore]]
  +
| steal 2 = [[Final Fantasy IX items#Hi-Potion|Hi-Potion]]
  +
| steal 4 = [[Final Fantasy IX items#Phoenix Pinion|Phoenix Pinion]]
  +
| card = Wyerd
 
| blue magic = Matra Magic
  +
| abilities = [[Final Fantasy IX enemy abilities#Sandstorm|Sandstorm]], [[Final Fantasy IX enemy abilities#Maelstrom|Maelstrom]], [[Final Fantasy IX enemy abilities#Demi|Demi]]
  +
|ap = 3}}
  +
  +
== Battle ==
  +
Land Worm's attacks are [[Sandstorm (ability)#Final Fantasy IX|Sandstorm]], [[Gravity (ability)#Final Fantasy IX|Demi]], and [[Maelstrom (ability)|Maelstrom]]. Maelstrom reduces a single character's HP to 1 and inflicts [[Confuse (status)|Confuse]].
  +
  +
=== Strategy ===
  +
Land Worm is a Bug type enemy, so a character with the [[Killer (ability)|Bug Killer]] skill equipped can be quite effective in defeating it. Land Worm is a good enemy to farm ores from, as one can easily be stolen, and another will reliably be dropped upon defeat. It is the only monster that randomly appears in the Kiera Desert. The player can also learn [[Matra Magic#Final Fantasy IX|Matra Magic]] from it as a [[Blu Mag (Final Fantasy IX)|Blue Magic]] spell when eaten.
  +
  +
== AI script ==
  +
{{AI FFIX|code=
  +
Function Land_Worm_Init
  +
:set attacklist = [ Sandstorm ; Sandstorm ; Maelstrom ; Maelstrom ; Demi ]
  +
  +
  +
Function Land_Worm_ATB
  +
:set selectedattack = <abbr title="Picking a random attack is actually not as simple as a single call. If SV_Target is set to 0 (no target) or if the enemy doesn't have enough MP, another random attack is picked.">RandomAttack</abbr>( attacklist )
  +
:if ( selectedattack == Sandstorm )
  +
::set SV_Target = SV_PlayerTeam
  +
:elseif ( selectedattack == Sandstorm )
  +
::set SV_Target = SV_PlayerTeam
  +
:elseif ( selectedattack == Maelstrom )
  +
::set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY │ DEATH │ JUMP │ CONFUSE) )
  +
:elseif ( selectedattack == Maelstrom )
  +
::set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY │ DEATH │ JUMP │ CONFUSE) )
  +
:elseif ( selectedattack == Demi )
  +
::set SV_Target = RandomInTeam(SV_PlayerTeam)
  +
:Attack( selectedattack )
  +
}}
  +
[[Category:Enemies in Final Fantasy IX]]
 
[[Category:Final Fantasy IX Edible Enemies]]

Revision as of 18:09, 8 January 2020

Template:Sideicon

The Land Worm is an enemy from Final Fantasy IX. It can be found in the Kiera Desert on the Outer Continent.

Stats

Battle

Land Worm's attacks are Sandstorm, Demi, and Maelstrom. Maelstrom reduces a single character's HP to 1 and inflicts Confuse.

Strategy

Land Worm is a Bug type enemy, so a character with the Bug Killer skill equipped can be quite effective in defeating it. Land Worm is a good enemy to farm ores from, as one can easily be stolen, and another will reliably be dropped upon defeat. It is the only monster that randomly appears in the Kiera Desert. The player can also learn Matra Magic from it as a Blue Magic spell when eaten.

AI script

Function Land_Worm_Init
   set attacklist = [ Sandstorm ; Sandstorm ; Maelstrom ; Maelstrom ; Demi ]


Function Land_Worm_ATB
   set selectedattack = RandomAttack( attacklist )
   if ( selectedattack == Sandstorm )
      set SV_Target = SV_PlayerTeam
   elseif ( selectedattack == Sandstorm )
      set SV_Target = SV_PlayerTeam
   elseif ( selectedattack == Maelstrom )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | CONFUSE) )
   elseif ( selectedattack == Maelstrom )
      set SV_Target = RandomInTeam( NotMatching(SV_PlayerTeam[STATUS_CURRENT], PETRIFY | DEATH | JUMP | CONFUSE) )
   elseif ( selectedattack == Demi )
      set SV_Target = RandomInTeam(SV_PlayerTeam)
   Attack( selectedattack )