Here's how to find currency worth
Search either one of these in DWORD
-16 776 956 ( offset to ID is -8 )
-1 383 311 468 ( offset to ID is -C )
after that, you find the item ID, then pointer scan it, you'll get 20+, save it on the saved list, then select all
do Change Address / Type, then pick type to DOUBLE and the offset is -10, then do Selected as search result, then filter 0.25 type DOUBLE, you should have 1 address and that address is Ration Card worth, and from that you do
chain of offset of + 0x28
the structure looks like this
Currencies | Offsets ( address + offset )
Ration Card = Pointer - 0x10
Emba Disk = Ration Card + 0x28
Halloween Coins = Emba Disk + 0x28
New Year Balls = Halloween Coins + 0x28
Black Rubles = New Year Balls + 0x28
Iron Nuts = Black Rubles + 0x28
Halloween Souls = Iron Nuts + 0x28
New Year Cookies = Halloween Souls + 0x28