﻿
##### Note: GG_can_change_rule is for game rules that could feasibly be changed during a running game (with the Gamerule Gadget mod)

#black_death = {
#	default = black_death_default
#	
#	categories = {
#		pod
#		difficulty
#		historicity
#	}
#
#	black_death_default = { flag = GG_can_change_rule }
#	black_death_disabled = { flag = GG_can_change_rule }
#}

log_trait_fertility = {
    default = log_trait_fertility_infertile    # Default option key
    categories = { legacy_of_the_gods }               # Categories (e.g., a custom "log" category and "tweaks")

    log_trait_fertility_infertile = { 
        flag = GG_can_change_rule             # Allows mid-game change via Gamerule Gadget (optional)
    }
    log_trait_fertility_fertile = { 
        flag = GG_can_change_rule 
    }
}

log_angelic_fertility = {
    default = log_angelic_fertility_infertile
    categories = { legacy_of_the_gods }

    log_angelic_fertility_infertile = {
        flag = GG_can_change_rule
    }
    log_angelic_fertility_fertile = {
        flag = GG_can_change_rule
    }
}