Description:
Add business type.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -1347,12 +1347,14 | |||
|
1347 | 1347 | "establish_year": ["1893", "1901", "1788", "1822"], |
|
1348 | 1348 | "company_ending": ["LLC", "Inc.", "Corporation"], |
|
1349 | 1349 | "family_company": ["#surname# Brothers", "#surname# and Sons", "#surname# and Progeny", "#surname# Siblings"], |
|
1350 | "coop_company": ["#tree_species_common# Cooperative", "#town_name_adjectives# #town_name_endings# Forestry Collective"], | |
|
1350 | 1351 | "logging_company": ["#family_company#", "#family_company#", "#surname# Logging", "#town_name_adjectives# #town_name_endings# #company_ending#", |
|
1351 | 1352 | "#tree_species_common# forestry #company_ending#", "the #tree_species_common# forestry company "], |
|
1352 | 1353 | "large_company": ["#town_name_adjectives# #town_name_endings# #company_ending#", |
|
1353 | 1354 | "#tree_species_common# forestry #company_ending#", "the #tree_species_common# forestry company "], |
|
1354 | 1355 | "company_description": ["Loggers since #establish_year#", "Dedicated to our community, workers, and environment."], |
|
1355 | 1356 | "family_company_description": ["Family loggers since #establish_year#", "Family owned and dedicated to our community, workers, and environment."], |
|
1357 | "coop_company_description": ["Worked-owned and -operated since #establish_year#", "Worker-owned emphasizing equiltable, sustainable logging."], | |
|
1356 | 1358 | "large_company_description": ["Dedicated to our community, workers, and environment.", "Founded in #establish_year#", "Est. #establish_year#"], |
|
1357 | 1359 | "vars": "assistantName = #assistantName# \n whatever = #whatever#", |
|
1358 | 1360 | "test": "test", |
@@ -268,6 +268,9 | |||
|
268 | 268 | name = "#large_company.capitalizeAll#", |
|
269 | 269 | description = "#large_company_description#" }); |
|
270 | 270 | } |
|
271 | WorldBuilder.SendMessage(new SpawnOrganizationtMessage { offersContracts = true, | |
|
272 | name = "#coop_company.capitalizeAll#", | |
|
273 | description = "#coop_company_description#" }); | |
|
271 | 274 | WorldBuilder.SendMessage(new SpawnContractMessage |
|
272 | 275 | { |
|
273 | 276 | squares = squares, |
You need to be logged in to leave comments.
Login now