// https://github.com/rotators/cgcd
// https://fodev.net 
st  = 5 // 0-10 - strength 
pe  = 7  // 0-10 - perception
en  = 5  // 0-10 - endurance
ch  = 10 // 0-10 - charisma
in  = 7 // 0-10 - intelligence
ag  = 5 // 0-10 - agility
lk  = 8  // 0-10 - luck
age = 27 // 16-99 - age of the character
gender = 0 // 1 - female, 0 - male
name = D.Trump // max 32 characters

//   (+)
// 0 = 
style = 0

//  tagskill can be 0-17
//  only tag 4 can be disabled!
//  if you want less than 3, you can select the same tag skill for multiple slots.
//  e.g tag_1 = 0, tag_2 = 0
//  SKILL_SMALL_GUNS = 45,
//  SKILL_BIG_GUNS = 15,
//  SKILL_ENERGY_WEAPONS = 30, // tag tag (+20%) = 50
//  SKILL_UNARMED_COMBAT = 45,
//  SKILL_MELEE = 35,
//  SKILL_THROWING = 30,
//  SKILL_FIRST_AID = 35,
//  SKILL_DOCTOR = 20,
//  SKILL_SNEAK = 38,
//  SKILL_LOCKPICK = 48,
//  SKILL_STEAL = 30,
//  SKILL_TRAPS = 25,
//  SKILL_SCIENCE = 40,
//  SKILL_REPAIR = 20,
//  SKILL_CONVERSANT = 40,     // tag tag (+20%) = 60
//  SKILL_BARTER = 35,         // tag (+20%) = 55
//  SKILL_GAMBLING = 30,
//  SKILL_OUTDOORSMAN = 40,
tag_1 = 15
tag_2 = 14
tag_3 = 2
tag_4 = -1

// trait can be 0-15
// TRAIT_fast_metabolism = 0,
// TRAIT_bruiser = 1,
// TRAIT_small_frame = 2,
// TRAIT_one_hander = 3,
// TRAIT_finesse = 4,
// TRAIT_kamikaze = 5,
// TRAIT_heavy_handed = 6,
// TRAIT_fast_shot = 7,
// TRAIT_bloody_mess = 8,
// TRAIT_jinxed = 9,
// TRAIT_good_natured = 10,
// TRAIT_drug_addict = 11,
// TRAIT_drug_resistant = 12,
// TRAIT_sex_appeal = 13,
// TRAIT_skilled = 14,
// TRAIT_gifted = 15,
trait_1 = 13
trait_2 = 12

//   
char_points = 0

//  
// e.g. for small guns, it's 35% + AG + bonus
// sk_id, where id corresponds to the SKILL_ value above
// e.g. sk_0 is small guns
sk_0 = 0
sk_1 = 0
sk_2 = 10
sk_3 = 0
sk_4 = 0
sk_5 = 0
sk_6 = 0
sk_7 = 0
sk_8 = 0
sk_9 = 0
sk_10 = 0
sk_11 = 0
sk_12 = 0
sk_13 = 0
sk_14 = 0
sk_15 = 20
sk_16 = 20
sk_17 = 0
