Add saving and editing of default attributes and their values (closes #29)
This commit is contained in:
parent
5159db3d33
commit
d540cc72f6
6 changed files with 178 additions and 34 deletions
|
|
@ -30,6 +30,11 @@
|
|||
"false": "Not Resizable",
|
||||
"true": "Resizable"
|
||||
}
|
||||
},
|
||||
"actorDefaultAttributes": {
|
||||
"name": "Remove Default Attributes",
|
||||
"hint": "This removes the default attributes that are applied when a new actor is created, making it so that no attributes get created alongside the actor.",
|
||||
"label": "Remove Attributes"
|
||||
}
|
||||
},
|
||||
"sheet-names": {
|
||||
|
|
@ -59,7 +64,8 @@
|
|||
"has-max": "Has Maximum?",
|
||||
"name-placeholder": "Attribute Name...",
|
||||
"no-attributes": "No attributes yet",
|
||||
"add-new-attribute": "Add New Attribute"
|
||||
"add-new-attribute": "Add New Attribute",
|
||||
"default-attribute-values": "Default Attribute Values"
|
||||
},
|
||||
"PlayerSheet": {
|
||||
"manage-attributes": "Manage Attributes",
|
||||
|
|
@ -100,6 +106,9 @@
|
|||
"invalid-socket": "Invalid socket data received, this means a module or system bug is present.",
|
||||
"unknown-socket-event": "An unknown socket event was received: {event}",
|
||||
"malformed-socket-payload": "Socket event \"{event}\" received with malformed payload. Details: {details}"
|
||||
},
|
||||
"success": {
|
||||
"saved-default-attributes": "Successfully saved default Actor attributes"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue