mirror of
https://repo.or.cz/minetest_pep.git
synced 2025-03-21 07:11:22 +00:00
Update readme file
This commit is contained in:
parent
9fa60366f7
commit
04c8c6c56c
1 changed files with 21 additions and 7 deletions
28
README.md
28
README.md
|
@ -1,4 +1,5 @@
|
||||||
# Pep: Player Effects Potions
|
# Pep: Player Effects Potions
|
||||||
|
Version 1.1.0
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
This little mod adds some simple potions which add temporary effects when consumed.
|
This little mod adds some simple potions which add temporary effects when consumed.
|
||||||
|
@ -23,16 +24,16 @@ Craft: 1 mese crystal, 1 glass bottle
|
||||||
|
|
||||||
#### Gravity neutralizer
|
#### Gravity neutralizer
|
||||||
Clears all your gravity effects.
|
Clears all your gravity effects.
|
||||||
Craft: 1 non-gravity potion, 1 glass bottle
|
Craft: 1 non-gravity potion, 1 iron lump
|
||||||
|
|
||||||
### Jump height
|
### Jump height
|
||||||
#### High jumping potion
|
#### High jumping potion
|
||||||
Lets you jump higher for 30s.
|
Lets you jump higher for 30s.
|
||||||
Craft: 1 blue geranium, 1 grass, 1 glass bottle
|
Craft: 1 orange tulip, 1 grass, 2 mese crystal fragments, 1 glass bottle
|
||||||
|
|
||||||
#### Low jumping potion
|
#### Low jumping potion
|
||||||
Makes you jump lower for 30s.
|
Makes you jump lower for 30s.
|
||||||
Craft: 1 leaves block, 1 jungle leaves block, 1 glass bottle
|
Craft: 1 leaves block, 1 jungle leaves block, 1 iron lump, 1 yellow dandelion, 1 glass bottle
|
||||||
|
|
||||||
#### Jump neutralier
|
#### Jump neutralier
|
||||||
Clears all jump effects.
|
Clears all jump effects.
|
||||||
|
@ -42,23 +43,36 @@ Craft: 1 high jumping potion, 1 low jumping potion.
|
||||||
### Health
|
### Health
|
||||||
#### Weak healing potion
|
#### Weak healing potion
|
||||||
Gives you 1 HP every 2 seconds, 10 times.
|
Gives you 1 HP every 2 seconds, 10 times.
|
||||||
Craft: 1 cactus, 1 jungle grass, 1 glass bottle.
|
Craft: 1 cactus, 1 flour, 1 brown mushroom, 1 glass bottle.
|
||||||
|
|
||||||
#### Strong healing potion
|
#### Strong healing potion
|
||||||
Gives you 2 HP every second, 10 times.
|
Gives you 2 HP every second, 10 times.
|
||||||
Craft: 1 gold lump, 1 weak healing potion.
|
Craft: 1 gold lump, 1 flour, 1 weak healing potion.
|
||||||
|
|
||||||
|
|
||||||
### Walking speed
|
### Walking speed
|
||||||
#### Running potion
|
#### Running potion
|
||||||
Makes you run faster for 30s.
|
Makes you run faster for 30s.
|
||||||
Craft: 1 rose, 1 yellow dandelion, 1 glass bottle.
|
Craft: 1 pine sapling, 1 cactus, 1 yellow dandelion, 1 jungle grass, 1 glass bottle.
|
||||||
|
|
||||||
#### Slug potion
|
#### Slug potion
|
||||||
Makes you walk slower for 30s.
|
Makes you walk slower for 30s.
|
||||||
Craft: 1 dry shrub, 1 glass bottle.
|
Craft: 1 dry grass, 1 ice, 1 glass bottle.
|
||||||
|
|
||||||
#### Speed neutralizer
|
#### Speed neutralizer
|
||||||
Clears all running speed effects.
|
Clears all running speed effects.
|
||||||
Craft: 1 running potion, 1 slug potion.
|
Craft: 1 running potion, 1 slug potion.
|
||||||
|
|
||||||
|
### Mana (needs Mana mod)
|
||||||
|
#### Weak mana potion
|
||||||
|
Increases mana regeneration rate by 0.5 for 10 seconds.
|
||||||
|
Craft: 2 dry shrubs, 1 cotton seed, 1 mese crystal fragment, 1 glass bottle.
|
||||||
|
|
||||||
|
#### Strong mana potion
|
||||||
|
Increases mana regeneration rate by 1 for 10 seconds.
|
||||||
|
Craft: 4 dry shrubs, 1 jungle sapling, 1 acacia tree sapling, 1 mese crystal fragment, 1 weak mana potion.
|
||||||
|
|
||||||
|
### Other potions
|
||||||
|
#### Mole potion
|
||||||
|
Digs out two blocks directly in front of you, for 18 seconds.
|
||||||
|
Craft: 1 steel pickaxe, 1 steel shovel, 1 glass bottle.
|
||||||
|
|
Loading…
Add table
Reference in a new issue