Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion db/re/item_db_equip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183276,10 +183276,16 @@ Body:
View: 2343
- Id: 410224
AegisName: C_Pope_Ribbon_R
Name: Costume Red Ribbon
Name: Costume Pope Ribbon (Red) # !todo check english name
Type: Armor
Locations:
Costume_Head_Mid: true
Trade:
NoDrop: true
NoSell: true
NoMail: true
NoAuction: true
NoGuildStorage: true
ArmorLevel: 1
View: 2152
- Id: 410226
Expand Down
14 changes: 14 additions & 0 deletions db/re/item_db_etc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90602,6 +90602,15 @@ Body:
bonus2 bExpAddRace,RC_All,5;
bonus2 bDropAddRace,RC_All,5;
}
- Id: 315055
AegisName: aegis_315055
Name: Flower Garden
Type: Card
SubType: Enchant
Script: |
hateffect FOOTPRINT_EF_FLOWER_GARDEN,true;
UnEquipScript: |
hateffect FOOTPRINT_EF_FLOWER_GARDEN,false;
- Id: 1000000
AegisName: IDTest_event
Name: IDTest event
Expand Down Expand Up @@ -102009,6 +102018,11 @@ Body:
NoDrop: true
NoMail: true
NoAuction: true
- Id: 1002822
AegisName: aegis_1002822
Name: "[Footprints] Flower Garden"
Type: Etc
Weight: 100
- Id: 1002827
AegisName: Energy_Xtal_RR_TW
Name: Energy Crystal (Ring of Restoration) # !todo check english name
Expand Down
2 changes: 2 additions & 0 deletions src/map/script.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2197,6 +2197,8 @@ enum e_hat_effects : int16{
HAT_EF_C_CLB_GAT_DOC,
HAT_EF_C_EYE_OF_NECROMANCER,
HAT_EF_C_JAOW_PIRUN,
FOOTPRINT_EF_FLOWER_GARDEN,
HAT_EF_C_ANGEL_GIFT,

HAT_EF_MAX
};
Expand Down
2 changes: 2 additions & 0 deletions src/map/script_constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10224,6 +10224,8 @@
export_constant(HAT_EF_C_CLB_GAT_DOC);
export_constant(HAT_EF_C_EYE_OF_NECROMANCER);
export_constant(HAT_EF_C_JAOW_PIRUN);
export_constant(FOOTPRINT_EF_FLOWER_GARDEN);
export_constant(HAT_EF_C_ANGEL_GIFT);

/* pet catch */
export_constant(PET_CATCH_UNIVERSAL_NO_BOSS);
Expand Down
Loading