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 eligible 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).
Effects
The crafted item effects mapped to their effect strength.
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.
Deprecated - - superseded by CraftingItem.ItemProperty
Private
Whether the crafted item should be private or not.
optionalProperty
The crafted item effect.
Deprecated - superseded by CraftingItem.Effects
optionalType
The type of the crafted item; only relevant for extended items and should be an empty string otherwise.
Deprecated - superseded by CraftingItem.TypeRecord. Old type strings can be convert to records via ExtendedItemTypeToRecord.
See more at ItemProperties.Type
optionalTypeRecord
A record for extended items mapping screen names to option indices.
See more at ItemProperties.TypeRecord
A struct with an items crafting-related information.