Add monsetr sheet
This commit is contained in:
101
lang/en.json
101
lang/en.json
@ -154,6 +154,95 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Monster": {
|
||||
"FIELDS": {
|
||||
"resists": {
|
||||
"resistTorture": {
|
||||
"label": "Resist torture"
|
||||
},
|
||||
"resistPerformance": {
|
||||
"label": "Resist performance"
|
||||
},
|
||||
"resistIntimidation": {
|
||||
"label": "Resist intimidation"
|
||||
}
|
||||
},
|
||||
"app": {
|
||||
"label": "Appearance"
|
||||
},
|
||||
"challenges": {
|
||||
"agility": {
|
||||
"label": "Agility"
|
||||
},
|
||||
"dying": {
|
||||
"label": "Dying"
|
||||
},
|
||||
"str": {
|
||||
"label": "Strength"
|
||||
}
|
||||
},
|
||||
"developmentPoints": {
|
||||
"label": "Development points",
|
||||
"total": {
|
||||
"label": "Total"
|
||||
},
|
||||
"remaining": {
|
||||
"label": "Remaining"
|
||||
}
|
||||
},
|
||||
"char": {
|
||||
"label": "Charisma"
|
||||
},
|
||||
"combat": {
|
||||
"armorHitPoints": {
|
||||
"label": "Armor hit points"
|
||||
}
|
||||
},
|
||||
"con": {
|
||||
"label": "Constitution"
|
||||
},
|
||||
"dex": {
|
||||
"label": "Dexterity"
|
||||
},
|
||||
"int": {
|
||||
"label": "Intelligence"
|
||||
},
|
||||
"perception": {
|
||||
"bonus": {
|
||||
"label": "Bonus"
|
||||
},
|
||||
"value": {
|
||||
"label": "Perception"
|
||||
}
|
||||
},
|
||||
"saves": {
|
||||
"contagion": {
|
||||
"label": "Contagion"
|
||||
},
|
||||
"dodge": {
|
||||
"label": "Dodge"
|
||||
},
|
||||
"pain": {
|
||||
"label": "Pain"
|
||||
},
|
||||
"poison": {
|
||||
"label": "Poison"
|
||||
},
|
||||
"toughness": {
|
||||
"label": "Toughness"
|
||||
},
|
||||
"will": {
|
||||
"label": "Will"
|
||||
}
|
||||
},
|
||||
"str": {
|
||||
"label": "Strength"
|
||||
},
|
||||
"wis": {
|
||||
"label": "Wisdom"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Delete": "Delete",
|
||||
"Edit": "Edit",
|
||||
"Equipment": {
|
||||
@ -183,6 +272,13 @@
|
||||
}
|
||||
},
|
||||
"Label": {
|
||||
"attacks": "Attacks",
|
||||
"monster": "Monster",
|
||||
"Resist" :"Resist",
|
||||
"resist": "Resist",
|
||||
"resistTorture": "Resist torture",
|
||||
"resistPerformance": "Resist performance",
|
||||
"resistIntimidation": "Resist intimidation",
|
||||
"initiative": "Initiative",
|
||||
"maxInitiativeWisdom": "Max initiative (from wisdom)",
|
||||
"combat": "Combat",
|
||||
@ -279,6 +375,9 @@
|
||||
"weapon-attack": "Weapon attack",
|
||||
"weapon-damage": "Weapon damage",
|
||||
"weapon-defense": "Weapon defense",
|
||||
"monster-attack": "Monster attack",
|
||||
"monster-damage": "Monster damage",
|
||||
"monster-defense": "Monster defense",
|
||||
"weapons": "Weapons",
|
||||
"wis": "WIS"
|
||||
},
|
||||
@ -656,7 +755,7 @@
|
||||
"TYPES": {
|
||||
"Actor": {
|
||||
"character": "Character",
|
||||
"opponent": "NPC"
|
||||
"monster": "Monster"
|
||||
},
|
||||
"Item": {
|
||||
"armor": "Armor",
|
||||
|
Reference in New Issue
Block a user