1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

The preceding parragraph used singular and "piece" while my text used plural and "part". Made it all singular and "piece" to be coherent.

This commit is contained in:
Matjaž Lamut 2023-02-19 17:02:17 +00:00
parent 7e2d05f434
commit 8eb1d97501

View File

@ -32,16 +32,16 @@ Armor
Finally, *Armor Value* tells the game how much points to add to the player
characters *Armor Rating*.
Armor parts can be either Light, Medium, or Heavy and are assigned into these
categories primarily by their weight. In addition, the type of armor part (what slot it goes to)
and GMST values ``fLightMaxMod`` and ``fMedMaxMod`` further affect whether an armor is
Light, Medium, or Heavy. By default these values are:
An armor piece can be either Light, Medium, or Heavy and is assigned to a
category primarily by its weight. In addition, the type of armor piece
(what slot it goes to) and GMST values ``fLightMaxMod`` and ``fMedMaxMod``
further affect this. By default these values are:
.. list-table::
:widths: 40 20 20 20
:header-rows: 1
* - Armor part
* - Armor piece
- Light (weight)
- Medium (weight)
- Heavy (weight)
@ -67,7 +67,6 @@ Armor
- 9.0 < w
Book
This includes scrolls and notes. For the game to make the distinction
between books and scrolls, *Book Type* property is used.