Add Absolute Virtue and Omega Larboard Cannon.
parent
a8b4ceed62
commit
2e1572e5bf
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
|
@ -19,6 +19,8 @@
|
|||
<file>patches/gil/8x.ips</file>
|
||||
<file>gallery/ned/random.png</file>
|
||||
<file>gallery/ned/vanilla.png</file>
|
||||
<file>patches/ned/abs_vir.ips</file>
|
||||
<file>gallery/ned/abs_vir.png</file>
|
||||
<file>patches/ned/barf.ips</file>
|
||||
<file>gallery/ned/barf.png</file>
|
||||
<file>patches/ned/biolizard.ips</file>
|
||||
|
@ -64,6 +66,8 @@
|
|||
<file>gallery/ned/NeoExDesert.png</file>
|
||||
<file>patches/ned/nero_exdeath.ips</file>
|
||||
<file>gallery/ned/nero_exdeath.png</file>
|
||||
<file>patches/ned/omega_cannon.ips</file>
|
||||
<file>gallery/ned/omega_cannon.png</file>
|
||||
<file>patches/ned/pad.ips</file>
|
||||
<file>gallery/ned/pad.png</file>
|
||||
<file>patches/ned/rs3boss.ips</file>
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -58,6 +58,7 @@ body {
|
|||
<li><b>Neo ExDeath</b>: Pick graphics for the final boss.<ul>
|
||||
<li>Random: Chooses a random NED.</li>
|
||||
<li>Vanilla: The original.</li>
|
||||
<li>Absolute Virtue: From Final Fantasy XI: Chains of Promathia.</li>
|
||||
<li>Barf: From Earthbound.</li>
|
||||
<li>Biolizard: A biolizard from Sonic Adventure 2.</li>
|
||||
<li>Cactuar: Jumbotender/gigantuar from Final Fantasy VI Advance.</li>
|
||||
|
@ -80,6 +81,7 @@ body {
|
|||
<li>Neo X Death: From The Matrix, Megaman X, and Super Castlevania IV.</li>
|
||||
<li>Neon Exdeath: From the Mobile/PC port of Final Fantasy V.</li>
|
||||
<li>Nero Exdeath: Did you know that the critically-acclaimed MMORPG Final Fantasy XIV has an expanded free trial? you can play through the entirety of "A Realm Reborn" and the award-winning "Heavensward" expansion up to level 60 for <b>free</b> with no restriction on playtime.</li>
|
||||
<li>Omega Larboard Cannon: From Final Fantasy XIV.</li>
|
||||
<li>Puzzle & Dragon: From the Puzzle And Dragon crossover.</li>
|
||||
<li>Romancing SaGa 3 Boss: Guess where.</li>
|
||||
<li>Shaq: Himself.</li>
|
||||
|
|
|
@ -123,6 +123,7 @@ void Exdeath::initRandom(void) {
|
|||
selNED->addItem("Random", "random");
|
||||
selNED->addItem("Vanilla", "vanilla");
|
||||
selNED->setCurrentIndex(1);
|
||||
selNED->addItem("Absolute Virtue", "abs_vir");
|
||||
selNED->addItem("Barf", "barf");
|
||||
selNED->addItem("Biolizard", "biolizard");
|
||||
selNED->addItem("Cactuar", "cactuar");
|
||||
|
@ -146,6 +147,7 @@ void Exdeath::initRandom(void) {
|
|||
selNED->addItem("Neo ExDuck", "neoexduck");
|
||||
selNED->addItem("Neon ExDeath", "fancy");
|
||||
selNED->addItem("Nero Exdeath", "nero_exdeath");
|
||||
selNED->addItem("Omega Larboard Cannon", "omega_cannon");
|
||||
selNED->addItem("Puzzle & Dragon", "pad");
|
||||
selNED->addItem("Romancing SaGa 3 Boss", "rs3boss");
|
||||
selNED->addItem("Shaq", "shaq");
|
||||
|
|
Loading…
Reference in New Issue