Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Combat/API"

From Roll20 Wiki

Jump to: navigation, search
(transcude section)
 
m
Line 13: Line 13:
 
* {{api-gh|ChatTurnManager#readme ChatTurnManager}} -- A script to simplify Turn Order Management, and move it into chat.
 
* {{api-gh|ChatTurnManager#readme ChatTurnManager}} -- A script to simplify Turn Order Management, and move it into chat.
 
<noinclude>
 
<noinclude>
 +
==See Also==
 +
* [[Turn Tracker/API]]
 +
* [[Character Sheet/API]]
 +
 
[[Category:API Recommendations]]
 
[[Category:API Recommendations]]
 
</noinclude>
 
</noinclude>

Revision as of 17:32, 30 November 2021

Main Page: API:Script Index

Universal combat scripts assist in making combat flow more easily. This can mean anything from automatically handling initiative(t Turn Tracker), automating exchanges between combatants, or doing more comprehensive management. Scripts made for specific Game systems or Roll20 sheets are listed on D&D 5E & below

  • Group Initiative -- Adds the selected tokens to the turn order after rolling their initiative + configurable data.
  • CombatMaster(Forum) (by Victor B.) -- API for improving various aspects of combat. Automating condition duration in combat, Initiative improvement, and more.
  • AddCustomTurn(Forum) (by Aaron)-- An easy way to add (and remove) custom turns which increment or decrement, and have auto delete features.
  • EncounterHelper -- Group tokens into encounters that can be shown, hidden, and reset to their initial values.
  • Critical -- Quick method of determining the outcome of a critical hit.
  • Fumbler -- Quick method of determining the outcome of a fumble.
  • Initiative Tracker Plus -- Initiative and effect tracker with other features.
  • GitHubLogo.png -- A script to simplify Turn Order Management, and move it into chat.

See Also