Skip to content

Commit

Permalink
Deprecated 5E OGL and Shaped trap themes. Please use the generic 5E t…
Browse files Browse the repository at this point in the history
…rap theme instead.
  • Loading branch information
Stephen Lindberg committed Apr 7, 2017
1 parent 250d03d commit 878bac8
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 58 deletions.
11 changes: 11 additions & 0 deletions ItsATrap_theme_5E_OGL/3.0.1/TrapTheme.js
@@ -0,0 +1,11 @@
(() => {
'use strict';

// The name used by this script to send alerts to the GM in the chat.
const CHAT_NAME = 'ItsATrap-5E_OGL';

// Register the theme with ItsATrap.
on('ready', () => {
sendChat(CHAT_NAME, '/w gm This script is deprecated. Please use the generic D&D 5E trap theme instead.');
});
})();
27 changes: 1 addition & 26 deletions ItsATrap_theme_5E_OGL/README.md
@@ -1,28 +1,3 @@
# It's A Trap! - 5th Edition OGL theme (Deprecated)

This is a D&D 5th edition trap theme for the It's A Trap! script, compatible with
the 5th Edition (OGL by Roll20) character sheet.

This trap theme is deprecated and planned for removal from the Roll20 API when
the next version of It's A Trap! is released. Please use the 5E Generic Trap Theme instead.

## Help

Due to complications with the API reading attributes from certain character sheets,
there have been issues in the past with things such as saving throws or passive perception
not being correct. If this happens, first try adjusting the values for these on
your character sheet or try re-creating the character sheet from scratch to see
if that resolves the problem.

If you continue to experience any issues while using this script,
need help using it, or if you have a neat suggestion for a new feature, please reply to this thread:
https://app.roll20.net/forum/post/3280344/script-its-a-trap-v2-dot-3
or shoot me a PM:
https://app.roll20.net/users/46544/stephen-l

## Show Support

