No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
local achievements = { | local achievements = { | ||
bountyHunter = { | |||
name = 'Bounty Hunter', | |||
description = 'Get a bounty hunters license', | |||
altDescription = '', | |||
icon = '[[File:Achievement BountyHunterUnlocked.jpg|64x64px]]' | |||
}, | |||
insideJob = { | insideJob = { | ||
name = 'Inside Job', | name = 'Inside Job', | ||
Line 11: | Line 17: | ||
altDescription = 'Charge an SPC Gungnir for 30 seconds (or until you see purple zaps on it) and hit something with its shot', | altDescription = 'Charge an SPC Gungnir for 30 seconds (or until you see purple zaps on it) and hit something with its shot', | ||
icon = '[[File:Achievement UnlimitedpowerUnlocked.jpg|64x64px]]' | icon = '[[File:Achievement UnlimitedpowerUnlocked.jpg|64x64px]]' | ||
}, | |||
wolfHunting = { | |||
name = 'Wolf Hunting', | |||
description = 'Blow up the Big Bad Wolf', | |||
altDescription = '', | |||
icon = '[[File:Achievement WolfHuntingUnlocked.jpg|64x64px]]' | |||
}, | |||
lordsOfTheRing = { | |||
name = 'Lords of the Ring', | |||
description = 'Destroy both G4A station and BBW during one game', | |||
altDescription = '', | |||
icon = '[[File:Achievement LordsoftheRingUnlocked.jpg|64x64px]]' | |||
} | } | ||
} | } | ||
return achievements | return achievements |
Latest revision as of 02:45, 14 October 2024
Documentation for this module may be created at Module:Achievements/Data/doc
local achievements = { bountyHunter = { name = 'Bounty Hunter', description = 'Get a bounty hunters license', altDescription = '', icon = '[[File:Achievement BountyHunterUnlocked.jpg|64x64px]]' }, insideJob = { name = 'Inside Job', description = 'Infiltrate the Ganymedean Anarchy Station', altDescription = 'Assist the BBW in infiltrating the Ganymedian Anarchy Station', icon = '[[File:Achievement InsideJobUnlocked.jpg|64x64px]]' }, unlimitedPower = { name = 'Unlimited Power!', description = 'Fire an SPC Gungnir at a full charge (and HIT!)', altDescription = 'Charge an SPC Gungnir for 30 seconds (or until you see purple zaps on it) and hit something with its shot', icon = '[[File:Achievement UnlimitedpowerUnlocked.jpg|64x64px]]' }, wolfHunting = { name = 'Wolf Hunting', description = 'Blow up the Big Bad Wolf', altDescription = '', icon = '[[File:Achievement WolfHuntingUnlocked.jpg|64x64px]]' }, lordsOfTheRing = { name = 'Lords of the Ring', description = 'Destroy both G4A station and BBW during one game', altDescription = '', icon = '[[File:Achievement LordsoftheRingUnlocked.jpg|64x64px]]' } } return achievements