For example, I add a thief kit so I have an ADD_KIT for a vanilla game. Ashes of Embers Universal Weapons component would not support my kit so I have a separate ADD_KIT for vanilla plus AoE. The IKTweak (soon to be G3Tweaks) component Weapon Styles for All also modifies this file so I have an ADD_KIT for vanilla plus WSfA and vanilla plus AoE plus WSfA. That is for separate ADD_KITs, only one of which would be installed. This is not hard to do but it is hard to maintain, if I want to change an aspect of one of the kits I have 4 ADD_KITs (maybe more) to update.
Now, if I knew the column in weapprof.2da that the kit was using I could simply use some SET_2DA_ENTRYs to update that file. I would like a
READ_KIT_PROFICIENCY ~KITNAME~ "value"command. I would then be able to use the value to update weapprof.2da.
A more universal command would be:
READ_2DA_ENTRY ~COLUMNNAME~ ~ROWNAME~ "value"This would be useful for changing 2DA entries relative to their current value, instead of having to set them arbitrarily.