summaryrefslogtreecommitdiff
path: root/asciifarm/charmaps
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-03-06 11:26:59 +0100
committertroido <troido@protonmail.com>2020-03-06 11:26:59 +0100
commitdd07ff4d686f07cdc9736627dd0ef099ef5e4e4f (patch)
treef43310b3779a95efd74a40ba8139cf146ad49051 /asciifarm/charmaps
parentc9366616079240cd7ee3d243c9f6897d40b4267d (diff)
new directory structure for the separate client repo
Diffstat (limited to 'asciifarm/charmaps')
-rw-r--r--asciifarm/charmaps/__init__.py0
-rw-r--r--asciifarm/charmaps/emoji.json10
-rw-r--r--asciifarm/charmaps/fullwidth.json52
-rw-r--r--asciifarm/charmaps/halfwidth.json64
4 files changed, 0 insertions, 126 deletions
diff --git a/asciifarm/charmaps/__init__.py b/asciifarm/charmaps/__init__.py
deleted file mode 100644
index e69de29..0000000
--- a/asciifarm/charmaps/__init__.py
+++ /dev/null
diff --git a/asciifarm/charmaps/emoji.json b/asciifarm/charmaps/emoji.json
deleted file mode 100644
index 3049816..0000000
--- a/asciifarm/charmaps/emoji.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "templates": ["fullwidth"],
- "mapping":{
- "tree": ["🌳",0,2],
- "stairdown": ["↘",7],
- "stairup": ["↖",7],
- "player": ["🙂",15],
- "sword": ["🗡️", 7]
- }
-}
diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json
deleted file mode 100644
index 6d912fe..0000000
--- a/asciifarm/charmaps/fullwidth.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "templates": ["halfwidth"],
- "mapping":{
- "tree": ["T",0,2],
- "wall": ["#",7,8],
- "builtwall": ["+",7,8],
- "rock": ["#",8,8],
- "stone": ["o",7],
- "pebble": ["*",7],
- "player": ["@",15],
- "ground": [".",3],
- "grass1": [",",2],
- "grass2": ["'",2],
- "grass3": ["`",10],
- "rabbit": ["b",15],
- "water": ["~",4,4],
- "floor": [".",8],
- "portal": ["$", 5],
- "stairdown": [">",7],
- "stairup": ["<",7],
- "dummy": ["d",3],
- "spikes": ["^",7],
- "goblin": ["g",2],
- "seed": [":",10],
- "plantedseed": [".",10],
- "seedling": [",",10],
- "youngplant": ["v",10],
- "smallplant": ["v",2],
- "plant": ["Y",2],
- "food": ["8",13],
- "troll": ["T",1],
- "sword": ["/", 7],
- "club": ["!", 3],
- "house": ["^", 3, 1],
- "bridge": ["=", 9,3],
- "smallbridge": ["=", 3,4],
- "entry": ["%", 7],
- "fence": ["#", 3],
- "armour": ["[", 7],
- "wound": [" ", 7, 1],
- "rat": ["r",7],
- "closeddoor": ["+",1 ,3],
- "opendoor": [""",3],
- "raindrop": [":",12],
- "snowflake": ["*",15],
- " ": [" ", 7]
- },
- "default": ["?", 7],
- "charwidth": 2,
- "alphabet":
- "!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
-}
diff --git a/asciifarm/charmaps/halfwidth.json b/asciifarm/charmaps/halfwidth.json
deleted file mode 100644
index d3e16f8..0000000
--- a/asciifarm/charmaps/halfwidth.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "mapping":{
- "tree": ["T", 0, 2],
- "wall": ["#", 7, 8],
- "builtwall": ["+", 7, 8],
- "rock": ["#", 8, 8],
- "stone": ["o", 7],
- "pebble": ["*", 7],
- "player": ["@", 15],
- "ground": [".", 3],
- "grass1": [",", 2],
- "grass2": ["'", 2],
- "grass3": ["`", 10],
- "water": ["~", 4, 4],
- "rabbit": ["b", 15],
- "floor": [".", 8],
- "portal": ["$", 5],
- "stairdown": [">",7],
- "stairup": ["<",7],
- "dummy": ["d", 3],
- "spikes": ["^",7],
- "goblin": ["g",2],
- "seed": [":",10],
- "plantedseed": [".",10],
- "seedling": [",", 10],
- "youngplant": ["v", 10],
- "smallplant": ["v", 2],
- "plant": ["Y",2],
- "food": ["8",13],
- "troll": ["T",1],
- "sword": ["/",7],
- "club": ["!", 3],
- "house": ["^", 3, 1],
- "bridge": ["=", 9,3],
- "smallbridge": ["=", 3,4],
- "entry": ["%", 7],
- "fence": ["#", 3],
- "armour": ["[", 7],
- "wound": [" ", 7, 1],
- "rat": ["r", 7],
- "closeddoor": ["+",1, 3],
- "opendoor": ["\"", 3],
- "raindrop": [":", 12],
- "snowflake": ["*", 15],
- " ": [" ", 7]
- },
- "writable": {
- "engravedwall": [15, 8],
- "emptyletter": [7, 0]
- },
- "default": ["?", 7],
- "charwidth": 1,
- "healthfull": ["#", 7, 2],
- "healthempty": ["_", 7, 1],
- "msgcolours": {
- "chat": [15,0],
- "attack": [12,0],
- "damage": [9,0],
- "heal": [10,0],
- "connect": [3,0],
- "server": [11,0]
- },
- "alphabet": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
-}