Commit graph

406 commits

Author SHA1 Message Date
f64dbcd42f Update the styling of the actor sheet 2026-04-29 00:15:52 -06:00
1cb9adfe33 Fix the localization and make it clearer that you might not need to update macros 2026-04-29 00:12:36 -06:00
7a8a75fe64 Hide the scripts from VSC's file browser since I rarely need to see them 2026-04-29 00:12:16 -06:00
6b937e03c4 Fix exection error 2026-04-28 23:11:24 -06:00
0cd8af77b2 Make attributes rollable using Foundry macros 2026-04-28 18:01:58 -06:00
8f67bff2ec Add the ability to automate items and attributes using a Macro 2026-04-27 00:51:31 -06:00
47892d116b Prevent non-GMs from making attributes when the setting is disabled. 2026-04-27 00:11:02 -06:00
d22cd83bf3 Fix typo in localization string (closes #77) 2026-04-26 23:52:55 -06:00
14193cbad0 Remove references to the AttributeManager now that it is no longer required 2026-04-26 23:52:37 -06:00
0347a00632 Merge pull request 'Attribute Item Subtype' (#76) from feature/attribute-items into main
Reviewed-on: #76
2026-04-27 02:12:56 +00:00
9a92c288a6 Remove unused data field file 2026-04-26 20:12:25 -06:00
5d951d043b Lint and cleanup unused code 2026-04-26 19:39:44 -06:00
de1b976b12 Finish localizing the Attribute item sheet 2026-04-25 22:46:19 -06:00
0c694d2166 Sort the attributes and attribute groups by name for now 2026-04-25 22:37:04 -06:00
dbaac0cf29 Prevent aboveTheFold attributes from being listed in the tab 2026-04-25 22:30:24 -06:00
4284340b87 Remove broken styling no longer required from the Primary attributes 2026-04-25 22:28:55 -06:00
e30a7f9156 Make the attribute tab use a two-column layout for the lists 2026-04-25 20:49:00 -06:00
edceb5b384 Make the player sheet list use the inferred minimum and actually update the embedded document 2026-04-25 19:51:30 -06:00
d2599d0db3 Make it so preUpdate hooks can't violate my data model constraints 2026-04-25 19:39:25 -06:00
05dcb9afbd Prevent attributes with a min/max from going out of bounds during update 2026-04-25 19:38:53 -06:00
e8c73de6bd Implement the Attribute sheet for editing 2026-04-25 19:30:38 -06:00
599789ec13 Fix attribute schema allowing key to be nullable 2026-04-25 19:07:54 -06:00
7b127069b7 Get the basic listing of attributes for the tab 2026-04-25 15:31:24 -06:00
c2b2376699 Update the template paths to point at the right subfolder structure 2026-04-25 14:04:26 -06:00
c2d7b5786c Add localization string for the attribute item subtype 2026-04-25 14:02:27 -06:00
fdb55c42c5 Move the attribute tab files into a subfolder structure 2026-04-25 14:02:11 -06:00
0220083daf Move the tab-specific partials into a subfolder structure 2026-04-25 14:01:47 -06:00
bda5d05969 Prevent the attribute Items from getting invalid keys 2026-04-25 14:01:21 -06:00
3a7ffa4332 Consolidate both context menus into a single one 2026-04-23 21:24:54 -06:00
2cc43bd6e5 Remove unused import 2026-04-23 21:19:53 -06:00
5a4368b5e0 Fix bug causing sheets to not render when the actor has no attribute items 2026-04-23 21:19:18 -06:00
e9d92d3db1 Add the item UUID into the fieldset and add a context menu to edit/delete primary attributes 2026-04-23 21:18:57 -06:00
60d29adc3e Add placeholder tab template 2026-04-23 21:18:15 -06:00
6ccc10f897 Prevent attribute items from being embedded if there is already an attribute with the same key 2026-04-23 18:06:00 -06:00
f1499d1c3d Get started on the required infrastructure for the attributes tab 2026-04-23 17:48:22 -06:00
2c915c82e8 Fix a bug with the item groups having the formatted totalWeight instead of group-only weight 2026-04-23 17:20:12 -06:00
5073c972e8 Rip out the _preUpdate handling, it's complicated and messy to maintain 2026-04-23 17:04:17 -06:00
7970cb64c8 Add clamp utility 2026-04-23 17:03:15 -06:00
90447de742 Add _preUpdate handling to the player actor subtype to forward any attribute updates into the appropriate embedded item 2026-04-22 18:00:50 -06:00
b856708b93 Add isRange for an attribute item 2026-04-22 17:59:55 -06:00
f932c6d774 Add an EphemeralObjectField that only allows deleting itself from the db and showing up in diffs 2026-04-22 17:25:30 -06:00
12651938ed Prevent attribute Items from showing up in the Items tab of actor sheets 2026-04-21 23:39:14 -06:00
59d2d57ed7 Remove unused schema property 2026-04-21 17:43:32 -06:00
153f48a7c3 Improve cloning-detection in the preCreate hook so that we can ignore duplications for creating attribute items 2026-04-21 17:42:32 -06:00
71fce2c0ca Update the preCreate hook to create the attribute items if there are no items in the actor 2026-04-21 17:30:42 -06:00
3e1f14f957 Move the _preCreate logic into the Data Model instead of the Document 2026-04-21 17:23:28 -06:00
f558b08c75 Add a migration for the world setting to make it use an array of item schemas 2026-04-21 16:53:04 -06:00
6461057647 Lint the code that I fairly copy-pasted from draw-steel 2026-04-20 23:22:19 -06:00
3fff439483 Rename "operations" -> "worldOperations" to make it clearer what it's for 2026-04-20 23:20:58 -06:00
e087ba7d42 Make the JSON be valid and actually load in Foundry 2026-04-20 23:13:24 -06:00