Module:Data/Icon/p5t

Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Icon/p5t/doc

local icon = {
['aim'] = '[[File:P5T Aim Icon.png|x15px|link=Aim]]',
['almighty'] = '[[File:P5T Almighty Icon.png|x15px|link=Almighty]]',
['amour'] = '[[File:P5T Amour Icon.png|x15px|link=Amour]]',
['bless'] = '[[File:P5T Bless Icon.png|x15px|link=Bless]]',
['bound'] = '[[File:P5T Bound Icon.png|x15px|link=Bound]]',
['burn'] = '[[File:P5T Burn Icon.png|x15px|link=Burn]]',
['despair'] = '[[File:P5T Despair Icon.png|x15px|link=Despair]]',
['dizzy'] = '[[File:P5T Dizzy Icon.png|x15px|link=Dizzy]]',
['forget'] = '[[File:P5T Forget Icon.png|x15px|link=Forget]]',
['freeze'] = '[[File:P5T Freeze Icon.png|x15px|link=Freeze]]',
['gun'] = '[[File:P5T Gun Icon.png|x15px|link=Gun]]',
['heal'] = '[[File:P5T Heal Icon.png|x15px|link=Heal]]',
['hypno'] = '[[File:P5T Hypno Icon.png|x15px|link=Hypno]]',
['passive'] = '[[File:P5T Passive Icon.png|x15px|link=Passive]]',
['physical'] = '[[File:P5T Physical Icon.png|x15px|link=Physical]]',
['shock'] = '[[File:P5T Shock Icon.png|x15px|link=Shock]]',
['sleep'] = '[[File:P5T Sleep Icon.png|x15px|link=Sleep]]',
['support'] = '[[File:P5T Support Icon.png|x15px|link=Support]]',
['sweep'] = '[[File:P5T Sweep Icon.png|x15px|link=Sweep]]',
['targeted'] = '[[File:P5T Targeted Icon.png|x15px|link=Targeted]]',
['vortex'] = '[[File:P5T Vortex Icon.png|x15px|link=Vortex]]'
}

return {
	icon = icon,
}