Commit Graph
6 Commits
Author SHA1 Message Date
johnmoney-code 6c776a4487 [Only War (Enhanced)] hotfix (#7229)
* hotfix

Fixes an error where leaving the "spray" button unchecked would add a "0" to the end of all damage rolls, creating insane damage values.

* Firefox Compatibility Mode

Adds a hacky workaround to the Cogwheel tab, to benefit Firefox players experiencing difficulty rolling Skills.
(It removes the roll preview because it interferes for some reason)

* replace speech bubble

it shows up as a blank box in roll20 so let's try an older symbol, the speaker
2020-08-24 12:58:59 -05:00
johnmoney-code e2d7c07adb update 08/16/20 (#7213)
Added Righteous Fury roller, tables.

added an option to toggle the crunch summary for Righteous Fury

Re-ordered the psychic abilities block to look better

Edited CS/CF thresholds to show when psy rolls fail or proc Phenomena

Re-ordered the melee weapon block to look better

Re-ordered the ranged weapons block to streamline function, make room for new Mishap Chance

Added dropdown for Mishap Chance for ranged weapons. Added "spray?" checkbox to change critfail marker to 9
2020-08-17 12:05:43 -05:00
johnmoney-code 91e8cb4cbc added rolltables, features (#7112)
Changed crit/critfail messages on to-hit rolls
Added a d100 function. Queries for a target number, then rolls a d100, then divides the difference by 10, showing all 3 numbers.
Changed Critical Damage attribute from attr_shields_max to attr_critical_dmg. Any existing number under Critical Damage will be deleted. On the bright side, clicking "Wounds" will now properly display information about current/max Wounds and Crit Dmg value.
Added a Force Field section to the Infographic. Has spots for a Name, Overload Rating, and Protection Rating.
Added a Shock roller. Queries for Fear DoF, then rolls Severity.
Psyker Focus Power Tests on Unfettered or Push will show a red number when it's time to roll for Psychic Phenomena
Phenomena and Perils buttons added. Will roll for Psychic Phenomena and Perils of the Warp respectively
2020-08-03 14:28:43 -04:00
johnmoney-code 14275f5b86 psyker sheetworker fixed (#6990)
CSS: added semicolons to all padding statements for consistency

HTML: changed "1 2 3" choices to "0 1 2"
fixed a bug in the sheetworker that had broken calculations in the Psykana tab
added (EPR * 5) to Focus Power Tests
2020-07-20 13:44:20 -05:00
johnmoney-code 37a862bf58 Only War (Enhanced) code improvements (#6960)
* refactoring and small corrections

changed page # in Advancements tab to type 'text'

code refactoring for carry-capacity switch statement and insanity/corruption range checks

fixed typo in sheet.json

* improved CSS, refactoring

changed "Page #" in the Advancements tab to input type: text
refactored range check for Insanity/Corruption
refactored Unnatural Characteristics styling
fixed incorrect comment in carryweight sheetworker
improved css grid for armor display overall
removed css grid in armor display cells
Added disclaimer next to Efffective Psy Rating
Added WIP framework for sheetworker psykana calculations
2020-07-13 11:04:58 -05:00
johnmoney-code 13631fef01 [Only War] overhauled character sheet (#6721)
* New Only War sheet

forked the Halo Mythic 3.5 sheet, mostly without incident. Comments show areas of further improvement.

* updated sheet code to reference attached files

* removed debug marks

roll20 might not be fond of seeing my extraneous code and plots to expand functionality. Since this sheet works as is, let's just do it now and revisit it after we get those features in
2020-06-08 15:23:54 -05:00