You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a rare feature that only appears on top of hills, and so far it's not working. The feature either doesn't appear at all or it replaces the hill instead of being on top of it.
Steps to Reproduce
Here are the two ways I've tried to add the rare feature:
MapGenerator.kt#L605-L606 - the second line is geared to allow hills, but hills can't satisfy the first line looking for baseTerrain1, so you'll need to include both all candidate baseTerrains and Hills in occursOn to have a chance... Explains Feature 1.
Is there an existing issue for this?
Game Version
4.15.19
Describe the bug
I'm trying to create a rare feature that only appears on top of hills, and so far it's not working. The feature either doesn't appear at all or it replaces the hill instead of being on top of it.
Steps to Reproduce
Here are the two ways I've tried to add the rare feature:
{ "name": "Feature 1", "type": "TerrainFeature", "movementCost": 1, "occursOn": ["Hill"], "uniques": ["Rare feature"] }
{ "name": "Feature 2", "type": "TerrainFeature", "movementCost": 1, "occursOn": ["Tundra","Plains","Grassland","Desert","Snow","Hill"], "uniques": ["Rare feature", "Doesn't generate naturally <in tiles without [Hill]>"] }
Feature 1 never shows up. Feature 2 shows up next to Hill tiles but not on top of them.
Screenshots
No response
Link to save file
No response
Operating System
Linux
Additional Information
No response
The text was updated successfully, but these errors were encountered: