mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-24 06:26:25 +02:00
Add volcano icon collection.
This commit is contained in:
parent
e4e2dffcd3
commit
6cb3ec1ec0
1 changed files with 6 additions and 6 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue