D15Biome
This object represents a (15) Long Shade biome
Structure
- Fields
biome
>String
- Name of general biomecaves
>Integer
- Rating of cave quality/quantity (more is better)farm
>Integer
- Rating of how farmable the biome is (more is better)final_name
>String
- Display name of biomeicon
>String
- Name of icon (used internally on my website)name
>String
- Name of subbiome
Example
{
"biome": "Candoria",
"caves": 0,
"farm": 0,
"final_name": "Candoria",
"icon": "candy",
"name": "Cocoa Craters"
}