Jump to content

Item Properties


GowiHasti

Recommended Posts

I recently downloaded this file: https://www.nexusmods.com/dragonage/mods/4709

and wanted to teach my self how to edit item properties. I used gdapp to look a the itemprops.gda and i see the info there and assume the number in stringref is the number to use in propertyid in thepropertieslist in the uti file and so assume stamina regeneration would be number 726, yet looking at the file's uti i see the numbers there of 1006, 6076, 10018 and none of them are in the itemprops.gda. So I'm stumped can somebody point me to something that will help me learn how to edit item properties, please?

Link to comment
Share on other sites

Weird....there's something odd going on with your itemprps.gda, since there is no property ID of '726' (and the three IDs used in my crappy mod are in there), and each of the IDs are clearly identified in the 'Label' column of the GDA so there's no reason to puzzle anything out. *scratches head*

 

If you have the toolset installed , the install should include a spreadsheet with the information you are looking for. It would be in the [game install location]\Dragon Age\tools\Source\ folder, and the spreadsheet you want is 'itemprps.xls'.

 

1006 is 'Increase all attributes'.

6076 is 'Increases XP bonus from codex'

10018 is 'Restrict: player'

 

and

 

Increase Exploration Stamina Regen is 6073

Increase Combat Stamina Regen is 6074

 

ETA that on re-reading your post, I realised that you referenced 'itemprops.gda' and not 'itemprps.gda'. That's where the issue lies... you have the wrong asset. (I recommend reading through LemmingoftheGDA's tutorial on editing UTI files.)

Edited by theskymoves
Link to comment
Share on other sites

Materials used by items are defined in materialtypes.gda (or materialtypes.xls; the second sheet). Material progress is defined in the ts_material.gda (or the TS_system.xls spreadsheet, again it's the second sheet).

 

There's a lot of detailed information on item properties and how it all fits together on the official toolset wiki > Item - Dragon Age Toolset Wiki

Link to comment
Share on other sites

  • Recently Browsing   0 members

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