enhance card items (#75)

This commit is contained in:
Murilo Brito 2025-05-29 07:07:09 -03:00 committed by GitHub
parent 917bcd7056
commit c34c923406
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 727 additions and 534 deletions

View file

@ -316,9 +316,9 @@
},
"Domain": {
"CardTypes": {
"Ability": "Ability",
"Spell": "Spell",
"Grimoire": "Grimoire"
"ability": "Ability",
"spell": "Spell",
"grimoire": "Grimoire"
}
},
"LevelUp": {
@ -1105,6 +1105,11 @@
"Name": "Damage Roll"
}
}
},
"Tooltip": {
"openItemWorld": "Open Item World",
"delete": "Delete"
}
}
}