*sigh* they aren't similar at all... are you sure you're actually looking at the files?
The following are all "generic"...
One is mountainous....
Code: xml
- <StampType InternalName="S_Generic_Small_01">
- <DisplayName>S_Generic_Small_01</DisplayName>
- <IsCore>0</IsCore>
- <Frequency>4</Frequency>
- <Style>Generic</Style>
- <Style>Mountains</Style>
- <Style>Rugged</Style>
- <Style>Fertile</Style>
- <Style>Forests</Style>
- <Rules>65537</Rules>
- <TileWidth>19</TileWidth>
- <TileHeight>19</TileHeight>
One is a forest...
Code: xml
- <StampType InternalName="S_Generic_Small_05">
- <DisplayName>S_Generic_Small_05</DisplayName>
- <IsCore>0</IsCore>
- <Frequency>1</Frequency>
- <Style>Generic</Style>
- <Style>Fertile</Style>
- <Style>Forests</Style>
- <Rules>65537</Rules>
- <TileWidth>19</TileWidth>
- <TileHeight>19</TileHeight>
One is a bit of everything...
Code: xml
- <StampType InternalName="S_Generic_Small_07">
- <DisplayName>S_Generic_Small_07</DisplayName>
- <IsCore>0</IsCore>
- <Frequency>4</Frequency>
- <Style>Mountains</Style>
- <Style>Desert</Style>
- <Style>Chasms</Style>
- <Style>Generic</Style>
- <Style>Fertile</Style>
- <Style>Forests</Style>
- <Style>Desert</Style>
- <Rules>65537</Rules>
- <TileWidth>19</TileWidth>
- <TileHeight>19</TileHeight>
One is a desert...
Code: xml
- <StampType InternalName="S_Generic_Small_12">
- <DisplayName>S_Generic_Small_12</DisplayName>
- <IsCore>0</IsCore>
- <Frequency>1</Frequency>
- <Style>Generic</Style>
- <Style>Desert</Style>
- <Style>Fertile</Style>
- <Rules>65537</Rules>
- <TileWidth>19</TileWidth>
- <TileHeight>19</TileHeight>
Where are you seeing these as being the same?