spears/README.txt

46 lines
1.7 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
2020-04-20 23:50:20 +02:00
How to download:
If you have this file, you already know
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-20 23:50:20 +02:00
Craft a spear with | stick | stick | (material) |, works also mirrored.
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 (unrealistic) 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-20 23:50:20 +02:00
If you miss the target it's your fault, the spear is fine.
You can grab a spear on the fly (or maybe wait until it falls?).
You can stick a spear into a block, but if you remove the block then the spear falls (obviously).
This mod contains the word "spear" more than 100 times, if you want the exact number count them yourself.
If you feel clever, throw a spear right above you and look at it to see what happens.
You can even throw a spear from above down to your foes, it's even easier to hit.
Someone once reported to have hit its own foot but it takes practice to do that.
2020-04-19 18:50:54 +02:00
CHANGELOG
2.0:
2020-04-20 23:50:20 +02:00
- Cleaner, 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
2020-04-19 21:53:10 +02:00
- New textures
2020-04-20 23:50:20 +02:00
- New sound when hitting flesh
- New receipt to fit with default tools
2020-04-19 21:53:10 +02:00
- Drag depends on fluid
2020-04-20 23:50:20 +02:00
- Improved instructions
2020-04-19 21:53:10 +02:00
- 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)