Adding second item to cost?Solved
I'm wondering how to add a second item to the cost of a deployment.  So say "Shock"
I'm trying to use the following, but it keeps deleting stuff down to once item type for cost.:  Can you please tell me what i'm doing incorrectly?  
Thanks
"Shock": {
      "Enabled": true,
      "AdminOnly": false,
      "DamageAmount": 85.0,
      "Radius": 2.0,
      "FuseTimer": 1.0,
      "Duration": 2.0,
      "Costs": [
            {
        "Shortname": "techparts",
          "Amount": 1,
        "Shortname": "electric.teslacoil",
          "Amount": 1
             }
"Costs": [
        {
          "Amount": 2,
          "Shortname": "grenade.beancan"
        },
        {
          "Amount": 2,
          "Shortname": "grenade.f1"
        }
      ],
thank you
Locked automatically