|
|
Line 1: |
Line 1: |
− | {{script overview
| + | #REDIRECT [[Script:WFRP4e]] |
− | |name=WFRP4e
| + | |
− | |author={{user profile|143288|Seth W.}}
| + | |
− | |version=0.01
| + | |
− | |dependencies=
| + | |
− | |lastmodified=2019-02-14}}
| + | |
− | {{stub}}
| + | |
− | | + | |
− | The WFRP4e Tools speed combat by allowing for quick computation and referencing results from Oops! events, as well as Critical Location and Result events.
| + | |
− | | + | |
− | == Syntax ==
| + | |
− | {{syntaxbox top|Example|nocat=true}}
| + | |
− | {{API command|help}}<br>
| + | |
− | {{API command|oops}}<br>
| + | |
− | {{API command|oops x}}<br>
| + | |
− | {{API command|critloc}}<br>
| + | |
− | {{API command|critloc x}}<br>
| + | |
− | {{API command|crithead}}<br>
| + | |
− | {{API command|crithead x}}<br>
| + | |
− | {{API command|critbody}}<br>
| + | |
− | {{API command|critbody x}}<br>
| + | |
− | {{API command|critarm}}<br>
| + | |
− | {{API command|critarm x}}<br>
| + | |
− | {{API command|critleg}}<br>
| + | |
− | {{API command|critleg x}}<br>
| + | |
− | {{syntaxbox end}}
| + | |
− | | + | |
− | == Installation and Configuration ==
| + | |
− | Copy the script's code, available from the menu on the right and stored at Roll20's [https://github.com/Roll20/roll20-api-scripts API GitHub Repository]. Paste the code into a new script in your campaign's [[API:Use_Guide#The_Script_Editor|API Script Editor]]. Save the new script and it will be available inside your campaign.
| + | |
− | | + | |
− | == 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.
| + | |
− | | + | |
− | == Changelog ==
| + | |
− | {{changelog version|1.0|2019-02-19|* Release}}
| + | |