Upgrade item sheets
This commit is contained in:
269
lang/en.json
269
lang/en.json
@ -12,7 +12,8 @@
|
||||
"gift": "Gift",
|
||||
"vulnerability": "Vulnerability",
|
||||
"save": "Save",
|
||||
"equipment": "Equipment"
|
||||
"equipment": "Equipment" ,
|
||||
"shield": "Shield"
|
||||
}
|
||||
},
|
||||
|
||||
@ -47,7 +48,26 @@
|
||||
}
|
||||
},
|
||||
"Skill": {
|
||||
"Category": {
|
||||
"layperson": "Layperson",
|
||||
"professional": "Professional",
|
||||
"weapon": "Weapon",
|
||||
"armor": "Armor",
|
||||
"resist": "Resist"
|
||||
},
|
||||
"FIELDS": {
|
||||
"category": {
|
||||
"label": "Category"
|
||||
},
|
||||
"bonus" :{
|
||||
"label": "Bonus"
|
||||
},
|
||||
"base": {
|
||||
"label": "Base"
|
||||
},
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
@ -55,6 +75,12 @@
|
||||
},
|
||||
"Equipment": {
|
||||
"FIELDS": {
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
"money": {
|
||||
"label": "Money unit"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
@ -62,46 +88,239 @@
|
||||
},
|
||||
"Gift": {
|
||||
"FIELDS": {
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Weapon": {
|
||||
"WeaponType": {
|
||||
"melee": "Melee",
|
||||
"ranged": "Ranged"
|
||||
},
|
||||
"FIELDS": {
|
||||
"category": {
|
||||
"label": "Category"
|
||||
"weaponType": {
|
||||
"label": "Type"
|
||||
},
|
||||
"damageType": {
|
||||
"typeP": {
|
||||
"label": "Piercing"
|
||||
},
|
||||
"typeB": {
|
||||
"label": "Bashing"
|
||||
},
|
||||
"typeS": {
|
||||
"label": "Slashing"
|
||||
}
|
||||
},
|
||||
"damage": {
|
||||
"damageS": {
|
||||
"label": "Small"
|
||||
},
|
||||
"damageM": {
|
||||
"label": "Medium"
|
||||
}
|
||||
},
|
||||
"hands": {
|
||||
"label": "Hands"
|
||||
},
|
||||
"defenseMax": {
|
||||
"label": "Defense max"
|
||||
},
|
||||
"secondsToAttack": {
|
||||
"label": "Seconds to attack"
|
||||
},
|
||||
"speed": {
|
||||
"simpleAim": {
|
||||
"label": "Simple aim"
|
||||
},
|
||||
"carefulAim": {
|
||||
"label": "Careful aim"
|
||||
},
|
||||
"focusedAim": {
|
||||
"label": "Focused aim"
|
||||
}
|
||||
},
|
||||
"defense": {
|
||||
"label": "Defense"
|
||||
},
|
||||
"range": {
|
||||
"pointBlank": {
|
||||
"label": "Point blank"
|
||||
},
|
||||
"short": {
|
||||
"label": "Short"
|
||||
},
|
||||
"medium": {
|
||||
"label": "Medium"
|
||||
},
|
||||
"long": {
|
||||
"label": "Long"
|
||||
},
|
||||
"extreme": {
|
||||
"label": "Extreme"
|
||||
},
|
||||
"outOfSkill": {
|
||||
"label": "Out of skill"
|
||||
}
|
||||
},
|
||||
"load": {
|
||||
"label": "Load"
|
||||
},
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
"money": {
|
||||
"label": "Money unit"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Armor": {
|
||||
"FIELDS": {
|
||||
"category": {
|
||||
"label": "Category"
|
||||
}
|
||||
},
|
||||
"Category": {
|
||||
"sommaire": "Armures sommaires",
|
||||
"legere": "Armures légères",
|
||||
"guerre": "Armures de guerre"
|
||||
"light": "Light",
|
||||
"medium": "Medium",
|
||||
"heavy": "Heavy"
|
||||
},
|
||||
"FIELDS": {
|
||||
"armortype": {
|
||||
"label": "Category"
|
||||
},
|
||||
"defense": {
|
||||
"label": "Defense"
|
||||
},
|
||||
"movementreduction": {
|
||||
"label": "Movement reduction"
|
||||
},
|
||||
"hp": {
|
||||
"label": "HP"
|
||||
},
|
||||
"damagereduction": {
|
||||
"label": "Damage reduction"
|
||||
},
|
||||
"load": {
|
||||
"label": "Load"
|
||||
},
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
"money": {
|
||||
"label": "Money unit"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Shield": {
|
||||
"FIELDS": {
|
||||
"defense": {
|
||||
"label": "Defense"
|
||||
},
|
||||
"movementreduction": {
|
||||
"label": "Movement reduction"
|
||||
},
|
||||
"hp": {
|
||||
"label": "HP"
|
||||
},
|
||||
"standing": {
|
||||
"min":{
|
||||
"label": "Min"
|
||||
},
|
||||
"max":{
|
||||
"label": "Max"
|
||||
}
|
||||
},
|
||||
"crouching": {
|
||||
"min":{
|
||||
"label": "Min"
|
||||
},
|
||||
"max":{
|
||||
"label": "Max"
|
||||
}
|
||||
},
|
||||
"destruction": {
|
||||
"bashing": {
|
||||
"label": "Bashing"
|
||||
},
|
||||
"slashing": {
|
||||
"label": "Slashing"
|
||||
},
|
||||
"piercing": {
|
||||
"label": "Piercing"
|
||||
}
|
||||
},
|
||||
"autodestruction": {
|
||||
"bashing": {
|
||||
"label": "Bashing"
|
||||
},
|
||||
"slashing": {
|
||||
"label": "Slashing"
|
||||
},
|
||||
"piercing": {
|
||||
"label": "Piercing"
|
||||
}
|
||||
},
|
||||
"damagereduction": {
|
||||
"label": "Damage reduction"
|
||||
},
|
||||
"load": {
|
||||
"label": "Load"
|
||||
},
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
"money": {
|
||||
"label": "Money unit"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Spell": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"components": {
|
||||
"verbal": {
|
||||
"label": "Verbal"
|
||||
},
|
||||
"somatic": {
|
||||
"label": "Somatic"
|
||||
},
|
||||
"material": {
|
||||
"label": "Material"
|
||||
}
|
||||
},
|
||||
"level": {
|
||||
"label": "Level"
|
||||
},
|
||||
"cost" : {
|
||||
"label": "Cost"
|
||||
},
|
||||
"castingTime": {
|
||||
"label": "Casting time"
|
||||
},
|
||||
"range": {
|
||||
"label": "Range"
|
||||
},
|
||||
"duration": {
|
||||
"label": "Duration"
|
||||
},
|
||||
"areaAffected": {
|
||||
"label": "Area affected"
|
||||
},
|
||||
"savingThrow": {
|
||||
"label": "Saving throw"
|
||||
},
|
||||
"extraAetherPoints": {
|
||||
"label": "Extra aether points"
|
||||
}
|
||||
},
|
||||
"Range": {
|
||||
"na": "-",
|
||||
"contact": "Contact",
|
||||
"proche": "Proche",
|
||||
"loin": "Loin",
|
||||
"distant": "Distant"
|
||||
}
|
||||
},
|
||||
"Vulneravility": {
|
||||
"Vulnerability": {
|
||||
"FIELDS": {
|
||||
"cost": {
|
||||
"label": "Cost"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
@ -109,14 +328,24 @@
|
||||
},
|
||||
"Save": {
|
||||
"FIELDS": {
|
||||
"value": {
|
||||
"label": "Value"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Money": {
|
||||
"Tinbits": "Tin Bits",
|
||||
"Coppers": "Copper",
|
||||
"Silvers": "Silver",
|
||||
"Golds": "Gold",
|
||||
"Platinums": "Platinum"
|
||||
},
|
||||
"Label": {
|
||||
"description": "Description",
|
||||
"biens": "Biens",
|
||||
"total": "Total",
|
||||
"langues": "Langues",
|
||||
"profil": "Profil",
|
||||
"details": "Détails",
|
||||
|
Reference in New Issue
Block a user