Commit Graph
179 Commits
Author SHA1 Message Date
Peter Bjerg Lidegaard 761b37edb6 Added misc modifier for psionic powers 2023-06-20 19:53:19 +02:00
Peter Bjerg Lidegaard b306baf760 Removed the psionic core roll modifier! Be gone vermin! 2023-06-20 19:49:14 +02:00
Peter Bjerg Lidegaard d518aa9cba Added armor name to follower rogue skills 2023-06-20 18:01:43 +02:00
Peter Bjerg Lidegaard e3576e3070 Spelling errors and removal of male proune... 2023-06-19 22:31:44 +02:00
Peter Bjerg Lidegaard c922c899d9 Added missing percentage signs 2023-06-19 22:27:02 +02:00
Peter Bjerg Lidegaard ae9fe518b8 Added surrounding and detection to skills 2023-06-14 10:10:32 +02:00
Peter Bjerg Lidegaard ceb163f457 Changed calculation to allow thieving skills to go over the maximum for Remove magical traps and Move silently, hide in shadows for rangers in non-natural environment 2023-06-09 12:54:13 +02:00
Peter Bjerg Lidegaard e26028bac2 Added thieving skills dexterity modifiers table to the sheet for transparency. Still needs a bit of clean up 2023-06-08 10:03:59 +02:00
Peter Bjerg Lidegaard 818e1f4eae - Added visibility toggle for all rogue buttons
- Added logic for chat button for custom skills
2023-06-01 23:46:27 +02:00
Peter Bjerg Lidegaard 63483f84ee ensured that CRP buttons whisper to gm 2023-06-01 19:27:55 +02:00
Peter Bjerg Lidegaard 0471140695 Optimized code 2023-06-01 15:24:53 +02:00
Peter Bjerg Lidegaard f1d6f3fdc2 more structured clone 2023-06-01 15:17:44 +02:00
Peter Bjerg Lidegaard 81c411297e used structured clone 2023-06-01 14:02:47 +02:00
Peter Bjerg Lidegaard d3daaf05b9 - Removed the maximum value from the sheet worker logic
- Added maximum value to the actual roll
- Added notes explaining maximum value
- Added CRP button for Find/Remove traps
- Added CRP button for Move silently and Hide in shadows
- Updated the extra skills to use the roll template layout
2023-06-01 11:34:02 +02:00
Peter Bjerg Lidegaard e55e879b52 Fixed total calculation with ranger toggle 2023-05-31 08:38:42 +02:00
Peter Bjerg Lidegaard 4a48bc1dc9 - Added migration for rogue total points
- Brought the new skills into the fold using sheet worker for update
- Removed the "newskill" holder attribute as it is not needed when using TAS.reduce
- Added toggle for rangers
2023-05-31 08:30:54 +02:00
Peter Bjerg Lidegaard 27f773a803 - Updated dexterity modifers to thieving skills based on PHB, PO: Skills & Powers.
- Simplified the logic for adding modifiers based on Dex. This is using the official errata by WoTC.
- Added a bunch of notes explaining that thieving skills are different for Dark Sun.
- Added notes for rangers that they can go to 99%
- Added Leather Armor and No Armor to armor type datalist
2023-05-30 09:49:56 +02:00
Peter Bjerg Lidegaard fa257edc0d Removed dex modifier for escape bond and tunneling as S&P and DarkSun are not in agreement 2023-05-26 13:35:17 +02:00
Peter Bjerg Lidegaard cb44274733 - Removed unused calculations for rogue skills
- Added migration for old fields to new fields
2023-05-25 13:35:03 +02:00
Peter Bjerg Lidegaard 95a29e0f00 Updated design of rogue skills 2023-05-25 11:43:18 +02:00
Peter Bjerg Lidegaard 8985c10420 Added datalist and logic for temporary psionic modifiers. 2023-03-08 08:16:18 +01:00
Peter Bjerg Lidegaard e8d3bb9f3e Added calculation of the psionic ability score fields 2023-03-07 16:59:21 +01:00
Peter Bjerg Lidegaard 2962c35052 Updated the design af potions and dusts to match that of scrolls 2023-03-05 11:11:19 +01:00
Peter Bjerg Lidegaard 24f3402e0a Swapped functionality to make it easier for end users to make a roll secret. 2023-03-04 14:20:58 +01:00
Peter Bjerg Lidegaard 3ca431d612 removed trim 2023-02-28 07:21:50 +01:00
Peter Bjerg Lidegaard f5e0eaf1fc Trimmed roll expression 2023-02-28 07:18:58 +01:00
Peter Bjerg Lidegaard fbac0c0b1a Fixed bug where calculation might not read from the field 2023-02-28 07:14:39 +01:00
Peter Bjerg Lidegaard 9ef1c83cf9 Renamed variable to not clash with const function 2023-02-27 20:42:32 +01:00
Peter Bjerg Lidegaard ae4bfce919 Made calculate formula a little more generic so that it can also handle cases where we just need to check the class level. This could be split differently, but it is good enough as it is 2023-02-27 20:10:42 +01:00
Peter Bjerg Lidegaard 5ea0f62a53 - Added class check to rogue skill points
- Simplified the class check code to just return the roll expression and not return a async function
2023-02-26 20:35:25 +01:00
Peter Bjerg Lidegaard aea1b13ac6 Removed "the" 2023-02-19 14:47:56 +01:00
Peter Bjerg Lidegaard 72f110dce7 final clean up 2023-02-18 15:15:43 +01:00
Peter Bjerg Lidegaard a49c28a7bd capitalized some const in the javascript 2023-02-17 14:01:02 +01:00
Peter Bjerg Lidegaard 5dc88696bf Simplified the nonprof handling and removed the migration as it is so insignificant that it does not matter 2023-02-17 13:40:09 +01:00
Peter Bjerg Lidegaard 7624068b46 - Added logic for bonus spell points based on wisdom to priests
- Updated change log
2023-02-17 09:07:35 +01:00
Peter Bjerg Lidegaard 28fde39607 - Updated change log
- Added checkbox and logic for automatically updating spell points from intelligence
2023-02-16 19:29:45 +01:00
Peter Bjerg Lidegaard 88559404f9 Only add bonus spells if you are actually a priest 2023-02-16 13:20:34 +01:00
Peter Bjerg Lidegaard 48a388d2e0 - Fold now only targets specific children marked with the "sheet-fold" class
- Fold button extracted to its own file
2023-02-16 09:08:04 +01:00
Peter Bjerg Lidegaard 4a4fcd1456 - Added support for autofill winds
- Now reads bonus spells from string instead of relying on two strings matching
2023-02-15 23:46:15 +01:00
Peter Bjerg Lidegaard 2e506c5989 Remove logic, html, css for hiding the default add spell row button 2023-02-15 20:51:51 +01:00
Peter Bjerg Lidegaard 11fb0f23a0 Updated change log 2023-02-15 14:24:05 +01:00
Peter Bjerg Lidegaard fe1fe0a8eb Initial work for show hiding slots, points and arcs 2023-02-15 11:23:06 +01:00
Peter Bjerg Lidegaard 82350feab5 Added the new pug logic to the old files. Still need to handle the failure check and interpolated strings 2023-02-09 13:12:38 +01:00
Peter Bjerg Lidegaard ae9cff87f0 Tweaked design for single line spells 2023-02-09 10:10:49 +01:00
Peter Bjerg Lidegaard 3c7618bcaf Removed level function as a parameter, and just references it directly instead 2023-01-23 08:31:42 +01:00
Peter Bjerg Lidegaard b62d3c3541 - Added actual fields to slim spells
- Added button logic for show hide
- Testing design for layout of fields
2023-01-22 22:03:53 +01:00
Peter Bjerg Lidegaard 5b031185f3 Fixed magic weapons not updating if the bonus is in the middle of the name 2023-01-09 22:00:28 +01:00
Peter Bjerg Lidegaard 4406bfd775 - Removed scatter diagram image 9 and 10 and used 8 instead as it is all the same
- Simplified the helper functions for grenade calculated as rollTotal can be used and is easier to read than negated rollBetween
- Added crit on distance roll of 1, and fumble max
2022-12-20 20:43:16 +01:00
Peter Bjerg Lidegaard b45f546ae5 - Added generic failure text to psionic powers
- Carries fail and success over to the check buttons for psionic powers
2022-12-07 21:52:30 +01:00
Peter Bjerg Lidegaard d39d56d182 Added button for rolling secretly as a DM for psionic powers 2022-12-07 21:39:05 +01:00