Virtue doctrines started
Added new virtue doctrines to fix a bug related to custom faiths, added/fixed up various loc, and fixed bug related to # of tenets selectable.
This commit is contained in:
parent
acf095e931
commit
e600c3c0f2
9 changed files with 93 additions and 54 deletions
|
|
@ -365,3 +365,60 @@ has_jizya_doctrine = {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#NEOW visible virtue doctrines
|
||||
|
||||
anglican_virtues = {
|
||||
group = "special"
|
||||
|
||||
is_available_on_create = {
|
||||
has_doctrine = special_doctrine_english_anglican
|
||||
}
|
||||
|
||||
special_doctrine_english_anglican = {
|
||||
traits = {
|
||||
virtues = { just = 2 brave = 2 }
|
||||
sins = { arbitrary = 2 craven = 2 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
thelema_virtues = {
|
||||
group = "special"
|
||||
|
||||
is_available_on_create = {
|
||||
OR = {
|
||||
has_doctrine = special_doctrine_base_thelema
|
||||
has_doctrine = special_doctrine_old_thelema
|
||||
}
|
||||
}
|
||||
|
||||
special_doctrine_base_thelema = {
|
||||
traits = {
|
||||
virtues = { lustful patient}
|
||||
sins = { impatient }
|
||||
}
|
||||
}
|
||||
|
||||
special_doctrine_old_thelema = {
|
||||
traits = {
|
||||
virtues = { ambitious lustful patient}
|
||||
sins = { content impatient }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
estatist_virtues = {
|
||||
group = "special"
|
||||
|
||||
is_available_on_create = {
|
||||
has_doctrine = special_doctrine_liberty
|
||||
}
|
||||
|
||||
special_doctrine_liberty = {
|
||||
traits = {
|
||||
virtues = { just = 2 scholar }
|
||||
sins = { arbitrary = 2 }
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue