1
0
Fork 0

Sand airport keep for Barra (EGPR)

This commit is contained in:
Keith Paterson 2019-03-03 16:17:46 +01:00
parent 16e8721e48
commit b05c60262f
2 changed files with 49 additions and 0 deletions

View file

@ -67,6 +67,7 @@
<region include="Materials/regions/europe-winter.xml"/>
<region include="Materials/regions/scandinavia.xml"/>
<region include="Materials/regions/united_kingdom.xml"/>
<region include="Materials/regions/united_kingdom_barra.xml"/>
<region include="Materials/regions/ireland.xml"/>
<region include="Materials/regions/iceland.xml"/>
<region include="Materials/regions/norway.xml"/>

View file

@ -0,0 +1,48 @@
<?xml version="1.0"?>
<!-- Regional definitions for the United Kingdom -->
<PropertyList>
<name>United Kingdom Barra</name>
<area>
<lon1>-7.5</lon1>
<lon2>-7.3</lon2>
<lat1>57.2</lat1>
<lat2>57.3</lat2>
</area>
<condition>
<equals>
<property>sim/startup/season</property>
<value>summer</value>
</equals>
</condition>
<material>
<name>Grass</name>
<name>Airport</name>
<name>AirportKeep</name>
<name>Greenspace</name>
<texture-set>
<texture>Terrain/sand4.png</texture>
<texture n="11">Terrain/sand_hires.png</texture>
</texture-set>
<texture-set>
<texture>Terrain/sand5.png</texture>
<texture n="11">Terrain/sand_hires.png</texture>
</texture-set>
<texture-set>
<texture>Terrain/sand6.png</texture>
<texture n="11">Terrain/sand_hires.png</texture>
</texture-set>
<!--<texture>Terrain/sand4.png</texture>
<texture>Terrain/sand5.png</texture>
<texture>Terrain/sand6.png</texture>-->
<xsize>2000</xsize>
<ysize>2000</ysize>
<light-coverage>10000000.0</light-coverage>
<shininess>2.5</shininess>
<rolling-friction>0.1</rolling-friction>
<friction-factor>0.7</friction-factor>
<bumpiness>0.1</bumpiness>
</material>
</PropertyList>