spears/README.txt

38 lines
1.3 KiB
Plaintext
Raw Normal View History

2020-04-19 11:55:40 +02:00
=== SPEARS for MINETEST by Echoes91 ===
2015-10-08 23:35:22 +02:00
2020-04-19 11:55:40 +02:00
This mod adds spears to Minetest.
2015-10-08 23:35:22 +02:00
How to install:
http://wiki.minetest.com/wiki/Installing_Mods
How to use the mod:
2020-04-19 11:55:40 +02:00
Craft a spear with | stick | stick | (material) |, also mirrored.
2020-04-19 18:50:54 +02:00
Spears can be thrown using right mouse button, they either hurt someone or stick where they land on; damage depends on speed and material, flight trajectory is ballistic with drag.
2020-04-19 11:55:40 +02:00
Spears can be used to fight, but are slower and weaker than swords.
Spears can be used to dig, but are slower and weaker and pickaxes.
2020-04-19 18:50:54 +02:00
You can grab a spear on the fly (or maybe wait until it falls).
If you feel even clever, throw a spear right above you and look at it to see what happens.
2020-04-19 21:53:10 +02:00
Someone once reported to have hit its own foot but it takes practice.
2020-04-19 18:50:54 +02:00
CHANGELOG
2.0:
- Cleaned, streamlined code without deprecated functions
2020-04-19 21:53:10 +02:00
- Spears hurt players
2020-04-19 18:50:54 +02:00
- Spears animated in flight
- Spears stick into nodes
- New sound when hitting flesh
- Changed receipt to fit with default tools
2020-04-19 21:53:10 +02:00
- New textures
- Drag depends on fluid
- New gold-plated spear to celebrate
2020-04-19 18:50:54 +02:00
1.1:
- Make use of new on_secondary_use API, requires Minetest 5.2.0
2015-10-08 23:35:22 +02:00
License:
Sourcecode: LGPLv2.1 (see http://www.gnu.org/licenses/lgpl-2.1.html)
2020-04-19 11:55:40 +02:00
Grahpics & sounds: CC-BY 3.0 (see http://creativecommons.org/licenses/by/3.0/legalcode)