mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
updated Adventure! character sheet and supporting files (#5654)
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
/*-----text-----*/
|
||||
@font-face {
|
||||
font-family: 'GNUTypewriter';
|
||||
src: url('http://openfontlibrary.org/assets/fonts/gnutypewriter/8a7cb57723df9125503083ed59e7a11c/718af758a8ac10cf79fcc33420aacc3e/GNUTypewriterStandard.ttf');
|
||||
src: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Adventure!/assets/fonts/GNUTypewriterStandard.ttf');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'WarenhausTypenhebelStandard';
|
||||
src: url('http://openfontlibrary.org/assets/fonts/warenhaus-typenhebel/862bc7d9e132f4bdcd1e09b28674536f/cdebde162d37c30efb1ed7712a21807a/WarenhausTypenhebelStandard.otf');
|
||||
src: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Adventure!/assets/fonts/WarenhausTypenhebelStandard.otf');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -158,7 +158,7 @@ div.sheet-core-content {
|
||||
|
||||
.charsheet div[class^="sheet-section"] {
|
||||
display: none;
|
||||
background: url('https://i.imgur.com/15L8aEI.jpg');
|
||||
background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/The%20One%20Ring/assets/images/15L8aEI.jpg');
|
||||
background-size:100%;
|
||||
padding-left:26px;
|
||||
padding-right:26px;
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
<th><button type="roll" class="sheet-adv" value="/e rolls Perception! [[ { (@{Perception} + ?{Modifier?|0})d10!}>7 ]]">Perception</button></th>
|
||||
<td colspan="2">
|
||||
<input type="radio" class="sheet-normal sheet-zero" name="attr_Perception" value="0" checked="checked" /><span></span>
|
||||
<input type="radio" class="sheet-normal" name="attr_Perceptione" value="1" /><span></span>
|
||||
<input type="radio" class="sheet-normal" name="attr_Perception" value="1" /><span></span>
|
||||
<input type="radio" class="sheet-normal" name="attr_Perception" value="2" /><span></span>
|
||||
<input type="radio" class="sheet-normal" name="attr_Perception" value="3" /><span></span>
|
||||
<input type="radio" class="sheet-normal" name="attr_Perception" value="4" /><span></span>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 459 KiB After Width: | Height: | Size: 449 KiB |
@@ -0,0 +1,18 @@
|
||||
## Versioning
|
||||
Versions have three numbers Major.Minor.Release
|
||||
|
||||
**Major**: Indicates that some form of compatibility has broken. These versions should have notes indicating what broke and how to handle it. May include major UI changes to sheet layout and design.
|
||||
|
||||
**Minor**: Indicates the addition of new features and/or bugfixes.
|
||||
|
||||
**Release**: Indicates bugfixes and minor UI changes only.
|
||||
|
||||
## 1.1
|
||||
|
||||
### Bug fixes and minor changes
|
||||
* removed typos that was causing problems
|
||||
* imported fonts and images so as not to get a security issue on browsers
|
||||
|
||||
## 1.0
|
||||
|
||||
*Initial Release by John W.*
|
||||
@@ -0,0 +1,14 @@
|
||||
# Adventure! Character sheet for Roll20
|
||||
|
||||
This sheet works largely on its own
|
||||
|
||||

|
||||
|
||||
### Atributes and Abilitys, Advantages, Merits and flaws and Combat and Gear sheets
|
||||
|
||||
This is in fact four character sheets in one. the Player Character sheet broken down into four sections.
|
||||
|
||||
### Internationalisation
|
||||
|
||||
This sheet is currently optimised for English i am hoping to due translations in the near future.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 703 KiB |
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"html": "Adventure!.html",
|
||||
"css": "Adventure!.css",
|
||||
"authors": "John W.",
|
||||
"roll20userid": "492849",
|
||||
"authors": "John W, Michael (aka Aragent) I.",
|
||||
"roll20userid": "492849,2624774",
|
||||
"preview": "Adventure!.png",
|
||||
"instructions": "# Character Sheet\r## Whole Sheet:\rIn order for the font to show up correctly in Chrome, you will have to *load unsafe scripts* using the gray sheild in the address bar of the browser. \r ## Attributes & Abilities tab\r Names of skills and attributes are roll buttons.\r ## Advantages tab:\r Health boxes are drop down menus. Willpower and Inspiration are roll buttons. \r ## Merits and Flaws tab:\r The Other Traits section can be selected the Uncommon dice pool section.\r## Combat Tab:\r Combat tab uses the Dexterity as the attribute in the roll."
|
||||
}
|
||||
Reference in New Issue
Block a user