D15BiomeSet
This object represents a set of (15) Long Shade biomes
Structure
- Fields
[Array]
start
>UTC Timestamp (seconds)
- Time at which this rotation startsend
>UTC Timestamp (seconds)
- Time at which this rotation endsfirst_biome
>D15Biome
- First biome in the rotationsecond_biome
>D15Biome
- Second biome in the rotationthird_biome
>D15Biome
- Third biome in the rotationis_current
>Boolean
- Calculated price for each item based onprice
andstack
Example
[
1722704400,
1722715200,
{
"biome": "Medieval Highlands",
"caves": 0,
"farm": 0,
"final_name": "Medieval Highlands",
"icon": "forest",
"name": "Frigga's Fjord"
},
{
"biome": "Fae Forest",
"caves": 1,
"farm": 1,
"final_name": "Fae Forest",
"icon": "fae",
"name": "Spellbound Thicket"
},
{
"biome": "Candoria",
"caves": 0,
"farm": 0,
"final_name": "Candoria",
"icon": "candy",
"name": "Cocoa Craters"
},
true
]