enable towns

This commit is contained in:
Andrew Brown 2023-03-21 14:35:43 -07:00
parent 48dd2ce67f
commit 7b3faa4910
3 changed files with 12 additions and 4 deletions

View File

@ -9,7 +9,7 @@ class BasilController < ApplicationController
@enabled_content_types = [
Character, Location, Item,
Food, Planet, Landmark,
Flora,
Flora, Town,
# TODO improve these before release, if possible
Building, Vehicle,
@ -18,7 +18,7 @@ class BasilController < ApplicationController
# Continent, Country,
# Creature, Deity,
# Magic, School, Sport, Technology,
# Town, Tradition
# Tradition
# Probably won't do before release
# Condition, Government, Group, Job, Language, Lore,

View File

@ -17,6 +17,8 @@ class BasilService < Service
%w(realistic)
when 'Landmark'
%w(realistic)
when 'Town'
%w(realistic map)
else
%w(realistic)
end

View File

@ -6,8 +6,8 @@
<h1 style="font-size: 2em; margin-left: 1rem">Hey, I'm Basil.</h4>
<h2 style="font-size: 1.4em; margin-left: 1rem">I can help you visualize your characters and other pages.</h2>
<p style="margin-left: 1rem">
To get started, select the character you want to generate art for. Their description
will be pulled from any answers you've given to fields on their notebook page.
To get started, select the page you want to generate art for. Their description
will be pulled from any answers you've given to relevant fields on their notebook page.
</p>
<p style="margin-left: 1rem">
<strong class="purple-text">NEW</strong>: You can also
@ -27,6 +27,12 @@
</div>
<% end %>
<% end %>
<p class="grey-text">
<strong>What about the other pages?</strong><br />
A lot of work goes into making sure each page produces accurate, high quality images.
More page types will be added soon!
</p>
</div>
<div class="col s12 m8 l9">
<div class="row" style="margin-left: 1rem">