Call of Duty Esports Wiki
[checked revision][checked revision]
(Created page with "return { settings = { align = 'middle', height = 25, lookup = 'Gamenames', name = 'Game', sheetsize = 246, spacing = 2, stylesheet = true, version = 'version=...")
 
(creating game sprite)
Tag: Sprite edit
Line 8: Line 8:
 
spacing = 2,
 
spacing = 2,
 
stylesheet = true,
 
stylesheet = true,
−
version = 'version=20201021213026',
+
version = 'version=1603316351910',
 
width = 60,
 
width = 60,
 
},
 
},
Line 15: Line 15:
 
},
 
},
 
ids = {
 
ids = {
  +
['Call of Duty 2'] = { pos = 2, section = 1 },
  +
['Call of Duty 4: Modern Warfare'] = { pos = 3, section = 1 },
  +
['Call of Duty: Advanced Warfare'] = { pos = 4, section = 1 },
  +
['Call of Duty: Black Ops'] = { pos = 5, section = 1 },
  +
['Call of Duty: Black Ops 2'] = { pos = 6, section = 1 },
  +
['Call of Duty: Black Ops 3'] = { pos = 7, section = 1 },
  +
['Call of Duty: Black Ops 4'] = { pos = 8, section = 1 },
  +
['Call of Duty: Blackout'] = { pos = 8, section = 1 },
  +
['Call of Duty: Ghosts'] = { pos = 9, section = 1 },
  +
['Call of Duty: Infinite Warfare'] = { pos = 10, section = 1 },
  +
['Call of Duty: Mobile'] = { pos = 11, section = 1 },
  +
['Call of Duty: Modern Warfare'] = { pos = 12, section = 1 },
  +
['Call of Duty: Modern Warfare 2'] = { pos = 13, section = 1 },
  +
['Call of Duty: Modern Warfare Remastered'] = { pos = 14, section = 1 },
  +
['Call of Duty: Warzone'] = { pos = 12, section = 1 },
  +
['Call of Duty: World at War'] = { pos = 15, section = 1 },
  +
['Call of Duty: World War II'] = { pos = 16, section = 1 },
 
unknown = { pos = 1, section = 1 },
 
unknown = { pos = 1, section = 1 },
 
},
 
},

Revision as of 21:39, 21 October 2020

To edit the documentation or categories for this module, click here.


return {
	settings = {
		align = 'middle',
		height = 25,
		lookup = 'Gamenames',
		name = 'Game',
		sheetsize = 246,
		spacing = 2,
		stylesheet = true,
		version = 'version=1603316351910',
		width = 60,
	},
	sections = {
		{ name = 'Uncategorized', id = 1 },
	},
	ids = {
		['Call of Duty 2'] = { pos = 2, section = 1 },
		['Call of Duty 4: Modern Warfare'] = { pos = 3, section = 1 },
		['Call of Duty: Advanced Warfare'] = { pos = 4, section = 1 },
		['Call of Duty: Black Ops'] = { pos = 5, section = 1 },
		['Call of Duty: Black Ops 2'] = { pos = 6, section = 1 },
		['Call of Duty: Black Ops 3'] = { pos = 7, section = 1 },
		['Call of Duty: Black Ops 4'] = { pos = 8, section = 1 },
		['Call of Duty: Blackout'] = { pos = 8, section = 1 },
		['Call of Duty: Ghosts'] = { pos = 9, section = 1 },
		['Call of Duty: Infinite Warfare'] = { pos = 10, section = 1 },
		['Call of Duty: Mobile'] = { pos = 11, section = 1 },
		['Call of Duty: Modern Warfare'] = { pos = 12, section = 1 },
		['Call of Duty: Modern Warfare 2'] = { pos = 13, section = 1 },
		['Call of Duty: Modern Warfare Remastered'] = { pos = 14, section = 1 },
		['Call of Duty: Warzone'] = { pos = 12, section = 1 },
		['Call of Duty: World at War'] = { pos = 15, section = 1 },
		['Call of Duty: World War II'] = { pos = 16, section = 1 },
		unknown = { pos = 1, section = 1 },
	},
}