Release 1.2.27

- Add cast time override to CwC
- Add Intimidate debuff
- Fix hiding of jewel tooltips with shift
- Fixed display error in Bleed breakdown
- Changed functionality of simple conversion jewels to allow conversion of tagged/flagged nodes
- Enhanced mod parser to allow correct parsing of certain modifiers
This commit is contained in:
Openarl
2016-12-21 23:57:14 +10:00
parent 98bfca9e23
commit af799bb700
12 changed files with 81 additions and 35 deletions

View File

@@ -15,7 +15,7 @@ local s_format = string.format
common = { }
-- External libraries
common.curl = require("lcurl")
common.curl = require("lcurl.safe")
common.xml = require("xml")
common.base64 = require("base64")