1
0
Fork 0

WS30: Add missing materials and landclass mapping

This commit is contained in:
Stuart Buchanan 2021-03-22 15:27:41 +00:00
parent efc8ecee77
commit 88209b1eb9
2 changed files with 14 additions and 1 deletions

View file

@ -227,48 +227,56 @@
<description>422 - Salines</description>
<landclass>38</landclass>
<material-name>Saline</material-name>
<water>true</water>
</map>
<map>
<description>423 - Intertidal flats</description>
<landclass>39</landclass>
<material-name>Littoral</material-name>
<water>true</water>
</map>
<map>
<description>511 - Water courses</description>
<landclass>40</landclass>
<material-name>Watercourse</material-name>
<water>true</water>
</map>
<map>
<description>512 - Water bodies</description>
<landclass>41</landclass>
<material-name>Lake</material-name>
<water>true</water>
</map>
<map>
<description>521 - Coastal lagoons</description>
<landclass>42</landclass>
<material-name>Lagoon</material-name>
<water>true</water>
</map>
<map>
<description>522 - Estuaries</description>
<landclass>43</landclass>
<material-name>Estuary</material-name>
<water>true</water>
</map>
<map>
<description>523 - Sea and ocean</description>
<landclass>44</landclass>
<material-name>Ocean</material-name>
<water>true</water>
</map>
<map>
<description>999 - NODATA</description>
<landclass>48</landclass>
<material-name>Ocean</material-name>
<water>true</water>
</map>
</PropertyList>

View file

@ -12,7 +12,7 @@
<PropertyList>
<material n="3000">
<name>ws30</name>
<name>ws30land</name>
<effect>Effects/ws30</effect>
<xsize>2000</xsize>
<ysize>2000</ysize>
@ -37,6 +37,11 @@
<load-resistance>1e30</load-resistance>
</material>
<material n="3001">
<name>ws30water</name>
<effect>Effects/ws30water</effect>
</material>
<!-- Signage -->