Character Sheet Creation

Fill in your Rat Records, delegate questions to your crew, and prepare your Math Magic Techniques.

I. Basic Rat Records

{% if player.avatar_look and player.avatar_smell and player.first_words and not edit_mode %}
Look: {{ player.avatar_look }}
Smell: {{ player.avatar_smell }}
First Words: "{{ player.first_words }}"
Good at Math? {{ player.good_at_math }}
{% else %}
{% endif %}

II. Crew Delegations

{% if not player.other_like_from_player_id or not player.other_hate_from_player_id %} {% endif %}

You must let other players decide what they like and hate about your character.

{% set question_type = 'like' %} {% include 'delegation_snippet.html' %} {% set question_type = 'hate' %} {% include 'delegation_snippet.html' %}
{% include 'inbox_snippet.html' %} {% include 'techniques_snippet.html' %}

V. Crew Creation Status

See the creation progress of the entire crew in real time.

{% include 'crew_status_snippet.html' %}