mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 09:46:10 +00:00
Update VH levels
GuardianCon showed skill trees with points only possible starting from lvl 2, i.e. lvl 27 Moze with 25 skill points invested. You can check for yourself from a few seconds after: https://youtu.be/2G8hPDIgvkU?t=40. Thanks for the awesome website!
This commit is contained in:
parent
343bf59a1a
commit
e1242a42ef
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
export function getLevel (state) {
|
||||
return state.invested.reduce((total, current) => total + current, 3);
|
||||
return state.invested.reduce((total, current) => total + current, 2);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue