Talent Group (Asset): Difference between revisions

From FetishQuest Wiki
Jump to navigation Jump to search
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..."
 
JasX (talk | contribs)
No edit summary
 
Line 13: Line 13:
|String
|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.
|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
|Talents

Latest revision as of 14:38, 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.
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.