Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Is it alright if I reupload this with personal values just for the server? All good if not
Thankyou!
Would much appreciate assistance =)
function getPrice(seed, rarity)
local lootRange, deepScan, radar, detections, range, dockRange, _, _, numTurrets, cargoperc, hreach, hcooldown, henergy, squads, production = getBonuses(seed, rarity)
range = math.min(range, 1500)
local price = (lootRange * 75000) + (deepScan * 75000) + (radar * 75000) + (((#detections+1) * 75000) + (range * 1.5)) + (25000000 * numTurrets) + (cargoperc * 1000000) + (hreach * 250000) + (hcooldown * 1000000) + (250000 * squads)
if price >= 2100000000 then
price = 2100000000
end
return price
end
function getPrice(seed, rarity)
local lootRange, deepScan, radar, detections, range, dockRange, _, _, numTurrets, cargoperc, hreach, hcooldown, henergy, squads, production = getBonuses(seed, rarity)
range = math.min(range, 150)
local price = (lootRange * 750) + (deepScan * 750) + (radar * 750) + (((#detections+1) * 750) + (range * 1.5)) + (2500 * numTurrets) + (cargoperc * 1000) + (hreach * 2500) + (hcooldown * 1000) + (2500 * squads)
if price >= 2100000000 then
price = 2100000000
end
return price
end
Just fyi. I thought it was funny hah.