Commit Graph
37458 Commits
Author SHA1 Message Date
Riley Dutton b8d5a2ddb9 Merge pull request #328 from the-storyteller/master
Update sheet.json
2014-06-16 08:11:58 -05:00
Actoba df982a8684 Moved ranged field in spellbook to top row and fixed some legacy issues with the spellbook section as well as a few other layout tweaks 2014-06-16 01:52:16 +01:00
Actoba 37713a01ea #9 Reworked spells script so that save throw spells now have a separate damage field so they can be hooked into the active bonus section 2014-06-16 01:17:32 +01:00
Lithl cc13a1c22c Completed Magic tab, combat tab nearly complete
Moved movement calculations to combat tab
Added lift weight to combat tab
Removed charms, essence motes, and weapons from statistics tab
Repositioned dodge DV and mental dodge DV on statistics tab, re-styled
health/soak area
Removed quick reference area from statistics tab
Added sorcery, artifacts, and hearthstones to magic tab
2014-06-15 19:02:16 -05:00
Actoba 7b98216aea Minor update to indicate that bonus section can also be used for ongoing penalties too 2014-06-16 00:38:26 +01:00
Actoba a5d3f66433 #9 - Hooked in spell attack and spell damage bonus for spells that have an attack roll. No way to hook in damage bonus right now oin spells that require a save throw so may have to rework that section to support that....though that will mean i'll also have to work out a way of allowing zero damage save throw mechanic spells without it auto adding the damage bonus :( 2014-06-16 00:36:51 +01:00
Actoba 03f643087b #9 - Added spell bonus section to active bonuses and hooked in the spell save DC bonus to the base DC hidden calculation. 2014-06-16 00:27:33 +01:00
Actoba 84abb075f7 Updated weapon section to use global bonuses and advantage/disadvantage mechanics as per #9 and #10 2014-06-15 23:55:01 +01:00
Actoba f75b42debb Removed hit dice repeating section and replaced with a basic static alternative. reworked bottom half of core page because of this but left room for future rework of active bonus section which should come in handy! 2014-06-15 23:40:27 +01:00
Michael Heilemann 4eb4007b83 Removed travel order. Better descriptions. 2014-06-15 18:35:52 -04:00
Actoba e4c48d784a Updated the core save and check buttons to roll with the global bonus (removing misc modifiers) and with additional advantage/disadvantage rolls - issues #10 and #9 2014-06-15 22:47:30 +01:00
Michael Heilemann c028565770 Finally fixed favoured weapon skill 'not saving'. 2014-06-15 17:42:59 -04:00
Actoba 60fbd4e23a Properly fixed #22 this time by adding proficiency bonus to ranged weapon.
Also did a refresh and tidy of the entire section to make it much easier to use now including splitting of attack and damage rolls and displaying to hit and damage bonuses for both weapon types.  Should be pretty much done with the wepon section for now
2014-06-15 22:26:23 +01:00
Actoba bd9c9734a9 Changed up weapon section to be auto generated from a script. Added dmg bonus to melee weapon section and re-ordered columns...not done with that yet! 2014-06-15 20:40:23 +01:00
Actoba 08b0f886e9 Fixed #22 - Added to hit value for all weapon attacks, Also added proficiency checkbox and integrated it into the roll button macros.
Decided to also add support for Normal/finesse melee attacks to replace the Attack stat column.  May yet tweak the to hit field further but done for now
2014-06-15 18:27:59 +01:00
Raul Hess 1aa06e2b94 Added Song of Ice and Fire Roleplaying character sheets 2014-06-15 12:31:30 -03:00
Actoba d1dc495a1c Added a small section to show prepared and always prepared spell counts. This will likely be reworked later but wanted to add it now so i wouldnt forget 2014-06-15 16:22:24 +01:00
Actoba 82aca5ecb8 Fixes #21 - Changes spellbook section to simply be 1 list of spells with options embedded within each row for the type of spell/mechanic needed. This means the sheet now primarily separates on the type of action rather than the mechanic behind a type of action. Will likely need to add more spell book pages/rows but the helper scripts to auto generate the spellbook sections have also been consolidated into a single section meaning that this will be a trivial effort 2014-06-15 15:43:19 +01:00
anstruther 503f34fe7b Create README.md 2014-06-14 21:01:02 -04:00
anstruther 1b438f0e08 Create sheet.json 2014-06-14 21:00:02 -04:00
anstruther 561e560c7d Create NWOD-Mage.css 2014-06-14 20:58:26 -04:00
anstruther ab7c5521c5 Create NWOD-Mage.html 2014-06-14 20:57:58 -04:00
Devindra Payment e9ccc75140 Removed some debugging messages. 2014-06-14 12:19:50 -07:00
Devindra Payment 7632ca018b Update sheet.json 2014-06-14 12:14:56 -07:00
Devindra Payment 54dd988e82 Added a script to handle roll comparisons. Also added a prompt for roll modifier. 2014-06-14 12:11:14 -07:00
Actoba 17c331d596 Ok we now have a fully functioning and usable sheet! Only section to be done is the help section but that will be at the very end once it looks like everything else is stable. Can now get to work on enhancements and knocking off the logged issues before the full rules appear and i need to update again to accommodate rule changes since the playtest 2014-06-14 01:03:11 +01:00
Actoba a6a452440f Updated inventory section so that auto calc of inventory weight now works 2014-06-14 00:58:20 +01:00
Actoba b0de20085e Inventory section now complete 2014-06-14 00:46:27 +01:00
Actoba 01b0abcc96 Changed Equipment section to be named Inventory instead.
Close #2 - With this commit, the tabbed pages have been added (tho not yet populated) for the final section that should require them essentially meaning we have a full reproducible and flexible system for hiding/showing sections
2014-06-14 00:28:12 +01:00
Actoba e633bfb796 Started work on equipment/inventory section and got coin and weight section reworked. Stil some functionality missing from weight section but this does fix #5 as the coin weight is now in place and working 2014-06-14 00:01:39 +01:00
Actoba dc3668d5ec Removed old and now redundant action sections 2014-06-13 23:25:47 +01:00
Actoba 9449580375 Finished heal sopell section. That should be the spell section finally finished! 2014-06-13 23:23:48 +01:00
Actoba f599324ecf Really fixed Save throw spellbook section this time! Also tweaked the layout (headers) of all the completed spellbook sections thus far for consistency and readability 2014-06-13 23:04:24 +01:00
Actoba da7f44c238 Save throw spellbook section completed. 2014-06-13 22:24:25 +01:00
Actoba 852704dcc4 Attack spell section now complete 2014-06-13 21:54:34 +01:00
sturtus 37cac26b8e Merge remote-tracking branch 'upstream/master' 2014-06-13 16:09:04 -04:00
Actoba 3a21ec2dfb Finished work on Utility spell section. Now just need to replicate it across the other 3 spell sections 2014-06-13 20:52:19 +01:00
Actoba f4d479a460 First example of spellbook section with a max of 12 rows for utility section 2014-06-13 18:39:49 +01:00
Steve Day ccd2f415de Added auto create -dicepool character 2014-06-13 12:32:58 -05:00
Actoba 14b7158b4f Started switch towards a paged setup for spells rather than an ever increasing list. This makes much more sense with the way the rest of the sheet is setup 2014-06-13 17:53:26 +01:00
Actoba 46016a673f Updating utility section script output after fixing missing quotation mark 2014-06-13 17:38:22 +01:00
John Myles 214b9489ac Added large 50 row utility spell section generated by php script so that it is easier to maintain/update going forward. Some styling will break with this and need updating but i think this will become the template for how to do the "fake" repeating sections going forward. This will unfortunately make the sheet much much larger so we'll also have to see how that impacts usability. 2014-06-13 16:51:46 +01:00
anarisis 3dc20433d8 Added user ID 2014-06-13 00:17:14 -07:00
kattw c2801cbb0f Update sheet.json 2014-06-12 17:07:01 -04:00
kattw ed6ef073d3 Update sheet.json 2014-06-12 17:02:37 -04:00
kattw c72cc4b329 Delete sheet.json~ 2014-06-12 16:58:44 -04:00
Bill 84861a0e67 New json file 2014-06-12 16:59:10 -04:00
Actoba 78312c32d9 Fixed issue #19 - Wrapped all the content and styled with a max-width to prevent overflow issues causing formatting problems when the roll20 styled scroll bar popped in and out of the sheet as required. Also made sure the overflow property was reset for visible elements 2014-06-12 21:29:01 +01:00
Actoba 6fb2adae35 Minor code formatting tweaks 2014-06-12 20:19:45 +01:00
Actoba 445fb1cb88 Removed double padding on skills section 2014-06-12 18:13:53 +01:00