Added Footprint related items (#8660)

* Added Footprint Enchants
* Summer_Select_Box4 package
This commit is contained in:
AoShinHo 2024-09-21 09:49:32 -03:00 committed by GitHub
parent 8c9e447fd5
commit 8bd89b7fc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 72 additions and 0 deletions

View File

@ -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 - Id: 490004
AegisName: Atker_Ring AegisName: Atker_Ring
Name: Attacker Booster Ring Name: Attacker Booster Ring

View File

@ -80408,6 +80408,28 @@ Body:
Name: Footprint Effect Name: Footprint Effect
Type: Card Type: Card
SubType: Enchant 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 - Id: 313070
AegisName: Ep21_4_Def AegisName: Ep21_4_Def
Name: Forest Magic Orb (Physical Defense) Name: Forest Magic Orb (Physical Defense)
@ -81896,6 +81918,15 @@ Body:
Script: | Script: |
bonus bLongAtkRate,getskilllv("SH_HOWLING_OF_CHUL_HO"); bonus bLongAtkRate,getskilllv("SH_HOWLING_OF_CHUL_HO");
bonus bBaseAtk,4*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 - Id: 1000000
AegisName: IDTest_event AegisName: IDTest_event
Name: IDTest event Name: IDTest event
@ -89440,6 +89471,11 @@ Body:
Name: Footprint Effect (Garment) Name: Footprint Effect (Garment)
Type: Etc Type: Etc
Weight: 100 Weight: 100
- Id: 1001617
AegisName: PurpleStar_Foot_Robe
Name: Purple Star Footprint (Garment)
Type: Etc
Weight: 100
- Id: 1001618 - Id: 1001618
AegisName: aegis_1001618 AegisName: aegis_1001618
Name: Wigner Premium Exchange Ticket Name: Wigner Premium Exchange Ticket
@ -89709,6 +89745,11 @@ Body:
Weight: 10 Weight: 10
Flags: Flags:
BuyingStore: true BuyingStore: true
- Id: 1001650
AegisName: YellowStar_Foot_Robe
Name: Yellow Star Footprint (Garment)
Type: Etc
Weight: 100
- Id: 1001653 - Id: 1001653
AegisName: Ep21_Armor_E_Stone1 AegisName: Ep21_Armor_E_Stone1
Name: Turquoise Magic Stone Name: Turquoise Magic Stone
@ -90322,6 +90363,11 @@ Body:
NoGuildStorage: true NoGuildStorage: true
NoMail: true NoMail: true
NoAuction: true NoAuction: true
- Id: 1001772
AegisName: aegis_1001772
Name: Puppy Footprint (Garment)
Type: Etc
Weight: 100
- Id: 1200000 - Id: 1200000
AegisName: IDTest_arrow AegisName: IDTest_arrow
Name: IDTest arrow Name: IDTest arrow

View File

@ -78855,6 +78855,11 @@ Body:
NoAuction: true NoAuction: true
Script: | Script: |
getgroupitem(IG_STOVE_CHANNELING_BOX_4); 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 - Id: 200000
AegisName: IDTest_Cash AegisName: IDTest_Cash
Name: IDTest Cash Name: IDTest Cash

View File

@ -980,3 +980,13 @@ Body:
- Group: 1 - Group: 1
Items: Items:
- Item: C_Chaos_Emerald - 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