Talent Group (Asset)

From FetishQuest Wiki
Revision as of 14:02, 21 April 2025 by JasX (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.