Go to file
ryanqdang 9af9af0a3b map is fixed 2018-01-15 20:36:08 -05:00
RPG_Test_World map is fixed 2018-01-15 20:36:08 -05:00
rpg Cleaned a little 2018-01-15 20:25:15 -05:00
LICENSE Create LICENSE 2018-01-15 20:33:49 -05:00
README.md Update README.md 2018-01-15 20:32:50 -05:00

README.md

Minetest_RPG

A RPG mod for Minetest

In the mod, each player has his own individual stats. There are three stats - Mining, Digging, and Axe. Mining Exp can be gained by just mining with a pickaxe. Digging Exp can be gained by digging with a shovel. And Axe Exp is gained by cutting trees with an axe.

When a player reaches level one in a stat, he unlocks that stat's skill. The Mining Skill can change stone into a random ore. Mining levels increase rarity of the ores and decrease the cooldown. The Digging Skill can dig 3x3x3 areas of dirt, clay, sand, or gravel. Digging levels decrease the cooldown. The Axe Skill can cut an entire tree down. Axe levels decrease the cooldown.

There is a HUD that shows all the stats and exp.

There is also a test map included to show off features of the mod.

Links to projects used:

ChatCmdBuilder https://forum.minetest.net/viewtopic.php?t=14899