Added Army/Cohort/Fortification raw sheet and js
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user