Commit graph

71 commits

Author SHA1 Message Date
WBHarry
b241b36653
[Fix] Adversary Compendium Pass (#960)
* Went over all adversaries to fix missing ranges

* Fixed translation for itemFeatures Protective

* Updated all instances of the 'Paired' WeaponFeature in the compendium

* Changed all adversary attacks to be chatDisplay=false
2025-08-16 01:56:51 +02:00
WBHarry
16299a9865
Fixed damage reduction any (#937) 2025-08-14 13:21:12 -04:00
WBHarry
5e56c7ec2e
Hotfix 1.0.2 (#916)
* Updated the background image for the system

* Fixed so Weapon/Armor features are added again

* Fixed so fear is available as a resource to be deducted by actions (#757)

* Changed to use the config labels and src

* Updated Weapons

* Fixed so the decrease button of simple fear tracker is not visible when not hovered

* Fixed so armor preUpdate doesn't fail if no system changes are made

* Updated .gitignore and author details (#777)

* Add author details and name mapping for chrisryan10 (#773)

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Add build to ignore for my linux dev (#775)

Co-authored-by: Chris Ryan <chrisr@blackhole>

---------

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Corrected sneak attack active effect (#780)

* Fixed a spelling error (#779)

* Fix bardic rally showing in damage dialog when it should not (#783)

* update spelling (#786)

* Translating inventory descriptions (#782)

* updated credits for 1.0.1 release (#797)

* updated credits for 1.0.1 release

* further updated artwork credits

* Chagned handlebarhelper rollparsed to be more defensive (#794)

* Added missing scene refreshType (#790)

* Remove ability use buttons for not owned abilities (#795)

* [Fix] PrayerDice Fixed (#799)

* Fixed prayer dice, and wheelchair images

* Fixed -settings data sources

* Dragging features from one adversary to another (#788)

* [Fix] Levelup Fixes (#787)

* Fixed crash on experience selection. Fixed subclass error on multiclassing

* Fixed so multiclasses do not gain the hope feature for the class

* Fixed so Class/Subclass features are properly deleted on delevel

* Removed automatic deletion of features on delevel when not using levelup auto

* Fixed so custom domains can be selected in levelup when multiclassing

* Changed so encounter countdowns is a button (#804)

* Fixed so that dropping on class/subclass...creates the item on the character (#803)

* [BUG] - Importing All Adversaries/Environments (#814)

Fixes #774

Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>

* Bug/671 reaction roll chat title (#809)

* Update Reaction Roll Chat Message Title

* Removed console log

---------

Co-authored-by: WBHarry <williambjrklund@gmail.com>

* Improve Trait tooltip display (#817)

Fixes #806

Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>

* [BUG] - Combat Tracker d12 logo not found (#812)

Fixes #764

Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>

* Compendium Browser (#821)

* Corrected timbending description localization (#816)

* [Fix] Compendium Item (#810)

* Corrected Emberwoven Armor

* Fixed subclass regression

* Fixed so character's with wildcard images don't break beastform (#815)

* Fix roll result based duality damage (#822)

* Impproved Adversary Sheet Data Display (#751)

* Impproved Adversary Sheet Data Display
Fixes #604

* FIX: formula lables for attacks and weapons

---------

Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>

* Fixed so exp increases can be selected normally (#835)

* Update localization of rollSelection.hbs (#841)

The Fear label lacked a localization path

* renamed .md files (#834)

* Removed the unintended icons that came from merge conflicts (#838)

* Sheet image position (#861)

* Remove extra result text from reaction chat message (#860)

* Remove extra result text from reaction chat message

* Remove log

* [Fix] 850 - Downtime Refreshes (#859)

* Fixed the filtering of refreshable features

* Raised version

* [Fix] 691 - CharacterCreation Improvement  (#863)

* Removed main creation tab. Added equipment to remaining tab

* Fixed MixedAncestry name setting

* Fixed tab after first creation

* Fix/857 generic roll buttons (#866)

* Action Macro working again

* Remove buttons from generic roll for non-gm

* Update sidebar.less Armor Slots label padding, for translations (#872)

Equalizes the vertical and horizontal padding on the Armor Slots status label, to allow for more (much needed) room for the upcoming French translation (and others in the future).

Doesn't change anything for the display in English.

* Hid item attachments for now (#876)

* Fixed so effects supposed to use item data use the model directly, since items have no rolldata (#883)

* Made sure the beastform user isn't moved onto other duplicate actors. Fixed scrolling text duplication (#882)

* Change the critical damage max calculation (#890)

* Change the critical damage max calculation to avoid setting the rolled portion to maximum all the time.

* Change to the more neater code

* Restored package.json

---------

Co-authored-by: Chris Ryan <chrisr@blackhole>
Co-authored-by: WBHarry <williambjrklund@gmail.com>

* Fix movement (#885)

* Changed so companion can level up on its own (#879)

* Fix the missing ancestries in the SRD (#888)

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Removed the old, now unused companion levelup button (#893)

* Fixed so custom downtime moves will display their descriptions in the tooltip (#894)

* Made coinflip icons in chat round (#895)

* Fixed undefined case (#898)

* Fix/877 hope update order (#896)

* Action Macro working again

* k

* Fix Hope gain on Duality Roll

* [Feature] Descriptions enhancements (#887)

* add style to hover items and add start setting to features be expanded by default

* REFACTOR:
now prepare description onRender and simply the other methods

* add setting to extend description from items and add molilo contacts in system.json

---------

Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>

* Fixed traits container styling in light-mode (#899)

* [BUG] - Movement Button selector not showing current mode (#912)

Fixes #910

Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>

* Fix/864 chat targeting (#911)

* Fix targeting

* Fix chat target selection

* Uncomment chatDisplay

* Removed unessecary arg

* [Feature] 648 - Mark Defeated Actors (#914)

* Improved death marking styling

* Added automation for defeated status

* Fixed so the tracker recognises and sets the correct defeated statuses depending on type

* Fixed so missing statuses doesn't cause crashes

* Increased companion sheet width by 40 pixels

* Added missing inheritDoc

* Removed fas

* FIX: use img instead of icons con statusEffectConfigns (#917)

Authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>

---------

Co-authored-by: Chris Ryan <73275196+chrisryan10@users.noreply.github.com>
Co-authored-by: Chris Ryan <chrisr@blackhole>
Co-authored-by: Dapoulp <74197441+Dapoulp@users.noreply.github.com>
Co-authored-by: IrkTheImp <41175833+IrkTheImp@users.noreply.github.com>
Co-authored-by: CPTN_Cosmo <cptncosmo@gmail.com>
Co-authored-by: Josh Q. <jshqntnr13@gmail.com>
Co-authored-by: joaquinpereyra98 <24190917+joaquinpereyra98@users.noreply.github.com>
Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>
Co-authored-by: SunnySunSun <snysun@pm.me>
Co-authored-by: Murilo Brito <91566541+moliloo@users.noreply.github.com>
2025-08-13 21:53:20 +02:00
WBHarry
67d3b6c0e3
Hotfix 1.0.1 (#823)
* Updated the background image for the system

* Fixed so Weapon/Armor features are added again

* Fixed so fear is available as a resource to be deducted by actions (#757)

* Changed to use the config labels and src

* Updated Weapons

* Fixed so the decrease button of simple fear tracker is not visible when not hovered

* Fixed so armor preUpdate doesn't fail if no system changes are made

* Updated .gitignore and author details (#777)

* Add author details and name mapping for chrisryan10 (#773)

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Add build to ignore for my linux dev (#775)

Co-authored-by: Chris Ryan <chrisr@blackhole>

---------

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Corrected sneak attack active effect (#780)

* Fixed a spelling error (#779)

* Fix bardic rally showing in damage dialog when it should not (#783)

* update spelling (#786)

* Translating inventory descriptions (#782)

* updated credits for 1.0.1 release (#797)

* updated credits for 1.0.1 release

* further updated artwork credits

* Chagned handlebarhelper rollparsed to be more defensive (#794)

* Added missing scene refreshType (#790)

* Remove ability use buttons for not owned abilities (#795)

* [Fix] PrayerDice Fixed (#799)

* Fixed prayer dice, and wheelchair images

* Fixed -settings data sources

* Dragging features from one adversary to another (#788)

* [Fix] Levelup Fixes (#787)

* Fixed crash on experience selection. Fixed subclass error on multiclassing

* Fixed so multiclasses do not gain the hope feature for the class

* Fixed so Class/Subclass features are properly deleted on delevel

* Removed automatic deletion of features on delevel when not using levelup auto

* Fixed so custom domains can be selected in levelup when multiclassing

* Changed so encounter countdowns is a button (#804)

* Fixed so that dropping on class/subclass...creates the item on the character (#803)

* [BUG] - Importing All Adversaries/Environments (#814)

Fixes #774

Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>

* Bug/671 reaction roll chat title (#809)

* Update Reaction Roll Chat Message Title

* Removed console log

---------

Co-authored-by: WBHarry <williambjrklund@gmail.com>

* Improve Trait tooltip display (#817)

Fixes #806

Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>

* [BUG] - Combat Tracker d12 logo not found (#812)

Fixes #764

Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>

* Compendium Browser (#821)

* Corrected timbending description localization (#816)

* [Fix] Compendium Item (#810)

* Corrected Emberwoven Armor

* Fixed subclass regression

* Fixed so character's with wildcard images don't break beastform (#815)

* Fix roll result based duality damage (#822)

---------

Co-authored-by: Chris Ryan <73275196+chrisryan10@users.noreply.github.com>
Co-authored-by: Chris Ryan <chrisr@blackhole>
Co-authored-by: Dapoulp <74197441+Dapoulp@users.noreply.github.com>
Co-authored-by: IrkTheImp <41175833+IrkTheImp@users.noreply.github.com>
Co-authored-by: CPTN_Cosmo <cptncosmo@gmail.com>
Co-authored-by: Josh Q. <jshqntnr13@gmail.com>
Co-authored-by: joaquinpereyra98 <24190917+joaquinpereyra98@users.noreply.github.com>
Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>
2025-08-11 00:52:29 +02:00
Dapoulp
585601c134
Feature/683 damage dialog options (#735)
* Temp solution for specific weapon feature

* Add Serrated & Self-Correcting

* Remove comments
2025-08-09 19:20:24 -04:00
Dapoulp
f9cb0954f9
Bug/chat roll fixes (#726)
* #635 & #637

* #653

* Fix: #681 #682 #685 #686

* Fix duplicate messages

* Remove comments
2025-08-08 16:34:55 -03:00
Nikhil Nagarajan
5d0a4382cc
Fixed default images (#725) 2025-08-08 19:05:20 +02:00
1f5c3531be
added more credits (#723) 2025-08-08 13:37:28 -03:00
Chris Ryan
263e36500e
Fix for #695 (#718)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-08-08 13:14:28 +02:00
Murilo Brito
a25007b994
[Feature] Compedium Browser (#707)
* Create files

* Item Browser v0.5

* dialog with (temporary)

* Css

* initial style in compedium browser

* config

* fixes

* Replace compendium calls

* Level Up

* style compedium item list

* removing css files

---------

Co-authored-by: Dapoolp <elcatnet@gmail.com>
Co-authored-by: WBHarry <williambjrklund@gmail.com>
2025-08-07 19:08:52 -04:00
WBHarry
a1a3ccc461
[feature] Action UsesButton (#662)
* Added a button to spend/restore uses of an action

* Fixed some compendium Uses on actions

* Went over all item compendia and fixed some Uses on actions

* Fixed folder order in Subclass compendium
2025-08-07 01:10:56 +02:00
Psitacus
cf571aa2a5
minor compendium qol changes, and a fix for rogue traits (#661)
Co-authored-by: psitacus <walther.johnson@ucalgary.ca>
2025-08-06 20:17:31 +02:00
curtisjp
840f71949c
[Fix] Add various missing Attack icons to Adversaries (#651)
Added missing attack icons to the following adversaries' respective attacks.

Conscript - Spears
Mortal Hunter - Tear at Flesh
Spectral Captain - Longbow
Vault Guardian Sentinel - Charged Mace
2025-08-06 17:46:24 +02:00
curtisjp
2554803741
Add icon to Minor Chaos Elemental's Attack (Warp Blast) (#649)
Added path to an appropriate icon to represent the Minor Chaos Elemental's attack, Warp Blast.
2025-08-06 15:33:31 +02:00
Psitacus
d186c62ee5
fix rage up effect (#625)
Co-authored-by: psitacus <walther.johnson@ucalgary.ca>
2025-08-06 10:13:03 +02:00
WBHarry
dea9c0066c
[Fix] 599 - Downtime Activity Actions Fail (#608)
* Updated the healing actions of downtime activiites

* Updated Healing WeaponTrait
2025-08-05 17:15:40 +02:00
WBHarry
4827b337d0
Fixed (#603) 2025-08-05 10:34:46 -04:00
WBHarry
d80b5d158d
Fixed armor healing (#600) 2025-08-05 14:39:24 +02:00
WBHarry
3984417a17
Went over items and added descriptions to all use actions (#596) 2025-08-05 14:08:06 +02:00
WBHarry
3c470a2d2e
Fixed so subclass features beyond foundation are only transferred when they should (#582) 2025-08-04 22:19:30 -04:00
Psitacus
c9f045a36f
Setup seraph class (#583)
* add seraph

* fix inactive effects

---------

Co-authored-by: psitacus <walther.johnson@ucalgary.ca>
2025-08-04 21:43:26 -04:00
Psitacus
481652bf3f
566 sorcerer class (#581)
* add sorcerer subclass

* fix rogue not being in yet

* Fixed so subclasses can be dragged to sheet from compendium

---------

Co-authored-by: psitacus <walther.johnson@ucalgary.ca>
Co-authored-by: WBHarry <williambjrklund@gmail.com>
2025-08-05 02:46:13 +02:00
Psitacus
353f3a9e1e
Domain cards cleanup pass with Icons and Descriptions (#579)
* fix grace descriptions and workflow

* fix midnight workflows

* fix sage workflow and descriptions

* add icons

---------

Co-authored-by: psitacus <walther.johnson@ucalgary.ca>
2025-08-04 15:36:48 -06:00
Nikhil Nagarajan
b590ee881a
Leap of lil'faith (#577) 2025-08-04 18:59:05 +02:00
f14fe7489d
updated journal with note about automations (#576) 2025-08-04 18:04:42 +02:00
WBHarry
02a8a9c313
[Feature] Damage Reduction Rules (#574)
* More rules

* Updated some cards with damageReduction

* Fixed Endurance and HighStamina Features

* More style improvements
2025-08-04 16:18:03 +02:00
Nikhil Nagarajan
6bdeccfbf9
Rangers are now cool (#571) 2025-08-04 10:05:07 +02:00
Psitacus
e63997e483
add splendor cards (#572)
Co-authored-by: psitacus <walther.johnson@ucalgary.ca>
2025-08-04 10:04:23 +02:00
WBHarry
34f2481fd6
Added wizard (#569) 2025-08-03 20:04:42 -04:00
WBHarry
2ee56e5876
Added warrior (#570) 2025-08-03 20:04:05 -04:00
Psitacus
e53b0a8a73
add arcana cards (#559)
Co-authored-by: psitacus <walther.johnson@ucalgary.ca>
2025-08-04 00:05:26 +02:00
WBHarry
0f2e02a6bd
Initial versions of bone domain (#557) 2025-08-03 15:05:45 -06:00
90cef3a7a8
added Blade Domain Cards (#553) 2025-08-03 21:24:53 +02:00
Nikhil Nagarajan
1f7e5c9f7a
Ghost: Guardian is down to play (#552) 2025-08-03 21:21:35 +02:00
WBHarry
79c69ee3b0
[Feature] 471 - Codex Domain Compendium (#549)
* Added all Codex cards

* Updated valor cards and fixed 'onSuccess' for codex cards
2025-08-03 19:50:32 +02:00
WBHarry
90a97c7105
Fixed adversary attacks that bugged (#545) 2025-08-03 10:08:33 -06:00
eafa9a21ff
added domain card art for completed domains (#544) 2025-08-03 17:15:27 +02:00
ea1db879b4
added journals for SRD, Witherwild and updated Welcome (#542) 2025-08-03 15:39:32 +02:00
Nikhil Nagarajan
b9b657e985
Features subclasses classes (#541)
* Bard is not fun?

* Halsin needs to find that squirell
2025-08-03 14:56:03 +02:00
WBHarry
195f624868
Added JournalCompendium with welcome message. Auto opens on first world entry (#539) 2025-08-03 14:42:17 +02:00
WBHarry
7ead70b723
Added environments (#537) 2025-08-03 14:33:54 +02:00
Psitacus
c0661dbca6
Setup midnight cards (#536)
* add midnight cards

* add icons

---------

Co-authored-by: psitacus <walther.johnson@ucalgary.ca>
2025-08-03 01:02:13 +02:00
WBHarry
ebb142a604
[Fix] Adversary Attack Descriptions (#521)
* Fixed Tier 2

* Fixed Tier 1 action descriptions
2025-08-02 16:49:13 +02:00
WBHarry
d38b14f1bc
Added Tier 4 Adversaries (#520) 2025-08-02 16:44:05 +02:00
WBHarry
e07ac092e7
Added all Tier 3 Adversaries (#516) 2025-08-02 14:40:28 +02:00
Psitacus
f1eb58f4b9
add sage cards (#515)
Co-authored-by: psitacus <walther.johnson@ucalgary.ca>
2025-08-02 14:40:00 +02:00
Psitacus
a4b1130142
Add Grace domain cards setup (#513)
* initial grace cards

* add cards with as much setup as is possible in the system

---------

Co-authored-by: psitacus <walther.johnson@ucalgary.ca>
2025-08-02 09:22:57 +02:00
WBHarry
32c35d3213
[Feature] 495 - Adversaries Tier 2 (#507)
* Half of Tier 2

* Finished Tier 2

* Updated faulty damage
2025-08-01 23:45:08 -06:00
WBHarry
371e6db0ee
Added Valor Cards (#503) 2025-08-01 21:33:15 +02:00
WBHarry
263dfa69ae
[Feature] 494 - Adversaries Tier 1 (#500)
* Some work

* More work

* Finished Tier 1
2025-08-01 16:43:59 +02:00