maaaaaaaaap Posted June 25, 2019 Share Posted June 25, 2019 (edited) Hi, one thing I realized yesterday while editing anew my items in the toolset is that one important item property is in fact completely missing; cooldown reduction. It exists in the game through a spell in the Awakenings add-on, unfortunately that is encrypted and I don't know where to look for the resources. Has anyone else been able to do this? EDIT: OK, so I found the ability code in question (maybe :-)): 400103 Is it possible to edit any .gda file in use by the toolset so that that property becomes available in the toolset? I guess it is possible to add this property on an onEquip event script, but that would not count towards the max 5 abilties limit and it won't be shown on the item property list on the item itself. Edited June 25, 2019 by maaaaaaaaap Link to comment Share on other sites More sharing options...
theskymoves Posted June 25, 2019 Share Posted June 25, 2019 (edited) Deleted. (Misread query before ingesting morning caffeine.) :facepalm: Edited June 25, 2019 by theskymoves Link to comment Share on other sites More sharing options...
maaaaaaaaap Posted June 25, 2019 Author Share Posted June 25, 2019 Deleted. (Misread query before ingesting morning caffeine.) :facepalm: :D Link to comment Share on other sites More sharing options...
DLuf Posted June 30, 2019 Share Posted June 30, 2019 (edited) Yeah, the file you want is itemprps_.gda. As far as I can tell, if one such table is in your Override folder and you add a new property to it, the property will show up in the toolset. Time Spiral isn't exactly "cooldown reduction" though, but more like "cooldown reset". If you use an OnEquip script to implement cooldown reduction, what happens if you unequip then re-equip repeatedly? Edited June 30, 2019 by DLuf Link to comment Share on other sites More sharing options...
Recommended Posts