Skip to content

Commit

Permalink
readme & version nr.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anduh committed Sep 12, 2018
1 parent 6f2a623 commit 0082fd8
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 66 deletions.
51 changes: 51 additions & 0 deletions Weaverdice/CHANGELOG-Weaverdice.md
@@ -0,0 +1,51 @@
### Version 1.40(2018-9-18):

- Roll Templates added (blue, red, green, black versions of the default template)

### Version 1.33(2018-9-11):

- fixed skill rolls to display correct skill name when rolled, previously showed name of the first skill


### Version 1.32(2018-8-28):

- skill rolls improved, added option for using stat bonus andskill bonus to rolls,plus a field to custom the roll. Default "k1" keeps highest dice

- Stat value added above the stat modifier

- adds sheet version in the corner


### Version 1.2(2018-08-22):

- skill rolls added, with minor options

- expand skill descriptions to 6 rows

- change default stat modifier to zero, as is the baseline for PCs

### Version 1.0(2018-06):

- fix Health tracker, doesn't reset any more

- added "Stat modifier" lable over stat placement, for clarity

- made "notes" textfields in gear& other repeating sections wider

- made most large textboxes smaller

- some visual corrections

- code cleanup, removed duplicate code& some renaming

### Version 0.9:

- basic stat tracking capabilities, dynamicly expanding sections for gear and other lists

- stats can be rolled directly from the sheet

- Cape name moved to be in more in the center

- no help yet with character creation rolls yet

- buttons to roll for skills have not been implemented, as the way skills improve in WD is complex to implement
81 changes: 16 additions & 65 deletions Weaverdice/README.md
Expand Up @@ -3,80 +3,31 @@

Any improvements to the sheet are welcome.

### Version 1.40(2018-9-18):
## [Changelog](https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Weaverdice/CHANGELOG-Weaverdice.md)

- Roll Templates added (blue, red, green, black versions of the default template)

### Version 1.33(2018-9-11):

- fixed skill rolls to display correct skill name when rolled, previously showed name of the first skill


### Version 1.32(2018-8-28):

- skill rolls improved, added option for using stat bonus andskill bonus to rolls,plus a field to custom the roll. Default "k1" keeps highest dice

- Stat value added above the stat modifier

- adds sheet version in the corner


### Version 1.2(2018-08-22):

- skill rolls added, with minor options

- expand skill descriptions to 6 rows

- change default stat modifier to zero, as is the baseline for PCs

### Version 1.0(2018-06):

- fix Health tracker, doesn't reset any more

- added "Stat modifier" lable over stat placement, for clarity

- made "notes" textfields in gear& other repeating sections wider

- made most large textboxes smaller

- some visual corrections

- code cleanup, removed duplicate code& some renaming

### Version 0.9:

- basic stat tracking capabilities, dynamicly expanding sections for gear and other lists

- stats can be rolled directly from the sheet

- Cape name moved to be in more in the center

- no help yet with character creation rolls yet
## Possible future improvements:

- buttons to roll for skills have not been implemented, as the way skills improve in WD is complex to implement
- simple section for weapons/armor

## Possible future improvements:
- body location tracker (wounds/armor)

- implement all skill options

- create power-generation and luck tables so character creation can be made quicker in Roll20

- make the layout more flexible to resizing, it's still quite crude atm

## WeaverDice Resources

**Rulebook:** https://docs.google.com/document/d/1e-H--GkPrbJq4WRNYndBnjjLjE7-2kOZkjwltkP1Ong/

**Online charsheet:** https://docs.google.com/document/d/15peMSA3fdp9EK9urwvYps4Q0z06EQ6iJdVggD81a2bg/

**Getting Started:** https://docs.google.com/document/d/1Py-zQBE94hm8Iu0Oqoy_p_svALXYkKVpTiq-i7PwCwE/

**Character Creation Guide**https://docs.google.com/document/d/1Eo7AZpjm-mIQBVxXpjvxgNoHMpSBa9M0onzhYaX-HDU/

## Community links

**IRC-channel** https://kiwiirc.com/client/irc.parahumans.net/#weaverdice
## WeaverDice Resources & Community Links
Resources | Link
------ | ---------------
**Rulebook:** | https://docs.google.com/document/d/1e-H--GkPrbJq4WRNYndBnjjLjE7-2kOZkjwltkP1Ong/
**Online charsheet:** | https://docs.google.com/document/d/15peMSA3fdp9EK9urwvYps4Q0z06EQ6iJdVggD81a2bg/
**Getting Started:** | https://docs.google.com/document/d/1Py-zQBE94hm8Iu0Oqoy_p_svALXYkKVpTiq-i7PwCwE/
**Character Creation Guide** | https://docs.google.com/document/d/1Eo7AZpjm-mIQBVxXpjvxgNoHMpSBa9M0onzhYaX-HDU/

**Worm Web serial:** https://parahumans.wordpress.com/
Community | Link
------- | ---------------

**Sureddit:** https://www.reddit.com/r/Weaverdice/
**IRC-channel** | https://kiwiirc.com/client/irc.parahumans.net/#weaverdice
**Worm Web serial:** | https://parahumans.wordpress.com/
**Sureddit:** | https://www.reddit.com/r/Weaverdice/
2 changes: 1 addition & 1 deletion Weaverdice/Weaverdice.css
Expand Up @@ -4,7 +4,7 @@
}

.charsheet .sheet-version::after {
content: 'Sheet Version 1.33';
content: 'Sheet Version 1.40';
}

.charsheet .sheet-bg-gray {
Expand Down

0 comments on commit 0082fd8

Please sign in to comment.