From 2a150ee517b2ee4e92eb893e6858f68630d94031 Mon Sep 17 00:00:00 2001 From: Alicia G Date: Fri, 18 Apr 2014 16:03:33 -0400 Subject: [PATCH] JSON and README update --- Star Wars Saga Edition/README.md | 9 +++++---- Star Wars Saga Edition/sheet.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Star Wars Saga Edition/README.md b/Star Wars Saga Edition/README.md index c639bd2805..e84eafb5a0 100644 --- a/Star Wars Saga Edition/README.md +++ b/Star Wars Saga Edition/README.md @@ -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 ============ diff --git a/Star Wars Saga Edition/sheet.json b/Star Wars Saga Edition/sheet.json index a7a5710591..b806444ec9 100644 --- a/Star Wars Saga Edition/sheet.json +++ b/Star Wars Saga Edition/sheet.json @@ -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}" } \ No newline at end of file