Documentation for this module may be created at Module:FFRK Data/BurstModeAbilities/doc
return {
datafrom = "January 22, 2017",--last update
keyfield = "name",
fields = {
name = {
datatype = "string",
title = "Name",
unique = true
},
jpn = {
datatype = "string",
title = "Japanese",
unique = true
},
rom = {
datatype = "string",
title = "RÅmaji",
unique = true
},
lit = {
datatype = "string",
title = "Lit.",
description = "Translation of the Japanese"
},
link = {
datatype = "string",
title = "Link",
description = "Link to the page covering the ability in the series"
},
image= {
datatype = "image",
title = "Image",
description = "The image link for the ability icon"
},
description = {
datatype = "string",
format = "quote",
title = "Description",
description = "The description of the ability"
},
user = {
datatype = "string",
title = "User",
description = "The user of the ability"
},
bmo = {
datatype = "string",
title = "Burst Mode origin",
description = "The Burst Soul Break from which the ability comes"
},
replace = {
datatype = "string",
title = "Replacement",
description = "The ability replaced by Burst Mode"
},
school = {
datatype = "string",
title = "School",
description = "The category of ability it is classified as"
},
chargetime = {
datatype = "number",
title = "Charge Time",
description = "The duration of delay in seconds before the ability is used"
},
target = {
datatype = "string",
title = "Target",
description = "The targets which the ability hits"
},
autotarget = {
datatype = "string",
title = "Auto-Target",
description = "The target that will be automatically chosen if none are select"
},
dmgformula = {
datatype = "string",
title = "Damage formula",
description = "Determines the damage output"
},
type = {
datatype = "string",
title = "Type",
description = "The type of damage"
},
hits = {
datatype = "number",
title = "Hits",
default = 0,
description = "The number of hits that ability does"
},
potency = {
datatype = "number",
format = "percent",
title = "Potency",
default = 0,
description = "The total damage potency of the ability"
},
elements = {
datatype = "string",
title = "Elements",
description = "The elements that are attached to the ability"
},
healing = {
datatype = "string",
title = "Healing potency",
default = 0,
description = "The healing potency of the ability"
},
sgcharge = {
datatype = "number",
title = "Soul Gauge charge rate",
default = 0,
description = "The charge rate at which the Soul Gauge fills"
},
allystatuses = {
datatype = "string",
title = "Ally statuses",
description = "The status effects applies to the allied party"
},
enemystatuses = {
datatype = "string",
title = "Enemy statuses",
description = "The stats effects applied to the enemy party"
},
notes = {
datatype = "string",
format = "longtext",
title = "Notes",
description = "The additional information"
}
},
{
name = "Deathblow",
jpn = "ãã¹ã¯ããŠ",
rom= "Desu KurÅ",
lit = "Death Claw",
link = "Deathblow (Garland ability)",
image = "FFRK Deathblow Icon.png",
replace = "Attack",
description = "Deal physical dark damage to one target, healing the user for a portion of the damage dealt.",
user = "Garland",
bmo = "[[Soul Break/Final Fantasy#Dark Rebirth|Dark Rebirth]]",
school = "Darkness",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 1,
potency = 230,
elements = "Dark",
healing = "20% of the damage dealt to the user",
sgcharge = 50
},
{
name = "Wave of Darkness",
jpn = "ãã¿ã®ã€ãªã¿",
rom = "Yami no Tsunami",
lit = "Tsunami of Darkness",
image = "FFRK Wave of Darkness Icon.png",
user = "Garland",
bmo = "[[Soul Break/Final Fantasy#Dark Rebirth|Dark Rebirth]]",
replace = "Defend",
description = "Deal two ranged physical dark attacks to all targets.",
school = "Darkness",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemies",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 63,
elements = "Dark",
sgcharge = 50,
notes = "80% chance to strike a critical hit"
},
{
name = "Mug Power (IX)",
jpn = "åãã¶ãã©ããIXã",
rom = "Riki o Bundoru [IX]",
lit = "Pilfer Strength (IX)",
image = "FFRK Mug Power FFIX Icon.png",
description = "Deal physical damage to one target, temporarily lowering its Attack a large amount, and temporarily raise the user's Attack a large amount.",
user = "Zidane",
bmo = "[[Soul Break/Final Fantasy IX#Stellar Circle 5|Stellar Circle 5]]",
replace = "Attack",
school = "Thief",
chargetime = 1.20,
target = "One enemy",
autotarget = "Random enemy without status",
dmgformula = "Physical",
type = "PHY",
hits = 1,
potency = 200,
sgcharge = 50,
allystatuses = "User â¹ ATK +50% (20s)",
enemystatuses = "ATK -40% (20s)"
},
{
name = "Mug Defense (IX)",
jpn = "å®ããã¶ãã©ããIXã",
rom = "Mamori o Bundoru [IX]",
lit = "Pilfer Defense (IX)",
image = "FFRK Mug Defense FFIX Icon.png",
description = "Deal physical damage to one target, temporarily lowering its Defense a large amount, and temporarily raise the user's Defense a moderate amount.",
user = "Zidane",
bmo = "[[Soul Break/Final Fantasy IX#Stellar Circle 5|Stellar Circle 5]]",
replace = "Defend",
school = "Thief",
chargetime = 1.20,
target = "One enemy",
autotarget = "Random enemy without status",
dmgformula = "Physical",
type = "PHY",
hits = 1,
potency = 200,
sgcharge = 50,
allystatuses = "User â¹ DEF +50% (20s)",
enemystatuses = "DEF -40% (20s)"
},
{
name = "Healing Light",
jpn = "çããã®å
",
--rom = "",
--lit = "",
image = "FFRK Healing Light Icon.png",
description = "Restore a very large amount of HP and cast Esuna on the target.",
user = "Garnet",
bmo = "[[Soul Break/Final Fantasy IX#Dagger of Resolve|Dagger of Resolve]]",
replace = "Attack",
school = "White Magic",
chargetime = 1.65,
target = "One ally or one enemy",
autotarget = "Lowest HP% ally",
dmgformula = "Magic",
type = "WHT",
hits = 1,
potency = 400,
elements = "Holy",
healing = "105",
sgcharge = 50,
notes = "Casts Esuna on the target; damage applies only to undead targets"
},
{
name = "Ramuh's Judgment",
jpn = "é·åžã®è£ã",
rom = "Raitei no Sai",
lit = "Lightning Sovereign's Judgment",
image = "FFRK Ramuh's Judgment Icon.png",
description = "Deal two summoning magic lightning and holy attacks to all targets.",
user = "Garnet",
bmo = "[[Soul Break/Final Fantasy IX#Dagger of Resolve|Dagger of Resolve]]",
replace = "Defend",
school = "Summoning",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemeis",
dmgformula = "Magic",
type = "SUM",
hits = 2,
potency = 400,
elements = "Lightning, holy",
sgcharge = 50,
notes = "Minimal damage: 1100"
},
{
name = "Doublecast Fira",
jpn = "Wéæ³ã»ãã¡ã€ã©",
rom = "W MahÅ: Faira",
lit = "Double Magic: Fira",
image = "FFRK Doublecast Fira Icon.png",
description = "Deal four magic fire and non-elemental attacks to one target.",
user = "Vivi",
bmo = "[[Soul Break/Final Fantasy IX#Proof of Existence|Proof of Existence]]",
replace = "Attack",
school = "Black Magic",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Magic",
type = "BLK",
hits = 4,
potency = 224,
elements = "Fire, non-elemental",
sgcharge = 50
},
{
name = "Doublecast Fira All",
jpn = "Wéæ³ã»å
šäœãã¡ã€ã©",
rom = "W MahÅ: Zentai Faira",
lit = "Double Magic: Whole Fira",
image = "FFRK Doublecast Fira All Icon.png",
description = "Deal two magic fire and non-elemental attacks to all targets.",
user = "Vivi",
bmo = "[[Soul Break/Final Fantasy IX#Proof of Existence|Proof of Existence]]",
replace = "Attack",
school = "Black Magic",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemies",
dmgformula = "Magic",
type = "BLK",
hits = 2,
potency = 314,
elements = "Fire, non-elemental",
sgcharge = 50
},
{
name = "Scorching Blade",
jpn = "çç«å£",
rom = "Rekkaken",
lit = "Raging Fire Sword",
image = "FFRK Scorching Blade Icon.png",
description = "Deal four physical fire attacks to one target. Deals five attacks if target has a Slight Weakness or is Vulnerable to fire.",
user = "Steiner",
bmo = "[[Soul Break/Final Fantasy IX#Knight's Honor|Knight's Honor]]",
replace = "Attack",
school = "Combat",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 4,
potency = 52,
elements = "Fire",
notes = "Target: status = Slight Weakness/Vulnerable to fire â¹ Hits: 5 (Total: 260%)"
},
{
name = "Flame Break",
jpn = "ãã¬ã€ã ãã¬ã€ã¯",
rom = "Fureimu Bureiku",
lit = "Flame Break",
image = "FFRK Flame Break Icon.png",
description = "Deal two physical fire attacks to all targets. Deals three attacks if any target has a Slight Weakness or is Vulnerable to fire.",
user = "Steiner",
bmo = "[[Soul Break/Final Fantasy IX#Knight's Honor|Knight's Honor]]",
replace = "Defend",
school = "Combat",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemies",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 63,
elements = "Fire",
notes = "Any target: status = Slight Weakness/Vulnerable to fire â¹ Hits: 3 (Total: 189%)"
},
{
name = "Petal Storm",
jpn = "颚è¯",
rom = "HÅka",
lit = "Wind Flower",
image = "FFRK Petal Storm Icon.png",
description = "Deal two physical wind and non-elemental attacks to one target, and remove delay from user's jump attacks for two turns.",
user = "Freya",
bmo = "[[Soul Break/Final Fantasy IX#Dragon's Crest|Dragon's Crest]]",
replace = "Attack",
school = "Dragoon",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 98,
elements = "Wind, non-elemental",
sgcharge = 50,
allystatuses = "User â¹ No Air Time 2"
},
{
name = "Dragon Leech",
jpn = "ãã©ãŽã³ãããŒ",
rom = "Doragon DorÅ",
lit = "Dragon Draw",
image = "FFRK Dragon Leech Icon.png",
description = "Deal two physical wind and non-elemental attacks to one target, and restore one ability use to the ability with the fewest remaining uses.",
user = "Freya",
bmo = "[[Soul Break/Final Fantasy IX#Dragon's Crest|Dragon's Crest]]",
replace = "Defend",
school = "Dragoon",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 98,
elements = "Wind, non-elemental",
sgcharge = 50,
allystatuses = "Restores one ability use to the user's ability with the fewest remaining uses"
},
{
name = "Eiko's Aid",
jpn = "ãšãŒã³ã®ãããã",
rom = "Äko no Åen",
lit = "Eiko's Support",
image = "FFRK Eiko's Aid Icon.png",
description = "Restore a very large amount of HP to one ally, and enable them to avoid one physical attack.",
user = "Eiko",
bmo = "[[Soul Break/Final Fantasy IX#Prayer of the Lost|Prayer of the Lost]]",
replace = "Attack",
school = "White Magic",
chargetime = 1.65,
target = "One ally",
autotarget = "Lowest HP% ally",
dmgformula = "Magic",
type = "WHT",
hits = 1,
potency = 400,
elements = "Holy",
healing = "105",
sgcharge = 50,
allystatuses = "Target â¹ Mirror Image 1",
notes = "Damage applies only to undead targets"
},
{
name = "Wayfarer's Hymn",
jpn = "æ
ç«ã¡ã®æ",
rom = "Tabidachi no Uta",
lit = "Journey's Song",
image = "FFRK Wayfarer's Hymn Icon.png",
description = "Restore a small amount of HP to all allies.",
user = "Eiko",
bmo = "[[Soul Break/Final Fantasy IX#Prayer of the Lost|Prayer of the Lost]]",
replace = "Defend",
school = "White Magic",
chargetime = 1.65,
target = "All allies",
autotarget = "All allies",
dmgformula = "Magic",
type = "WHT",
hits = 1,
potency = 200,
elements = "Holy",
healing = "25",
sgcharge = 50,
notes = "Damage applies only to undead targets"
},
{
name = "Bulwark Blade",
jpn = "å®è·ã®å£",
rom = "Shugo no Tsurugi",
lit = "Blade of Protection",
image = "FFRK Bulwark Blade Icon.png",
description = "Deal two physical holy attacks to one target, temporarily raise the user's Defense a very large amount, and attract single-target physical and black magic attacks.",
user = "Beatrix",
bmo = "[[Soul Break/Final Fantasy IX#Knight Protector|Knight Protector]]",
replace = "Attack",
school = "Knight",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 125,
elements = "Holy",
sgcharge = 50,
allystatuses = "User â¹ Sentinel"
},
{
name = "Sworn Blade",
jpn = "å¿ èª ã®å£",
rom = "Chūsei no Tsurugi",
lit = "Blade of Loyalty",
image = "FFRK Sworn Blade Icon.png",
description = "Deal two physical attacks to one target, and temporarily raise the user's Resistance a moderate amount.",
user = "Beatrix",
bmo = "[[Soul Break/Final Fantasy IX#Knight Protector|Knight Protector]]",
replace = "Attack",
school = "Knight",
chargetime = 1.65,
target = "One enemy",
autotarget = "Random enemy",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 135,
elements = "Holy",
sgcharge = 50,
allystatuses = "User â¹ RES +40% (20s)"
},
{
name = "Clutch Shot",
jpn = "ã¹ãããã·ã§ãã",
rom = "Sunatchi Shotto",
lit = "Snatch Shot",
link = "Snatch Shot",
image = "FFRK Clutch Shot Icon.png",
description = "Deal four magic dark and non-elemental attacks to one target. Deals more damage if the user has Doom.",
user = "Kuja",
bmo = "[[Soul Break/Final Fantasy IX#Force Symphony|Force Symphony]]",
replace = "Attack",
school = "Black Magic",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Magic",
type = "BLK",
hits = 4,
potency = 204,
elements = "Dark, non-elemental",
healing = "",
sgcharge = 50,
notes = "If user: status = Doom (any) â¹ Potency: 286% (Total: 1,144%)"
},
{
name = "Burst Energy",
jpn = "ããŒã¹ããšããžãŒ",
rom = "BÄsuto EnajÄ«",
lit = "Burst Energy",
link = "Burst Energy",
image = "FFRK Burst Energy Icon.png",
description = "Deal two magic dark and non-elemental attacks to all targets. Deals more damage if the user has Doom.",
user = "Kuja",
bmo = "[[Soul Break/Final Fantasy IX#Force Symphony|Force Symphony]]",
replace = "Defend",
school = "Black Magic",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemies",
dmgformula = "Magic",
type = "BLK",
hits = 2,
potency = 294,
elements = "Dark, non-elemental",
healing = "",
sgcharge = 50,
notes = "If user: status = Doom (any) â¹ Potency: 412% (Total: 824%)"
},
{
name = "Volley Shot",
jpn = "ãã¬ãŒã·ã¥ãŒã",
rom = "BorÄ ShÅ«to",
lit = "Volley Shoot",
image = "FFRK Volley Shot Icon.png",
description = "Deal four physical water and non-elemental attacks to one enemy.",
user = "Tidus",
bmo = "[[Soul Break/Final Fantasy X#Abes All-star|Abes All-star]]",
replace = "Attack",
school = "Combat",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 4,
potency = 54,
elements = "Water, non-elemental",
sgcharge = 50
},
{
name = "Spin Ball",
jpn = "ã¹ãã³ããŒã«",
rom = "Supin BÅru",
lit = "Spin Ball",
image = "FFRK Spin Ball Icon.png",
description = "Deal two physical water and non-elemental attacks to all enemies.",
user = "Tidus",
bmo = "[[Soul Break/Final Fantasy X#Abes All-star|Abes All-star]]",
replace = "Defend",
school = "Combat",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemeis",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 75,
elements = "Water, non-elemental",
sgcharge = 50
},
{
name = "Scattershot",
jpn = "ãã«ãã·ã§ãã",
rom = "Maruchi Shotto",
lit = "Multi Shot",
link = "Scattershot",
image = "FFRK Scattershot Icon.png",
description = "Deal two non-elemental magic attacks to all targets.",
user = "Yuna",
bmo = "[[Soul Break/Final Fantasy X#Trigger Happy|Trigger Happy]]",
replace = "Attack",
school = "Special",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemies",
dmgformula = "Magic",
type = "NAT",
hits = 2,
potency = 400,
elements = "Non-elemental",
sgcharge = 50
},
{
name = "Soul Spring",
jpn = "åœã®æ³",
rom = "Inochi no Izumi",
lit = "Wellspring of Life",
image = "FFRK Soul Spring Icon.png",
description = "Restore a small amount of HP to all allies.",
user = "Yuna",
bmo = "[[Soul Break/Final Fantasy X#Trigger Happy|Trigger Happy]]",
replace = "Defend",
school = "White Magic",
chargetime = 1.65,
target = "All allies",
autotarget = "All allies",
dmgformula = "Magic",
type = "WHT",
elements = "Holy",
healing = "15",
sgcharge = 50,
notes = "Damage applies only to undead targets",
},
{
name = "Valefor",
jpn = "ãŽã¡ã«ãã¡ãŒã¬å¬å",
rom = "VarufÄre ShÅkan",
lit = "Summon Valefor",
image = "FFRK Valefor BSB Icon.png",
description = "Grant Summon Strike to the user. If the user already has Summon Strike, deal four summon magic non-elemental attacks to all targets and remove Summon Strike from the user. Summon Strike is only active during Burst Mode.",
user = "Yuna",
bmo = "[[Soul Break/Final Fantasy X#Tenets of the Fayth|Tenets of the Fayth]]",
replace = "Attack",
school = "Summoning",
chargetime = 1.65,
target = "Self",
autotarget = "Self",
type = "SUM",
sgcharge = 50,
allystatuses = "User â¹ Summon Strike"
},
{
name = "Valefor",
image = "FFRK Valefor BSB Icon.png",
description = "Grant Summon Strike to the user. If the user already has Summon Strike, deal four summon magic non-elemental attacks to all targets and remove Summon Strike from the user. Summon Strike is only active during Burst Mode.",
user = "Yuna",
bmo = "[[Soul Break/Final Fantasy X#Tenets of the Fayth|Tenets of the Fayth]]",
replace = "Attack<br>(Summon Strike)",
school = "Summoning",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemies",
dmgformula = "Magic",
type = "SUM",
hits = 4,
potency = 480,
elements = "Non-elemental",
sgcharge = 50,
notes = "Alias name: \"{{foot|Energy Volley|{{J|ã·ã¥ãŒãã£ã³ã°ã»ãšããžãŒ|ShÅ«tingu EnajÄ«|Shooting Energy|fmt=j(r)}}\"; minimum damage: 1100; removes Summon Strike status from the user"
},
{
name = "Breath of the Heavens",
jpn = "倩æ¥ã®æ¯å¹",
image = "FFRK Breath of the Heavens Icon.png",
description = "Restore a small amount of HP to all allies, and deal summon magic non-elemental damage to all targets if the user has Summon Strike.",
user = "Yuna",
bmo = "[[Soul Break/Final Fantasy X#Tenets of the Fayth|Tenets of the Fayth]]",
replace = "Defend",
school = "White Magic",
chargetime = 1.65,
target = "All allies",
autotarget = "All allies",
dmgformula = "Magic",
type = "WHT",
hits = 1,
potency = 200,
elements = "Holy",
healing = "25",
sgcharge = 50,
notes = "Damage applies only to undead targets",
},
{
name = "Breath of the Heavens",
image = "FFRK Breath of the Heavens Icon.png",
description = "Restore a small amount of HP to all allies, and deal summon magic non-elemental damage to all targets if the user has Summon Strike.",
user = "Yuna",
bmo = "[[Soul Break/Final Fantasy X#Tenets of the Fayth|Tenets of the Fayth]]",
replace = "Defend<br>(Summon Strike)",
school = "Summoning",
chargetime = 1.65,
target = "All allies and all enemies",
autotarget = "All allies and all enemies",
dmgformula = "Magic",
type = "SUM",
hits = 1,
potency = 480,
elements = "Holy",
healing = "25",
sgcharge = 50,
notes = "Minimum damage: 1100; damage applies only to undead targets",
},
{
name = "Wither Tackle",
jpn = "ãŠã£ã¶ãŒã¿ãã¯ã«",
rom = "UizÄ Takkuru",
lit = "Wither Tackle",
link = "Wither Tackle",
image = "FFRK Wither Tackle Icon.png",
description = "Deal ranged physical damage to one target, and temporarily lower its Magic a large amount.",
user = "Wakka",
bmo = "[[Soul Break/Final Fantasy X#Assault Reels|Assault Reels]]",
replace = "Attack",
school = "Support",
chargetime = 1.65,
target = "One enemy",
autotarget = "Random enemy",
dmgformula = "Physical",
type = "PHY",
hits = 1,
potency = 230,
sgcharge = 50,
enemystatuses = "MAG -50% (15s)",
notes = "Long range"
},
{
name = "Pile Wither",
jpn = "ãã€ã«ãŠã£ã¶ãŒ",
rom = "Pairu UizÄ",
lit = "Pile Wither",
image = "FFRK Pile Wither Icon.png",
description = "Deal ranged physical damage to one target, and temporarily lower its Attack a large amount.",
user = "Wakka",
bmo = "[[Soul Break/Final Fantasy X#Assault Reels|Assault Reels]]",
replace = "Defend",
school = "Support",
chargetime = 1.65,
target = "One enemy",
autotarget = "Random enemy",
dmgformula = "Physical",
type = "PHY",
hits = 1,
potency = 230,
sgcharge = 50,
enemystatuses = "ATK -40% (15s)",
notes = "Long range"
},
{
name = "Freezing Flame",
jpn = "æ°·çµãã¡ã€ã¢",
rom = "HyÅketsu Faia",
lit = "Freezing Fire",
image = "FFRK Freezing Flame Icon.png",
description = "Deal four magic ice and fire attacks to one target.",
user = "Lulu",
bmo = "[[Soul Break/Final Fantasy X#Triple Threat|Triple Threat]]",
replace = "Attack",
school = "Black Magic",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Magic",
type = "BLK",
hits = 4,
potency = 262,
elements = "Ice, fire",
sgcharge = 50
},
{
name = "Freezing Water",
jpn = "æ°·çµãŠã©ãŒã¿",
rom = "HyÅketsu UÅta",
lit = "Freezing Water",
image = "FFRK Freezing Water Icon.png",
description = "Deal four magic ice and water attacks to one target.",
user = "Lulu",
bmo = "[[Soul Break/Final Fantasy X#Triple Threat|Triple Threat]]",
replace = "Attack",
school = "Black Magic",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Magic",
type = "BLK",
hits = 4,
potency = 262,
elements = "Ice, water",
sgcharge = 50
},
{
name = "Shockstorm",
jpn = "ã·ã§ãã¯ã¹ããŒã ",
rom = "ShokkusutÅmu",
lit = "Shockstorm",
link = "Shockstorm (ability)",
image = "FFRK Shockstorm Icon.png",
description = "Deal two ranged physical water and lightning attacks to all targets, with a small chance to interrupt their pending actions.",
user = "Rikku",
bmo = "[[Soul Break/Final Fantasy X#Machinations|Machinations]]",
replace = "Attack",
school = "Machinist",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemies",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 70,
elements = "Water, lightning",
sgcharge = 50,
enemystatuses = "Stun (11%)",
notes = "Long range"
},
{
name = "Anti-Power\/Armor Shell",
jpn = "åãã¯ãŒ&ã¢ãŒããŒåŒŸ",
rom = "",
lit = "",
image = "FFRK Anti-Power Armor Shell Icon.png",
description = "Deal two ranged physical attacks to one target, temporarily lower its Attack and Defense a small amount, and temporarily raise the user's Attack and Defense a small amount.",
user = "Rikku",
bmo = "[[Soul Break/Final Fantasy X#Machinations|Machinations]]",
replace = "Defend",
school = "Machinist",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 100,
sgcharge = 50,
allystatuses = "User â¹ ATK/DEF +20% (20s)",
enemystatuses = " ATK/DEF -20% (20s)",
notes = "Long range"
},
{
name = "Guardian's Resolve",
jpn = "èŠæãæ±ºãã",
rom = "Kakugo o Kimero",
lit = "",
image = "FFRK Guardian's Resolve Icon.png",
description = "Deal physical damage to one target, healing the user for a portion of the damage dealt.",
user = "Auron",
bmo = "[[Soul Break/Final Fantasy X#Bushido|Bushido]]",
replace = "Attack",
school = "Samurai",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 1,
potency = 240,
healing = "20% of the damage dealt to the user",
sgcharge = 50
},
{
name = "Decisive Instant",
jpn = "決æããæ",
rom = "Ketsudan suru Toki",
lit = "Timely Decided",
image = "FFRK Decisive Instant Icon.png",
description = "Deal two physical attacks to all targets, and temporarily allow the user to counter physical attacks.",
user = "Auron",
bmo = "[[Soul Break/Final Fantasy X#Bushido|Bushido]]",
replace = "Attack",
school = "Samurai",
chargetime = 1.65,
target = "All enemeis",
autotarget = "All enemies",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 91,
sgcharge = 50,
allystatuses = "User â¹ Retaliate (15s)"
},
{
name = "Jecht Stream",
jpn = "ãžã§ã¯ãã¹ããªãŒã ",
rom = "Jekuto Sutorīmu",
lit = "Jecht Stream",
link = "Jecht Stream",
image = "FFRK Jecht Stream Icon.png",
description = "Deal four ranged physical dark and non-elemental attacks to one target.",
user = "Jecht",
bmo = "[[Soul Break/Final Fantasy X#Final Transformation|Final Transformation]]",
replace = "Attack",
school = "Monk",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 4,
potency = 54,
elements = "Dark, non-elemental",
sgcharge = 50,
notes = "Long range",
},
{
name = "Jecht Bomber",
jpn = "ãžã§ã¯ããããŒ",
rom = "Jekuto BomÄ",
lit = "Jecht Bomber",
link = "Jecht Bomber",
image = "FFRK Jecht Bomber Icon.png",
description = "",
user = "Jecht",
bmo = "[[Soul Break/Final Fantasy X#Final Transformation|Final Transformation]]",
replace = "Defend",
school = "Monk",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemies",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 75,
elements = "Dark, non-elemental",
sgcharge = 50,
notes = "Long range",
},
{
name = "Death's Release",
jpn = "æ»è²ã®ææž",
rom = "Shishoku no Kyūsai",
lit = "Death Color's Aid",
image = "FFRK Death's Release Icon.png",
description = "Deal four magic dark and non-elemental attacks to one target, with a moderate chance to KO it.",
user = "Seymour",
bmo = "[[Soul Break/Final Fantasy X#Anima's Pain|Anima's Pain]]",
replace = "Attack",
school = "Black Magic",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Magic",
type = "BLK",
hits = 4,
potency = 217,
elements = "Dark, non-elemental",
sgcharge = 50,
enemystatuses = "Instant KO (9%)"
},
{
name = "Mortisunder",
jpn = "å¹»å
å€©ç Ž",
rom = "KankÅtenha",
lit = "Illusion Light Sky Cut",
image = "FFRK Mortisunder Icon.png",
description = "Deal two magic dark and non-elemental attacks to all targets, with a small chance to Slow them.",
user = "Seymour",
bmo = "[[Soul Break/Final Fantasy X#Anima's Pain|Anima's Pain]]",
replace = "Defend",
school = "Black Magic",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemies",
dmgformula = "Magic",
type = "BLK",
hits = 2,
potency = 304,
elements = "Dark, non-elemental",
sgcharge = 50,
enemystatuses = "Slow (16%)"
},
{
name = "Flourish of Steel",
jpn = "é£é",
rom = "Rensen",
lit = "Chain Flash",
link = "Flourish of Steel",
image = "FFRK Flourish of Steel Icon.png",
description = "Deal four physical attacks to one enemy, with a moderate chance to interrupt its pending action.",
user = "Lightning",
bmo = "[[Soul Break/Final Fantasy XIII#Requiem of the Goddess|Requiem of the Goddess]]",
replace = "Attack",
school = "Combat",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 4,
potency = 46,
sgcharge = 50,
enemystatuses = "Stun (9%)",
notes = "80% chance to strike a critical hit"
},
{
name = "Skyward Swing",
jpn = "倩èš",
rom = "Tenrin",
lit = "Heaven's Wheel",
link = "Skyward Swing",
image= "FFRK Skyward Swing Icon.png",
description = "Deal two physical attacks to all enemies, with a small chance to Slow them.",
user = "Lightning",
bmo = "[[Soul Break/Final Fantasy XIII#Requiem of the Goddess|Requiem of the Goddess]]",
replace = "Defend",
school = "Combat",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemies",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 63,
sgcharge = 50,
enemystatuses = "Slow (16%)",
notes = "80% chance to strike a critical hit",
},
{
name = "Icy Revenge",
jpn = "ãªãã³ãžããã¹ã",
rom = "Ribenji Furosuto",
lit = "Revenge Frost",
image = "FFRK Icy Revenge Icon.png",
description = "Deal four physical ice and non-elemental attacks to one target. Damage dealt increases when the user's remaining HP is lower.",
user = "Snow",
bmo = "[[Soul Break/Final Fantasy XIII#Here we go!|Here we go!]]",
replace = "Attack",
school = "Monk",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 4,
potency = 54,
elements = "Ice, non-elemental",
sgcharge = 50
},
{
name = "Frost Charge",
jpn = "ã¢ã€ã·ã¯ã«ãã£ãŒãž",
rom = "Aishikuru ChÄji",
lit = "Icicle Charge",
image = "FFRK Frost Charge Icon.png",
description = "Deal three physical ice and non-elemental attacks to one target, raise the user's Attack a moderate amount, and Defense a small amount.",
user = "Snow",
bmo = "[[Soul Break/Final Fantasy XIII#Here we go!|Here we go!]]",
replace = "Defend",
school = "Monk",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 3,
potency = 80,
elements = "Ice, non-elemental",
sgcharge = 50,
allystatuses = "User â¹ Oathsword Espada (20s)"
},
{
name = "Light Eternal",
jpn = "ä¹
é ã®å
å°",
rom = "Kuon no KÅin",
lit = "Light Marks of Eternity",
image= "FFRK Light Eternal Icon.png",
description = "Deal two white magic holy attacks to one target, and temporarily lower its Resistance a moderate amount.",
user = "Vanille",
bmo = "[[Soul Break/Final Fantasy XIII#Transcendent Dream|Transcendent Dream]]",
replace = "Attack",
school = "White Magic",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Magic",
type = "WHT",
hits = 2,
potency = 530,
elements = "Holy",
sgcharge = 50,
enemystatuses = "RES -30% (25s)"
},
{
name = "Breath of Vitality",
jpn = "åœèã®æ¯å¹",
rom = "Meimyaku no Shokusui",
lit = "Life Pulse's Breath Blows",
image= "FFRK Breath of Vitality Icon.png",
description = "Restore a small amount of HP to all allies.",
user = "Vanille",
bmo = "[[Soul Break/Final Fantasy XIII#Transcendent Dream|Transcendent Dream]]",
replace = "Defend",
school = "White Magic",
chargetime = 1.65,
target = "All allies",
autotarget = "All allies",
dmgformula = "Magic",
type = "WHT",
hits = 1,
potency = 200,
elements = "Holy",
healing = "25",
sgcharge = 50,
notes = "Damage applies only to undead targets"
},
{
name = "Purification",
jpn = "é§è¢äžè§ŠãXIIIã",
rom = "Gaishū Isshoku [XIII]",
lit = "Armored Single Sleeve Blow (XIII)",
link = "Gauntlet (ability)",
image= "FFRK Purification FFXIII Icon.png",
description = "Deal four magic holy and non-elemental attacks to one target.",
user = "Hope",
bmo = "[[Soul Break/Final Fantasy XIII#Divine Judgment|Divine Judgment]]",
replace = "Attack",
school = "Black Magic",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Magic",
type = "BLK",
hits = 4,
potency = 224,
elements = "Holy, non-elemental",
sgcharge = 50
},
{
name = "Obliterator",
jpn = "éåæ",
rom = "KongÅshÅ",
lit = "Vajra Palm",
image= "FFRK Obliterator Icon.png",
description = "Deal four magic earth and non-elemental attacks to one target.",
user = "Hope",
bmo = "[[Soul Break/Final Fantasy XIII#Divine Judgment|Divine Judgment]]",
replace = "Attack",
school = "Black Magic",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Magic",
type = "BLK",
hits = 4,
potency = 262,
elements = "Earth, non-elemental",
sgcharge = 50
},
{
name = "Dragon Claws",
jpn = "ãã©ãŽã³ã¯ããŒ",
rom = "Doragon KurÅ",
lit = "Dragon Claw",
link = "Dragon Claws (ability)",
image= "FFRK Dragon Claws Icon.png",
description = "Deal four physical wind and non-elemental attacks to one target.",
user = "Fang",
bmo = "[[Soul Break/Final Fantasy XIII#Megaflare|Megaflare]]",
replace = "Attack",
school = "Dragoon",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 4,
potency = 54,
elements = "Wind, non-elemental",
sgcharge = 50
},
{
name = "Whirlwind",
jpn = "ãšã¢ãªã¢ã«ã¬ã€ãŽ",
rom = "Eariaru Reivu",
lit = "Aerial Rave",
link = "Whirlwind (Bahamut ability)",
image= "FFRK Whirlwind FFXIII Icon.png",
description = "Deal two physical wind and non-elemental attacks to all targets.",
user = "Fang",
bmo = "[[Soul Break/Final Fantasy XIII#Megaflare|Megaflare]]",
replace = "Defend",
school = "Dragoon",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemies",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 75,
elements = "Wind, non-elemental",
sgcharge = 50
},
{
name = "Ice Burst",
jpn = "ã¢ã€ã·ã¯ã«ãã©ãã",
rom = "Aishikuru Furaddo",
lit = "Icicle Flood",
image= "FFRK Ice Burst Icon.png",
description = "Deal four magic ice and non-elemental attacks to one target.",
user = "Serah",
bmo = "[[Soul Break/Final Fantasy XIII#Moonfrost Arrows|Moonfrost Arrows]]",
replace = "Attack",
school = "Black Magic",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Magic",
type = "BLK",
hits = 4,
potency = 224,
elements = "Ice, non-elemental",
sgcharge = 50
},
{
name = "Raging Blizzard",
jpn = "ããªã¶ãŒãã¹ããŒã ",
rom = "BurizÄdo SutÅmu",
lit = "Blizzard Storm",
image= "FFRK Raging Blizzard Icon.png",
description = "Deal two magic ice and non-elemental attacks to all targets.",
user = "Serah",
bmo = "[[Soul Break/Final Fantasy XIII#Moonfrost Arrows|Moonfrost Arrows]]",
replace = "Defend",
school = "Black Magic",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemies",
dmgformula = "Magic",
type = "BLK",
hits = 2,
potency = 314,
elements = "Ice, non-elemental",
sgcharge = 50
},
{
name = "Shining Moment",
jpn = "å¹é£ã®èŒã",
rom = "Setsuna no Kagayaki",
lit = "Shining Moment",
image= "FFRK Shining Moment Icon.png",
description = "Deal four magic dark and holy attacks to one target, and remove delay from the user's magic attacks for one turn.",
user = "Cid Raines",
bmo = "[[Soul Break/Final Fantasy XIII#Metamorphose|Metamorphose]]",
replace = "Attack",
school = "Black Magic",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Magic",
type = "BLK",
hits = 4,
potency = 220,
elements = "Dark, holy",
sgcharge = 50,
allystatuses = "User â¹ Instant Magic Attacks 1"
},
{
name = "Lingering Spirit",
jpn = "éã®æ®æ»",
rom = "Tamashii no Zanshi",
lit = " Soul's Remains",
image= "FFRK Lingering Spirit Icon.png",
description = "Deal two magic dark and holy attacks to all targets, temporarily lower the user's Resistance a moderate amount, and raise the user's Magic a moderate amount.",
user = "Cid Raines",
bmo = "[[Soul Break/Final Fantasy XIII#Metamorphose|Metamorphose]]",
replace = "Defend",
school = "Black Magic",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemies",
dmgformula = "Magic",
type = "BLK",
hits = 2,
potency = 390,
elements = "Dark, holy",
sgcharge = 50,
allystatuses = "User â¹ Soul Residuum (20s)"
},
{
name = "Arc Edge",
jpn = "ããŠã³ã¹ãšããž",
rom = "Baunsu Ejji",
lit = "Bounce Edge",
image= "FFRK Arc Edge Icon.png",
description = "Deal physical damage to one target, and temporarily lower its Attack a large amount.",
user = "Noel",
bmo = "[[Soul Break/Final Fantasy XIII#Meteor Javelin|Meteor Javelin]]",
replace = "Attack",
school = "Support",
chargetime = 1.65,
target = "One enemy",
autotarget = "Random enemy{{foot|Priority given to enemies whose ATK is not reduced.}}",
dmgformula = "Physical",
type = "PHY",
hits = 1,
potency = 230,
sgcharge = 50,
enemystatuses = "ATK -40% (15s)"
},
{
name = "Butterfly Sting",
jpn = "ãã¿ãã©ã€ã¹ãã£ã³ã°",
rom = "Batafurai Sutingu",
lit = "Butterfly Sting",
image= "FFRK Butterfly Sting Icon.png",
description = "Deal physical damage to one target, and temporarily lower its Magic a large amount.",
user = "Noel",
bmo = "[[Soul Break/Final Fantasy XIII#Meteor Javelin|Meteor Javelin]]",
replace = "Defend",
school = "Support",
chargetime = 1.65,
target = "One enemy",
autotarget = "Random enemy{{foot|Priority given to enemies whose MAG is not reduced.}}",
dmgformula = "Physical",
type = "PHY",
hits = 1,
potency = 230,
sgcharge = 50,
enemystatuses = "MAG -50% (15s)"
},
{
name = "Tetragrammaton",
jpn = "ããã©ã°ã©ããã³",
rom = "Tetoraguramaton",
lit = "Tetragrammaton",
link = "Tetragrammaton",
image= "FFRK Tetragrammaton Icon.png",
description = "Instantly restore a very large amount of HP to one ally.",
user = "Y'shtola",
bmo = "[[Soul Break/Final Fantasy XIV#Asylum|Asylum]]",
replace = "Attack",
school = "White Magic",
chargetime = 0.01,
target = "One ally",
autotarget = "Lowest HP% ally",
dmgformula = "Magic",
type = "WHT",
hits = 1,
potency = 400,
elements = "Holy",
healing = "105",
sgcharge = 50,
notes = "Damage applies only to undead targets"
},
{
name = "Medica",
jpn = "ã¡ãã£ã«",
rom = "Medika",
lit = "Medica",
link = "Medica",
image= "FFRK Medica Icon.png",
description = "Restore a small amount of HP to all allies.",
user = "Y'shtola",
bmo = "[[Soul Break/Final Fantasy XIV#Asylum|Asylum]]",
replace = "Defend",
school = "White Magic",
chargetime = 1.65,
target = "All allies",
autotarget = "All allies",
dmgformula = "Magic",
type = "WHT",
hits = 1,
potency = 200,
elements = "Holy",
healing = "25",
sgcharge = 50,
notes = "Damage applies only to undead targets"
},
{
name = "Duality",
jpn = "äžå",
rom = "IssÅ",
lit = "Pair",
image= "FFRK Duality Icon.png",
description = "Deal three physical fire and non-elemental attacks to one target. Deals double attacks if the user has the Mirror Image buff.",
user = "Thancred",
bmo = "[[Soul Break/Final Fantasy XIV#Kassatsu Katon|Kassatsu Katon]]",
replace = "Attack",
school = "Ninja",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 3,
potency = 50,
elements = "Fire, non-elemental",
sgcharge = 50,
notes = "If user: status = Mirror Image â¹ Hits: 6 (Total: 300%)"
},
{
name = "Shade Shift",
jpn = "æ®åœ±",
rom = "Zankage",
lit = "Remaining Shadow",
link = "Perfect Dodge",
image= "FFRK Shade Shift Icon.png",
description = "Deal two physical fire and non-elemental attacks to one target, and grant Mirror Image to the user, enabling him to avoid one physical attack.",
user = "Thancred",
bmo = "[[Soul Break/Final Fantasy XIV#Kassatsu Katon|Kassatsu Katon]]",
replace = "Defend",
school = "Ninja",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 90,
elements = "Fire, non-elemental",
sgcharge = 50,
notes = "User â¹ Mirror Image",
notes = "Previously known as \"Shadewalker\""
},
{
name = "Snap Punch",
jpn = "厩æ³",
rom = "HÅken",
lit = "Demolishing Fist",
image = "FFRK Snap Punch Icon.png",
description = "Deal four physical fire and non-elemental attacks to one target, raise the user's Attack, and grant the user Greased Lightning, reducing the delay of the user's actions (stacks up to three times).",
user = "Yda",
bmo = "[[Soul Break/Final Fantasy XIV#Forbidden Chakra|Forbidden Chakra]]",
replace = "Attack",
school = "Monk",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Physical",
type = "PHY",
hits = 4,
potency = 58,
elements = "Fire, non-elemental",
sgcharge = 50,
allystatuses = "User â¹ Greased Lightning",
notes = "Previously known as \"Bootshine\""
},
{
name = "Fists of Earth",
jpn = "éåã®æ§ã",
rom = "Kongou no Kamae",
lit = "Adamantine Stance",
image = "FFRK Fists of Earth Icon.png",
description = "Grant the user a barrier that negates attack damage up to 30% of her max HP.",
user = "Yda",
bmo = "[[Soul Break/Final Fantasy XIV#Forbidden Chakra|Forbidden Chakra]]",
replace = "Attack",
school = "Monk",
chargetime = 1.65,
target = "User",
autotarget = "User",
type = "NAT",
sgcharge = 50,
allystatuses = "User â¹ Stoneskin: 30%",
notes = "Previously known as \"Rockbreaker\""
},
{
name = "Astral Fire",
jpn = "ã¢ã¹ãã©ã«ãã¡ã€ã¢",
rom = "Asutoraru Faia",
lit = "Astral Fire",
image= "FFRK Astral Fire Icon.png",
description = "Deal between three and six magic fire and non-elemental attacks to one target. The number of attacks dealt depends on the user's Magic.",
user = "Papalymo",
bmo = "[[Soul Break/Final Fantasy XIV#Enochian Firaja|Enochian Firaja]]",
replace = "Attack",
school = "Black Magic",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Magic",
type = "BLK",
hits = 3,
potency = 200,
elements = "Fire, non-elemental",
sgcharge = 50,
notes = "The number of hits depends on the user's MAG."
},
{
name = "Flare Conversion",
jpn = "ã³ã³ããŒããã¬ã¢",
rom = "KonbÄto Furea",
lit = "Convert Flare",
image= "FFRK Flare Conversion Icon.png",
description = "Deal two magic fire and non-elemental attacks to all targets, temporarily lower the user's Defense, and raise the user's Magic a moderate amount.",
user = "Papalymo",
bmo = "[[Soul Break/Final Fantasy XIV#Enochian Firaja|Enochian Firaja]]",
replace = "Defend",
school = "Black Magic",
chargetime = 1.65,
target = "All enemies",
autotarget = "All enemies",
dmgformula = "Magic",
type = "BLK",
hits = 2,
potency = 309,
elements = "Fire, non-elemental",
sgcharge = 50,
allystatuses = "User â¹ Stitch in Time (20s)"
},
{
name = "Wind Blade",
jpn = "ãŠã£ã³ããã¬ãŒã",
rom = "Uindo BurÄdo",
lit = "Wind Blade",
image= "FFRK Wind Blade Icon.png",
description = "Deal four summon magic wind and non-elemental attacks to one target, and remove delay from the user's next action.",
user = "Alphinaud",
bmo = "[[Soul Break/Final Fantasy XIV#Aerial Blast|Aerial Blast]]",
replace = "Attack",
school = "Summoning",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Magic",
type = "SUM",
hits = 4,
potency = 191,
elements = "Wind, non-elemental",
sgcharge = 50,
allystatuses = "User â¹ Instant Cast 1"
},
{
name = "Aetherflow",
jpn = "ãšãŒãã«ãããŒ",
rom = "ÄterufurÅ",
lit = "Aetherflow",
link = "Aetherflow",
image= "FFRK Aetherflow Icon.png",
description = "Deal two summon magic wind and non-elemental attacks to one target, and restore one ability use to the user's ability with the fewest remaining uses.",
user = "Alphinaud",
bmo = "[[Soul Break/Final Fantasy XIV#Aerial Blast|Aerial Blast]]",
replace = "Defend",
school = "Summoning",
chargetime = 1.65,
target = "One enemy",
autotarget = "Lowest HP% enemy",
dmgformula = "Magic",
type = "SUM",
hits = 2,
potency = 428,
elements = "Wind, non-elemental",
sgcharge = 50,
notes = "Restores one ability use to the user's ability with the fewest remaining uses"
},
{
name = "Rage of Halone",
jpn = "ã¬ã€ãžã»ãªãã»ãã«ãªãŒã",
rom = "Reiji obu HarÅne",
lit = "Rage of Halone",
link = "Rage of Halone (ability)",
image= "FFRK Rage of Halone Icon.png",
description = "Deal two physical holy and non-elemental attacks to one target, and temporarily lower its Attack a large amount.",
user = "Minfilia",
bmo = "[[Soul Break/Final Fantasy XIV#The Echo|The Echo]]",
replace = "Attack",
school = "Support",
chargetime = 1.65,
target = "One enemy",
autotarget = "Random enemy without status",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 88,
elements = "Holy, non-elemental",
sgcharge = 50,
enemystatuses = "ATK -40% (15s)"
},
{
name = "Glory Slash",
jpn = "ã°ããŒãªãŒã¹ã©ãã·ã¥",
rom = "GurÅrÄ« Surasshu",
lit = "Glory Slash",
link = "Glory Slash",
image= "FFRK Glory Slash Icon.png",
description = "Deal two physical holy and non-elemental attacks to one target, and temporarily lower its Magic a large amount.",
user = "Minfilia",
bmo = "[[Soul Break/Final Fantasy XIV#The Echo|The Echo]]",
replace = "Defend",
school = "Support",
chargetime = 1.65,
target = "One enemy",
autotarget = "Random enemy without status",
dmgformula = "Physical",
type = "PHY",
hits = 2,
potency = 88,
elements = "Holy, non-elemental",
sgcharge = 50,
enemystatuses = "MAG -50% (15s)"
}
}