API:RPGMaster
From Roll20 Wiki
Revision as of 15:16, 11 January 2022 by Andreas J. (Talk | contribs)
Page Updated: 2022-01-11 |
The RPGMaster suite of APIs is a set of APIs created primarily for enhancing AD&D 2E gameplay, made by Richard E. The APIs are compatible with the Advanced 2nd Edition character sheet.
Some of the APIs can be used with other sheets.
RPGMaster APIs
General
These have utility to be used with sheets other than just the Advanced 2nd Edition-sheet
- Script:InitMaster -- currently configured to only use the AD&D2e Character Sheet from Peter B. It uses the Roll Templates defined in that sheet extensively.
- See Configuring the Token and Character Sheet for use with the API-section for use with other sheets. Tuture development will focus on implementing more generic functionality.
- Script:RoundMaster -- purpose is to extend the functionality of the t Turn Tracker capability. Based on the old TrackerJacker API.
AD&D 2E only
- Script:AttackMaster -- provides functions to manage weapons, armour & shields, including taking weapons in hand and using them to attack. It uses standard AD&D 2e rules to the full extent
- Script:CommandMaster -- It manages the initialisation of a Campaign to use the RPGMaster APIs, communication and command syntax updates between the APIs and, most importantly for the DM, easy menu-driven setup of Tokens and Character Sheets to work with the APIs.
- Script:MagicMaster -- provides functions to manage all types of magic, including Wizard & Priest spell use and effects; Character, NPC & Monster Powers; and discovery, looting, use and cursing of Magic Items.
- Script:MoneyMaster
Related Pages
- Advanced 2nd Edition -character sheet
- API:Script Index