Alignment

This commit is contained in:
Heidesommer 2026-04-25 03:54:05 -04:00
parent f7a954eb51
commit 15a5108e23
250 changed files with 31104 additions and 25806 deletions

View file

@ -2929,22 +2929,24 @@ court_events.3120 = {
any_courtier_or_guest = {
is_available = yes
OR = {
AND = {
inspiration ?= {
NOR = {
has_inspiration_type = adventure_inspiration
has_inspiration_type = alchemy_inspiration
has_inspiration_type = book_inspiration
}
inspiration ?= {
OR = {
has_inspiration_type = weapon_inspiration
has_inspiration_type = armor_inspiration
has_inspiration_type = smith_inspiration
has_inspiration_type = weaver_inspiration
has_inspiration_type = artisan_inspiration
}
}
AND = {
has_completed_inspiration = yes
var:created_artifact_type ?= {
NOR = {
this = flag:adventure
this = flag:alchemy
this = flag:book
OR = {
this = flag:weapon
this = flag:armor
this = flag:smith
this = flag:weaver
this = flag:artisan
}
}
}
@ -3025,23 +3027,24 @@ court_events.3120 = {
limit = {
is_available = yes
OR = {
AND = {
exists = inspiration
inspiration ?= {
NOR = {
has_inspiration_type = adventure_inspiration
has_inspiration_type = alchemy_inspiration
has_inspiration_type = book_inspiration
}
inspiration ?= {
OR = {
has_inspiration_type = weapon_inspiration
has_inspiration_type = armor_inspiration
has_inspiration_type = smith_inspiration
has_inspiration_type = weaver_inspiration
has_inspiration_type = artisan_inspiration
}
}
AND = {
has_completed_inspiration = yes
var:created_artifact_type ?= {
NOR = {
this = flag:adventure
this = flag:alchemy
this = flag:book
OR = {
this = flag:weapon
this = flag:armor
this = flag:smith
this = flag:weaver
this = flag:artisan
}
}
}