he's right, watch how i sit in this one chair for the next 17 hours and achieve absolutely nothing with my day before sleeping and doing the same thing tomorrow!
I broke my promise and coded archery and local chat
So right now archery is like so:
- Damage is determined by the arrows you use
- Wooden darts do the least, Destinite tipped the most (obviously)
- You craft bows using 5 of the corresponding wood type
- You craft wooden darts with 1 wood of any type (2 darts for oak, 3 for willow, 4 for maple, 5 for yew, moonwell can't be used)
- You then craft arrows using 2 wooden darts and 1 metal bar for 2 arrows of that type
- When you hold a bow your arm is by your side still
- When you start to fire, it shows a draw bar. First 20% is red, you HAVE to pull past that part to actually fire, but after that it will fire.
- When you release the mouse button it will fire the arrow. Arrow goes faster the longer you've pulled back for and thus is generally more accurate.
- Arrows also have 15000 lifetime so they can be artillery fired.
- Better bows add a bit more velocity to the arrow passively (a bit? at full draw you're scaling velocity by 50, moonwells change that to 90 so they should easily be speedcapping the arrows)
The bar is also interpolated clientside so it's nice and smooth, uses the same time but I guess if the server lags it'll forget up.
I'm also looking into misc. stuff like mass craft/buy and selling/dropping less than a whole stack (and fixing drop while I'm at it)
Minor archery update: Damage is now scaled based on velocity of the arrow
Here's some numbers because I loving love numbers:
Untipped arrows do 10 damage
Bronze tipped do 25
For each material up add 10 (Destinite is 65)
Scale this using the velocity on impact as a percentage.
Oak bows have a velocity range of 20-50
Moonwells is more like 60-110
So a fully charged moonwell with destinite arrows at close range does about 71-72 damage. Arrows also can't be recovered.
Also, arrows now have a 15 second lifetime to give you that awesome range.
Off to work on mass buy/craft stuff!