Платное Water Bases 1.0.15

Advanced config (only editable through oxide/config/WaterBases.json)

Water foundation crafting cost

Here you can adjust how much it costs to craft water foundations. Make it more expensive, less expensive, or add/remove required materials. The cost will stay the same for all permission profiles.

A full list of short names for items can be found at https://www.corrosionhour.com/rust-item-list/

JSON:
{"CraftingCostSquare": [
    {
        "Shortname": "wood",
        "Amount": 100
    },
    {
        "Shortname": "metal.fragments",
        "Amount": 200
    }
],
"CraftingCostTriangle": [
    {
        "Shortname": "wood",
        "Amount": 50
    },
    {
        "Shortname": "metal.fragments",
        "Amount": 100
    }
],}