I am working on my GDD for my text RPG I am creating in C++.
I need a sample of a formula for like, Damage and what adds what.. I need a real detailed professional ome I can work with..
Here's a simple one from Wrath Lands,
Formulas Health = Strength * 5 Mana = Intelligence * 3 Damage Taken = ATT – AP Damage Given = ( (ATT+Strength) / 2) TO (ATT+Strength) WITH (10-Strength)% Chance miss
But that's only a simple one, I need a professional one to look at and get an idea of what I need.
~ Tyler












