summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md64
1 files changed, 64 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e776ec7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,64 @@
+# Pep: Player Effects Potions
+
+## Introduction
+This little mod adds some simple potions which add temporary effects when consumed.
+Currently, the potions affect breath, health, player gravity, running speed and jump height.
+
+ * License of everything: WTFPL
+
+## List of potions and crafting recipes
+All crafting recipes are shapeless.
+
+### Breath
+#### Air potion
+Gives you breath underwater for 30s.
+Craft: 8 papyri, 1 glass bottle.
+
+All 8 papyri must occupy one slot.
+
+### Gravity
+#### Non-gravity potion
+Negates all gravity for you, for 20s.
+Craft: 1 mese crystal, 1 glass bottle
+
+#### Gravity neutralizer
+Clears all your gravity effects.
+Craft: 1 non-gravity potion, 1 glass bottle
+
+### Jump height
+#### High jumping potion
+Lets you jump higher for 30s.
+Craft: 1 blue geranium, 1 grass, 1 glass bottle
+
+#### Low jumping potion
+Makes you jump lower for 30s.
+Craft: 1 leaves block, 1 jungle leaves block, 1 glass bottle
+
+#### Jump neutralier
+Clears all jump effects.
+Craft: 1 high jumping potion, 1 low jumping potion.
+
+
+### Health
+#### Weak healing potion
+Gives you 1 HP every 2 seconds, 10 times.
+Craft: 1 cactus, 1 jungle grass, 1 glass bottle.
+
+#### Strong healing potion
+Gives you 2 HP every second, 10 times.
+Craft: 1 gold lump, 1 weak healing potion.
+
+
+### Walking speed
+#### Running potion
+Makes you run faster for 30s.
+Craft: 1 rose, 1 yellow dandelion, 1 glass bottle.
+
+#### Slug potion
+Makes you walk slower for 30s.
+Craft: 1 dry shrub, 1 glass bottle.
+
+#### Speed neutralizer
+Clears all running speed effects.
+Craft: 1 running potion, 1 slug potion.
+