Module:Data/Skill/dx2: Difference between revisions

no edit summary
m (Rman41 moved page Module:Dx2 Skills to Module:Data/Skill/Dx2 without leaving a redirect)
No edit summary
Line 1: Line 1:
local skill = {
local skill = {
['cleave'] = {
['cleave'] = {
cost = '4 MP',
    cost = '4 MP',
pow = '120',
    pow = '120',
hit = '1',
    hit = '1',
target = '{{Tt|1|Single}}',
    target = '{{Tt|1|Single}}',
target_list = 'Single',
    target_list = 'Single',
description = 'Inflicts Phys (Physical) damage with 120 power on a Single Enemy.',
    description = 'Inflicts Phys (Physical) damage with 120 power on a Single Enemy.',
effect = '—',
    effect = '—',
skillpoints = '1',
    skillpoints = '1',
unique = '—',
    unique = '—',
level = 'Lv. 6: +17% to damage.',
    level = 'Lv. 6: +17% to damage.',
name = '[[Cleave]]',
    name = '[[Cleave]]<span id="Cleave"></span>',
},
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Cleave|Cleave]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Cleave]]'
},
['fatal sword l'] = {
    cost = '4 MP',
    pow = '140',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 140 power on a Single Enemy.',
    effect = '—',
    skillpoints = '6',
    unique = '—',
    level = 'Lv. 6: +17% to damage.',
    name = '[[Fatal Sword|Fatal Sword L]]<span id="Fatal Sword L"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Fatal Sword L|Fatal Sword L]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Fatal Sword|Fatal Sword L]]'
},
['lunge'] = {
    cost = '4 MP',
    pow = '115',
    hit = '1',
    target = '{{Tt|1|Single}}',
    target_list = 'Single',
    description = 'Inflicts Phys (Physical) damage with 30% crit rate and 115 power on a Single Enemy.',
    effect = '—',
    skillpoints = '2',
    unique = '—',
    level = 'Lv. 6: +16% to Phys attack hit rate.',
    name = '[[Lunge]]<span id="Lunge"></span>',
    nameicon = '[[Skills in Shin Megami Tensei: Liberation Dx2#Lunge|Lunge]]&nbsp;&nbsp;&nbsp;{{Data/Icon/Dx2|phys}}',
    default = '[[Lunge]]'
}
}
}