[{"data":1,"prerenderedAt":223},["ShallowReactive",2],{"header-games":3,"article-project-zomboid-sandbox-settings-explained-en":51,"game-info-article-project-zomboid":79,"help-game-articles-project-zomboid-en":83,"i-heroicons:chevron-right-20-solid":211,"i-heroicons:user-circle-20-solid":215,"i-heroicons:clock-20-solid":217,"i-heroicons:pencil-square-20-solid":219,"i-heroicons:calendar-days-20-solid":221},{"total":4,"featured":5},23,[6,13,19,24,29,35,40,45],{"slug":7,"name":8,"icon":9,"hasIcon":10,"basePrice":11,"link":12},"minecraft","Minecraft","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fminecraft.png",true,1,"\u002Fminecraft-server-hosting",{"slug":14,"name":15,"icon":16,"hasIcon":10,"basePrice":17,"link":18},"hytale","Hytale","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fhytale.png",6,"\u002Fhytale-server-hosting",{"slug":20,"name":21,"icon":22,"hasIcon":10,"basePrice":17,"link":23},"palworld","Palworld","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fpalworld.png","\u002Fpalworld-server-hosting",{"slug":25,"name":26,"icon":27,"hasIcon":10,"basePrice":17,"link":28},"rust","Rust","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Frust.png","\u002Frust-server-hosting",{"slug":30,"name":31,"icon":32,"hasIcon":10,"basePrice":33,"link":34},"valheim","Valheim","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fvalheim.png",5,"\u002Fvalheim-server-hosting",{"slug":36,"name":37,"icon":38,"hasIcon":10,"basePrice":17,"link":39},"satisfactory","Satisfactory","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fsatisfactory.png","\u002Fsatisfactory-server-hosting",{"slug":41,"name":42,"icon":43,"hasIcon":10,"basePrice":17,"link":44},"enshrouded","Enshrouded","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fenshrouded.png","\u002Fenshrouded-server-hosting",{"slug":46,"name":47,"icon":48,"hasIcon":10,"basePrice":49,"link":50},"terraria","Terraria","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fterraria.png",4,"\u002Fterraria-server-hosting",{"id":52,"game_slug":53,"category":54,"title":55,"description":56,"content":57,"keywords":58,"author_name":65,"author_role":66,"is_featured":10,"is_published":10,"published_at":67,"created_at":68,"updated_at":69,"slug":70,"allSlugs":71,"author":76,"date":67,"lastUpdated":67,"game":77},"286f47b6-0527-4666-ae10-9a8aa0c4fecd","project-zomboid","Configuration","Project Zomboid Sandbox Settings Explained (Build 42)","Every Project Zomboid sandbox setting explained — population, loot, zombies, weather, vehicles. Real Pterodactyl paths and B42 defaults.","## Project Zomboid Sandbox Settings Explained (Build 42)\n\nProject Zomboid's sandbox settings live in a single file: `servertest_SandboxVars.lua`. Every gameplay knob — zombie population, loot rarity, XP rates, day length, weather — is controlled here. This is the most important file on your server. This guide explains every category and the settings that actually matter.\n\n> **Critical:** Stop the server before editing. PZ rewrites `SandboxVars.lua` on shutdown and will overwrite your changes if you edit while running.\n\n## Where the file lives\n\n```\n\u002Fhome\u002Fcontainer\u002FZomboid\u002FServer\u002Fservertest_SandboxVars.lua\n```\n\nIf you renamed your server, replace `servertest` with your server name.\n\n## Population (zombie spawn rates)\n\nThese control how many zombies exist and where they spawn — the single biggest difficulty lever.\n\n| Setting | Default | Range | What it does |\n|---|---|---|---|\n| `Population` | 3 (Normal) | 1=Insane, 2=High, 3=Normal, 4=Low, 5=None | Master zombie multiplier |\n| `PopulationStartMultiplier` | 1.0 | 0.0–4.0 | Starting day population |\n| `PopulationPeakMultiplier` | 1.5 | 0.0–4.0 | Maximum population reached |\n| `PopulationPeakDay` | 28 | 1–365 | Day population peaks |\n| `RespawnHours` | 72.0 | 0–8760 | Hours before zombies respawn in cleared cells |\n| `RespawnUnseenHours` | 16.0 | 0–8760 | Hours a cell must be unseen before respawn |\n| `RespawnMultiplier` | 1.0 | 0.0–10.0 | Multiplier on respawn count |\n\n**Practical tuning:** For a forgiving server, set `PopulationPeakMultiplier` to 0.6 and `RespawnHours` to 168 (one week). For a brutal server, peak to 3.0 and respawn to 24.\n\n## Loot\n\nControls how much loot spawns and where.\n\n| Setting | Default | Effect |\n|---|---|---|\n| `FoodLoot` | 2 (Normal) | 1=Extremely Rare, 5=Abundant |\n| `WeaponLoot` | 2 | Same scale |\n| `OtherLoot` | 2 | Same scale (clothing, electronics, etc.) |\n| `LootRespawn` | 1 (None) | 1=None, 2=Every Day, 3=Every Week, 4=Every Month, 5=Every 2 Months, 6=Every 6 Months |\n| `SeenHoursPreventLootRespawn` | 0 | Prevents respawn in containers seen within N hours |\n| `HoursForLootRespawn` | 0 | Hours of game time before any container can respawn loot |\n\n**For long-running servers:** Set `LootRespawn` to 4 (Every Month) and `SeenHoursPreventLootRespawn` to 24. Otherwise players strip the map permanently within a week.\n\n## Survival mechanics\n\n| Setting | Default | Notes |\n|---|---|---|\n| `HoursPerDay` | 1 (1 hour) | 1=15 min, 2=30 min, 3=1 hour, 4=2 hours, 5=3 hours, 6=Real Time |\n| `StartTime` | 2 (9AM) | 1=7AM, 2=9AM, 3=12PM, 4=2PM, 5=5PM, 6=9PM, 7=12AM |\n| `StartMonth` | 7 (July) | 1–12 |\n| `StartDay` | 9 | 1–28 |\n| `WaterShut` | 2 (0–30 days) | When mains water cuts off |\n| `ElecShut` | 2 (0–30 days) | When power cuts off |\n| `WaterShutModifier` | 14 | Days into the range when water cuts |\n| `ElecShutModifier` | 14 | Days into the range when power cuts |\n\n**Long-running servers:** Push `WaterShutModifier` and `ElecShutModifier` to 60+ days. Otherwise players spend month two purely scavenging water.\n\n## Zombie behaviour (the difficulty knobs)\n\n| Setting | Default | Effect |\n|---|---|---|\n| `Speed` | 2 (Fast Shamblers) | 1=Sprinters, 2=Fast Shamblers, 3=Shamblers |\n| `Strength` | 2 (Normal) | 1=Superhuman, 2=Normal, 3=Weak |\n| `Toughness` | 2 (Normal) | Same scale |\n| `Transmission` | 1 (Bite Only) | 1=Bite Only, 2=Bite + Saliva, 3=Everyone Infected, 4=No Transmission |\n| `Mortality` | 5 (0–30 seconds) | How fast infection kills |\n| `Reanimate` | 3 (0–1 minute) | How fast corpses turn |\n| `Cognition` | 3 (Basic Navigation) | Pathing intelligence |\n| `MemoryDuration` | 2 (Normal) | How long zombies remember a target |\n| `Sight` | 2 (Normal) | 1=Eagle, 2=Normal, 3=Poor |\n| `Hearing` | 2 (Normal) | Same scale |\n| `Smell` | 2 (Normal) | Same scale |\n\n**Build 42.17 note:** Sprinters are now stable in multiplayer as of April 2026 — set `Speed=1` for the highest-difficulty experience.\n\n## Combat & XP\n\n| Setting | Default | Effect |\n|---|---|---|\n| `XpMultiplier` | 1.0 | Global XP gain |\n| `XPMultiplierAffectsPassive` | false | Apply XP multiplier to passive skills (Fitness, Strength) |\n| `MeleeStunChanceMultiplier` | 1.0 | Knockdown chance on melee hits |\n\n## Vehicles (Build 42 has new vehicle handling)\n\n| Setting | Default | Effect |\n|---|---|---|\n| `CarSpawnRate` | 3 (Normal) | 1=Low, 2=Lower, 3=Normal, 4=High |\n| `ChanceHasGas` | 3 | Likelihood vehicles have fuel |\n| `InitialGas` | 3 | Starting fuel level |\n| `VehicleEasyUse` | false | Removes vehicle skill requirement |\n\n## Building (Build 42 — basements & taller buildings)\n\n| Setting | Default | Effect |\n|---|---|---|\n| `ConstructionBonusPoints` | 3 (Normal) | XP gain from construction |\n| `AllClothesUnlocked` | false | Skip clothing requirements |\n| `MaxFogIntensity` | 1.0 | 0.0 disables fog entirely |\n| `MaxRainFxIntensity` | 1.0 | 0.0 disables rain FX |\n| `EnableSnowOnGround` | true | Visual snow during winter |\n\n## Editing the file safely\n\n1. **Stop the server** from your panel (this is non-negotiable)\n2. Open `\u002Fhome\u002Fcontainer\u002FZomboid\u002FServer\u002Fservertest_SandboxVars.lua` in the file manager or via SFTP\n3. Find the setting you want by Ctrl+F\n4. Change only the number after `=` — leave the comma and key name alone\n5. Save the file\n6. Start the server\n\nThe values must match Lua syntax: `Speed = 2,` not `Speed = \"Fast Shamblers\"`.\n\n## Apply changes without a wipe\n\nSandbox settings are read on world creation, so most settings only affect new chunks. Settings that **do** apply to existing worlds:\n\n- Population multipliers (after `RespawnUnseenHours`)\n- All zombie behavior (`Speed`, `Strength`, `Cognition`, etc.)\n- Loot respawn settings\n- XP multipliers\n\nSettings that **don't** affect existing worlds:\n\n- `StartMonth`, `StartDay`, `StartTime`\n- Initial loot density (only respawned loot is affected)\n- Map-wide weather defaults\n\n## Sandbox presets\n\nProject Zomboid ships with built-in presets you can apply via the in-game Custom Sandbox menu before generating a world: Apocalypse (default), Survivor, Survival, Builder, Initial Infection, Six Months Later. On a dedicated server, copy the preset values from a singleplayer save and paste into your `SandboxVars.lua`.\n\n## FAQ\n\n**My changes keep getting reverted.**\nYou edited while the server was running. PZ saved its in-memory state on shutdown and overwrote your file. Always stop the server first.\n\n**Can I change settings live with \u002Fchangeoption?**\nOnly a small subset (PVP, max players, voice settings) can be changed live. Sandbox values cannot — they require a restart.\n\n**Where can I find the full vanilla defaults?**\nGenerate a fresh server (the panel does this on first boot), and `SandboxVars.lua` will appear with every default set. Use it as a reference before customizing.\n\n**Will higher zombie population hurt server performance?**\nYes — significantly. Doubling `PopulationPeakMultiplier` adds roughly 30% to RAM usage and CPU load. Plan with our [RAM calculator](\u002Ftools\u002Fproject-zomboid-ram-calculator).\n\n**Do mods add their own sandbox settings?**\nSome do. Mods like ModOptions, True Music, and ORGM register additional fields automatically when loaded. They appear at the bottom of `SandboxVars.lua` after the next server start.",[59,60,61,62,63,64],"project zomboid sandbox settings","pz sandboxvars.lua","project zomboid server settings","project zomboid zombie population","project zomboid loot respawn","project zomboid build 42 settings","Andreas","Technical Writer","2026-05-07T13:56:47.242+00:00","2026-05-07T13:56:46.914817+00:00","2026-05-07T14:39:45.329563+00:00","project-zomboid-sandbox-settings-explained",{"da":72,"de":73,"en":70,"pl":74,"sv":75},"project-zomboid-sandbox-indstillinger-forklaret","project-zomboid-sandbox-einstellungen-erklaert","ustawienia-sandbox-project-zomboid-wyjasnione","project-zomboid-sandbox-installningar-forklarade",{"name":65,"role":66},{"slug":53,"name":78},"Project Zomboid",{"slug":53,"name":78,"icon":80,"cardImage":81,"description":82},"https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fproject-zomboid.png","https:\u002F\u002Fcdn.doomhosting.com\u002Fgames\u002Fproject-zomboid.webp","Project Zomboid is the ultimate isometric zombie survival sandbox — set in a meticulously detailed Knox County overrun by the undead, where every choice could be your last. Scavenge, fortify a base, manage hunger and sanity, and survive as long as you can with friends in punishing co-op. Rent a dedicated Project Zomboid server from DoomHosting for 24\u002F7 uptime, instant setup, full Steam Workshop mod support, and DDoS protection.",[84,98,112,116,130,144,157,171,184,197],{"id":85,"slug":86,"game_slug":53,"title":87,"description":88,"category":54,"is_featured":10,"published_at":89,"content":90,"keywords":90,"allSlugs":91,"author":96,"date":89,"lastUpdated":89,"game":97},"471ba89c-f3e2-4312-a5c2-41fe4efa8cc9","project-zomboid-server-ram-requirements","Project Zomboid Server RAM Requirements (Build 41 vs Build 42)","Real RAM benchmarks for Project Zomboid B41 and B42 servers. Tables by player count and modlist, signs of OOM, and tuning advice.","2026-05-07T14:30:17.366+00:00",null,{"da":92,"de":93,"en":86,"pl":94,"sv":95},"project-zomboid-server-ram-krav","project-zomboid-server-ram-anforderungen","wymagania-ram-serwera-project-zomboid","project-zomboid-server-ram-krav-sv",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":99,"slug":100,"game_slug":53,"title":101,"description":102,"category":103,"is_featured":10,"published_at":104,"content":90,"keywords":90,"allSlugs":105,"author":110,"date":104,"lastUpdated":104,"game":111},"2f94e669-1c0c-4b40-9ba1-a5d7c2a3a184","how-to-become-admin-project-zomboid-server","How to Become Admin on a Project Zomboid Server","Grant admin access on your Project Zomboid server in 3 steps. Console commands, access levels, and the 10 commands you actually use day-to-day.","Administration","2026-05-07T14:01:48.204+00:00",{"da":106,"de":107,"en":100,"pl":108,"sv":109},"sadan-bliver-du-admin-project-zomboid-server","admin-werden-project-zomboid-server","jak-zostac-adminem-project-zomboid-serwer","hur-du-blir-admin-project-zomboid-server",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":52,"slug":70,"game_slug":53,"title":55,"description":56,"category":54,"is_featured":10,"published_at":67,"content":90,"keywords":90,"allSlugs":113,"author":114,"date":67,"lastUpdated":67,"game":115},{"da":72,"de":73,"en":70,"pl":74,"sv":75},{"name":-1,"role":-1},{"slug":53,"name":78},{"id":117,"slug":118,"game_slug":53,"title":119,"description":120,"category":121,"is_featured":10,"published_at":122,"content":90,"keywords":90,"allSlugs":123,"author":128,"date":122,"lastUpdated":122,"game":129},"6c43ff8f-efa1-4b09-b49b-ff905c2f062d","how-to-install-mods-project-zomboid-server-build-42","How to Install Mods on a Project Zomboid Server (Build 42)","Add Steam Workshop mods to your Project Zomboid Build 42 dedicated server. Step-by-step guide with real Pterodactyl paths, load order, and troubleshooting.","Mods & Customization","2026-05-07T13:52:33.693+00:00",{"da":124,"de":125,"en":118,"pl":126,"sv":127},"sadan-installerer-du-mods-project-zomboid-server-build-42","mods-installieren-project-zomboid-server-build-42","jak-zainstalowac-mody-project-zomboid-serwer-build-42","hur-du-installerar-mods-project-zomboid-server-build-42",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":131,"slug":132,"game_slug":53,"title":133,"description":134,"category":135,"is_featured":10,"published_at":136,"content":90,"keywords":90,"allSlugs":137,"author":142,"date":136,"lastUpdated":136,"game":143},"e44c4001-5a2a-4321-9f21-d6a975979ecc","how-to-switch-to-project-zomboid-build-42-server","How to Switch to Project Zomboid Build 42 Server","Learn how to switch your Project Zomboid server to Build 42, the unstable beta branch, with our step-by-step guide and troubleshooting tips for a seamless transition to the latest update.","Getting Started","2026-04-10T15:19:24.635+00:00",{"da":138,"de":139,"en":132,"pl":140,"sv":141},"sadan-skifter-du-til-project-zomboid-build-42-server","so-wechseln-sie-zu-project-zomboid-build-42-server","jak-przeaczyc-serwer-project-zomboid-na-build-42","sa-har-vaxlar-du-till-project-zomboid-build-42-server",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":145,"slug":146,"game_slug":53,"title":147,"description":148,"category":103,"is_featured":10,"published_at":149,"content":90,"keywords":90,"allSlugs":150,"author":155,"date":149,"lastUpdated":149,"game":156},"3478a3d9-c169-4464-8d99-9f695f02f7ab","project-zomboid-server-commands-guide","Project Zomboid Server Commands Guide","Complete list of Project Zomboid server commands for administrators and moderators. Learn how to manage your server, moderate players, and use admin commands effectively.","2024-01-23T00:00:00+00:00",{"da":151,"de":152,"en":146,"pl":153,"sv":154},"project-zomboid-server-kommandoer-guide","project-zomboid-server-befehle-anleitung","project-zomboid-komendy-serwera-poradnik","project-zomboid-server-kommandon-guide",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":158,"slug":159,"game_slug":53,"title":160,"description":161,"category":103,"is_featured":162,"published_at":163,"content":90,"keywords":90,"allSlugs":164,"author":169,"date":163,"lastUpdated":163,"game":170},"ac6b423f-e9c4-4014-a460-7451f0b90b02","how-to-setup-whitelist-project-zomboid-server","How to Set Up a Whitelist on a Project Zomboid Server","Lock your Project Zomboid server to approved players only. 4-step whitelist setup with adduser, addalltowhitelist, and SQLite storage details.",false,"2026-05-07T14:27:44.697+00:00",{"da":165,"de":166,"en":159,"pl":167,"sv":168},"sadan-opretter-whitelist-project-zomboid-server","whitelist-project-zomboid-server-einrichten","jak-skonfigurowac-whitelist-project-zomboid-serwer","hur-satter-upp-whitelist-project-zomboid-server",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":172,"slug":173,"game_slug":53,"title":174,"description":175,"category":103,"is_featured":162,"published_at":176,"content":90,"keywords":90,"allSlugs":177,"author":182,"date":176,"lastUpdated":176,"game":183},"5391546a-ac25-4fad-8013-b753daefca1a","how-to-backup-restore-project-zomboid-server","How to Back Up and Restore a Project Zomboid Server","Back up and restore your Project Zomboid server safely. Full restore, world-only restore, character-only restore, and migration between hosts.","2026-05-07T14:21:26.617+00:00",{"da":178,"de":179,"en":173,"pl":180,"sv":181},"sadan-tager-backup-gendanner-project-zomboid-server","project-zomboid-server-sichern-wiederherstellen","jak-backup-przywrocic-serwer-project-zomboid","hur-du-backar-aterstaller-project-zomboid-server",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":185,"slug":186,"game_slug":53,"title":187,"description":188,"category":103,"is_featured":162,"published_at":189,"content":90,"keywords":90,"allSlugs":190,"author":195,"date":189,"lastUpdated":189,"game":196},"94484ae7-a734-4cc4-a25a-06d239b86b26","how-to-reset-wipe-project-zomboid-server-map","How to Reset or Wipe a Project Zomboid Server Map","Reset your Project Zomboid map — soft reset (keep characters), hard reset (wipe everything), or chunk-level refresh. Real Pterodactyl paths.","2026-05-07T14:17:40.006+00:00",{"da":191,"de":192,"en":186,"pl":193,"sv":194},"sadan-reset-wipe-project-zomboid-server-kort","project-zomboid-server-map-zuruecksetzen-wipen","jak-zresetowac-wipe-mape-serwera-project-zomboid","hur-aterstaller-wipear-project-zomboid-server-karta",{"name":-1,"role":-1},{"slug":53,"name":78},{"id":198,"slug":199,"game_slug":53,"title":200,"description":201,"category":202,"is_featured":162,"published_at":203,"content":90,"keywords":90,"allSlugs":204,"author":209,"date":203,"lastUpdated":203,"game":210},"26b1c2cf-1ca0-44b3-ac5d-4a0ee1441968","project-zomboid-port-forwarding-guide","Project Zomboid Port Forwarding Guide (Port 16261)","Forward port 16261\u002FUDP for Project Zomboid in 5 steps. Router-by-router instructions, Windows Firewall, CGNAT fixes, and verification.","Troubleshooting","2026-05-07T14:05:18.346+00:00",{"da":205,"de":206,"en":199,"pl":207,"sv":208},"project-zomboid-port-forwarding-guide-da","project-zomboid-port-forwarding-anleitung","project-zomboid-przewodnik-port-forwarding","project-zomboid-port-forwarding-guide-sv",{"name":-1,"role":-1},{"slug":53,"name":78},{"left":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":214},0,20,"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10L8.22 6.28a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"\u002F>",{"left":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":216},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18 10a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-5.5-2.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M10 12a5.99 5.99 0 0 0-4.793 2.39A6.48 6.48 0 0 0 10 16.5a6.48 6.48 0 0 0 4.793-2.11A5.99 5.99 0 0 0 10 12\" clip-rule=\"evenodd\"\u002F>",{"left":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":218},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16m.75-13a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h4a.75.75 0 0 0 0-1.5h-3.25z\" clip-rule=\"evenodd\"\u002F>",{"left":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":220},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"m5.433 13.917l1.262-3.155A4 4 0 0 1 7.58 9.42l6.92-6.918a2.121 2.121 0 0 1 3 3l-6.92 6.918c-.383.383-.84.685-1.343.886l-3.154 1.262a.5.5 0 0 1-.65-.65\"\u002F>\u003Cpath d=\"M3.5 5.75c0-.69.56-1.25 1.25-1.25H10A.75.75 0 0 0 10 3H4.75A2.75 2.75 0 0 0 2 5.75v9.5A2.75 2.75 0 0 0 4.75 18h9.5A2.75 2.75 0 0 0 17 15.25V10a.75.75 0 0 0-1.5 0v5.25c0 .69-.56 1.25-1.25 1.25h-9.5c-.69 0-1.25-.56-1.25-1.25z\"\u002F>\u003C\u002Fg>",{"left":212,"top":212,"width":213,"height":213,"rotate":212,"vFlip":162,"hFlip":162,"body":222},"\u003Cg fill=\"currentColor\">\u003Cpath d=\"M5.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75zM6 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM7.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H8a.75.75 0 0 1-.75-.75zM8 13.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM9.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75zM9.25 14a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H10a.75.75 0 0 1-.75-.75zM12 9.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V10a.75.75 0 0 0-.75-.75zM11.25 12a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H12a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V14a.75.75 0 0 0-.75-.75zM13.25 10a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-.75.75H14a.75.75 0 0 1-.75-.75zm.75 1.25a.75.75 0 0 0-.75.75v.01c0 .414.336.75.75.75h.01a.75.75 0 0 0 .75-.75V12a.75.75 0 0 0-.75-.75z\"\u002F>\u003Cpath fill-rule=\"evenodd\" d=\"M5.75 2a.75.75 0 0 1 .75.75V4h7V2.75a.75.75 0 0 1 1.5 0V4h.25A2.75 2.75 0 0 1 18 6.75v8.5A2.75 2.75 0 0 1 15.25 18H4.75A2.75 2.75 0 0 1 2 15.25v-8.5A2.75 2.75 0 0 1 4.75 4H5V2.75A.75.75 0 0 1 5.75 2m-1 5.5c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25z\" clip-rule=\"evenodd\"\u002F>\u003C\u002Fg>",1778234525889]