Event
Custom and Tax Privileges

The Free Imperial City of Free City In Debt Target is struggling under its own weight, barely making enough money to keep itself away from the dreaded hole that is bankruptcy. Once the economy of Free City In Debt Target inevitably crumbles under the weight of the issues they created themselves, it will be damaging not only to their reputation, but also to the reputation and legitimacy of the Empire itself. We could try helping them by granting them some custom and tax privileges that, if handled correctly, will alleviate their financial difficulties.
Holy Roman EmpireInternational Organizationimmediate, trigger
Free Imperial CitySpecial Statusimmediate, triggerDefinitionin_game/events/free_cities.txt:356
357type = country_event
358title = free_cities.8.title Custom and Tax Privileges
359desc = free_cities.8.desc The Free Imperial City of Free City In Debt Target is struggling under its own weight, barely making enough money to keep itself away from the dreaded hole that is bankruptcy. Once the economy of Free City In Debt Target inevitably crumbles under the weight of the issues they created themselves, it will be damaging not only to their reputation, but also to the reputation and legitimacy of the Empire itself. We could try helping them by granting them some custom and tax privileges that, if handled correctly, will alleviate their financial difficulties.
360outcome = neutral
362illustration_tags = {
36310 = regular
36410 = interior
}
367trigger = {
369has_ruler = yes
370any_known_country = {
}
377root = {
378opinion = {
379target = prev
380value >= 0
}
}
383num_loans >= 3
384has_ruler = yes
385NOT = {
386gold >= 25.00
}
}
}
391immediate = {
}
393hidden_effect = {
394random_known_country = {
395limit = {
}
402root = {
403opinion = {
404target = prev
405value >= 0
}
}
408num_loans >= 3
409NOT = {
410gold >= 25.00
}
}
413save_scope_as = free_city_in_debt_target
414ruler = {
414save_scope_as = target_ruler
}
}
}
}