Item DB update (#7451)

* Added Missing Items
* Correction of several item names
* Added missing hateffects
This commit is contained in:
Pokye 2022-12-17 19:47:54 -03:00 committed by GitHub
parent 165e0d668f
commit ee91ab507a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 409 additions and 107 deletions

File diff suppressed because it is too large Load Diff

View File

@ -25723,7 +25723,7 @@ Body:
Rate: 140
- Item: C_Pig_Nose
Rate: 140
- Item: C_Cat_Ears_Hat
- Item: C_Cat_Ear_Hat
Rate: 140
- Item: C_Valkyrie_Circlet
Rate: 140
@ -25996,7 +25996,7 @@ Body:
Rate: 140
- Item: C_Poring_On_Shoulder
Rate: 140
- Item: Costume_Yawata_Seal
- Item: C_FortunetellinSealed
Rate: 140
- Item: C_Pretty_Bear_WH
Rate: 140
@ -26008,7 +26008,7 @@ Body:
Rate: 140
- Item: C_Dark_Snake_Lord_Stall
Rate: 140
- Item: Costume_Twin_Cannon
- Item: C_Twin_Canon
Rate: 140
- Item: C_Picnic_Basket
Rate: 140
@ -26070,13 +26070,13 @@ Body:
Rate: 140
- Item: C_LittleGarden
Rate: 140
- Item: Costume_Twinkling_Red_Eyes
- Item: C_Blinking_Eyes_RD
Rate: 140
- Item: C_Blink_Eyes_Sakura
Rate: 140
- Item: Costume_Angola_Intention
- Item: C_Angola_Intention
Rate: 140
- Item: C_Stole_Of_Dominion
- Item: C_Stall_Of_Dominions
Rate: 140
- Item: C_Flowery_Vision_TH
Rate: 140
@ -26100,7 +26100,7 @@ Body:
Rate: 130
- Item: C_Blessings_Of_Soul
Rate: 130
- Item: C_Crow
- Item: C_Gossip_Raven
Rate: 130
- Item: C_Halloween_Hat
Rate: 130
@ -26118,7 +26118,7 @@ Body:
Rate: 130
- Item: C_Gift_Of_Snow
Rate: 130
- Item: C_Large_Ribbon_Muffler_Red
- Item: C_L_RibbonMuff_Red
Rate: 130
- Item: C_Imperial_Glory
Rate: 130

View File

@ -1602,7 +1602,7 @@ Body:
- Item: C_Charleston_Antenna
- Item: C_Wings_of_Uriel
- Item: C_Pig_Nose
- Item: C_Cat_Ears_Hat
- Item: C_Cat_Ear_Hat
- Item: C_Valkyrie_Circlet
- Item: C_Eremes_Scarf_Black
- Item: C_Eleanor_Wig
@ -1738,13 +1738,13 @@ Body:
- Item: C_Big_Foxtail
- Item: C_T_Bear_Bag
- Item: C_Poring_On_Shoulder
- Item: Costume_Yawata_Seal
- Item: C_FortunetellinSealed
- Item: C_Pretty_Bear_WH
- Item: C_Bicolor_Cat_Witch_Hat
- Item: C_Nifl_Bloom
- Item: C_Floating_Ball_TW
- Item: C_Dark_Snake_Lord_Stall
- Item: Costume_Twin_Cannon
- Item: C_Twin_Canon
- Item: C_Picnic_Basket
- Item: C_Magic_Helm
- Item: C_ManyStars_TW
@ -1773,13 +1773,13 @@ Body:
- Item: C_Disapear_Time_TW
- Item: C_Magic_Heir_TW
- Item: C_Blink_Eyes_Sakura
- Item: Costume_Angola_Intention
- Item: C_Stole_Of_Dominion
- Item: C_Angola_Intention
- Item: C_Stall_Of_Dominions
- Item: C_Flowery_Vision_TH
- Item: C_Frill_Collar
- Item: C_Rose_Gothic_Bonnet
- Item: C_LittleGarden
- Item: Costume_Twinkling_Red_Eyes
- Item: C_Blinking_Eyes_RD
- Item: C_P_Ulysses_Feather
- Item: C_DancingButterfly_TW
- Item: C_Blue_Pencil_In_Mouth
@ -1790,7 +1790,7 @@ Body:
- Item: C_Frog_Hood
- Item: C_Lude_Hood
- Item: C_Blessings_Of_Soul
- Item: C_Crow
- Item: C_Gossip_Raven
- Item: C_Halloween_Hat
- Item: C_Blessed_Veil
- Item: C_Eyes_Of_Ifrit
@ -1799,7 +1799,7 @@ Body:
- Item: C_Wildcat_Knit_Cap
- Item: C_Pink_Fur_Hat
- Item: C_Gift_Of_Snow
- Item: C_Large_Ribbon_Muffler_Red
- Item: C_L_RibbonMuff_Red
- Item: C_Imperial_Glory
- Item: C_Black_Shiba_Inu_Hat
- Item: C_Black_Glasses
@ -3272,11 +3272,11 @@ Body:
# RewardGroup: ENCHANTSTONE_RECIPE_3M
# Requirements:
# - Item: C_Pretty_Bear_WH
# - Item: Costume_Yawata_Seal
# - Item: C_FortunetellinSealed
# - Item: C_Floating_Ball_TW
# - Item: C_Dark_Snake_Lord_Stall
# - Item: C_Bicolor_Cat_Witch_Hat
# - Item: Costume_Twin_Cannon
# - Item: C_Twin_Canon
# - Item: C_Picnic_Basket
# - Item: C_Magic_Helm
# - Item: C_Fawn_Ear
@ -3291,7 +3291,7 @@ Body:
# - Item: C_Frill_Collar
# - Item: C_Rose_Gothic_Bonnet
# - Item: C_LittleGarden
# - Item: Costume_Twinkling_Red_Eyes
# - Item: C_Blinking_Eyes_RD
# - Item: Egirnion_Box
# RewardGroup: EGIRNION_BOX
# Requirements:

View File

@ -2066,6 +2066,9 @@ enum e_hat_effects : int16{
HAT_EF_C_SAMBA_CARNIVAL,
HAT_EF_POISON_MASTER,
HAT_EF_C_SWIRLING_FLAME,
HAT_EF_C_MELODY_WING,
HAT_EF_C_SPOT_LIGHT,
HAT_EF_C_ASTRA_BLESSING,
HAT_EF_MAX
};

View File

@ -9100,6 +9100,9 @@
export_constant(HAT_EF_C_SAMBA_CARNIVAL);
export_constant(HAT_EF_POISON_MASTER);
export_constant(HAT_EF_C_SWIRLING_FLAME);
export_constant(HAT_EF_C_MELODY_WING);
export_constant(HAT_EF_C_SPOT_LIGHT);
export_constant(HAT_EF_C_ASTRA_BLESSING);
/* pet catch */
export_constant(PET_CATCH_UNIVERSAL);