Commit Graph
85326 Commits
Author SHA1 Message Date
Ponytwister f19d798fb1 UI fix for Transformation Power
Fixed the PRO/CONs for the animal form showing up regardless of which transformation type is selected.
Fixed Doppelganger spelling: Doppleganger -> Doppelganger
Edge sheet button now invokes &tracker
Summoning power now shows PRO costs in text.
2024-09-28 11:37:25 -05:00
headdrop 68dbafa811 [fix] modify crisis print system 2024-09-28 19:26:15 +09:00
BeautiDemise 4b6b21d121 Feature: When enabling Auto Update, the indicator now initializes in the searching state (orange) instead of the active state (green) 2024-09-28 01:39:46 +02:00
BeautiDemise b7f76643cd Feature: Made token instance display resizeable 2024-09-28 01:26:33 +02:00
BeautiDemise f39e2984cc Bugfix: TokenIds with multiple underscores were still causing issues 2024-09-28 00:55:13 +02:00
BeautiDemise cfc34b1077 Bugfix: Could not add token instances with underscores in their tokenId
- Solved by replacing all underscores in tokenIds with a Ø character. Any future functionality that get tokenIds will have to do the same
2024-09-28 00:52:44 +02:00
BeautiDemise acdaf1111a Bugfix: DecayPause for ailments was not saved for token instances
- Adds DecayPause to AilmentList
- Improves exportAilmentList function
2024-09-28 00:11:09 +02:00
roll20deploy 113ed0ae6d New translations translation.json (French) 2024-09-27 17:41:18 -04:00
BeautiDemise 5ba3784a42 Bugfix: Proc AutoEffect was not working for Bleed 2024-09-27 23:06:55 +02:00
BeautiDemise da0e6fed63 Bugfix: All custom ailments were updating when using the Proc AutoEffect 2024-09-27 23:01:45 +02:00
BeautiDemise 6be1e1dfa9 Bugfix: Give ailment action button still not working when using generic token mode 2024-09-27 22:43:50 +02:00
Nora Cahill 34d617fede Merge pull request #13352 from Kurohyou/Cosmere/v1.01
Characters display fixes
2024-09-27 13:40:42 -07:00
Nora Cahill 3c55e71d5e Merge pull request #13354 from nashidau/master
Rolemaster Unified Official: DB, Creature and skill updates
2024-09-27 13:40:15 -07:00
BeautiDemise ab680efdd1 Feature: Improved AutoEffect error message formating when encountering multiple errors 2024-09-27 22:33:24 +02:00
BeautiDemise ee421d01a4 Bugfix: Give ailment action button was not working 2024-09-27 22:26:44 +02:00
roll20deploy a67c4b46e9 New translations translation.json (Portuguese, Brazilian) 2024-09-27 12:25:44 -04:00
roll20deploy ec181d94ad New translations translation.json (French) 2024-09-27 09:29:06 -04:00
olafvantol 4b54e396d5 Minor html typo correction
Missing ";"in html resulted in "nbsp" tag showing on horse combat stats
2024-09-27 11:53:48 +02:00
BeautiDemise 983e5a4afd Bugfix: The skill type dropdowns now darken when used, allowing the text to be read (was white text on a white background) 2024-09-27 04:10:29 +02:00
BeautiDemise 62cb43d83e Bigfix: Auto Update indicator was blocking part of the button from being pressed 2024-09-27 03:54:33 +02:00
BeautiDemise 2fbae8a6ea Feature: Auto Update now displays a small indicator in the corner of the update button showing the current state of the function
- Green: Has found the initiative item. Active
- Yellow: Searching for the initiative item
- Red: Has not found the initiative item and is in standby. Requires toggling the setting or rerolling initiative
2024-09-27 03:54:05 +02:00
BeautiDemise a80bfbf011 Feature: Default Sheet Settings can now be set for settings in the Import/Export tab 2024-09-27 03:51:50 +02:00
Chris Casey 01003f1c8e Update sheet.json
(Possibly) taking over from the previous tenant, who seems to have moved on from this project.
2024-09-26 18:40:53 -05:00
BeautiDemise 44a6102051 Icons: Whoops forgot to add the actual image files 2024-09-27 01:11:45 +02:00
BeautiDemise 51a52df000 Icons: Added a couple of icons from Limbus Company and a bunch of community made ones 2024-09-27 01:10:04 +02:00
BeautiDemise 622eb24247 Bugfix: Last defence roll is no longer used when combat options are hidden 2024-09-27 00:39:17 +02:00
BeautiDemise cd42ea1651 Bugfix: Targeting an invalid token now gives an error message and resets one's target
- Currently only happens when using generic token mode and a token has not been added as a token instance
2024-09-27 00:34:15 +02:00
BeautiDemise fdc1b306f6 Bugfix: Reverted target bar display titles. Was working correctly but causing a swarm of errors in the console 2024-09-26 23:48:07 +02:00
BeautiDemise 5737b8cf90 Bugfix: Clears conditional buttons when changing token instances 2024-09-26 23:44:32 +02:00
BeautiDemise b15baaa956 Bugfix: Target bar display was not updating 2024-09-26 23:35:28 +02:00
Chris Casey 3b2a22e583 Update sheet.html
Added new races and Battle Dancer class to character sheet, with correct calculations
2024-09-26 16:35:01 -05:00
Chris Casey 434483332e Merge pull request #1 from Miriable/Miriable-patch-1
Update sheet.html with Battle Dancer class
2024-09-26 16:24:18 -05:00
BeautiDemise d4ebdcac4e Bugfix: New custom ailment functionality were cancelling actions when having no custom ailments or having no custom ailments matching the requested trigger 2024-09-26 23:23:18 +02:00
Chris Casey ee4b593681 Update sheet.html with Battle Dancer class
Added missing Battle Dancer class, including calculations based on that class.
2024-09-26 16:19:55 -05:00
BeautiDemise 706adb5f7b Bugfixes:
- For all on:change event listeners for token instances, the sheet now checks that generic token mode is enabled before executing any effects
   - This is to avoid cases where generic token functionality inadvertently affects normal sheets
