currency add
This commit is contained in:
parent
45e7400e82
commit
46ec9b0ac8
1 changed files with 4 additions and 0 deletions
|
@ -189,6 +189,10 @@ export const DS4 = {
|
|||
specialCharacteristics: "String",
|
||||
},
|
||||
|
||||
/**
|
||||
* Define currency elemenrs for handlebars of a character
|
||||
*/
|
||||
|
||||
currency: {
|
||||
gold: "DS4.CurrencyGold",
|
||||
silver: "DS4.CurrencySilver",
|
||||
|
|
Loading…
Reference in a new issue