revert Alignment
This commit is contained in:
Vannifar 2026-04-25 10:02:11 +02:00
parent 15a5108e23
commit c4b6d9bdeb
250 changed files with 11067 additions and 16365 deletions

View file

@ -2929,24 +2929,22 @@ court_events.3120 = {
any_courtier_or_guest = {
is_available = yes
OR = {
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 = {
inspiration ?= {
NOR = {
has_inspiration_type = adventure_inspiration
has_inspiration_type = alchemy_inspiration
has_inspiration_type = book_inspiration
}
}
}
AND = {
has_completed_inspiration = yes
var:created_artifact_type ?= {
OR = {
this = flag:weapon
this = flag:armor
this = flag:smith
this = flag:weaver
this = flag:artisan
NOR = {
this = flag:adventure
this = flag:alchemy
this = flag:book
}
}
}
@ -3027,24 +3025,23 @@ court_events.3120 = {
limit = {
is_available = yes
OR = {
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 = {
exists = inspiration
inspiration ?= {
NOR = {
has_inspiration_type = adventure_inspiration
has_inspiration_type = alchemy_inspiration
has_inspiration_type = book_inspiration
}
}
}
AND = {
has_completed_inspiration = yes
var:created_artifact_type ?= {
OR = {
this = flag:weapon
this = flag:armor
this = flag:smith
this = flag:weaver
this = flag:artisan
NOR = {
this = flag:adventure
this = flag:alchemy
this = flag:book
}
}
}