mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
15 lines
600 B
Plaintext
15 lines
600 B
Plaintext
|
|
// Shipping methods
|
|
|
|
// The BEST way of shipping items: accurate, "undetectable"
|
|
#define SHIPPING_METHOD_LTSRBT "LTSRBT"
|
|
// Picks a random area to teleport the item to and gives you a minute to get there before it is sent.
|
|
#define SHIPPING_METHOD_TELEPORT "Teleport"
|
|
// Throws the item from somewhere at the station.
|
|
#define SHIPPING_METHOD_LAUNCH "Launch"
|
|
// Sends a supply pod to the buyer's location, showy.
|
|
#define SHIPPING_METHOD_SUPPLYPOD "Supply Pod"
|
|
|
|
/// The percentage on gains that's removed when selling an item through the blackmarket with the LTSRBT
|
|
#define MARKET_WITHHOLDING_TAX 0.15
|