Jump to content

Item property (Toolset): Cooldown Reduction - possible?


maaaaaaaaap

Recommended Posts

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 by maaaaaaaaap
Link to comment
Share on other sites

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 by DLuf
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...