diff --git a/app/controllers/basil_controller.rb b/app/controllers/basil_controller.rb index ae80f46c..8888e000 100644 --- a/app/controllers/basil_controller.rb +++ b/app/controllers/basil_controller.rb @@ -12,7 +12,7 @@ class BasilController < ApplicationController Flora, Town, # TODO improve these before release, if possible; otherwise disable - Building, Vehicle, + Building, Vehicle, Creature, # TODO before release # Continent, Country, @@ -456,7 +456,8 @@ class BasilController < ApplicationController 'type of landmark': 1.25, 'type of magic': 1.25, 'type of school': 1.25, - 'type of vehicle': 1.25 + 'type of vehicle': 1.25, + 'type of creature': 1.25 } label_value_pairs_to_skip_entirely = [ ['race', 'human'] diff --git a/app/services/basil_service.rb b/app/services/basil_service.rb index 8f39cdb8..7a36ce32 100644 --- a/app/services/basil_service.rb +++ b/app/services/basil_service.rb @@ -11,14 +11,10 @@ class BasilService < Service %w(realistic painting sketch) when 'Building' %w(realistic sketch) - when 'Food' - %w(realistic) - when 'Planet' - %w(realistic) - when 'Landmark' - %w(realistic) when 'Town' %w(realistic map) + when 'Creature' + %w(realistic fantasy) else %w(realistic) end diff --git a/app/views/basil/content.html.erb b/app/views/basil/content.html.erb index 596039d9..73d61aaa 100644 --- a/app/views/basil/content.html.erb +++ b/app/views/basil/content.html.erb @@ -104,7 +104,7 @@ function commission_basil(style) { <%= link_to "javascript:commission_basil('#{style}')" do %>
- To get started, select the page you want to generate art for. Their description + To get started, select the page you want to generate images for. Their description will be pulled from any answers you've given to relevant fields on their notebook page.