originally posted in:The Vanguardians
View Entire Topic
Not sure if anyone has posted this yet, but somebody posted it over in our clan forums. Great way to decide a skill tree path while the wait for the Beta continues.
[b]EDIT: People were having confusion about how it works so here goes.[/b]
There is 8 Columns going across and you are allowed to select ONE ability in each Column. As you progress you unlock the next ability in a row example would be: The Titans second column features all of his/her jump abilities, the first being "Lift". Now as you progress you will unlock the next ability in the row i.e. "Increased Height". But you may only have 1 equipped in each row.
At the end of every skill tee is the "Illumination" perk which locks in your choices permanently and grants a stat buff depending on your Guardian class. These are:
Hunter: Agility Buff
Titan: Armor Buff
Warlock: Recovery Buff
-
I was looking at the code, specifically 'classes.js' I don't know the numbers for how much the stats are boosted, but you just need to add them to the abilities for hunter and warlock. Then everything will be fixed. (Example) { name: 'Titan Codex IV', description: 'Training focused on all attributes.', buffs: { armor: 10, recovery: 20, agility: 10 } ~~~ { name: 'Path Forgotten', description: 'Training focused on toughness and speed.' },