Skip to main content

B1FreelancePenaltyFlowState

Runtime state tracking for the penalty flow after a delivery order failure/cancellation.
Persisted via CBOR for Save/Load support.

PropertyTypeDescriptionMetadata
OwnerEntityIdFB1EntityIdEntity ID of the character this penalty flow belongs to.
bActiveboolWhether a penalty flow is currently active.
PathEB1FreelancePenaltyPathWhich penalty path (Easy/Normal vs Hard/Expert) is in progress.
OrderTemplateIdFNameOrder template ID of the failed/cancelled order that triggered this penalty.
TargetItemIdFNameTarget item ID used to compute the breach penalty amount.
PenaltyTimeTaskIdFB1TimeTaskIdTime task ID scheduling the next penalty step.
NextTriggerTicksint64Timer target tick (used to compute remaining time on Save/Load).