{% extends "base.html" %} {% block title %}Customize Your Character - Code of Conquest{% endblock %} {% block content %}
Origin
Class
3
Customize
4
Confirm

Name Your Hero

What shall they call you in the halls of legend?

Your Character So Far

Origin
{{ origin.name }}

{{ origin.description[:100] }}...

Class
{{ player_class.name }}

{{ player_class.description[:100] }}...

Starting Location
{{ origin.starting_location.name }}

{{ origin.starting_location.description }}

Base Stats
STR {{ player_class.base_stats.strength }} DEX {{ player_class.base_stats.dexterity }} CON {{ player_class.base_stats.constitution }} INT {{ player_class.base_stats.intelligence }} WIS {{ player_class.base_stats.wisdom }} CHA {{ player_class.base_stats.charisma }}

Choose Your Name

3-30 characters

Need inspiration? Try these:

ℹ️
Character Creation Tips:
  • Your name will be visible to other players
  • Choose a name that fits the fantasy RPG setting
  • You can always create more characters later
← Back to Class
{% endblock %}