mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-12 05:41:42 +00:00
Merge branch 'doc-armor-weight' into 'master'
Documentation: include additional information on what makes an armor piece Light, Medium, or Heavy See merge request OpenMW/openmw!2750
This commit is contained in:
commit
eafdaf6d99
1 changed files with 35 additions and 0 deletions
|
@ -32,6 +32,41 @@ Armor
|
||||||
Finally, *Armor Value* tells the game how much points to add to the player
|
Finally, *Armor Value* tells the game how much points to add to the player
|
||||||
character’s *Armor Rating*.
|
character’s *Armor Rating*.
|
||||||
|
|
||||||
|
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 piece
|
||||||
|
- Light (weight)
|
||||||
|
- Medium (weight)
|
||||||
|
- Heavy (weight)
|
||||||
|
* - Boots
|
||||||
|
- w ≤ 12.0
|
||||||
|
- 12.0 < w ≤ 18.0
|
||||||
|
- 18.0 < w
|
||||||
|
* - Guirass
|
||||||
|
- w ≤ 18.0
|
||||||
|
- 18.0 < w ≤ 27.0
|
||||||
|
- 27.0 < w
|
||||||
|
* - Greaves, Shield
|
||||||
|
- w ≤ 9.0
|
||||||
|
- 9.0 < w ≤ 13.5
|
||||||
|
- 13.5 < w
|
||||||
|
* - Bracer, Gauntlet, Helmet
|
||||||
|
- w ≤ 3.0
|
||||||
|
- 3.0 < w ≤ 4.5
|
||||||
|
- 4.5 < w
|
||||||
|
* - Pauldron
|
||||||
|
- w ≤ 6.0
|
||||||
|
- 6.0 < w ≤ 9.0
|
||||||
|
- 9.0 < w
|
||||||
|
|
||||||
|
|
||||||
Book
|
Book
|
||||||
This includes scrolls and notes. For the game to make the distinction
|
This includes scrolls and notes. For the game to make the distinction
|
||||||
between books and scrolls, *Book Type* property is used.
|
between books and scrolls, *Book Type* property is used.
|
||||||
|
|
Loading…
Reference in a new issue