update Tue 07/14/2026 16:45:47.62
This commit is contained in:
+20
-3
@@ -2,7 +2,7 @@
|
||||
"slots": 5,
|
||||
"dwellSeconds": 120,
|
||||
"crossfadeSeconds": 3,
|
||||
"order": "shuffle",
|
||||
"order": "weighted",
|
||||
"include": {
|
||||
"colors": [],
|
||||
"rarities": [],
|
||||
@@ -12,7 +12,24 @@
|
||||
"staticChance": 0.5,
|
||||
"wanderRadius": 60,
|
||||
"wanderSpeed": 0.15,
|
||||
"wanderVertical": 10
|
||||
"wanderVertical": 10,
|
||||
"pathSpeed": 8,
|
||||
"pathChance": 0.4
|
||||
},
|
||||
"timeWindows": []
|
||||
"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": []
|
||||
}
|
||||
@@ -137,5 +137,39 @@
|
||||
],
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"paths": [
|
||||
{
|
||||
"id": "main-street",
|
||||
"mode": "loop",
|
||||
"enabled": true,
|
||||
"points": [
|
||||
[
|
||||
20,
|
||||
20,
|
||||
35
|
||||
],
|
||||
[
|
||||
90,
|
||||
20,
|
||||
35
|
||||
],
|
||||
[
|
||||
95,
|
||||
25,
|
||||
75
|
||||
],
|
||||
[
|
||||
55,
|
||||
30,
|
||||
95
|
||||
],
|
||||
[
|
||||
15,
|
||||
25,
|
||||
70
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user