# Settings

<pre class="language-json"><code class="lang-json">"settings": {
      // Sets max health for health item ( 0 - infinite )
      "max_health": "0",
      // Sets max armor for armor item ( 0 - infinite )
      "max_armor": "0",
      // Sets sell ratio. It should be float.
      "sell_ratio": "0.60",
      // Disable leg for default models
<strong>      "default_model_disable_leg": "false"
</strong> }
</code></pre>
