MAIN | STARTHERE | FAQ | GAMEFLOW | FIGURESOVERVIEW | STAFF
FIGURES | CHARACTERS SPECIAL ELEMENTS XPC  JOBS STATS ADVANCEMENT  SKILLS ACTIVE PASSIVE REACTION COMBI  ITEMS STATS TYPES AWT  EFFECTS IMMEDIATE REMAIN
WORLDMAP| BASICS INTERFACE | STORY FACTIONS CHARACTERS LOCATIONS
BATTLEMODE | BASICS INTERFACE TIME MOVEMENT MAP | AREA BASICS ADVANCED MELEE GEN

D'OH FIGURESOVERVIEW

A good RPS needs unique figures and enemys. To make them possible a lot of data is required.

There are lots of tables and data in this doc and its not obvious whats up with it or for what its used.
On this page i try to clerify this things up a bit. This page should show how a figure is build from the character, job, special, item tables.

The base of the "data tree", is the character:


NAME
G HP MP PP TP LP EXP JOB SPECIAL TEMP LHAND RHAND ARMOR OTHER SKIN ELEMENT EMECHANIC
01 Ra'uul M 100 5 10 0 3 1123 F002 003 none 121 none 222 300 B1 ...
Note: Yellow Fields will be autogenerated out of the job,special,the items and the inherent element. HP = 50 + 45 + 5 (== HPpL * (EXP %100)).

Every Character has some Attributes that are unique and can't be modified:
1. The Number

2
. The Name

3
. The Gender

4
. The Special

The special table makes it possible to design more unique characters.
For example: Ra'uul is a Meerman in the BT story. He would be able to swim regardless of class or equipment and is slightly stronger than a normal human.

NAME HPpL MPpL LHAND RHAND ARMOR OTHER LV HP MP P D M E S M MOVETYPE J ASKILLS PSKILLS IEFFECTS REFFECTS
003 Meerman     none none none none 0     +1         -1 +1 swim     SM1    
  10               +1 +1 swim          
20                 +1 swim          
30                 +1 swim          


5
. The Skin (can' be modified by the player, but there passive skills which can).

6. The inherent Element (can' be modified by the player, but there are events which can).


Every Character has a Job:
The job does have active and passive skills and a lot of attributes.
NAME G HP MP HPpL MPpL P D M E S M MOVETYPE J ADVANCE ASKILLS PSKILLS IEFFECTS REFFECTS
F002 Knight   50 0 5 0 5 3 0 5 3 4   3     EQ00#01 EQ05#02 EQ06#05    


Every Character can equip up to four items:
Which items a character can equip is determined by the PASSIVE EQUIP SKILLS from the JOB and SPECIAL.
NAME IL TYPE HP MP P D M E S M  MOVETYPE J ASKILL PSKILL EMECHANIC EFFECT IEFFECT IN NR P V D RANGE E P D M G E JL
121 Weird Blade
2 01       +1                           6 0.1   1a            
222 Mystik Mail 2 22 45 5                                                    
300 Nike Shoes 2 25               +1   +1                                    
 

BATTLE TACTICS