WS30: Add missing materials and landclass mapping
This commit is contained in:
parent
efc8ecee77
commit
88209b1eb9
2 changed files with 14 additions and 1 deletions
|
@ -227,48 +227,56 @@
|
||||||
<description>422 - Salines</description>
|
<description>422 - Salines</description>
|
||||||
<landclass>38</landclass>
|
<landclass>38</landclass>
|
||||||
<material-name>Saline</material-name>
|
<material-name>Saline</material-name>
|
||||||
|
<water>true</water>
|
||||||
</map>
|
</map>
|
||||||
|
|
||||||
<map>
|
<map>
|
||||||
<description>423 - Intertidal flats</description>
|
<description>423 - Intertidal flats</description>
|
||||||
<landclass>39</landclass>
|
<landclass>39</landclass>
|
||||||
<material-name>Littoral</material-name>
|
<material-name>Littoral</material-name>
|
||||||
|
<water>true</water>
|
||||||
</map>
|
</map>
|
||||||
|
|
||||||
<map>
|
<map>
|
||||||
<description>511 - Water courses</description>
|
<description>511 - Water courses</description>
|
||||||
<landclass>40</landclass>
|
<landclass>40</landclass>
|
||||||
<material-name>Watercourse</material-name>
|
<material-name>Watercourse</material-name>
|
||||||
|
<water>true</water>
|
||||||
</map>
|
</map>
|
||||||
|
|
||||||
<map>
|
<map>
|
||||||
<description>512 - Water bodies</description>
|
<description>512 - Water bodies</description>
|
||||||
<landclass>41</landclass>
|
<landclass>41</landclass>
|
||||||
<material-name>Lake</material-name>
|
<material-name>Lake</material-name>
|
||||||
|
<water>true</water>
|
||||||
</map>
|
</map>
|
||||||
|
|
||||||
<map>
|
<map>
|
||||||
<description>521 - Coastal lagoons</description>
|
<description>521 - Coastal lagoons</description>
|
||||||
<landclass>42</landclass>
|
<landclass>42</landclass>
|
||||||
<material-name>Lagoon</material-name>
|
<material-name>Lagoon</material-name>
|
||||||
|
<water>true</water>
|
||||||
</map>
|
</map>
|
||||||
|
|
||||||
<map>
|
<map>
|
||||||
<description>522 - Estuaries</description>
|
<description>522 - Estuaries</description>
|
||||||
<landclass>43</landclass>
|
<landclass>43</landclass>
|
||||||
<material-name>Estuary</material-name>
|
<material-name>Estuary</material-name>
|
||||||
|
<water>true</water>
|
||||||
</map>
|
</map>
|
||||||
|
|
||||||
<map>
|
<map>
|
||||||
<description>523 - Sea and ocean</description>
|
<description>523 - Sea and ocean</description>
|
||||||
<landclass>44</landclass>
|
<landclass>44</landclass>
|
||||||
<material-name>Ocean</material-name>
|
<material-name>Ocean</material-name>
|
||||||
|
<water>true</water>
|
||||||
</map>
|
</map>
|
||||||
|
|
||||||
<map>
|
<map>
|
||||||
<description>999 - NODATA</description>
|
<description>999 - NODATA</description>
|
||||||
<landclass>48</landclass>
|
<landclass>48</landclass>
|
||||||
<material-name>Ocean</material-name>
|
<material-name>Ocean</material-name>
|
||||||
|
<water>true</water>
|
||||||
</map>
|
</map>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
|
|
||||||
<material n="3000">
|
<material n="3000">
|
||||||
<name>ws30</name>
|
<name>ws30land</name>
|
||||||
<effect>Effects/ws30</effect>
|
<effect>Effects/ws30</effect>
|
||||||
<xsize>2000</xsize>
|
<xsize>2000</xsize>
|
||||||
<ysize>2000</ysize>
|
<ysize>2000</ysize>
|
||||||
|
@ -37,6 +37,11 @@
|
||||||
<load-resistance>1e30</load-resistance>
|
<load-resistance>1e30</load-resistance>
|
||||||
</material>
|
</material>
|
||||||
|
|
||||||
|
<material n="3001">
|
||||||
|
<name>ws30water</name>
|
||||||
|
<effect>Effects/ws30water</effect>
|
||||||
|
</material>
|
||||||
|
|
||||||
|
|
||||||
<!-- Signage -->
|
<!-- Signage -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue