Difference between revisions of "API:RPGMaster"
From Roll20 Wiki
Andreas J. (Talk | contribs) (Created page with "<noinclude>{{revdate}}__NOTOC__</noinclude> The '''RPGMaster''' suite of APIs is a set of APIs created primarily for enhancing AD&D 2E gameplay, made by Richard E. The...") |
Andreas J. (Talk | contribs) m |
||
Line 1: | Line 1: | ||
<noinclude>{{revdate}}__NOTOC__</noinclude> | <noinclude>{{revdate}}__NOTOC__</noinclude> | ||
+ | ==RPGMaster APIs== | ||
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. | 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. | Some of the APIs can be used with other sheets. | ||
− | |||
− | |||
===General=== | ===General=== | ||
These have utility to be used with sheets other than just the [[Advanced 2nd Edition]]-sheet | These have utility to be used with sheets other than just the [[Advanced 2nd Edition]]-sheet |
Revision as of 15:18, 11 January 2022
Page Updated: 2022-01-11 |
RPGMaster APIs
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.
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