CraftingItem
Index
Properties
Color
The comma-separated color(s) of the item.
Description
The custom item description.
optionalDifficultyFactor
A tighten-/loosen-specific modifier to-be added to the base difficulty[1] of the item
[1] The sum of the asset difficulty, Bondage
skill modifier and crafted property Secure
/Loose
modifiers.
optionalDisabled
Whether the crafting item is elligble for use. Only relevant if the player is the craft's owner but do they not own the underlying item (e.g. due to an inventory wipe).
Item
The name of the item; see Asset.Name.
ItemProperty
A record with a select few (optional) extra item properties:
- ItemProperties.OverridePriority in either its record or number form.
- Properties as specified in ExtendedItemData.baselineProperty
Lock
The name of the lock or, if absent, an empty string.
optionalMemberName
The name of the crafter.
optionalMemberNumber
The member ID of the crafter.
Name
The name of the crafted item.
optionalOverridePriority
An integer (or null
) representing the item layering priority; see ItemProperties.OverridePriority.
Private
Whether the crafted item should be private or not.
Property
The crafted item propery.
optionalType
The type of the crafted item; only relevant for extended items and should be an empty string otherwise.
optionalTypeRecord
A record for extended items mapping screen names to option indices.
A struct with an items crafting-related information.
Item.Craft