I'm looking for opinions/advice on which of these damage formulas to use.

Vincent Chu

Writer and translator
Veteran
Joined
Sep 26, 2017
Messages
178
Reaction score
548
First Language
English
Primarily Uses
RMMV
This is just my guess. Could it be that the number you're dividing by is greater than the number being divided thus giving a value that is so low that it's rounded down to 0?
 

Aquachubolt

Veteran
Veteran
Joined
Jun 27, 2017
Messages
48
Reaction score
12
First Language
English
Primarily Uses
RMMV
@Vincent Chu No, that can't be it. Enemy Def was set to one just to make sure that wasn't the case.
 

Kes

Veteran
Veteran
Joined
Aug 3, 2012
Messages
22,299
Reaction score
11,713
First Language
English
Primarily Uses
RMVXA
Sorry, but this last query is an implementation one, not a conceptual one. As such it does not belong here, and there are threads specifically for looking at syntax for damage formulas. Do not mix up implementation and design queries in one thread.
 

Aquachubolt

Veteran
Veteran
Joined
Jun 27, 2017
Messages
48
Reaction score
12
First Language
English
Primarily Uses
RMMV
Alright, sorry. If you don't mind me asking, what would be the appropriate forum to ask this in?
 

Kes

Veteran
Veteran
Joined
Aug 3, 2012
Messages
22,299
Reaction score
11,713
First Language
English
Primarily Uses
RMVXA
RPGMaker MV Support.
It has a thread here which is specifically for looking at issues around damage formulas.
 

Wavelength

MSD Strong
Global Mod
Joined
Jul 22, 2014
Messages
5,635
Reaction score
5,116
First Language
English
Primarily Uses
RMVXA
You're missing one ) from the end of your formula. Therefore the formula will error, resulting in a damage of 0. (Additionally, if your game is in XP/VX/Ace, precision in the final part of the formula could be an issue, where 1 - (n / x) will always result in 1 as long as n is less than x, meaning that DEF will not factor in as much as it should - this can be remedied by changing all values to a decimal such as 1.00 instead of 1)

Getting back to preference in formulas, I'm a fan of keeping it simple unless it badly throws off balance. In my last two games, I've used a formula of (ATK * BaseSkillPower) / (DEF + 10) for most skills. This allows the practical effects of changing certain stats to be very transparent to the player. Double your Attack, double your damage. In this line of thought, I was fond of your first formula, rather than the more complicated second or third.

Your formula #1 (and #2) also has what I consider in advantage over #3, in not using any "square powers" (such as "ATK * (ATK / 2)" which cause damage to increase exponentially rather than linearly with level. Since your HP formula does not increase exponentially with level, I worry that your battles will be very difficult to balance at high Levels with any exponential damage formula.

One final thought: I know that you said you've already made up your mind on the third, but the given reasoning was pretty weak. You are somewhat arbitrarily (it seems like) dividing certain numbers by 2, etc., throughout your formula; if the reason you don't like the second formula is that the numbers are universally too low, simply multiply all the damage formulas by 3 or whatever. I'm personally agnostic between #2 and #3,
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.
Can someone recommend some fun story-heavy RPGs to me? Coming up with good gameplay is a nightmare! I was thinking of making some gameplay platforming-based, but that doesn't work well in RPG form*. I also was thinking of removing battles, but that would be too much like OneShot. I don't even know how to make good puzzles!
one bad plugin combo later and one of my followers is moonwalking off the screen on his own... I didn't even more yet on the new map lol.

Forum statistics

Threads
106,034
Messages
1,018,446
Members
137,820
Latest member
georg09byron
Top