9a33900994
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>
22 lines
588 B
JSON
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>"
|
|
}
|
|
}
|
|
}
|