Skip to main content

Avatar

This view allows you to display an avatar (frame with picture / some initials). It is often used in pair with the AvatarSection view, and to display a character's image. This view is the only way the player can choose a photo for a resource or character stat.

JSON Format

{
"type": "avatar",
"id": ...,
"type": ...,
"margin_left": ...,
"margin_right": ...,
"margin_top": ...,
"margin_bottom": ...,
"is_visible": ...,
"validation_message": ...,
"photo_stat": ...,
"name_stat": ...,
"interactable": ...,
"preview_enabled": ...,
"size": ...
}

Fields

FieldTypeRequiredDescription
sizeAvatarRPGViewSizeThe size of this view.