Files
hbm-foundry-system/lang/compendium/en/items-armor.json
octoturge 9a33900994 chore: bump version to 1.3.37, regenerate compendium translations
Version bump and Babele translation regen from the packaging pipeline,
picking up the race-parser content fix from the previous sync PR.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-23 10:11:33 +02:00

22 lines
588 B
JSON

{
"label": "Armor",
"entries": {
"Pancerz Ciężki": {
"name": "Heavy Armor",
"description": "<p>* **Armor Points:** 3\r\n* **Requirements:** Body >= 4</p>"
},
"Pancerz Lekki": {
"name": "Light Armor",
"description": "<p>* **Armor Points:** 1</p>"
},
"Pancerz Średni": {
"name": "Medium Armor",
"description": "<p>* **Armor Points:** 2\r\n* **Requirements:** Body >= 2</p>"
},
"Tarcza": {
"name": "Shield",
"description": "<p>A shield, when used, increases the owner's Defense by one step.</p>"
}
}
}