Item ehnance, fixes on acto sheet
This commit is contained in:
108
lang/en.json
108
lang/en.json
@@ -12,7 +12,9 @@
|
||||
"MagicItem": "Oath Hammer Magic Item Sheet",
|
||||
"Ability": "Oath Hammer Ability Sheet",
|
||||
"Oath": "Oath Hammer Oath Sheet",
|
||||
"Condition": "Oath Hammer Condition Sheet"
|
||||
"Condition": "Oath Hammer Condition Sheet",
|
||||
"Lineage": "Oath Hammer Lineage Sheet",
|
||||
"Class": "Oath Hammer Class Sheet"
|
||||
},
|
||||
"Tab": {
|
||||
"Identity": "Identity",
|
||||
@@ -64,7 +66,21 @@
|
||||
"Halfling": "Halfling",
|
||||
"HighElf": "High Elf",
|
||||
"Human": "Human",
|
||||
"WoodElf": "Wood Elf"
|
||||
"WoodElf": "Wood Elf",
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"traits": {
|
||||
"label": "Traits"
|
||||
},
|
||||
"movement": {
|
||||
"label": "Movement (ft)"
|
||||
},
|
||||
"gritModifier": {
|
||||
"label": "Grit Modifier"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Class": {
|
||||
"Berserker": "Berserker",
|
||||
@@ -76,7 +92,21 @@
|
||||
"Scout": "Scout",
|
||||
"Soldier": "Soldier",
|
||||
"Spellblade": "Spellblade",
|
||||
"Troubadour": "Troubadour"
|
||||
"Troubadour": "Troubadour",
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"features": {
|
||||
"label": "Features"
|
||||
},
|
||||
"armorProficiency": {
|
||||
"label": "Armor Proficiency"
|
||||
},
|
||||
"weaponProficiency": {
|
||||
"label": "Weapon Proficiency"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Tradition": {
|
||||
"Elemental": "Elemental",
|
||||
@@ -212,7 +242,11 @@
|
||||
"Bane": "Bane",
|
||||
"Skill": "Skill",
|
||||
"SkillRank": "Rank",
|
||||
"TotalDice": "Total Dice"
|
||||
"TotalDice": "Total Dice",
|
||||
"DropLineage": "Drop Lineage Here",
|
||||
"DropClass": "Drop Class Here",
|
||||
"Traits": "Traits",
|
||||
"Features": "Features"
|
||||
},
|
||||
"NewItem": {
|
||||
"Weapon": "New Weapon",
|
||||
@@ -232,8 +266,12 @@
|
||||
"luck": {
|
||||
"label": "Luck",
|
||||
"fields": {
|
||||
"value": { "label": "Luck" },
|
||||
"max": { "label": "Luck Max" }
|
||||
"value": {
|
||||
"label": "Luck"
|
||||
},
|
||||
"max": {
|
||||
"label": "Luck Max"
|
||||
}
|
||||
}
|
||||
},
|
||||
"arcaneStress": {
|
||||
@@ -250,32 +288,34 @@
|
||||
},
|
||||
"biodata": {
|
||||
"label": "Background",
|
||||
"lineage": {
|
||||
"label": "Lineage"
|
||||
},
|
||||
"class": {
|
||||
"label": "Class"
|
||||
},
|
||||
"age": {
|
||||
"label": "Age"
|
||||
},
|
||||
"gender": {
|
||||
"label": "Gender"
|
||||
},
|
||||
"height": {
|
||||
"label": "Height"
|
||||
},
|
||||
"weight": {
|
||||
"label": "Weight"
|
||||
},
|
||||
"eyes": {
|
||||
"label": "Eye Color"
|
||||
},
|
||||
"hair": {
|
||||
"label": "Hair Color"
|
||||
},
|
||||
"alignment": {
|
||||
"label": "Alignment"
|
||||
"fields": {
|
||||
"lineage": {
|
||||
"label": "Lineage"
|
||||
},
|
||||
"class": {
|
||||
"label": "Class"
|
||||
},
|
||||
"age": {
|
||||
"label": "Age"
|
||||
},
|
||||
"gender": {
|
||||
"label": "Gender"
|
||||
},
|
||||
"height": {
|
||||
"label": "Height"
|
||||
},
|
||||
"weight": {
|
||||
"label": "Weight"
|
||||
},
|
||||
"eyes": {
|
||||
"label": "Eye Color"
|
||||
},
|
||||
"hair": {
|
||||
"label": "Hair Color"
|
||||
},
|
||||
"alignment": {
|
||||
"label": "Alignment"
|
||||
}
|
||||
}
|
||||
},
|
||||
"currency": {
|
||||
@@ -717,7 +757,9 @@
|
||||
"magic_item": "Magic Item",
|
||||
"magic-item": "Magic Item",
|
||||
"ability": "Ability",
|
||||
"oath": "Oath"
|
||||
"oath": "Oath",
|
||||
"lineage": "Lineage",
|
||||
"class": "Class"
|
||||
},
|
||||
"Actor": {
|
||||
"character": "Character",
|
||||
|
||||
Reference in New Issue
Block a user