code/modules/paperwork/photocopier.dm
BLANKS_FILE_NAME | Name of the blanks file |
---|---|
PHOTO_GREYSCALE | For use with the color_mode var. Photos will be printed in greyscale while the var has this value. |
PHOTO_COLOR | For use with the color_mode var. Photos will be printed in full color while the var has this value. |
PAPER_TONER_USE | How much toner is used for making a copy of a paper. |
PHOTO_TONER_USE | How much toner is used for making a copy of a photo. |
DOCUMENT_TONER_USE | How much toner is used for making a copy of a document. |
ASS_TONER_USE | How much toner is used for making a copy of an ass. |
PAPERWORK_TONER_USE | How much toner is used for making a copy of paperwork. |
TONER_CHARGE_LOW_AMOUNT | At which toner charge amount we start losing color. Toner cartridges are scams. |
PAPER_PAPER_USE | How much paper is used for making a copy of paper. What, are you seriously surprised by this? |
PHOTO_PAPER_USE | How much paper is used for making a copy of a photo. |
DOCUMENT_PAPER_USE | How much paper is used for making a copy of a document. |
ASS_PAPER_USE | How much paper is used for making a copy of a photo. |
PAPERWORK_PAPER_USE | How much paper is used for making a copy of paperwork. |
MAX_PAPER_CAPACITY | Maximum capacity of a photocopier |
MAX_COPIES_AT_ONCE | The maximum amount of copies you can make with one press of the copy button. |
PHOTOCOPIER_FEE | Photocopier copy fee. |
/obj/machinery/photocopier/gratis | Subtype of photocopier that is free to use. |
Define Details
ASS_PAPER_USE
How much paper is used for making a copy of a photo.
ASS_TONER_USE
How much toner is used for making a copy of an ass.
BLANKS_FILE_NAME
Name of the blanks file
DOCUMENT_PAPER_USE
How much paper is used for making a copy of a document.
DOCUMENT_TONER_USE
How much toner is used for making a copy of a document.
MAX_COPIES_AT_ONCE
The maximum amount of copies you can make with one press of the copy button.
MAX_PAPER_CAPACITY
Maximum capacity of a photocopier
PAPERWORK_PAPER_USE
How much paper is used for making a copy of paperwork.
PAPERWORK_TONER_USE
How much toner is used for making a copy of paperwork.
PAPER_PAPER_USE
How much paper is used for making a copy of paper. What, are you seriously surprised by this?
PAPER_TONER_USE
How much toner is used for making a copy of a paper.
PHOTOCOPIER_FEE
Photocopier copy fee.
PHOTO_COLOR
For use with the color_mode
var. Photos will be printed in full color while the var has this value.
PHOTO_GREYSCALE
For use with the color_mode
var. Photos will be printed in greyscale while the var has this value.
PHOTO_PAPER_USE
How much paper is used for making a copy of a photo.
PHOTO_TONER_USE
How much toner is used for making a copy of a photo.
TONER_CHARGE_LOW_AMOUNT
At which toner charge amount we start losing color. Toner cartridges are scams.