Go to file
stub 4c1e1b0960 Fixed some bugs, removed obsolete code, added correct survival recipies and item wear 2017-11-29 22:03:25 +03:00
sounds updated README.md 2017-10-18 00:48:30 +03:00
textures Fixed some bugs, removed obsolete code, added correct survival recipies and item wear 2017-11-29 22:03:25 +03:00
README.md updated README.md 2017-10-18 00:48:30 +03:00
defaults.lua Fixed some bugs, removed obsolete code, added correct survival recipies and item wear 2017-11-29 22:03:25 +03:00
depends.txt Fixed some bugs, removed obsolete code, added correct survival recipies and item wear 2017-11-29 22:03:25 +03:00
description.txt initial commit 2017-09-27 18:08:49 +03:00
dig_arrow.lua Fixed some bugs, removed obsolete code, added correct survival recipies and item wear 2017-11-29 22:03:25 +03:00
fireworks_arrows.lua Fixed some bugs, removed obsolete code, added correct survival recipies and item wear 2017-11-29 22:03:25 +03:00
functions.lua temp changes 2017-11-27 20:10:07 +03:00
init.lua Fixed some bugs, removed obsolete code, added correct survival recipies and item wear 2017-11-29 22:03:25 +03:00
lightning_arrow.lua Fixed some bugs, removed obsolete code, added correct survival recipies and item wear 2017-11-29 22:03:25 +03:00
mod.conf temp changes 2017-11-27 20:10:07 +03:00
rope_arrow.lua Fixed some bugs, removed obsolete code, added correct survival recipies and item wear 2017-11-29 22:03:25 +03:00
standard_arrows.lua Fixed some bugs, removed obsolete code, added correct survival recipies and item wear 2017-11-29 22:03:25 +03:00
teleport_arrow.lua many changes, README.md is next 2017-10-18 00:00:43 +03:00
throwing.conf.example Fixed some bugs, removed obsolete code, added correct survival recipies and item wear 2017-11-29 22:03:25 +03:00
tnt_arrow.lua many changes, README.md is next 2017-10-18 00:00:43 +03:00
tools.lua Fixed some bugs, removed obsolete code, added correct survival recipies and item wear 2017-11-29 22:03:25 +03:00
torch_arrow.lua Fixed some bugs, removed obsolete code, added correct survival recipies and item wear 2017-11-29 22:03:25 +03:00

README.md

Throwing mod reloaded

This is another fork of throwing mod for minetest by Echoes91, which was further improved by MinetestForFun team.

  • Keep in mind that this fork is still WIP and many survival-related things are not yet implemented (normal craft schematics, normal weapon wear, etc)

New Stuff

  • Rewrote code related to damage, which causes mobs to respond to your attacks
  • Returned velocity-based damage
  • Increased base velocity of all bows and crossbows
  • Added one new crossbow (repeating crossbow) and replaced royal bow with more realistic equivalent
  • Added more colors to fireworks
  • Added new lightning arrow(activates if you have lightning mod installed), which causes a lightning strike at the point of impact
  • Added new rope arrow, which places a rope block from vines mod upon a hit (activates if you have vine mod from plantlife modpack enabled)
  • Rewrote tnt arrow, that now has cosmetic effect of an explosion and AoE damage, but no actual node destruction
  • Added particle effects and sounds to all arrows, usual arrows produce particles and sound on impact, teleport arrows make particles like teleporters from telemosaic mod, etc
  • New textures for teleport, lightning, fireworks, and mithril arrows
  • Various code optimizations, fixes and improvements (replaced use of some deprecated and obsolete functions, though I'm still improving the code)

Balance

  • Bows and crossbows are craftable from common materials, but in big quantities (since I hardly see any usage for diamonds or gold in actual bows and crossbows)
  • Instead of bows having linear quality progressions, various bows offer various perks, for example small wooden bow takes least amount of wood to craft and can be drawn easily, but it gives little amount of velocity to the arrow. Same goes to the steel bow, it takes a lot of iron to craft and gives an excellent velocity, but takes a lot of time to draw. That also applies to crossbows, repeater crossbow shoots very fast but with quite weak starting velocity

Credits

  • Original copyright and resources belongs to MinetestForFun team, Echoes91, PilzAdam and Jeija.
  • Teleport texture: made by tacomexmex for his fork of telemosaic mod
  • TNT particles and sounds: minetest dev team
  • Compound bow and repeater crossbow, lightning, rope, teleport, mithril and green firework arrow textures are licenced under CC-BY 3.0 (link can be found later in this section)
  • Sourcecode: LGPLv2.1 (see http://www.gnu.org/licenses/lgpl-2.1.html)
  • Graphics & sounds: CC-BY 3.0 (see http://creativecommons.org/licenses/by/3.0/legalcode)