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.3)
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{script overview
+
{{revdate}}{{orange| API discontinued}}
|name=Conditions
+
<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>
|author={{user profile|503018|manveti}}
+
|version=0.3
+
|lastmodified=2015-07-06}}
+
  
'''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:
 +
* '''{{forum|permalink/9441420/ CombatMaster}}''' -- API for improving various aspects of combat. Automating condition duration in combat, Initiative improvement, and more.
 +
* [[API:Script Index]] - curated list of APIs
 +
 +
<!--
 
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 115: Line 116:
  
 
=== Changelog ===
 
=== Changelog ===
 +
{{changelog version|0.6|2015-08-04|* Set/clear status icons when token added or represents changed}}
 +
{{changelog version|0.5|2015-07-23|* Add support for inline rolls in arguments}}
 +
{{changelog version|0.4|2015-07-07|* Fix display of condition descriptions}}
 
{{changelog version|0.3|2015-07-06|* Clear status icons when clearing all conditions}}
 
{{changelog version|0.3|2015-07-06|* Clear status icons when clearing all conditions}}
 
{{changelog version|0.2|2015-07-04|* Fix -c arg handling.
 
{{changelog version|0.2|2015-07-04|* Fix -c arg handling.
 
* 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}}
 +
-->

Latest revision as of 14:00, 11 October 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 - curated list of APIs