Module:Torneko 2 PS1 Monster Data Cell

MDFW - The Mystery Dungeon Tree of Information.
Revision as of 07:27, 19 October 2024 by Adkuate (talk | contribs) (Created page with "-------------------------------------------------------------------------------- -- -- Module:Torneko 2 PS1 Monster Data Cell -- -- This module covers a list of monsters in Japanese and the amount of -- experience points they drop present in -- World of Dragon Warrior: Torneko: The Last Hope. -- -- Parameters -- -- name: Insert the monster's English name there. -- Returns the selected key below: -- * ja: Returns the monster's Japanese name. -- * exp: Returns the mon...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Torneko 2 PS1 Monster Data Cell/doc

--------------------------------------------------------------------------------
--
--						Module:Torneko 2 PS1 Monster Data Cell
--
-- This module covers a list of monsters in Japanese and the amount of
-- experience points they drop present in
-- World of Dragon Warrior: Torneko: The Last Hope.
--
-- Parameters
--
-- name: Insert the monster's English name there.
-- Returns the selected key below:
-- * ja: Returns the monster's Japanese name.
-- * exp: Returns the monster's experience points.
--
--------------------------------------------------------------------------------

return {
	[""] = { ["ja"] = "", ["exp"] = "" },
}