Added Army/Cohort/Fortification raw sheet and js

This commit is contained in:
Vlyan
2021-10-01 19:51:43 +02:00
parent 0491bcc96e
commit b5a21f950e
30 changed files with 1288 additions and 576 deletions

View File

@@ -21,7 +21,8 @@
},
"ACTOR": {
"TypeCharacter": "Player Character",
"TypeNpc": "Non-Player Character"
"TypeNpc": "Non-Player Character",
"TypeArmy": "Army"
},
"ITEM": {
"TypeItem": "Item",
@@ -34,7 +35,9 @@
"TypeTitle": "Title",
"TypeBond": "Bond",
"TypeSignature_scroll": "Signature Scroll",
"TypeItem_pattern": "Item Pattern"
"TypeItem_pattern": "Item Pattern",
"TypeArmy_fortification": "Fortification",
"TypeArmy_cohort": "Cohort"
},
"l5r5e": {
"global": {
@@ -364,6 +367,36 @@
"adversary": "Adversary",
"minion": "Minion"
},
"army": {
"warlord": "Warlord",
"allies_backers": "Allies and Backers",
"purpose_mustering": "Purpose for Mustering",
"battle_readiness": {
"title": "Battle Readiness",
"strength": "Strength",
"casualties": "Casualties",
"discipline": "Discipline",
"panic": "Panic"
},
"commander": "Commander",
"commander_abilities": "Commander's relevant abilities",
"army_abilities": "Army Abilities",
"commander_standing": "Commander's Standing",
"supplies_logistics": "Supplies and Logistics",
"past_battles": "Past Battles",
"cohort": {
"tab": "Cohorts",
"title": "Cohorts",
"leader": "Battle Readiness",
"abilities": "Abilities"
},
"fortification": {
"tab": "Fortifications",
"title": "Fortification Held",
"difficulty": "Difficulty Value",
"attrition_reduction": "Attrition Reduction"
}
},
"twenty_questions": {
"title": "Twenty questions",
"bt_abrev": "20Q",

View File

@@ -21,7 +21,8 @@
},
"ACTOR": {
"TypeCharacter": "Personaje jugador",
"TypeNpc": "Personaje no jugador"
"TypeNpc": "Personaje no jugador",
"TypeArmy": "Army"
},
"ITEM": {
"TypeItem": "Objeto",
@@ -34,7 +35,9 @@
"TypeTitle": "Title",
"TypeBond": "Bond",
"TypeSignatureScroll": "Signature Scroll",
"TypeItemPattern": "Item Pattern"
"TypeItemPattern": "Item Pattern",
"TypeArmy_fortification": "Fortification",
"TypeArmy_cohort": "Cohort"
},
"l5r5e": {
"global": {
@@ -364,6 +367,36 @@
"adversary": "Adversario",
"minion": "Esbirro"
},
"army": {
"warlord": "Warlord",
"allies_backers": "Allies and Backers",
"purpose_mustering": "Purpose for Mustering",
"battle_readiness": {
"title": "Battle Readiness",
"strength": "Strength",
"casualties": "Casualties",
"discipline": "Discipline",
"panic": "Panic"
},
"commander": "Commander",
"commander_abilities": "Commander's relevant abilities",
"army_abilities": "Army Abilities",
"commander_standing": "Commander's Standing",
"supplies_logistics": "Supplies and Logistics",
"past_battles": "Past Battles",
"cohort": {
"tab": "Cohorts",
"title": "Cohorts",
"leader": "Battle Readiness",
"abilities": "Abilities"
},
"fortification": {
"tab": "Fortifications",
"title": "Fortification Held",
"difficulty": "Difficulty Value",
"attrition_reduction": "Attrition Reduction"
}
},
"twenty_questions": {
"title": "Veinte preguntas",
"bt_abrev": "20P",

View File

@@ -21,7 +21,8 @@
},
"ACTOR": {
"TypeCharacter": "Personnage Joueur",
"TypeNpc": "Personnage non Joueur"
"TypeNpc": "Personnage non Joueur",
"TypeArmy": "Armée"
},
"ITEM": {
"TypeItem": "Objet",
@@ -34,7 +35,9 @@
"TypeTitle": "Titre",
"TypeBond": "Lien",
"TypeSignature_scroll": "Rouleau de marque",
"TypeItem_pattern": "Procédé de fabrication"
"TypeItem_pattern": "Procédé de fabrication",
"TypeArmy_fortification": "Fortification",
"TypeArmy_cohort": "Régiment"
},
"l5r5e": {
"global": {
@@ -364,6 +367,36 @@
"adversary": "Antagoniste",
"minion": "Sous-fifre"
},
"army": {
"warlord": "Seigneur de guerre",
"allies_backers": "Alliés et Soutiens",
"purpose_mustering": "Objectif du rassemblement",
"battle_readiness": {
"title": "Aptitudes au combat",
"strength": "Force",
"casualties": "Usure et pertes",
"discipline": "Discipline",
"panic": "Panique"
},
"commander": "Commandant",
"commander_abilities": "Capacités du commandant",
"army_abilities": "Capacités de l'armée",
"commander_standing": "Position du commandant",
"supplies_logistics": "Fournitures et logistique",
"past_battles": "Batailles passées",
"cohort": {
"tab": "Régiments",
"title": "Régiment",
"leader": "Aptitude au combat",
"abilities": "Capacités"
},
"fortification": {
"tab": "Fortifications",
"title": "Fortifications",
"difficulty": "Difficulté",
"attrition_reduction": "Attrition Reduction"
}
},
"twenty_questions": {
"title": "Le jeu des Vingt questions",
"bt_abrev": "20Q",