Add reign initizalization

This commit is contained in:
Andrew Cooper
2022-10-22 15:46:44 +11:00
parent 9b471073b0
commit da0f2d13ab
14 changed files with 140 additions and 6 deletions

View File

@@ -7,9 +7,17 @@ internal static class Resource
{
public static Stream Title => GetStream();
public static string Instructions_Prompt => GetString();
public static string Instructions_Text(int years) => string.Format(GetString(), years);
public static string InstructionsPrompt => GetString();
public static string InstructionsText(int years) => string.Format(GetString(), years);
public static string SavedYearsPrompt => GetString();
public static string SavedYearsError(int years) => string.Format(GetString(), years);
public static string SavedTreasuryPrompt => GetString();
public static string SavedCountrymenPrompt => GetString();
public static string SavedWorkersPrompt => GetString();
public static string SavedLandPrompt => GetString();
public static string SavedLandError => GetString();
internal static class Formats
{
public static string Player => GetString();

View File

@@ -0,0 +1 @@
How many countrymen

View File

@@ -0,0 +1,2 @@
Come on, you started with 1000 sq. miles of farm land
and 10,000 sq. miles of forest land

View File

@@ -0,0 +1 @@
How many square miles of land

View File

@@ -0,0 +1 @@
How much did you have in the treasury

View File

@@ -0,0 +1 @@
How many workers

View File

@@ -0,0 +1 @@
Come on, your term in office is only {0} years.

View File

@@ -0,0 +1 @@
How many years had you been in office when interrupted