浏览代码

Revert for 1798 (tn kraal). Fix for Mammon's Enhance message (tnx alienv)

DrLecter 19 年之前
父节点
当前提交
c30f2846f2

+ 3 - 3
datapack_development/data/jscript/blacksmith/1008_enhance_mammon/__init__.py

@@ -52,9 +52,9 @@ def getMaterialName(MaterialID):
     if MaterialID in range(2131, 2134):
         return "Gemstone " + chr(ord('A') + 2133 - MaterialID)
     Stage = ""
-    if MaterialID in range(5577, 5579):
+    if MaterialID in range(5577, 5580):
         Stage = "11"
-    if MaterialID in range(5580, 5582):
+    if MaterialID in range(5580, 5583):
         Stage = "12"
     if MaterialID in [5577, 5580]:
         return "Red Soul Crystal - Stage " + Stage
@@ -178,4 +178,4 @@ for npcId in [8126]:
 	STARTED.addTalkId(npcId)
 	
 # always at the end, then it shows only up if anything is correct in the code.. no jython error.. because we cant check jython errors with idle
-print "importing blacksmith data: 1008_enhance_mammon"
+print "importing blacksmith data: 1008_enhance_mammon"

+ 1 - 1
datapack_development/data/stats/weapon/5500-5599.xml

@@ -23,7 +23,7 @@
     <enchant val='0' order='0x0C' stat='pAtk' />
     <enchant val='0' order='0x0C' stat='mAtk' />
     <!-- SA: Conversion -->
-    <mul val='0.4' order='0x50' stat='maxHp' />
+    <mul val='0.6' order='0x50' stat='maxHp' />
     <mul val='1.6' order='0x50' stat='maxMp' />
   </for>
 </item>