diff --git a/Toon/readme.md b/Toon/readme.md
new file mode 100644
index 0000000000..63dcfcde84
--- /dev/null
+++ b/Toon/readme.md
@@ -0,0 +1,9 @@
+# Toon Character Sheet
+
+This is a Toon character sheet. It is designed for
+use with Roll20.net and released open source under the MIT License.
+
+### Changelog ###
+
+**Initial release - February 28, 2015**
+- First release.
\ No newline at end of file
diff --git a/Toon/sheet.json b/Toon/sheet.json
new file mode 100644
index 0000000000..f186023be8
--- /dev/null
+++ b/Toon/sheet.json
@@ -0,0 +1,8 @@
+{
+ "html": "toon.html",
+ "css": "toon.css",
+ "authors": "Hylianux",
+ "roll20userid": "421773",
+ "preview": "toon.png",
+ "instructions": "This sheet is designed for use with Toon: The Cartoon Roleplaying Game."
+}
diff --git a/Toon/toon.css b/Toon/toon.css
new file mode 100644
index 0000000000..f2130e6f8e
--- /dev/null
+++ b/Toon/toon.css
@@ -0,0 +1,34 @@
+.charsheet label {
+display: inline-block;
+}
+.charsheet input {
+display: inline-block;
+width: 165px;
+}
+.sheet-col strong.sheet-dee {
+font-size: 1.4em;
+font-weight: bold;
+padding-right: 4px;
+}
+.charsheet input.sheet-short {
+width: 3.5em;
+}
+.charsheet {
+background-image: url("http://freeseamlesstextures.com/images/11-fiber-paper-background-sml.jpg");
+}
+.charsheet table td, .charsheet table th {
+font-size: 1.2em;
+font-weight: bold;
+text-align: center;
+}
+select.sheet-dtype {
+width: 60px;
+vertical-align: top;
+}
+input[type="number"] {
+ -moz-appearance: textfield;
+}
+input[type="number"]:hover,
+input[type="number"]:focus {
+ -moz-appearance: number-input;
+}
\ No newline at end of file
diff --git a/Toon/toon.html b/Toon/toon.html
new file mode 100644
index 0000000000..0725efeef1
--- /dev/null
+++ b/Toon/toon.html
@@ -0,0 +1,391 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Muscle
+
+
+
+
+
+
Skill
+
Level
+
+
+
+
+
Break Down Door
+
+
+
+
+
+
Climb
+
+
+
+
+
+
Fight
+
+
+
+
+
+
Pick Up Heavy Thing
+
+
+
+
+
+
Throw
+
+
+
+
+
+
+
+
+ Zip
+
+
+
+
+
+
Skill
+
Level
+
+
+
+
+
Dodge
+
+
+
+
+
+
Drive Vehicle
+
+
+
+
+
+
Fire Gun
+
+
+
+
+
+
Jump
+
+
+
+
+
+
Ride
+
+
+
+
+
+
Run
+
+
+
+
+
+
Swim
+
+
+
+
+
+
+
+
+ Smarts
+
+
+
+
+
+
Skill
+
Level
+
+
+
+
+
Hide/Spot Hidden
+
+
+
+
+
+
Identify Dangerous Thing
+
+
+
+
+
+
Read
+
+
+
+
+
+
Resist Fast-Talk
+
+
+
+
+
+
See/Hear/Smell
+
+
+
+
+
+
Set/Disarm Trap
+
+
+
+
+
+
Track/Cover Tracks
+
+
+
+
+
+
+
+
+ Chutzpah
+
+
+
+
+
+
Skill
+
Level
+
+
+
+
+
Fast-Talk
+
+
+
+
+
+
Pass/Detect Shoddy Goods
+
+
+
+
+
+
Sleight of Hand
+
+
+
+
+
+
Sneak
+
+
+
+
+
+
+
+
+
+ Shticks
+
+
+
+
+
Shtick
+
Level
+
+
+
+
+
Bag of Many Things (5 points)
+
+
+
+
+
+
Change Shape (5 points)
+
+
+
+
+
+
Coat of Arms (4 points)
+
+
+
+
+
+
Cosmic Shift (10 points)
+
+
+
+
+
+
Detect Item (2 points)
+
+
+
+
+
+
Flying (4 points)
+
+
+
+
+
+
Hypnosis (5 points)
+
+
+
+
+
+
Incredible Luck (3 points)
+
+
+
+
+
+
Incredible Speed (6 points)
+
+
+
+
+
+
Incredible Strength (5 points)
+
+
+
+
+
+
Invisibility (5 points)
+
+
+
+
+
+
Pet or Sidekick (3 points)
+
+
+
+
+
+
Quick Change/Disguise (3 points)
+
+
+
+
+
+
Stretching (3 points)
+
+
+
+
+
+
Teleport (6 points)
+
+
+
+
+
+
+
+
Custom Shticks
+
+
+
+
+ Possessions
+
+
+
+
\ No newline at end of file
diff --git a/Toon/toon.png b/Toon/toon.png
new file mode 100644
index 0000000000..75d2ace621
Binary files /dev/null and b/Toon/toon.png differ