Finding the armor Class of an Item?
DJ_WoW
Member Posts: 51
Gooday all,
I need to find out the armor class of an item (0 thru 8). I' am pretty sure this is read of a 2d6, but I don't know the code or 2da I would be looking for. I am sure it is simple.
Thank you for your time,
DJ-WoW
I need to find out the armor class of an item (0 thru 8). I' am pretty sure this is read of a 2d6, but I don't know the code or 2da I would be looking for. I am sure it is simple.
Thank you for your time,
DJ-WoW
0
Comments
Get2DAString() on that row will give you the base AC.
There is also GetItemACValue which gives the modified AC subject to caveats. Code examples on that page include getting the base AC.
I wanted to thank you for your direction. it was what I needed.
Thank you for your time,
DJ-WoW