{"product_id":"root-il-bosco-meccanico","title":"Root - Il Bosco Meccanico","description":"\u003c!-- 🦾 ROOT – IL BOSCO MECCANICO --\u003e\n\u003csection class=\"rootmech-section\"\u003e\u003cheader class=\"rootmech-header\"\u003e\n\u003ch2\u003e Root – The Mechanical Forest 🤖 Factions never sleep, not even the automatic ones \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"rootmech-layout\"\u003e\n\n\u003carticle class=\"rootmech-narrative\"\u003e\n\u003cp\u003e Have you always wanted to play \u003cstrong\u003eRoot\u003c\/strong\u003e solo? Or maybe you've been looking for a way to add chaos to your two-player games? Enter the \u003cstrong\u003eClockwork Forest\u003c\/strong\u003e , the expansion that introduces four \u003cstrong\u003eautomated factions\u003c\/strong\u003e ready to wreak havoc on the forest... without even batting an eyelid.\u003c\/p\u003e\n\n\u003cp\u003e They don't tire, they don't get distracted, they don't make mistakes: the \u003cstrong\u003emechanical forces\u003c\/strong\u003e are programmed to dominate. Face the \u003cstrong\u003eMechanical Marchioness 2.0\u003c\/strong\u003e , the \u003cstrong\u003eElectric Uria\u003c\/strong\u003e , the \u003cstrong\u003eAutomated Alliance\u003c\/strong\u003e , and the fearsome \u003cstrong\u003eVagabot\u003c\/strong\u003e . And no, you can't buy them with honey.\u003c\/p\u003e\n\n \u003cp\u003eWhether you're looking for a solo challenge or want to add some cannon fodder to your multiplayer clashes, The Clockwork Forest turns every match into a \u003cstrong\u003ebattle of wits against the algorithm\u003c\/strong\u003e . Be warned: these bots are unforgiving.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003caside class=\"rootmech-features\"\u003e\n\u003ch3\u003e Why Fear the Mechanical Forest?\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e ⚙️ \u003cstrong\u003e4 automated factions\u003c\/strong\u003e with unique behaviors and fearsome strategies\u003c\/li\u003e\n\n\u003cli\u003e 🎲 Ideal for \u003cstrong\u003eplaying alone\u003c\/strong\u003e or to make a 2-player game more complete\u003c\/li\u003e\n\n\u003cli\u003e 🌲 \u003cstrong\u003eCompatible\u003c\/strong\u003e with all Root expansions\u003c\/li\u003e\n\n\u003cli\u003e 🤝 \u003cstrong\u003eOptional Co-op:\u003c\/strong\u003e Join forces to stop the bots\u003c\/li\u003e\n\n\u003cli\u003e 🧠 Great for learning new strategies... or getting humiliated by a Vagabot\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/aside\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"rootmech-end\"\u003e\n\n\u003cp\u003e It's the forest you know... but with tin brains ready for anything. The wood creaks, the bolts rattle. And you... are you ready for the bot uprising? 🔩\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🌲 ROOT – IL BOSCO MECCANICO *\/\n:root {\n  --root-brown: #3a2a1c;\n  --root-rust: #b45c2d;\n  --root-metal: #687075;\n  --root-beige: #f4ece1;\n  --root-steam: #d3c9bd;\n}\n\n\/* Sezione principale *\/\n.rootmech-section {\n  background: linear-gradient(180deg, #f2ebe3 0%, #c9b8a6 50%, #8e7b68 100%);\n  border-radius: 26px;\n  padding: 2.4rem 1.8rem;\n  color: var(--root-brown);\n  font-family: \"Inter\", sans-serif;\n  max-width: 1100px;\n  margin: 2rem auto;\n  box-shadow: 0 12px 30px rgba(0,0,0,0.25);\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Effetti visivi *\/\n.rootmech-section::before {\n  content: \"\";\n  position: absolute;\n  top: -60px;\n  left: -60px;\n  width: 280px;\n  height: 280px;\n  background: radial-gradient(circle, rgba(180,92,45,0.3), transparent 70%);\n  filter: blur(45px);\n}\n.rootmech-section::after {\n  content: \"\";\n  position: absolute;\n  bottom: -60px;\n  right: -60px;\n  width: 300px;\n  height: 300px;\n  background: radial-gradient(circle, rgba(104,112,117,0.35), transparent 70%);\n  filter: blur(60px);\n}\n\n\/* Titolo *\/\n.rootmech-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  font-size: 1.9rem;\n  margin-bottom: 1.6rem;\n  color: var(--root-brown);\n  text-shadow: 0 0 8px rgba(255,255,255,0.7);\n  border-bottom: 1px solid rgba(0,0,0,0.1);\n  padding-bottom: 0.5rem;\n}\n\n\/* Layout *\/\n.rootmech-layout {\n  display: grid;\n  grid-template-columns: 1.2fr 1fr;\n  gap: 1.4rem;\n  align-items: start;\n}\n\n\/* Testo principale *\/\n.rootmech-narrative {\n  background: var(--root-beige);\n  border-left: 6px solid var(--root-rust);\n  border-radius: 16px;\n  padding: 1.4rem 1.6rem;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.08);\n}\n.rootmech-narrative p {\n  margin: 0.6rem 0;\n  line-height: 1.8;\n}\n.rootmech-narrative strong {\n  color: var(--root-rust);\n}\n\n\/* Box caratteristiche *\/\n.rootmech-features {\n  background: rgba(255,255,255,0.8);\n  border-radius: 16px;\n  padding: 1.2rem 1.5rem;\n  border: 2px dashed var(--root-metal);\n  box-shadow: 0 6px 16px rgba(0,0,0,0.05);\n}\n.rootmech-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--root-brown);\n  font-size: 1.2rem;\n  margin-bottom: 1rem;\n}\n.rootmech-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: 0.6rem;\n}\n.rootmech-features li {\n  background: rgba(244,236,225,0.85);\n  border-left: 5px solid var(--root-rust);\n  border-radius: 10px;\n  padding: 0.6rem 0.8rem;\n  transition: 0.3s ease;\n}\n.rootmech-features li:hover {\n  background: rgba(244,236,225,1);\n  transform: translateY(-2px);\n}\n\n\/* Chiusura *\/\n.rootmech-end {\n  margin-top: 2rem;\n  background: var(--root-beige);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  border: 1px solid rgba(0,0,0,0.05);\n  text-align: center;\n  box-shadow: 0 6px 16px rgba(0,0,0,0.05);\n  font-style: italic;\n  font-weight: 600;\n  color: var(--root-metal);\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .rootmech-layout { grid-template-columns: 1fr; }\n}\n@media (max-width: 600px) {\n  .rootmech-header h2 { font-size: 1.5rem; }\n}\n\u003c\/style\u003e","brand":"MS Edizioni","offers":[{"title":"Default Title","offer_id":51821776961863,"sku":"","price":39.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/root-il-bosco-meccanico.jpg?v=1750908567","url":"https:\/\/frogames.business\/en\/products\/root-il-bosco-meccanico","provider":"FroGames","version":"1.0","type":"link"}