Add the data model for structures and prevent them from being embedded in most actors.
This commit is contained in:
parent
5286f403a1
commit
762b297895
4 changed files with 50 additions and 2 deletions
|
|
@ -232,7 +232,8 @@
|
|||
"invalid-integer": "You must enter a valid whole number",
|
||||
"item-not-found": "Failed to find an item to delete",
|
||||
"spell-create-failed": "Failed to create a custom spell",
|
||||
"aspect-limit-reached": "You cannot have more than {limit} aspects"
|
||||
"aspect-limit-reached": "You cannot have more than {limit} aspects",
|
||||
"cant-embed-item": "Cannot embed item with type \"{item.type}\" in \"{actor.type}\""
|
||||
},
|
||||
"warn": {
|
||||
"negative-aspect-limit": "The Aspect limit must be 0 or greater"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue