Learn costs for creation where taken from the wrong source

This commit is contained in:
2026-01-12 17:11:06 +01:00
parent 6cd9681fc3
commit 8e030ee6c9
4 changed files with 135 additions and 3 deletions
@@ -509,6 +509,7 @@ export default {
// Try to find by learning category mapping first (most likely scenario)
const learningCategory = this.learningCategories?.find(cat => cat.name === selectedCategoryName)
if (learningCategory && this.availableSkillsByCategory[learningCategory.displayName]) {
return learningCategory.displayName
}
+1 -1
View File
@@ -420,7 +420,7 @@ export default {
previousAttributes: 'Zurück: Attribute',
recalculate: 'Aus Attributen neu berechnen',
calculating: 'Berechne...',
nextSkills: 'Weiter: Fertigkeiten & Zauber',
nextSkills: 'Weiter: Fertigkeiten',
paRollTooltip: 'PA würfeln: 1d100 + 4×(In/10) - 20',
wkRollTooltip: 'WK würfeln: 1d100 + 2×(Ko/10 + In/10) - 20',
lpRollTooltip: 'LP würfeln: 1d3 + 7 + (Ko/10)',
+1 -1
View File
@@ -416,7 +416,7 @@ export default {
previousAttributes: 'Previous: Attributes',
recalculate: 'Recalculate from Attributes',
calculating: 'Calculating...',
nextSkills: 'Next: Skills & Spells',
nextSkills: 'Next: Skills',
paRollTooltip: 'Roll PA: 1d100 + 4×(In/10) - 20',
wkRollTooltip: 'Roll WK: 1d100 + 2×(Ko/10 + In/10) - 20',
lpRollTooltip: 'Roll LP: 1d3 + 7 + (Ko/10)',