[
  {
    "id": "inflatable_boat",
    "type": "TOOL",
    "symbol": "0",
    "color": "light_gray",
    "name": "inflatable boat",
    "description": "This rubber rowboat (oars included) is deflated for storage.  Activate it (having an air pump in inventory) to inflate and launch.",
    "price": 350000,
    "material": "plastic",
    "weight": 9071,
    "volume": 86,
    "bashing": 10,
    "cutting": 0,
    "to_hit": -5,
    "max_charges": 0,
    "initial_charges": 0,
    "charges_per_use": 0,
    "turns_per_charge": 0,
    "ammo": "NULL",
    "revert_to": "null",
    "use_action": {
      "type": "unfold_vehicle",
      "vehicle_name": "inflatable_boat",
      "tools_needed" : { "hand_pump" : 1 },
      "unfold_msg": "You painstakingly unfold, inflate, and launch the %s.",
      "moves": 15000
    }
  },{
    "id": "hand_pump",
    "type": "TOOL",
    "symbol": "/",
    "color": "blue",
    "name": "hand pump",
    "name_plural": "hand pumps",
    "description": "This pump is suitable for pumping air into inflatable objects.",
    "price": 400,
    "material": ["aluminum", "plastic"],
    "weight": 113,
    "volume": 1,
    "bashing": 0,
    "cutting": 6,
    "to_hit": -1,
    "max_charges": 0,
    "initial_charges": 0,
    "charges_per_use": 0,
    "turns_per_charge": 0,
    "ammo": "NULL",
    "revert_to": "null"
  }
]
