Cineron
Proton
- Joined
- Jul 26, 2017
- Messages
- 156
- Nebulae
- 83
This suggestion stems from the addition of new cars added to the server periodically. I propose to apply the ability to trade in an owned vehicle and have its depreciated value applied towards buying a new vehicle. Part of me wants the depreciation rate to be like 1% per day of ownership that would drop to a server set maximum of maybe 10k. This would mean that for every trade in there would be a minimum of 10k available to apply to a new car purchase. For example you purchase a Panto for 18k and have owned it for 2 weeks. The initial depreciation value would be set to 180 per day and subtract that amount from the original purchase price multiplied by that amount of days, making the overall value of the car drop by 2,520. If I were to code a formula I could type:
depreciation_value = (purchase_price * 0.01 * days_owned)
total_trade_value = purchase_price - depreciation_value
depreciation_value = (purchase_price * 0.01 * days_owned)
total_trade_value = purchase_price - depreciation_value