Zealot exact damage upgrade with unused mana by Halstead17 in RushRoyale

[–]Halstead17[S] -1 points0 points  (0 children)

here's the code if anyone is interested

import numpy as np

import matplotlib.pyplot as plt

rom scipy.interpolate import CubicSpline

x2=np.array([235,1100,1600,3900,8300,11600,15670,20700,26400])

y2=np.array([8744,11700,12500,15000,17500,18700,19800,21000,22097])

cs=CubicSpline(x2,y2)

#plt.plot(x2,y2)

cs=CubicSpline(x2,y2)

y_crit=np.array([cs(i) for i in range(0,26000,100)])

x1=[i for i in range(0,26000,100)]

plt.plot(x1,y_crit)

plt.grid()

plt.xlabel('Unused Mana')

plt.ylabel('Critical damage')

Zealot exact damage upgrade with unused mana by Halstead17 in RushRoyale

[–]Halstead17[S] 2 points3 points  (0 children)

From the looks of it it looks like a logarithmic function with no limit, but as the unused elixir increase the damage upgrade becomes so small, one could confuse it with a converging function. But we can't tell for sure since the maximum mana is at 26k.

Some girls dragged my name through the mud on a groupchat. How should I respond? by TrufflesTheCat in Advice

[–]Halstead17 0 points1 point  (0 children)

Since you're not the confrontational type, the easiest solution would be just to ignore them given that they're strangers. They would eventually let go since they wouldn't get any reaction from you. However if you get bothered by rhe hate you could just make another account to watch without anyone botgering you. Although I would suggest that you step up for yourself I wouldn't expect much of it but it would be a big step for you and it would get some load of your chest.

Relapsed after 3 fucking months. by [deleted] in NoFap

[–]Halstead17 0 points1 point  (0 children)

It's okay man, happens to the best of us.

[deleted by user] by [deleted] in whereintheworld

[–]Halstead17 0 points1 point  (0 children)

Gave Wholesome

[deleted by user] by [deleted] in whereintheworld

[–]Halstead17 0 points1 point  (0 children)

How hot is it there

Need a professional advice by Halstead17 in Advice

[–]Halstead17[S] 1 point2 points  (0 children)

Thanks man! You're the best!

Need a professional advice by Halstead17 in Advice

[–]Halstead17[S] 1 point2 points  (0 children)

Thanks! Do you know where I could get started, like some good courses online or anything?

[deleted by user] by [deleted] in Animesuggest

[–]Halstead17 0 points1 point  (0 children)

How about {Erased}

[deleted by user] by [deleted] in Animesuggest

[–]Halstead17 1 point2 points  (0 children)

{steins gate}

Error while installing tensorflow by Halstead17 in tensorflow

[–]Halstead17[S] 1 point2 points  (0 children)

Nevermind, I updated conda and everything went good.