Skip to content

Commit 19086c0

Browse files
author
SteveKoontz
authored
Merge pull request Roll20#382 from Kurohyou/master
Updates and New Scripts
2 parents 39c6aed + 68f661e commit 19086c0

File tree

6 files changed

+2798
-1
lines changed

6 files changed

+2798
-1
lines changed

Customizable-Roll-Listener/1.0/CRL.js

+551
Large diffs are not rendered by default.
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "Customizable Roll Listener",
3+
"script": "CRL.js",
4+
"version": "1.0",
5+
"previousversions": [],
6+
"description": "# Customizable Roll Listener\r\r### The script allows you to define custom reactions to various chat input and roll results. Listeners are stored as abilities in a script created character, which also holds the script's help menu. Access the help menu via by typing '!crl' in to chat.",
7+
"authors": "Scott C.",
8+
"roll20userid": "459831",
9+
"useroptions": [],
10+
"dependencies": [],
11+
"modifies": {
12+
"state.CRL": "read,write",
13+
"ability": "read,write",
14+
"attribute": "read,write",
15+
"character": "read,write"
16+
},
17+
"conflicts": []
18+
}

EasyExperience/script.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"script": "EasyExperience.js",
44
"version": "1.1",
55
"previousversions": ["1.04", "1.03", "1.02", "1.01", "1.0", "0.4"],
6-
"description": "# EasyExperience\r\r###### Make awarding XP simple!\r\r### PC vs. NPC: \rThe script determines if a character is a PC or an NPC based on whether or not it is controlled by a specific player. Characters with no control, or only controlled by 'All Players' are ignored.\r\r###Storing of XP\rThe script will create a character named ExperienceThresholds with a Session XP attribute and an attribute for each level in your system’s progression. This is where the script stores the XP accrued in a session and the thresholds for progressing to the next level respectively\r\r###Commands\rUse !xp followed by one of these commands to call the script:\r*help – Shows the help screen\r*challenge – Add an XP amount to the session tally. This can be a typed in number or passed via an attribute call to a character’s attribute. You can also follow this amount with the number of times you would like it added. You can specify characters to add XP to (in place of the session tally) by adding their character ids on to the end of the command; you must specify a multiplication value in this case and the total xp will be divided evenly among the specified PCs.\r*session – Divides the session xp total by the number of PCs and applies that xp to all PCs\r*config – Select your experience progression system and set PCs to active or MIA.\r**XP Progression options: Pathfinder slow, medium, fast, or Society play, D&D 5e, and custom",
6+
"description": "# EasyExperience\r\r###### Make awarding XP simple!\r\r### PC vs. NPC: \rThe script determines if a character is a PC or an NPC based on whether or not it is controlled by a specific player. Characters with no control, or only controlled by 'All Players' are ignored.\r\r### Storing of XP\rThe script will create a character named ExperienceThresholds with a Session XP attribute and an attribute for each level in your system’s progression. This is where the script stores the XP accrued in a session and the thresholds for progressing to the next level respectively\r\r### Commands\rUse !xp followed by one of these commands to call the script:\r*help – Shows the help screen\r*challenge – Add an XP amount to the session tally. This can be a typed in number or passed via an attribute call to a character’s attribute. You can also follow this amount with the number of times you would like it added. You can specify characters to add XP to (in place of the session tally) by adding their character ids on to the end of the command; you must specify a multiplication value in this case and the total xp will be divided evenly among the specified PCs.\r*session – Divides the session xp total by the number of PCs and applies that xp to all PCs\r*config – Select your experience progression system and set PCs to active or MIA.\r**XP Progression options: Pathfinder slow, medium, fast, or Society play, D&D 5e, and custom",
77
"authors": "Scott C.",
88
"roll20userid": "459831",
99
"useroptions": [],

0 commit comments

Comments
 (0)