diff --git a/Adventure!/Adventure!.css b/Adventure!/Adventure!.css index 7836de66da..2377edfb65 100644 --- a/Adventure!/Adventure!.css +++ b/Adventure!/Adventure!.css @@ -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; diff --git a/Adventure!/Adventure!.html b/Adventure!/Adventure!.html index ca4a6a8dbc..a3468dc946 100644 --- a/Adventure!/Adventure!.html +++ b/Adventure!/Adventure!.html @@ -88,7 +88,7 @@ - + diff --git a/Adventure!/Adventure!.png b/Adventure!/Adventure!.png index 322fbda763..61e40a687d 100644 Binary files a/Adventure!/Adventure!.png and b/Adventure!/Adventure!.png differ diff --git a/Adventure!/Changelog.md b/Adventure!/Changelog.md new file mode 100644 index 0000000000..e82624a88a --- /dev/null +++ b/Adventure!/Changelog.md @@ -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.* \ No newline at end of file diff --git a/Adventure!/README.md b/Adventure!/README.md new file mode 100644 index 0000000000..b68f26ad36 --- /dev/null +++ b/Adventure!/README.md @@ -0,0 +1,14 @@ +# Adventure! Character sheet for Roll20 + +This sheet works largely on its own + +![](https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/adventure!/assets/sheet-centered.jpg) + +### 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. + diff --git a/Adventure!/assets/fonts/GNUTypewriterStandard.ttf b/Adventure!/assets/fonts/GNUTypewriterStandard.ttf new file mode 100644 index 0000000000..eb97fedfbd Binary files /dev/null and b/Adventure!/assets/fonts/GNUTypewriterStandard.ttf differ diff --git a/Adventure!/assets/fonts/WarenhausTypenhebelStandard.otf b/Adventure!/assets/fonts/WarenhausTypenhebelStandard.otf new file mode 100644 index 0000000000..221bd4eda4 Binary files /dev/null and b/Adventure!/assets/fonts/WarenhausTypenhebelStandard.otf differ diff --git a/Adventure!/assets/images/15L8aEI.jpg b/Adventure!/assets/images/15L8aEI.jpg new file mode 100644 index 0000000000..1a7de34697 Binary files /dev/null and b/Adventure!/assets/images/15L8aEI.jpg differ diff --git a/Adventure!/sheet.json b/Adventure!/sheet.json index d7996ccfd6..2c9a5fd87b 100644 --- a/Adventure!/sheet.json +++ b/Adventure!/sheet.json @@ -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." } \ No newline at end of file