From 47b57891ef4940a6fa2047345e092ba2f00cd1ba Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 5 Nov 2017 23:12:03 +0100 Subject: made equipment, randomized damage, improved homesickness, improved map --- asciifarm/charmaps/fullwidth.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'asciifarm/charmaps/fullwidth.json') diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index bd1590e..c1e80f8 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -1,6 +1,6 @@ { "mapping":{ - "tree": ["T",2], + "tree": ["T",0,2], "wall": ["#",7,8], "rock": ["X",7,8], "stone": ["o",7], @@ -24,6 +24,8 @@ "youngplant": ["v",10], "food": ["8",13], "troll": ["T",1], + "sword": ["/", 7], + "club": ["!", 3], " ": " " }, "default": "?", -- cgit