Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
99 lines (98 sloc) 3.2 KB
[
{
"type" : "overmap_special",
"id" : "vein_forest_shallow",
"overmaps" : [
{ "point":[0,0,0], "overmap": "forest_vein"},
{ "point":[0,0,-1], "overmap": "vein_rock"}
],
"locations" : [ "forest" ],
"city_distance" : [5, -1],
"city_sizes" : [0, 12],
"occurrences" : [1, 10],
"rotate" : false,
"flags" : [ "CLASSIC" ]
},
{
"type" : "overmap_special",
"id" : "vein_field_shallow",
"overmaps" : [
{ "point":[0,0,0], "overmap": "field_shallow"},
{ "point":[0,0,-1], "overmap": "vein_rock"}
],
"locations" : [ "wilderness" ],
"city_distance" : [5, -1],
"city_sizes" : [0, 12],
"occurrences" : [1, 10],
"rotate" : false,
"flags" : [ "CLASSIC" ]
},
{
"type" : "overmap_special",
"id" : "vein_swamp_shallow",
"overmaps" : [
{ "point":[0,0,0], "overmap": "swamp_hematite"},
{ "point":[0,0,-1], "overmap": "vein_hematite"}
],
"locations" : [ "swamp" ],
"city_distance" : [5, -1],
"city_sizes" : [0, 12],
"occurrences" : [1, 10],
"rotate" : false,
"flags" : [ "CLASSIC" ]
},
{
"type" : "overmap_special",
"id" : "vein_forest_deep",
"overmaps" : [
{ "point":[0,0,0], "overmap": "forest_vein"},
{ "point":[0,0,-1], "overmap": "vein_maybe"},
{ "point":[0,0,-2], "overmap": "vein_maybe"},
{ "point":[0,0,-3], "overmap": "vein_maybe"},
{ "point":[0,0,-4], "overmap": "vein_maybe"},
{ "point":[0,0,-5], "overmap": "vein_maybe"}
],
"locations" : [ "forest" ],
"city_distance" : [5, -1],
"city_sizes" : [0, 12],
"occurrences" : [1, 10],
"rotate" : false,
"flags" : [ "CLASSIC" ]
},
{
"type" : "overmap_special",
"id" : "vein_field_deep",
"overmaps" : [
{ "point":[0,0,0], "overmap": "field_deep"},
{ "point":[0,0,-1], "overmap": "vein_maybe"},
{ "point":[0,0,-2], "overmap": "vein_maybe"},
{ "point":[0,0,-3], "overmap": "vein_maybe"},
{ "point":[0,0,-4], "overmap": "vein_maybe"},
{ "point":[0,0,-5], "overmap": "vein_maybe"}
],
"locations" : [ "wilderness" ],
"city_distance" : [5, -1],
"city_sizes" : [0, 12],
"occurrences" : [1, 10],
"rotate" : false,
"flags" : [ "CLASSIC" ]
},
{
"type" : "overmap_special",
"id" : "vein_swamp_deep",
"overmaps" : [
{ "point":[0,0,0], "overmap": "swamp_vein"},
{ "point":[0,0,-1], "overmap": "empty_rock"},
{ "point":[0,0,-2], "overmap": "vein_maybe"},
{ "point":[0,0,-3], "overmap": "vein_maybe"},
{ "point":[0,0,-4], "overmap": "vein_maybe"},
{ "point":[0,0,-5], "overmap": "vein_maybe"}
],
"locations" : [ "swamp" ],
"city_distance" : [5, -1],
"city_sizes" : [0, 12],
"occurrences" : [1, 10],
"rotate" : false,
"flags" : [ "CLASSIC" ]
}
]
You can’t perform that action at this time.