|
3 | 3 | using namespace OpenVic; |
4 | 4 | using namespace OpenVic::NodeTools; |
5 | 5 |
|
6 | | -CountryDefines::CountryDefines() |
7 | | - : nationalism_duration {}, |
8 | | - rebels_hold_capital_success_duration {}, // NOT USED |
9 | | - rebel_success_duration {}, |
10 | | - base_country_tax_efficiency {}, |
11 | | - base_country_admin_efficiency {}, |
12 | | - gold_to_cash_rate {}, |
13 | | - gold_to_worker_pay_rate {}, |
14 | | - great_power_rank {}, |
15 | | - lose_great_power_grace_days {}, |
16 | | - infamy_containment_limit {}, |
17 | | - max_bureaucracy_percentage {}, |
18 | | - bureaucracy_percentage_increment {}, |
19 | | - min_crimefight_percent {}, |
20 | | - max_crimefight_percent {}, |
21 | | - admin_efficiency_crimefight_percent {}, |
22 | | - conservative_increase_after_reform {}, |
23 | | - campaign_event_base_duration {}, |
24 | | - campaign_event_min_duration {}, // NOT USED |
25 | | - campaign_event_state_duration_modifier {}, // NOT USED |
26 | | - campaign_duration {}, |
27 | | - secondary_power_rank {}, |
28 | | - colony_to_state_prestige_gain {}, |
29 | | - colonial_liferating {}, |
30 | | - base_greatpower_daily_influence {}, |
31 | | - ai_support_reform {}, |
32 | | - base_monthly_diplopoints {}, |
33 | | - diplomat_travel_duration {}, |
34 | | - province_overseas_penalty {}, |
35 | | - noncore_tax_penalty {}, |
36 | | - base_tariff_efficiency {}, |
37 | | - colony_formed_prestige {}, |
38 | | - created_cb_valid_time {}, |
39 | | - loyalty_boost_on_party_win {}, |
40 | | - movement_radicalism_base {}, |
41 | | - movement_radicalism_passed_reform_effect {}, |
42 | | - movement_radicalism_nationalism_factor {}, |
43 | | - suppression_points_gain_base {}, |
44 | | - suppress_bureaucrat_factor {}, |
45 | | - wrong_reform_militancy_impact {}, |
46 | | - suppression_radicalisation_hit {}, |
47 | | - country_investment_industrial_score_factor {}, |
48 | | - unciv_tech_spread_max {}, |
49 | | - unciv_tech_spread_min {}, |
50 | | - min_delay_duration_between_reforms {}, |
51 | | - economic_reform_uh_factor {}, |
52 | | - military_reform_uh_factor {}, |
53 | | - wrong_reform_radical_impact {}, |
54 | | - tech_year_span {}, |
55 | | - tech_factor_vassal {}, |
56 | | - max_suppression {}, |
57 | | - prestige_hit_on_break_country {}, |
58 | | - min_mobilize_limit {}, |
59 | | - pop_growth_country_cache_days {}, |
60 | | - newspaper_printing_frequency {}, |
61 | | - newspaper_timeout_period {}, |
62 | | - newspaper_max_tension {}, |
63 | | - naval_base_supply_score_base {}, |
64 | | - naval_base_supply_score_empty {}, |
65 | | - naval_base_non_core_supply_score {}, |
66 | | - colonial_points_from_supply_factor {}, |
67 | | - colonial_points_for_non_core_base {}, |
68 | | - mobilization_speed_base {}, |
69 | | - mobilization_speed_rails_mult {}, |
70 | | - colonization_interest_lead {}, |
71 | | - colonization_influence_lead {}, |
72 | | - colonization_duration {}, |
73 | | - colonization_days_between_investment {}, |
74 | | - colonization_days_for_initial_investment {}, |
75 | | - colonization_protectorate_province_maintenance {}, |
76 | | - colonization_colony_province_maintenance {}, |
77 | | - colonization_colony_industry_maintenance {}, |
78 | | - colonization_colony_railway_maintenance {}, |
79 | | - colonization_interest_cost_initial {}, |
80 | | - colonization_interest_cost_neighbor_modifier {}, |
81 | | - colonization_interest_cost {}, |
82 | | - colonization_influence_cost {}, |
83 | | - colonization_extra_guard_cost {}, |
84 | | - colonization_release_dominion_cost {}, |
85 | | - colonization_create_state_cost {}, |
86 | | - colonization_create_protectorate_cost {}, |
87 | | - colonization_create_colony_cost {}, |
88 | | - colonization_colony_state_distance {}, |
89 | | - colonization_influence_temperature_per_day {}, |
90 | | - colonization_influence_temperature_per_level {}, |
91 | | - party_loyalty_hit_on_war_loss {}, |
92 | | - research_points_on_conquer_mult {}, |
93 | | - max_research_points {} {} |
| 6 | +CountryDefines::CountryDefines() {} |
94 | 7 |
|
95 | 8 | std::string_view CountryDefines::get_name() const { |
96 | 9 | return "country"; |
|
0 commit comments