Example #1
0
 function calcCritChanceUpgradeCost()
 {
     return Weapon::calcWeaponUpgradeCost($this->DamageQuantity, $this->DamageDie, $this->DamageOffset, $this->CritChance + 1) * 3.33;
     //crit is a little too cheap
 }