Todo: calculate poison tolerance based on character data

This commit is contained in:
2026-01-23 20:47:25 +01:00
parent 33e3cfa955
commit a7e3c1ef9a
@@ -260,6 +260,7 @@ export default {
}, },
getStat(path) { getStat(path) {
if (path === 'git') { if (path === 'git') {
// Todo: calculate poison tolerance based on character data (frontend/src/components/DatasheetView.vue)
return '64!' return '64!'
} }
return path.split('.').reduce((obj, key) => obj?.[key], this.character) ?? '-' return path.split('.').reduce((obj, key) => obj?.[key], this.character) ?? '-'