Learn costs for creation where taken from the wrong source
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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)',
|
||||
|
||||
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user