Add localization of actor and item type labels
This commit is contained in:
parent
17d0213e62
commit
0568afc32b
4 changed files with 16 additions and 0 deletions
|
@ -120,6 +120,14 @@ export const DS4 = {
|
|||
electricity: "DS4.SpellCategoryElectricity",
|
||||
},
|
||||
|
||||
/**
|
||||
* Define the set of actor types
|
||||
*/
|
||||
actorTypes: {
|
||||
character: "DS4.ActorTypeCharacter",
|
||||
creature: "DS4.ActorTypeCreature",
|
||||
},
|
||||
|
||||
/**
|
||||
* Define the set of attributes an actor has
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue