Combat Tracker + power enhancements

This commit is contained in:
2023-04-06 16:57:19 +02:00
parent b9b8fa7c0d
commit 2d328659b2
11 changed files with 327 additions and 35 deletions

View File

@@ -48,5 +48,11 @@ export const Hero6_CONFIG = {
powerSenseAffecting: {
"none": "None",
"senseaffecting": "Sense-Affecting",
},
powerEffectRoll: {
"standard": "Standard",
"normal": "Normal",
"killing": "Killing",
"countbody": "Killing (Count BODY)"
}
}