diff --git a/isometric-park-fna/Content/grammar.json b/isometric-park-fna/Content/grammar.json --- a/isometric-park-fna/Content/grammar.json +++ b/isometric-park-fna/Content/grammar.json @@ -1347,12 +1347,14 @@ "establish_year": ["1893", "1901", "1788", "1822"], "company_ending": ["LLC", "Inc.", "Corporation"], "family_company": ["#surname# Brothers", "#surname# and Sons", "#surname# and Progeny", "#surname# Siblings"], + "coop_company": ["#tree_species_common# Cooperative", "#town_name_adjectives# #town_name_endings# Forestry Collective"], "logging_company": ["#family_company#", "#family_company#", "#surname# Logging", "#town_name_adjectives# #town_name_endings# #company_ending#", "#tree_species_common# forestry #company_ending#", "the #tree_species_common# forestry company "], "large_company": ["#town_name_adjectives# #town_name_endings# #company_ending#", "#tree_species_common# forestry #company_ending#", "the #tree_species_common# forestry company "], "company_description": ["Loggers since #establish_year#", "Dedicated to our community, workers, and environment."], "family_company_description": ["Family loggers since #establish_year#", "Family owned and dedicated to our community, workers, and environment."], + "coop_company_description": ["Worked-owned and -operated since #establish_year#", "Worker-owned emphasizing equiltable, sustainable logging."], "large_company_description": ["Dedicated to our community, workers, and environment.", "Founded in #establish_year#", "Est. #establish_year#"], "vars": "assistantName = #assistantName# \n whatever = #whatever#", "test": "test", diff --git a/isometric-park-fna/FNAGame.cs b/isometric-park-fna/FNAGame.cs --- a/isometric-park-fna/FNAGame.cs +++ b/isometric-park-fna/FNAGame.cs @@ -268,6 +268,9 @@ name = "#large_company.capitalizeAll#", description = "#large_company_description#" }); } + WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true, + name = "#coop_company.capitalizeAll#", + description = "#coop_company_description#" }); WorldBuilder.SendMessage(new SpawnContractMessage { squares = squares,