Wicca minor setup
This commit is contained in:
parent
ad266854cf
commit
ee2c94d761
4 changed files with 32 additions and 8 deletions
|
|
@ -175,3 +175,28 @@ thelema_virtues = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wicca_virtues = {
|
||||||
|
group = "special"
|
||||||
|
|
||||||
|
is_available_on_create = {
|
||||||
|
OR = {
|
||||||
|
has_doctrine = special_doctrine_king_arthurs_bravery
|
||||||
|
has_doctrine = special_doctrine_horned_lords_law
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_king_arthurs_bravery = {
|
||||||
|
traits = {
|
||||||
|
virtues = { brave }
|
||||||
|
sins = { craven }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
special_doctrine_horned_lords_law = {
|
||||||
|
traits = {
|
||||||
|
virtues = { just }
|
||||||
|
sins = { arbitrary }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
family = rf_pagan
|
family = rf_pagan
|
||||||
graphical_faith = pagan_gfx
|
graphical_faith = pagan_gfx
|
||||||
|
|
||||||
is_pagan = yes
|
pagan_roots = yes
|
||||||
hostility_doctrine = pagan_hostility_doctrine
|
hostility_doctrine = pagan_hostility_doctrine
|
||||||
|
|
||||||
#Main Group | placeholder
|
#Main Group | placeholder
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
family = rf_pagan
|
family = rf_pagan
|
||||||
graphical_faith = pagan_gfx
|
graphical_faith = pagan_gfx
|
||||||
|
|
||||||
is_pagan = yes
|
pagan_roots = yes
|
||||||
hostility_doctrine = pagan_hostility_doctrine
|
hostility_doctrine = pagan_hostility_doctrine
|
||||||
|
|
||||||
#Main Group | placeholder
|
#Main Group | placeholder
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
wicca_religion = {
|
wicca_religion = {
|
||||||
family = rf_esoteric
|
family = rf_esoteric
|
||||||
graphical_faith = pagan_gfx
|
graphical_faith = pagan_gfx
|
||||||
|
|
||||||
doctrine = pagan_hostility_doctrine
|
doctrine = pagan_hostility_doctrine
|
||||||
|
|
||||||
#Main Group | placeholder
|
#Main Group | placeholder
|
||||||
|
|
@ -39,8 +40,8 @@
|
||||||
doctrine = doctrine_no_anointment
|
doctrine = doctrine_no_anointment
|
||||||
|
|
||||||
traits = {
|
traits = {
|
||||||
virtues = { }
|
virtues = { compassionate patient }
|
||||||
sins = { }
|
sins = { callous impatient }
|
||||||
}
|
}
|
||||||
|
|
||||||
reserved_male_names = { #put witch names here later
|
reserved_male_names = { #put witch names here later
|
||||||
|
|
@ -226,8 +227,6 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
piety_icon_group = "christian"
|
|
||||||
|
|
||||||
faiths = {
|
faiths = {
|
||||||
avalonian = {
|
avalonian = {
|
||||||
color = { 216 216 43 }
|
color = { 216 216 43 }
|
||||||
|
|
@ -247,7 +246,7 @@
|
||||||
|
|
||||||
#Special Tolerance | placeholder
|
#Special Tolerance | placeholder
|
||||||
#doctrine = special_doctrine_ecumenical_christian
|
#doctrine = special_doctrine_ecumenical_christian
|
||||||
#doctrine = special_doctrine_esoteric_witchcraft
|
doctrine = special_doctrine_king_arthurs_bravery
|
||||||
|
|
||||||
#Tenets | placeholder
|
#Tenets | placeholder
|
||||||
doctrine = the_queen_of_summer
|
doctrine = the_queen_of_summer
|
||||||
|
|
@ -340,7 +339,7 @@
|
||||||
|
|
||||||
#Special Tolerance | placeholder
|
#Special Tolerance | placeholder
|
||||||
#doctrine = special_doctrine_ecumenical_christian
|
#doctrine = special_doctrine_ecumenical_christian
|
||||||
#doctrine = special_doctrine_esoteric_witchcraft
|
doctrine = special_doctrine_horned_lords_law
|
||||||
|
|
||||||
doctrine = doctrine_spiritual_head
|
doctrine = doctrine_spiritual_head
|
||||||
doctrine = doctrine_pluralism_righteous
|
doctrine = doctrine_pluralism_righteous
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue