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
6f4ab0495e
Fixed data migration for rogue armor penalties
2023-05-25 13:53:00 +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
31c59e5bcf
Updated that spell books does not need read magic.
...
Updated dwarven endurance to cost 0 points
2023-05-17 08:38:22 +02:00
Peter Bjerg Lidegaard
b17306450a
Added V, S components to all quest spells
2023-04-17 07:44:54 +02:00
Peter Bjerg Lidegaard
4561b1fa25
Updated change log and Life Draining
2023-03-28 08:55:07 +02:00
Peter Bjerg Lidegaard
9416ed3cc8
Fixed telekinesis for items weighing exactly 3 pounds
2023-03-27 16:07:22 +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
2817588cc0
Changed the attribute used for psionic powers to use the calculated value
2023-03-07 17:12:22 +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
6f5adc9c12
updated version
2023-02-28 07:24:52 +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
450cbc91c0
Updated version
2023-02-27 20:12:26 +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
e1ea703965
Changed shield-rush to have speed factor 3
2023-02-26 19:32:05 +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
5e148a092f
- Updated version
...
- wrapped spell points in div to also hide the details when it is not active
- set spell slots to be checked as default to make sure a system is shown on a fresh character sheet
2023-02-17 14:14:08 +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
dc7d466bbe
Added PHB reference to regenration note
2023-02-16 17:33:15 +01:00
Peter Bjerg Lidegaard
42a3095a7f
Clarified regeneration, maybe
2023-02-16 17:28:41 +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