NOWnews科技中心
2013年10月9日 00:04
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
雙十前夕,CAPCOM釋出對玩家的利多消息!CAPCOM在8日指出,旗下《鬼武者魂》雙系統震撼開啟。
記者李鴻典/台北報導
雙十前夕,CAPCOM釋出對玩家的利多消息!CAPCOM在8日指出,旗下《鬼武者魂》雙系統震撼開啟。
本周更新後,「巨大惡鬼羅剎」將於10月9日12點起,進行12小時測試;自10月8日起,變換國家改變陣營「移居」系統全面開放。武將卡包雙重進化,「奧羽大亂˙壹」、「奧羽大亂˙貳」武將G6技能全面提升,武將包特典BP事件「高女之導引」同步登場;而在雙十節當天將開啟限定委託事件。因應巨大惡鬼羅剎來襲,「青夜叉砲探查計畫」委託事件也將限時啟動。
此外,也將舉辦「進擊の巨鬼」與「移居津貼」兩大活動,只要10月8日起至10月15日擊殺巨大惡鬼羅剎或進行移居者,就可獲得獎勵。至於鬼友推薦活動條件向下調整、活動獎勵全面提升,只要達到推薦條件,活動獎勵-武將「木津千里」G4技能「勝負的分水嶺」、G6技能「給我說清楚」強力開放。
CAPCOM說,10月9日中午12:00至晚上23:59,將開始進行「巨大惡鬼羅剎」系統測試。當天12點系統開啟後,城下町左上角將出現「巨大惡鬼羅剎襲來中」字樣,點擊後將進入巨大惡鬼羅剎討伐介面,即可派遣「鬼物語隊」直接進行擊殺,第一次攻擊時不會消耗任何惡鬼點數,則第二次開始後每次則會消耗20點。若已於事前先準備好青夜叉砲並完成砲彈生產玩家,則可點擊青夜叉砲使用砲彈攻擊並造成巨大的傷害後,「鬼物語隊」則會接續進行攻擊動作,但發射完砲彈後則青夜叉砲將會自動消失。
當玩家進行第一次戰鬥後後5分鐘內的攻擊次數,將會歸納計算為「連鎖攻擊數」,連鎖攻擊越多也會獲得另外的系統獎勵。巨大惡鬼羅剎是以單一國家內所有玩家攻擊傷害統計,只要傾全國之力擊敗巨大惡鬼羅剎後,則會出現第二隻。本系統主要可以獲得「黑魂」與其他相關獎勵。本次10月9日將開起測試版,只要系統開啟期間巨大惡鬼羅剎討伐點數各國排行榜前10名者將可獲得「進擊の巨鬼」活動獎勵「黃魂」。
(接下一頁)
關鍵字:
玩GAME
鬼武者魂
巨大惡鬼
襲來
移居
解禁
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends:
留言列表