Skillchainer - cyritegamestudios/trust GitHub Wiki
Overview
A Skillchainer will automatically initiate or participate in skillchains with party members. Mutually exclusive with Spammer and Cleaver.
Modes
See AutoSkillchainMode
, SkillchainPropertyMode
, SkillchainDelayMode
, SkillchainAssistantMode
, AutoAftermathMode
How it works
By default, a Skillchainer will prioritize making 3-step Light and Darkness skillchains, automatically choosing the appropriate Weapon Skill, Blood Pact or Spell to use at each step. You can customize which skillchain a Skillchainer makes in the menu under Settings → Weaponskills → Modes or by modifying SkillchainPropertyMode
directly. If you are unfamiliar with Skillchains or weapon skill properties, it is strongly recommended that you read up on it first.
Skillchaining
When AutoSkillchainMode
is set to Auto
, a Skillchainer will attempt to create and participate in skillchains with party members. For each step of the skillchain, you can instruct your Trust to:
- Automatically determine which weapon skill to use (recommended)
- Use a specific weapon skill
- Skip a step to let a party member perform a weapon skill
Tip: it is rarely necessary to specify all steps of the skillchain. Try overriding as few steps as possible to get the desired skillchain. For example, to force a 4-step Radiance on Warrior you only need to set the first weapon skill to Full Break or Steel Cyclone and it will do the rest.
Settings
You can edit weapon skill settings using the UI under Settings → Weaponskills.
Creating Skillchains
While the default settings are sufficient for most cases, you can build custom skillchains using the UI under Settings → Weaponskills → Skillchains.
Finding Skillchains
You can also search for skillchains for yourself or with party members using the UI under Settings → Weaponskills → Skillchains → Find.
Blacklisting
You can blacklist specific weapon skills using the UI under Settings → Weaponskills → Abilities → Combat Skill → Blacklist. The Skillchainer will avoid using these weapon skills when automatically making skillchains. AOE weapon skills do not need to be blacklisted--they will never be used unless AutoSkillchainMode
is set to Cleave
.
Commands
Command | Action |
---|---|
// trust sc auto |
Automatically make skillchains. Equivalent of // trust set AutoSkillchainMode Auto . |
// trust sc cleave |
Automatically cleave. Equivalent of // trust set AutoSkillchainMode Cleave . |
// trust sc spam [weaponskill_name] (optional) |
Automatically spam a single weapon skill. Optionally specify the weapon skill to spam, otherwise it will automatically be determined. Equivalent of // trust set AutoSkillchainMode Spam . |
// trust sc am |
Automatically keep Aftermath up. Equivalent of // trust set AutoAftermathMode Auto . |
// trust sc set step_num weaponskill_name |
Updates the skillchain settings to use a specific weapon skill at the given step. |
// trust sc next weapon_skill_name |
Tells you which weapon skills can be used after the given weapon skill to make a skillchain, e.g. // trust sc next Torcleaver |
// trust sc build property_name num_steps |
Builds a skillchain with num_steps of the specified property, e.g. // trust sc build LightLv4 4 |
// trust sc clear |
Resets all steps of the skillchain to be automatically determined. |
// trust sc reload |
Reloads skillchain settings from file, discarding all unsaved changes. |
// trust sc save |
Saves all changes to skillchain settings to file. |