[{"data":1,"prerenderedAt":138},["ShallowReactive",2],{"header-games":3,"i-heroicons:server-stack-16-solid":63,"article-how-to-increase-loot-dayz-server-en":68,"help-game-articles-dayz-en":92,"game-info-article-dayz":117,"i-heroicons:chevron-right-20-solid":123,"i-heroicons:user-circle-20-solid":126,"i-heroicons:clock-20-solid":128,"i-heroicons:calendar-days-20-solid":130,"i-heroicons:chevron-down-20-solid":132,"i-heroicons:wrench-screwdriver-20-solid":134,"i-heroicons:arrow-right-20-solid":136},{"promoCode":4,"promoPercentage":5,"total":6,"featured":7},"DOOM25",0.25,43,[8,16,23,29,34,40,45,50,57],{"slug":9,"name":10,"icon":11,"hasIcon":12,"badge":13,"basePrice":14,"link":15},"minecraft","Minecraft","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fminecraft.png",true,"Most Popular",1,"\u002Fminecraft-server-hosting",{"slug":17,"name":18,"icon":19,"hasIcon":12,"badge":20,"basePrice":21,"link":22},"hytale","Hytale","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fhytale.png","",6,"\u002Fhytale-server-hosting",{"slug":24,"name":25,"icon":26,"hasIcon":12,"badge":27,"basePrice":21,"link":28},"palworld","Palworld","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fpalworld.png",null,"\u002Fpalworld-server-hosting",{"slug":30,"name":31,"icon":32,"hasIcon":12,"badge":27,"basePrice":21,"link":33},"rust","Rust","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Frust.png","\u002Frust-server-hosting",{"slug":35,"name":36,"icon":37,"hasIcon":12,"badge":27,"basePrice":38,"link":39},"valheim","Valheim","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fvalheim.png",5,"\u002Fvalheim-server-hosting",{"slug":41,"name":42,"icon":43,"hasIcon":12,"badge":27,"basePrice":21,"link":44},"satisfactory","Satisfactory","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fsatisfactory.png","\u002Fsatisfactory-server-hosting",{"slug":46,"name":47,"icon":48,"hasIcon":12,"badge":27,"basePrice":21,"link":49},"enshrouded","Enshrouded","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fenshrouded.png","\u002Fenshrouded-server-hosting",{"slug":51,"name":52,"icon":53,"hasIcon":12,"badge":54,"basePrice":55,"link":56},"terraria","Terraria","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fterraria.png","New Update",4,"\u002Fterraria-server-hosting",{"slug":58,"name":59,"icon":60,"hasIcon":12,"badge":27,"basePrice":61,"link":62},"project-zomboid","Project Zomboid","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fproject-zomboid.png",7,"\u002Fproject-zomboid-server-hosting",{"left":64,"top":64,"width":65,"height":65,"rotate":64,"vFlip":66,"hFlip":66,"body":67},0,16,false,"\u003Cpath fill=\"currentColor\" d=\"M5.354 2a2 2 0 0 0-1.857 1.257l-.338.845Q3.565 4 4 4h8q.436 0 .84.102l-.337-.845A2 2 0 0 0 10.646 2z\"\u002F>\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 13a2 2 0 0 1 2-2h8a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2m10.75 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M9 13.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M4 5.5a2 2 0 1 0 0 4h8a2 2 0 1 0 0-4zm8 2.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M9.75 7.5a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0\" clip-rule=\"evenodd\"\u002F>",{"id":69,"game_slug":70,"slug":71,"category":72,"title":73,"description":74,"content":75,"keywords":27,"author_name":76,"author_role":77,"is_featured":66,"published_at":78,"allSlugs":79,"author":86,"date":78,"lastUpdated":87,"game":88,"dateFormatted":90,"lastUpdatedFormatted":90,"imageDims":91},"607af78c-ada5-46ba-8ed9-4aa8ffa55a85","dayz","how-to-increase-loot-dayz-server","Configuration","How to Increase Loot on Your DayZ Server (types.xml Guide)","Increase loot on your DayZ server by raising nominal and min values in types.xml, and keep your changes safe from game updates with a custom economy file.","DayZ has no loot slider. Every spawn rate on your server is controlled by the Central Loot Economy (CLE), a set of XML files in your mission folder, and increasing loot means raising the numbers for the items you want more of. This guide shows you exactly which values to change, how to do it in the panel file editor, and how to make your changes survive game updates.\n\n## How DayZ loot spawning actually works\n\nThe Central Loot Economy tracks every spawnable item on the map. For each item class, `types.xml` defines a handful of numbers, and four of them matter for loot volume:\n\n- **nominal**: the target number of that item the economy tries to keep in the world at once. This is the main lever.\n- **min**: when the count in the world drops below this, the economy queues a respawn.\n- **restock**: cooldown in seconds between respawns of that item. `0` means no cooldown.\n- **lifetime**: how long a spawned item persists (in seconds) before cleanup if nobody interacts with it.\n\nSo \"more loot\" almost always means: raise `nominal` and `min` for the item classes you care about. The economy then tops the map up toward the new targets over time.\n\nOne important detail: loot only respawns as players interact with the world. Items count as \"in the world\" until they despawn or are picked up, so on an empty server you will not see piles appear instantly. Changes show up as the economy cycles.\n\n## Where the loot files live\n\nOpen your server in the [game panel](\u002Fgamepanel) and go to the **Files** tab. Everything loot-related sits in your mission folder:\n\n```\nmpmissions\u002FdayzOffline.chernarusplus\u002F\n├── cfgeconomycore.xml   (economy config, registers custom files)\n├── db\u002F\n│   ├── types.xml        (per-item spawn targets - the file you want)\n│   ├── events.xml       (heli crashes, convoys, vehicle spawns)\n│   └── globals.xml      (cleanup timers, condition ranges)\n└── storage_1\u002F           (your persistence: bases, stashes, vehicles - do not touch)\n```\n\nOn Livonia the folder is `mpmissions\u002FdayzOffline.enoch\u002F`, and on Sakhal it is `mpmissions\u002FdayzOffline.sakhal\u002F`.\n\n![DayZ mission db folder in the DoomHosting file manager](https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Fdayz\u002Floot-db-folder.webp)\n\n## Method 1: edit types.xml directly (quick)\n\n1. In the **Files** tab, open `mpmissions\u002FdayzOffline.chernarusplus\u002Fdb\u002Ftypes.xml`.\n2. Search for the item class you want (Ctrl+F in the editor). For example, canned beans:\n\n```xml\n\u003Ctype name=\"BakedBeansCan\">\n    \u003Cnominal>15\u003C\u002Fnominal>\n    \u003Clifetime>14400\u003C\u002Flifetime>\n    \u003Crestock>0\u003C\u002Frestock>\n    \u003Cmin>12\u003C\u002Fmin>\n    ...\n\u003C\u002Ftype>\n```\n\n3. Raise `nominal` and `min` together, keeping `min` at or below `nominal`. Tripling both (`nominal` 45, `min` 36) roughly triples how many cans exist across the map.\n4. Save the file and **restart the server**. The mission files are only read at startup.\n\nThe same pattern applies to any item. A tip for weapons: many high-tier guns have a low `nominal` on purpose. Our vanilla `types.xml` keeps the M4A1 at `nominal 1` with spawns restricted to contaminated areas, so if you want assault rifles in circulation, that is the kind of entry to raise.\n\n![Editing types.xml in the panel file editor](https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Fdayz\u002Floot-types-editor.webp)\n\nTwo rules while editing:\n\n- Keep the XML valid. A missing closing tag can make the economy skip the file, and your changes silently do nothing. If in doubt, paste the file into an XML validator before saving.\n- Download a copy of your edited file first (right-click the file, **Download**). You will want it again after game updates, as explained below.\n\n## Method 2: a custom loot file that survives updates (recommended)\n\nHere is the catch with Method 1: `db\u002Ftypes.xml` ships with the game. When Bohemia releases a DayZ update, the server updates itself on the next start and the patch can replace `types.xml` with the new vanilla version, wiping your edits. We have watched game patches do exactly that.\n\nDayZ has a built-in fix: the economy core can load extra files from a folder you create, and entries in your file override the vanilla ones with the same class name. Game updates never touch folders you created, so your loot tuning survives every patch.\n\n1. In the **Files** tab, go to `mpmissions\u002FdayzOffline.chernarusplus\u002F` and create a new folder called `custom`.\n2. Inside it, create a file called `types_loot.xml`. Copy the complete `\u003Ctype>` entries you want to change out of `db\u002Ftypes.xml`, wrap them in a `\u003Ctypes>` root tag, and raise the values:\n\n```xml\n\u003C?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n\u003Ctypes>\n    \u003Ctype name=\"BakedBeansCan\">\n        \u003Cnominal>60\u003C\u002Fnominal>\n        \u003Clifetime>14400\u003C\u002Flifetime>\n        \u003Crestock>0\u003C\u002Frestock>\n        \u003Cmin>48\u003C\u002Fmin>\n        \u003Cquantmin>-1\u003C\u002Fquantmin>\n        \u003Cquantmax>-1\u003C\u002Fquantmax>\n        \u003Ccost>100\u003C\u002Fcost>\n        \u003Cflags count_in_cargo=\"0\" count_in_hoarder=\"0\" count_in_map=\"1\" count_in_player=\"0\" crafted=\"0\" deloot=\"0\"\u002F>\n        \u003Ccategory name=\"food\"\u002F>\n        \u003Ctag name=\"shelves\"\u002F>\n        \u003Cusage name=\"Town\"\u002F>\n        \u003Cusage name=\"Village\"\u002F>\n        \u003Cvalue name=\"Tier1\"\u002F>\n        \u003Cvalue name=\"Tier2\"\u002F>\n    \u003C\u002Ftype>\n\u003C\u002Ftypes>\n```\n\nCopy the whole entry, not just the two lines you change: an override replaces the vanilla definition completely, so a stripped-down entry would lose the item's spawn locations.\n\n3. Open `cfgeconomycore.xml` (in the mission folder root, next to `db\u002F`) and register your folder just above the closing `\u003C\u002Feconomycore>` tag:\n\n```xml\n\t\u003Cce folder=\"custom\">\n\t\t\u003Cfile name=\"types_loot.xml\" type=\"types\"\u002F>\n\t\u003C\u002Fce>\n\u003C\u002Feconomycore>\n```\n\n4. Restart the server. On startup the economy loads `db\u002Ftypes.xml` first, then your custom file on top.\n\n![Registering a custom loot file in cfgeconomycore.xml](https:\u002F\u002Fcdn.doomhosting.com\u002Fhelp\u002Fdayz\u002Floot-economycore.webp)\n\nAfter an update you only need to check one thing: `cfgeconomycore.xml` itself is also a game file, so if a patch replaces it, re-add the three `\u003Cce>` lines. Your `custom` folder and everything in it stays untouched either way. This is also why we recommend keeping every loot change in the custom file and leaving `db\u002Ftypes.xml` vanilla.\n\n## More high-tier loot: events.xml\n\nHelicopter crashes and police cars are dynamic events, not `types.xml` entries. To get more of them, open `db\u002Fevents.xml` and find the event, for example `StaticHeliCrash`. Events use the same `nominal` and `min` logic, so raising both spawns more simultaneous crash sites, and lowering `lifetime` makes them rotate to new locations faster. The loot each crash site drops is defined separately in `cfgspawnabletypes.xml`.\n\n## What globals.xml can and cannot do\n\n`db\u002Fglobals.xml` has no loot multiplier, but two entries are worth knowing:\n\n- **LootDamageMin \u002F LootDamageMax**: the condition range items spawn in. Vanilla is `0.0` to `0.82`. Narrowing it (for example `0.0` to `0.32`) makes loot spawn in better condition, which feels like better loot without changing quantities.\n- **CleanupLifetimeDefault**: how fast dropped items on the ground get cleaned up. Raising it keeps player-dropped gear around longer.\n\n## Common issues\n\n**I raised nominal but nothing changed.** Did you restart the server? Mission files are only read at startup. Also check `min`: if it is still at the old low value, the economy will not restock until the world count drops below it. And remember the economy converges gradually as players loot and move around, it does not flood the map on restart.\n\n**My changes disappeared after a game update.** That is `db\u002Ftypes.xml` being replaced by the patch. Move your changes into a custom folder (Method 2) and they will survive the next one. If you already lost edits and have no backup, you will have to redo them, so download a copy this time.\n\n**Loot spawns but in the wrong places or not at all for one item.** If you slimmed down an override entry, you may have deleted its `usage` or `value` (tier) tags, which tell the economy where on the map the item may spawn. Copy the full vanilla entry and edit only the numbers.\n\n**Will editing loot wipe my server?** No. Loot config lives in `db\u002F` and your custom folder; player bases, buried stashes and vehicles live in `storage_1\u002F`. As long as you do not delete `storage_1\u002F`, nothing your players built is affected.\n\n**Is there a mod that just multiplies everything?** Community tools exist that bulk-edit `types.xml` offline (you edit the file on your PC, then upload it via the Files tab or [SFTP](\u002Fhelp\u002Farticles\u002Fhow-to-connect-via-sftp-filezilla-winscp)). They generate exactly the kind of file this guide covers, so Method 2 is still the right way to install the result.\n\n## FAQ\n\n**Do I need to wipe the server after changing loot?** No. A restart is enough; the economy adjusts item counts on the fly.\n\n**What do quantmin and quantmax mean?** The fill range for stackable or fillable items (ammo boxes, water bottles), as a percentage. `-1` means the item does not use quantities. They do not affect how many of the item spawn.\n\n**Can I change loot per area?** Placement is driven by each entry's `usage` (location categories like Military or Town) and `value` (map tier) tags. You can add or remove those tags in your override to widen or narrow where an item appears.\n\n**Does more loot cost more RAM?** Large increases raise the number of tracked items, which adds some memory load. If you push nominal values up across the board on a busy server, keep an eye on usage in the panel and size accordingly with our [DayZ RAM calculator](\u002Ftools\u002Fdayz-ram-calculator).\n\n**Does this work the same on Livonia and Sakhal?** Yes, identically. Only the mission folder name differs.\n\nStill stuck? Our support team tunes DayZ economies daily. If you do not have a server yet, grab one on our [DayZ server hosting](\u002Fdayz-server-hosting) page, and see the [getting started guide](\u002Fhelp\u002Farticles\u002Fgetting-started-dayz-server) for first-boot setup or [how to join your server](\u002Fhelp\u002Farticles\u002Fhow-to-join-dayz-server) once the loot is flowing.","Magnus","Game Server Expert","2026-08-05T12:00:00+00:00",{"da":80,"de":81,"en":71,"fi":82,"fr":83,"pl":84,"sv":85},"saadan-oeger-du-loot-paa-din-dayz-server","dayz-server-loot-erhoehen","dayz-palvelimen-lootin-lisaaminen","augmenter-le-loot-serveur-dayz","jak-zwiekszyc-loot-na-serwerze-dayz","sa-okar-du-loot-pa-din-dayz-server",{"name":76,"role":77},"2026-08-05T10:37:09.3457+00:00",{"slug":70,"name":89},"Dayz","Aug 5, 2026",{},[93,104,107],{"id":94,"game_slug":70,"slug":95,"category":96,"title":97,"description":98,"content":27,"keywords":27,"author_name":76,"author_role":77,"is_featured":12,"published_at":99,"author":100,"date":99,"lastUpdated":101,"game":102,"dateFormatted":103},"4add568c-644e-4847-bcaf-8deafad9c362","getting-started-dayz-server","Getting Started","How to Set Up a DayZ Server: Getting Started Guide","Set up your DayZ server the right way: deploy it, connect with the DZSA Launcher, edit serverDZ.cfg, and install Steam Workshop mods like DayZ-Expansion.","2026-07-09T12:00:00+00:00",{"name":76,"role":77},"2026-07-30T20:14:43.484451+00:00",{"slug":70,"name":89},"Jul 9, 2026",{"id":69,"game_slug":70,"slug":71,"category":72,"title":73,"description":74,"content":27,"keywords":27,"author_name":76,"author_role":77,"is_featured":66,"published_at":78,"author":105,"date":78,"lastUpdated":87,"game":106,"dateFormatted":90},{"name":76,"role":77},{"slug":70,"name":89},{"id":108,"game_slug":70,"slug":109,"category":96,"title":110,"description":111,"content":27,"keywords":27,"author_name":76,"author_role":77,"is_featured":66,"published_at":112,"author":113,"date":112,"lastUpdated":114,"game":115,"dateFormatted":116},"97822587-8e2d-4356-85a2-057a7dab9b27","how-to-join-dayz-server","How to Join a DayZ Server (By IP, Name, or With Mods)","Join your DayZ server in minutes: add the query address to Steam favorites, find it in the in-game browser, or use the DayZ Launcher for modded servers.","2026-07-22T12:00:00+00:00",{"name":76,"role":77},"2026-07-31T11:01:27.381661+00:00",{"slug":70,"name":89},"Jul 22, 2026",{"slug":70,"name":118,"icon":119,"cardImage":120,"description":121,"status":122},"DayZ","https:\u002F\u002Fcdn.doomhosting.com\u002Ficons\u002Fdayz.webp","https:\u002F\u002Fcdn.doomhosting.com\u002Fgames\u002Fdayz.webp","DayZ strands you on the coast of Chernarus with nothing but a flare and a rag, and one goal: last another day. The infected shuffling through the treeline are the least of your problems. Other survivors will shoot you for a can of beans, and death is permanent, so every stranger on the road is a gamble. Run your own server for up to 60 players and control the loot economy, base-raiding rules, and how fast night falls, then load Steam Workshop mods like DayZ-Expansion or the frozen nightmare of Namalsk. Rent a dedicated DayZ server from DoomHosting for instant setup, full FTP access, Steam Workshop mod support, DDoS protection, and 24\u002F7 support on Ryzen 9 hardware.","active",{"left":64,"top":64,"width":124,"height":124,"rotate":64,"vFlip":66,"hFlip":66,"body":125},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":64,"top":64,"width":124,"height":124,"rotate":64,"vFlip":66,"hFlip":66,"body":127},"\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":64,"top":64,"width":124,"height":124,"rotate":64,"vFlip":66,"hFlip":66,"body":129},"\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":64,"top":64,"width":124,"height":124,"rotate":64,"vFlip":66,"hFlip":66,"body":131},"\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>",{"left":64,"top":64,"width":124,"height":124,"rotate":64,"vFlip":66,"hFlip":66,"body":133},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06\" clip-rule=\"evenodd\"\u002F>",{"left":64,"top":64,"width":124,"height":124,"rotate":64,"vFlip":66,"hFlip":66,"body":135},"\u003Cg fill=\"currentColor\">\u003Cpath fill-rule=\"evenodd\" d=\"M14.5 10a4.5 4.5 0 0 0 4.284-5.882c-.105-.324-.51-.391-.751-.15L15.34 6.66a.45.45 0 0 1-.493.11a3 3 0 0 1-1.618-1.616a.455.455 0 0 1 .11-.494l2.694-2.692c.24-.241.174-.647-.15-.752a4.5 4.5 0 0 0-5.873 4.575c.055.873-.128 1.808-.8 2.368l-7.23 6.024a2.724 2.724 0 1 0 3.837 3.837l6.024-7.23c.56-.672 1.495-.855 2.368-.8q.144.01.291.01M5 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0\" clip-rule=\"evenodd\"\u002F>\u003Cpath d=\"M14.5 11.5q.26 0 .514-.022l3.754 3.754a2.5 2.5 0 0 1-3.536 3.536l-4.41-4.41l2.172-2.607c.052-.062.147-.138.342-.196a2.3 2.3 0 0 1 .777-.067q.192.012.387.012M6 4.586l2.33 2.33a.5.5 0 0 1-.08.09L6.8 8.214L4.586 6H3.309a.5.5 0 0 1-.447-.276l-1.7-3.402a.5.5 0 0 1 .093-.577l.49-.49a.5.5 0 0 1 .577-.094l3.402 1.7A.5.5 0 0 1 6 3.31z\"\u002F>\u003C\u002Fg>",{"left":64,"top":64,"width":124,"height":124,"rotate":64,"vFlip":66,"hFlip":66,"body":137},"\u003Cpath fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10\" clip-rule=\"evenodd\"\u002F>",1786022287489]