Blood Taste is an enemy from Final Fantasy VII fought in Mako Reactor 5 during AVALANCHE's mission to destroy it near the beginning of the game.
Stats[]
Formations[]
# | Formation |
---|---|
347 | Row 1: Blood Taste A, Blood Taste B Row 2: Special Combatant A, Special Combatant B |
348 | Row 1: Blood Taste A, Blood Taste B Row 2: Blood Taste C, Blood Taste D |
350 | Blood Taste A, Blood Taste B, Blood Taste C (Back Attack) |
351 | Blood Taste A, Blood Taste B, Blood Taste C (Attack from both sides) |
357 | Row 1: Smogger A, Smogger B Row 2: Blood Taste |
358 | Smogger, Blood Taste A, Blood Taste B |
359 | Row 1: Blood Taste A, Blood Taste B Row 2: Blood Taste C (Back Attack) |
362 | Blood Taste (Back Attack) |
363 | Blood Taste (Attack from both sides) |
Locations[]
No.5 Reactor | |
---|---|
Entrance | 347, 348, 350 (Back Attack), 351 (Attack from both sides) |
Lower Piping | 357, 358, 359 (Back Attack) |
Core | 357, 358, 359 (Back Attack) |
Battle[]
Blood Taste has two attacks: Bite, which is its standard physical attack, and Tentacle Drain, which inflicts damage and restores Blood Taste's HP equal to the amount of damage it inflicted. Neither of these attacks are powerful.
The lower Blood Taste's HP is, the higher the chance of Tentacle Drain being used, and also the higher that chance that Blood Taste may use Bite twice in one turn, given that it does use Bite. Blood Taste will always target the character who last attacked it unless the target has been KO'd, or it hasn't been attacked yet, in which case Blood Taste will target a random character for Bite, or the character with the highest HP for Tentacle Drain.
Strategy[]
Though it has no weaknesses, Blood Taste is a weak enemy and can easily be dispatched with physical attacks.
AI script[]
Declare SelectedTarget = random opponent
Declare SpecialChance = 8
If (SelectedTarget is alive) Then: Use Tentacle Drain on SelectedTarget
Else: Use Tentacle Drain on random opponent with highest HP
If (SelectedTarget is alive) Then: Use Bite on SelectedTarget
Else: Use Bite on random opponent
If (SelectedTarget is alive) Then: Use Bite on SelectedTarget
Else: Use Bite on random opponent
If (SelectedTarget is alive) Then: Use Bite on SelectedTarget
Else: Use Bite on random opponent
SelectedTarget = last attacker
If (Self HP > 3/4 * Self Max HP) Then: SpecialChance = 8
Else If (Self HP > 1/2 * Self Max HP) Then: SpecialChance = 3
Else If (Self HP > 1/4 * Self Max HP) Then: SpecialChance = 2
Else: SpecialChance = 1
Other appearances[]
Pictlogica Final Fantasy[]
Blood Taste from Final Fantasy VII appears as an enemy in Pictlogica Final Fantasy.
Mobius Final Fantasy[]