Difference between revisions of "Script:Conditions"
From Roll20 Wiki
(Update docs for v0.6) |
Andreas J. (Talk | contribs) m |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{revdate}}{{orange| API discontinued}} |
− | + | <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> | |
− | + | ||
− | + | ||
− | + | ||
− | |||
+ | 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 122: | Line 123: | ||
* 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
Page Updated: 2021-10-11 |
API discontinued |
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