Skip to content

Commit

Permalink
Corrected and added a couple of phase variants
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Jun 30, 2023
1 parent 58f5997 commit adb344a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 7 deletions.
38 changes: 32 additions & 6 deletions data/json/overmap/overmap_mutable/crater.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,10 @@
"max": 1
},
{
"name": "crater_adjacent_gap",
"name": "crater_diagonal_gap",
"chunk": [
{ "overmap": "core_large", "pos": [ 0, 0, 0 ] },
{ "overmap": "crater_to_crater_n", "pos": [ -1, 0, 10 ] },
{ "overmap": "crater", "pos": [ -1, -1, 0 ] },
{ "overmap": "crater_to_crater_n", "pos": [ -1, -1, 10 ] },
{ "overmap": "crater", "pos": [ 0, -1, 0 ] },
{ "overmap": "crater", "pos": [ 1, -1, 0 ] },
{ "overmap": "crater", "pos": [ -1, 0, 0 ] },
Expand All @@ -94,11 +93,10 @@
"max": 1
},
{
"name": "crater_adjacent_gap_small",
"name": "crater_diagonal_gap_small",
"chunk": [
{ "overmap": "core_small", "pos": [ 0, 0, 0 ] },
{ "overmap": "crater_to_crater_n", "pos": [ -1, 0, 10 ] },
{ "overmap": "crater", "pos": [ 0, -1, 0 ] },
{ "overmap": "crater_to_crater_n", "pos": [ -1, -1, 10 ] },
{ "overmap": "crater", "pos": [ -1, 0, 0 ] },
{ "overmap": "crater", "pos": [ 1, 0, 0 ] },
{ "overmap": "crater", "pos": [ 0, 1, 0 ] }
Expand Down Expand Up @@ -130,6 +128,34 @@
{ "overmap": "crater", "pos": [ 0, 1, 0 ] }
],
"max": 1
},
{
"name": "crater_adjacent_gap",
"chunk": [
{ "overmap": "core_large", "pos": [ 0, 0, 0 ] },
{ "overmap": "crater_to_crater_n", "pos": [ 0, -1, 10 ] },
{ "overmap": "crater", "pos": [ -1, -1, 0 ] },
{ "overmap": "crater", "pos": [ 0, -1, 0 ] },
{ "overmap": "crater", "pos": [ 1, -1, 0 ] },
{ "overmap": "crater", "pos": [ -1, 0, 0 ] },
{ "overmap": "crater", "pos": [ 1, 0, 0 ] },
{ "overmap": "crater", "pos": [ -1, 1, 0 ] },
{ "overmap": "crater", "pos": [ 0, 1, 0 ] },
{ "overmap": "crater", "pos": [ 1, 1, 0 ] }
],
"max": 1
},
{
"name": "crater_adjacent_gap_small",
"chunk": [
{ "overmap": "core_small", "pos": [ 0, 0, 0 ] },
{ "overmap": "crater_to_crater_n", "pos": [ 0, -1, 10 ] },
{ "overmap": "crater", "pos": [ 0, -1, 0 ] },
{ "overmap": "crater", "pos": [ -1, 0, 0 ] },
{ "overmap": "crater", "pos": [ 1, 0, 0 ] },
{ "overmap": "crater", "pos": [ 0, 1, 0 ] }
],
"max": 1
}
],
[ { "overmap": "cleanup", "weight": 1 } ]
Expand Down
2 changes: 1 addition & 1 deletion data/json/overmap/overmap_terrain/overmap_terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
},
{
"type": "overmap_terrain",
"id": [ "crater_core_large", "crater_core_small"],
"id": [ "crater_core_large", "crater_core_small" ],
"sym": "O",
"copy-from": "crater"
},
Expand Down

0 comments on commit adb344a

Please sign in to comment.