Release 1.0.27

- More uniques updated
- Fixed range on Leo ES Recharge on rings
- Added combobox to skill gem name
- Added percent inc/dec to some stat comparisons
This commit is contained in:
Openarl
2016-09-12 21:46:34 +10:00
parent 778e36fd7b
commit b53811ac2a
15 changed files with 300 additions and 47 deletions

View File

@@ -47,6 +47,7 @@ local classList = {
"SkillsTab",
"SkillListControl",
"SlotSelectControl",
"GemSelectControl",
"ItemsTab",
"ItemSlotControl",
"ItemListControl",
@@ -99,7 +100,7 @@ function main:Init()
self.anchorUpdate = common.New("Control", nil, 2, 0, 0, 0)
self.anchorUpdate.y = function()
return self.screenH - 2
return self.screenH - 4
end
self.controls.applyUpdate = common.New("ButtonControl", {"BOTTOMLEFT",self.anchorUpdate,"BOTTOMLEFT"}, 0, 0, 110, 20, "^x50E050Update Ready", function()
local changeList = { }