Friday, June 28, 2013

Item Tiers, Rising Action, Limit Break and Luck

This is made in association with my main page for the Orchold project
http://gamedesignproj.blogspot.com/2013/06/orchold.html

Item Tiers

In Orchold, there are essentially 3 planned "Tiers" for non-unique items.

Basic Items

Basic items are the base for the item type.

Masterwork Items

These are better made versions of the basic items.  I used to have them give a to-hit bonus, sometimes a defense bonus and a good scaling bonus to damage, but I feel like this is too much of an improvement over regular weapons. 
Therefore I'm looking at what is better for masterwork weapons?  Should I give them +1 to hit +1 defense or +Skill to damage?

Magic Items

This is the top tier item without delving into ruins to find legendary stuff (which would all be uniquely crafted) for your heroes.  So far I'm leaning towards giving magic items +1 to hit, +1 defense and a bonus to damage.  If the Masterwork item has a +Skill to damage, then magic items probably wouldn't do more damage then masterwork, just add the +1/+1.  If masterwork items already give the +1/+1 I'd probably give magic items a flat bonus to damage, so as to not make them completely broken in the hands of skilled heroes who would be wielding them. 

Rising Action

Here's a number of ideas I've thought about while browsing the inter-webs to deal with how combat winds down, or to just make things more interesting.
Basically in a regular combat, both sides are going to lose troops, which leads to a loss in damage output per turn, which leads to the battle drawing on in the later stages of the fight.

Note that rising action of any kind adds another level of complexity to the game, which is not necessarily a good thing.  

Escalating Action:

This method is pretty simple, basically all units on the map get a buff every turn that passes granting them a small bonus to hit and damage.  This bonus stacks with previous turns and probably will cap out at a bonus of + 30% to hit and damage.

Desperation:

This method is that whenever a unit dies, all units on it's side get a buff to hit and damage, possibly proportional to the number of troops that side had in total (aka a bonus when 10% of their troops die or w/e).

Limit Break:

This is an alternate idea which isn't exactly in the same category, but is worth mentioning none the less.  Firstly limit break would not be available in all battles, only in specifically hard boss battles.  Secondly limit break would only happen a tiny handful of times, perhaps only once per hero if I decide to do it on a hero by hero basis, or twice per campaign if I decide to do it on whole party basis.

How limit break would work is when all the heroes in the party have been taken to half health or below, the hero that can limit break (or all of them if I do that) would gain an immediate level up mid combat and gain an ability that is far beyond the available list of abilities allowed to them at that point -> either it could be high on their list of available skills or it could be a hand crafted ability for the hero.  They would also gain an immediate heal of 25% of their maximum health.  They would however not get a level up at the end of the fight.

If a character goes through their limit break fight without activating the limit break, they gain the super level up (special high level power) at the end of the fight instead of a regular level up. 

Luck:

Luck is concerning to me because almost all of my formulas used for combat scale well up to infinity for factors such as to hit, defense, damage and armour.  However my current formula for luck sets it as the maximum % chance that the character will be hit, or the minimum chance that the character has of hitting an opponent, which, obviously will start causing problems with numbers over 100.

My idea to make luck scale to infinite heights like other numbers is to allocate a certain portion of an attack that's based on luck -> say 10% for regular attacks and 20% for critical hit calculation and divide that between the attacker and defender depending on how much luck they have. 

Here's some stats for attacks that this would effect



Attacker Luck
Defender Luck
Old Formula To-Hit
New Formula To-Hit
Old Formula Critical hit
New Formula Critical hit
2
6
2% to 94%
2.5% to 92.5%
4% to 76%
5% to 85%
20
60
20% to 40%
2.5% to 92.5%
40% to -140%
5% to 85%
5
7
5% to 93%
4.2% to 94.2%
10% to 72%
8.3% to 88.3%
15
10
15% to 90%
6% to 96%
30% to 60%
12% to 92%
5
0
5% to 100%
10% to 100%
10% to 100%
20% to 100%
15
0
15% to 100%
10% to 100%
30% to 100%
20% to 100%
 
Note that if I do this, I might make an archer skill that doubles this luck threshold for them -> meaning archers (who can be somewhat luck based) could have 20% of the attack determined by luck and 40% of their critical hits determined by luck. 

No comments:

Post a Comment