code/__DEFINES/cargo.dm 
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. |
COUPON_OMEN | Used by coupons to define that they're cursed |
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
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_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.
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.