/lets-trade-5e

A Foundry VTT module which allows you to send and receive items from other players.

Primary LanguageJavaScriptMIT LicenseMIT

Lets Trade 5e

A Foundry VTT module which allows you to send and receive items from other players.

This module was created during the December 2020 Hackathone.

Features

Allows player characters to trade with one another. Players must be online to trade, and they must have their character selected in the player configuration. Click on the "balance" icon for an item or next to the currency. You will be prompted with the ability to transfer the item or coins to another player character.

The second player must then confirm the trade with a prompt on their screen, at which time, the items or coins will be transferred between the players.

API

game.modules.get("lets-trade-5e").api.openCurrencyTrade(actorId) => void

game.modules.get("lets-trade-5e").api.openItemTrade(actorId, itemId) => void

Supported Systems

  • DND5e
  • A5e (Use the Trade button on the sheet header)

Supported Sheets

  • DND5e
  • Sky's Alternative Character Sheet
  • Tidy5e
  • Dark Sheet
  • D&D Beyond Character Sheet
  • D&D Beyond Compat Character Sheet
  • OGL 5e Sheet

Supported Languages

  • English
  • Deutsch
  • Spanish
  • Chinese
  • Japanese
  • Portuguese

Known issues

  • Player might see trade icons on sheets without owner permissions.
  • Lack of support for trading with unclaimed player characters.