Add TYPE translation literals
This commit is contained in:
parent
7549cd2b05
commit
745824f6cc
1 changed files with 20 additions and 0 deletions
|
|
@ -52,5 +52,25 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
"Actor": {
|
||||
"player": "Player",
|
||||
"sync": "Sync"
|
||||
},
|
||||
"Item": {
|
||||
"aspect": "Aspect",
|
||||
"weapon": "Weapon",
|
||||
"armour": "Armour",
|
||||
"equipment": "Equipment",
|
||||
"foil": "Foil",
|
||||
"pet": "Pet",
|
||||
"structure": "Structure",
|
||||
"service": "Service",
|
||||
"materials": "Materials",
|
||||
"legendaryItem": "Legendary Item",
|
||||
"spell": "Spell",
|
||||
"untyped": "Custom"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue