XS2 Ionized Null Rays
17 posts
• Page 1 of 1
Re: XS2 Ionized Null Rays
Skip them bro.
Go 3 Firepower and 2 skill and get a battle blade. You will get must better performance out of it.
2 Firepower and 1 skill will get you an infrared cannon. It will do pretty well, but Battle Blades are pretty good.
If we ever get a developer you will probably see them come back, but until then they are out till one of the old guard come back and relinquish them.
Go 3 Firepower and 2 skill and get a battle blade. You will get must better performance out of it.
2 Firepower and 1 skill will get you an infrared cannon. It will do pretty well, but Battle Blades are pretty good.
If we ever get a developer you will probably see them come back, but until then they are out till one of the old guard come back and relinquish them.
- _Anshin_
- Brainmaster
- Posts: 1360
- Joined: Sat Aug 16, 2008 7:00 pm
Re: XS2 Ionized Null Rays
really? To me, they're looking like one of the best weapons in the game, with only two firepower to put into it. giving you extra to throw into speed or endurance. probably the former over the latter.
Plus there isn't the gap left behind for the RNG to fist pack. It just looks like a more reliable weapon.
Plus there isn't the gap left behind for the RNG to fist pack. It just looks like a more reliable weapon.
- bionic_radical
- Vehicon
- Posts: 373
- News Credits: 2
- Joined: Fri Feb 09, 2007 3:52 pm
Re: XS2 Ionized Null Rays
- Motto: "Till all are one, all are none..."
bionic_radical wrote:Whats the deal with these? And who do I have to stab to get one?
It was a weapon made by Mkall or somebody not sure exactly, but it was used to test how the game could handle 1 hit knock outs, that person got carried away with using it and their character became overpowered so they stopped using it. I'm guessing only one was made just for that purpose so nobody could abuse it, with that being said you can't get them.
The Dirge Gun is your best bet now for good constant damage and the Battle Blades as Anshin said can be extremely good and also be very bad for damage due to the light-incredible ratio. Me personally I'd choose the Dirge Gun but it's ultimately up to you, remember any other questions you may have will surely try to answer.
Member of the AWC
- ProwlJazz
- Minibot
- Posts: 114
- Joined: Tue Jul 08, 2008 1:59 am
- Strength: 7
- Intelligence: 7
- Speed: 7
- Endurance: 5
- Rank: 9
- Courage: 10
- Firepower: 3
- Skill: 8
Re: XS2 Ionized Null Rays
Right on. Thanks guys. Trying to work out some builds with what I have.
Another question, involving the weapon dmg formula, does End ADD to your weapon dmg? or does it subtract from the opponents formula?
Another question, involving the weapon dmg formula, does End ADD to your weapon dmg? or does it subtract from the opponents formula?
- bionic_radical
- Vehicon
- Posts: 373
- News Credits: 2
- Joined: Fri Feb 09, 2007 3:52 pm
Re: XS2 Ionized Null Rays
bionic_radical wrote:Right on. Thanks guys. Trying to work out some builds with what I have.
Another question, involving the weapon dmg formula, does End ADD to your weapon dmg? or does it subtract from the opponents formula?
Armor reduces enemy weapon/physical damage. Endurance reduces tactical damage and has some minor effect to weapon/physical damage.
It isn't as noticeable as say 4 armor points. For example I put 3 points of endurance in at one point and could not tell that it reduced physical damage by more than a point. However at 6 points it reduced about 3 points.
Endurance will not add to your weapon damage.
- _Anshin_
- Brainmaster
- Posts: 1360
- Joined: Sat Aug 16, 2008 7:00 pm
Re: XS2 Ionized Null Rays
thanks bro,
this is the formula im talking about
Weapon Damage
% Damage = RANDOM[minD~maxD] x [1+(Str x 0.1)] x [1.5-(End x 0.1)] x [Armor]
where one of the multipliers has END in the equation, I wasn't sure if that would be the attackers END or the defenders END. Im guessing its the opponents, because putting points into END shouldn't penalize you. And how would you determine a value to ARMOR? too many questions!!!
this is the formula im talking about
Weapon Damage
% Damage = RANDOM[minD~maxD] x [1+(Str x 0.1)] x [1.5-(End x 0.1)] x [Armor]
where one of the multipliers has END in the equation, I wasn't sure if that would be the attackers END or the defenders END. Im guessing its the opponents, because putting points into END shouldn't penalize you. And how would you determine a value to ARMOR? too many questions!!!
- bionic_radical
- Vehicon
- Posts: 373
- News Credits: 2
- Joined: Fri Feb 09, 2007 3:52 pm
Re: XS2 Ionized Null Rays
bionic_radical wrote:thanks bro,
this is the formula im talking about
Weapon Damage
% Damage = RANDOM[minD~maxD] x [1+(Str x 0.1)] x [1.5-(End x 0.1)] x [Armor]
where one of the multipliers has END in the equation, I wasn't sure if that would be the attackers END or the defenders END. Im guessing its the opponents, because putting points into END shouldn't penalize you. And how would you determine a value to ARMOR? too many questions!!!
I've played around with the formula too and I believe it is incomplete or incorrect. For example if we look at the formula as a +/- set of variables (keep in mind these numbers are made up)
Battle Blade: 1min or 10max
Str: 10
Enemy Endurance 2
Enemy Armor 2
Armor rating: Iron (min:0 Max:1)
We would have something like this:
%damage = (Random of 9): so lets say you get a 5
We end up with a solution like this:
%damage = 5 X [1+(10*.1)] X [1.5-(2 X 0.1)] X [2]
To simplify this down:
%damage = 5 X [2] x [1.3] x [2] or 26%
However this does not make sense because armor should reduce damage not enhance it. Since armor is suppose to reduce weapon/melee damage. The formula also doesn't calculate the different types of armor. For example Iron is great but the same level of iron armor does not reduce the damage like Duranium. This is further enhanced if we go to an extreme for some of the numbers
Enemy Endurance 10
Enemy Armor 10 (10 str)
Again plugging it in and simplifying the solution we come out with
%damage = 5 X [2] X [1.3] X [10] or 130%
Now I have played with an alteration of this formula and came out with a similar one that does not quiet work ... yet
- _Anshin_
- Brainmaster
- Posts: 1360
- Joined: Sat Aug 16, 2008 7:00 pm
Re: XS2 Ionized Null Rays
something like
ARMOR = STR(TONS x .1) / (RNK x .01) (VALUE x .5)
with VALUE being either 1 or 2, with higher price being the higher number
ARMOR = STR(TONS x .1) / (RNK x .01) (VALUE x .5)
with VALUE being either 1 or 2, with higher price being the higher number
- bionic_radical
- Vehicon
- Posts: 373
- News Credits: 2
- Joined: Fri Feb 09, 2007 3:52 pm
Re: XS2 Ionized Null Rays
bionic_radical wrote:something like
ARMOR = STR(TONS x .1) / (RNK x .01) (VALUE x .5)
with VALUE being either 1 or 2, with higher price being the higher number
That wouldn't work...
Can't divide by zero.
- _Anshin_
- Brainmaster
- Posts: 1360
- Joined: Sat Aug 16, 2008 7:00 pm
Re: XS2 Ionized Null Rays
You wouldn't attempt to, because VALUE would be at least one for ARMOR to even have relevance any equation, right?
EDIT: nm, I see what your saying with the multiplier of RANK
EDIT: nm, I see what your saying with the multiplier of RANK
Last edited by bionic_radical on Sun May 08, 2011 4:40 pm, edited 1 time in total.
- bionic_radical
- Vehicon
- Posts: 373
- News Credits: 2
- Joined: Fri Feb 09, 2007 3:52 pm
Re: XS2 Ionized Null Rays
Programatically you would want a formula that would work across the board. Having multiple calculations would complicate things way too much.
- _Anshin_
- Brainmaster
- Posts: 1360
- Joined: Sat Aug 16, 2008 7:00 pm
Re: XS2 Ionized Null Rays
ARMOR = STR(TONS x .1) / ([RANK +1] x .01) x (VALUE x .5) -0.1
THAT should be what I was aiming for, but do you really think its too much calculations for the game?
THAT should be what I was aiming for, but do you really think its too much calculations for the game?
- bionic_radical
- Vehicon
- Posts: 373
- News Credits: 2
- Joined: Fri Feb 09, 2007 3:52 pm
Re: XS2 Ionized Null Rays
Well there are several ways that damage can be calculated. From a programming stand point the most effective is to have a single formula that encompasses all of the variables. Another way is to break up the calculations into sections and then call them as functions. This sectionalizes the math and allows for on the fly game changes, but makes the integration a bit harder.
Your formula works as is, however integrating it back into the weapon formula is a hit or miss. I am still trying to figure out if its individual random number generator per round, per individual, or per game.
Your formula works as is, however integrating it back into the weapon formula is a hit or miss. I am still trying to figure out if its individual random number generator per round, per individual, or per game.
- _Anshin_
- Brainmaster
- Posts: 1360
- Joined: Sat Aug 16, 2008 7:00 pm
Re: XS2 Ionized Null Rays
Its too bad we cant ask the various programmers. Do you know what happened to all of them?
- bionic_radical
- Vehicon
- Posts: 373
- News Credits: 2
- Joined: Fri Feb 09, 2007 3:52 pm
17 posts
• Page 1 of 1
Return to Iacon - HMW Autobot Capitol
Who is online
Registered users: Apple [Bot], Bing [Bot], ChatGPT [Bot], Glyph, Google [Bot], Google Adsense [Bot], kurthy, MSN [Bot], OpenAI [Bot], Shenron_customs, Silver Wind, sprockitz, ThunderThruster, Transbot, Yahoo [Bot], Yandex [Bot]
