code/modules/economy/shippingmarket.dm
PRESSURE_CRYSTAL_VALUATION | The full explosion-power-to-credits conversion formula. Also used in smallprogs.dm |
---|---|
PRESSURE_CRYSTAL_PEAK_COUNT | The number of peak points on the pressure crystal graph offering bonus credits |
RET_IGNORE | Requisition was not used, conduct a standard QM sale |
RET_INSUFFICIENT | Requisition was used, but no contract was fulfilled; return crate and do not process income. |
RET_SALE_SENDBACK | Requisition was used successfully, and items are to be returned (either item rewards or excess goods shipped) |
RET_NOSENDBACK | Requisition was used successfully, and no items are to be returned (either no spare items, or a third party sale without item rewards) |
RET_VOID | Requisition sheet was used and cargo was sent to third party requisitioner, but contract was not satisfied; no returns, no payment |
Define Details
PRESSURE_CRYSTAL_PEAK_COUNT
The number of peak points on the pressure crystal graph offering bonus credits
PRESSURE_CRYSTAL_VALUATION
The full explosion-power-to-credits conversion formula. Also used in smallprogs.dm
RET_IGNORE
Requisition was not used, conduct a standard QM sale
RET_INSUFFICIENT
Requisition was used, but no contract was fulfilled; return crate and do not process income.
RET_NOSENDBACK
Requisition was used successfully, and no items are to be returned (either no spare items, or a third party sale without item rewards)
RET_SALE_SENDBACK
Requisition was used successfully, and items are to be returned (either item rewards or excess goods shipped)
RET_VOID
Requisition sheet was used and cargo was sent to third party requisitioner, but contract was not satisfied; no returns, no payment