Data model change
This commit is contained in:
@@ -22,36 +22,43 @@
|
||||
"str":{
|
||||
"label": "Strength",
|
||||
"abbrev": "str",
|
||||
"col": 1,
|
||||
"value": 1
|
||||
},
|
||||
"agi":{
|
||||
"label": "Agility",
|
||||
"abbrev": "agi",
|
||||
"col": 1,
|
||||
"value": 1
|
||||
},
|
||||
"dex":{
|
||||
"label": "Dexterity",
|
||||
"abbrev": "dex",
|
||||
"col": 1,
|
||||
"value": 1
|
||||
},
|
||||
"con":{
|
||||
"label": "Constitution",
|
||||
"abbrev": "con",
|
||||
"col": 1,
|
||||
"value": 1
|
||||
},
|
||||
"int":{
|
||||
"label": "Intelligence",
|
||||
"abbrev": "int",
|
||||
"col": 2,
|
||||
"value": 1
|
||||
},
|
||||
"wit":{
|
||||
"label": "Wits",
|
||||
"abbrev": "wit",
|
||||
"col": 2,
|
||||
"value": 1
|
||||
},
|
||||
"cha":{
|
||||
"label": "Charisma",
|
||||
"abbrev": "cha",
|
||||
"col": 2,
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user