Skip to content

Commit

Permalink
Corrected script for some item #7 (rathena#6863)
Browse files Browse the repository at this point in the history
* Fix Item 1435 & Combo 1631
* Added a bunch of new items
  • Loading branch information
idk-whoami authored Jun 8, 2022
1 parent 9be8b5e commit 7fd27a6
Show file tree
Hide file tree
Showing 10 changed files with 2,461 additions and 49 deletions.
473 changes: 447 additions & 26 deletions db/re/item_combos.yml

Large diffs are not rendered by default.

963 changes: 947 additions & 16 deletions db/re/item_db_equip.yml

Large diffs are not rendered by default.

114 changes: 114 additions & 0 deletions db/re/item_db_etc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35856,6 +35856,7 @@ Body:
AegisName: Luxurious_Pet_Food
Name: Luxurious Pet Food
Type: Etc
Buy: 10000
Weight: 10
- Id: 25378
AegisName: Hardly_Sealed_Letter
Expand Down Expand Up @@ -47475,6 +47476,77 @@ Body:
Script: |
bonus bVariableCastrate,-10;
bonus bDelayrate,-10;
- Id: 300330
AegisName: Sealed_Atroce_Card_J
Name: Sealed Atroce Card
Type: Card
Weight: 10
Locations:
Right_Hand: true
Flags:
BuyingStore: true
DropEffect: CLIENT
Script: |
bonus bBaseAtk,25;
autobonus "{ bonus bAspdRate,30; }",5,10000,0,"{}";
- Id: 300331
AegisName: Sealed_Ifrit_Card_J
Name: Sealed Ifrit Card
Type: Card
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
DropEffect: CLIENT
Script: |
bonus bBaseAtk,(JobLevel/20);
bonus bCritical,(JobLevel/20);
bonus bHit,(JobLevel/20);
bonus3 bAutoSpellWhenHit,"NPC_EARTHQUAKE",1,1;
- Id: 300332
AegisName: Sealed_Gloom_Card_J
Name: Sealed Gloom Under Night Card
Type: Card
Weight: 10
Locations:
Armor: true
Flags:
BuyingStore: true
DropEffect: CLIENT
Script: |
bonus2 bAddEle,Ele_Holy,5;
bonus2 bAddEle,Ele_Dark,5;
bonus2 bAddRace,RC_Angel,5;
bonus2 bAddRace,RC_Demon,5;
- Id: 300334
AegisName: Sealed_F_Bishop_Card_J
Name: Sealed Fallen Bishop Hibram Card
Type: Card
Weight: 10
Locations:
Shoes: true
Flags:
BuyingStore: true
DropEffect: CLIENT
Script: |
bonus bMatkRate,10;
bonus bMaxSPrate,-50;
- Id: 300338
AegisName: SLD_Thanatos_Card_J
Name: Sealed Memory of Thanatos Card
Type: Card
Buy: 20
Weight: 10
Locations:
Right_Hand: true
Flags:
DropEffect: CLIENT
Script: |
bonus2 bIgnoreDefRaceRate,RC_All,100;
bonus bDef,-30;
bonus bFlee,-30;
bonus bSPDrainValue,-1;
- Id: 300348
AegisName: SLD_G_Amon_Ra_Card_J
Name: Sealed Nightmare Amon Ra Card
Expand Down Expand Up @@ -56010,6 +56082,26 @@ Body:
}
}
}
- Id: 311071
AegisName: Sealed_Berz_Card_J
Name: Sealed Berzebub Card
Type: Card
Weight: 10
Locations:
Both_Accessory: true
Flags:
BuyingStore: true
DropEffect: CLIENT
Script: |
bonus bVariableCastrate,-10;
- Id: 311073
AegisName: Goddess_of_Abundance
Name: Goddess of Abundance # !todo check english name
Type: Card
SubType: Enchant
Script: |
bonus bHealpower2,15;
bonus bAddItemHealRate,15;
- Id: 311076
AegisName: POW_1Lv
Name: POW Lv1
Expand Down Expand Up @@ -63461,6 +63553,28 @@ Body:
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 1000895
AegisName: aegis_1000895
Name: Special Young Seed Exchange
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 1000956
AegisName: aegis_1000956
Name: Special Kunnam Exchange
Type: Etc
Trade:
NoDrop: true
NoTrade: true
NoCart: true
NoGuildStorage: true
NoMail: true
NoAuction: true
- Id: 1220001
AegisName: Kunai
Name: Kunai
Expand Down
Loading

0 comments on commit 7fd27a6

Please sign in to comment.