[

  {
    "id": "gasdiscount_silver",
    "type": "TOOL",
    "symbol": ",",
    "color": "yellow",
    "name": "silver gas discount card",
    "description": "This card gives you a little discount on the purchase of gasoline.",
    "price": 500,
    "material": "plastic",
    "flags": ["GAS_DISCOUNT", "DISCOUNT_VALUE_1"],
    "weight": 6,
    "volume": 0,
    "bashing": -8,
    "cutting": 0,
    "to_hit": -3,
    "max_charges": 0,
    "initial_charges": 0,
    "charges_per_use": 0,
    "turns_per_charge": 0,
    "ammo": "NULL",
    "revert_to": "null"
  },
  {
    "id": "gasdiscount_gold",
    "type": "TOOL",
    "symbol": ",",
    "color": "yellow",
    "name": "gold gas discount card",
    "description": "This card gives you a good discount on the purchase of gasoline.",
    "price": 500,
    "material": "plastic",
    "flags": ["GAS_DISCOUNT", "DISCOUNT_VALUE_2"],
    "weight": 6,
    "volume": 0,
    "bashing": -8,
    "cutting": 0,
    "to_hit": -3,
    "max_charges": 0,
    "initial_charges": 0,
    "charges_per_use": 0,
    "turns_per_charge": 0,
    "ammo": "NULL",
    "revert_to": "null"
  },
  {
    "id": "gasdiscount_platinum",
    "type": "TOOL",
    "symbol": ",",
    "color": "yellow",
    "name": "platinum gas discount card",
    "description": "This card gives you a splendid discount on the purchase of gasoline.",
    "price": 500,
    "material": "plastic",
    "flags": ["GAS_DISCOUNT", "DISCOUNT_VALUE_3"],
    "weight": 6,
    "volume": 0,
    "bashing": -8,
    "cutting": 0,
    "to_hit": -3,
    "max_charges": 0,
    "initial_charges": 0,
    "charges_per_use": 0,
    "turns_per_charge": 0,
    "ammo": "NULL",
    "revert_to": "null"
  }

]
