v0.2.3: Sandals of nature buffed (in anticipation of nerfs to potion farming)
This commit is contained in:
parent
a0617572bb
commit
dfff62ef05
|
@ -175,8 +175,9 @@ public class SandalsOfNature extends Artifact {
|
||||||
|
|
||||||
public class Naturalism extends ArtifactBuff{
|
public class Naturalism extends ArtifactBuff{
|
||||||
public void charge() {
|
public void charge() {
|
||||||
if (charge < 25*level){
|
if (charge < target.HT){
|
||||||
charge++;
|
//gain 1+(1*level)% of the difference between current charge and max HP.
|
||||||
|
charge+= (Math.round( (target.HT-charge) * (.01+ level*0.01) ));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user