ARMA Record – Armor Addon
ARMA record type.
Classes:
|
Armor Addon. |
-
class
ARMA(flags, id, revision=0, version=15, unknown=b'\x00\x00', data=[])[source] Bases:
RecordArmor Addon.
- Parameters
Classes:
DATA(value, max_condition, weight)Data.
DNAM(ar, flags, unknown)ETYP(*args, **kwargs)Equipment Type.
FULL([cstring])Name.
ICO2([cstring])Female inventory icon filename.
ICON([cstring])Male inventory icon filename.
MIC2([cstring])Female message icon filename.
MICO([cstring])Male message icon filename.
Attributes:
Subrecords of this record.
Record flags
4-byte form ID
Used for revision control by the Creation Kit, if enabled.
Form version
Methods:
parse_subrecords(raw_bytes)Parse this record's subrecords.
-
class
DATA(value, max_condition, weight)[source] Bases:
StructRecordData.
Methods:
Returns a list of attributes on this class in the order they should be packed.
Returns the pack/unpack struct string and the corresponding size.
Attributes:
-
static
get_field_names()[source] Returns a list of attributes on this class in the order they should be packed.
-
static
-
class
DNAM(ar, flags, unknown)[source] Bases:
StructRecordAttributes:
Value is divided by 100.
Methods:
Returns a list of attributes on this class in the order they should be packed.
Returns the pack/unpack struct string and the corresponding size.
parse(raw_bytes)Parse this subrecord.
-
static
get_field_names()[source] Returns a list of attributes on this class in the order they should be packed.
-
static
get_struct_and_size()[source] Returns the pack/unpack struct string and the corresponding size.
-
static
-
class
ETYP(*args, **kwargs)[source] Bases:
Int32RecordEquipment Type.
https://tes5edit.github.io/fopdoc/FalloutNV/Records/Subrecords/ETYP.html
-
class
ICO2(cstring: Union[str, bytes] = b'')[source] Bases:
CStringRecordFemale inventory icon filename.
-
class
ICON(cstring: Union[str, bytes] = b'')[source] Bases:
CStringRecordMale inventory icon filename.
-
class
MIC2(cstring: Union[str, bytes] = b'')[source] Bases:
CStringRecordFemale message icon filename.
-
class
MICO(cstring: Union[str, bytes] = b'')[source] Bases:
CStringRecordMale message icon filename.
-
data Type:
List[RecordType]