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
This commit is contained in:
+4
-1
@@ -184,6 +184,8 @@
|
||||
"midgard5.brawl": "Raufen",
|
||||
"midgard5.poisonResistance": "Gifttolleranz",
|
||||
"midgard5.enduranceBonus": "Ausdauerbonus",
|
||||
"midgard5.lpProtection": "Rüstungsschutz (LP)",
|
||||
"midgard5.apProtection": "Rüstungsschutz (AP)",
|
||||
|
||||
"midgard5.new-skill": "Neue Fertigkeit",
|
||||
"midgard5.special": "Spezial",
|
||||
@@ -279,7 +281,6 @@
|
||||
"midgard5.mod-operation-multiply": "Multiplizieren",
|
||||
"midgard5.mod-operation-division": "Dividieren",
|
||||
|
||||
|
||||
"midgard5.mod-stat-defenseBonus": "Abwehrbonus",
|
||||
"midgard5.mod-stat-attackBonus": "Angriffsbonus",
|
||||
"midgard5.mod-stat-damageBonus": "Schadensbonus",
|
||||
@@ -291,6 +292,8 @@
|
||||
"midgard5.mod-stat-poisonResistance": "Gifttolleranz",
|
||||
"midgard5.mod-stat-lp": "Lebenspunkte",
|
||||
"midgard5.mod-stat-ap": "Ausdauerpunkte",
|
||||
"midgard5.mod-stat-lpProtection": "Rüstungsschutz (LP)",
|
||||
"midgard5.mod-stat-apProtection": "Rüstungsschutz (AP)",
|
||||
|
||||
"midgard5.mod-type": "Typ der Modifikation",
|
||||
"midgard5.mod-id": "Was soll modifiziert werden",
|
||||
|
||||
Reference in New Issue
Block a user