From 349a6e7ca3fe1a367a0626dee314222d9665f009 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 20 Jul 2021 02:37:13 -0700 Subject: [PATCH] reduce some estimates --- app/services/green_service.rb | 4 ++-- app/views/data/green.html.erb | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/services/green_service.rb b/app/services/green_service.rb index d42b52fe..9460b835 100644 --- a/app/services/green_service.rb +++ b/app/services/green_service.rb @@ -11,7 +11,7 @@ class GreenService < Service case worldbuilding_page_type when "Universe" then 2 - when "Character" then 8 + when "Character" then 6 when "Location" then 4 when "Item" then 2 when "Building" then 8 @@ -27,7 +27,7 @@ class GreenService < Service when "Job" then 4 when "Landmark" then 3 when "Language" then 5 - when "Lore" then 10 + when "Lore" then 8 when "Magic" then 4 when "Planet" then 6 when "Race" then 4 diff --git a/app/views/data/green.html.erb b/app/views/data/green.html.erb index bda0eced..7fb0e7c7 100644 --- a/app/views/data/green.html.erb +++ b/app/views/data/green.html.erb @@ -16,7 +16,7 @@
- All the added functionality of Notebook.ai isn't the only benefit of going digital. Backing your ideas up in the cloud + All of the added functionality of Notebook.ai over a traditional paper notebook isn't the only benefit of going digital. Backing your ideas up in the cloud instead of on paper also saves trees!
@@ -174,6 +174,7 @@ <% trees_saved = total_pages_equivalent.to_f / GreenService::SHEETS_OF_PAPER_PER_TREE %> <%= number_with_delimiter trees_saved.round(5) %> <%= 'tree'.pluralize trees_saved %> + saved