Shifter Class - Stats applied when shifting
4BOLTMAIN
Member Posts: 90
I did not do a lot of research on this but what script adds the new stats when a player shapeshifts.
I am familiar with the pc_properties item but I would like to find the script?
I am familiar with the pc_properties item but I would like to find the script?
Post edited by 4BOLTMAIN on
0
Comments
X2_S2_GWildShp
Seems like all the stats are added with EffectPolymorph.
That lead to what you're looking for: polymorph.2da.
I found what I was looking for, in x2_s2_gwildshp.
Items created when shifting are one weapon and one armor. The code copies all the players properties on all armor to only one item and the properties will not stack. I don't intend to change it and now that I see whats going on this will make it easier for me to answer players questions.
Thanks for the help, much appreciated.