Release 1.4.77

- Added Might of the Meek
- Overhauled radius jewel system
This commit is contained in:
Openarl
2018-02-24 22:34:03 +10:00
parent 7f9a7352b1
commit 68d9351f77
22 changed files with 386 additions and 306 deletions

View File

@@ -50,7 +50,7 @@ local TreeTabClass = common.NewClass("TreeTab", "ControlHost", function(self, bu
if spec.curClassId == self.build.spec.curClassId then
local respec = 0
for nodeId, node in pairs(self.build.spec.allocNodes) do
if node.type ~= "classStart" and node.type ~= "ascendClassStart" and not spec.allocNodes[nodeId] then
if node.type ~= "ClassStart" and node.type ~= "AscendClassStart" and not spec.allocNodes[nodeId] then
if node.ascendancyName then
respec = respec + 5
else