Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Stats


jerry769
 Share

Recommended Posts

There was a thread somewhere listing what they did. I don't know where it is, but I took some notes. It was something like:

STRENGTH: Adds to max hit, how much damage less you take if you block, and your parry rate
ENDURANCE: Increases your maximum Health
AGILITY: Increases your armour efficiency, your dodge rate, and your critical strike rate
INTELLIGENCE: Increases your maximum Mana
WILLPOWER: Increases the rate your Health and Mana regenerate

And to change them, you would have to edit the Source and change the algorithms of each of those skills. I'm not entirely sure where that specific snippet would be located though.
Link to comment
Share on other sites

@Olimar72:

> There was a thread somewhere listing what they did.

[http://www.touchofdeathforums.com/smf/index.php/topic,62455.msg661744.html](http://www.touchofdeathforums.com/smf/index.php/topic,62455.msg661744.html)

Quote from Robin about the stats:

@Robin:

> Right, here's an overview of the combat system I've been developing. I'll be making it so each attribute effects other things as well. I still need to decide how I want them to effect spell effectiveness and spell resistance.
>
> I'll also be changing which attributes contribute to different things depending on which class your character is, but this is something personal to my own game.
>
> **Attributes:**
> _Strength:_
> Adds to your max melee hit at [STR / 2]
> Adds to your base melee damage reduction from a successful block at [STR / 2]
> Adds to your base parry rate at [STR * 0.25]
>
> _Endurance:_
> Adds to your max health at [END * 5]
>
> _Intelligence:_
> Adds to your max mana at [INT * 10]
>
> _Agility:_
> Adds to your base armour rating at [AGI * 2]
> Adds to your base dodge rate at [AGI / 83.3]
> Adds to your base crit rate at [AGI / 52.08]
>
> _Willpower:_
> Adds to your health regen rate at [(WILL * 0.8) + 6]
> Adds to your mana regen rate at [(WILL / 4) + 12.5]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...