Python text-based rpg class-stats

354 Views Asked by At

So my problem is, that I need stats for my classes but have no idea ho to assign them in a way that it makes sense.
I have following stats: HP, Atk, Def, Sp-Atk, Sp-Def, Spd, Agi, Acc (all stats reach from 0-100) (pretty similar as pokemon I know)
I have following classes:
Knight: physical attack class with a two-handed sword.
It deals little aoe dmg and massive single target dmg

Mage: special assist class with a staff.
It uses spells to deal aoe dmg and heal
Assassin: special attack with two daggers.
It casts dark spells to avoid dmg and deals great single target dmg

Archer: physical assist with a bow.
It uses arrows to suppress enemys and make them more vulnerable to dmg and deals dmg over time

Dragon: special tank with metal gloves.
It uses spells and his fists to deal massive aoe dmg and great single target dmg.
Also it can summon a shield to protect allies.

Paladin: physical tank with a shield and single-handed sword.
It uses his shield to gain def points and does moderate aoe dmg

It would be nice if you could tell me where I get a stat chart for something like this or a rpg class-stat generator.
the code I have so far:

1

There are 1 best solutions below

0
On

I guess that you've tagged your question as RPG Maker by mistake. But still I recommend you to read this book. Some concepts could be useful in your project.

Perez D. - Beginning RPG Maker MV, 2nd Edition (Expert's Voice in Game Development)