Add volcano icon collection.

This commit is contained in:
Sergey Vartanov 2021-11-25 23:50:22 +03:00
parent e4e2dffcd3
commit 6cb3ec1ec0

View file

@ -36,12 +36,12 @@ collections = [
[""] + tower_type_values, [""] + tower_type_values,
), ),
Collection( Collection(
"Tag:man_made=mast", "Tag:natural=volcano",
{"man_made": "mast"}, {"natural": "volcano"},
"tower:construction", "volcano:type",
["freestanding", "lattice", "guyed_tube", "guyed_lattice"], ["stratovolcano", "shield", "scoria"],
"tower:type", "volcano:status",
[""] + tower_type_values, ["active", "dormant", "extinct"],
), ),
Collection( Collection(
"Tag:tower:construction=guyed_tube", "Tag:tower:construction=guyed_tube",