[]
Identity V Will Have Danganronpa V3 Crossover Event – Siliconera
Image via NetEase
NetEase announced an upcoming collaboration between its asymmetrical horror game Identity V and Danganronpa V3: Killing Harmony. This news first appeared during the Call of the Abyss VI stream, which is the world finals for the game. Other future updates will bring a new map, mode, and characters.
There is no information on what characters will appear in the Danganronpa V3 crossover event in Identity V so far. NetEase will reveal them closer to the release window. During the event’s run, we will see the previous Danganronpa and Super Danganronpa 2 skins return. This will likely be the final chance for players to obtain these limited skins. Some outfits that NetEase released for the previous Danganronpa collaboration events include Nagito Komaeda for Mercenary and Kyoko Kirigiri for Coordinator.
Class Trial has arrived!
Shed your doubts and reveal the truth! Identity V X Danganronpa V3 Crossover III in-coming! The Crossover I and II Costumes will return as well!Retweet with Tag #IdentityV_DRV3 we will choose 1 player for 6480 Echoes.#identityv #Danganronpa pic.twitter.com/tOn0FwyMXE
— Identity V (@GameIdentityV) May 3, 2023
Other than new outfits, NetEase also announced a new Hide and Seek game mode. Judging by the key visual, this might be another 2v8 type of mode, which means there’ll be a total of two Hunters and eight Survivors per match. There will also be a new Race Course map, which might tie into the lore for the Cheerleader, who’ll be a new character. She and Aeroplanist will be new Survivors, and the Opera Singer will be a new Hunter. More details on their kits will appear at a later date.
Identity V is available worldwide on mobile devices and Windows PC. More information on the Danganronpa V3 collaboration event, as well as new characters, will appear on the Identity V social media accounts in the near future.

Stephanie is a senior writer, translator, anime fan, and gamer who has been writing and gaming ever since she was four. She loves RPGs, simulations, and action games. Big animanga fan and was one of those girls who did school projects on anime. Only exhibits her true power at night. Aside from writing for Siliconera, she translates for light novels and video games.
`; var newStickySidebar = (new DOMParser().parseFromString(html, ‘text/html’)).body.firstChild; newStickySidebar.style.position = ‘relative’; newStickySidebar.style.marginBottom = ’20px’; newStickySidebar.classList.add(`post-${postId}`); newStickySidebar.style.height = document.querySelector(`.gamurs-inf-scroll-post.post-${postId}`).offsetHeight – 20 + ‘px’; document.querySelector(‘aside#secondary’).appendChild(newStickySidebar); freestar.config.enabled_slots.push({ placementName: “siliconeracom_right_sidebar_atf_sticky”, slotId: `siliconeracom_right_sidebar_atf_sticky_${postId}` }) freestar.config.enabled_slots.push({ placementName: “siliconeracom_right_sidebar_btf_sticky”, slotId: `siliconeracom_right_sidebar_btf_sticky_${postId}` }) window.addEventListener(‘scroll’, function() { document.querySelector(`.sticky-sidebar-wrapper.post-${postId}`).style.height = document.querySelector(`.gamurs-inf-scroll-post.post-${postId}`).offsetHeight – 20 + ‘px’; }); })(); } 3) { var type = ‘event’; var eventName = ‘timing_complete’; fieldsArray = { event_category : ‘Scroll Depth’, name : action, event_label : label, value : timing, non_interaction: 1, send_to: ‘UA-26149118-13’ }; MonsterInsightsObject.sendEvent( type, eventName, fieldsArray ); } var paramName = action.toLowerCase(); var fieldsArray = { send_to: ‘G-8LY2WG19CT’, non_interaction: true }; fieldsArray[paramName] = label; if (arguments.length > 3) { fieldsArray.scroll_timing = timing MonsterInsightsObject.sendEvent(‘event’, ‘scroll_depth’, fieldsArray); } else { MonsterInsightsObject.sendEvent(‘event’, ‘scroll_depth’, fieldsArray); } } function calculateMarks(docHeight) { return { ‘25%’ : parseInt(docHeight * 0.25, 10), ‘50%’ : parseInt(docHeight * 0.50, 10), ‘75%’ : parseInt(docHeight * 0.75, 10), /* Cushion to trigger 100% event in iOS */ ‘100%’: docHeight – 5 }; } function checkMarks(marks, scrollDistance, timing) { /* Check each active mark */ $.each(marks, function(key, val) { if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) { sendEvent(‘Percentage’, key, scrollDistance, timing); cache.push(key); } }); } function rounded(scrollDistance) { /* Returns String */ return (Math.floor(scrollDistance/250) * 250).toString(); } function init() { bindScrollDepth(); } /* * Public Methods */ /* Reset Scroll Depth with the originally initialized options */ $.scrollDepth.reset = function() { cache = []; lastPixelDepth = 0; $window.off(‘scroll.scrollDepth’); bindScrollDepth(); }; /* Add DOM elements to be tracked */ $.scrollDepth.addElements = function(elems) { if (typeof elems == “undefined” || !$.isArray(elems)) { return; } $.merge(options.elements, elems); /* If scroll event has been unbound from window, rebind */ if (!scrollEventBound) { bindScrollDepth(); } }; /* Remove DOM elements currently tracked */ $.scrollDepth.removeElements = function(elems) { if (typeof elems == “undefined” || !$.isArray(elems)) { return; } $.each(elems, function(index, elem) { var inElementsArray = $.inArray(elem, options.elements); var inCacheArray = $.inArray(elem, cache); if (inElementsArray != -1) { options.elements.splice(inElementsArray, 1); } if (inCacheArray != -1) { cache.splice(inCacheArray, 1); } }); }; /* * Throttle function borrowed from: * Underscore.js 1.5.2 * http://underscorejs.org * (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors * Underscore may be freely distributed under the MIT license. */ function throttle(func, wait) { var context, args, result; var timeout = null; var previous = 0; var later = function() { previous = new Date; timeout = null; result = func.apply(context, args); }; return function() { var now = new Date; if (!previous) previous = now; var remaining = wait – (now – previous); context = this; args = arguments; if (remaining View Original Source Here