SKILL TREES

FILE NAME: “data_skillTrees.json”

FILE HEADER: “skillTrees”

NOTE: There are 5 skill trees (booking, management, negotiations, charisma, scouting). Each tree can have from 0 to 5 “steps”. Decide how many will be in each tree and make sure you include an action, a title and a description for each one.

NOTE: Price of skills is automatic and cannot be modded (at least not yet). Sorry! 🙂 At the moment the higher a skill is in the tree, the higher the cost, and more skills you unlock, the more expensive the next ones will be.

NOTE: You can find a list of all the predesigned actions here.

FIELD

FORMAT

DESCRIPTION

pack

Text (string)

What pack does it belong to. No effect yet, but may be used in the future.

id

Text (string)

This is a unique identifier to use as reference.

bookingActions

Group (list of strings)

Action that will be triggered when this step is unlocked (only 1 action).

bookingTitles

Group (list of strings)

Key of skill’s name in localization file.

bookingDescriptions

Group (list of strings)

Key of skill’s description in localization file.

managementActions

Group (list of strings)

Action that will be triggered when this step is unlocked (only 1 action).

managementTitles

Group (list of strings)

Key of skill’s name in localization file.

managementDescriptions

Group (list of strings)

Key of skill’s description in localization file.

negotiationsActions

Group (list of strings)

Action that will be triggered when this step is unlocked (only 1 action).

negotiationsTitles

Group (list of strings)

Key of skill’s name in localization file.

negotiationsDescriptions

Group (list of strings)

Key of skill’s description in localization file.

charismaActions

Group (list of strings)

Action that will be triggered when this step is unlocked (only 1 action).

charismaTitles

Group (list of strings)

Key of skill’s name in localization file.

charismaDescriptions

Group (list of strings)

Key of skill’s description in localization file.

scoutingActions

Group (list of strings)

Action that will be triggered when this step is unlocked (only 1 action).

scoutingTitles

Group (list of strings)

Key of skill’s name in localization file.

scoutingDescriptions

Group (list of strings)

Key of skill’s description in localization file.

🠐 GIGS

TRAITS 🠒