From 11159fc056c2600c896220e8e782c3d365628b49 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 4 Jan 2021 20:49:33 +0100 Subject: docs: add Rooted to creature_template.md (#324) --- docs/creature_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creature_template.md b/docs/creature_template.md index 284d061..9ca754b 100644 --- a/docs/creature_template.md +++ b/docs/creature_template.md @@ -582,7 +582,7 @@ Controls where the creature can move and attack. | 1 | Ground | | 2 | Water | | 4 | Flying | -| ~8~ |~Rooted~ (not implemented)| +| 8 | Rooted | (This is a bitmask. You can add values together: 1+4=5 would make the creature walk on ground and fly.) -- cgit