Talent Group (Asset): Difference between revisions
Jump to navigation
Jump to search
Created page with "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. {| class="wikitable" |+ !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 leve..." |
(No difference)
|
Revision as of 14:02, 21 April 2025
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. |
Talents | Talent | Talents to offer in this group. |
Conditions | Condition | Conditions needed to be met for the group to be enabled. |