Widget:AvailableCritters: Difference between revisions

From Dreamlight Valley Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
     { "name": "Golden Sunbird", "times": { "Monday": ["00:00", "12:00"] } }
     { "name": "Golden Sunbird", "times": { "Monday": ["00:00", "12:00"] } }
];
];
</script>

Revision as of 22:34, 26 February 2024

<script> document.addEventListener('DOMContentLoaded', function() {

 // Critter availability
 const critters = [
   { "name": "Emerald Sunbird", "times": { "Monday": ["12:00", "24:00"] } },
   { "name": "Golden Sunbird", "times": { "Monday": ["00:00", "12:00"] } }

]; </script>