2.3/ XP
RMP: Raw Material Price.
Quantity: Number of products in the project.
Ships = 2 + rounddown((RMP / 85000) * Quantity))
Vehicles = 2 + rounddown((RMP / 50000) * Quantity))
Items/Weapons = rounddown(Quantity * 0.05)
Droids = 1 + rounddown((RMP / 80000) * Quantity))
ok my question is about the ships xp but this also goes for the vehicles and droids.
my question is why are there 2 ('s going left and 3 )'s going right. this is unbalanced (guess that would be the right word for it). i guess i'm not understanding the equation right but tell me if i'm wrong.