Todo: calculate poison tolerance based on character data

This commit is contained in:
2026-01-23 20:47:59 +01:00
parent a7e3c1ef9a
commit 9dad47dc33
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ export default {
},
getStat(path) {
if (path === 'git') {
// Todo: calculate poison tolerance based on character data (frontend/src/components/DatasheetView.vue)
// Todo: calculate poison tolerance based on character data
return '64!'
}
return path.split('.').reduce((obj, key) => obj?.[key], this.character) ?? '-'