diff options
| author | troido <troido@protonmail.com> | 2018-05-25 17:17:59 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2018-05-25 17:17:59 +0200 |
| commit | 3de6d0d6f2050266436466b1abdcb138d849e095 (patch) | |
| tree | 45f1bdc1423c5e76bbc9ab7608d199f698a85a56 /asciifarm | |
| parent | 4cb530820c1f194764ff8c28ff8be1f60984df5d (diff) | |
improved plant creation
Diffstat (limited to 'asciifarm')
| -rw-r--r-- | asciifarm/charmaps/default.json | 7 | ||||
| -rw-r--r-- | asciifarm/charmaps/fullwidth.json | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/asciifarm/charmaps/default.json b/asciifarm/charmaps/default.json index 916aaaf..2952ab0 100644 --- a/asciifarm/charmaps/default.json +++ b/asciifarm/charmaps/default.json @@ -20,8 +20,11 @@ "spikes": ["^",7], "goblin": ["g",2], "seed": [":",10], - "plant": ["Y",10], - "youngplant": ["v",10], + "plantedseed": [".",10], + "seedling": [",", 10], + "youngplant": ["v", 10], + "smallplant": ["v", 2], + "plant": ["Y",2], "food": ["8",13], "troll": ["T",1], "sword": ["/",7], diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index 70d8a3b..cd9aca7 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -20,8 +20,11 @@ "spikes": ["^",7], "goblin": ["g",2], "seed": [":",10], - "plant": ["Y",10], + "plantedseed": [".",10], + "seedling": [",",10], "youngplant": ["v",10], + "smallplant": ["v",2], + "plant": ["Y",2], "food": ["8",13], "troll": ["T",1], "sword": ["/", 7], |
