Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor: Add some missing terrain groupings #6647

Merged
merged 2 commits into from
May 1, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Sceptre of Fire
* S9: Allow Grypon Riders to complete the scenario (issue #6332)
### Editor
* Added some missing terrain groupings (issue #6643)
### Multiplayer
### Lua API
### Packaging
Expand Down
6 changes: 3 additions & 3 deletions data/core/terrain.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
editor_name= _ "Desert Cobbles"
string=Rrd
aliasof=Gt
editor_group=flat
editor_group=flat, desert
[/terrain_type]

[terrain_type]
Expand Down Expand Up @@ -407,7 +407,7 @@ Most units receive 20 to 40% defense in sand."
editor_name= _ "Snowbits"
string=^Esa
aliasof=_bas
editor_group=embellishments
editor_group=embellishments, frozen
[/terrain_type]

[terrain_type]
Expand Down Expand Up @@ -2165,7 +2165,7 @@ Merfolk and nagas have 60% defense in submerged villages, whereas land based uni
aliasof=Ct
unit_height_adjust=3
recruit_onto=yes
editor_group=castle
editor_group=castle, frozen
[/terrain_type]

[terrain_type]
Expand Down