code/__DEFINES/cargo.dm 
| CARGO_MINIMUM_COST | DO NOT GO ANY LOWER THAN X1.4 the "CARGO_CRATE_VALUE" value if using regular crates, or infinite profit will be possible! This is also unit tested against. |
|---|---|
| CARGO_CRATE_VALUE | The baseline unit for cargo crates. Adjusting this will change the cost of all in-game shuttles, crate export values, bounty rewards, and all supply pack import values, as they use this as their unit of measurement. |
| CARGO_MAX_ORDER | The highest amount of orders you can have of one thing at any one time |
| OVER_ORDER_LIMIT | Returned by /obj/docking_port/mobile/supply/proc/get_order_count to signify us going over the order limit |
| SCAN_EXPORTS | Universal Scanner mode for export scanning. |
| SCAN_SALES_TAG | Universal Scanner mode for using the sales tagger. |
| SCAN_PRICE_TAG | Universal Scanner mode for using the price tagger. |
| EXPORT_MARKET_STATION | Default export define, these are things that are sold to centcom. |
| EXPORT_MARKET_PIRACY | Export market for pirates. |
| COUPON_OMEN | Used by coupons to define that they're cursed |
| ORDER_INVISIBLE | Order is literally never visible, presumably it's an abstract type or something |
| ORDER_EMAG_ONLY | Only orderable on emagged consoles |
| ORDER_CONTRABAND | Only orderable on consoles with doctored boards |
| ORDER_GOODY | Can only be ordered privately, can use discount coupons, and arrives in a bag instead of a crate |
| ORDER_POD_ONLY | Can only be ordered via the express order console |
| ORDER_SPECIAL | Can only be ordered if the following flag is also enabled, for conditionally provided options |
| ORDER_SPECIAL_ENABLED | If present then a special order can be ordered |
| ORDER_NOT_DEPARTMENTAL | Unavailable to departmental order consoles even if it is in an appropriate category |
| ORDER_DANGEROUS | This will notify admins when it is purchased |
| ORDER_ADMIN_SPAWNED | This is set when something is created by an admin to make sure its contents is also marked as such |
| SUPPLY_PACK_NOT_DISCOUNTABLE | Discount categories for coupons. This one is for anything that isn't discountable. |
| SUPPLY_PACK_STD_DISCOUNTABLE | Discount category for the standard stuff, mostly goodies. |
| SUPPLY_PACK_UNCOMMON_DISCOUNTABLE | Discount category for stuff that's mostly niche and/or that might be useful. |
| SUPPLY_PACK_RARE_DISCOUNTABLE | Discount category for the silly, overpriced, joke content, sometimes useful or plain bad. |
| EXPORT_NOT_SOLD | Standard export define for not selling the item. |
| EXPORT_SOLD | Sell the item |
| EXPORT_SOLD_DONT_DELETE | Sell the item, but for the love of god, don't delete it, we're handling it in a fancier way. |
| DEPARTMENTAL_ORDER_COOLDOWN_COEFFICIENT | Multiplies the logarithmic value calculating the free crate cooldown |
| DEPARTMENTAL_ORDER_COOLDOWN_EXPONENT | Used for the power of the logarithmic value for the free crate cooldown |
| DEPARTMENTAL_ORDER_REWARD_COEFFICIENT | Multiplies the logarithmic value calculating the free crate delivery reward |
| DEPARTMENTAL_ORDER_REWARD_EXPONENT | Used for the power of the logarithmic value for the free crate delivery reward |
Define Details
CARGO_CRATE_VALUE 
The baseline unit for cargo crates. Adjusting this will change the cost of all in-game shuttles, crate export values, bounty rewards, and all supply pack import values, as they use this as their unit of measurement.
CARGO_MAX_ORDER 
The highest amount of orders you can have of one thing at any one time
CARGO_MINIMUM_COST 
DO NOT GO ANY LOWER THAN X1.4 the "CARGO_CRATE_VALUE" value if using regular crates, or infinite profit will be possible! This is also unit tested against.
COUPON_OMEN 
Used by coupons to define that they're cursed
DEPARTMENTAL_ORDER_COOLDOWN_COEFFICIENT 
Multiplies the logarithmic value calculating the free crate cooldown
DEPARTMENTAL_ORDER_COOLDOWN_EXPONENT 
Used for the power of the logarithmic value for the free crate cooldown
DEPARTMENTAL_ORDER_REWARD_COEFFICIENT 
Multiplies the logarithmic value calculating the free crate delivery reward
DEPARTMENTAL_ORDER_REWARD_EXPONENT 
Used for the power of the logarithmic value for the free crate delivery reward
EXPORT_MARKET_PIRACY 
Export market for pirates.
EXPORT_MARKET_STATION 
Default export define, these are things that are sold to centcom.
EXPORT_NOT_SOLD 
Standard export define for not selling the item.
EXPORT_SOLD 
Sell the item
EXPORT_SOLD_DONT_DELETE 
Sell the item, but for the love of god, don't delete it, we're handling it in a fancier way.
ORDER_ADMIN_SPAWNED 
This is set when something is created by an admin to make sure its contents is also marked as such
ORDER_CONTRABAND 
Only orderable on consoles with doctored boards
ORDER_DANGEROUS 
This will notify admins when it is purchased
ORDER_EMAG_ONLY 
Only orderable on emagged consoles
ORDER_GOODY 
Can only be ordered privately, can use discount coupons, and arrives in a bag instead of a crate
ORDER_INVISIBLE 
Order is literally never visible, presumably it's an abstract type or something
ORDER_NOT_DEPARTMENTAL 
Unavailable to departmental order consoles even if it is in an appropriate category
ORDER_POD_ONLY 
Can only be ordered via the express order console
ORDER_SPECIAL 
Can only be ordered if the following flag is also enabled, for conditionally provided options
ORDER_SPECIAL_ENABLED 
If present then a special order can be ordered
OVER_ORDER_LIMIT 
Returned by /obj/docking_port/mobile/supply/proc/get_order_count to signify us going over the order limit
SCAN_EXPORTS 
Universal Scanner mode for export scanning.
SCAN_PRICE_TAG 
Universal Scanner mode for using the price tagger.
SCAN_SALES_TAG 
Universal Scanner mode for using the sales tagger.
SUPPLY_PACK_NOT_DISCOUNTABLE 
Discount categories for coupons. This one is for anything that isn't discountable.
SUPPLY_PACK_RARE_DISCOUNTABLE 
Discount category for the silly, overpriced, joke content, sometimes useful or plain bad.
SUPPLY_PACK_STD_DISCOUNTABLE 
Discount category for the standard stuff, mostly goodies.
SUPPLY_PACK_UNCOMMON_DISCOUNTABLE 
Discount category for stuff that's mostly niche and/or that might be useful.