7 [Attribute("0.1", desc: "The percentage chance of a AI group to all share the same place of birth as leader. The higher this number the higher the chance", params: "0 1")]
102 [Attribute ("1", desc: "Weight of place of birth for randomization. Higher number means higher chance of being picked")]
103int m_iWeight;
104
105 [Attribute(desc: "EACH GENDER SHOULD ONLY HAVE ONE ENTRY IN THIS LIST! List of genders that contain identity overrides that have a chance to be assigned to a character that is part of this terratory")]
112 [Attribute("1", desc: "Gender of overwrite. The character needs to be the set gender to have the override assigned.", uiwidget: UIWidgets.ComboBox, enums: ParamEnumArray.FromEnum(SCR_EIdentityGender))]
135 [Attribute("1", desc: "Weight for this Visual to be used as an override. Take into account that multiple visuals. 1 means 100% (or multiple with one means multiple with 100%. If two entries have 0.5 then the calculation is as following (if calc <= ArrayCount Pick) So in the case it is a 25% to pick A, 25% to pick and 50% to pick default)", params: "0 1 0.001")]