Skip to main content

AvatarSection

This is a special view that allows you to handle progression systems in your character sheet (e.g: allowing your players to level up), as well as editing, deleting, copying and sharing a character. As such, it is often crucial to include this special view in your character sheet, more often than not at the top.

JSON Format

{
"type": "avatarSection",
"id": ...,
"type": ...,
"margin_left": ...,
"margin_right": ...,
"margin_top": ...,
"margin_bottom": ...,
"is_visible": ...,
"validation_message": ...,
"bottom_right_stack": ...,
"bottom_left_stack": ...,
"center_content": ...,
"bottom_left_button_title": ...,
"bottom_left_button_event": ...,
"bottom_right_button_title": ...,
"bottom_right_button_event": ...
}

Fields

FieldTypeRequiredDescription
bottom_right_button_eventEventOptional. The event to fire when the player taps on the bottom-right button.