3377体育- 【包含剧透】《最终幻想7 重生》奖杯已泄露 - 最终幻想7 重生 [PC] - A9VG电玩部落论坛 - Powered by Discuz!
以下内容或包含剧透
The Planet's Hope – 获得全奖杯
金杯 (1)
7 Star Hotel – 告诉强尼你将所有可能的物品都捐赠给他的宝库了
银杯 (5)
Bladesman of Legend – 击败吉尔伽美什
Materia Completionist – 和查德利一起开发所有可开发的魔晶石
5-Star Hotel – 向强尼在海边旅店的宝库中捐赠60件物品
Of Hardy Stock – 完成困难难度的所有章节
Virtually Renowned – 完成查德利的所有战斗模拟
铜杯 (54):
Never Meet Your Heroes – 完成第1章
Swampy Situation – 完成第2章
Make Mine Back – 完成第3章
The President’s Commendation – 完成第4章
Cryptic Cameo – 完成第5章
Fun in the Sun – 完成第6章
The Price of Progress – 完成第7章
Worth the Weight? – 完成第8章
Crying Out – 完成第9章
Stars Fell from My Eyes – 完成第10章
You’re Not Murasaki – 完成第11章
Hearts Out, Dukes Up – 完成第12章
I’m Here for You – 完成第13章
Confluence of Worlds – 完成第14章
I Got This – 胜利一次
Exploitative Practices – 针对敌人弱点进行攻击
Unfettered Friendship – 释放被束缚的队友
Staggered Learning – 使一名敌人破防
Break It Down – 使用一次极限突破技能
Fledgling Summoner – 召唤一次召唤兽
Team Player – 使用一次联手技能
No “I” in “Synergy” – 使用一次联手能力
Entering New Markets – 完成一个任务
Weapons 101 – 将一把武器的熟练度提升到最高
A Materia World – 升级一个魔晶石
New Blood – 提升女王之血的等级
Caching In – 找到一个隐匿场所
I Brake for Chocobos – 修理三个陆行鸟站点
Expert Ex-kweh-vator – 靠陆行鸟的能力找到两个被兔子藏起来的宝藏
You Work for Me Now – 击败一个召唤兽,并获得他的魔晶石
Intelligence Aide – 在5个地点收集到世界情报
Intelligence Specialist – 在50个地点收集到世界情报
Director of Regional Intelligence – 收集了一个区域完整的世界情报
Founder’s Bonus – 在格拉斯兰获得一个原生遗物
Fort Condor Commander – 在朱诺获得一个原生遗物
Cactuar Crusher – 在科雷尔获得一个原生遗物
Honorary Turk – 在贡加加地区获得一个原生遗物
The Gambit Paid Off – 在科斯莫加尼奥地区获得一个原生遗物
Professional Handler – 在尼贝尔地区获得一个原生遗物
Moogle Lover – 提升莫古力商人的等级
44.7th, Assemble! – 招募所有米德加第七步兵部队参加朱诺的阅兵式
Stealing the Show – 在朱诺的阅兵式上因为出色的表现获得奖励
Card Royalty – 在神罗8号的女王之血锦标赛中获胜
Critically Acclaimed – 在金碟游乐场的歌剧《Loveless》获得S或者更高评价
1-Star Startup – 向强尼在海边旅店的宝库中捐赠10件物品
3-Star Hotel – 向强尼在海边旅店的宝库中捐赠30件物品
Polygonal Prizefighter – 在3D Brawler中击败萨菲罗斯
Piano Virtuoso – 弹奏好六首钢琴曲并获得报酬
Are You Not Entertained? – 完成所有肌肉竞技场的比赛
Hall of Famer – 在所有陆行鸟比赛中获胜
My Job Here Is Done – 完成所有任务
Grind It Out – 一名角色达到70级
Staggering Success – 对破防的敌人造成300%或以上的伤害
Well-Rounded – 获得所有武器的能力及极限突破技能,包括在folios解锁的能力
.game-box{
margin: 0 auto;
padding: 20px 0px;
display: inline-block;
}
.game-item {
background-color: rgba(245, 245, 245, 0.5);
border-radius: 4px 2px 2px 4px;
overflow: hidden;
display: flex;
width: 500px;
height: 80px;
margin-bottom: 10px;
}
.game-item .game-item_banner{
width: 80px;
height: 80px;
overflow: hidden;
}
.game-item .game-item_banner img{
object-fit: cover;
width: 100%;
}
.game-item .game-item_content{
flex: 1;
padding: 8px;
position: relative;
display: flex;
flex-direction: column;
}
.game-item .game-item_content .title{
font-size: 12px;
font-weight: bold;
color: rgba(51, 51, 51, 1);
display: inline-block;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow:ellipsis;
padding: 0;
height: 17px;
line-height: 17px;
}
.game-item .game-item_content .sub-tags{
margin-top: 10px;
display: flex;
}
.game-item .game-item_content .sub-tags span{
white-space: nowrap;
display: inline-block;
margin-right: 6px;
background-color: rgba(237, 237, 237, 1);
height: 20px;
line-height: 20px;
padding: 0 4px;
font-size: 10px;
color: #A2A2A2;
}
.game-item .game-item_content .platforms{
position: absolute;
bottom: 5px;
left: 8px;
}
.game-item .game-item_content .platforms>img{
height: 10px;
margin-right: 4px;
}
.game-item .game-item_score{
display: absolute;
top: 0;
right: 0;
width: 38px;
height: 26px;
background-color: rgba(143, 207, 21, 1);
border-radius: 0px 3px 0px 3px;
font-size: 14px;
font-weight: 500;
color: #FFFFFF;
text-align: center;
line-height: 26px;
}
.game-item .game-item_score span{
font-size: 14px;
font-weight: 500;
color: #FFFFFF;
text-align: center;
line-height: 26px;
}
发表评论