///////////////////////////////////////////////////////// // // Craftable Natural Resources (CNR) by Festyx // // Name: cnr_config_inc // // Desc: General CNR configuration // // Author: David Bobeck 22Mar03 // ///////////////////////////////////////////////////////// ///////////////////////////////////// // Float version of d100(). // Range is 0.1 to 100.0 (in tenths) ///////////////////////////////////// float cnr_d100(int nDice); ///////////////////////////////////// float cnr_d100(int nDice) { float fAccum = 0.0; int n; for (n=0; n