1. If you use tfs do open source:
const.h
...
after MAGIC_EFFECT_INSECTS = 0x44, //68
add MAGIC_NAME_YOUR_EFFECT = 0x95, //149 # FIXED!!!
change MAGIC_EFFECT_LAST = MAGIC_NAME_YOUR_EFFECT,
...
and tools.cpp
...
after {"insects", MAGIC_EFFECT_INSECTS}, //dont forgotten add " ...