댓글 리스트
-
작성자 루즈꽁초 작성시간20.10.18 INBREEDING_ANCESTOR_GENERATIONS = 4
# How many generations are checked for common ancestors of the both parents (including the parents) for the purposes of getting the inbreeding trait and the pure-blooded trait
INBRED_CHANCE_ANCESTOR_COUNT_LEVELS = { 15 17 20 22 }
# Numbers of common ancestors defining different level of inbreeding chance (one extra level above the max value)
INBRED_CHANCE_FACTOR_LEVELS = { 0.33 0.75 1 2 3 }
# Inbreeding chance factors for different level. The final chance in percent is given by the number of common ancestors X corresponding level factor X inbreeding