Commit Graph

21 Commits

Author SHA1 Message Date
Byroks a56e6bab3d
Automatically select skill for effects (#59)
Changes:
 + when a mod gets added, check if it's a skill
 + if it's a skill, find appropiate ID in actors item list and apply it to the mod
2023-12-13 18:46:49 +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 7e6147299b
Adjust Mod Calculation (#30)
Changes:
 + Adjust mod calculation
 + remov max 0 from subtract and addition
 + check in skills for subtract mod
2023-12-03 13:07:41 +01:00
Byroks 28595e7dd0
Make Items with mods equippable (#11)
Changes:
 + Items that can influence you stats are equippable
 + only equipped items influence your stats
 + Armor now influences your stats
 + move mods into a partial for easier changes
2023-11-30 15:50:59 +01:00
Byroks c635c54f24
Dev Kampfkünste Items & Integration (#7)
Changes:
 + add kampfkuenste template
 + add kampfkuenste tab
 + make kampfkuenste rollable
 + update localization
2023-11-28 19:42:38 +01:00
Byroks e27f4209e5 Squashed commit of the following:
commit 0bfa224dae
Author: Byroks <byroks@gmail.com>
Date:   Mon Nov 27 19:56:05 2023 +0100

    V1.3.1 (#6)

    * v1.3.1

    * v1.3.1

    * update .gitingore

commit 35a6b0fae9
Author: Byroks <byroks@gmail.com>
Date:   Mon Nov 27 19:48:56 2023 +0100

    v1.3.1

commit db21ca93b0
Author: Byroks <byroks@gmail.com>
Date:   Sun Nov 26 13:13:13 2023 +0100

    subtract ap when casting spell

    Changes:
     + subtract AP when casting a spell
2023-11-27 20:05:20 +01:00
Byroks 68cb8fcf6d Include Weapons and effects
Changes:
 + include weapon pack and effect pack
 + handle effects as own entity
 + effects can influence your attributes and skills
 + add Aktive Effekte page for effects on your character
2023-11-24 20:11:36 +01:00
Byroks e85fd1c41f fix Zaubern EW display in spell
Changes:
 + fix Zaubern EW display in spell list
2023-11-19 21:13:29 +01:00
Byroks 0e67ab06dc Take over project
Changes:
 + Update macros for crits
 + update lookup for Abwehr and Zaubern to display correct value
2023-11-17 09:10:29 +01:00
Michael Stein ae3381b3d1 Adds PP.
Adds item-sheet CSS class to item sheets.
2023-04-19 01:33:04 +02:00
Michael Stein f91c64f91f Upgrade templates: PP, AP as string. 2023-04-18 23:54:58 +02:00
mstein 0ac8107772 Fixes skill calculation. 2023-01-03 00:22:28 +01:00
mstein b104480a48 Converted lots of document access to V10. 2023-01-02 23:34:00 +01:00
mstein b3e2771e91 Add customizable rolls to items 2022-07-23 18:50:08 +02:00
mstein 58ed9d7d74 Finishes mod system functionality 2022-07-13 22:19:04 +02:00
mstein c827693e72 Adds mod calculation 2022-07-13 02:44:14 +02:00
mstein c8d59588e0 Adds mod management (WIP) 2022-07-05 00:10:08 +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