INGR Record – Ingredient
INGR record type.
Classes:
|
Ingredient. |
-
class
INGR(flags, id, revision=0, version=15, unknown=b'\x00\x00', data=[])[source] Bases:
RecordIngredient.
- Parameters
Classes:
DATA(*args, **kwargs)Weight.
ETYP(*args, **kwargs)Equipment Type.
FULL([cstring])Name.
ICON([cstring])Large icon filename.
MICO([cstring])Small icon filename.
SCRI([cstring])Script.
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(*args, **kwargs)[source] Bases:
Float32RecordWeight.
-
class
ETYP(*args, **kwargs)[source] Bases:
Int32RecordEquipment Type.
https://tes5edit.github.io/fopdoc/FalloutNV/Records/Subrecords/ETYP.html
-
class
SCRI(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordScript.
Form ID of a
SCPTrecord.
-
data Type:
List[RecordType]