Better prototype with functioning dependencies and right-clicking
This commit is contained in:
+10
-1
@@ -3742,4 +3742,13 @@ export const talentsBySpec: Root = {
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export const talentToSpec: {[key: number]: number} = {}
|
||||
for (let specId in talentsBySpec) {
|
||||
for (let talentId in talentsBySpec[specId]) {
|
||||
talentToSpec[talentId] = parseInt(specId, 10)
|
||||
}
|
||||
}
|
||||
|
||||
console.log(talentToSpec)
|
||||
Reference in New Issue
Block a user