Browse Source

Fix extra 0 in level for gunpowder in retro mode (#4701)

Olivia 3 năm trước cách đây
mục cha
commit
c92ae16c7f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/main/resources/treasures.yml

+ 2 - 2
src/main/resources/treasures.yml

@@ -16,7 +16,7 @@ Excavation:
         Drop_Chance: 10.0
         Level_Requirement:
             Standard_Mode: 10
-            Retro_Mode: 1000
+            Retro_Mode: 100
         Drops_From: [Gravel]
     BONE:
         Amount: 1
@@ -246,4 +246,4 @@ Hylian_Luck:
         Level_Requirement:
             Standard_Mode: 0
             Retro_Mode: 0
-        Drops_From: [Pots]
+        Drops_From: [Pots]