Todo: calculate poison tolerance based on character data
This commit is contained in:
@@ -260,6 +260,7 @@ export default {
|
||||
},
|
||||
getStat(path) {
|
||||
if (path === 'git') {
|
||||
// Todo: calculate poison tolerance based on character data (frontend/src/components/DatasheetView.vue)
|
||||
return '64!'
|
||||
}
|
||||
return path.split('.').reduce((obj, key) => obj?.[key], this.character) ?? '-'
|
||||
|
||||
Reference in New Issue
Block a user