by Sprouto » 17 Jul 2020, 01:13
This can be very subjective - this is not LUA code - but data - and is meant to be acted upon by some actual code.
What you're looking at here is the data for an enhancement - some values are well understood, Energy, Mass and Time - and of course, the name of the Enhancement. The slot, on the unit, that must be available and open - and the bone, on the model, that the enhancement effect will be attached to while it is happening.
The others, NewDamageMod and NewMaxRadius, mean nothing on their own, but it's likely that the enhancement code is looking for these specific values. However, you cannot tell from here whether the values will add to, replace, or do anything at all - for that - you'll need to find the Enhancement code, which might be partially located in the units' script file, or the general enhancement functions located in the core code.