implement item translation table

This commit is contained in:
Martin Michelsen
2025-02-20 21:32:12 -08:00
parent 813bd2e0fa
commit d9744a696e
8 changed files with 1293 additions and 0 deletions
+1
View File
@@ -154,6 +154,7 @@ struct ItemData {
std::string hex() const;
std::string short_hex() const;
uint32_t primary_identifier() const;
void change_primary_identifier(uint32_t primary_identifier);
bool is_wrapped(const StackLimits& limits) const;
void wrap(const StackLimits& limits, uint8_t present_color);