magiclysm-bn/items/books_lore.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

51 lines
1.6 KiB
JSON

[
{
"id": "retreat_map",
"copy-from": "abstractmap",
"type": "GENERIC",
"name": "vacation brochure",
"description": "This is a glossy brochure encouraging students to book vactaions at a lake retreat or remote cabin. The brochure includes lush photographs of a tower on an island and a remote looking cabin in the woods. It includes a map of the areas.",
"color": "white",
"use_action": {
"type": "reveal_map",
"radius": 185,
"terrain": [ "lake_retreat_ground", "magic_cabin" ],
"message": "You add the locations to your map."
}
},
{
"id": "lair_map",
"copy-from": "abstractmap",
"type": "GENERIC",
"name": "lair map",
"description": "This is an well worn map. It has pictures of fantastical beasts embellishing the carefully drawn map markers.",
"color": "white",
"use_action": {
"type": "reveal_map",
"radius": 185,
"terrain": [
"demon_spider_lair",
"black_dragon_lair_z-0_NW",
"black_dragon_lair_z-0_NE",
"black_dragon_lair_z-0_SW",
"black_dragon_lair_z-0_SE"
],
"message": "You add the locations to your map."
}
},
{
"id": "wizard_photo",
"type": "GENERIC",
"//": "Unique item for magic_basement.",
"category": "other",
"name": "old photo",
"description": "A photo of a jovial, old wizard, he seems to be dancing with a coat rack in this basement. There is a stack of suitcases in the background.",
"weight": "1 g",
"volume": 0,
"price": 800,
"material": [ "paper" ],
"symbol": "*",
"color": "light_gray"
}
]