Feature/112 items use action datamodel (#194)

* Fix action for items

* Cost & Range #1

* remove log

* actions

* Split methods

* Roll classes

* Begin damage

* g

* Actions

* before main merge

* Fix d20RollDialog costs check

* Fix submit on close

* Add uses in action dialog

* Adversary Attack

* 166 - Damage Reduction (#180)

* Temp

* Fixed Stress Reductions

* Changed from index based to object

* Fixed stress resources management for DamageReduction

* Fix Adversary attack multiplier

* Auto add Attack action to newly created weapon

* Few fixes

* 164 - Add Hope/Fear formula

* 163 - Actor Sub Datas (#182)

* Added rules/bonuses for all classes and subclasses

* More

* Add Save

* Fix delete action button

---------

Co-authored-by: WBHarry <williambjrklund@gmail.com>
Co-authored-by: WBHarry <89362246+WBHarry@users.noreply.github.com>
This commit is contained in:
Dapoulp 2025-06-28 19:01:08 +02:00 committed by GitHub
parent 1135669d0b
commit 3593f44612
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
77 changed files with 3707 additions and 1828 deletions

View file

@ -207,6 +207,12 @@
"Session": "Session",
"Shortrest": "Short Rest",
"Longrest": "Long Rest"
},
"Damage": {
"Severe": "Severe",
"Major": "Major",
"Minor": "Minor",
"None": "None"
}
},
"ActionType": {
@ -617,6 +623,14 @@
"Stress": {
"Name": "Stress",
"Stress": "STR"
},
"Hope": {
"Name": "Hope",
"Abbreviation": "HO"
},
"ArmorStack": {
"Name": "Armor Stack",
"Stress": "AS"
}
},
"ArmorFeature": {
@ -1004,14 +1018,20 @@
},
"AttackRoll": {
"Title": "Attack - {attack}",
"RollDamage": "Roll Damage"
"RollDamage": "Roll Damage",
"RollHealing": "Roll Healing",
"ApplyEffect": "Apply Effects"
},
"DamageRoll": {
"Title": "Damage - {damage}",
"DealDamageToTargets": "Damage Hit Targets",
"DealDamage": "Deal Damage"
},
"ApplyEffect": {
"Title": "Apply Effects - {name}"
},
"HealingRoll": {
"Title": "Heal - {healing}",
"Heal": "Heal"
},
"DeathMove": {
@ -1070,6 +1090,21 @@
"Title": "Ownership Selection - {name}",
"Default": "Default Ownership"
},
"DamageReduction": {
"Title": "Damage Reduction",
"ArmorMarks": "Armor Marks",
"UsedMarks": "Used Marks",
"Stress": "Stress",
"ArmorWithStress": "Spend 1 stress to use an extra mark",
"UnncessaryStress": "You don't need to expend stress",
"StressReduction": "Reduce By Stress",
"Notifications": {
"DamageAlreadyNone": "The damage has already been reduced to none",
"NoAvailableArmorMarks": "You have no more available armor marks",
"NotEnoughStress": "You don't have enough stress",
"DamageIgnore": "{character} did not take damage"
}
},
"Sheets": {
"TABS": {
"features": "Features",
@ -1506,6 +1541,11 @@
"Macro": {
"Name": "Macro"
}
},
"Settings": {
"ResultBased": {
"label": "Formula based on Hope/Fear result."
}
}
},
"RollTypes": {