Jump to content

How can i know the exact damage that one skill is gonna deal?


Recommended Posts

  • Premium

player.skill_proto, database.

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

  • Premium

I'm afraid I don't understand the question. You need a guide to explain you.. math?

Edited by Syreldar

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

9 minutes ago, Syreldar said:

I'm afraid I don't understand the question. You need a guide to explain you.. math?

i was afraid that the question was going to sound dumb, i understand basic math but i don't understand the meaning of this "%.0f-%.0f" is this still a mathematic formula or it's something from a lenguage code?
i tried to google it but i can't find anything that explain what is it

Edited by Alessio
Link to comment
Share on other sites

Looks like someone's a little hot today.

Maybe this post can help you.
 

 

I recommend you save time by using ChatGPT.

Me:
 

"%.0f-%.0f" means?


ChatGPT:

"%.0f-%.0f" is a string format specifier in programming that is often used to format output values in a particular way.

In this case, the format specifier is being used to represent a range of possible values for the "Attack Power" variable. The "%.0f" part of the specifier is used to format a floating-point number (a number with a decimal point) with zero decimal places, which means it will be rounded to the nearest integer.

The "-" between the two format specifiers is simply a separator that indicates the range of values. So, if the values being formatted are 10.5 and 15.2, for example, the output would be "10-15", which represents the range of possible attack power values.

Note that the specific meaning and usage of format specifiers may vary depending on the programming language and context.

 

  • Lmao 1
  • Love 2
Link to comment
Share on other sites

2 hours ago, caanmasu said:

Looks like someone's a little hot today.

Maybe this post can help you.
 

 

I recommend you save time by using ChatGPT.

Me:
 

"%.0f-%.0f" means?


ChatGPT:

"%.0f-%.0f" is a string format specifier in programming that is often used to format output values in a particular way.

In this case, the format specifier is being used to represent a range of possible values for the "Attack Power" variable. The "%.0f" part of the specifier is used to format a floating-point number (a number with a decimal point) with zero decimal places, which means it will be rounded to the nearest integer.

The "-" between the two format specifiers is simply a separator that indicates the range of values. So, if the values being formatted are 10.5 and 15.2, for example, the output would be "10-15", which represents the range of possible attack power values.

Note that the specific meaning and usage of format specifiers may vary depending on the programming language and context.

 

Thanks 😄 this will save me a lot of time

hey one last thing, do you know by any chance what the bonus "faint chance" do in game? what's the effect of this bonus?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.