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 "Script:Conditions"

From Roll20 Wiki

Jump to: navigation, search
(Update docs for v0.6)
(API no longer available, list replacemnt options)
Line 1: Line 1:
{{script overview
 
|name=Conditions
 
|author={{user profile|503018|manveti}}
 
|version=0.6
 
|lastmodified=2015-08-04}}
 
  
'''Conditions''' tracks attribute-modifying conditions on characters.  It allows the user to define named conditions consisting of sets of attribute modifiers, or to apply simple anonymous modifications to any attribute.
+
<strike>'''Conditions''' tracks attribute-modifying conditions on characters.  It allows the user to define named conditions consisting of sets of attribute modifiers, or to apply simple anonymous modifications to any attribute.</strike>
  
 +
{{orange| API discontinued}}
 +
 +
Alternatives:
 +
* '''{{forum|permalink/9441420/ CombatMaster}}''' -- API for improving various aspects of combat. Automating condition duration in combat, Initiative improvement, and more.
 +
* [[API:Script Index]]
 +
 +
<!--
 
It is recommended that this script be used in conjunction with the [[Script:CommandShell|CommandShell]] module, which will improve output formatting and command discovery, and will enable whitespace in condition descriptions.
 
It is recommended that this script be used in conjunction with the [[Script:CommandShell|CommandShell]] module, which will improve output formatting and command discovery, and will enable whitespace in condition descriptions.
  
Line 122: Line 124:
 
* List each anonymous condition with its index so it's easier to remove the right one.}}
 
* List each anonymous condition with its index so it's easier to remove the right one.}}
 
{{changelog version|0.1|2015-07-02|* Initial release}}
 
{{changelog version|0.1|2015-07-02|* Initial release}}
 +
-->

Revision as of 21:02, 20 September 2021

Conditions tracks attribute-modifying conditions on characters. It allows the user to define named conditions consisting of sets of attribute modifiers, or to apply simple anonymous modifications to any attribute.


Alternatives:

  • CombatMaster(Forum) -- API for improving various aspects of combat. Automating condition duration in combat, Initiative improvement, and more.
  • API:Script Index