Skip to content

Instantly share code, notes, and snippets.

View SwenenzY's full-sized avatar
🧨
Focusing

Yiğit Kaan Bayat SwenenzY

🧨
Focusing
View GitHub Profile
static const unsigned char pr2six[ 256 ] =
{
/* ASCII table */
64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64,
64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64,
64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 62, 64, 64, 64, 63,
52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 64, 64, 64, 64, 64, 64,
64, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 64, 64, 64, 64, 64,
64, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40,
@SwenenzY
SwenenzY / eft_item.hpp
Last active January 16, 2022 12:43
Escape from tarkov 01.16.2022 item list updated
#define XorStr( s ) s
std::unordered_map<std::string, std::pair<const char*, int>> eft_items =
{
{XorStr("item_barter_energy_cyclon"),{XorStr("Cyclon"), 53336}},
{XorStr("item_barter_energy_greenbat"),{XorStr("GreenBat"), 24981}},
{XorStr("item_barter_energy_powerbank"),{XorStr("Powerbank"), 44389}},
{XorStr("item_battery_d"),{XorStr("D batt."), 6796}},
{XorStr("item_energy_accum"),{XorStr("RBattery"), 10426}},