Main > Gameplay

The Llamatron 2.0, the numbers game of GOIO

<< < (3/6) > >>

Lydia Litvyak:
Maybe I'm misunderstanding you. Why not just calculate time to destroy as


--- Quote ---let
 val single_clip_time = health/((damage_per_shot*shots_per_clip)/time_to_empty_clip)-mallet_rps)
in
 if single_clip_time <= time_to_empty_clip
 then single_clip_time
 else health/((damage_per_shot*shots_per_clip)/(time_to_empty_clip+time_to_reload)-mallet_rps)
end
--- End quote ---
?

I feel like that should be a lot faster, and unless I'm mistaken it should still give you the correct answer, save for a small error from the fact that it's treating the damage as continuous instead of discrete.

(obviously if the time to destroy comes out negative then the answer is that mallet repairs faster than that weapon breaks)

Steelking:
Illmatar likes the idea of that as far as dps wise goes but he feels with the repair tool and the addition of multiple guns that the way he currently has it setup is more accurate,

However he is currently working on updating the Llamatron as well as speeding it up tremendously over 10x it's current speed which from testing purposes it seems to be almost instantaneous,

Update notice to follow as soon as he is done.

Steelking:
The Llamatron has been updated!
Notes to follow ~

Arming range has been added, you can now see how different ammo's modify the arming time of say, mines and to know when they will actually deploy into a mine.
Hull,Balloon,Armor, and Component dps has been added for each gun, the dps is calculated over 100 clips, so it is the overall average dps, to factor in reload times
Ammo range and projectile speed variations have been added in,
Tweaks made before this update but not mentioned, guns were updated to current stats
Llamatron calculation speed has been increased 10x over
also cosmetic update as well.

Enjoy and please any feedback is appreciated.

Omniraptor:
Why 100 clips instead of just one?

dps = total clip damage / (time to unload + time to reload)

Steelking:
It was used in the original Llamatron this way and so it was brought over, it makes 99.99% no difference wether if it is 100 or 1 clip, he could go through and change it to 1 clip and you most likely wouldn't notice a difference.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version