Commit graph

18 commits

Author SHA1 Message Date
fyorl
9b19f8b590
[#32] Draw available tracked resources from world actors rather than system model. 2022-01-13 15:14:37 +00:00
fyorl
d799fb1c56
[#25] Ensure resource attribute values are clamped between their min and max. Ensure token attribute update deltas are applied correctly to resource attributes. Draw attribute bars appropriately when attribute min is non-zero. 2022-01-13 13:31:41 +00:00
Lich
e723598a6c 37: Fix custom attribute token bars being marked as not editable in token HUD 2022-01-05 18:42:52 +00:00
fyorl
84562bd9c2
[#35] Use different ID attributes for sidebar documents depending on foundry version. 2021-12-13 17:16:03 +00:00
fyorl
e966775723
Update for v9 compatibility. 2021-12-13 15:45:53 +00:00
Andrew
fb0add4cbc Update Simple Worldbuilding for Foundry 0.8.x Compatibility 2021-05-23 19:35:02 -04:00
Andrew
ee8814b76a Remove outdated GPLv3 License tag from the code header 2021-05-03 10:01:22 -04:00
Andrew
5560fc24d4 Simplify macro creation for formula attributes 2020-10-19 18:30:53 -07:00
Andrew
6bf056b3d4 Tidy the worldbuilding system for 0.40 release 2020-10-19 17:34:32 -07:00
Matt Smith
8daec8bd92 Add support for Foundry 0.7.3
- Fixed an issue with the actor/item creation dialog that prevented
  it from working on Foundry 0.7.x versions.
- Removed obsolete translation string.
- Bumped minimum core version now that 0.7.3 is in beta.
2020-10-09 19:49:56 -05:00
Matt Smith
f69e3841ff 10: Add attribute groups base implementation
- Added support for attribute groups
- Added rollable buttons to formula attributes
- Added additional i18n translation strings
2020-09-28 15:54:14 +00:00
Matt Smith
bac1d023c3 9: Add POC for actor templates
- This commit adds a proof-of-concept for retrieving actor template
  types. These are actors using the `worldbuilding.isTemplate` flag set
  to true. If there are multiple actors with that flag set to true,
  clicking the create actor button will pull up a prompt to choose from
  one of those types, which will then create an actor by duplicating
  the template actor's data. The flag will be unset on the new actor.
2020-08-31 02:09:21 +00:00
Matt Smith
786d4095a9 8: Add rolls to items on actor sheets
- Utilized the revisions made to roll syntax to allow for rollable
  buttons on item lists on actor sheets. Rolls are evaluated using
  `@items.ITEM.KEY`, where ITEM is the item name (slugified), and KEY is
  an attribute key for a formula attribute.
2020-08-09 16:37:16 -05:00
Matt Smith
ba02ddee4f Add customizable initiative. 2020-07-27 18:14:08 +00:00
Norman J. Harman Jr
a534ff133c System name is worldbuilding not dnd5e
Guessing the dnd5e was copy paste typo.
2020-05-26 03:07:29 -05:00
Andrew
d405a18f53 Improve Simple Worldbuilding sheet layout and macro syntax 2020-04-18 16:14:51 -07:00
Andrew
c3402a0acf Update the simple worldbuilding system for new manifest properties and to allow decimal initiative 2020-03-02 20:34:14 -08:00
Andrew
f8c8e8c731 Initial commit of simple worldbuilding system to standalone repo 2019-11-13 19:39:05 -08:00