psitacus
78cb5677cd
Merge branch 'main' into iss4-attach-items
2025-07-12 12:14:24 -06:00
Dapoulp
812a5e8dd7
Feature/167 damage types and resistances ( #330 )
...
* Add Resistances
* Relocate Damage Reduction
* Damage Types
* dmg type fallback
* Actor getRollData
* Remove comments
2025-07-12 20:13:09 +02:00
Murilo Brito
dee398347f
fix style problems in bottom sheets and enhance damage and action dialogs ( #325 )
2025-07-12 14:44:14 +02:00
psitacus
f61cc23daa
Merge branch 'main' into iss4-attach-items
2025-07-12 03:31:26 -06:00
WBHarry
b6195127fe
199 - Tooltips ( #311 )
...
* Set up templates for all 'advanced' tooltips
* Fixed ItemFeature Header label
* Fixed less import
2025-07-11 17:26:56 -03:00
WBHarry
5b9db88d50
Added a separation of system effects and generic effects on token status effects. Can be turned off in settings. ( #317 )
2025-07-11 16:53:22 -03:00
psitacus
896f317c6d
remove attachment only logic in favor of just transfer
2025-07-10 22:35:12 -06:00
psitacus
a9e584d619
update attachment tab with comments
2025-07-10 22:01:33 -06:00
psitacus
666b37b6c1
remove this since were not going to be using attachmentonly
2025-07-10 21:23:13 -06:00
WBHarry
b3e7c6b9b2
284 - Armor/Weapon Feature Improvements ( #292 )
...
* Added parsing of effect values from Item data model. Almost finished with itemConfig.
* Added the last to itemConfig
* Fixed armor
* ContextMenu localization fixes
* Better tooltips for tagify
* Corrected resource logic
2025-07-09 13:06:49 +02:00
psitacus
577d9e6c48
fix localization string
2025-07-09 02:44:31 -06:00
Psitacus
4d80c2fcf1
Merge branch 'Foundryborne:main' into iss4-attach-items
2025-07-08 23:07:41 -06:00
psitacus
4e304adde7
add attachment only flag and logic
2025-07-08 22:35:57 -06:00
psitacus
2d7fb12d16
add basic drag drop window
2025-07-08 18:57:07 -06:00
WBHarry
e6ec486072
In Front Template ( #299 )
...
* Added confirm dialogs to delete
* Localization fix
* Changed Cone template to be 'In Front', acting as a 180 degree cone
* Changed to keep the original Cone function
2025-07-08 21:40:24 -03:00
WBHarry
9189a95ea3
Bugfix - Companion Levelup Features ( #303 )
...
* Fixed so that features gained from companion levleup are granted properly to its partner
* Fixed localization error I noticed
2025-07-08 21:18:26 -03:00
WBHarry
861dfd977d
Beastform Improvements ( #294 )
...
* BeastformEffect is editable. Added SubjectTexture field.
* Using handlebars disabled helper
2025-07-08 21:01:28 +02:00
WBHarry
61f04df765
289 - Confirm Delete Dialogs ( #298 )
...
* Added confirm dialogs to delete
* Localization fix
2025-07-08 20:04:54 +02:00
Dapoulp
7d7fb88035
Feature/253 weapon attack action ( #290 )
...
* Step #1
* Add Attack to Weapon & Override settings to Roll
2025-07-07 20:50:48 +02:00
WBHarry
488844603a
Language Organization ( #281 )
...
* Organized language
* Organized high level folders
* Some deeper organization
* More org. That's enough ._.
* Capitalized initial system localization categories
2025-07-06 17:43:12 +02:00
WBHarry
e9ad9c539a
264 - Action Feature Swap ( #265 )
...
* 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
2025-07-05 22:35:05 +02:00
Murilo Brito
41181f19f1
new style for dialog roll and remove console.log debuggers ( #272 )
...
* new style for dialog roll and remove console.log debuggers
* enhance advantage logic
2025-07-05 14:34:42 -03:00
WBHarry
d071fadf7d
Feature/200 beastform ( #255 )
...
* Temp
* Dialog setup
* Fixed basic beastform
* Reworked beastform to hold it's data entirely in the beastformEffect
* UpdateActorTokens fix
* Removed hardcoded tierlimit on beastform
* PR fixes
2025-07-04 02:02:14 +02:00
IrkTheImp
c4448226e0
219-fix weapon action damage and display of calculation. ( #250 )
...
* fix weapon action damage and display of calculation.
* modify weapon data to split formula.
* remove unused field
2025-07-03 18:02:44 -05:00
Murilo Brito
cae659b9a5
Feature/238 companion sheet template ( #252 )
...
* 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>
2025-07-03 15:44:20 +02:00
WBHarry
a79b7189b6
229 - Narrative Countdown Window Update ( #237 )
...
* Improved
* Fixed the mode not sticking
* Removed console log
2025-07-02 18:37:23 -03:00
WBHarry
ac7fb93635
[Bug] Potential Adversary When Removed ( #248 )
...
* Fixed so edit/view/delete of potential adversary is handled if the adversary Actor has been removed from the world
* Improved lang
2025-07-02 18:36:27 -03:00
Dapoulp
750282aeec
Feature/233 234 235 ( #246 )
...
* #233 #234 #235 + Fixes
* Fix reaction roll
2025-07-02 21:13:06 +02:00
Murilo Brito
3a6a973ea2
[Feature] New Environment Sheet ( #243 )
...
* 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>
2025-07-02 14:30:36 +02:00
Murilo Brito
5ffb22fcc5
[Feature] 155 - New Adversary Sheet ( #228 )
...
* rework adversary templates, add setting dialog to adversary and fix erratas
* fix errata in adversary data model
* developing experience setting page
* Experience settings update
* finish actions setting tab
* Fixed Notes enriched path and adversary-settings form id
* Fixed UseItem and ToChat
* Fixed Firefox progress bar (HP/Stress) (#230 )
* insert prose-mirror style and inicial implement to damage settings
* fix character import relative paths and remove effects from standard adversary attack
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
Co-authored-by: GyroFalc <43814421+GyroFalc@users.noreply.github.com>
2025-07-01 22:07:12 +02:00
Dapoulp
8b834036fa
Feature/165 action save ( #231 )
...
* Roll All Save button + Merge Attack & Roll Chat message
* Fix conflicts again
2025-07-01 19:04:53 +02:00
WBHarry
b7e4169079
159 - Companion ( #224 )
...
* Initial datamodel
* Fixed attack
* Temp
* Fixed normal levelup
* Fixed showing summary of new experiences
* Touchups
* level sync fixes
* Reworked Action storage
* Companions now take stress when damaged
* Fixed Feature flow
* Removed retroactive companion levelup
* Restored delevel on partner removal
* PR fixes
* Added a check for card duplicates on character
2025-07-01 17:19:41 +02:00
Dapoulp
19cc10a3c9
Feature/201 new roll type ( #218 )
...
* Action Roll DiceSet type
* Fix
* Remove console log
* Tmp fix for non consistent resource
* fix
2025-06-29 23:00:11 +02:00
IrkTheImp
b25e1cec78
Irk/83 homebrew currency ( #193 )
...
* 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
2025-06-28 16:00:42 -03:00
Dapoulp
3593f44612
Feature/112 items use action datamodel ( #194 )
...
* Fix action for items
* Cost & Range #1
* remove log
* actions
* Split methods
* Roll classes
* Begin damage
* g
* Actions
* before main merge
* Fix d20RollDialog costs check
* Fix submit on close
* Add uses in action dialog
* Adversary Attack
* 166 - Damage Reduction (#180 )
* Temp
* Fixed Stress Reductions
* Changed from index based to object
* Fixed stress resources management for DamageReduction
* Fix Adversary attack multiplier
* Auto add Attack action to newly created weapon
* Few fixes
* 164 - Add Hope/Fear formula
* 163 - Actor Sub Datas (#182 )
* Added rules/bonuses for all classes and subclasses
* More
* Add Save
* Fix delete action button
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
Co-authored-by: WBHarry <89362246+WBHarry@users.noreply.github.com>
2025-06-28 19:01:08 +02:00
WBHarry
b4fff7b9e6
174 character context menu ( #189 )
...
* Set up the contextMenues properly
* Fixed double item generation on drop
2025-06-28 10:05:53 +02:00
WBHarry
30ab18d683
Fix Class HitPoints and ComainConfig ( #190 )
...
* Added HitPoints on class for use on character
* Updated DomainConfig to use the official domain icons
2025-06-28 10:05:29 +02:00
joaquinpereyra98
7d6cb84db5
Merge branch 'main' into 157-feature-simplify-and-refactor-item-sheets
2025-06-25 18:58:15 -03:00
WBHarry
d9c003b64b
175 - Character Sheet Levelup Functionality ( #181 )
...
* Attached CharacterCreate and Levelup functionality to the sheet
* Changed to a warning icon
2025-06-25 16:33:38 +02:00
Joaquin Pereyra
2ef68ad79c
Merge branch 'main' into 157-feature-simplify-and-refactor-item-sheets
2025-06-24 15:30:49 -03:00
Murilo Brito
56c4a2805f
[FEATURE] #149 - New style for character sheets ( #172 )
...
* new style for character sheets
* Added nowrap on level label
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
2025-06-24 15:59:31 +02:00
Joaquin Pereyra
175ae7dd23
Merge branch 'main' into 157-feature-simplify-and-refactor-item-sheets
2025-06-23 14:32:06 -03:00
Joaquin Pereyra
8574a1d93f
FEAT: improvement of DHApplicationMixin
...
FEAT: create a new DHBaseItemSheet
2025-06-23 14:27:27 -03:00
WBHarry
c15d55a505
120 - Countdowns ( #158 )
...
* Added the shell of the Countdown application
* Added countdown automation
* Fixed overflow layout and added confirmation on countdown removal
* Added ownership to countdowns
2025-06-21 21:37:22 +02:00
WBHarry
3464717958
152 - Improve Rest Options ( #154 )
...
* Fixed up downtime dialogs and data model
* Added homebrew settings without action handling for now
* Added NrChoices to homebrew
2025-06-20 16:36:09 +02:00
WBHarry
f6e077b290
148 - Character Setup ( #151 )
...
* Added a character setup dialog
* Added optional equipment tab
* Removed temp button to open character setup
* Cleaned up footer from commented code
2025-06-18 20:57:32 +02:00
WBHarry
7802d18a4d
144 - Update System Settings ( #145 )
...
* Updated SystemSettings to V2 and organized some
* Corrected distance measuring labels
* Raised system.json foundry version
2025-06-15 17:01:59 +02:00
WBHarry
f80a849b73
140/141 - Class/Subclass Actions/Effects ( #142 )
...
* Added Actions and effects
* Added class hopeFeatures and classFeatures
2025-06-15 13:19:48 +02:00
WBHarry
0fbba51ad7
Added actions and effects to Ancestry and Community ( #143 )
2025-06-15 13:18:52 +02:00
WBHarry
5b94675db1
Feature/132 weapon armor features ( #136 )
...
* Added effects for Weapon and Armor traits
* Fixed so @ strings can be parsed as active effect values
* Added actions
2025-06-15 13:18:36 +02:00