diff --git a/Totality_of_Ygg/totality_of_ygg.css b/Totality_of_Ygg/totality_of_ygg.css index b1b1a50770..3641457b08 100644 --- a/Totality_of_Ygg/totality_of_ygg.css +++ b/Totality_of_Ygg/totality_of_ygg.css @@ -6,10 +6,6 @@ color: black; } -.charsheet{ - background-color:white; - color:black; -} .charsheet .repcontrol { margin-top:15px; @@ -40,20 +36,8 @@ font-weight:bold; } -/** DELETE? **/ -.charsheet .sheet-info button[type="roll"] { - background: transparent; - border: 0px; -} - -/** DELETE? **/ -.charsheet .sheet-info > button { - float: right; -} - -.charsheet .sheet-info:before { +.charsheet .info:before { content:"ⓘ" !important; - padding-right:9px; } /*this hides the contents of each tab by default*/ @@ -92,10 +76,9 @@ font-weight: bold; border-radius: 4px; border: 1px solid #83B583; - width: 100px; - height: 40px; - cursor: pointer; + height: 40px; + cursor: pointer; position: relative; vertical-align: middle; margin-left: -101px;/*originally 91px*/ @@ -114,92 +97,106 @@ /*----------- End Tab Setup -----------*/ -.charsheet h3 {text-decoration: underline; padding-bottom:5px; color:black;} -.charsheet h4 {text-decoration: underline; padding-bottom:5px; color:black;} +/*----------- Tooltips -----------*/ + +/* Tooltip container */ +.mytooltip { + position: relative; + display: inline-block; +} + +/* Tooltip text */ +.mytooltip .mytooltiptext { + visibility: hidden; + width: 240px; + background-color: black; + color: #fff; + text-align: center; + padding: 5px 0; + border-radius: 6px; + + /* Position the tooltip text - see examples below! */ + position: absolute; + z-index: 1; +} + +/* Show the tooltip text when you mouse over the tooltip container */ +.mytooltip:hover .mytooltiptext { + visibility: visible; +} /** COLORS **/ -.sheet-green { +.green { background-color: #507f62; } -.sheet-brown { +.brown { background-color: #7f513e; } -.sheet-blue { +.blue { background-color: #51a5c5; } -.sheet-black { +.black { background-color: #555752; } -.sheet-white { +.white { background-color: #FFFFFF; } -.sheet-silver { +.silver { background-color: #91A1B2; } -.sheet-orange { +.orange { background-color: #e7623e; } -.sheet-gold { +.gold { background-color: #b59e54; } -.sheet-red { +.red { background-color: #c73032; } /*-----cols and rows-----*/ - - - -.sheet-center { - text-align: center; +.charsheet .my1colrow { } -.sheet-center label { - text-align: center; -} - -.charsheet .sheet-my1colrow { -} - -.charsheet .sheet-my1colrow .sheet-col { +.charsheet .my1colrow .sheet-col { width: calc(100% - 5px); padding: 5px; } -.charsheet .sheet-my2colrow { +.charsheet .my2colrow { } -.charsheet .sheet-my2colrow .sheet-col { +.charsheet .my2colrow .sheet-col { width: calc(48% - 10px) !important; padding: 5px; } -.charsheet .sheet-my3colrow { +.charsheet .my3colrow { } -.charsheet .sheet-my3colrow .sheet-col { +.charsheet .my3colrow .sheet-col { width: calc(30% - 10px) !important; padding: 5px; } -.charsheet .sheet-my4colrow { +.charsheet .my4colrow { } -.charsheet .sheet-my4colrow .sheet-col { +.charsheet .my4colrow .sheet-col { width: calc(23% - 10px) !important; padding: 5px; } @@ -212,50 +209,49 @@ /* character sheets */ -.charsheet .sheet-my1colrow .sheet-sellsword, -.charsheet .sheet-my1colrow .sheet-knave, -.charsheet .sheet-my1colrow .sheet-philosopher, -.charsheet .sheet-my1colrow .sheet-mystic, -.charsheet .sheet-my1colrow .sheet-murk, -.charsheet .sheet-my1colrow .sheet-spriggan, -.charsheet .sheet-my1colrow .sheet-night_child, -.charsheet .sheet-my1colrow .sheet-pooka +.charsheet .my1colrow .knave, +.charsheet .my1colrow .mystic, +.charsheet .my1colrow .philosopher, +.charsheet .my1colrow .sellsword, +.charsheet .my1colrow .murk, +.charsheet .my1colrow .night_child, +.charsheet .my1colrow .pooka, +.charsheet .my1colrow .spriggan { margin-left: -20px; max-width: 100%; - background-color: #b59e54; + background-color: #b59e54 !important; } -.charsheet .sheet-my1colrow .sheet-sellsword .sheet-3colrow .sheet-col, -.charsheet .sheet-my1colrow .sheet-knave .sheet-3colrow .sheet-col, -.charsheet .sheet-my1colrow .sheet-philosopher .sheet-3colrow .sheet-col, -.charsheet .sheet-my1colrow .sheet-mystic .sheet-3colrow .sheet-col, -.charsheet .sheet-my1colrow .sheet-murk .sheet-3colrow .sheet-col, -.charsheet .sheet-my1colrow .sheet-spriggan .sheet-3colrow .sheet-col, -.charsheet .sheet-my1colrow .sheet-night_child .sheet-3colrow .sheet-col, -.charsheet .sheet-my1colrow .sheet-pooka .sheet-3colrow .sheet-col +.charsheet .my1colrow .sellsword .my3colrow .sheet-col, +.charsheet .my1colrow .knave .my3colrow .sheet-col, +.charsheet .my1colrow .philosopher .my3colrow .sheet-col, +.charsheet .my1colrow .mystic .my3colrow .sheet-col, +.charsheet .my1colrow .murk .my3colrow .sheet-col, +.charsheet .my1colrow .spriggan .my3colrow .sheet-col, +.charsheet .my1colrow .night_child .my3colrow .sheet-col, +.charsheet .my1colrow .pooka .my3colrow .sheet-col { color: #000000; - text-align: left; width: calc(30% - 10px) !important; padding: 5px; } -.charsheet .sheet-my1colrow .sheet-sellsword .sheet-my2colrow .sheet-col, -.charsheet .sheet-my1colrow .sheet-knave .sheet-my2colrow .sheet-col, -.charsheet .sheet-my1colrow .sheet-philosopher .sheet-my2colrow .sheet-col, -.charsheet .sheet-my1colrow .sheet-mystic .sheet-my2colrow .sheet-col, -.charsheet .sheet-my1colrow .sheet-murk .sheet-my2colrow .sheet-col, -.charsheet .sheet-my1colrow .sheet-spriggan .sheet-my2colrow .sheet-col, -.charsheet .sheet-my1colrow .sheet-night_child .sheet-my2colrow .sheet-col, -.charsheet .sheet-my1colrow .sheet-pooka .sheet-my2colrow .sheet-col +.charsheet .my1colrow .sellsword .my2colrow .sheet-col, +.charsheet .my1colrow .knave .my2colrow .sheet-col, +.charsheet .my1colrow .philosopher .my2colrow .sheet-col, +.charsheet .my1colrow .mystic .my2colrow .sheet-col, +.charsheet .my1colrow .murk .my2colrow .sheet-col, +.charsheet .my1colrow .spriggan .my2colrow .sheet-col, +.charsheet .my1colrow .night_child .my2colrow .sheet-col, +.charsheet .my1colrow .pooka .my2colrow .sheet-col { width: calc(48% - 10px) !important; padding: 5px; } -.sheet-box { +.box { border: 1px solid black; padding: 7px; margin-bottom: 15px; @@ -263,138 +259,131 @@ } -.sheet-halfbox { +.halfbox { border-top: 1px solid black; border-bottom: 1px solid black; padding: 7px; margin-bottom: 15px; } -.sheet-left { -text-align:left; + +/*this hides the contents of each tab by default*/ +.charsheet .my1colrow .sellsword, +.charsheet .my1colrow .knave, +.charsheet .my1colrow .philosopher, +.charsheet .my1colrow .mystic, +.charsheet .my1colrow .murk, +.charsheet .my1colrow .spriggan, +.charsheet .my1colrow .night_child, +.charsheet .my1colrow .pooka + +{ + display: none !important; + background-color: #FFFFFF; +} + +.isSellsword:checked ~ .sellsword { + display: block !important; +} + +.isKnave:checked ~ .knave { + display: block !important; +} + +.isPhilosopher:checked ~ .philosopher { + display: block !important; +} + +.isMystic:checked ~ .mystic { + display: block !important; +} + +.isMurk:checked ~ .murk { + display: block !important; +} + +.isSpriggan:checked ~ .spriggan { + display: block !important; +} + +.isNightChild:checked ~ .night_child { + display: block !important; +} + +.isPooka:checked ~ .pooka { + display: block !important; +} + + +.charsheet .my4colrow .good-book { + display: none !important; +} + +.charsheet .my4colrow .book-of-secrets { + display: none !important; +} + +.charsheet .my4colrow .book-of-goblins { + display: none !important; +} + +.isBookOpen:checked ~ .good-book { + display: block !important; +} + +.isBookClosed:checked ~ .good-book { + display: none !important; +} + +.areSecretsOpen:checked ~ .book-of-secrets { + display: block !important; +} + +.areSecretsClosed:checked ~ .book-of-secrets { + display: none !important; +} + + +.areGoblinsOpen:checked ~ .book-of-goblins { + display: block !important; +} + +.areGoblinsClosed:checked ~ .book-of-goblins { + display: none !important; } -/*----------- End cols -----------*/ - - -.charsheet input { - text-align: center; -} -.charsheet .sheet-inventory { - min-height: 300px; - max-width: 800px; - background-color: #f7f3f3; - margin-left: 5px; +/** OVERRIDES AND FONTS**/ +.smalltext { + font-size:12px; } -.charsheet .sheet-abandoned { - min-height: 300px; - max-width: 800px; - width:94%; - background-color: #f7f3f3; - margin-left: 5px; +.left { + text-align:left; } - -.charsheet .sheet-weaponTable { - width: 100%; - margin-top:45px; - -} -.charsheet .sheet-weaponTable th { - text-align:center; -} -.charsheet .sheet-weaponTable td { - text-align: center; -} - -.charsheet .sheet-specialTable { - width: 50%; -} - -.charsheet .sheet-specialTable input { - width: 35px; - text-align:center; -} - -.charsheet .sheet-specialTable th { - text-align:center; - text-decoration: underline; -} -.charsheet .sheet-specialTable td { - padding: 5px; - text-align: center; -} - - - - -.charsheet .sheet-attributeTable td { - padding: 5px; -} - -.charsheet .sheet-attributeTitle { - font-weight: bold; -} - - -div.sheet-circle { - width:3em; - height:3em; - border:2px solid gray; - border-radius:50%; - - background:white; -} - -.charsheet .sheet-subrow { - padding: 10px; - -} - -.charsheet .sheet-grayheader { +.charsheet .center { text-align: center; - background-color: lightgray; - min-height: 30px; } +.charsheet .center label { + text-align: center; +} - +.charsheet h3 {text-decoration: underline; padding-bottom:5px; color:black;} +.charsheet h4 {text-decoration: underline; padding-bottom:5px; color:black;} +.charsheet label { + --dark-secondarytext: #000000; /* local variable will override global */ + margin:0px; + color: --dark-secondarytext; + padding:5px; +} .ui-dialog .charsheet input[type=number] { width: 4.5em; } - -.sheet-traitdie { - width: 45px; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - text-align: center; - margin: 0px; -} - -.sheet-weaponselect { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - text-align: center; - margin: 0px; - width:100px; -} - -.sheet-select { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - text-align: center; - margin: 0px; - max-width: 180px; -} - input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; @@ -404,99 +393,77 @@ input[type=number] { -moz-appearance: textfield; } -.charsheet label { - --dark-secondarytext: #000000; /* local variable will override global */ - margin:0px; - color: --dark-secondarytext; - padding:5px; + +/** Inputs **/ +.charsheet input { + text-align: center; +} +.charsheet .inventory { + min-height: 300px; + max-width: 800px; + background-color: #f7f3f3; + margin-left: 5px; +} + +.charsheet .abandoned { + min-height: 300px; + max-width: 800px; + width:94%; + background-color: #f7f3f3; + margin-left: 5px; +} + + +.charsheet .tblWeapon { + width: 100%; + margin-top:45px; + +} +.charsheet .tblWeapon th { + text-align:center; +} +.charsheet .tblWeapon td { + text-align: center; +} + + +.charsheet .tblAttribute td { + padding: 5px; +} + +.charsheet .tblAttributeTitle { + font-weight: bold; +} + +.traitdie { + width: 45px; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + text-align: center; + margin: 0px; +} + +.weaponselect { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + text-align: center; + margin: 0px; + width:100px; +} + +.myselect { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + text-align: center; + margin: 0px; + max-width: 180px; } -/*this hides the contents of each tab by default*/ -.charsheet div[class="sheet-my1colrow sheet-sellsword"], -.charsheet div[class="sheet-my1colrow sheet-knave"], -.charsheet div[class="sheet-my1colrow sheet-philosopher"], -.charsheet div[class="sheet-my1colrow sheet-mystic"], -.charsheet div[class="sheet-my1colrow sheet-murk"], -.charsheet div[class="sheet-my1colrow sheet-spriggan"], -.charsheet div[class="sheet-my1colrow sheet-night_child"], -.charsheet div[class="sheet-my1colrow sheet-pooka"] - -{ - display: none !important; - background-color: #FFFFFF; -} - -.sheet-isSellsword:checked ~ .sheet-sellsword { - display: block !important; -} - -.sheet-isKnave:checked ~ .sheet-knave { - display: block !important; -} - -.sheet-isPhilosopher:checked ~ .sheet-philosopher { - display: block !important; -} - -.sheet-isMystic:checked ~ .sheet-mystic { - display: block !important; -} - -.sheet-isMurk:checked ~ .sheet-murk { - display: block !important; -} - -.sheet-isSpriggan:checked ~ .sheet-spriggan { - display: block !important; -} - -.sheet-isNightChild:checked ~ .sheet-night_child { - display: block !important; -} - -.sheet-isPooka:checked ~ .sheet-pooka { - display: block !important; -} - - -.charsheet div[class="sheet-my4colrow sheet-good-book"] { - display: none !important; -} - -.charsheet div[class="sheet-my4colrow sheet-book-of-secrets"] { - display: none !important; -} - -.charsheet div[class="sheet-my4colrow sheet-book-of-goblins"] { - display: none !important; -} - -.sheet-isBookOpen:checked ~ .sheet-good-book { - display: block !important; -} - -.sheet-isBookClosed:checked ~ .sheet-good-book { - display: none !important; -} - -.sheet-areSecretsOpen:checked ~ .sheet-book-of-secrets { - display: block !important; -} - -.sheet-areSecretsClosed:checked ~ .sheet-book-of-secrets { - display: none !important; -} - - -.sheet-areGoblinsOpen:checked ~ .sheet-book-of-goblins { - display: block !important; -} - -.sheet-areGoblinsClosed:checked ~ .sheet-book-of-goblins { - display: none !important; -} /* Sidebar and Roll Templates */ @@ -644,42 +611,3 @@ input[type=number] { margin-top:5px; padding-top:10px; } - - - - -/* Tooltip container */ -.sheet-tooltip { - position: relative; - display: inline-block; -} - -/* Tooltip text */ -.sheet-tooltip .sheet-tooltiptext { - visibility: hidden; - width: 240px; - background-color: black; - color: #fff; - text-align: center; - padding: 5px 0; - border-radius: 6px; - - /* Position the tooltip text - see examples below! */ - position: absolute; - z-index: 1; -} - -/* Show the tooltip text when you mouse over the tooltip container */ -.sheet-tooltip:hover .sheet-tooltiptext { - visibility: visible; -} - -.smalltext { - font-size:12px; -} - - - -/* end The Cascading Part */ - - diff --git a/Totality_of_Ygg/totality_of_ygg.html b/Totality_of_Ygg/totality_of_ygg.html index 637c2274aa..f33642d8d2 100644 --- a/Totality_of_Ygg/totality_of_ygg.html +++ b/Totality_of_Ygg/totality_of_ygg.html @@ -15,7 +15,7 @@
-
+
@@ -32,16 +32,16 @@
-
+
- +
- - - -
+ Vigor - @@ -54,11 +54,11 @@
+ Dexterity - @@ -71,11 +71,11 @@
+ Intelligence - @@ -88,11 +88,11 @@
+ Focus - @@ -110,14 +110,14 @@
- +
- - - -
+ Presence - @@ -126,7 +126,7 @@ - @@ -142,11 +142,11 @@
+ Talent - @@ -155,7 +155,7 @@ - @@ -172,11 +172,11 @@
+ Awareness - @@ -186,7 +186,7 @@ - @@ -203,11 +203,11 @@
+ Clarity - @@ -217,7 +217,7 @@ - @@ -247,7 +247,7 @@ -
+
Knave Mystic @@ -270,20 +270,20 @@ -
+

THE KNAVE

-
+
- Max Current - @@ -297,7 +297,7 @@
- @@ -313,11 +313,11 @@
-
+

Whispers

- - @@ -326,8 +326,8 @@
- - @@ -337,8 +337,8 @@
- - @@ -348,8 +348,8 @@
- - @@ -359,47 +359,47 @@
-
-
+
+
-
Astonishing Luck
-
Beginner's Luck
-
Charms
-
Deadeye
-
Guilded
-
Guildmaster
-
Hard to Kill
-
Inked
-
Kismet I
-
Kismet II
-
Kismet III
+
Astonishing Luck
+
Beginner's Luck
+
Charms
+
Deadeye
+
Guilded
+
Guildmaster
+
Hard to Kill
+
Inked
+
Kismet I
+
Kismet II
+
Kismet III
-
Path (Sharper)
-
Path (Apprentice)
-
Path (Footpad)
-
Path (Master)
-
Medicine
-
Mummy's Curse
-
Personality I
-
Personality II
-
Personality III
-
Precepts of Blight
-
Precepts of Blood
+
Path (Sharper)
+
Path (Apprentice)
+
Path (Footpad)
+
Path (Master)
+
Medicine
+
Mummy's Curse
+
Personality I
+
Personality II
+
Personality III
+
Precepts of Blight
+
Precepts of Blood
-
Precepts of Celerity
-
Precepts of Wizardry
-
Sacraments
-
Saves I
-
Saves II
-
Saves III
-
Slippery
-
Surprise!
-
The Plan
-
Uncanny Luck
-
Unlabeled Package
+
Precepts of Celerity
+
Precepts of Wizardry
+
Sacraments
+
Saves I
+
Saves II
+
Saves III
+
Slippery
+
Surprise!
+
The Plan
+
Uncanny Luck
+
Unlabeled Package
@@ -409,10 +409,10 @@ -
+

THE MYSTIC

-
+
Max @@ -423,7 +423,7 @@
Max - @@ -431,7 +431,7 @@ Current - @@ -443,7 +443,7 @@
- @@ -459,7 +459,7 @@
-
+
@@ -467,7 +467,7 @@
- @@ -491,59 +491,59 @@ -
-
+
+
-
Charmed Circle
-
Charms
-
Cloister
-
Cunning Folk
-
Devotion
-
Feyness
-
Fishers of Men
-
Hand of God
-
Holy Warrior
-
Initiate
-
Itinerant
-
Kismet I
+
Charmed Circle
+
Charms
+
Cloister
+
Cunning Folk
+
Devotion
+
Feyness
+
Fishers of Men
+
Hand of God
+
Holy Warrior
+
Initiate
+
Itinerant
+
Kismet I
-
Kismet II
-
Kismet III
-
Lit. of the Apostles
-
Lit. of the Clerics
-
Lit. of the Saints
-
Master of Puppets
-
Medicine
-
Miracle Worker
-
Mombo
-
Necromancer
-
Norn's Shears
-
Personality I
+
Kismet II
+
Kismet III
+
Lit. of the Apostles
+
Lit. of the Clerics
+
Lit. of the Saints
+
Master of Puppets
+
Medicine
+
Miracle Worker
+
Mombo
+
Necromancer
+
Norn's Shears
+
Personality I
-
Personality II
-
Personality III
-
Sacraments
-
Saves I
-
Saves II
-
Saves III
-
Tongues of Fire
-
Uncanny
-
Wisdom
-
Witch
+
Personality II
+
Personality III
+
Sacraments
+
Saves I
+
Saves II
+
Saves III
+
Tongues of Fire
+
Uncanny
+
Wisdom
+
Witch
-
-
+
+
- +
- @@ -569,9 +569,9 @@
- +
- @@ -596,9 +596,9 @@
- +
- @@ -623,9 +623,9 @@
- +
- @@ -652,97 +652,97 @@
-
+
-
+
-
Armor of the Gods
-
Barkskin
-
Blessed Brew
-
Children of Shul
-
Corsair's Blade
-
Crusader's Helm
-
Davy Jones's Locker
-
Doppelganger
-
Gory Locks
-
Hand of Fate
-
Incinerate
-
Lady Luck
-
Mirror Image
-
Preserve
-
Revered Aegis
-
Sacred Smoke
-
Sanguine Remedy
-
Sceptre of Ruin
-
Slimeform
-
Welkin's Gaze
+
Armor of the Gods
+
Barkskin
+
Blessed Brew
+
Children of Shul
+
Corsair's Blade
+
Crusader's Helm
+
Davy Jones's Locker
+
Doppelganger
+
Gory Locks
+
Hand of Fate
+
Incinerate
+
Lady Luck
+
Mirror Image
+
Preserve
+
Revered Aegis
+
Sacred Smoke
+
Sanguine Remedy
+
Sceptre of Ruin
+
Slimeform
+
Welkin's Gaze
-
Abyssal Trident
-
Blessed Blade
-
Eye of Flame
-
Great Strength
-
Hecate's Blessing
-
Hone
-
Indomitable Mail
-
Lucky Throw
-
Misericorde
-
Monstrous Aspect
-
Mountainhands
-
Pummeling Hands
-
Rending Strike
-
Rootshield
-
Sirocco
-
Trollblood
-
Vaulting Step
-
Vulpine Wisdom
-
Whip of Thorns
-
Witness Me
+
Abyssal Trident
+
Blessed Blade
+
Eye of Flame
+
Great Strength
+
Hecate's Blessing
+
Hone
+
Indomitable Mail
+
Lucky Throw
+
Misericorde
+
Monstrous Aspect
+
Mountainhands
+
Pummeling Hands
+
Rending Strike
+
Rootshield
+
Sirocco
+
Trollblood
+
Vaulting Step
+
Vulpine Wisdom
+
Whip of Thorns
+
Witness Me
-
Pharaohs Army
-
Capture Wind
-
Clearwater
-
Dirge
-
Fortifying Blaze
-
Giantform
-
Hearthfire
-
Lay Assistance
-
Memory Lane
-
Mermaid's Breath
-
Mirage
-
Noontide
-
Plague
-
Rainburst
-
Satanic Verses
-
Shatter Bonds
-
Sound the Deeps
-
Tasty
-
Tattered Robe
-
Wall of Gloom
+
Pharaohs Army
+
Capture Wind
+
Clearwater
+
Dirge
+
Fortifying Blaze
+
Giantform
+
Hearthfire
+
Lay Assistance
+
Memory Lane
+
Mermaid's Breath
+
Mirage
+
Noontide
+
Plague
+
Rainburst
+
Satanic Verses
+
Shatter Bonds
+
Sound the Deeps
+
Tasty
+
Tattered Robe
+
Wall of Gloom
-
Bastion
-
Dervish
-
Divine Inspiration
-
Elemental Spray
-
Fade
-
Feline Ease
-
Gaze of the Void
-
Hand of God
-
Lightning
-
On Your Feet
-
Pestilential Breath
-
Poison Spittle
-
Prayer for the Dying
-
Ray of Fire
-
Res. Command
-
Scourge of Chaos
-
Spook
-
Sporous Vapor
-
Vile Hunger
-
Wyrmbreath
+
Bastion
+
Dervish
+
Divine Inspiration
+
Elemental Spray
+
Fade
+
Feline Ease
+
Gaze of the Void
+
Hand of God
+
Lightning
+
On Your Feet
+
Pestilential Breath
+
Poison Spittle
+
Prayer for the Dying
+
Ray of Fire
+
Res. Command
+
Scourge of Chaos
+
Spook
+
Sporous Vapor
+
Vile Hunger
+
Wyrmbreath
@@ -751,10 +751,10 @@ -
+

THE PHILOSOPHER

-
+
Max @@ -765,7 +765,7 @@
Max - @@ -773,7 +773,7 @@ Current - @@ -785,7 +785,7 @@
- @@ -801,19 +801,19 @@
-
+
-
ⓘ - R⧁: BLOOD INVESTED + INT +
ⓘ + R⧁: BLOOD INVESTED + INT
-
ⓘ - Requires Virtue: Invoker +
ⓘ + Requires Virtue: Invoker
@@ -826,57 +826,57 @@ -
-
+
+
-
Anarchist
-
Bagman
-
Bruja
-
Charms
-
Chymist
-
College
-
Conduit of Blood
-
Discordian
-
Doctor
-
Esteemed
-
Invoker
-
Kallisti
-
Kismet I
+
Anarchist
+
Bagman
+
Bruja
+
Charms
+
Chymist
+
College
+
Conduit of Blood
+
Discordian
+
Doctor
+
Esteemed
+
Invoker
+
Kallisti
+
Kismet I
-
Kismet II
-
Kismet III
-
Knowledge is Power
-
Maestro
-
Medicine
-
Patron
-
Personality I
-
Personality II
-
Personality III
-
Professor
-
Sacraments
-
Saves I
-
Saves II
+
Kismet II
+
Kismet III
+
Knowledge is Power
+
Maestro
+
Medicine
+
Patron
+
Personality I
+
Personality II
+
Personality III
+
Professor
+
Sacraments
+
Saves I
+
Saves II
-
Saves III
-
Scribe
-
Sorcerer
-
St. Magic: Archmage
-
St. Magic: Novice
-
St. Magic: Warlock
-
Tutor
-
Well Read
+
Saves III
+
Scribe
+
Sorcerer
+
St. Magic: Archmage
+
St. Magic: Novice
+
St. Magic: Warlock
+
Tutor
+
Well Read
-
-
+
+
- +
- @@ -931,13 +931,13 @@
- + See Gear Tab::Consumables
- +
- @@ -995,76 +995,76 @@
-
+
-
+
-
Acid Arrow
-
Arcadia's Bulwark
-
Breathtaking Blast
-
Glamping Charm
-
Battering Beam
-
Cacophony
-
Charm
-
Color Spray
-
Comm. Presence
-
Ego Weapon
-
Enervate
-
Fireball
-
Fogbank
-
Fool's Fire
-
Greaseball
+
Acid Arrow
+
Arcadia's Bulwark
+
Breathtaking Blast
+
Glamping Charm
+
Battering Beam
+
Cacophony
+
Charm
+
Color Spray
+
Comm. Presence
+
Ego Weapon
+
Enervate
+
Fireball
+
Fogbank
+
Fool's Fire
+
Greaseball
-
Electric Fingers
-
Hammerspace Mule
-
Helping Hand
-
Heroic Leap
-
Hollow Head
-
Ice Bridge Step
-
Icebolt
-
Illusion
-
Invisibility
-
Irritating Vermin
-
Knife Trick
-
Knock
-
Levitating Disc
-
Viscous Form
-
Lock
+
Electric Fingers
+
Hammerspace Mule
+
Helping Hand
+
Heroic Leap
+
Hollow Head
+
Ice Bridge Step
+
Icebolt
+
Illusion
+
Invisibility
+
Irritating Vermin
+
Knife Trick
+
Knock
+
Levitating Disc
+
Viscous Form
+
Lock
-
Meat Shield
-
Mighty Lungs
-
Mirror Image
-
Morass
-
Negasonic Bomb
-
Prismatic Ray
-
Gusty Belch
-
Prot. from Element
-
Efficacious Plow
-
Sandstorm
-
Sanguine Mail
-
Scuttle
-
Scything Disc of Nog
-
Sleep
-
Summon Candles
+
Meat Shield
+
Mighty Lungs
+
Mirror Image
+
Morass
+
Negasonic Bomb
+
Prismatic Ray
+
Gusty Belch
+
Prot. from Element
+
Efficacious Plow
+
Sandstorm
+
Sanguine Mail
+
Scuttle
+
Scything Disc of Nog
+
Sleep
+
Summon Candles
-
Suspend Objects
-
Temp. Chariot
-
Vertigo
-
Web
-
Whirling Blades
+
Suspend Objects
+
Temp. Chariot
+
Vertigo
+
Web
+
Whirling Blades

Leechcraft

-
Bedevil Toxin
-
Bonesetting
-
Examination
-
Pharmaceuticals
-
Quarantine
-
Sew Wounds
-
Stitch
-
Transfusion
+
Bedevil Toxin
+
Bonesetting
+
Examination
+
Pharmaceuticals
+
Quarantine
+
Sew Wounds
+
Stitch
+
Transfusion
@@ -1072,19 +1072,19 @@ -
+

THE SELLSWORD

-
+
- Max Current - @@ -1098,7 +1098,7 @@
- @@ -1114,49 +1114,49 @@
-
-
+
+
-
Berserker
-
Blademaster
-
Boxer
-
Captain
-
Charms
-
Command
-
Deadly
-
Death Dancer
-
Expertise
-
Coffin Nail
-
Hunter
-
Inspiration
-
Kismet I
+
Berserker
+
Blademaster
+
Boxer
+
Captain
+
Charms
+
Command
+
Deadly
+
Death Dancer
+
Expertise
+
Coffin Nail
+
Hunter
+
Inspiration
+
Kismet I
-
Kismet II
-
Kismet III
-
Mastery
-
Medicine
-
Mortal Blow
-
My Father's Sword
-
Personality I
-
Personality II
-
Personality III
-
Righteous Blade
-
Sacraments
-
Saves I
-
Saves II
+
Kismet II
+
Kismet III
+
Mastery
+
Medicine
+
Mortal Blow
+
My Father's Sword
+
Personality I
+
Personality II
+
Personality III
+
Righteous Blade
+
Sacraments
+
Saves I
+
Saves II
-
Saves III
-
Second Skin
-
Sixth Sense
-
Survivor
-
Sword Saint
-
Three Kills Per Stroke
-
Valor
-
Veteran
-
Warder
-
Stay Down
+
Saves III
+
Second Skin
+
Sixth Sense
+
Survivor
+
Sword Saint
+
Three Kills Per Stroke
+
Valor
+
Veteran
+
Warder
+
Stay Down
@@ -1169,12 +1169,12 @@ -
+

THE MURK

-
+
- @@ -1183,7 +1183,7 @@
- @@ -1193,47 +1193,47 @@
-
+

Virtues

-
App. of the Bride
-
Child of Gloom
-
Fate's Hand
-
Footpad of the Bride
-
Ghost
-
Invisibility
-
Killer
-
Kismet I
-
Kismet II
-
Kismet III
-
Loner
-
Metal Empathy
+
App. of the Bride
+
Child of Gloom
+
Fate's Hand
+
Footpad of the Bride
+
Ghost
+
Invisibility
+
Killer
+
Kismet I
+
Kismet II
+
Kismet III
+
Loner
+
Metal Empathy
-
Mortal Charms
-
Personality I
-
Personality II
-
Personality III
-
Saves I
-
Saves II
-
Saves III
-
Self-Reliant
-
Self-Sufficient
-
Shadowblade
-
Sharper of the Bride
-
Silent Speech
+
Mortal Charms
+
Personality I
+
Personality II
+
Personality III
+
Saves I
+
Saves II
+
Saves III
+
Self-Reliant
+
Self-Sufficient
+
Shadowblade
+
Sharper of the Bride
+
Silent Speech
-
Stoneshaper
-
Stonespeaker
-
Stonewalker
-
Undreamt
-
Will to Live
-
You and Me
+
Stoneshaper
+
Stonespeaker
+
Stonewalker
+
Undreamt
+
Will to Live
+
You and Me

Complications

-
Alien
-
Sun Allergy
-
Unseelie
+
Alien
+
Sun Allergy
+
Unseelie
@@ -1241,13 +1241,13 @@
-
+

THE NIGHT CHILD

-
+
- @@ -1257,7 +1257,7 @@
- @@ -1287,7 +1287,7 @@
- @@ -1298,7 +1298,7 @@
- @@ -1328,7 +1328,7 @@
- @@ -1339,7 +1339,7 @@
- @@ -1370,15 +1370,15 @@
- No Talk Good
- Tiny
- Unseelie
- @@ -1398,89 +1398,89 @@
-
+
-
+
-
'nother Arm
-
Anklebiter
-
Babies!
-
Bad Blood
-
Bad Breath
-
Bad Spit
-
Bat Ears
-
Beardy
-
Bedlam Bag
-
Big Boom
-
Big Helm
-
Big Pal
-
Big Shield
-
Bigg'un
-
Bloodthirst
-
Bogeylatch
-
Bouncy
-
Bug Barf
-
Bug Pal
-
Camo
+
'nother Arm
+
Anklebiter
+
Babies!
+
Bad Blood
+
Bad Breath
+
Bad Spit
+
Bat Ears
+
Beardy
+
Bedlam Bag
+
Big Boom
+
Big Helm
+
Big Pal
+
Big Shield
+
Bigg'un
+
Bloodthirst
+
Bogeylatch
+
Bouncy
+
Bug Barf
+
Bug Pal
+
Camo
-
Crafty
-
Crazy
-
Devil Pen
-
Eat Brains
-
Fishy
-
Fly Rug
-
Fly Wings
-
Frog Mouth
-
Gassy
-
Glass Teeth
-
Go Night Night
-
Gobbomb
-
Gobsword
-
Goo
-
Gremlin Tools
-
Harpy Claws
-
Hole
-
Kazoo
-
Kissy Lips
-
Lie Can
+
Crafty
+
Crazy
+
Devil Pen
+
Eat Brains
+
Fishy
+
Fly Rug
+
Fly Wings
+
Frog Mouth
+
Gassy
+
Glass Teeth
+
Go Night Night
+
Gobbomb
+
Gobsword
+
Goo
+
Gremlin Tools
+
Harpy Claws
+
Hole
+
Kazoo
+
Kissy Lips
+
Lie Can
-
Little Buddy
-
Magic Beans
-
Me Human!
-
Meat on Menu
-
Mirror Mirror
-
Nose Hairs
-
Owl Head
-
Packpack
-
Pig Snout
-
Rando
-
Rat Tail
-
Red Shoes
-
Rooty
-
Run Away!
-
Shedding
-
Shell
-
Shocky
-
Skelly Key
-
Skin Bag
-
Smoky
+
Little Buddy
+
Magic Beans
+
Me Human!
+
Meat on Menu
+
Mirror Mirror
+
Nose Hairs
+
Owl Head
+
Packpack
+
Pig Snout
+
Rando
+
Rat Tail
+
Red Shoes
+
Rooty
+
Run Away!
+
Shedding
+
Shell
+
Shocky
+
Skelly Key
+
Skin Bag
+
Smoky
-
Spider Eyes
-
Spin Silk
-
Spinny Wheel
-
Sticky
-
The Crew
-
Tough'un
-
Troll Blood
-
Trunk Pal
-
Tusky
-
Twitchy
-
Vorpal Sword
-
Wut?
+
Spider Eyes
+
Spin Silk
+
Spinny Wheel
+
Sticky
+
The Crew
+
Tough'un
+
Troll Blood
+
Trunk Pal
+
Tusky
+
Twitchy
+
Vorpal Sword
+
Wut?
@@ -1488,18 +1488,18 @@
-
-
+
+
- Max Current - @@ -1513,48 +1513,48 @@
-
+
-
Apotropaic
-
App. of the Rabbit
-
Bro, Hit This
-
Calling in the Markers
-
Curious
-
Epic Songs
-
Fast Metabolism
-
Footpad of the Rabbit
-
Fortunate
-
Healing Wax
-
Hype Man
-
Just What I Needed
-
Kismet I
-
Kismet II
-
Kismet III
+
Apotropaic
+
App. of the Rabbit
+
Bro, Hit This
+
Calling in the Markers
+
Curious
+
Epic Songs
+
Fast Metabolism
+
Footpad of the Rabbit
+
Fortunate
+
Healing Wax
+
Hype Man
+
Just What I Needed
+
Kismet I
+
Kismet II
+
Kismet III
-
Laugh it Off
-
Martyrdom
-
Lucky Day!
-
Personality I
-
Personality II
-
Personality III
-
Rager
-
Saga of Heroes
-
Saves I
-
Saves II
-
Saves III
-
Sharper of the Rabbit
-
Two Murks ...
-
Undreamt
-
We're All Mad Here
+
Laugh it Off
+
Martyrdom
+
Lucky Day!
+
Personality I
+
Personality II
+
Personality III
+
Rager
+
Saga of Heroes
+
Saves I
+
Saves II
+
Saves III
+
Sharper of the Rabbit
+
Two Murks ...
+
Undreamt
+
We're All Mad Here
-
Wired
-
Wound Transfer
+
Wired
+
Wound Transfer

Complications

-
Distrusted
-
Tiny
-
Unseelie
+
Distrusted
+
Tiny
+
Unseelie
@@ -1562,9 +1562,9 @@
-
+

THE SPRIGGAN

-
+
Max @@ -1572,7 +1572,7 @@
- + Attack Die: 1 Sov d6 :: 2-4 Sov d8 :: 5-8 Sov d10 :: 9 Sov d12

You can add Awareness to your try @@ -1582,53 +1582,53 @@
-
+

Virtues

-
Bind the Abandoned
-
Crown of Elfland
-
Dreams of Elfland
-
Extra. Medium
-
Fairy Kiss
-
Fealty of the Beasts
-
Fealty of the Damned
-
Fealty of the Elements
-
Glamour
-
Kismet I
-
Kismet II
-
Kismet III
-
Mortal Charms
-
Personality I
-
Personality II
+
Bind the Abandoned
+
Crown of Elfland
+
Dreams of Elfland
+
Extra. Medium
+
Fairy Kiss
+
Fealty of the Beasts
+
Fealty of the Damned
+
Fealty of the Elements
+
Glamour
+
Kismet I
+
Kismet II
+
Kismet III
+
Mortal Charms
+
Personality I
+
Personality II
-
Personality III
-
Rem. of Elfland
-
Reminiscence
-
Saves I
-
Saves II
-
Saves III
-
Sight Beyond Sight
-
Sovereignty
-
Strange Medium
-
Sword Magic
-
The Eye
-
Time Stop
-
Tongues
-
Touch of Lethe
-
Undreamt
+
Personality III
+
Rem. of Elfland
+
Reminiscence
+
Saves I
+
Saves II
+
Saves III
+
Sight Beyond Sight
+
Sovereignty
+
Strange Medium
+
Sword Magic
+
The Eye
+
Time Stop
+
Tongues
+
Touch of Lethe
+
Undreamt
-
Unnatural Medium
-
Wyrd
+
Unnatural Medium
+
Wyrd

Complications

-
Alien
-
Antlers
-
Iron Allergy
-
Unseelie
+
Alien
+
Antlers
+
Iron Allergy
+
Unseelie

Abandoned

- + @@ -1647,19 +1647,19 @@ -
+

Saves -
ⓘ - d20 + Save + Mod +
ⓘ + d20 + Save + Mod

-
+
- @@ -1672,10 +1672,10 @@
-
+
- @@ -1686,10 +1686,10 @@
-
+
- @@ -1701,18 +1701,18 @@
-
+

Skills -
ⓘ - R⑳: d20 + Skill + Helper Bonus +
ⓘ + R⑳: d20 + Skill + Helper Bonus

-
+
- @@ -1724,10 +1724,10 @@
-
+
- @@ -1738,10 +1738,10 @@ Failures:
-
+
- @@ -1756,10 +1756,10 @@
-
+
- @@ -1770,10 +1770,10 @@ Failures:
-
+
- @@ -1784,10 +1784,10 @@ Failures:
-
+
- @@ -1798,10 +1798,10 @@ Failures:
-
+
- @@ -1815,10 +1815,10 @@
-
+
- @@ -1843,7 +1843,7 @@
-
+

Flesh

@@ -1862,7 +1862,7 @@

Insanity

- @@ -1873,7 +1873,7 @@

Injury

- @@ -1884,7 +1884,7 @@

Death

- @@ -1903,11 +1903,11 @@ -
+

Armor

- @@ -1922,7 +1922,7 @@
- @@ -1934,7 +1934,7 @@ - @@ -1943,7 +1943,7 @@
- @@ -1952,7 +1952,7 @@ - @@ -1965,20 +1965,20 @@ -
+

Fighting

-
R⑳: INT + MD + Monster Speed
+
R⑳: INT + MD + Monster Speed
-
R⑳: DEX + Monster Weakness + Your Level
+
R⑳: DEX + Monster Weakness + Your Level
-
+
- +
@@ -1989,7 +1989,7 @@
Attack!
-
R⑳: Weapon Trait + Monster Weakness + Your Level
+
R⑳: Weapon Trait + Monster Weakness + Your Level
@@ -1998,14 +1998,14 @@
- - @@ -2027,7 +2027,7 @@
- @@ -2035,7 +2035,7 @@ - @@ -2051,7 +2051,7 @@ - @@ -2070,18 +2070,18 @@
-
+

Equipment

- +

Consumables

-
+
- @@ -2100,30 +2100,30 @@
-
+

Treasure

- +

Coin

- +
- - - @@ -2134,7 +2134,7 @@

Burden

Max: -
+
@@ -2146,7 +2146,7 @@
-
+
@@ -2158,7 +2158,7 @@
-
+
@@ -2172,15 +2172,15 @@
-
+

Languages

- +

Madness!

- @@ -2209,12 +2209,12 @@

Other Afflictions

Beatings, Life Drain, Diseases, Curses, etc. - +
-
+

Legendarium/Notes

- +
@@ -2245,7 +2245,7 @@ -
+
{{#title}}
{{title}}
{{/title}}
{{charname}}
+ Iron (Fe)
+ Silver (Ag)
+ Gold (Au)