initial import

This commit is contained in:
Nicolas Delaforge
2021-07-08 10:12:12 +02:00
parent 689b01c11e
commit 9f907c9417
74 changed files with 2908 additions and 0 deletions

17
lang/en.json Normal file
View File

@@ -0,0 +1,17 @@
{
"BOL.attributes.vigor": "Strength",
"BOL.attributes.agility": "Agility",
"BOL.attributes.mind": "Mind",
"BOL.attributes.appeal": "Appeal",
"BOL.aptitudes.init": "Initiative",
"BOL.aptitudes.melee": "Melee",
"BOL.aptitudes.ranged": "Ranged",
"BOL.aptitudes.def": "Defense",
"BOL.aptitudes.prot": "Protection",
"BOL.resources.hp": "Hit points",
"BOL.resources.hero": "Hero points",
"BOL.resources.faith": "Faith points",
"BOL.resources.creation": "Creation points",
"BOL.resources.power": "Power points",
"BOL.traits.xp": "Experience"
}