about summary refs log tree commit diff
path: root/users/grfn/xanthous/src/Xanthous/Entities/Raws/ooze.yaml
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-06-18T16·02-0400
committergrfn <grfn@gws.fyi>2021-06-18T17·51+0000
commit6f9d01b5079753b243d76cbe3351c831e70bf865 (patch)
tree976c8e60b68b7d5e6730a0b8e018c285299a6b05 /users/grfn/xanthous/src/Xanthous/Entities/Raws/ooze.yaml
parent72d9e11a8f92fd1035a5bcfd29cacf5d874e4526 (diff)
feat(xanthous): Add an ooze creature type r/2672
This required making sayVerb optional, as oozes don't say anything

Change-Id: I2c7f425ca26d92beef1097eda49d84f00c84c482
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3218
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--users/grfn/xanthous/src/Xanthous/Entities/Raws/ooze.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/users/grfn/xanthous/src/Xanthous/Entities/Raws/ooze.yaml b/users/grfn/xanthous/src/Xanthous/Entities/Raws/ooze.yaml
new file mode 100644
index 0000000000..d13b5881df
--- /dev/null
+++ b/users/grfn/xanthous/src/Xanthous/Entities/Raws/ooze.yaml
@@ -0,0 +1,12 @@
+Creature:
+  name: ooze
+  description: an ooze
+  longDescription: |
+    A jiggling, amorphous, bright green caustic blob
+  char:
+    char: o
+    style:
+      foreground: green
+  maxHitpoints: 3
+  speed: 100
+  friendly: false