so much event updating

This commit is contained in:
trashmasteruni 2026-04-25 13:36:44 +02:00
parent c4b6d9bdeb
commit 811167944e
135 changed files with 4885 additions and 297691 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
}
}
}