ABW
+ Added Ausbrennwahrscheinlichkeit ABW to gear, weapons & armor + Fixed wrong translation of Tragkraft
This commit is contained in:
@@ -302,6 +302,7 @@ export class M5Character extends Actor {
|
||||
label: label,
|
||||
icon: icon,
|
||||
magic: item.system.magic,
|
||||
abw: item.system.abw || 0,
|
||||
calc: item.system.calc,
|
||||
equipped: item.system?.equipped,
|
||||
valuable: item.system?.valuable,
|
||||
@@ -352,6 +353,7 @@ export class M5Character extends Actor {
|
||||
icon: item.img,
|
||||
skillId: item.system.skillId,
|
||||
magic: item.system.magic,
|
||||
abw: item.system.abw || 0,
|
||||
valuable: item.system?.valuable,
|
||||
hoarded: item.system?.hoarded,
|
||||
value: item.system.value || 0,
|
||||
@@ -395,6 +397,7 @@ export class M5Character extends Actor {
|
||||
icon: item.img,
|
||||
skillId: item.system.skillId,
|
||||
magic: item.system.magic,
|
||||
abw: item.system.abw || 0,
|
||||
valuable: item.system?.valuable,
|
||||
hoarded: item.system?.hoarded,
|
||||
value: item.system.value || 0,
|
||||
@@ -438,6 +441,7 @@ export class M5Character extends Actor {
|
||||
label: label,
|
||||
icon: item.img,
|
||||
magic: item.system.magic,
|
||||
abw: item.system.abw || 0,
|
||||
valuable: item.system?.valuable,
|
||||
hoarded: item.system?.hoarded,
|
||||
value: item.system.value || 0,
|
||||
|
||||
Reference in New Issue
Block a user