abclasrq.2da

This file defines minimum stats (Str,Dex etc.) per class/kit. The first row (titles of columns ) is filled by the names of defined characteristics of PC (like MIN_STR = minimal strength ). The first column is filled by class/kits names. The crossings of the certain identifiers indicate if class/kit could be used with the characteristic of PC - used for character creation.
In IWD2 we have:
2DA V1.0
0
           MIN_STR    MIN_DEX    MIN_CON    MIN_INT    MIN_WIS    MIN_CHR    
FIGHTER    0          0          0          0          0          0          
You can add lines for the other classes / kits (use the identifiers from abclsmod.2da), fx. this line will require Clerics of Selune to have 18 strenth and 15 charisma.
CLERIC_SELUNE 18          0          0          0          0          15