daggerheart/module/data/item
Psitacus 687500f191
Iss4 - create a way to attach attach items to armor and weapons (#310)
* 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>
2025-07-13 03:07:22 +02:00
..
_module.mjs Iss4 - create a way to attach attach items to armor and weapons (#310) 2025-07-13 03:07:22 +02:00
ancestry.mjs 264 - Action Feature Swap (#265) 2025-07-05 22:35:05 +02:00
armor.mjs Iss4 - create a way to attach attach items to armor and weapons (#310) 2025-07-13 03:07:22 +02:00
attachableItem.mjs Iss4 - create a way to attach attach items to armor and weapons (#310) 2025-07-13 03:07:22 +02:00
base.mjs Refactor/275 actor sheets simplification (#291) 2025-07-08 01:27:21 +02:00
beastform.mjs Beastform Improvements (#294) 2025-07-08 21:01:28 +02:00
class.mjs Language Organization (#281) 2025-07-06 17:43:12 +02:00
community.mjs 264 - Action Feature Swap (#265) 2025-07-05 22:35:05 +02:00
consumable.mjs 159 - Companion (#224) 2025-07-01 17:19:41 +02:00
domainCard.mjs Language Organization (#281) 2025-07-06 17:43:12 +02:00
feature.mjs 264 - Action Feature Swap (#265) 2025-07-05 22:35:05 +02:00
miscellaneous.mjs 159 - Companion (#224) 2025-07-01 17:19:41 +02:00
subclass.mjs Language Organization (#281) 2025-07-06 17:43:12 +02:00
weapon.mjs Iss4 - create a way to attach attach items to armor and weapons (#310) 2025-07-13 03:07:22 +02:00