Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
274 lines (273 sloc) 7.13 KB
[
{
"type" : "mapgen",
"om_terrain" : ["vein_maybe"],
"method": "json",
"weight": 188, "comment": "Absolutely nothing about 25 percent of the time, try again.",
"object": {
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"terrain": {
" ": "t_rock"
}
}
},
{
"type" : "mapgen",
"om_terrain" : ["vein_maybe"],
"method": "json",
"weight": 50, "comment": "Cassiterite vein.",
"object": {
"rows": [
" ",
" ",
" ",
" ",
" ",
" ? ",
" ?? ",
" ?? ",
" ??? ",
" ?##? ",
" ?##? ",
" ?##? ",
" ?#?? ",
" ???? ",
" ??? ",
" ? ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"terrain": {
" ": "t_rock",
"#": "t_rock_cassiterite",
"?": [ "t_rock", "t_rock_cassiterite" ]
}
}
},
{
"type" : "mapgen",
"om_terrain" : ["vein_maybe"],
"method": "json",
"weight": 100, "comment": "Native copper vein.",
"object": {
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ? ",
" ?? ",
" ?? ",
" ?#?? ",
" ?###? ",
" ??##? ",
" ??#?? ",
" ???? ",
" ?? ",
" ? ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"terrain": {
" ": "t_rock",
"#": "t_rock_copper",
"?": [ "t_rock", "t_rock_copper" ]
}
}
},
{
"type" : "mapgen",
"om_terrain" : ["vein_maybe"],
"method": "json",
"weight": 100, "comment": "Native silver vein.",
"object": {
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ?? ",
" ??? ",
" ?#?? ",
" ?##? ",
" ?##? ",
" ???? ",
" ??? ",
" ? ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"terrain": {
" ": "t_rock",
"#": "t_rock_silver",
"?": [ "t_rock", "t_rock_silver" ]
}
}
},
{
"type" : "mapgen",
"om_terrain" : ["vein_maybe"],
"method": "json",
"weight": 33, "comment": "Native gold vein.",
"object": {
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ?? ",
" ?#? ",
" ?#?? ",
" ?##? ",
" ???? ",
" ?? ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"terrain": {
" ": "t_rock",
"#": "t_rock_gold",
"?": [ "t_rock", "t_rock_gold" ]
}
}
},
{
"type" : "mapgen",
"om_terrain" : ["vein_maybe"],
"method": "json",
"weight": 133, "comment": "Galena vein.",
"object": {
"rows": [
" ",
" ",
" ",
" ",
" ",
" ? ",
" ?? ",
" ?? ",
" ??? ",
" ?##? ",
" ?##? ",
" ?##? ",
" ???? ",
" ? ",
" ? ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"terrain": {
" ": "t_rock",
"#": "t_rock_galena",
"?": [ "t_rock", "t_rock_galena" ]
}
}
},
{
"type" : "mapgen",
"om_terrain" : ["vein_maybe"],
"method": "json",
"weight": 150, "comment": "Hematite vein.",
"object": {
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ?? ",
" ??? ",
" ?##? ",
" ?##? ",
" ?##? ",
" ?##? ",
" ??? ",
" ? ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"terrain": {
" ": "t_rock",
"#": "t_rock_hematite",
"?": [ "t_rock", "t_rock_hematite" ]
}
}
}
]
You can’t perform that action at this time.