Yokoka’s Quest-style Profile generator
THIS IS WORK IN PROGRESS, THIS IS NON FUNCTIONAL, PLEASE DO NOT USE YET
<% if args then %>
Information Gathered
General Information
- Name
-
<% if args.name then %>
<%= args.name.v %>
<% end %>
- Avatar
-
<% if args.avatar then %>
<% end %>
- Is Leader
-
<% if args.is_leader and args.is_leader.v == "on" then %>
<% else %>
<% end %>
Classes and Levels
- Class 1
-
<% if args.class1 then %>
<% if args.class1_lvl then %>
Lvl <%= args.class1_lvl %>
<% end %>
<% end %>
- Class 2
-
<% if args.class2 then %>
<% if args.class2_lvl then %>
Lvl <%= args.class2_lvl %>
<% end %>
<% end %>
- Class leaning
-
<% if args.class_leaning then %>
<%= args.class_leaning %>
<% end %>
<% end %>
Based on the character profiles in the webcomic
Yokoka’s Quest
by Chris Hyacinth R.
Assets shared by the author on the
webcomic’s forums
.