Commit Graph

15 Commits

Author SHA1 Message Date
Ender 9da36e6a6f - Container behavior for Weapons, Def. Weapons and Armor is now the same as for items
- Fixed some Bugs
2024-01-21 00:33:31 +01:00
Byroks 1e27e135cf
15 add duration to active effects (#50)
* Add Effect Duration & Rework Combat tracker

Changes:
 + rework combat tracker to display every uneven round as Movementphase
 + rework combat tracker to display every even round as actionphase
 + add possibility for effects durations
 + effects duration decreases with every actionphase
 + add enum for time Units
 + update localization
 + add display of remaining time on effects
 + add duration for spelleffect "Bärenwut"

* add LP AP Manipulation through effects

Changes:
 + add LimitHeal function
 + adjust LP AP Values if Mod exists in an effect

* Fix linked actor not being updated
2023-12-11 17:36:12 +01:00
Byroks 2b4e6b18d0
28 apply damage through chat (#40)
* Add Rightclick menu to apply damage/heal

Changes:
 + add rightclick context menu for rolls
 + only appears if keyword Schaden exists
 + calculate damage from all rolls with keyword Schaden
 + possible to apply damage or heal actor or if present token

ToDo:
 + add button that does the same

* Add Rüstungsschutz to damage calculation

Changes:
 + Add Damage application from chat
 + take token first, if none exist, take actor
 + include damage reduction from equipped armor
 + damage appliaction is only accesible through right click on roll

* Fix falsy display of rightclick context menu
2023-12-06 11:14:35 +01:00
Byroks 48883c3102
Add Description to bottom of rolls (#19)
Changes:
 + Add helper to strip Html
 + add description of items to bottom of roll
2023-11-30 18:13:04 +01:00
Byroks e21e5a91be Revert "adjust to id change"
This reverts commit 30d0924e3d.
2023-11-22 19:11:44 +01:00
Byroks 30d0924e3d adjust to id change 2023-11-21 19:50:39 +01:00
Byroks 8dd29e8da5 hide skill when learned
Changes:
 + Hide learned skills from unlearned skill list
2023-11-19 20:52:29 +01:00
mstein b104480a48 Converted lots of document access to V10. 2023-01-02 23:34:00 +01:00
mstein 53216fbbb7 Adds status bars to character sheet 2022-07-24 13:30:37 +02:00
mstein c827693e72 Adds mod calculation 2022-07-13 02:44:14 +02:00
mstein 8b6bfd2efb Adds gear and spells as items.
Adds custom roll logic, inclusing chat message.
2022-06-19 00:18:41 +02:00
mstein 7f7e305722 Add weapon item handling 2022-06-10 14:27:28 +02:00
mstein 0f06d4020b Adds skills and how to add them to the sheet 2022-06-09 23:50:19 +02:00
mstein c7f6a38acf Add skills as items 2022-06-07 00:58:21 +02:00
mstein e952dcb67a Automate project with gulp and transition to TypeScript.
Expand character data and sheet.
2022-06-06 01:40:24 +02:00