mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
Savannah region colorized
This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
"name": "Savanna Acacia Denmyre",
|
||||
"derivative": "DESERT",
|
||||
"vanillaDerivative": "SAVANNA",
|
||||
"customDerivitives": [
|
||||
{
|
||||
"id": "savdenmyre",
|
||||
"grassColor": "#A2B33C",
|
||||
"foliageColor": "#D6A513",
|
||||
"waterColor": "#8DFFE8",
|
||||
"downfallType": "none"
|
||||
}
|
||||
],
|
||||
"generators": [{
|
||||
"min": 4,
|
||||
"max": 7,
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
"name": "Savanna Beach",
|
||||
"derivative": "SAVANNA",
|
||||
"vanillaDerivative": "SAVANNA",
|
||||
"customDerivitives": [
|
||||
{
|
||||
"id": "savbeach",
|
||||
"grassColor": "#A2B33C",
|
||||
"foliageColor": "#D6A513",
|
||||
"waterColor": "#8DFFE8",
|
||||
"downfallType": "none"
|
||||
}
|
||||
],
|
||||
"generators": [{
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
"derivative": "SAVANNA",
|
||||
"vanillaDerivative": "SAVANNA",
|
||||
"children": ["savanna/sav-acacia-denmyre"],
|
||||
"customDerivitives": [
|
||||
{
|
||||
"id": "savcliff",
|
||||
"grassColor": "#B1B33C",
|
||||
"foliageColor": "#D6A513",
|
||||
"waterColor": "#8DFFE8",
|
||||
"downfallType": "none"
|
||||
}
|
||||
],
|
||||
"generators": [{
|
||||
"min": 9,
|
||||
"max": 28,
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
"name": "Savanna Forest",
|
||||
"derivative": "SAVANNA",
|
||||
"vanillaDerivative": "SAVANNA",
|
||||
"customDerivitives": [
|
||||
{
|
||||
"id": "savforest",
|
||||
"grassColor": "#CACC45",
|
||||
"foliageColor": "#D6A513",
|
||||
"waterColor": "#8DFFE8",
|
||||
"downfallType": "none"
|
||||
}
|
||||
],
|
||||
"generators": [{
|
||||
"min": 7,
|
||||
"max": 10,
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
"name": "Savanna Plateau",
|
||||
"derivative": "SAVANNA_PLATEAU",
|
||||
"vanillaDerivative": "SAVANNA",
|
||||
"customDerivitives": [
|
||||
{
|
||||
"id": "savplateau",
|
||||
"grassColor": "#CACC45",
|
||||
"foliageColor": "#D6A513",
|
||||
"waterColor": "#8DFFE8",
|
||||
"downfallType": "none"
|
||||
}
|
||||
],
|
||||
"generators": [{
|
||||
"min": 13,
|
||||
"max": 26,
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
"derivative": "SAVANNA",
|
||||
"vanillaDerivative": "SAVANNA",
|
||||
"children": ["savanna/sav-cliff"],
|
||||
"customDerivitives": [
|
||||
{
|
||||
"id": "savsavanna",
|
||||
"grassColor": "#CCB845",
|
||||
"foliageColor": "#D6A513",
|
||||
"waterColor": "#8DFFE8",
|
||||
"downfallType": "none"
|
||||
}
|
||||
],
|
||||
"generators": [
|
||||
{
|
||||
"min": 7,
|
||||
|
||||
Reference in New Issue
Block a user