Module:Data/GénérationJeux

De Wiki Out Of Mana
Version datée du 8 mars 2025 à 12:20 par Graham (discussion | contributions) (Page créée avec « return { ["RV"] = 1, ["B-JP"] = 1, ["RB"] = 1, ["J"] = 1, ["O"] = 2, ["A"] = 2, ["C"] = 2, ["RS"] = 3, ["RFVF"] = 3, ["E"] = 3, ["DP"] = 4, ["Pt"] = 4, ["HGSS"] = 4, ["NB"] = 5, ["NB2"] = 5, ["XY"] = 6, ["ROSA"] = 6, ["SL"] = 7, ["USUL"] = 7, ["LGPE"] = 7, ["EB"] = 8, ["DEPS"] = 8, ["LPA"] = 8, ["EV"] = 9, ["St1"] = 1, ["St2"] = 2, ["Colo"] = 3, ["XD"] = 3 } »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

La documentation pour ce module peut être créée à Module:Data/GénérationJeux/doc

return {
	["RV"] = 1,
	["B-JP"] = 1,
	["RB"] = 1,
	["J"] = 1,
	["O"] = 2,
	["A"] = 2,
	["C"] = 2,
	["RS"] = 3,
	["RFVF"] = 3,
	["E"] = 3,
	["DP"] = 4,
	["Pt"] = 4,
	["HGSS"] = 4,
	["NB"] = 5,
	["NB2"] = 5,
	["XY"] = 6,
	["ROSA"] = 6,
	["SL"] = 7,
	["USUL"] = 7,
	["LGPE"] = 7,
	["EB"] = 8,
	["DEPS"] = 8,
	["LPA"] = 8,
	["EV"] = 9,
	
	["St1"] = 1,
	["St2"] = 2,
	["Colo"] = 3,
	["XD"] = 3
}