Skip to content

Commit

Permalink
Expose country war exhaustion
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Jun 5, 2024
1 parent b1b74b1 commit aa8998a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,8 @@ pub struct Country {
#[jomini(default)]
pub total_war_worth: u32,
#[jomini(default)]
pub war_exhaustion: f32,
#[jomini(default)]
pub army_tradition: f32,
#[jomini(default)]
pub navy_tradition: f32,
Expand Down

0 comments on commit aa8998a

Please sign in to comment.