mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
update sheets per tree count
This commit is contained in:
parent
04b1327504
commit
f6cb442991
@ -1,7 +1,7 @@
|
||||
class GreenService < Service
|
||||
AVERAGE_WORDS_PER_PAGE = 500
|
||||
AVERAGE_TIMELINE_EVENTS_PER_PAGE = 3
|
||||
SHEETS_OF_PAPER_PER_TREE = 15_000
|
||||
SHEETS_OF_PAPER_PER_TREE = 10_000 # source: https://ribble-pack.co.uk/blog/much-paper-comes-one-tree
|
||||
|
||||
def self.physical_pages_equivalent_for(worldbuilding_page_type)
|
||||
# TODO: This would be better estimated with [average] word counts from pages (or a real total),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user