Skip to content
ShadowApex edited this page Jun 6, 2015 · 5 revisions

Game Data


Tuxemon uses JSON to store details about monsters, techniques, encounters, etc., allowing you to easily add or modify existing game data. All game data is stored under resources/db. These articles describe the structure of the game data.

Monster

The monster directory contains data about individual Tuxemon monsters, their stats, what moves they can learn, what images are associated with them, and where they can be encountered.

Encounter

The encounter directory contains details about random encounters that you can specify in custom maps. An encounter group includes the monsters you can encounter as well as their level range and encounter rate.

Technique

The technique folder contains details about individual techniques that Tuxemon monsters can use.

NPC

The npc database contains details about in-game NPCs. They contain data about what monsters an NPC has in their party and what moves those monsters have.

Item

The item database contains details about all the items in the game.