Fixed broken links due to ampersands, and a few minor copy edits (#6250)

Co-authored-by: N4306 <N4306@users.noreply.github.com>
This commit is contained in:
N4306
2020-04-27 08:33:22 -04:00
committed by GitHub
co-authored by N4306
parent b4e7892cdf
commit f4777be445
29 changed files with 36 additions and 22 deletions
-9
View File
@@ -1,9 +0,0 @@
{
"html": "SWSheet.html",
"css": "SWSheet.css",
"authors": "Jacob Vann,Natha",
"roll20userid": "1318,75857",
"preview": "SWSheet.png",
"instructions": "Character sheet for [Swords & Wizardry](https://www.froggodgames.com/swords-wizardry-0), in english and french. See the [Readme](https://github.com/Roll20/roll20-character-sheets/blob/master/Swords_%26_Wizardry/ReadMe.md) for more informations on automated calculations and rolls from the sheet."
,"tipeee":"https://www.tipeee.com/natharoll20"
}
@@ -1,28 +1,42 @@
# Swords & Wizardry
Character sheet for Swords & Wizardry, in english and french.
Initially created by Jacob Vann and overhauled by [Natha](https://github.com/NathaTerrien/roll20-wip/blob/master/README.md) (design, translation data, automated calcultations and rolls/roll template).
Character sheet for Swords & Wizardry, in English and French.
# Current version
2.2, Screenshots: [english](SWSheet.png), [french](SWSheet_fr.png)
## Authors
The sheet and its automated calculations (modifiers etc.) are based on the Complete version of the rules.
Every calculation can be overriden by manual input, if house rules are used. But modifying certain fields will fire again the associated automated calcultion. For example, modifying DEX will compute again the AC modifier, Total AC etc. and any custom value previously entered has to be set again.
* [Natha](https://github.com/NathaTerrien/roll20-wip/blob/master/README.md) (technical overhaul)
* Jacob Vann (initial author)
# Release notes
## Current version
## v2.2 (2017-09-17)
Screenshots:
* [English](SWSheet.png)
* [French](SWSheet_fr.png)
The sheet and its automated calculations (modifiers, etc.) are based on Swords & Wizardry Complete Rules.
Every calculation can be overridden by manual input, if house rules are used. Modifying certain fields will trigger the associated automated calculation. For example, modifying DEX will trigger the AC modifier to be calculated, the total AC, etc. Then any custom value previously entered has to be set again.
## Release notes
### v2.3 (2020-04-21)
* Fixed broken image link due to ampersand by moving this sheet to "swords-and-wizardry".
* Cleaned up documentation fixing typos and adding minor copy edits.
### v2.2 (2017-09-17)
* Technical optimisation
## v2.1 (2017-02-15)
### v2.1 (2017-02-15)
* Layout bug fix: Min/Max spell label was too long, and the corresponding field was hidden
* New 'Total Weight' field (automatically calculated based on total treasure and gear weights, but can be overriden)
* Treasure and Gear total weights calculation optimisation
* Relocate logo from imgur to github
## v2.0 (2017-02-04)
### v2.0 (2017-02-04)
Note : this new version of the sheet is compatible with previous versions and characters.
@@ -33,9 +47,9 @@ Note : this new version of the sheet is compatible with previous versions and ch
* New "Other" AC modifier to note magic items effect on AC, like rings or curses, wounds, spell effects etc.
* Handling of Ascending and Descending AC (radio button). On change:
* Base AC is (re)set accordingly
* DEX modifier to AC is calculted accordingly
* DEX modifier to AC is calculated accordingly
* Ascending AC is calculated by adding Base AC + DEX modifier + absolute value of Armor AC modifier + absolute value of Shield AC modifier + Other AC modifier
* Descending AC is calculted by adding Base AC + DEX modifier - absolute value of Armor AC modifier - absolute value of Shield AC modifier + Other AC modifier
* Descending AC is calculated by adding Base AC + DEX modifier - absolute value of Armor AC modifier - absolute value of Shield AC modifier + Other AC modifier
* Gear and Treasure weight are automatically tallied.
* Total gear weight sums every item weight, multiplied by quantity (unit weight assumed)
* Total Treasure weight sums every item weight
@@ -410,7 +410,7 @@
</div> <!-- END BIO and PHYISCAL -->
<div class="sheet-mycol"> <!-- LOGO and Languages -->
<div class="sheet-ligne" style="text-align: center;">
<img style="width:300px;" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Swords_%26_Wizardry/SWSheet_logo.gif" alt="Swords & Wizardry">
<img style="width:300px;" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/swords-and-wizardry/SWSheet_logo.gif" alt="Swords & Wizardry">
</div>
<div class="sheet-ligne" style="text-align: center;">
<span class="sheet-lib1 sheet-wid70" data-i18n="languages">Languages</span>

Before

Width:  |  Height:  |  Size: 189 KiB

After

Width:  |  Height:  |  Size: 189 KiB

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 193 KiB

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

+9
View File
@@ -0,0 +1,9 @@
{
"html": "SWSheet.html",
"css": "SWSheet.css",
"authors": "Jacob Vann,Natha",
"roll20userid": "1318,75857",
"preview": "SWSheet.png",
"instructions": "Character sheet for Swords & Wizardry, in English and French. See the [README](https://github.com/Roll20/roll20-character-sheets/blob/master/swords-and-wizardry/README.md) for more informations on automated calculations and rolls from the sheet.",
"tipeee":"https://www.tipeee.com/natharoll20"
}