Skip to content

Commit

Permalink
Added possible trigger to air recon
Browse files Browse the repository at this point in the history
  • Loading branch information
LordR19 committed Jan 1, 2024
1 parent 63294f4 commit a61ad3e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog Ferrari
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Fixes
- Switzerland no longer accidently becomes German.
- You will no longer get invinite Academics if you do not close the new academic event.
- It is no longer possible to use various advanced weapons at the same time, you have to decide for one.
- Air recon is mostly mutually exclusive now.

Quality of Life
- Added a notification that informs you when you get progress to a technology from an engineers research project.
Expand Down
18 changes: 18 additions & 0 deletions common/mobilization_options/mr_mobilization_option.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ mobilization_option_ballon_recon = {
unlocking_technologies = {
curtiss_reconnaissance_balloon_tech
}

possible = {
scope:military_formation = {
NOR = {
has_mobilization_option = mobilization_option:mobilization_option_aerial_recon
has_mobilization_option = mobilization_option:mobilization_option_zeppelin_recon
}
}
}

on_activate_while_mobilized = {
custom_tooltip = {
Expand Down Expand Up @@ -100,6 +109,15 @@ mobilization_option_zeppelin_recon = {
unlocking_technologies = {
zeppelins
}

possible = {
scope:military_formation = {
NOR = {
has_mobilization_option = mobilization_option:mobilization_option_aerial_recon
has_mobilization_option = mobilization_option:mobilization_option_ballon_recon
}
}
}

on_activate_while_mobilized = {
custom_tooltip = {
Expand Down

0 comments on commit a61ad3e

Please sign in to comment.