Commit 5ce875a5 authored by Nemo Ma's avatar Nemo Ma

Yellowknife B4 pre - Interim

Merry Christmas~

Add: Dice items and their logic, can be acquired from FSW packs.
Add: Type 93 NPC and their summon item
Add: FS and FSW packs - FSW pack is the mix product of FS pack.
Add: Several club21 alternative material usages.
Add: Resources used by above additions.
Changed: Players now no longer receive p000 Packs, it's now the entry prize for 都市传说 nickname.
Changed: Mixing Untainted Glory now clear the player's bag.
Changed: Type 13 NPCs now no longer provide '-','*' and '+' items, instead they provide better dice items than those acquired from FSW pack. In response, their HP are nerfed a bit.
parent fafc7fab
...@@ -470,6 +470,14 @@ function itemmix_events(&$data=NULL) ...@@ -470,6 +470,14 @@ function itemmix_events(&$data=NULL)
$log .= "<span class='lime'>你捧着这个刚刚合成出来的陷阱……<br>你有一种预感,它可以在特定条件下变成一个更强的东西,但那条件是什么呢?</span><br>"; $log .= "<span class='lime'>你捧着这个刚刚合成出来的陷阱……<br>你有一种预感,它可以在特定条件下变成一个更强的东西,但那条件是什么呢?</span><br>";
} }
} }
# If one attempts to mix Untainted Glory - clear their bag.
if($itm0 == 'Untainted Glory'){
$log .= "<span class='minirainbow'>一道强光闪过——<br>
你背包中的物品一瞬间全部消失了!<br>这是获得无毁荣光的必要代价!</span><br>";
$itm1 = $itmk1 = $itmsk1 = $itm2 = $itmk2 = $itmsk2 = $itm3 = $itmk3 = $itmsk3 = $itm4 = $itmk4 = $itmsk4 = $itm5 = $itmk5 = $itmsk5 = $itm6 = $itmk6 = $itmsk6 = '';
$itme1 = $itms1 = $itme2 = $itms2 = $itme3 = $itms3 = $itme4 = $itms4 = $itme5 = $itms5 = $itme6 = $itms6 = 0;
}
return; return;
} }
......
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