feat: D30 combat effects, spell tiers, small damage removal, token HUD luck/grit

- Replace Knockback with Internal Injury on D30 (5, 10, 15); remove Shield Bash from D30 counter-attacks
- Eliminate small weapon damage: keep only medium damage labelled Damage in sheets, rolls, and chat
- D30 bonus dice (20, 27, 30) auto-resolved before grit/luck/shield decisions; choice dialogs for special strikes
- D30 combat effects: bleeding wounds, damage ×2/×3 before DR, DR ×2/×3 with component picker dialog
- Add hp.wounds to monster schema for bleeding support
- Show Save against spell? checkbox for all save rolls (not just magic users)
- Fix mulligan restart: persistent D30 process flags prevent double-application and allow both sides to react
- For Dice So Nice, show main roll animation before explosion dice for correct ordering
- Spell tier selection: force Standard/Overpowered choice at cast time, tier-specific aether cost, only chosen damage button shown
- Add +1/−1 luck and grit controls to Token HUD
- Fix inconsistent indentation, remove duplicate i18n key, remove unused includesShield return
This commit is contained in:
2026-06-10 07:53:51 +02:00
parent b35b684d50
commit ce630feb51
17 changed files with 749 additions and 145 deletions
+19 -25
View File
@@ -346,7 +346,7 @@
"target": "spell_defense"
}
],
"description": "Possible 20/20 Spell defense that Saves Against Any Magical Attack Except a Lethal Magical Strike or add D12 to defense"
"description": "Possible 20/20 Spell defense that Saves Against Any Magical Attack Except a Lethal Magical Strike or add D12 to spell defense"
},
"skill_rolls": {
"type": "bonus_flat",
@@ -386,10 +386,10 @@
"type": "bleed"
},
{
"type": "knockback"
"type": "internal_injury"
}
],
"description": "Bleed, Knock-back on Hit"
"description": "Bleed, Internal Injury on Hit"
},
"ranged_attack": {
"type": "bleed",
@@ -399,10 +399,9 @@
"type": "counter_attack",
"options": [
"kick",
"punch",
"shield_bash"
"punch"
],
"description": "Kick, Punch or Shield Bash"
"description": "Kick or Punch"
},
"skill_rolls": {
"type": "bonus_flat",
@@ -414,10 +413,9 @@
"type": "counter_attack",
"options": [
"kick",
"punch",
"shield_bash"
"punch"
],
"description": "Kick, Punch or Shield Bash"
"description": "Kick or Punch"
},
"saving_throws": {
"type": "bonus_flat",
@@ -446,10 +444,10 @@
"type": "bleed"
},
{
"type": "knockback"
"type": "internal_injury"
}
],
"description": "Bleed, Knock-back on Hit"
"description": "Bleed, Internal Injury on Hit"
},
"ranged_attack": {
"type": "bleed",
@@ -459,10 +457,9 @@
"type": "counter_attack",
"options": [
"kick",
"punch",
"shield_bash"
"punch"
],
"description": "Kick, Punch or Shield Bash"
"description": "Kick or Punch"
},
"skill_rolls": {
"type": "bonus_flat",
@@ -474,10 +471,9 @@
"type": "counter_attack",
"options": [
"kick",
"punch",
"shield_bash"
"punch"
],
"description": "Kick, Punch or Shield Bash"
"description": "Kick or Punch"
},
"saving_throws": {
"type": "bonus_flat",
@@ -539,10 +535,10 @@
"type": "bleed"
},
{
"type": "knockback"
"type": "internal_injury"
}
],
"description": "Bleed, Knock-back on Hit"
"description": "Bleed, Internal Injury on Hit"
},
"ranged_attack": {
"type": "bleed",
@@ -552,10 +548,9 @@
"type": "counter_attack",
"options": [
"kick",
"punch",
"shield_bash"
"punch"
],
"description": "Kick, Punch, or Shield Bash"
"description": "Kick or Punch"
},
"skill_rolls": {
"type": "bonus_flat",
@@ -567,10 +562,9 @@
"type": "counter_attack",
"options": [
"kick",
"punch",
"shield_bash"
"punch"
],
"description": "Kick, Punch, or Shield Bash"
"description": "Kick or Punch"
},
"saving_throws": {
"type": "bonus_flat",