{"product_id":"survival-campfire-system-fivem-script","title":"Survival Campfire System","description":"\u003cstyle\u003e\n  .fml-campfire-system {\n    position: relative;\n    width: 100%;\n    max-width: none;\n    margin: 0;\n    padding: 12px 24px 20px 26px;\n\n    color: rgba(255,255,255,.88);\n    font-family: inherit;\n    line-height: 1.75;\n  }\n\n  .fml-campfire-system,\n  .fml-campfire-system * {\n    box-sizing: border-box;\n  }\n\n  .fml-campfire-system::before {\n    content: \"\";\n    position: absolute;\n    top: 14px;\n    bottom: 20px;\n    left: 0;\n    width: 1px;\n\n    background: linear-gradient(\n      to bottom,\n      #ffd700 0%,\n      rgba(255,215,0,.28) 42%,\n      rgba(255,255,255,.05) 100%\n    );\n  }\n\n  .fml-campfire-system p {\n    margin: 0 0 22px;\n    color: rgba(255,255,255,.72);\n    font-size: 15px;\n    line-height: 1.82;\n  }\n\n  .fml-campfire-system strong,\n  .fml-campfire-system em {\n    color: #fff;\n  }\n\n  .fml-campfire-system__intro {\n    margin-bottom: 30px !important;\n\n    color: #fff !important;\n\n    font-size: clamp(18px,1.6vw,22px) !important;\n    font-weight: 750;\n    line-height: 1.55 !important;\n    letter-spacing: -.015em;\n  }\n\n  .fml-campfire-system__main {\n    margin-bottom: 28px;\n    padding: 20px 0;\n\n    border-top: 1px solid rgba(255,255,255,.08);\n    border-bottom: 1px solid rgba(255,255,255,.08);\n  }\n\n  .fml-campfire-system__label {\n    margin: 0 0 16px;\n\n    color: rgba(255,255,255,.44);\n\n    font-size: 10px;\n    font-weight: 850;\n    letter-spacing: .13em;\n    text-transform: uppercase;\n  }\n\n  .fml-campfire-system__features {\n    display: grid;\n    grid-template-columns: repeat(3,minmax(0,1fr));\n    gap: 10px;\n\n    margin-bottom: 28px;\n  }\n\n  .fml-campfire-system__feature {\n    position: relative;\n\n    padding: 16px 18px 16px 20px;\n\n    border: 1px solid rgba(255,255,255,.08);\n    background: rgba(255,255,255,.018);\n  }\n\n  .fml-campfire-system__feature::before {\n    content: \"\";\n    position: absolute;\n    top: 16px;\n    bottom: 16px;\n    left: 0;\n\n    width: 2px;\n    background: #ffd700;\n  }\n\n  .fml-campfire-system__feature p {\n    margin: 0;\n    color: rgba(255,255,255,.84);\n  }\n\n  .fml-campfire-system__cooking {\n    margin: 28px 0;\n    padding: 18px 0;\n\n    border-top: 1px solid rgba(255,255,255,.08);\n    border-bottom: 1px solid rgba(255,255,255,.08);\n  }\n\n  .fml-campfire-system__steps {\n    display: grid;\n    grid-template-columns: repeat(3,minmax(0,1fr));\n    gap: 10px;\n\n    margin-top: 14px;\n  }\n\n  .fml-campfire-system__step {\n    padding: 15px 17px;\n\n    border: 1px solid rgba(255,255,255,.08);\n    border-left: 2px solid #ffd700;\n\n    background: rgba(255,255,255,.015);\n\n    color: rgba(255,255,255,.84);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .fml-campfire-system__persistent {\n    position: relative;\n\n    margin: 28px 0;\n    padding-left: 18px;\n  }\n\n  .fml-campfire-system__persistent::before {\n    content: \"\";\n    position: absolute;\n    top: 9px;\n    left: 0;\n\n    width: 7px;\n    height: 7px;\n\n    background: #ffd700;\n    border-radius: 2px;\n  }\n\n  .fml-campfire-system__persistent p {\n    margin: 0;\n    color: rgba(255,255,255,.92);\n  }\n\n  .fml-campfire-system__survival {\n    margin: 28px 0;\n    padding: 18px 0;\n\n    border-top: 1px solid rgba(255,255,255,.08);\n    border-bottom: 1px solid rgba(255,255,255,.08);\n  }\n\n  .fml-campfire-system__survival p:last-child {\n    margin-bottom: 0;\n  }\n\n  .fml-campfire-system__ending {\n    padding-top: 4px;\n  }\n\n  .fml-campfire-system__ending p:last-child {\n    margin-bottom: 0;\n  }\n\n  @media (max-width: 900px) {\n    .fml-campfire-system__features,\n    .fml-campfire-system__steps {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 680px) {\n    .fml-campfire-system {\n      padding: 8px 0 12px 18px;\n    }\n\n    .fml-campfire-system__intro {\n      font-size: 18px !important;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003carticle class=\"fml-campfire-system\"\u003e\n\n  \u003cp class=\"fml-campfire-system__intro\"\u003e\n    \u003cstrong\u003eSurvival Campfire System is a script for survival and post-apocalyptic FiveM servers.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"fml-campfire-system__main\"\u003e\n\n    \u003cp\u003e\n      It adds a system of \u003cstrong\u003epersistent campfires\u003c\/strong\u003e that are saved in the database — even after a server restart.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"fml-campfire-system__label\"\u003e\n    Each campfire:\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"fml-campfire-system__features\"\u003e\n\n    \u003cdiv class=\"fml-campfire-system__feature\"\u003e\n      \u003cp\u003e\n        - Requires firewood to light,\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fml-campfire-system__feature\"\u003e\n      \u003cp\u003e\n        - Burns for a certain amount of time (you can add more logs),\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fml-campfire-system__feature\"\u003e\n      \u003cp\u003e\n        - You can cook food on it using recipes!\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"fml-campfire-system__cooking\"\u003e\n\n    \u003cp\u003e\n      There is a food cooking mechanic:\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fml-campfire-system__steps\"\u003e\n\n      \u003cdiv class=\"fml-campfire-system__step\"\u003e\n        🍖 Find ingredients,\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fml-campfire-system__step\"\u003e\n        🔥 Put the dish over the fire to fry or boil,\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fml-campfire-system__step\"\u003e\n        ⏳ Cooking progress is saved automatically.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"fml-campfire-system__persistent\"\u003e\n\n    \u003cp\u003e\n      When the player disconnects… The campfire stays exactly the same. Food doesn’t disappear!\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"fml-campfire-system__survival\"\u003e\n\n    \u003cp\u003e\n      The campfire can also be a place to rest: there is a \"relaxation\" mechanic – if you sit by the fire, the character’s stress level goes down. You can also integrate a heat system (for example: at night, you’ll freeze without a campfire).\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"fml-campfire-system__ending\"\u003e\n\n    \u003cp\u003e\n      The script is compatible with all popular inventory systems... And supports ox_target for interaction through the E key.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      You only need ox_lib + the item storage system installed!\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/article\u003e","brand":"Last Code Studio","offers":[{"title":"Default Title","offer_id":45847148691565,"sku":null,"price":20.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0683\/2072\/3053\/files\/1a4f8a5a902c5143078225d87e09e8c918945c18.jpg?v=1789408709","url":"https:\/\/fivem-lab.com\/products\/survival-campfire-system-fivem-script","provider":"Fivem-Lab","version":"1.0","type":"link"}