Bgparamlist: Difference between revisions

ArmorHead and ArmorUpper mantle params
(→‎Rod: Descriptions)
(ArmorHead and ArmorUpper mantle params)
Line 5: Line 5:
'''GeneralParamList''' (''bgparamlist'') configures essential actor parameters such as the life and attack values, and many other miscellaneous settings.
'''GeneralParamList''' (''bgparamlist'') configures essential actor parameters such as the life and attack values, and many other miscellaneous settings.
</onlyinclude>
</onlyinclude>
=Parameter objects=
=Parameter objects=
{{AampNameWarning}}
{{AampNameWarning}}
Line 2,966: Line 2,967:
|MantleType
|MantleType
|int
|int
| -
|0: Nothing
1: When this head armor is equipped, the currently equipped upper-body armor will use its alternate <code>_B</code> version (if it exists)
 
2: Specifies that this head armor has an alternate <code>_B</code> version, and also applies the same effect as MantleType=1
|0
|0
|-
|-
Line 3,000: Line 3,004:
|DisableSelfMantle
|DisableSelfMantle
|bool
|bool
| -
|Whether this upper armor has an alternate <code>_B</code> version or not (e.g. <code>Armor_Head_001_B</code>)
|False
|False
|-
|-
|UseMantleType
|UseMantleType
|int
|int
| -
|0: When this upper-body armor is equipped, the currently equipped head armor will use its alternate <code>_A</code> version (if it exists)
0: When this upper-body armor is equipped, the currently equipped head armor will use its alternate <code>_B</code> version (if it exists)
|0
|0
|-
|-