Starbound

Starbound

60 vurderinger
NGE: Lance of Longinus
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Filstørrelse:
Offentliggjort:
60.974 KB
25. feb. 2017 kl. 12:54
1 ændringsbemærkning ( vis )

Abonner for at downloade
NGE: Lance of Longinus

I 1 samling af Mechagrrl
Starbound Mods
7 genstande
Beskrivelse
It's the Lance of Longinus, all the way from the First Ancestral Race, themselves!

[www.lantixpro.com]

Hey! It's me again!

After a long while of workimg, I've finally be able to release my second mod! It's a part of my everlong quest to add more NGE mods to Starbound, as this workshop seems to be lacking of them...

Next up to be added to the game is the Lance of Longinus!
Originally I was gonna make it randomly spawn on frozen planets... but there was no documentation on doing that, so you're gonna have to make your own using... homemade S2 Engines!



Neat, huh? After crafting one of these, you'll be on your way to to building your very own sentient tool of the First Ancestral Race... The Lance of Longinus!



The Lance is a powerful weapon, with a base damage of 1000, and an alt-fire ability that allows you to toss it right at your enemies! Didn't kill them with the throw? Good thing this thing slows down enemies, so you can regroup and try again! (Check out the video for an example of how it works (Note: I lowered the energy usage after the video was recorded. It's fine now.))

Even better, the Lance uses sounds straight outta the N64 Evangelion game!

Well, there's really not much else to it! An amazing weapon for an amazing game.

Don't forget to check out my other mod, and thank you so much to everyone who supported it and my endeavor to add NGE mods to Starbound. Your guys' suport really means a lot to me!! Like, seriously!!! c:

Thanks for checking out this mod, and stay tuned for more!

What mod should I try to do next? Decide here![www.strawpoll.me]
12 kommentarer
Ribbons0121R121 22. dec. 2022 kl. 12:21 
add full scale version with 10k damage
bo$$m£n 9. juli 2019 kl. 16:50 
ah, the 1/10 scale replica.
Mechagrrl  [ophavsmand] 7. mar. 2017 kl. 17:28 
@acdeimund Using 8 Volitile Powder (made from Core Fragments), Four Liquid Erchius Fuel (can be found deep on moons), and a Life Rune (usually in alpaca villages).
acdeimund 7. mar. 2017 kl. 16:10 
How do you make crude s2 engine?
Enderzilla747 26. feb. 2017 kl. 19:10 
Fun Fact: A Glitch spear removed from game when the Combat update dropped looked like the Spear of Longinus.
Xaliber 26. feb. 2017 kl. 10:37 
If you have something you'd like to do feel free to contact me or suggest a tutorial to be made.
Xaliber 26. feb. 2017 kl. 10:37 
I feel your pain! The modding documentation isn't the best here in the scene. I'm not a veteran modder myself, but I think I should try making some documentation on basic stuff.
Mechagrrl  [ophavsmand] 26. feb. 2017 kl. 9:20 
@Xaliber Thanks a lot!!! I wasn't able to find anything explaining where that stuff was, but I'll put out an update adding that as soon as I can!
Xaliber 26. feb. 2017 kl. 1:51 
Modding this into snow treasure pools (so it will spawn in frozen planets) shouldn't be too hard. All you need to do is open /treasure/biome.treasurepools. Ctrl+F "Snow" or "Ice". There you will see a number of treasure pools, for example: "iceTreasure".

Then you could just patch the biome.treasurepools file, using this method community.playstarbound.com/threads/basic-patching-now-with-path-guide-v1-9.84496/

Make this directory in your mod: /treasure/ inside the directory, and make the file biome.treasurepools.patch. Inside the .patch file, for example you can use this:

[
{
"op" : "add",
"path" : "/iceTreasure/0/1/pool-",
"value" : {"weight" : 0.3, "item" : "longinusLance"}
}
]

"weight" defines the chance of the item appearing. You can check whether your patch is working with this tool: http://helmet.kafuka.org/sbmods/json/
Nexus Of Chaos 25. feb. 2017 kl. 15:45 
didn't i see this in the modding help page? XD