Damage reduction/increase by %?

Started by sasofrass, March 20, 2012, 10:06:34 am

Previous topic - Next topic

sasofrass

Is there a way with BlizzABS to increase the damage you deal by a percentage or damage you receive decreased by a percentage?

Is there something like this already in tons of addons?

Blizzard

A status effect can increase your attack power by a certain percentage which (if I remember right) should increase your average physical damage by the same percentage.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

sasofrass

March 20, 2012, 10:23:49 am #2 Last Edit: March 20, 2012, 10:26:34 am by sasofrass
Quote from: Blizzard on March 20, 2012, 10:18:26 am
A status effect can increase your attack power by a certain percentage which (if I remember right) should increase your average physical damage by the same percentage.


Would there be an easier way to do this besides a state? I am designing things which increase your damage by a percentage, but having 100 states for every 1% increase and making dozens of conditional branches seems a bit of a hassle lol


I have a boss in my game infact that has an overly large amount of health (roughly 10000 when the average class does around 50 DPS), but there is a mechanic which slowly ramps up your ATK %, but for every % damage increase you have, you take more damage. That is a really rough explanation, you'll be able to see it in my demo (which should be in a few weeks, more info soon! :D)

Blizzard

Then you will need a custom script for something like that.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

sasofrass

Quote from: Blizzard on March 20, 2012, 10:40:06 am
Then you will need a custom script for something like that.


For the attack increase, I think just using a state would be easiest.

For the damage reduction, would just increasing your physical/magical armors by a % be roughly reducing the damage taken by a %? If so, this thread was kind of just a poop :(