
GebäudeIn dieser Version geändert
Spinnerzunft
Die Herstellung verschiedener Stoffe ist oft ein Grundpfeiler der Wirtschaft eines Reichs. Die Spinnerzunft (zu der auch Färber, Weber und Tuchwalker gehören) sorgt für eine stetige Versorgung und legt Standards fest, um Qualität und Menge zu sichern.
Produktionsmethoden 3
Definitionin_game/common/building_types/production_cloth.txt:1
2is_foreign = no
4max_levels = cloth_guild_max_level
5startup_ramp_target = guild_startup_ramp_target
9employment_size = guild_employment
12town = yes
13city = yes
14megalopolis = yes
18build_time = guild_build_time
20unique_production_methods = {
21cotton_cloth_guild_maintenance = {
22cotton = 0.8333
24produced = cloth
25output = 1
27debug_max_profit = guild_profit_margin
28category = guild_input
}
31wool_cloth_guild_maintenance = {
32wool = 1.0
34produced = cloth
35output = 1
37debug_max_profit = guild_profit_margin
38category = guild_input
}
41fiber_crops_cloth_guild_maintenance = {
42fiber_crops = 1.0
44produced = cloth
45output = 0.8
47debug_max_profit = guild_profit_margin
48category = guild_input
}
}
55custom_tags = {
guild
}
56modifier = {
}