JSON and README update

This commit is contained in:
Alicia G
2014-04-18 16:03:33 -04:00
parent 4d6eb983f8
commit 2a150ee517
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -3,18 +3,19 @@ Star Wars Saga Edition Character Sheet
Welcome to my rendition of the Star Wars Saga Edition Character sheet.
My goal is to make this all encompassing for the current and any House Rules which may come up.
As this is a work in progress, please excuse the fact this is not completed.
I've used this sheet (http://www.mad-irishman.net/pub_starwars.html) as a reference for the design. Because of how things are formatted with CSS I've excluded some fields to make things "prettier" and well, because I don't find them necessary.
In this folder there's also some API code which can be used in conjunction with the character sheet to create all the Attributes in a pretty, orderly manner, as well as creating Abilities for the Skills. When used, the API will take affect after the Character entry has been created and saved for the first time.
TO DO
============
* ~~List out all Skills with modifiers and rolls~~
* ~~Use repeating function to include weapons and attacks having the user choose which Ability Mod and damage for pre-filled rolls~~
* Fix Attack Repeating function (overall this won't be working the way I want till a repeating roll function is included)
* Make it prettier with CSS (~~incorporate logos~~, etc)
* ~~Make it prettier with CSS (~~incorporate logos~~, etc)~~
* Equipment and credits section
* Languages
* Feats, Talents and Force Powers area
* Experience
Suggestions
============
+1 -1
View File
@@ -3,5 +3,5 @@
"css": "StarWarsSagaEdition.css",
"authors": "Alicia G",
"preview": "StarWarsSagaEditionpreview.png",
"instructions": "# Character Sheet\r Inspired by the Saga Edition sheet by Mad Irishman Productions.\r\r## Useful Attributes\r* level @{level}\r * Half Level @{level|max}\r* Hit Points @{hp} and @{hp|max}\r* Reflex @{Reflex}\r* Fortitude @{Fortitude} @{Will}\r* Condition Track Penalty @{CT}\r* Damage Threshold @{DT}\r* Damage Reduction @{DR}\r* Shield Rating @{SR} and @{SR|max}\r* Base Attack bonus @{BAB}\r\r**Ability Scores**\r* Strength @{str}\r* Constitution @{con}\r* Dexterity @{dex}\r* Intelligence @{int}\r* Wisdom @{wis}\r* Charisma @{cha}\r * Ability modifiers @{___|max}\r * All Skills ie @{Acrobatics} and @{Knowledge-GalacticLore} \r\r## Useful Rolls\r * Abilities ie. %{'charName'|strCheck}\r * Skills ie. %{'charName'|AcrobaticsCheck} or %{'charName'|Knowledge-GalacticLoreCheck}"
"instructions": "# Character Sheet\r Inspired by the Saga Edition sheet by Mad Irishman Productions. This sheet auto-calculates Defences and Skills using the rules as written. Not all supplement rules may have been taken into account. If this is the case, please contact the authors. \r\r## Useful Attributes\r\r* level @{level}\r * Half Level @{level|max}\r* Hit Points @{hp} and @{hp|max}\r* Reflex @{Reflex}\r* Fortitude @{Fortitude} @{Will}\r* Condition Track Penalty @{CT}\r* Damage Threshold @{DT}\r* Damage Reduction @{DR}\r* Shield Rating @{SR} and @{SR|max}\r* Base Attack bonus @{BAB}\r\r**Ability Scores**\r\r* Strength @{str}\r* Constitution @{con}\r* Dexterity @{dex}\r* Intelligence @{int}\r* Wisdom @{wis}\r* Charisma @{cha}\r * Ability modifiers @{___|max}\r * All Skills ie @{Acrobatics} and @{Knowledge-GalacticLore} \r\r## Useful Rolls\r * Abilities ie. %{'charName'|strCheck}\r * Skills ie. %{'charName'|AcrobaticsCheck} or %{'charName'|Knowledge-GalacticLoreCheck}"
}