ADVERTISEMENT

Get ready for a Dragon Ball rumble

Published Mar 18, 2018 12:00 am
By Adlai Rosh w15 Aside from what is possibly the best name for a Dragon Ball title to date, the game positively oozes Dragon Ball. Celebrating the series’ rich history, FighterZis the closest you can get to a perfect licensed game. Not only does it apply to hardcore gaming fans hungry for a game like Marvel Vs. Capcom following Marvel Vs. Capcom: Infinite’s lackluster performance, but its usage of the incredibly popular Dragon Ball license attracts newcomers to fighting games. Dragon Ball FighterZ is a 2D fighting game in the vein of the Marvel Vs. Capcom series. Players control teams of three fighters with the goal of defeating all of the opposing player’s characters, controlling one fighter at a time. The fighters in reserve can be called forth to perform assist attacks to extend combos or provide pressure, and they can be switched out to allow characters to recover from damage. Combos have been radically simplified compared to other fighting games. Players can perform combos by consecutive presses of the same button – mashing light attack leads to a series of light hits, mashing medium attack results in a combo that ends with a super. These combos are far from optimized for damage but they’re flashy, easy, and fun. I had a blast playing with my younger siblings even though they had never played the game before; all I had to tell them was “press the same button over and over”.  You can even collect the 7 Dragon Balls during a fight to summon Shenron, allowing you to wish for rapid health regeneration, dead teammate revival, full restoration of your health bar, or give you another stock of Sparking Blast. The game is fanservice of the highest quality. What else would you expect? With such iconic characters such as Goku, Vegeta, and Frieza, it would be a crime not to go the extra mile. Each character’s moves are rife with references to the tiniest detail, with videos on youtube putting side-by-side comparisons of characters with their anime and manga counterparts. Even the God of Destruction Beerus’s various bored finger flicks (and even a sneeze) is referenced. Special introduction animations play out sometimes, as well as special ending cutscenes known as a “dramatic finish”. My personal favorite is the dramatic finish against Nappa while playing as Yamcha, causing the saiyan to wind up unconscious on the ground the same way Yamcha was killed early on in the series. The story mode is a blast to play through – you’re put in the shoes of an earthling soul who happens to be controlling the main protagonists. This makes you as much a character as a viewer, and the game even treats you as such. The heroes and villains you wind up controlling all treat you as a character, really immersing you in the world of Dragon Ball. It’s a smart way of storytelling while justifying the team gameplay mechanics – every character is afflicted by some sort of mysterious radiation that renders them incredibly weak and unable to fight unless they’re being controlled by you. From the hilarious and upbeat dialogue in the story mode, to the gradual increase in power that you go through as you level your fighters up, and even within the match with comeback mechanics such as Sparking Blast and collecting all 7 dragon balls. Sparking blast has saved my skin more times than I can count and really brings to mind the various ridiculous comebacks the heroes have managed to pull. The story mode feels like a compressed dragon ball arc, with important scenes taken up by filler. And what entertaining filler it is, ranging from Gotenks wondering what he should call Vegeta and Goku (As Gotenks is a fusion of Vegeta and Goku’s sons, they’re both technically his dads), to Piccolo trash talking Yamcha’s cowardice, to Captain Ginyu absolutely beaming at the chance to show Lord Frieza his new dance. As someone burned out by the failure of Marvel Vs. Capcom: Infinite, I wouldn’t say that this is a clone. This is an evolution of the formula, brought on by a beloved franchise using more than just nostalgia to carry it afloat. Dragon Ball Fighter Z is a game I recommend not just for Dragon Ball fans, but for fans of fighting games, too.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.