update Tue 07/14/2026 16:45:47.62

This commit is contained in:
2026-07-14 16:45:49 +10:00
parent ac1bb7121a
commit 1814125243
9 changed files with 432 additions and 99 deletions
+20 -3
View File
@@ -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": []
}