From 8bd89b7fc01e4313b14e42382869266c225c75c9 Mon Sep 17 00:00:00 2001 From: AoShinHo <126742159+AoShinRO@users.noreply.github.com> Date: Sat, 21 Sep 2024 09:49:32 -0300 Subject: [PATCH] Added Footprint related items (#8660) * Added Footprint Enchants * Summer_Select_Box4 package --- db/re/item_db_equip.yml | 11 ++++++++++ db/re/item_db_etc.yml | 46 ++++++++++++++++++++++++++++++++++++++++ db/re/item_db_usable.yml | 5 +++++ db/re/item_packages.yml | 10 +++++++++ 4 files changed, 72 insertions(+) diff --git a/db/re/item_db_equip.yml b/db/re/item_db_equip.yml index 021aee7618..d7dfd5957c 100644 --- a/db/re/item_db_equip.yml +++ b/db/re/item_db_equip.yml @@ -202634,6 +202634,17 @@ Body: } } } + - Id: 480470 + AegisName: C_Summer_Beach + Name: Costume Summer Beach # !todo check english name + Type: Armor + Locations: + Costume_Garment: true + ArmorLevel: 1 + Script: | + hateffect HAT_EF_VACATION,true; + UnEquipScript: | + hateffect HAT_EF_VACATION,false; - Id: 490004 AegisName: Atker_Ring Name: Attacker Booster Ring diff --git a/db/re/item_db_etc.yml b/db/re/item_db_etc.yml index a1c797f538..781004b8e4 100644 --- a/db/re/item_db_etc.yml +++ b/db/re/item_db_etc.yml @@ -80408,6 +80408,28 @@ Body: Name: Footprint Effect Type: Card SubType: Enchant + Script: | + hateffect FOOTPRINT_EF_BASE,true; + UnEquipScript: | + hateffect FOOTPRINT_EF_BASE,false; + - Id: 313067 + AegisName: aegis_313067 + Name: Purple Star Footprint + Type: Card + SubType: Enchant + Script: | + hateffect FOOTPRINT_EF_PURPLESTAR,true; + UnEquipScript: | + hateffect FOOTPRINT_EF_PURPLESTAR,false; + - Id: 313068 + AegisName: aegis_313068 + Name: Yellow Star Footprint + Type: Card + SubType: Enchant + Script: | + hateffect FOOTPRINT_EF_YELLOWSTAR,true; + UnEquipScript: | + hateffect FOOTPRINT_EF_YELLOWSTAR,false; - Id: 313070 AegisName: Ep21_4_Def Name: Forest Magic Orb (Physical Defense) @@ -81896,6 +81918,15 @@ Body: Script: | bonus bLongAtkRate,getskilllv("SH_HOWLING_OF_CHUL_HO"); bonus bBaseAtk,4*getskilllv("SH_HOWLING_OF_CHUL_HO"); + - Id: 313345 + AegisName: aegis_313345 + Name: Puppy Footprint + Type: Card + SubType: Enchant + Script: | + hateffect FOOTPRINT_EF_DOGFOOT,true; + UnEquipScript: | + hateffect FOOTPRINT_EF_DOGFOOT,false; - Id: 1000000 AegisName: IDTest_event Name: IDTest event @@ -89440,6 +89471,11 @@ Body: Name: Footprint Effect (Garment) Type: Etc Weight: 100 + - Id: 1001617 + AegisName: PurpleStar_Foot_Robe + Name: Purple Star Footprint (Garment) + Type: Etc + Weight: 100 - Id: 1001618 AegisName: aegis_1001618 Name: Wigner Premium Exchange Ticket @@ -89709,6 +89745,11 @@ Body: Weight: 10 Flags: BuyingStore: true + - Id: 1001650 + AegisName: YellowStar_Foot_Robe + Name: Yellow Star Footprint (Garment) + Type: Etc + Weight: 100 - Id: 1001653 AegisName: Ep21_Armor_E_Stone1 Name: Turquoise Magic Stone @@ -90322,6 +90363,11 @@ Body: NoGuildStorage: true NoMail: true NoAuction: true + - Id: 1001772 + AegisName: aegis_1001772 + Name: Puppy Footprint (Garment) + Type: Etc + Weight: 100 - Id: 1200000 AegisName: IDTest_arrow Name: IDTest arrow diff --git a/db/re/item_db_usable.yml b/db/re/item_db_usable.yml index f0afc95c3e..d00faffd44 100644 --- a/db/re/item_db_usable.yml +++ b/db/re/item_db_usable.yml @@ -78855,6 +78855,11 @@ Body: NoAuction: true Script: | getgroupitem(IG_STOVE_CHANNELING_BOX_4); + - Id: 103263 + AegisName: Summer_Select_Box4 + Name: Star Footprint Selection Box (Summer Beach) + Type: Usable + Weight: 10 - Id: 200000 AegisName: IDTest_Cash Name: IDTest Cash diff --git a/db/re/item_packages.yml b/db/re/item_packages.yml index 077313eb81..531a7759b4 100644 --- a/db/re/item_packages.yml +++ b/db/re/item_packages.yml @@ -980,3 +980,13 @@ Body: - Group: 1 Items: - Item: C_Chaos_Emerald + - Item: Summer_Select_Box4 + Groups: + - Group: 0 + Items: + - Item: PurpleStar_Foot_Robe + - Item: C_Summer_Beach + - Group: 1 + Items: + - Item: YellowStar_Foot_Robe + - Item: C_Summer_Beach