Module:Data/Media/Tabletop: Difference between revisions

Jump to navigation Jump to search
m (Mistiryshak moved page Module:Data/Media/TRPG to Module:Data/Media/Tabletop without leaving a redirect: Text replacement - "TRPG" to "Tabletop")
mNo edit summary
 
Line 16: Line 16:
['smtmtr'] = 'Supplement: Shin Megami Tensei TRPG: Mato Tōkyō 200X: Ragnarok',
['smtmtr'] = 'Supplement: Shin Megami Tensei TRPG: Mato Tōkyō 200X: Ragnarok',
['smtmtss'] = 'Supplement: Shin Megami Tensei TRPG: Mato Tōkyō 200X: Strange Science',
['smtmtss'] = 'Supplement: Shin Megami Tensei TRPG: Mato Tōkyō 200X: Strange Science',
['smtbg'] = 'Shin Megami Tensei: The Board Game',
}
}



Latest revision as of 15:39, 12 November 2024

Documentation for this module may be created at Module:Data/Media/Tabletop/doc

local media = {
-- Editions
	['smtks'] = 'Shin Megami Tensei RPG: Kihon System',
		['smtssg'] = 'Shin Megami Tensei RPG: Seikimatsu Survival Guide',
	['smt2'] = 'Shin Megami Tensei II TRPG: Tanjō-hen',
		['smt2kh'] = 'Shin Megami Tensei II TRPG Supplement: Kin\'iro no Hako',
	['smtk'] = 'Shin Megami Tensei TRPG: Kakusei-hen',
		['smtkg'] = 'Shin Megami Tensei TRPG: Kakusei-hen Supplement: Goumaden',
	['smt3'] = 'Shin Megami Tensei The Roleplaying Game: Tokyo Conception',
		['smt3as'] = 'Shin Megami Tensei III: Nocturne TRPG Supplement: Amala Shinkai',
	['smtmt'] = 'Shin Megami Tensei TRPG: Mato Tōkyō 200X',
		['smtmtks'] = 'Shin Megami Tensei TRPG: Mato Tōkyō 200X Supplement: Kongō Shinkai',
		['smtmttm'] = 'Shin Megami Tensei TRPG: Mato Tōkyō 200X Supplement: Tokyo Millennium',
		['smtmtsm'] = 'Shin Megami Tensei TRPG: Mato Tōkyō 200X Supplement: Sefirot no Makai',
		['smtmtyp'] = 'Supplement: Shin Megami Tensei TRPG: Mato Tōkyō 200X: Yami no Profile',
		['smtmtr'] = 'Supplement: Shin Megami Tensei TRPG: Mato Tōkyō 200X: Ragnarok',
		['smtmtss'] = 'Supplement: Shin Megami Tensei TRPG: Mato Tōkyō 200X: Strange Science',
	['smtbg'] = 'Shin Megami Tensei: The Board Game',
}

return {
    media = media,
}