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 (Attribute)]]',
['heal'] = '[[File:P5T Heal Icon.png|x15px|link=Healing]]',
['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]]',
--Weapons
['melee'] = '[[File:P5T Melee Weapon Icon.png|x15px|link=]]',
--Joker's dagger is used to represent all melee weapons.
['gunjoker'] = '[[File:P5T Ranged Weapon Joker Icon.png|x15px|link=]]',
['gunskull'] = '[[File:P5T Ranged Weapon Skull Icon.png|x15px|link=]]',
['gunmona'] = '[[File:P5T Ranged Weapon Mona Icon.png|x15px|link=]]',
['gunpanther'] = '[[File:P5T Ranged Weapon Panther Icon.png|x15px|link=]]',
['gunfox'] = '[[File:P5T Ranged Weapon Fox Icon.png|x15px|link=]]',
['gunqueen'] = '[[File:P5T Ranged Weapon Queen Icon.png|x15px|link=]]',
['gunnoir'] = '[[File:P5T Ranged Weapon Noir Icon.png|x15px|link=]]',
['gunerina'] = '[[File:P5T Ranged Weapon Erina Icon.png|x15px|link=]]',
['guncrow'] = '[[File:P5T Ranged Weapon Crow Icon.png|x15px|link=]]',
['gunviolet'] = '[[File:P5T Ranged Weapon Violet Icon.png|x15px|link=]]',
}
return {
icon = icon,
}