Commit f17786aa authored by Nemo Ma's avatar Nemo Ma

Update itemmix.func.php

parent 245b233d
......@@ -402,8 +402,8 @@ function itemmix_events(&$data=NULL)
# 全能兄贵在合成补给品时,获得数量x2
if((strpos($itmk0,'H') === 0)&&($club == 16)&&($itms0 !== $nosta)){ $itms0 = ceil($itms0*2); }
# 拆弹专家合成爆炸物耐久*2
if(($itmk0 == 'WD' || $itmk0 == 'WDG') && ($club == 5)){ $itms0 = ceil($itms0*2); }
# 拆弹专家合成爆炸物耐久*1.5
if(($itmk0 == 'WD' || $itmk0 == 'WDG') && ($club == 5)){ $itms0 = ceil($itms0*1.5); }
# 锡安合成电子仪器时,耐久x2
if(($itmk0 == 'EE' || $itmk0 == 'ER') && ($club == 7)){ $itme0 *= 5; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment