Thanks for helping Technoken
I did not know they were official characteristics.
Regarding the db error, I found these lines in item_db.txt
On line 9833
19031,Fallen_Angel_Blessing,Fallen Angel Blessing,4,0,,200,,1,,0,0xFFFFFFFF,63,2,512,,,1,1250,{ bonus2 bAddRace,RC_Angel,5; bonus2 bSubRace,RC_Angel,5; },{},{}
On line 9719
18813,New_Wave_Sunglasses,New Wave Sunglasses,4,10,,100,,,,0,0xFFFFFFFF,63,2,512,,30,,856,{ bonus bDelayrate,-10; },{},{}
I guess the items should exist. I fixed the error commenting lines 3929 and 3566 in item_package.txt
//IG_Majestic_Lucky_Egg,19031,1,1,1,1 // 1x Fallen Angel Blessing
//IG_Legend_Hero_Lucky_Egg,18813,1,1,1,1 // 1x New Wave Sunglasses
But I'm not sure if it's the best way to fix it.
Thanks in advance