Skip to main content

B1MilestoneTableRow

  • Structure that defines a milestone data table row.
    * Contains category, target type, reward script, triggering quest ID, and display data for a milestone.
PropertyTypeDescriptionMetadata
CategoryEB1MilestoneCategoryCategory this milestone belongs to (e.g., Growth, Career, Romance).
TargetEB1MilestoneTargetTypeTarget type for this milestone (None, Character, or Company).
RewardScriptIdFNameScript ID executed as a reward when this milestone is achieved.
QuestIdListTArrayQuest IDs that can trigger this milestone; achieving any one of them completes the milestone. If empty, must be triggered directly in code.
ConditionIdFNameCondition ID that determines whether this milestone is visible in the UI. If None, always visible.
DisplayDataFB1MilestoneDisplayDataDisplay data used to render this milestone in the UI.
IdFNameUnique IdCategory: B1TableRowBase
CommentFStringDev CommentCategory: B1TableRowBase