WBHarry
42a705a870
[Feature] Beastform Types ( #372 )
...
* Temp
* Finished Evolved
* Fixed hybrid
* Changed generalConfig.tiers to be number based
* Weaponhandling while in beastform
* Added unarmed strike in sidebar
* Added DamageEnricher
* Added effect enricher
* Corrected downtime buttons and actions
* Added BeastformTooltip
* Split the BeastformDialog into parts with tabs
* Added temp beastform features
* rollData change
* Improvement
* character.getRollData cleanup
2025-07-20 21:56:22 +02:00
joaquinpereyra98
b8930b18a4
Bug/103 enrich htmlfield content before its used in applications ( #369 )
...
* FIX: Add enritch to HTMLField
FIX: Remove no-HTMLField from Manifest
FIX: Convert Scar's HTMLField to StringField
FIX: Remove unused HTMLField
* REMOVE unused hanldebars helpers
* FEAT: add inventory-fieldset-items-V2 and inventory-item-V2 partials for Actors
* FIX showLabels to hideTags
* FEAT: add template to items sheet
* FEAT: add effects tabs on ItemSheet
* FEAT: add context menus for all inventory-items
* FEAT: add resources to inventory-item template
* FEAT: add enritch on inventory-item description
FEAT: add extensible behavior on inventory-item-content
FEAT: add fade effect on item-img to roll-itmg
* FEAT: add eritch to NPC description
FIX: missing htmlFieldss on manfiest
FIX: add misisng localizations
* FIX_ minor fixes
* Little resource fix. Noone will notice ._.
* FIX: remove default list styles
FIX: .extended css reduce max-height, shorten animation duration to 0.5s, and set overflow to auto.
FIX: set enriched=notes.enriche on notes.hbs
FIX: set experience.value on sidebar.hbs
FIX: move tooltip from item-img to img-portrait on inventory-item-V2.hbs
REMOVE: unused files
---------
Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>
Co-authored-by: WBHarry <williambjrklund@gmail.com>
2025-07-19 22:21:46 +02:00
WBHarry
f15483c722
Feature/349 items actions macro use ( #356 )
...
* Added itemUse macro on drag to hotbar
* Fixed item.type logic
* Added support for actionMacro drag from items
* Added MacroDrag for Attacks
* Fixed so UseItem macros get the img set
2025-07-17 14:03:54 -03:00
joaquinpereyra98
87b3677956
Refactor/275 actor sheets simplification ( #291 )
...
* FEAT: create isNPC geeter and add the prop on metada on actors
FEAT: create common method for documents sheets
FEAT: create BaseActorSheet and implementation
* FIX: tabs label
* REFACTOR: remove unused methods
REFACTOR: simplify CharacterSheet's click actions methods
REFACTOR: minor fix on DHActor class
* REFACTOR: remove unused methods
REFACTOR: create method on BaseActorSheet
REFACTOR: make Datamodel metadata getter
* REFACTOR: remove unused method on setting sheet
FEAT: create BaseActorSetting
FIX: add type="button" to button on actor's sheet
* FIX jsdoc
* PRETTIER
---------
Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>
2025-07-08 01:27:21 +02:00