* Fixed so genericStatuses aren't shown in activeEffectConfig if turned off. Fixed localization of genericStatuses in Inventory-ItemV2.
* Effects with statuses on them will now add them as full additional effects so they show up on the token.
* Revert "Effects with statuses on them will now add them as full additional effects so they show up on the token."
This reverts commit 5afd7ae686.
* Redid it a better way
* Fixed so multiple statuses on an effect are still treated as active
* some minor consumables fixes, more to come later
* another typo T_T
* more loot rename fixes
* more loot fixes
* Changed miscellaneous to loot
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
* Small random fixes
* Added use of ItemLinkFields
* Multiclass levelup fixes
* Fixed our onCreate methods unintentionally being run on all clients
* Remade apps handling
* Added for all class items and subclass
* Restored foreignDocumentUuidField
* Improved
* PR fxies
* Fixed tooltip enrichment
* .
* Reverted silly change
* 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
* Fixed so that the dropdown for activeEffectAutocomplete never ends up behind dialog
* Downtime can now display both ShortRest and LongRest options depending on character rules
* Initial downtime layout rework
* Fixed styling for downtime tooltip
* Added icon to homebrew menu for DowntimeActions
* Fixed columns if both types of moves are not available
* Changed the lightmode to darkmode
* Added downtime buttons
* .
* Moved extra rest options from rules to bonuses
* Improved dialog width
* Updated to make use of setup tabs. Ancestry now has primary/secondary features
* Changed so ancestry uses a single Features field
* Revert "Changed so ancestry uses a single Features field"
This reverts commit 0bda6b5dbe.
* Reapply "Changed so ancestry uses a single Features field"
This reverts commit 1febafd441.
* Made it work again the bad way \._./
* Changed so that Feature(Item) has a primary field
* Feature(Item) now has subtype instead of primary as a field
* Fixed experience/evasion
* Moved light styling to appTheme mixing
* Added svg and style rules
* Initial
* Resource setup finished
* Fixed so that costs can be used
* Corrected standard resources
* Actions can only use item resources from their parent item
* Fixed up dice
* Fixed resource dice positioning
* Fixed parsing of resource.max
* Fixed styling on settings tab
* Added manual input for Dice Resources
* Lightmode fixes
* Fixed Feature spellcasting modifier
* Bugfix for item input to resourceDiceDialog
* Item fix for TokenInput
* PR Fixes
* add basic drag drop window
* add better field
* make effects copy onto actor on attachment
* make items from inventory draggable
* working drop from inventory
* remove duplication issue
* add attachment only flag and logic
* add weapons to attachables
* remove debug logs
* try to make it drier
* remove unecessary try catch
* remove extra configs
* remove superfluous comments
* remove spurious defenses
* make drier
* remove unecessary code
* deduplicate and simplify
* its a desert
* standardize to be more similar to class item code
* fix bug of duplicate effects being created
* fix localization string
* fix bug of item equiping and un equiping
* remove this since were not going to be using attachmentonly
* update attachment tab with comments
* remove attachment only logic in favor of just transfer
* change flags
* change armor and weapon to be attachableItem
* change armor and weapon to be attachableItem
* change weapon to use mixin
* add mixin to armor
* move everything to mixin sheet
* refactor code for review comments
* cleanup and somehow git is ignoring some changes
* see if this picks up the changes now
* Import/Export updates
---------
Co-authored-by: psitacus <walther.johnson@ucalgary.ca>
Co-authored-by: WBHarry <williambjrklund@gmail.com>
* Organized language
* Organized high level folders
* Some deeper organization
* More org. That's enough ._.
* Capitalized initial system localization categories
* Removed action fields on Adversary/Environment in favor of using Feature Items
* Added drag/drop for features onto adversary/environment settings
* Added Drag of features from Adversary/Environment settings to anywhere in Foundry
* Updated all item types except Class/Subclass
* Added for Class/Subclass
* Items now copy over their features to Character
* Corrected back to actions for right items
* Fixed adversary/environment features display
* PR Fixes
* Restructured all the files
* Moved build/daggerheart.js to ./daggerheart.js. Changed rollup to use the css file instead of the less
* Restored build/ folder
* Mvoed config out form under application
* Moved roll.mjs to module/dice and renamed to dhRolls.mjs
* Update module/canvas/placeables/_module.mjs
Co-authored-by: joaquinpereyra98 <24190917+joaquinpereyra98@users.noreply.github.com>
* Le massive export update
* Removed unncessary import
---------
Co-authored-by: joaquinpereyra98 <24190917+joaquinpereyra98@users.noreply.github.com>
* new companion sheet templates
* Data fixes
* Changed from evasion.value to evasion.total in display
* add attack config and disable experience value input
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
* FEAT: create FilterMenu class
FEAT: add FilterMenu to CharacterSheet
* FEAT: filter menu style
* FIX: file's names and import
* FEAT: add filters getters on FilterMenu class
* REFACTOR: prettier
* FIX: add again the Filter Menu implementation
---------
Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>
* rework new environment template sheet, add environment-settings sheet, improve adversary-settings sheet and delete legacy actor sheet templates
* Potential Adversaries can be dragged out of the sheet onto canvas
* Added ToChat and UseItem
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
* Updated CSS and Description view in inventory
* Inventory items now have descriptions
* CSS resolved to improve visuals (Rich text issue is still unresolved)
* Fixed as per review
* Changed the line to the elements.less file
* inventory-item updated to reflect rich text issue
* add homebrew options to rename currency names
* add title. remove localization from settings file since it didn't work.
* use enabled toggle to use localized initial label values.
* cleanup