summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/dc-tentacles.txt
diff options
context:
space:
mode:
authorontoclasm <yokomeshi@gmail.com>2014-02-27 21:46:58 -0600
committerontoclasm <yokomeshi@gmail.com>2014-02-27 21:48:13 -0600
commitdf76e187f3371092905011ab0296a5b3a24bf4e8 (patch)
treed41bab9604322c8e179ed7f5463d0f40d9ad8a9f /crawl-ref/source/rltiles/dc-tentacles.txt
parent84f1c1585764173a0a1bc1df65010d452b2ea9c7 (diff)
downloadcrawl-ref-df76e187f3371092905011ab0296a5b3a24bf4e8.tar.gz
crawl-ref-df76e187f3371092905011ab0296a5b3a24bf4e8.zip
Snaplasher vine tiles
This involved fixing up some of the tentacle code, which should make it easier to add more tentacle types (please don't add more tentacle types).
Diffstat (limited to 'crawl-ref/source/rltiles/dc-tentacles.txt')
-rw-r--r--crawl-ref/source/rltiles/dc-tentacles.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/crawl-ref/source/rltiles/dc-tentacles.txt b/crawl-ref/source/rltiles/dc-tentacles.txt
index a956c04130..a4708b375b 100644
--- a/crawl-ref/source/rltiles/dc-tentacles.txt
+++ b/crawl-ref/source/rltiles/dc-tentacles.txt
@@ -172,3 +172,43 @@ starspawn_tentacle_segment_E_NW MONS_STARSPAWN_TENTACLE_SEGMENT_E_NW
starspawn_tentacle_segment_E_SW MONS_STARSPAWN_TENTACLE_SEGMENT_E_SW
starspawn_tentacle_segment_W_NE MONS_STARSPAWN_TENTACLE_SEGMENT_W_NE
starspawn_tentacle_segment_W_SE MONS_STARSPAWN_TENTACLE_SEGMENT_W_SE
+
+## Vines
+
+## Vines connected to another segment
+%sdir mon/tentacles/vine_ends
+vine_N MONS_VINE_N
+vine_S MONS_VINE_S
+vine_E MONS_VINE_E
+vine_W MONS_VINE_W
+vine_NE MONS_VINE_NE
+vine_NW MONS_VINE_NW
+vine_SE MONS_VINE_SE
+vine_SW MONS_VINE_SW
+
+## Fully connected vine segments
+%sdir mon/tentacles/vine_segments
+
+### (a) straight ones
+vine_segment_E_W MONS_VINE_SEGMENT_E_W
+vine_segment_N_S MONS_VINE_SEGMENT_N_S
+vine_segment_NE_SW MONS_VINE_SEGMENT_NE_SW
+vine_segment_NW_SE MONS_VINE_SEGMENT_NW_SE
+### (b) curved ones
+vine_segment_E_N MONS_VINE_SEGMENT_E_N
+vine_segment_E_S MONS_VINE_SEGMENT_E_S
+vine_segment_N_W MONS_VINE_SEGMENT_N_W
+vine_segment_S_W MONS_VINE_SEGMENT_S_W
+vine_segment_NE_NW MONS_VINE_SEGMENT_NE_NW
+vine_segment_NE_SE MONS_VINE_SEGMENT_NE_SE
+vine_segment_NW_SW MONS_VINE_SEGMENT_NW_SW
+vine_segment_SE_SW MONS_VINE_SEGMENT_SE_SW
+### (c) connecting edges and corners
+vine_segment_N_SE MONS_VINE_SEGMENT_N_SE
+vine_segment_N_SW MONS_VINE_SEGMENT_N_SW
+vine_segment_S_NE MONS_VINE_SEGMENT_S_NE
+vine_segment_S_NW MONS_VINE_SEGMENT_S_NW
+vine_segment_E_NW MONS_VINE_SEGMENT_E_NW
+vine_segment_E_SW MONS_VINE_SEGMENT_E_SW
+vine_segment_W_NE MONS_VINE_SEGMENT_W_NE
+vine_segment_W_SE MONS_VINE_SEGMENT_W_SE