Skip to main content

B1TeamProjectTableRow

  • Table row defining a team project, including duration, reward, company association, and contribution rules.
PropertyTypeDescriptionMetadata
TitleTextIdFStringText ID for the project title displayed in the UI.Category: B1TeamProjectTableRow
StringTableKey: Id
DescTextIdFStringText ID for the project description displayed in the UI.Category: B1TeamProjectTableRow
StringTableKey: Id
DurationDaysint32Number of in-game days the project lasts.Category: B1TeamProjectTableRow
ClampMin: 1
TotalPointint32Total contribution points required to achieve a Good (100%) grade.Category: B1TeamProjectTableRow
ClampMin: 1
BaseRewardint32Base monetary reward (in Myu) awarded at the Good (100%) grade.Category: B1TeamProjectTableRow
ClampMin: 0
CompanyIdFNameForeign key referencing the company this project belongs to.Category: B1TeamProjectTableRow
Foreign: Company.Id
SkillIdFNameID of the skill used to calculate contribution multipliers.Category: B1TeamProjectTableRow
Foreign: Skill.Id
ContributingInteractionTagsTArrayList of interaction tags; completing interactions with these tags earns contribution points.Category: B1TeamProjectTableRow
EndScriptIdsTArrayScripts executed for each evaluable member when the project finishes.Category: B1TeamProjectTableRow
Foreign: Script.Id
RewardObjectMinGradeEB1ProjectGradeMinimum project grade required to grant reward objects. Invalid means no object reward grade condition is configured.Category: B1TeamProjectTableRow
RewardObjectIdsTArrayList of reward Object IDs shown in the result popup. For each evaluable member, unlocked if needed and one copy delivered to inventory.Category: B1TeamProjectTableRow
Foreign: Object.Id
IdFNameUnique IdCategory: B1TableRowBase
CommentFStringDev CommentCategory: B1TableRowBase