فهرست منبع

Added Footprint related items (#8660)

* Added Footprint Enchants
* Summer_Select_Box4 package
AoShinHo 8 ماه پیش
والد
کامیت
8bd89b7fc0
4فایلهای تغییر یافته به همراه72 افزوده شده و 0 حذف شده
  1. 11 0
      db/re/item_db_equip.yml
  2. 46 0
      db/re/item_db_etc.yml
  3. 5 0
      db/re/item_db_usable.yml
  4. 10 0
      db/re/item_packages.yml

+ 11 - 0
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

+ 46 - 0
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

+ 5 - 0
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

+ 10 - 0
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