Talent Group (Asset)
Talents are slottable passives. Said passives can be slotted at any trainer, and are unlocked via conditions. Talent groups are always linked to a Story.
| Field | Type | Description |
|---|---|---|
| Name | String | Name of your talent group. Will show up in the talent picker. |
| Max slots | String | A number or math formula determining how many passives players can have. For an example: min(5,ceil(ta_Lv/2)) would mean 1 passive every even level, up to 5 passives. |
| Unlock Message | String | Message to output if conditions are not met. |
| Talents | Talent | Talents to offer in this group. |
| Conditions | Condition | Conditions needed to be met for the group to be enabled. |