﻿k_visigoths = {
	color = { 116 135 65 }

	definite_form = yes

	capital = c_toledo

    can_create = {
			trigger_if = {
				limit = {
					is_ai = yes
				}
				culture = culture:visigothic
			}
		}

    ai_primary_priority = {
        if = {
            limit = {
                culture = culture:visigothic
            }
            add = @correct_culture_primary_score
        }
        if = {
            limit = {
                OR = {
                    culture = culture:andalusian
                    culture = culture:castilian
                    culture = culture:catalan
                    culture = culture:galician
                    culture = culture:asturleonese
                }
            }
            add = @better_than_the_alternatives_score
        }
    }
}


k_vandals = {
	color = { 135 133 65 }

	definite_form = yes

	capital = c_tunis

     can_create = {
			trigger_if = {
				limit = {
					is_ai = yes
				}
				culture = culture:vandalic
			}
		}

    ai_primary_priority = {
        if = {
            limit = { 
                culture = culture:vandalic
            }
            add = @correct_culture_primary_score
        }
    }
}

k_burgundians = {
	color = { 107 65 135 }

	definite_form = yes

	capital = c_geneva

     can_create = {
			trigger_if = {
				limit = {
					is_ai = yes
				}
				culture = culture:burgundian
			}
		}

    ai_primary_priority = {
        if = {
            limit = { 
                culture = culture:burgundian
            }
            add = @correct_culture_primary_score
        }
    }
}

k_gepids = {
	color = { 65 135 79 }

	definite_form = yes

	capital = c_podrinje

     can_create = {
			trigger_if = {
				limit = {
					is_ai = yes
				}
				culture = culture:gepid
			}
		}

    ai_primary_priority = {
        if = {
            limit = { 
                culture = culture:gepid
            }
            add = @correct_culture_primary_score
        }
    }
}

k_ostrogoths = {
	color = { 65 76 135 }

	definite_form = yes

	capital = c_lombardia

     can_create = {
			trigger_if = {
				limit = {
					is_ai = yes
				}
				culture = culture:ostrogothic
			}
		}

    ai_primary_priority = {
        if = {
            limit = { 
                culture = culture:ostrogothic
            }
            add = @correct_culture_primary_score
        }
    }
}

k_bastarnians = {
	color = { 135 65 65 }

	definite_form = yes

	capital = c_odessa

     can_create = {
			trigger_if = {
				limit = {
					is_ai = yes
				}
				culture = culture:bastarnic
			}
		}

    ai_primary_priority = {
        if = {
            limit = { 
                culture = culture:bastarnic
            }
            add = @correct_culture_primary_score
        }
    }
}

d_gothic_paganism_reformed = {
	color = { 0 0 0 }
	capital = c_kiev
	
	definite_form = yes
	ruler_uses_title_name = no
	landless = yes
	
	ai_primary_priority = { add = @always_primary_score }
	
	no_automatic_claims = yes
	always_follows_primary_heir = yes
	destroy_if_invalid_heir = yes
}

d_arianism = {
	color = { 112 112 112 }
	capital = c_roma
	
	definite_form = yes
	ruler_uses_title_name = no
	landless = yes
	
	ai_primary_priority = { add = @always_primary_score }
	
	no_automatic_claims = yes
	always_follows_primary_heir = yes
	destroy_if_invalid_heir = yes
}