The Last Blog #6 – Heroes Stats

Published: Category:Dev BlogWritten by: pingu

Hello survivors!

We’re back! It’s almost December, and we’re slowly getting closer to the release of The Last Spell, so time to talk about stats!

Today we’ll take a closer look on how we designed the overall system which drives our characters in their fight against the hordes of evil. We wanted to make something that would be:

  • not TOO complicated, so that the player instantly understands most of the concepts.
  • BUT with enough depth so that we can make interesting bonuses in our perks, items, etc…

In fact we actually already re-worked this particular system twice since we started thinking about The Last Spell! Right now we have come up with something that seems to be working pretty well on paper. We still have to playtest it in our next prototype, but we are pretty confident it should do the trick.

The Last Spell Stats - Idle Characters

Characters

So our characters have several components that define them:

  • Attributes: that’s the basic stats of the heroes.
  • Traits: bonus features that can modify Attributes and even some more advanced things.
  • Perks: level-up bonuses with passive abilities.
  • Skills: active abilities of the heroes that you can use to make actions, in battle or in-between.

The skills overall come from the equiped items, and mostly from the weapons, so I’ll talk about it in another blog post ;).

The Perks and Traits are more advanced features, so today I’ll mostly be talking about the Attributes of the characters.

They are divided into 3 groups:

  • Basics:
    • Health: pretty basic, when it reaches 0 the character dies.
    • Mana: used to cast more powerful and magical skills.
    • Action Points (AP): used for launching skills.
    • Move Points (MP): moving 1 tile costs 1 MP, and some skills can cost MPs too.
  • Offense:
    • Phys+: bonus % to any physical damage you’ll do.
    • Mag+: bonus % to any magical damage you’ll do.
    • Accuracy: shortens the range of damage you’ll do. (more on that later).
    • Crit: chances to do a critical hit.
  • Defense:
    • Block: flat damage reduction value from enemies’ hits.
    • Armor: gets depleted before Health. Regenerates each turn start.
    • Resistance: % of physical damage reduction from enemy physical hits.
    • Dodge: chances to completely ignore an enemy’s attack.
The Last Spell - Stats

So, now let’s take a closer look. A lot of the Attributes are pretty easy to understand: Health, Mana, AP and MP are pretty standard. You’ll have a few APs to use each turn, so you’ll be able to launch several skills during your turn, and make your own “combo” moves. For now, you can usually launch ~2 skills in your turn for each character, but that may change (with leveling up too!)

AP is a really important Attribute, so +1 Max AP bonuses will be quite rare.

Phys+ and Mag+ are pretty straightforward too. If you want to make a magic focused character, you’ll want to invest in Mag+ bonuses.

Attacks

Maybe it’s time to talk a bit about Physical and Magical damage types? It’s pretty straightforward too, most of the skills do Physical damages, but some do Magic damage (magic weapons like magic wands, but not only! A powerful flaming sword could to magic damage too). The particularity of Magic damage is that it completely ignores the target’s Resistance Attribute, making them pretty interesting against highly resistant opponents that would otherwise ignore most of the damages you’ll make.

One particular Attribute that is quite unique for our game is the Accuracy Attribute. It works like this:

  • An attack skill will inflict most of the time a certain number of Damage, for example 20 – 40 DMG.
  • With 0% Accuracy, the attack will do between 20 – 40 DMG.
  • With 100% Accuracy, the attack will do 40 DMG everytime.
  • With 50% Accuracy, the attack will do 30 – 40 DMG.

Accuracy is also used in other special skills, but mostly it enables you to rely less on RNG for your attacks (and on average do more DMG).

That’s a strong design principle we wanted to have in The Last Spell: as you may have seen, there is no % chance to Hit the enemy: every attack has 100% chance to Hit. However, it still has some range of DMG it can make, that you can completely reduce with the high Accuracy. There is a bit of uncertainty, but you can have control over it.

The Last Spell stats - Shield

Defensive Attributes

The defensive Attributes now. We designed a system with 4 defensive attributes. That may seem like a lot, but with it we can make some interesting behaviors and synergies. In fact, most of the enemies will only be strong in ONE defensive Attribute, and you’ll get plenty of weapons specializing against one particular defense.

For example, you’ll get some “No Dodge” spear attacks, “Armor Piercing” axe swipes and “No Block” hammer strikes.

There is no “No Resistance” feature because it’s already what the Magical damage does, if you followed me since the beginning 😉

For now, the formula for an attack is this:

  • Basic attack: 80 – 100 Physical DMG. Accuracy 30%, Crit 15%. Against an enemy with 100 HP, 5% Dodge, 20 Armor, 20% Resistance, 10 Block.
  • Accuracy: 86 – 100 DMG
  • Crit roll: 15% chances to do double DMG.
  • Dodge roll: 5% chances.
  • Resistance: -20% DMG -> 69 – 80 DMG
  • Block: -10 DMG -> 59 – 70 DMG
  • Armor: 20 DMG taken by the Armor, which gets lowered to 0.
  • Final DMG on HP: 39 – 50 DMG

Next attack on the enemy will be more effective, because it will have 0 Armor until next turn.

(this example is completely fictionnal, as I said most enemies will only be strong in 1 Attribute, in the beginning at least)

That’s it for now! Don’t hesitate to comment on these blog post, either here or on our Discord server!

One Last Thing

Our dear friends at Lost Pilgrim Studio are working on a great post-apocalyptic fantasy RPG-strategy hybrid called Vagrus


And they need all the support they can get! So if that sounds like your kind of game, check out their FIG page!

-The Last Team

Follow us!


Tip: You can quickly comment these blog post entries just by entering whatever email

Views:   5864  

3 Comments

German
December 2, 2019
Hi. Thanks for the news. Just did russian translation of this entry: https://vk.com/@-188842829-blog-igry-the-last-spell-6-harakteristiki-geroev Сделал перевод на русский язык этого сообщения
bruno
December 3, 2019
Hello! Wow, thank you very much!!
[…] yes as I said in the last blog post, none of these skills are tied to the character or their class, since we don’t have any […]

Post your comment