9
0
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:
Brian Fopiano
2021-07-14 22:32:45 -07:00
parent 3d7a112317
commit dabe4d9b6d
6 changed files with 54 additions and 0 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,