You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.2 KiB
38 lines
1.2 KiB
{
|
|
"TORCH_BAD": {
|
|
"id": "TORCH_BAD",
|
|
"name": "Crappy Torch",
|
|
"foreground": [24, 205, 189],
|
|
"background": [230, 20, 120],
|
|
"description": "A torch that barely lights the way. You wonder if it'd be better to not see the person who murders you.",
|
|
"type": "LIGHT",
|
|
"display": "\u0f08"
|
|
},
|
|
"SWORD_RUSTY": {
|
|
"id": "SWORD_RUSTY",
|
|
"name": "Rusty Junk Sword",
|
|
"foreground": [24, 205, 189],
|
|
"background": [24, 205, 189],
|
|
"description": "A sword left to rot in a deep hole where it acquired a patina of dirt and tetanus. You aren't sure if it's more deadly for you to hold it or for the people you stab with it.",
|
|
"type": "WEAPON",
|
|
"display":"\u1e37"
|
|
},
|
|
"CHEST_SMALL": {
|
|
"id": "CHEST_SMALL",
|
|
"name": "Small Chest",
|
|
"foreground": [24, 205, 189],
|
|
"background": [24, 205, 189],
|
|
"description": "A small chest of gold. You wonder who would leave something like this around.",
|
|
"type": "LOOT",
|
|
"display":"\uaaea"
|
|
},
|
|
"WALL_TORCH": {
|
|
"id": "WALL_TORCH",
|
|
"name": "Basic Wall Torch",
|
|
"foreground": [24, 205, 189],
|
|
"background": [24, 205, 189],
|
|
"description": "A torch on a wall you can't pick up.",
|
|
"type": "FIXED_LIGHT",
|
|
"display": "☀"
|
|
}
|
|
}
|
|
|