Some work on spells, etc.
This commit is contained in:
parent
51897c6923
commit
adf6876144
9 changed files with 298 additions and 21 deletions
|
@ -126,7 +126,7 @@ public class SpellEffectFire extends SpellEffect
|
|||
@Override
|
||||
protected int getCostForOffenseSelf()
|
||||
{
|
||||
return 100*(int)((this.powerEnhancement+1)*Math.pow(2, potencyEnhancement));
|
||||
return 500*(int)((this.powerEnhancement+1)*Math.pow(2, potencyEnhancement));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue