情報元 https://fnjpnews.com/News/60061
ブレインロットを盗む(STEAL THE BRAINROT)アドミンマシン ローテーション表
フォートナイトのクリエイティブマップ「STEAL THE BRAINROT(ブレインロットを盗む)」にて、期間限定の「アドミンマシン」が登場しています。
本記事では、6時間ごとにローテーションするアドミンマシンで登場するブレインロットや開催されるイベント、登場する変異などをまとめております。
アドミンマシン ローテーション表
#amr-wrap{font-family:sans-serif;max-width:720px;margin:0 auto;padding:1rem 0}
#amr-wrap .amr-meta{font-size:12px;color:#888;margin-bottom:1rem}
#amr-wrap .amr-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
#amr-wrap .amr-card{background:#fff;border:0.5px solid #e0e0e0;border-radius:12px;padding:1.25rem;overflow:hidden}
#amr-wrap .amr-card.current{border-color:#7F77DD;border-width:1.5px}
#amr-wrap .amr-badge{display:inline-block;font-size:11px;font-weight:500;padding:3px 10px;border-radius:20px;margin-bottom:10px}
#amr-wrap .amr-badge.now{background:#EEEDFE;color:#3C3489}
#amr-wrap .amr-badge.next{background:#E1F5EE;color:#085041}
#amr-wrap .amr-title{font-size:16px;font-weight:500;color:#111;margin:0 0 4px}
#amr-wrap .amr-time{font-size:13px;color:#666;margin:0 0 12px}
#amr-wrap .amr-divider{border:none;border-top:0.5px solid #e0e0e0;margin:12px 0}
#amr-wrap .amr-section-label{font-size:11px;color:#aaa;margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}
#amr-wrap .amr-emojis{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:12px}
#amr-wrap .amr-emoji-item{display:flex;align-items:center;gap:4px}
#amr-wrap .amr-emojis img{width:28px;height:28px;border-radius:4px}
#amr-wrap .amr-emoji-name{font-size:12px;color:#666}
#amr-wrap .amr-buff{display:flex;align-items:center;gap:8px;background:#f5f5f5;border-radius:8px;padding:8px 10px;margin-bottom:12px}
#amr-wrap .amr-buff img{width:22px;height:22px}
#amr-wrap .amr-buff-text{font-size:13px;color:#111}
#amr-wrap .amr-spawn{display:flex;justify-content:space-between;align-items:center}
#amr-wrap .amr-spawn-name{font-size:13px;font-weight:500;color:#111}
#amr-wrap .amr-spawn-time{font-size:12px;color:#666;background:#f0f0f0;border-radius:20px;padding:2px 10px;white-space:nowrap}
#amr-wrap .amr-loading{color:#aaa;font-size:13px;padding:2rem 0}
#amr-wrap .amr-error{color:#c0392b;font-size:13px;padding:1rem 0}
@media(max-width:500px){#amr-wrap .amr-grid{grid-template-columns:1fr}}
読み込み中…
(function() {
const API_URL = ‘https://brainrot.fortnitejp.news/event’;
const wrap = document.getElementById(‘amr-wrap’);
function buildEmojiItems(emojis) {
return emojis.map(e =>
`
${e.name}
`
).join(”);
}
function buildCard(data, isCurrent) {
return `
${data.event_name}
${data.time_start} 〜 ${data.time_end}
イベント絵文字
バフ
${data.buff.description}
スポーン
あと ${data.spawn.after_minutes} 分
`;
}
function render(d) {
wrap.innerHTML = `
${buildCard(d.next, false)}
`;
}
fetch(API_URL)
.then(r => {
if (!r.ok) throw new Error(‘Network error’);
return r.json();
})
.then(d => {
if (d.status !== ‘success’) throw new Error(‘API error’);
render(d);
})
.catch(() => {
wrap.innerHTML = ‘
データの取得に失敗しました。しばらくしてから再読み込みしてください。
‘;
});
})();
The post 【フォートナイト】ブレインロットを盗む(STEAL THE BRAINROT)アドミンマシン ローテーション表 first appeared on フォートナイト 攻略情報サイト | FNJPNews.














