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
| Field | Type | Required | Description |
|---|---|---|---|
bottom_right_button_event | Event | Optional. The event to fire when the player taps on the bottom-right button. |