Various items fixes and enhancements
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
export const CHARACTERISTICS = Object.freeze({
|
||||
str: {
|
||||
id: "str",
|
||||
label: "LETHALFANTASY.Character.str.label"
|
||||
label: "LETHALFANTASY.Label.str"
|
||||
},
|
||||
int: {
|
||||
id: "int",
|
||||
@ -23,6 +23,10 @@ export const CHARACTERISTICS = Object.freeze({
|
||||
id: "cha",
|
||||
label: "LETHALFANTASY.Character.cha.label"
|
||||
},
|
||||
luc: {
|
||||
id: "luc",
|
||||
label: "LETHALFANTASY.Character.luc.label"
|
||||
},
|
||||
app: {
|
||||
id: "app",
|
||||
label: "LETHALFANTASY.Character.app.label"
|
||||
|
Reference in New Issue
Block a user