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
m
m
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
 
<noinclude>{{revdate}}
 
<noinclude>{{revdate}}
{{pro only|page}}
+
{{pro only|page}}{{apiboxRec}}
 
{{main|API:Script Index}}
 
{{main|API:Script Index}}
 
</noinclude>
 
</noinclude>
Universal combat scripts assist in making combat flow more easily. This can mean anything from automatically handling initiative({{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|D&D 5E]] & below
+
Universal combat scripts assist in making combat flow more easily. This can mean anything from automatically handling initiative({{Turn Tracker}}), automating exchanges between combatants, or doing more comprehensive management. Scripts made for specific Game systems or Roll20 sheets are listed on [[5E APIs|D&D 5E]] & [[API:System_Specific|System_Specific]]
 
* '''[[Script:Group Initiative|Group Initiative]]''' -- Adds the selected tokens to the turn order after rolling their initiative + configurable data.
 
* '''[[Script:Group Initiative|Group Initiative]]''' -- Adds the selected tokens to the turn order after rolling their initiative + configurable data.
 +
* '''[[Script:TurnMarker1|TurnMarker1]]''' -- provides a visual marker to show which token's turn it is & centers map on them.
 
* '''{{forum|permalink/9441420/ CombatMaster}}''' (by [[Victor B.]]) -- API for improving various aspects of combat. Automating condition duration in combat, Initiative improvement, and more.
 
* '''{{forum|permalink/9441420/ CombatMaster}}''' (by [[Victor B.]]) -- API for improving various aspects of combat. Automating condition duration in combat, Initiative improvement, and more.
 +
* '''[[Script:autoButtons|autoButtons]]''' - automatically generate damage & healing buttons in chat after rolls are made, making it quick & easy to apply the damage & healing to other characters.
 
* {{fpl|10212772/ AddCustomTurn}} (by [[Aaron]])-- An easy way to add (and remove) custom turns which increment or decrement, and have auto delete features.
 
* {{fpl|10212772/ AddCustomTurn}} (by [[Aaron]])-- An easy way to add (and remove) custom turns which increment or decrement, and have auto delete features.
 
* [[Script:EncounterHelper|EncounterHelper]] -- Group tokens into encounters, making it easy to shown/hide/reset individual encounters on the same map, along with rolling initiative for them.
 
* [[Script:EncounterHelper|EncounterHelper]] -- Group tokens into encounters, making it easy to shown/hide/reset individual encounters on the same map, along with rolling initiative for them.
 +
* {{api-gh|ChatTurnManager#readme ChatTurnManager}} -- A script to simplify Turn Order Management, and move it into chat.
 
* [[Script: Critical|Critical]] -- Quick method of determining the outcome of a critical hit.
 
* [[Script: Critical|Critical]] -- Quick method of determining the outcome of a critical hit.
 
* [[Script: Fumbler|Fumbler]] -- Quick method of determining the outcome of a fumble.
 
* [[Script: Fumbler|Fumbler]] -- Quick method of determining the outcome of a fumble.
Line 13: Line 16:
 
* [[Script:InitMaster|InitiativeMaster]] -- Standard, Group & Individual Initiative manager for [[Script:RoundMaster]] with many additional features
 
* [[Script:InitMaster|InitiativeMaster]] -- Standard, Group & Individual Initiative manager for [[Script:RoundMaster]] with many additional features
 
* [[Script:RoundMaster|RoundMaster]] -- Generic Turn Order Tracker, Token status manager, and Effect macro system
 
* [[Script:RoundMaster|RoundMaster]] -- Generic Turn Order Tracker, Token status manager, and Effect macro system
* {{api-gh|ChatTurnManager#readme ChatTurnManager}} -- A script to simplify Turn Order Management, and move it into chat.
 
 
<noinclude>
 
<noinclude>
 
==See Also==
 
==See Also==

Latest revision as of 17:12, 24 March 2022

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 & System_Specific

  • Group Initiative -- Adds the selected tokens to the turn order after rolling their initiative + configurable data.
  • TurnMarker1 -- provides a visual marker to show which token's turn it is & centers map on them.
  • CombatMaster(Forum) (by Victor B.) -- API for improving various aspects of combat. Automating condition duration in combat, Initiative improvement, and more.
  • autoButtons - automatically generate damage & healing buttons in chat after rolls are made, making it quick & easy to apply the damage & healing to other characters.
  • 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, making it easy to shown/hide/reset individual encounters on the same map, along with rolling initiative for them.
  • GitHubLogo.png -- A script to simplify Turn Order Management, and move it into chat.
  • 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.
  • InitiativeMaster -- Standard, Group & Individual Initiative manager for Script:RoundMaster with many additional features
  • RoundMaster -- Generic Turn Order Tracker, Token status manager, and Effect macro system

[edit] See Also