Commit Graph

13 Commits

Author SHA1 Message Date
uberwald 0381e8e024 feat: luck bonus, inventory slots bonus, multi-enhancements, magic skill modifier
Release Creation / build (release) Successful in 1m25s
- Add luck.bonus field to character DataModel; included in prepareDerivedData
   (luck.max = fate.rank + bonus); shown as editable +bonus field next to
   luck max in edit mode (same UX as grit bonus)

 - Add inventory.slotsBonus field to character DataModel; Equipment tab now
   shows an editable "Bonus Slots" input that adds to the calculated max slots
   (10 + Might×2 + bonus)

 - Replace single Enhancement <select> in spell cast dialog with a checkbox
   list; multiple enhancements can now be selected simultaneously — stress
   costs, pool penalties, and boolean flags (redDice, noStress) are aggregated
   across all active enhancements

 - Include skills.magic.modifier in basePool for both spell and miracle dialogs
   and in baseDice in rollSpellCast / rollMiracleCast; modifier is shown in
   the dialog pool-info line and in the chat card when non-zero

 - Fix: pool-reduction indicator in rollSpellCast now compares against
   intRank + magicRank + magicMod (was missing magicMod)
2026-05-12 08:16:57 +02:00
uberwald b4211c121d Add luck option after roll, attributes above 6, fix miracle icon and grit bonus
Release Creation / build (release) Successful in 1m36s
2026-04-20 08:23:33 +02:00
uberwald fb04448ab0 Various fixes and add rune support 2026-03-30 23:38:45 +02:00
uberwald c22c3d713b Fixes and enhancements, from issue list 2026-03-27 21:21:17 +01:00
uberwald b46c6d804c Nombreuses corrections sur les fiches settlement/NPC 2026-03-22 21:35:47 +01:00
uberwald b2befe039e Add initiative rolls 2026-03-18 16:51:10 +01:00
uberwald 000bf348a6 Various fixes and changes based on tester feedback 2026-03-17 13:50:32 +01:00
uberwald 31318317a7 Fix weapon sheet 2026-03-08 14:48:49 +01:00
uberwald 317c4990bc Item ehnance, fixes on actor sheet 2026-03-08 13:23:11 +01:00
uberwald aaf965c78a Item ehnance, fixes on actor sheet 2026-03-08 11:35:00 +01:00
uberwald e9abefd90d Item ehnance, fixes on acto sheet 2026-03-08 10:42:36 +01:00
uberwald 8f7f0169e4 Actor sheet, WIP 2026-03-07 22:47:29 +01:00
uberwald c6f7a9e966 Iteam cleanup + less migration 2026-03-07 19:18:03 +01:00