Files
Anistuffs 131fa5b26e Monster of the Week - Major Revision to existing playbooks and Addition of new playbooks (#6421)
* Playbook order and typo fix

* Including Anistuffs name and link

* Including Anistuffs name and link

* Addition and revision (up to Chosen)

Adding provisions for new playbooks.
Correcting typos and unnecessary capitalization. Improved overall readability.
Reordering lists to the same order used in the official playbooks by Evil Hat and Michael Sands.

* Minor typo fix

* Splitting another-move into 2 lines

* Adding 'erase one used luck point' Improvement

at line 42

* small typo fix

* Anistuffs: Major addition and revision (Chosen)

Adding provisions for new playbooks.
Correcting typos and unnecessary capitalization. Improved overall readability.
Reordering lists to the same order used in the official playbooks by Evil Hat and Michael Sands.

* Anistuffs: Revision (Crooked)

Line 144 - 196

* Anistuffs: Revision (Crooked) 

Line 221 - 377

* Anistuffs: Revision (Divine, Expert)

Line 197 - 257

* Anistuffs: Revision (Divine, Expert)

Line 379 - 638

* Anistuffs: Revision (Flake, Initiate)

Line 629 - 922

* Anistuffs: Revision (Flake, Initiate)

Line 258 - 356

* Anistuffs: Revision (Monstrous, Mundane)

up to line 1187

* Anistuffs: Revision (Monstrous, Mundane)

up to line 429

* Revise - Professional,Spellslinger,Spooky,Wronged

Line 1188 - 1787
adding textboxes to some moves

* Revise - Professional,Spellslinger,Spooky,Wronged

Line 430 - 633

* trying to fix spellslinger

* added options for traveler

* trying to fix spellslinger

* trying to fix spellslinger

* adding option for traveler

* Update MotWCSS.css

* fixing spellsling

* making textarea to have auto height

to make better-sized textboxes

* Update MotWHTML.html

* Update translation.json

* Update MotWHTML.html

* Update MotWHTML.html

* Update MotWCSS.css

* Reformatting list of checkboxes

for better presentation

* reformatting list spacing

* improving custom options

* improving custom options

* fixing custom

* Update MotWHTML.html

* Update translation.json

* Update MotWHTML.html

* because github won't revert a commit

* because github won't revert a commit

* Update MotWHTML.html

* Update translation.json

* Update MotWHTML.html

* Update translation.json

* Update MotWHTML.html

* Update translation.json

* Update MotWHTML.html

* added gumshoe, standardized gear format

line 164: class="sheet-Gear-SkinName" -> class="sheet-Gear-Chosen"

* added gumshoe, standardized gear format

* added extra harm box for Gumshoe

* added extra harm box for Gumshoe

* fixing gumshoe

* fixing gumshoe

* correcting gumshoe adv harm box

* standardiziing gear, removing extra breaks

* Adding Hex

* Adding Hex

* adding line breaks to Hex

* more line breaks to Hex

* removing extra line breaks from Hex

* minor crooked fix

* minor crooked fix

* minor standardizing

* minor standardizing

* minor standardizing for spellslinger and gumshoe

* minor standardizing for spellslinger and gumshoe

* Adding Pararomantic and Searcher

* Adding Pararomantic and Searcher

Also, improving the playbook choice list.

* minor update to pararomantic, searcher

* minor update to pararomantic, searcher

* adding Exile

also, some minor fixes

* adding Exile

also, some minor fixes

* adding hardcase

* adding hardcase

* adding luchador

* adding luchador

* minor fixes to improve presentation

* adding meddling kid

* adding meddling kid

* Update MotWHTML.html

* Update translation.json

* Update MotWHTML.html

* added sidekick

* improved luck special for custom

* added sidekick

* improved custom

* improve sidekick

* improve meddlingkid

* added snoop

* Update translation.json

* added snoop

* added summoned

* added summoned

* added traveler

* added traveler

plus minor fixes

* minor traveler improvement

* Update sheet.json

* minor cleanups

* minor cleanups
2020-05-11 12:59:10 -04:00

85 lines
2.6 KiB
CSS

div.sheet-Null,
div.sheet-Chosen,
div.sheet-Crooked,
div.sheet-Divine,
div.sheet-Expert,
div.sheet-Flake,
div.sheet-Initiate,
div.sheet-Monstrous,
div.sheet-Mundane,
div.sheet-Professional,
div.sheet-Spellslinger,
div.sheet-Spooky,
div.sheet-Wronged,
div.sheet-Gumshoe,
div.sheet-Hex,
div.sheet-Pararomantic,
div.sheet-Searcher,
div.sheet-Exile,
div.sheet-Hardcase,
div.sheet-Luchador,
div.sheet-Meddlingkid,
div.sheet-Sidekick,
div.sheet-Snoop,
div.sheet-Summoned,
div.sheet-Traveler,
div.sheet-Actionscientist,
div.sheet-Biggamehunter,
div.sheet-Constructed,
div.sheet-Madscientist,
div.sheet-Custom
{
display: none;
}
input[type="radio"][value="0"]:checked ~ div.sheet-Null,
input[type="radio"][value="1"]:checked ~ div.sheet-Chosen,
input[type="radio"][value="2"]:checked ~ div.sheet-Crooked,
input[type="radio"][value="3"]:checked ~ div.sheet-Divine,
input[type="radio"][value="4"]:checked ~ div.sheet-Expert,
input[type="radio"][value="5"]:checked ~ div.sheet-Flake,
input[type="radio"][value="6"]:checked ~ div.sheet-Initiate,
input[type="radio"][value="7"]:checked ~ div.sheet-Monstrous,
input[type="radio"][value="8"]:checked ~ div.sheet-Mundane,
input[type="radio"][value="9"]:checked ~ div.sheet-Professional,
input[type="radio"][value="10"]:checked ~ div.sheet-Spellslinger,
input[type="radio"][value="11"]:checked ~ div.sheet-Spooky,
input[type="radio"][value="12"]:checked ~ div.sheet-Wronged,
input[type="radio"][value="13"]:checked ~ div.sheet-Gumshoe,
input[type="radio"][value="14"]:checked ~ div.sheet-Hex,
input[type="radio"][value="15"]:checked ~ div.sheet-Pararomantic,
input[type="radio"][value="16"]:checked ~ div.sheet-Searcher,
input[type="radio"][value="17"]:checked ~ div.sheet-Exile,
input[type="radio"][value="18"]:checked ~ div.sheet-Hardcase,
input[type="radio"][value="19"]:checked ~ div.sheet-Luchador,
input[type="radio"][value="20"]:checked ~ div.sheet-Meddlingkid,
input[type="radio"][value="21"]:checked ~ div.sheet-Sidekick,
input[type="radio"][value="22"]:checked ~ div.sheet-Snoop,
input[type="radio"][value="23"]:checked ~ div.sheet-Summoned,
input[type="radio"][value="24"]:checked ~ div.sheet-Traveler,
input[type="radio"][value="25"]:checked ~ div.sheet-Actionscientist,
input[type="radio"][value="26"]:checked ~ div.sheet-Biggamehunter,
input[type="radio"][value="27"]:checked ~ div.sheet-Constructed,
input[type="radio"][value="28"]:checked ~ div.sheet-Madscientist,
input[type="radio"][value="99"]:checked ~ div.sheet-Custom
{
display: block;
}
textarea
{
height: auto;
}
select.sheet-SkinSelect
{
position: relative;
top: 4px;
}
option.sheet-SkinSelect:checked
{
display: none;
}