- Added default values for all target attributes, matching that of the resetTarget() function
   - This should help ensure that targeting does not affect sheets not using the feature
2024-09-26 22:56:49 +02:00
BeautiDemise 2f48dfeece Feature: Improved addTokenMultiple and deleteTokenMultiple code 2024-09-26 22:30:52 +02:00
BeautiDemise 6790cfd5ca Feature: Added titles to Combat Option UI elements 2024-09-26 22:14:35 +02:00
BeautiDemise 12223db995 Bugfix: Custom ailments that decayed as part of the same action (Round end ailments on update, On Action as part of combat rolls etc.) were giving the wrong count for AutoEffects 2024-09-26 22:04:53 +02:00
roll20deploy f46bc91cd5 New translations translation.json (French) 2024-09-26 14:58:38 -04:00
BeautiDemise b0433ed497 Bugfix: Corrected name of Auto Update setting 2024-09-26 20:39:59 +02:00
BeautiDemise b6af4e7b46 Bugfix: FlatDamage AutoEffect not working properly for attacks 2024-09-26 20:34:44 +02:00
BeautiDemise 50b3e82311 Bugfix: Action buttons now work correctly when using generic token mode and targeting simultaneously
- Also changes name of getTokenId function to getTokenAttrs to better reflect its functionality
2024-09-26 20:09:33 +02:00
roll20deploy b7f15f00c2 New translations translation.json (French) 2024-09-26 13:44:20 -04:00
BeautiDemise fe0d18e041 Feature: Changed default name of Auto Update initiative item from "New round" to "Round end"
- This has been done to match the language used for similar features (Round end ailments for example)
2024-09-26 18:29:57 +02:00
D4v1dN 12352b7f85 Update sheet.json
Changing case on instructions tag
2024-09-26 18:17:08 +10:00
Villain1nGlasses bcb62dbeac Another minor styling fix. 2024-09-26 01:02:25 -06:00
Brett Nash 497af23597 Rolemaster Official: DB, Creature and skill updates
Start work on fully supporting encumbrance and maneuver penalties.  So now we
calculate load (we did not before), our max pace (been empty forever), change
the property name to carried_weight (was set, but never used before).

- Creatures:
  - Handle more attack types
  - Creature attacks work again with the new maneuver penalties.
  - Fix issue with creatures without skills failing
- Update maxpace and load %s on sheet
  - Need to update equipment in the compendium to make this effective.
- Add a dot to show skills you have a profession bonus in
- Update DB:
  - Add passive block to active dodges and passive dodge to active block
  - Cap running ranks, not passive DB at 50.
2024-09-25 23:47:44 -07:00
D4v1dN 9ddafca10e New Sheet for Rivers of London
Uploading a Rivers of London sheet I have been using with my group.
2024-09-26 16:46:44 +10:00
Villain1nGlasses 1e022278e3 Version 3.31 fixes minor oversight. 2024-09-25 22:04:39 -06:00
Kurohyou e2e84cbcd1 Characters display fixes 2024-09-25 15:33:02 -06:00