Commit Graph
12 Commits
Author SHA1 Message Date
johnmoney-code 9a870de332 fix hit location roller, hopefully
Added a space to {{loc=}}, to create {{loc= }}, which I have no idea if it'll work but it won't break anything to try

separated {{@{settings_hitroll}} to have a space before and after, for readability

adjusted whitespacing for hitroller
2021-05-05 14:39:40 -07:00
johnmoney-code b03d88ed8b Brute forced hit location
I'm so sorry baby, the community said it needed to be done

also credit to ChtiKenny for a shortened regex
2021-04-23 22:50:19 -07:00
johnmoney-code 78859f9194 remove line about "we don't have unnat DoS"
yes we do
2021-04-05 13:50:15 -07:00
johnmoney-code aa9038d2d3 changed autoroll hit location default
The independent 1d100 hit location is inconsistent with OW rules, but traditionally there has been no easy way to find the true value. Now that the actual attack rolls are easily visible, it's easier for players to see the proper values for themselves.
2021-04-03 01:04:03 -07:00
johnmoney-code 4d02312234 Update sheet.json
reminder that the hit location 1d100 is independent of the actual attack die.
2021-04-03 01:00:58 -07:00
johnmoney-code ba85234581 set up legacy sanitization opt-in
One of R20's recent updates revamped sanitization (that's the part where "sheet-" is invisibly added to CSS classes in the HTML), breaking many sheets in the development pipeline.
You literally need to opt-in to not getting your sheet rekt smh
2021-03-29 21:38:35 -07:00
Nathanael Winget cfb3227746 Add legacy sanitization opt-in 2021-02-04 10:52:31 -05:00
johnmoney-code 144a00dd17 Update sheet.json
mentions tooltips

mentions that unnatural stats counting in DoS is coming up
2021-01-22 18:37:01 -08: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 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