Skip to content

Commit

Permalink
Added artistic confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
LordR19 committed Jan 2, 2024
1 parent 75b90b8 commit d4f8600
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
5 changes: 5 additions & 0 deletions common/modifiers/artists_modifiers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ artists_patron_of_the_arts_modifier = {
country_subsidies_bg_opera = yes
country_subsidies_bg_arts = yes
}

pm_artist_artistic_confusion_modifier = {
icon = "gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_negative.dds"
building_throughput_add = -0.25
}
1 change: 1 addition & 0 deletions common/on_actions/artists_on_actions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ artists_on_building_built = {
is_building_type = building_arts_academy
level = 1
}
remove_modifier = pm_artist_artistic_confusion_modifier
}
}
}
Expand Down
25 changes: 11 additions & 14 deletions common/production_methods/elgar_production_methods.txt
Original file line number Diff line number Diff line change
Expand Up @@ -384,20 +384,17 @@ pm_artists_arts_academy_standard = {
texture = "gfx/interface/icons/production_method_icons/elgar_aa_no_specialization_pm.dds"
is_default = yes

unlocking_production_methods = {
pm_artists_arts_academy_standard
}
timed_modifiers = {
pm_artist_artistic_confusion_modifier
}
}

pm_artists_arts_academy_conservatory = {
texture = "gfx/interface/icons/production_method_icons/elgar_aa_conservatory_pm.dds"

unlocking_technologies = {
timed_modifiers = {
pm_artist_artistic_confusion_modifier
}

unlocking_production_methods = {
pm_artists_arts_academy_standard
}
}

pm_artists_arts_academy_salon = {
Expand All @@ -407,9 +404,9 @@ pm_artists_arts_academy_salon = {
elgar_irrationalism_tech
}

unlocking_production_methods = {
pm_artists_arts_academy_standard
}
timed_modifiers = {
pm_artist_artistic_confusion_modifier
}
}

pm_artists_arts_academy_studio = {
Expand All @@ -419,7 +416,7 @@ pm_artists_arts_academy_studio = {
realism
}

unlocking_production_methods = {
pm_artists_arts_academy_standard
}
timed_modifiers = {
pm_artist_artistic_confusion_modifier
}
}
1 change: 1 addition & 0 deletions localization/english/1_update_l_english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@
### Artists ###

artists_patron_of_the_arts_modifier: "Patron of the Arts"
pm_artist_artistic_confusion_modifier: "Artistic Confusion"

elgar_void_composer_experience_gain_tt: "[SCOPE.sCharacter('elgar_travelling_composer_scope').GetFullName], gains [SCOPE.GetValue('xp_amount')|0+] reputation."

Expand Down

0 comments on commit d4f8600

Please sign in to comment.