Skip to content

Instantly share code, notes, and snippets.

@tommyettinger
Created January 2, 2014 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommyettinger/8214201 to your computer and use it in GitHub Desktop.
Save tommyettinger/8214201 to your computer and use it in GitHub Desktop.
{
"nil": {
"description": "Nothingness (from tiles.yml)",
"glyph": " ",
"day_color": {
"between": [
"black",
"black"
],
"mix": [
0,
0
]
},
"night_color": "black",
"slows": 1,
"transparency": 0
},
"sea": {
"description": "Sea",
"glyph": "≈",
"day_color": {
"between": [
"blue",
"cyan"
],
"mix": [
0.5,
1
]
},
"night_color": "night",
"slows": 0.75,
"transparency": 1
},
"rocks": {
"description": "Jagged, pitted rocks",
"glyph": "*",
"day_color": {
"between": [
"dark_grey",
"dark_red"
],
"mix": [
0.1,
0.5
]
},
"night_color": "dark_night",
"slows": 0.8,
"transparency": 0.5
},
"sand": {
"description": "Sand",
"glyph": "≈",
"day_color": {
"between": [
"white",
"yellow"
],
"mix": [
0.3,
0.6
]
},
"night_color": "light_night",
"slows": 0.5,
"transparency": 1
},
"large_oak": {
"description": "A gnarled, mature oak",
"glyph": "Ⲯ",
"day_color": {
"between": [
"orange",
"gray"
],
"mix": [
0,
0.2
]
},
"night_color": "night",
"slows": 1,
"transparency": 0
},
"small_oak": {
"description": "A young, slim oak",
"glyph": "Ⲯ",
"day_color": {
"between": [
"dark_green",
"dark_yellow"
],
"mix": [
0.2,
0.8
]
},
"night_color": "dark_night",
"slows": 0.25,
"transparency": 0.5
},
"forest_floor": {
"description": "Rutted ground spotted with decaying foliage",
"glyph": "`",
"day_color": {
"between": [
"dark_orange",
"chartreuse"
],
"mix": [
0,
0.5
]
},
"night_color": "night",
"slows": 0.25,
"transparency": 1
},
"grass": {
"description": "Long, unkempt grass",
"glyph": "\"",
"day_color": {
"between": [
"dark_green",
"dark_blue"
],
"mix": [
0,
0.3
]
},
"night_color": "dark_night",
"slows": 0,
"transparency": 1
},
"flowers1": {
"description": "A bed of bright, fragrant flowers",
"glyph": "✲",
"day_color": {
"between": [
"yellow",
"green"
],
"mix": [
0,
1
]
},
"night_color": "night",
"slows": 0,
"transparency": 1
},
"flowers2": {
"description": "A bed of bright, fragrant flowers",
"glyph": "░",
"day_color": {
"between": [
"dark_red",
"dark_blue"
],
"mix": [
0,
1
]
},
"night_color": "dark_night",
"slows": 0,
"transparency": 1
},
"vegetation": {
"description": "Low bushes",
"glyph": "&",
"day_color": {
"between": [
"darker_green",
"darker_yellow"
],
"mix": [
0.2,
0.8
]
},
"night_color": "dark_night",
"slows": 0.5,
"transparency": 0.25
},
"fern": {
"description": "Broad-leafed ferns",
"glyph": "*",
"day_color": {
"between": [
"green",
"yellow"
],
"mix": [
0.4,
0.6
]
},
"night_color": "night",
"slows": 0.25,
"transparency": 0.25
},
"wooden_wall": {
"description": "Wooden wall",
"glyph": "#",
"day_color": {
"between": [
"white",
"orange"
],
"mix": [
0.3,
0.6
]
},
"night_color": "night",
"slows": 1,
"transparency": 0
},
"stone_wall": {
"description": "A smooth, stone wall",
"glyph": "▓",
"day_color": {
"between": [
"dark_grey",
"dark_yellow"
],
"mix": [
0,
0.3
]
},
"night_color": "dark_night",
"slows": 1,
"transparency": 0
},
"downstairs": {
"description": "A stair leading downards",
"glyph": "▼",
"day_color": {
"between": [
"dark_grey",
"dark_yellow"
],
"mix": [
0,
0.3
]
},
"night_color": "dark_night",
"slows": 0,
"transparency": 1
},
"path": {
"description": "Walkable",
"glyph": ".",
"day_color": {
"between": [
"grey",
"yellow"
],
"mix": [
0,
0.2
]
},
"night_color": "night",
"slows": 0,
"transparency": 1
},
"open_door": {
"description": "An open door",
"glyph": "/",
"day_color": {
"between": [
"orange",
"yellow"
],
"mix": [
0,
0.1
]
},
"night_color": "night",
"slows": 0,
"transparency": 1,
"transformations": {
"close": "closed_door"
}
},
"closed_door": {
"description": "A closed door",
"glyph": "+",
"day_color": {
"between": [
"orange",
"yellow"
],
"mix": [
0,
0.1
]
},
"night_color": "night",
"slows": 1,
"transparency": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment