ARMO Record – Armor
ARMO record type.
Classes:
|
Armor. |
-
class
ARMO(flags, id, revision=0, version=15, unknown=b'\x00\x00', data=[])[source] Bases:
RecordArmor.
- Parameters
Classes:
BIPL([cstring])Biped Model List.
BMCT([cstring])Ragdoll Constraint Template.
BNAM(*args, **kwargs)Overrides Animation Sounds.
DATA(value, max_condition, weight)Data.
DNAM(ar, flags, dt, unknown)EITM([cstring])Object Effect.
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.
REPL([cstring])Repair List.
SCRI([cstring])Script.
TNAM([cstring])Animation Sounds Template.
YNAM([cstring])Sound - Pick Up.
ZNAM([cstring])Sound - Drop.
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
BIPL(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordBiped Model List.
Form ID of a
FLSTrecord.
-
class
BMCT(cstring: Union[str, bytes] = b'')[source] Bases:
CStringRecordRagdoll Constraint Template.
-
class
BNAM(*args, **kwargs)[source] Bases:
Uint32RecordOverrides Animation Sounds.
Enum - see values below.
-
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, dt, 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.
-
class
REPL(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordRepair List.
Form ID of a
FLSTrecord.
-
class
SCRI(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordScript.
Form ID of a
SCPTrecord.
-
class
TNAM(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordAnimation Sounds Template.
Form ID of an
ARMOrecord.
-
class
YNAM(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordSound - Pick Up.
Form ID of a
SOUNrecord.
-
class
ZNAM(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordSound - Drop.
Form ID of a
SOUNrecord.
-
data Type:
List[RecordType]