35 lines
600 B
JSON
35 lines
600 B
JSON
{
|
|
"slots": 5,
|
|
"dwellSeconds": 120,
|
|
"crossfadeSeconds": 3,
|
|
"order": "weighted",
|
|
"include": {
|
|
"colors": [],
|
|
"rarities": [],
|
|
"ids": []
|
|
},
|
|
"behaviors": {
|
|
"staticChance": 0.5,
|
|
"wanderRadius": 60,
|
|
"wanderSpeed": 0.15,
|
|
"wanderVertical": 10,
|
|
"pathSpeed": 8,
|
|
"pathChance": 0.4
|
|
},
|
|
"timeWindows": [],
|
|
"rarity": {
|
|
"weights": {
|
|
"Common": 1.0,
|
|
"Rare": 0.5,
|
|
"Epic": 0.25,
|
|
"Legendary": 0.1
|
|
},
|
|
"movementScale": {
|
|
"Common": 1.0,
|
|
"Rare": 1.0,
|
|
"Epic": 0.7,
|
|
"Legendary": 0.4
|
|
}
|
|
},
|
|
"residents": []
|
|
} |