Explorar el Código

Updated the item database #14 (#7555)

* Corrected and implemented some item

Thanks to @Atemo
idk-whoami hace 2 años
padre
commit
d91f3b7a51
Se han modificado 5 ficheros con 1070 adiciones y 116 borrados
  1. 358 66
      db/re/item_combos.yml
  2. 649 42
      db/re/item_db_equip.yml
  3. 1 8
      db/re/item_db_etc.yml
  4. 9 0
      db/re/item_db_usable.yml
  5. 53 0
      db/re/laphine_upgrade.yml

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 358 - 66
db/re/item_combos.yml


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 649 - 42
db/re/item_db_equip.yml


+ 1 - 8
db/re/item_db_etc.yml

@@ -45832,13 +45832,6 @@ Body:
       bonus5 bAutoSpellWhenHit,"SO_ELECTRICWALK",5,80,BF_MAGIC,0;
       autobonus "{ bonus bFlee,200; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_TEIHIT1; }";
       autobonus "{ bonus bSpeedRate,25; }",25,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }";
-  - Id: 101645
-    AegisName: GMT_Robe_Stone
-    Name: Geffen Secret Stone
-    Type: Etc
-    Weight: 10
-    Flags:
-      BuyingStore: true
   - Id: 300000
     AegisName: IDTest_Card
     Name: IDTest Card
@@ -69234,7 +69227,7 @@ Body:
       BuyingStore: true
   - Id: 1000930
     AegisName: VR_Heart_Cookie
-    Name: 하트 쿠키
+    Name: Heart Cookie
     Type: Etc
     Flags:
       BuyingStore: true

+ 9 - 0
db/re/item_db_usable.yml

@@ -65773,6 +65773,15 @@ Body:
       NoAuction: true
     Script: |
       laphine_synthesis();
+  - Id: 101645
+    AegisName: GMT_Robe_Stone
+    Name: Geffen Secret Stone
+    Type: DelayConsume
+    Weight: 10
+    Flags:
+      BuyingStore: true
+    Script: |
+      laphine_upgrade();
   - Id: 101654
     AegisName: aegis_101654
     Name: Almighty Shadow Selection Box    # !todo check english name

+ 53 - 0
db/re/laphine_upgrade.yml

@@ -2560,6 +2560,28 @@ Body:
       - Item: Up_Crimson_Rose
       - Item: Up_OneSkyOneSun
       - Item: Up_SoulWeight
+      - Item: aegis_2064
+      - Item: Comp_Undine_Spear_K
+      - Item: Comp_Royal_Bow_K
+      - Item: Comp_Shadow_Staff_K
+      - Item: aegis_1873
+      - Item: Comp_Sword_Of_Bluefire
+      - Item: Comp_Oriental_Sword
+      - Item: aegis_18202
+      - Item: aegis_1350
+      - Item: Comp_Magic_Sword
+      - Item: aegis_28646
+      - Item: Comp_Shiver_Katar_K_TH
+      - Item: Comp_Demon_S_Shot
+      - Item: Comp_Sharp_Wind_Sword
+      - Item: Comp_Fog_Dew_Sword
+      - Item: Comp_Crimson_Rose
+      - Item: Comp_The_Black_Gatling
+      - Item: Comp_MeawFoxtail
+      - Item: aegis_21066
+      - Item: Comp_Fatalist
+      - Item: Comp_Light_Blade
+      - Item: Comp_Scalet_DragonL_Bow
   - Item: Ancient_Hero_Wisdom
     RandomOptionGroup: ANCIENT_HERO_WISDOM
     TargetItems:
@@ -2634,6 +2656,28 @@ Body:
       - Item: Up_Crimson_Rose
       - Item: Up_OneSkyOneSun
       - Item: Up_SoulWeight
+      - Item: aegis_2064
+      - Item: Comp_Undine_Spear_K
+      - Item: Comp_Royal_Bow_K
+      - Item: Comp_Shadow_Staff_K
+      - Item: aegis_1873
+      - Item: Comp_Sword_Of_Bluefire
+      - Item: Comp_Oriental_Sword
+      - Item: aegis_18202
+      - Item: aegis_1350
+      - Item: Comp_Magic_Sword
+      - Item: aegis_28646
+      - Item: Comp_Shiver_Katar_K_TH
+      - Item: Comp_Demon_S_Shot
+      - Item: Comp_Sharp_Wind_Sword
+      - Item: Comp_Fog_Dew_Sword
+      - Item: Comp_Crimson_Rose
+      - Item: Comp_The_Black_Gatling
+      - Item: Comp_MeawFoxtail
+      - Item: aegis_21066
+      - Item: Comp_Fatalist
+      - Item: Comp_Light_Blade
+      - Item: Comp_Scalet_DragonL_Bow
   - Item: Boost_Up_1
     ResultRefine: 10
     MaximumRefine: 9
@@ -5156,3 +5200,12 @@ Body:
       - Item: Subject_CapeRange_TH
       - Item: Subject_CapeMagic_TH
       - Item: Subject_CapeMelee_TH
+  - Item: GMT_Robe_Stone
+    ResultRefine: 12
+    MaximumRefine: 11
+    CardsAllowed: true
+    TargetItems:
+      - Item: Geffen_Magic_Muffler
+      - Item: Anti_Magic_Manteau
+      - Item: Comp_Anti_Manteau_TH
+      - Item: Comp_Geffen_M_Muffle

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio