10 [Attribute("1", desc: "The higher the weight the heigher the chance of a bio in this group being picked by the randomizer (Compared with the other groups in the IdentityManager). Bio's in group will never be randomly assigned nor keep track of assigned bio's if weight is 0 or less. Use this for custom identities you want to assign only through script.\n\nWARNING: All weights (as well as aditional entry weight * list lenght) are counted up together. ake make sure all totals do not exceed max int value: '2147483647'", params: "-1, 9999 1", category: "Settings")]
11protectedintm_iWeight; //0 is never chosen by randomizer. Only set by system
12
13 [Attribute("10", desc: "Additional Weight for the amount of entries the BioGroup has. Calculation: (m_iWeight = m_iWeight + (entries * m_fEntryAmountWeightMulti)) This is to make sure that groups with lesser entries are not chosen as much\n\nWARNING: All weights (as well as aditional entry weight * list lenght) are counted up together. Make sure all totals do not exceed max int value: '2147483647'", params: "0, 100", category: "Settings")]
16 [Attribute(desc: "Faction the entity needs in order for it to choose the bio. Leave empty if any faction (or no faction) is valid.", category: "Requirements")]
19 [Attribute(desc: "List of all character bio's in group (Gender Neutral). If the bio group is chosen in the randomizer then one of the bios within will be randomly assigned.", category: "Identities")]