Starbound

Starbound

60 次評價
NGE: Lance of Longinus
   
獎勵
加入最愛
已加入最愛
移除最愛
檔案大小
發佈於
60.974 KB
2017 年 2 月 25 日 下午 12:54
1 項更新註記 (檢視)

訂閱以下載
NGE: Lance of Longinus

在 Mechagrrl 的 1 個收藏中
Starbound Mods
7 個項目
描述
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 則留言
Ribbons0121R121 2022 年 12 月 22 日 下午 12:21 
add full scale version with 10k damage
bo$$m£n 2019 年 7 月 9 日 下午 4:50 
ah, the 1/10 scale replica.
Mechagrrl  [作者] 2017 年 3 月 7 日 下午 5: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 2017 年 3 月 7 日 下午 4:10 
How do you make crude s2 engine?
Enderzilla747 2017 年 2 月 26 日 下午 7:10 
Fun Fact: A Glitch spear removed from game when the Combat update dropped looked like the Spear of Longinus.
Xaliber 2017 年 2 月 26 日 上午 10:37 
If you have something you'd like to do feel free to contact me or suggest a tutorial to be made.
Xaliber 2017 年 2 月 26 日 上午 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  [作者] 2017 年 2 月 26 日 上午 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 2017 年 2 月 26 日 上午 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 2017 年 2 月 25 日 下午 3:45 
didn't i see this in the modding help page? XD