summaryrefslogtreecommitdiff
path: root/asciifarm/charmaps/halfwidth.json
blob: f8a5e57f3b4f340a63323ecef18dba0d58a123aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
    "mapping":{
        "tree": ["T", 0, 2],
        "wall": ["#", 7, 8],
        "builtwall": ["+", 7, 8],
        "rock": [" ", 7, 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]
    },
    "alphabet": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
}