Skip to content

Transport


Grasp Handle On Deposit

  • Description: Grasp a handle at a deposit zone.

  • Args:

    • rune (EnchantedObject): The enchanted object representing the handle.
  • Endpoint: /api/v1/dict/

  • Type of Argument: Dict

  • JSON Example:

    {
      "command": "skill",
      "value": {
        "name": "grasp_handle_on_deposit",
        "rune": rune
      }
    }
    

Put Down Handle On Deposit

  • Description: Place a handle at a specified deposit zone.

  • Args:

    • handle (EnchantedObject): The handle to place.
    • destination (DepositZone): The destination deposit zone.
  • Endpoint: /api/v1/dict/

  • Type of Argument: Dict

  • JSON Example:

    {
      "command": "skill",
      "value": {
        "name": "put_down_handle_on_deposit",
        "handle": handle,
        "destination": destination
      }
    }