Various fixes
This commit is contained in:
34
lang/en.json
34
lang/en.json
@ -1,20 +1,22 @@
|
||||
{
|
||||
"ACTOR": {
|
||||
"TypeCharacter": "Character",
|
||||
"TypeMinion": "Minion"
|
||||
},
|
||||
"ITEM": {
|
||||
"TypeSkill": "Skill",
|
||||
"TypePerk": "Perk",
|
||||
"TypePower": "Power",
|
||||
"TypeTalent": "Talent",
|
||||
"TypeAdvantage": "Advantage",
|
||||
"TypeMartialart": "Martial art",
|
||||
"TypeLimitation": "Limitation",
|
||||
"TypeComplication": "Complication",
|
||||
"TypeEquipment": "Equipment",
|
||||
"TypeCurrency": "Currency",
|
||||
"TypeManeuver": "Maneuver"
|
||||
"TYPES": {
|
||||
"Actor": {
|
||||
"character": "Character",
|
||||
"minion": "Minion"
|
||||
},
|
||||
"Item": {
|
||||
"Skill": "Skill",
|
||||
"Perk": "Perk",
|
||||
"Power": "Power",
|
||||
"Talent": "Talent",
|
||||
"Advantage": "Advantage",
|
||||
"Martialart": "Martial art",
|
||||
"Limitation": "Limitation",
|
||||
"Complication": "Complication",
|
||||
"Equipment": "Equipment",
|
||||
"Currency": "Currency",
|
||||
"Maneuver": "Maneuver"
|
||||
}
|
||||
},
|
||||
"COMBAT": {
|
||||
"TurnPrev": "Previous initiative",
|
||||
|
Reference in New Issue
Block a user