minor update
This commit is contained in:
parent
c505bcc84e
commit
26c1f4be76
3 changed files with 9 additions and 7 deletions
|
|
@ -492,6 +492,7 @@
|
|||
hostility_override_special_doctrine_people_of_the_book = 2
|
||||
|
||||
loc_parameter_fae_and_folklore_astray = 1
|
||||
loc_parameter_fae_and_folklore_hostile = 2
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@
|
|||
|
||||
doctrine_parameter_loc_parameter_people_of_the_book_astray:0 "$click_here_to_view_doctrines$ [people_of_the_book_astray|L] considers to be Astray"
|
||||
doctrine_parameter_loc_parameter_fae_and_folklore_astray:0 "$click_here_to_view_doctrines$ [fae_and_folklore_astray|L] considers to be Astray"
|
||||
doctrine_parameter_loc_parameter_fae_and_folklore_hostile:0 "$click_here_to_view_doctrines$ [fae_and_folklore_hostile|L] considers to be Hostile"
|
||||
doctrine_parameter_loc_parameter_might_and_magick_astray:0 "$click_here_to_view_doctrines$ [might_and_magick_astray|L] considers to be Astray"
|
||||
doctrine_parameter_loc_parameter_goddesses_and_glory_astray:0 "$click_here_to_view_doctrines$ [goddesses_and_glory_astray|L] considers to be Astray"
|
||||
doctrine_parameter_loc_parameter_via_media_astray:0 "$click_here_to_view_doctrines$ [via_media_astray|L] considers to be Astray"
|
||||
|
|
@ -111,8 +112,5 @@
|
|||
doctrine_parameter_hostility_override_special_doctrine_fae_and_folklore:0 ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_might_and_magick:0 ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_goddesses_and_glory: ""
|
||||
|
||||
doctrine_parameter_hostility_override_special_doctrine_via_media:0 ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_true_servants_of_the_queen:0 ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_via_media:0 ""
|
||||
doctrine_parameter_hostility_override_special_doctrine_regicidal:0
|
||||
doctrine_parameter_hostility_override_special_doctrine_true_servants_of_the_queen:0 ""
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
l_english:
|
||||
|
||||
game_concept_template_astray: "put name here"
|
||||
game_concept_template_astray_desc: "[faiths|E] with the name here doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n"
|
||||
game_concept_template_astray_desc: "[faiths|E] with the name here doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_SAME_RELIGION_ASTRAY').GetBaseName]#!\n#true_white;game_link $special_doctrine_THIS DOCTRINE$#!\n#bold $A DIFFERENT_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_DIFFERENT_ASTRAY').GetBaseName]#!"
|
||||
game_concept_template_hostile: "put name here"
|
||||
game_concept_template_hostile_desc: "[faiths|E] with the name here doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n"
|
||||
game_concept_template_hostile_desc: "[faiths|E] with the name here doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#true_white [GetFaithDoctrine('special_doctrine_SAME_HOSTILE').GetBaseName]#!\n#bold $A DIFFERENT_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_DIFFERENT_HOSTILE').GetBaseName]#!"
|
||||
|
||||
interreligious_doctrines: "Interreligious"
|
||||
|
||||
|
|
@ -73,7 +73,10 @@
|
|||
#Wicca/Druidic
|
||||
|
||||
game_concept_fae_and_folklore_astray: "$special_doctrine_fae_and_folklore_name$"
|
||||
game_concept_fae_and_folklore_astray_desc: "[faiths|E] with the $special_doctrine_fae_and_folklore_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white;game_link $special_doctrine_people_of_the_book_name$#!\n#bold $novelist_religion$:#!\n#true_white [novelist_kinship_doctrines|L]#!"
|
||||
game_concept_fae_and_folklore_astray_desc: "[faiths|E] with the $special_doctrine_fae_and_folklore_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white;game_link $special_doctrine_fae_and_folklore_name$#!\n#true_white [GetFaithDoctrine('special_doctrine_might_and_magick').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_goddesses_and_glory').GetBaseName]#!\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_fantastical_kinship').GetBaseName]#!"
|
||||
|
||||
game_concept_fae_and_folklore_hostile: "$special_doctrine_fae_and_folklore_name$"
|
||||
game_concept_fae_and_folklore_hostile_desc: "[faiths|E] with the $special_doctrine_fae_and_folklore_name$ doctrine consider faiths with the following doctrines to be $hostility_hostile_tooltippable$:\n#bold $novelist_religion$:#!\n#true_white [GetFaithDoctrine('special_doctrine_academic_kinship').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_christian_kinship').GetBaseName]#!\n#true_white [GetFaithDoctrine('special_doctrine_islamic_kinship').GetBaseName]#!"
|
||||
|
||||
game_concept_might_and_magick_astray: "$special_doctrine_might_and_magick_name$"
|
||||
game_concept_might_and_magick_astray_desc: "[faiths|E] with the $special_doctrine_might_and_magick_name$ doctrine consider faiths with the following doctrines to be $hostility_astray_tooltippable$:\n#true_white;game_link $special_doctrine_people_of_the_book_name$#!\n#bold $novelist_religion$:#!\n#true_white [novelist_kinship_doctrines|L]#!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue