diff --git a/ATRIM/ATRIM.css b/ATRIM/ATRIM.css new file mode 100644 index 0000000000..9e13790aa9 --- /dev/null +++ b/ATRIM/ATRIM.css @@ -0,0 +1,171 @@ + +.charsheet { + border: 2px solid Black; + padding: 2px; + width: 860px; + min-width: 860px; + min-height: 1240px; + background-color: rgb(252, 242, 217); + font-family: "Courier New, serif"; +} + +.charsheet input[type="checkbox"].rounded-checkbox { + width: 20px; + height: 20px; + border-radius: 50%; + vertical-align: middle; + border: 1px solid black; + appearance: none; + outline: none; + cursor: pointer; +} +.charsheet input[type="checkbox"].rounded-checkbox:checked { + appearance: auto; + clip-path: circle(50% at 50% 50%); + background-color: blue; +} + +.charsheet .sheet-die{ + font-family: "dicefontd6"; + font-weight: 500; + font-size: 24px; + line-height: 28px; +} + +.charsheet .sheet-skillName{ + display: inline-block; + vertical-align: top; + box-sizing: content-box; + width: 200px; + height: 36px; + color: White; + background-color: Black; + font-family: "Russo One"; + font-weight: 300; + font-size: 30px; + margin: 0px 0px 0px 0px; + text-align: right; + padding: 3px 0px 0px 0px; + border-top: 6px solid Black; +} + +.charsheet input[type="text"]{ + display: inline-block; + color: Black; +} + +/* Buttons Styling */ +.charsheet button{ + text-align: left; + color: black; +} +.charsheet button:hover{ + background: black; + color: #968c6a; + text-shadow: none; +} + + +.charsheet button[type=action].sheet-skillName, +.charsheet button[type=roll].sheet-skillName { + display: inline-block; + vertical-align: top; + box-sizing: content-box; + background-color: Black; + width: 200px; + height: 36px; + color: White; + font-family: "Barlow Condensed"; + font-weight: 500; + font-size: 36px; + margin: 0px 0px 0px 0px; + text-align: right; + padding: 0px 0px 0px 0px; + border: 6px solid Black; +} + +.charsheet button[type=roll].sheet-textButton::before, +.charsheet button[type=action].sheet-textButton::before { + content: "" !important; +} +.charsheet button[type=roll].sheet-skillName::before, +.charsheet button[type=action].sheet-skillName::before { + padding: 0px 0px 0px 0px; + content: "" ; +} + + +.charsheet label.sheet-skillName:hover { + background-color: rgba(255,255,0,0.3)!important; +} +/*End Button Styling*/ + + +/* Check Template */ +.sheet-rolltemplate-check .sheet-container { + color: Black; + background-color: #ffffff; + border: 1px solid; + padding: 2px; + width: 189px; +} + +.sheet-rolltemplate-check .sheet-container h1{ + color: inherit; + font-size: 1.2em; + font-variant: small-caps; + line-height: 20px; +} + +.sheet-rolltemplate-check div { + padding: 2px; +} + +.sheet-rolltemplate-check span { + color: currentColor; + font-family: "Times New Roman", Times, serif; + font-size: 1.2em; + font-variant: small-caps; + line-height: 1.4em; + padding-left: 5px; + text-align: left; +} + +.sheet-rolltemplate-check .sheet-subheader { + color: currentColor; + font-size: 1em; + font-style: italic; +} + +.sheet-rolltemplate-check .sheet-arrow-right { + border-bottom: 3px solid transparent; + border-left: 180px solid currentColor; + border-top: 3px solid transparent; +} + +.sheet-rolltemplate-check .sheet-tcat { + font-style: italic; +} + + +.sheet-rolltemplate-check .inlinerollresult { + background-color: LightGray !important; + border: none; +} + + +.sheet-rolltemplate-check .inlinerollresult.fullcrit { + color: #3FB315; + border: none; +} + +.sheet-rolltemplate-check .inlinerollresult.fullfail { + color: #B31515; + border: none; +} + +.sheet-rolltemplate-check .inlinerollresult.importandivoll { + color: #4A57ED; + border: none; +} +/* End Check template */ \ No newline at end of file diff --git a/ATRIM/ATRIM.html b/ATRIM/ATRIM.html new file mode 100644 index 0000000000..8ca027873f --- /dev/null +++ b/ATRIM/ATRIM.html @@ -0,0 +1,387 @@ +
+
+ +
+ +
+ + +
+ + + +
+ + + + + +
+ + +
+ + + + + + +
+
+ + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + + +
+ + +
+ + + + +
+ + + + + +
+ + + + + +
+ + + +
+ +
+ +
+
+
+ + + + + + + + +
+ + +
+ + + + +
+ + + + + +
+ + + + + + +
+ + + +
+ + + + + + + + + + + + + + + + + +
+ +
+
+ + +
+ + + + +
+

{{name}}

+
+ {{#rollGreater() Check 0}} +
Check: {{Roll}}
+ {{/rollGreater() Check 0}} + + {{#NumDie}} + {{#rollTotal() NumDie 1 }} +
Roll: {{Die1}}
+ {{/rollTotal() NumDie 1 }} + {{#rollTotal() NumDie 2 }} +
Roll: {{Die1}}{{Die2}}
+ {{/rollTotal() NumDie 2 }} + {{#rollTotal() NumDie 3 }} +
Roll: {{Die1}}{{Die2}}{{Die3}}
+ {{/rollTotal() NumDie 3 }} + {{/NumDie}} +
+
+ + diff --git a/ATRIM/ATRIM.png b/ATRIM/ATRIM.png new file mode 100644 index 0000000000..a7f09279c0 Binary files /dev/null and b/ATRIM/ATRIM.png differ diff --git a/ATRIM/sheet.json b/ATRIM/sheet.json new file mode 100644 index 0000000000..b0953ecf04 --- /dev/null +++ b/ATRIM/sheet.json @@ -0,0 +1,9 @@ +{ + "html": "ATRIM.html", + "css": "ATRIM.css", + "authors": "Vialmada", + "preview": "ATRIM.png", + "roll20userid": "6040293", + "instructions": "## ATRIM is a character sheet for Daniel Suptic's RPG. The rules can be found at https://djsuptic.itch.io/atrim. If you have any questions or comments, please contact Vialmada.\n\n## Features\n- Die Faces which are Wounds display in rolls as Black\n- Character Art allows for a URL", + "legacy": false +} \ No newline at end of file diff --git a/ATRIM/translation.json b/ATRIM/translation.json new file mode 100644 index 0000000000..8ab517fc81 --- /dev/null +++ b/ATRIM/translation.json @@ -0,0 +1,50 @@ +{ + "name-c":"Name", + "species:-c":"Species:", + "profession:-c":"Profession:", + "wheelhouse:-c":"Wheelhouse:", + "traits-c":"Traits", + "wounds-c":"Wounds", + "might-c":"Might", + "agility-c":"Agility", + "smarts-c":"Smarts", + "notableEquipment:-c":"Notable Equipment:", + "coolStuff:-c":"Cool Stuff:", + "etcetera:-c":"Etcetera:", + "money:-c":"Money:", + "characterArt-c":"Character Art", + "difficultyChart-c":"Difficulty Chart", + "impossible-c":"Impossible", + "automaticFailure-c":"Automatic Failure", + "hard-c":"Hard", + "roll-c":"Roll", + "moderate-c":"Moderate", + "easy-c":"Easy", + "trivial-c":"Trivial", + "automaticSuccess-c":"Automatic Success", + "paragraph1a":"When rolling, if the action your PC is attempting is in their", + "wheelhouse-c":"Wheelhouse", + "paragraph1b":", drop the", + "paragraph1c":"difficulty by one step on this chart.", + "paragraph2":"All CONFLICT rolls start at MODERATE difficulty.", + "paragraph2a":"All", + "conflict-c":"Conflict", + "paragraph2b":"rolls start at", + "moderate-c":"Moderate", + "paragraph2b":"difficulty", + "paragraph3a":"Difficulties may increase or decrease depending on your PC's", + "species,Profession,Equipment,-c":"Species,Profession,Equipment,", + "paragraph3b":"and/or other factions determined by the GM.", + "disclaimer":"The ATRIM character sheet is licensed under a", + "license":"Creative Commons Attribution-ShareAlike 4.0 International License", + "attribution":"ATRIM Character Sheet by Dan Suptic", + "url:-u":"URL:", + + "check:-c":"Check:", + "result:-c":"Result:", + "check-c":"Check:", + "result-c":"Result:", + "success!-c":"Success!", + "failure-c":"Failure", + "roll:-c":"Roll:" +} \ No newline at end of file