If you would like to show your appreciation and support for the work I do in writing,
updating, and maintaining my API scripts, consider buying one of my art packs from the Roll20 marketplace (https://marketplace.roll20.net/browse/search/?keywords=&sortby=newest&type=all&genre=all&author=Stephen%20Lindberg)
or, simply leave a thank you note in the script's thread on the Roll20 forums.
Either is greatly appreciated! Happy gaming!
_This script is deprecated. Please use the generic D&D 5E trap theme instead._
6 changes: 3 additions & 3 deletions ItsATrap_theme_5E_OGL/script.json
@@ -1,9 +1,9 @@
{
"name": "It's a Trap! - D&D 5E OGL theme",
"script": "TrapTheme.js",
"version": "3.0",
"previousversions": ["1.0", "1.1", "1.2"],
"description": "# It's A Trap! - 5th Edition OGL theme (Deprecated)\r\rThis is a D&D 5th edition trap theme for the It's A Trap! script, compatible with\rthe 5th Edition (OGL by Roll20) character sheet.\r\rThis trap theme is deprecated and planned for removal from the Roll20 API when\rthe next version of It's A Trap! is released. Please use the 5E Generic Trap Theme instead.\r\r## Help\r\rDue to complications with the API reading attributes from certain character sheets,\rthere have been issues in the past with things such as saving throws or passive perception\rnot being correct. If this happens, first try adjusting the values for these on\ryour character sheet or try re-creating the character sheet from scratch to see\rif that resolves the problem.\r\rIf you continue to experience any issues while using this script,\rneed help using it, or if you have a neat suggestion for a new feature, please reply to this thread:\rhttps://app.roll20.net/forum/post/3280344/script-its-a-trap-v2-dot-3\ror shoot me a PM:\rhttps://app.roll20.net/users/46544/stephen-l\r\r## Show Support\r\rIf you would like to show your appreciation and support for the work I do in writing,\rupdating, and maintaining my API scripts, consider buying one of my art packs from the Roll20 marketplace (https://marketplace.roll20.net/browse/search/?keywords=&sortby=newest&type=all&genre=all&author=Stephen%20Lindberg)\ror, simply leave a thank you note in the script's thread on the Roll20 forums.\rEither is greatly appreciated! Happy gaming!\r",
"version": "3.0.1",
"previousversions": ["1.0", "1.1", "1.2", "3.0"],
"description": "# It's A Trap! - 5th Edition OGL theme (Deprecated)\r\r_This script is deprecated. Please use the generic D&D 5E trap theme instead._\r",
"authors": "Stephen Lindberg",
"roll20userid": 46544,
"useroptions": [],
Expand Down
11 changes: 11 additions & 0 deletions ItsATrap_theme_5E_Shaped/3.0.1/theme.js
@@ -0,0 +1,11 @@
(() => {
'use strict';

// The name used by this script to send alerts to the GM in the chat.
const CHAT_NAME = 'ItsATrap-5E-Shaped';

// Register the theme with ItsATrap.
on('ready', () => {
sendChat(CHAT_NAME, '/w gm This script is deprecated. Please use the generic D&D 5E trap theme instead.');
});
})();
27 changes: 1 addition & 26 deletions ItsATrap_theme_5E_Shaped/README.md
@@ -1,28 +1,3 @@
# It's A Trap! - 5th Edition (Shapedv2) theme (Deprecated)

This is a D&D 5th edition trap theme for the It's A Trap! script, compatible with
the 5th Edition (Shapedv2) character sheet by Mlenser.

This trap theme is deprecated and planned for removal from the Roll20 API when
the next version of It's A Trap! is released. Please use the 5E Generic Trap Theme instead.

## Help

Due to complications with the API reading attributes from certain character sheets,
there have been issues in the past with things such as saving throws or passive perception
not being correct. If this happens, first try adjusting the values for these on
your character sheet or try re-creating the character sheet from scratch to see
if that resolves the problem.

If you continue to experience any issues while using this script,
need help using it, or if you have a neat suggestion for a new feature, please reply to this thread:
https://app.roll20.net/forum/post/3280344/script-its-a-trap-v2-dot-3
or shoot me a PM:
https://app.roll20.net/users/46544/stephen-l

## Show Support

If you would like to show your appreciation and support for the work I do in writing,
updating, and maintaining my API scripts, consider buying one of my art packs from the Roll20 marketplace (https://marketplace.roll20.net/browse/search/?keywords=&sortby=newest&type=all&genre=all&author=Stephen%20Lindberg)
or, simply leave a thank you note in the script's thread on the Roll20 forums.
Either is greatly appreciated! Happy gaming!
_This script is deprecated. Please use the generic D&D 5E trap theme instead._
6 changes: 3 additions & 3 deletions ItsATrap_theme_5E_Shaped/script.json
@@ -1,9 +1,9 @@
{
"name": "It's a Trap! - D&D 5E Shaped theme",
"script": "theme.js",
"version": "3.0",
"previousversions": ["1.0", "1.1", "1.2"],
"description": "# It's A Trap! - 5th Edition (Shapedv2) theme (Deprecated)\r\rThis is a D&D 5th edition trap theme for the It's A Trap! script, compatible with\rthe 5th Edition (Shapedv2) character sheet by Mlenser.\r\rThis trap theme is deprecated and planned for removal from the Roll20 API when\rthe next version of It's A Trap! is released. Please use the 5E Generic Trap Theme instead.\r\r## Help\r\rDue to complications with the API reading attributes from certain character sheets,\rthere have been issues in the past with things such as saving throws or passive perception\rnot being correct. If this happens, first try adjusting the values for these on\ryour character sheet or try re-creating the character sheet from scratch to see\rif that resolves the problem.\r\rIf you continue to experience any issues while using this script,\rneed help using it, or if you have a neat suggestion for a new feature, please reply to this thread:\rhttps://app.roll20.net/forum/post/3280344/script-its-a-trap-v2-dot-3\ror shoot me a PM:\rhttps://app.roll20.net/users/46544/stephen-l\r\r## Show Support\r\rIf you would like to show your appreciation and support for the work I do in writing,\rupdating, and maintaining my API scripts, consider buying one of my art packs from the Roll20 marketplace (https://marketplace.roll20.net/browse/search/?keywords=&sortby=newest&type=all&genre=all&author=Stephen%20Lindberg)\ror, simply leave a thank you note in the script's thread on the Roll20 forums.\rEither is greatly appreciated! Happy gaming!\r",
"version": "3.0.1",
"previousversions": ["1.0", "1.1", "1.2", "3.0"],
"description": "# It's A Trap! - 5th Edition (Shapedv2) theme (Deprecated)\r\r_This script is deprecated. Please use the generic D&D 5E trap theme instead._\r",
"authors": "Stephen Lindberg",
"roll20userid": 46544,
"useroptions": [],
Expand Down

0 comments on commit 878bac8

Please sign in to comment.