RCPE Record – Recipe
RCPE record type.
Classes:
|
Recipe. |
-
class
RCPE(flags, id, revision=0, version=15, unknown=b'\x00\x00', data=[])[source] Bases:
RecordRecipe.
- Parameters
Classes:
DATA(skill, level, category, sub_category)Data.
FULL([cstring])Name.
RCIL([cstring])Item.
RCOD([cstring])Unknown.
RCQY(*args, **kwargs)Quantity.
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(skill, level, category, sub_category)[source] Bases:
StructRecordData.
- Parameters
Attributes:
Form ID of a
RCCTrecord.Form ID of a
RCCTrecord.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.
-
static
get_field_names()[source] Returns a list of attributes on this class in the order they should be packed.
-
class
RCIL(cstring: Union[str, bytes] = b'')[source] Bases:
FormIDRecordItem.
Form ID of an
ARMO,AMMO,MISC,WEAP,BOOK,KEYM,ALCH,NOTE,IMOD,CMNY,CCRD,CHIPorLIGHrecord.
-
class
RCQY(*args, **kwargs)[source] Bases:
Uint32RecordQuantity.
-
data Type:
List[RecordType]