Commit ca1e61c3 authored by Nemo Ma's avatar Nemo Ma

Fireseed Renewal Vol.1

Changed Mechanic: Changed the ``kind`` of Fireseed Items to be a separate one.
Reimplemented all needed functions.
Altered resources related to this change.
parent 83351d87
......@@ -2582,7 +2582,7 @@ $anpcinfo = array
'wepe' => 1,
'weps' => 50,
'itm5' => '◆愈合数据',
'itmk5' => 'HB',
'itmk5' => '🎆H',
'itme5' => 5,
'itms5' => '∞',
),
......@@ -2595,7 +2595,7 @@ $anpcinfo = array
'wepe' => 1,
'weps' => 50,
'itm5' => '◆熟练数据',
'itmk5' => 'VV',
'itmk5' => '🎆V',
'itme5' => 1,
'itms5' => 5,
),
......@@ -2608,7 +2608,7 @@ $anpcinfo = array
'wepe' => 1,
'weps' => 50,
'itm5' => '◆生命数据',
'itmk5' => 'MH',
'itmk5' => '🎆O',
'itme5' => 1,
'itms5' => 10,
),
......@@ -2621,7 +2621,7 @@ $anpcinfo = array
'wepe' => 1,
'weps' => 50,
'itm5' => '◆意念数据',
'itmk5' => 'MD',
'itmk5' => '🎆D',
'itme5' => 1,
'itms5' => 10,
),
......
This diff is collapsed.
......@@ -2137,7 +2137,7 @@
'wepe' => 1,
'weps' => 50,
'itm5' => '◆愈合数据',
'itmk5' => 'HB',
'itmk5' => '🎆H',
'itme5' => 5,
'itms5' => '∞',
),
......@@ -2152,7 +2152,7 @@
'wepe' => 1,
'weps' => 50,
'itm5' => '◆熟练数据',
'itmk5' => 'VV',
'itmk5' => '🎆V',
'itme5' => 1,
'itms5' => 5,
),
......@@ -2167,7 +2167,7 @@
'wepe' => 1,
'weps' => 50,
'itm5' => '◆生命数据',
'itmk5' => 'MH',
'itmk5' => '🎆O',
'itme5' => 1,
'itms5' => 10,
),
......@@ -2182,7 +2182,7 @@
'wepe' => 1,
'weps' => 50,
'itm5' => '◆意念数据',
'itmk5' => 'MD',
'itmk5' => '🎆D',
'itme5' => 1,
'itms5' => 10,
),
......
......@@ -1059,7 +1059,13 @@ $iteminfo = Array(//注意顺序,AB必须在A的前面,以此类推
'ZA' => '代码漏洞',
'ZB'=> '称号卡',
'Z' => '特殊',#不可合并
'🥚' => '代码片段',
'🥚' => '代码片段',
'🎆H' => '余烬', #愈合数据
'🎆V' => '余烬', #熟练数据
'🎆O' => '余烬', #生命数据
'🎆D' => '余烬', #意念数据
'P🎆' => '余烬', #霍霍完歌魂是不是还要霍霍种火数据(悲
'🎆' => '余烬', # Catch-All
);
$itemspkinfo = Array(
......
......@@ -166,6 +166,12 @@ $tps_ik = Array
'ZB' => Array('class'=>'lime', 'title'=>"在没有决定称号的时候使用该物品,便可获得该对应称号。",),
'ZA' => Array('class'=>'neonyellow', 'title'=>"这个物品中似乎含有让你可以独自脱离幻境的方法……",),
'🥚' => Array('class'=>'purple', 'title'=>"通过提取物品产生的蛋状物品,看起来可以插回其他物品为之强化。",),
'🎆' => Array('class'=>'lime', 'title'=>"神秘存在身上掉落的碎片,似乎和你很匹配。",),
'🎆H' => Array('class'=>'lime', 'title'=>"神秘存在身上掉落的碎片,似乎和你很匹配。",),
'🎆V' => Array('class'=>'lime', 'title'=>"神秘存在身上掉落的碎片,似乎和你很匹配。",),
'🎆O' => Array('class'=>'lime', 'title'=>"神秘存在身上掉落的碎片,似乎和你很匹配。",),
'🎆D' => Array('class'=>'lime', 'title'=>"神秘存在身上掉落的碎片,似乎和你很匹配。",),
'P🎆' => Array('class'=>'lime', 'title'=>"神秘存在身上掉落的碎片,似乎和你狠匹配。",),
);
$tps_isk = Array
......
This diff is collapsed.
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