Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Base_cost = Base cost of item. This is the unhacked cost with no tonics.
  2.  
  3. Tonic_Discount = Sum of all discounts from tonics, per above
  4. up to (35%) for all three vending tonics
  5.  
  6. Hacking_Multiplier = 100 if the machine is unhacked.
  7. = 80 if the machine is hacked.
  8.  
  9. Final_Cost = Base_cost * (Hacking_Multiplier / 100) * (100 - Tonic_Discount) / 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement