Jelajahi Sumber

Implemented missing renewal items usable (#8190)

Atemo 1 tahun lalu
induk
melakukan
2633599458
4 mengubah file dengan 1007 tambahan dan 0 penghapusan
  1. 12 0
      db/re/item_combos.yml
  2. 31 0
      db/re/item_db_equip.yml
  3. 75 0
      db/re/item_db_etc.yml
  4. 889 0
      db/re/item_db_usable.yml

+ 12 - 0
db/re/item_combos.yml

@@ -48702,3 +48702,15 @@ Body:
     Script: |
       .@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_SHOES);
       bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",.@sum;
+  - Combos:
+      - Combo:
+          - IDTest_arrow   # 1200000
+          - IDTest_bow   # 700000
+    Script: |
+      bonus bDex,1;
+  - Combos:
+      - Combo:
+          - IDTest_ammo   # 1230000
+          - IDTest_gun   # 800000
+    Script: |
+      bonus bDex,1;

+ 31 - 0
db/re/item_db_equip.yml

@@ -68785,6 +68785,14 @@ Body:
       bonus2 bSubRace,RC_Player_Human,5;
       bonus2 bSubRace,RC_Player_Doram,5;
       bonus2 bResEff,Eff_Freeze,2500;
+  - Id: 15065
+    AegisName: AmeshaSpenta
+    Name: Amesha Spenta
+    Type: Armor
+    Locations:
+      Armor: true
+    ArmorLevel: 1
+    Refineable: true
   - Id: 15066
     AegisName: Engraved_Armor
     Name: Engraved Plate Armor
@@ -96796,6 +96804,20 @@ Body:
             bonus bNoCastCancel;
          }
       }
+  - Id: 19429
+    AegisName: Zarathustra
+    Name: Zarathustra
+    Type: Armor
+    Locations:
+      Head_Low: true
+    ArmorLevel: 1
+    Trade:
+      NoDrop: true
+      NoTrade: true
+      NoCart: true
+      NoGuildStorage: true
+      NoMail: true
+      NoAuction: true
   - Id: 19433
     AegisName: ResonateTaego_TW
     Name: Ancient Resonance
@@ -116161,6 +116183,15 @@ Body:
       NoAuction: true
     Script: |
       bonus2 bExpAddRace,RC_All,10;
+  - Id: 22013
+    AegisName: test_5
+    Name: Rand Test
+    Type: Armor
+    Locations:
+      Shoes: true
+    ArmorLevel: 1
+    Refineable: true
+    View: 1466
   - Id: 22014
     AegisName: Enhanced_Variant_Shoes
     Name: Enhanced Variant Shoes

+ 75 - 0
db/re/item_db_etc.yml

@@ -20711,6 +20711,19 @@ Body:
       NoGuildStorage: true
       NoMail: true
       NoAuction: true
+  - Id: 6586
+    AegisName: CapturedBook
+    Name: Captured Book
+    Type: Etc
+    Trade:
+      NoDrop: true
+      NoTrade: true
+      NoSell: true
+      NoCart: true
+      NoStorage: true
+      NoGuildStorage: true
+      NoMail: true
+      NoAuction: true
   - Id: 6592
     AegisName: Small_Wooden_Chest
     Name: Small Wooden Chest
@@ -81501,6 +81514,12 @@ Body:
     Name: Creative Stone (Dual)
     Type: Etc
     Weight: 100
+  - Id: 1000678
+    AegisName: Poring_Enchant_Ticket
+    Name: Poring Ballon Enchantment Ticket
+    Type: Etc
+    Flags:
+      BuyingStore: true
   - Id: 1000680
     AegisName: ClockTower_Lead
     Name: Lead
@@ -81601,6 +81620,12 @@ Body:
     Type: Etc
     Flags:
       BuyingStore: true
+  - Id: 1000698
+    AegisName: Tree_Enchant_Ticket
+    Name: Young Leaf of World Tree Enchantment Ticket
+    Type: Etc
+    Flags:
+      BuyingStore: true
   - Id: 1000705
     AegisName: Ep19_Rgan_Core
     Name: Rgan Magic Core
@@ -82217,6 +82242,12 @@ Body:
       NoGuildStorage: true
       NoMail: true
       NoAuction: true
+  - Id: 1000850
+    AegisName: VivaAdul_Enchant_Ticket
+    Name: Helm of Faith Enchantment Ticket
+    Type: Etc
+    Flags:
+      BuyingStore: true
   - Id: 1000851
     AegisName: Mini_Brush
     Name: Small Brush
@@ -86369,6 +86400,39 @@ Body:
     Weight: 1
     Flags:
       BuyingStore: true
+  - Id: 1200000
+    AegisName: IDTest_arrow
+    Name: IDTest arrow
+    Type: Ammo
+    SubType: Arrow
+    Weight: 10
+    Attack: 10
+    Locations:
+      Ammo: true
+    Flags:
+      BuyingStore: true
+  - Id: 1210000
+    AegisName: IDTest_canon
+    Name: IDTest canon
+    Type: Ammo
+    SubType: CannonBall
+    Weight: 10
+    Attack: 10
+    Locations:
+      Ammo: true
+    Flags:
+      BuyingStore: true
+  - Id: 1220000
+    AegisName: IDTest_throw
+    Name: IDTest throw
+    Type: Ammo
+    SubType: CannonBall
+    Weight: 10
+    Attack: 10
+    Locations:
+      Ammo: true
+    Flags:
+      BuyingStore: true
   - Id: 1220001
     AegisName: Kunai
     Name: Kunai
@@ -86431,3 +86495,14 @@ Body:
     EquipLevelMin: 1
     Script: |
       bonus bAtkEle,Ele_Holy;
+  - Id: 1230000
+    AegisName: IDTest_ammo
+    Name: IDTest ammo
+    Type: Ammo
+    SubType: Dagger
+    Weight: 10
+    Attack: 10
+    Locations:
+      Ammo: true
+    Flags:
+      BuyingStore: true

File diff ditekan karena terlalu besar
+ 889 - 0
db/re/item_db_usable.yml


Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini