Difference between revisions of "Script:WFRP4e"
From Roll20 Wiki
(Created page with "{{script overview |name=WFRP4e |author={{user profile|143288|Seth W.}} |version=0.01 |dependencies= |lastmodified=2019-02-14}} {{stub}} The WFRP4e Tools speed combat by allow...") |
Andreas J. (Talk | contribs) m |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | {{revdate}}{{stub}} | ||
{{script overview | {{script overview | ||
|name=WFRP4e | |name=WFRP4e | ||
Line 5: | Line 6: | ||
|dependencies= | |dependencies= | ||
|lastmodified=2019-02-14}} | |lastmodified=2019-02-14}} | ||
− | + | The '''WFRP4e''' API is made to speed up combat by allowing for quick computation and referencing results from "Oops!" events, as well as Critical Location and Result events. | |
− | + | Made for the '''Warhammer Fantasy Roleplay 4th Edition''' system. | |
== Syntax == | == Syntax == | ||
Line 36: | Line 37: | ||
== Changelog == | == Changelog == | ||
{{changelog version|1.0|2019-02-19|* Release}} | {{changelog version|1.0|2019-02-19|* Release}} | ||
+ | <br> | ||
+ | <br> | ||
+ | [[Category:Warhammer Fantasy Roleplay]] |
Latest revision as of 12:56, 24 September 2021
Page Updated: 2021-09-24 |
This article is a stub. |
Version: 0.01
Last Modified: 2019-02-14
Code: WFRP4e
Dependencies: None
Conflicts: None
The WFRP4e API is made to speed up combat by allowing for quick computation and referencing results from "Oops!" events, as well as Critical Location and Result events.
Made for the Warhammer Fantasy Roleplay 4th Edition system.
Contents |
[edit] Syntax
!help
!oops
!oops x
!critloc
!critloc x
!crithead
!crithead x
!critbody
!critbody x
!critarm
!critarm x
!critleg
!critleg x
[edit] Installation and Configuration
Copy the script's code, available from the menu on the right and stored at Roll20's API GitHub Repository. Paste the code into a new script in your campaign's API Script Editor. Save the new script and it will be available inside your campaign.
[edit] Script Use
Type the !oops command into the chat to roll a result from the Oops! table, or the !oops 73 command to look up the result of a 73 on the Oops! table. !critloc provides similar results for Critical Location, as do !crithead, !critbody, !critarm, and !critleg.
You may use the !help command is available in-game to provide this information to players to speed their use.
[edit] Changelog
v1.0 (2019-02-19)
- Release