Need some assistance with my hack, maps, events, graphics
#9
Defense is calculated the same way regardless of the type of attack:

Code:
Damage = (Damage * (255 - Defense) / 256) + 1

The only thing that changes is which defense stat to use.

As for damage, this is what we came up with for BNW, but it's obviously tuned to the vigor and battle power scaling we implemented:

Code:
Dmg = 2Vgr + BatPwr + ((Lv^2 * Vgr / 16) * (BatPwr / 16)) / 24

Outside of a lucky crit, I'm not sure it's possible to damage cap with a physical attack in BNW since we also capped levels at 50.

Still, coming up with a good formula would require knowing how stats and equipment scale. I think the best way is to create some benchmarks at various points in the game (that is, what you're expecting the average character to look like at certain levels, including equipment) and run some numbers that way to see if the damage falls within your expected or desired range. We also ran some extreme numbers (the highest possible vigor/strongest weapon at a certain point in the game) to make sure the high-end values didn't get out of hand.

We didn't touch the magic damage formula, but I think the approach would be similar.

The other consideration is what this would do to enemy damage. Because enemy vigor is generally static (it's a random number between 56 and 63), we allowed them to use the default physical damage formula to make their damage output easier to adjust in usME.
GET A SILK BAG FROM THE GRAVEYARD DUCK TO LIVE LONGER.

Brave New World
Reply


Messages In This Thread
RE: Need some assistance with my hack, maps, events, graphics - by Synchysi - 12-16-2013, 07:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there a hack which allows you to skip events and text? MysticLord 2 2,036 08-28-2020, 01:32 AM
Last Post: MysticLord
  Running in world maps Tenkarider 1 2,329 12-27-2015, 09:56 AM
Last Post: madsiur
  Information about maps HatZen08 4 4,859 09-12-2015, 03:47 AM
Last Post: HatZen08
  Messing with maps... Tenkarider 11 10,610 07-13-2015, 07:44 PM
Last Post: Lockirby2
  Need expert assistance cloudstrife 2 4,069 12-21-2013, 02:13 AM
Last Post: madsiur
  Overworld map (WoB) tileset graphics location & assistance JCE3000GT 2 3,344 06-27-2013, 11:50 PM
Last Post: JCE3000GT
  Duplicate maps B-Run 4 5,694 06-10-2013, 09:32 PM
Last Post: Ghost XIII

Forum Jump:


Users browsing this thread: 1 Guest(s)