{{ "attributes." + attribute.name | translate }}
{{ "attributeDetails." + attribute.name | translate }}
@if (attribute.name !== "constitution") {
{{ "attributeDetails.affectedSkills" | translate }}
@for (skill of skillsTable[attribute.name]; track skill) {
{{ "skills." + skill | translate }}
}
}
{{ "general.modifiers" | translate }}
{{ "general.attributeValue" | translate }} |
{{ "general.modifier" | translate }} |
6-7 |
-3 |
7-8 |
-2 |
9-10 |
-1 |
11-12 |
0 |
13-14 |
+1 |
15-16 |
+2 |
17-18 |
+3 |
19-20 |
+4 |
21-22 |
+5 |
22-23 |
+6 |
24-25 |
+7 |
@if (attribute.name === "constitution") {
{{ "attributeDetails.strengths" | translate }}
{{ "resistances.resistances" | translate }}
@if (isEdit) {
@for (type of list.damageTypes; track type) {
{{ "damageTypes." + type | translate }}
}
} @else {
@for (type of resistances; track type) {
} @empty {
-
}
}
{{ "resistances.immunities" | translate }}
@if (isEdit) {
@for (type of list.damageTypes; track type) {
{{ "damageTypes." + type | translate }}
}
} @else {
@for (type of immunities; track type) {
} @empty {
-
}
}
{{ "resistances.vulnerabilities" | translate }}
@if (isEdit) {
@for (type of list.damageTypes; track type) {
{{ "damageTypes." + type | translate }}
}
} @else {
@for (type of vulnerabilities; track type) {
} @empty {
-
}
}
@if (showButtonsContainer) {
}
}