tycoon_economy_config
Type: misc entry
Exact entry ID: tycoon_economy_config
Role
This TypeWriter entry is registered in code with the exact display name Tycoon economic rules: space, overcrowding, happiness, prestige.
Verified fields
| Exact field | Type | Field guidance |
|---|---|---|
baseSpaceCapacity | Int | Space capacity a player starts with, before any level bonus. |
spacePerZooLevel | Int | Extra space capacity granted per level of the zoo profession. |
zooProfessionId | String | RPGCore profession id whose level drives the space capacity. Empty (or RPGCore absent) pins the level to 1. |
maxPlacedPerSpecies | Int | How many individuals of the SAME species may stand in the zoo at once. |
overcrowding | OvercrowdingConfig | Overcrowding: a happiness malus past a share of the capacity. |
biomeAffinityEnabled | Boolean | Biome affinity multipliers. Off by default — kept for a future themed island. |
offlineCatchup | OfflineCatchupConfig | Offline catch-up: capped so a long absence never pays like continuous play. |
happiness | HappinessConfig | Happiness rules. 0–100, multiplies revenue; overcrowding is its only negative source. |
maxAnimalLevel | Int | Maximum level an animal can reach before it may be prestiged. |
maxPrestige | Int | Maximum number of times one animal can be prestiged. |
prestigeRevenueBonus | Double | Permanent revenue bonus per prestige of that animal (0.1 = +10%, so x2 at prestige 10). |
xpCurve | List<Int> | XP needed to reach the next level, index 0 = level 1 -> 2. Shorter lists repeat the last value. |
xpPerZooTick | Int | XP granted per revenue tick to each animal standing in the zoo. |
xpPerFeed | Int | XP granted when an animal is fed. |
In practice
Start with the required fields, save the TypeWriter page, and test this entry in the context that triggers it. Select dynamic values and references from the web interface when a selector is available.
Common issue
If tycoon_economy_config is not available, check the installed extension version, the selected TypeWriter category, the exact identifier, and the extension dependencies. An entry from a Soon extension must not be used as an available feature.
Technical reference
| Source module | Source file |
|---|---|
TypeWriter-TycoonExtension | TycoonEconomyConfigEntry.kt |