Marvel Database
Register
Advertisement

Documentation for this module may be created at Module:Power Grid/Description/doc

return {
				[1] = { label	 = 'Intelligence',
						tooltip  = 'Ability to think and process information', 
						values	 = {
									{	tooltip = 'Slow or Impaired', 
										category = 'Power Grid/Intelligence/Slow or Impaired',
									},
									{	tooltip = 'Normal', 
										category = 'Power Grid/Intelligence/Normal',
									},
									{	tooltip = 'Learned', 
										category = 'Power Grid/Intelligence/Learned',
									},
									{	tooltip = 'Gifted', 
										category = 'Power Grid/Intelligence/Gifted',
									},
									{	tooltip = 'Genius', 
										category = 'Power Grid/Intelligence/Genius',
									},
									{	tooltip = 'Super-Genius', 
										category = 'Power Grid/Intelligence/Super-Genius',
									},
									{	tooltip = 'Omniscient', 
										category = 'Power Grid/Intelligence/Omniscient',
									},
								},
						},
				[2] = { label	 = 'Strength',
						tooltip  = 'Ability to lift weight', 
						values	 = {
									{	tooltip = 'Weak: cannot lift own body weight', 
										category = 'Power Grid/Strength/Weak',
									},
									{	tooltip = 'Normal: able to lift own body weight', 
										category = 'Power Grid/Strength/Normal',
									},
									{	tooltip = 'Peak Human: able to lift twice own body weight', 
										category = 'Power Grid/Strength/Peak Human',
									},
									{	tooltip = 'Superhuman: 800 lbs (≈ 363 kg) to 25 ton', 
										category = 'Power Grid/Strength/Superhuman (800 lbs-25 ton)',
									},
									{	tooltip = 'Superhuman: 25 to 75 ton', 
										category = 'Power Grid/Strength/Superhuman (25-75 ton)',
									},
									{	tooltip = 'Superhuman: 75 to 100 ton', 
										category = 'Power Grid/Strength/Superhuman (75-100 ton)',
									},
									{	tooltip = 'Incalculable: in excess of 100 tons', 
										category = 'Power Grid/Strength/Incalculable',
									},
								},
						},
				[3] = { label	 = 'Speed',
						tooltip  = 'Ability to move over land by running or flight', 
						values	 = {
									{	tooltip = 'Below normal', 
										category = 'Power Grid/Speed/Below Normal',
									},
									{	tooltip = 'Normal', 
										category = 'Power Grid/Speed/Normal',
									},
									{	tooltip = 'Superhuman: up to 700 MPH', 
										category = 'Power Grid/Speed/Superhuman',
									},
									{	tooltip = 'Speed of sound: Mach-1', 
										category = 'Power Grid/Speed/Speed of Sound',
									},
									{	tooltip = 'Supersonic: from Mach-2 to Orbital Velocity', 
										category = 'Power Grid/Speed/Supersonic',
									},
									{	tooltip = 'Speed of light: 300000 km/s', 
										category = 'Power Grid/Speed/Speed of Light',
									},
									{	tooltip = 'Warp: faster than light', 
										category = 'Power Grid/Speed/Warp',
									},
								},
						},
				[4] = { label	 = 'Durability',
						tooltip  = 'Ability to resist or recover from bodily injury', 
						values	 = {
									{	tooltip = 'Weak', 
										category = 'Power Grid/Durability/Weak',
									},
									{	tooltip = 'Normal', 
										category = 'Power Grid/Durability/Normal',
									},
									{	tooltip = 'Enhanced', 
										category = 'Power Grid/Durability/Enhanced',
									},
									{	tooltip = 'Regenerative', 
										category = 'Power Grid/Durability/Regenerative',
									},
									{	tooltip = 'Bulletproof', 
										category = 'Power Grid/Durability/Bulletproof',
									},
									{	tooltip = 'Superhuman', 
										category = 'Power Grid/Durability/Superhuman',
									},
									{	tooltip = 'Virtually indestructible', 
										category = 'Power Grid/Durability/Virtually Indestructible',
									},
								},
						},
				[5] = { label	 = 'Energy Projection',
						tooltip  = 'Ability to discharge energy', 
						values	 = {
									{	tooltip = 'None', 
										category = 'Power Grid/Energy Projection/None',
									},
									{	tooltip = 'Energy discharge on contact', 
										category = 'Power Grid/Energy Projection/On Contact',
									},
									{	tooltip = 'Single energy type: SHORT range and duration', 
										category = 'Power Grid/Energy Projection/Single Type: Short Range',
									},
									{	tooltip = 'Single energy type: MEDIUM range and duration', 
										category = 'Power Grid/Energy Projection/Single Type: Medium Range',
									},
									{	tooltip = 'Single energy type: LONG range and duration', 
										category = 'Power Grid/Energy Projection/Single Type: Long Range',
									},
									{	tooltip = 'Multiple energy types', 
										category = 'Power Grid/Energy Projection/Multiple Types',
									},
									{	tooltip = 'Virtually unlimited command of all types of energy', 
										category = 'Power Grid/Energy Projection/Virtually Unlimited',
									},
								},
						},
				[6] = { label	 = 'Fighting Skills',
						tooltip  = 'Proficiency in hand-to-hand combat', 
						values	 = {
									{	tooltip = 'Poor', 
										category = 'Power Grid/Fighting Skills/Poor',
									},
									{	tooltip = 'Normal', 
										category = 'Power Grid/Fighting Skills/Normal',
									},
									{	tooltip = 'Some training', 
										category = 'Power Grid/Fighting Skills/Some Training',
									},
									{	tooltip = 'Experienced fighter', 
										category = 'Power Grid/Fighting Skills/Experienced Fighter',
									},
									{	tooltip = 'Master of a single form of combat', 
										category = 'Power Grid/Fighting Skills/Master: Single Form of Combat',
									},
									{	tooltip = 'Master of several forms of combat', 
										category = 'Power Grid/Fighting Skills/Master: Several Forms of Combat',
									},
									{	tooltip = 'Master of all forms of combat', 
										category = 'Power Grid/Fighting Skills/Master: All Forms of Combat',
									},
								},
						},
			}
Advertisement