1) How to implement and use Physical and Magical Armor?
2) How to implement and use Magical and Melee Defence?
3) How to grow stats with level (from the beginning stats amount)?
I'd like this as simple as possible, what I have came up with so far, listed below, is simple
STATS:
Strength - Melee Attack power
Dexterity - Max HP
Intelligence - Max MP
Wisdom - Magic Damage
USAGE OF STATS:
STR
Example: Strength = 10
Melee Damage in fight = Basic Damage (say... 20) + Strength = 30 damage
DXT
Example: Dexterity = 10
Max Health = Basic (say... 50) + Dexterity = Maximum 60 Health
INT
Example: Intelligence = 10
Max MP = Basic (say... 50) + Intelligence = Maximum 60 MP
WIS
Example: Wisdom = 10
Magical Damage in fight = Basic Damage (say... 20) + Wisdom = 30 magical damage











