From 4fa9d2e477542fda2cedfcff33fb983986b00a1d Mon Sep 17 00:00:00 2001
From: cehua-TT <448191260@qq.com>
Date: 星期二, 13 十一月 2018 14:10:31 +0800
Subject: [PATCH] 2355 修复集市翅膀筛选项问题

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerEquip/CalcEquipProficiency.txt |  111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 111 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerEquip/CalcEquipProficiency.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerEquip/CalcEquipProficiency.txt
new file mode 100644
index 0000000..4552bdf
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerEquip/CalcEquipProficiency.txt
@@ -0,0 +1,111 @@
+#计算装备的熟练度
+#{契合等级:[契合等级升级所需的经验, 当前契合等级加攻击数值, 当前契合等级加防御数值]}
+
+(
+{   0:[900, 0, 0],
+    1:[3000, 2, 2],
+2:[6540, 4, 6],
+3:[11760, 6, 10],
+4:[21300, 8, 14],
+5:[33600, 11, 19],
+6:[48900, 14, 24],
+7:[67440, 17, 29],
+8:[89460, 20, 34],
+9:[120600, 23, 39],
+10:[156300, 27, 45],
+11:[196800, 31, 51],
+12:[242340, 35, 57],
+13:[293160, 39, 63],
+14:[357900, 43, 69],
+15:[429000, 48, 76],
+16:[506700, 53, 83],
+17:[591240, 58, 90],
+18:[682860, 63, 97],
+19:[793200, 68, 104],
+20:[911700, 74, 112],
+21:[1038600, 80, 120],
+22:[1174140, 86, 128],
+23:[1318560, 92, 136],
+24:[1486500, 98, 144],
+25:[1664400, 105, 153],
+26:[1852500, 112, 162],
+27:[2051040, 119, 171],
+28:[2260260, 126, 180],
+29:[2497800, 133, 189],
+30:[2747100, 141, 199],
+31:[3008400, 149, 209],
+32:[3281940, 157, 219],
+33:[3567960, 165, 229],
+34:[3887100, 173, 239],
+35:[4219800, 182, 250],
+36:[4566300, 191, 261],
+37:[4926840, 200, 272],
+38:[5301660, 209, 283],
+39:[5714400, 218, 294],
+40:[6142500, 228, 306],
+41:[6586200, 238, 318],
+42:[7045740, 248, 330],
+43:[7521360, 258, 342],
+44:[8039700, 268, 354],
+45:[8575200, 279, 367],
+46:[9128100, 290, 380],
+47:[9698640, 301, 393],
+48:[10287060, 312, 406],
+49:[10923000, 323, 419],
+50:[11577900, 335, 433],
+51:[12252000, 347, 447],
+52:[12945540, 359, 461],
+53:[13658760, 371, 475],
+54:[14424300, 383, 489],
+55:[15210600, 396, 504],
+56:[16017900, 409, 519],
+57:[16846440, 422, 534],
+58:[17696460, 435, 549],
+59:[18603600, 448, 564],
+60:[19533300, 462, 580],
+61:[20485800, 476, 596],
+62:[21461340, 490, 612],
+63:[22460160, 504, 628],
+64:[23520900, 518, 644],
+65:[24606000, 533, 661],
+66:[25715700, 548, 678],
+67:[26850240, 563, 695],
+68:[28009860, 578, 712],
+69:[29236200, 593, 729],
+70:[30488700, 609, 747],
+71:[31767600, 625, 765],
+72:[33073140, 641, 783],
+73:[34405560, 657, 801],
+74:[35809500, 673, 819],
+75:[37241400, 690, 838],
+76:[38701500, 707, 857],
+77:[40190040, 724, 876],
+78:[41707260, 741, 895],
+79:[43300800, 758, 914],
+80:[44924100, 776, 934],
+81:[46577400, 794, 954],
+82:[48260940, 812, 974],
+83:[49974960, 830, 994],
+84:[51770100, 848, 1014],
+85:[53596800, 867, 1035],
+86:[55455300, 886, 1056],
+87:[57345840, 905, 1077],
+88:[59268660, 924, 1098],
+89:[61277400, 943, 1119],
+90:[63319500, 963, 1141],
+91:[65395200, 983, 1163],
+92:[67504740, 1003, 1185],
+93:[69648360, 1023, 1207],
+94:[71882700, 1043, 1229],
+95:[74152200, 1064, 1252],
+96:[76457100, 1085, 1275],
+97:[78797640, 1106, 1298],
+98:[81174060, 1127, 1321],
+99:[83646000, 1148, 1344],
+
+ 
+}
+
+
+
+)

--
Gitblit v1.8.0