Widget:BoostCalcForm: mudanças entre as edições

sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 157: Linha 157:
                 const boostType = formData.get("boostType");
                 const boostType = formData.get("boostType");
                 const specialBoost = formData.get("specialBoost");
                 const specialBoost = formData.get("specialBoost");
                 const stonePrice = formData.get("stonePrice");
                 const stonePrice = formData.get("stonePrice") ? Number(formData.get("stonePrice")) > 1000 ? Number(formData.get("stonePrice")) / 1000 : Number(formData.get("stonePrice")) : 0;
                 const boostStonePrice = formData.get("boostStonePrice");
                 const boostStonePrice = formData.get("boostStonePrice") ? Number(formData.get("boostStonePrice")) > 1000 ? Number(formData.get("boostStonePrice")) / 1000 : Number(formData.get("boostStonePrice")) : 9999999;
                 const startBoost = formData.get("startBoost");
                 const startBoost = formData.get("startBoost");
                 const endBoost = formData.get("endBoost");
                 const endBoost = formData.get("endBoost");