Is there an up to date guide or wiki for NS2?
Lokipower
Join Date: 2013-01-06 Member: 177851Members
Most of the wikis/guides i've found seem pretty outdated, and it's hard to find all the info in one place.
For example, what does parasite do in NS2? It doesn't seem to "tag" marines as in NS1 (or actually, all damage seems to do it?). Also, does multiple bile bombs do anything, or is the damage-over-time the same no matter what? (and multiple bombs just increase the DoT length)? How much damage do drifters do? Is the AOE attack speed increase something that affects an area or an alien? How long does it stay? How long does bile bomb stay, and how much damage does it do? Etc. etc. Where is all that information?
Would be nice to have all this up-to-date information in one place. Thanks!
For example, what does parasite do in NS2? It doesn't seem to "tag" marines as in NS1 (or actually, all damage seems to do it?). Also, does multiple bile bombs do anything, or is the damage-over-time the same no matter what? (and multiple bombs just increase the DoT length)? How much damage do drifters do? Is the AOE attack speed increase something that affects an area or an alien? How long does it stay? How long does bile bomb stay, and how much damage does it do? Etc. etc. Where is all that information?
Would be nice to have all this up-to-date information in one place. Thanks!
Comments
<a href="http://www.unknownworlds.com/ns2/forums/index.php?showtopic=126900&st=0&p=2057012&#entry2057012" target="_blank">http://www.unknownworlds.com/ns2/forums/in...p;#entry2057012</a>
You could always pm the other threads creator to set up a test with you two, so you can test out how exactly it works.
Then all you have to do is update the wiki.
lol
Although I do admit this thread was created in a more appropriate sub-forum than the first, when I actually look at the hierarchy path to see where they were created. Doesn't really matter to me as I use "new posts" :)
What is more official than:
<a href="http://www.unknownworlds.com/ns2/wiki" target="_blank">http://www.unknownworlds.com/ns2/wiki</a>
?
Be less snarky people?
We've ZERO room to be smirking in threads like these because when it comes to new player guides NS2 is a HORRIBLE GAME. There's TONS of stuff you'd like to know but not a SINGLE concise tutorial to cover most of it. Shame on us. >:(
Be less snarky people?
We've ZERO room to be smirking in threads like these because when it comes to new player guides NS2 is a HORRIBLE GAME. There's TONS of stuff you'd like to know but not a SINGLE concise tutorial to cover most of it. Shame on us. >:(<!--QuoteEnd--></div><!--QuoteEEnd-->
Guide, wiki, meh. Fairly interchangeable if you ask me.
My 'snark" was aimed the OP's apparent overlooking of the link right above "General Discussion" on this very page.
Of course, this is the part where people come in and say "you can always just check the lua"
Quick test confirms bile bomb definitely stacks. Drifters do 5 normal damage every 0.6 seconds.
<!--quoteo(post=2057578:date=Jan 7 2013, 04:08 PM:name=Makenshi)--><div class='quotetop'>QUOTE (Makenshi @ Jan 7 2013, 04:08 PM) <a href="index.php?act=findpost&pid=2057578"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->The wiki is also way off on some of its info. Try lobbing a single bile bomb and see if it ever hits the 70x5 damage as claimed in the wiki.
Of course, this is the part where people come in and say "you can always just check the lua"<!--QuoteEnd--></div><!--QuoteEEnd-->
It is definitely 70x5 in the lua. I did some tests and the best I got was 324.
Balance.lua has most of the numbers people care about. I've been trying to get the wiki up to date over the past couple days. I've fixed a bunch of minor Marine stuff like costs, health, and armor values. I also added build icons for most everything. Aliens will be next.
I think it is lacking information more than anything though. If anyone has input on what should be on there, let me know and I can do my best to add it.
Of course, this is the part where people come in and say "you can always just check the lua"<!--QuoteEnd--></div><!--QuoteEEnd-->
Unless i'm mistaken, Feign Death and Hypermutation are no longer in-game as well, so it's hard to tell what info is accurate for today's games. Really love this game too, so i'd like to know the actual rules :p
just open the lua files and read.
if we have to life with crippled performance
than use at least the small advantages of that technique :*
walter
That's the issue. I know it does 12 ticks of 27, but it never reaches the theoretical 12.5 ticks for the full 350 damage. I'm not sure why it's so hard to properly document their code to reflect this behavior (ticks 5 times per 2 seconds over period of 5 seconds) or change the behavior to reflect the code (make it 35 a tick every 0.5s or something).
Yeah, looking in the code some more I see that it ticks every 0.4 seconds. I'm guessing they don't handle partial ticks, so it only ever gets 12. Thus the max is really 336, not 350 as the balance numbers would have you believe. Changing the duration to 5.2 seconds would solve this I'm guessing.
But that shouldn't stop us from at least describing the features of certain skills like bilebomb and parasite somewhere which doesn't change that much overtime