PangaeaACDC Posted December 8, 2017 Share Posted December 8, 2017 Is there an overview somewhere of what some of the values or IDs from the game files refer to? I don't mean strings and such which is fairly easy to find, but more like e.g. int AffectsStat = 134 int DmgType = 8 int AttributeType = 6 int DefenseType = 5 I'm working on the Wiki and trying to get to the bottom of what some of the abilities/talents/enchantments really do, at least some troublesome ones with not enough info, and an explanation or overview of code like the above or similar would really help Link to comment Share on other sites More sharing options...
PangaeaACDC Posted December 9, 2017 Author Share Posted December 9, 2017 Very early as I've just looked at a few items I wonder about, but it looks like ID 134 is "Crits can inflict Prone" or something to that effect. ID Stat/effect ------------------------------------------ 101 Crit damage multiplier 107 Hits converted to Crits 134 Crits can inflict Prone If it's possible to get at this list somehow by other means, then by all means, do tell Ages ago I put a game file through some kind of online tool which got out some variables like this, which we could use for modding. But of course I have no idea what it was now. Having access to this would make it a great deal easier to understand what's what, and shed some light on spells/abilities/weapons/enchantments/etc. Link to comment Share on other sites More sharing options...
fireundubh Posted December 28, 2017 Share Posted December 28, 2017 (edited) Download JetBrains dotPeek (it's free) and open Assembly-CSharp.dll. Edited December 28, 2017 by fireundubh Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now