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

111 lines
3.5 KiB
JSON

[
{
"id": "rune_biomancer",
"type": "TOOL",
"symbol": "=",
"color": "pink",
"name": { "str": "Biomancer rune" },
"description": "This magical pebble has an insignia of rended flesh and bones on it. It is necessary for Biomancers to channel magic into their crafts.",
"volume": "5ml",
"weight": "1 g",
"material": "stone",
"flags": [ "TRADER_AVOID" ]
},
{
"id": "rune_technomancer",
"type": "TOOL",
"symbol": "=",
"color": "blue",
"name": { "str": "Technomancer rune" },
"description": "This magical pebble has an insignia of clockwork and gears on it. It is necessary for Technomancers to channel magic into their crafts.",
"volume": "5ml",
"weight": "1 g",
"material": "stone",
"flags": [ "TRADER_AVOID" ]
},
{
"id": "rune_magus",
"type": "TOOL",
"symbol": "=",
"color": "magenta",
"name": { "str": "Magus rune", "str_pl": "Magi runes" },
"description": "This magical pebble has an insignia of crystal and mana orbs on it. It is necessary for Magi to channel magic into their crafts.",
"volume": "5ml",
"weight": "1 g",
"material": "stone",
"flags": [ "TRADER_AVOID" ]
},
{
"id": "rune_earthshaper",
"type": "TOOL",
"symbol": "=",
"color": "green",
"name": { "str": "Earthshaper rune" },
"description": "This magical pebble has an insignia of steel and rocks on it. It is necessary for Earthshapers to channel magic into their crafts.",
"volume": "5ml",
"weight": "1 g",
"material": "stone",
"flags": [ "TRADER_AVOID" ]
},
{
"id": "rune_kelvinist",
"type": "TOOL",
"symbol": "=",
"color": "red",
"name": { "str": "Kelvinist rune" },
"description": "This magical pebble has an insignia of ice and flames on it. It is necessary for Kelvinists to channel magic into their crafts.",
"volume": "5ml",
"weight": "1 g",
"material": "stone",
"flags": [ "TRADER_AVOID" ]
},
{
"id": "rune_stormshaper",
"type": "TOOL",
"symbol": "=",
"color": "yellow",
"name": { "str": "Stormshaper rune" },
"description": "This magical pebble has an insignia of lightning and storm clouds on it. It is necessary for Stormshapers to channel magic into their crafts.",
"volume": "5ml",
"weight": "1 g",
"material": "stone",
"flags": [ "TRADER_AVOID" ]
},
{
"id": "rune_druid",
"type": "TOOL",
"symbol": "=",
"color": "brown",
"name": { "str": "Druid rune" },
"description": "This magical pebble has an insignia of nature and trees on it. It is necessary for Druids to channel magic into their crafts.",
"volume": "5ml",
"weight": "1 g",
"material": "stone",
"flags": [ "TRADER_AVOID" ]
},
{
"id": "rune_animist",
"type": "TOOL",
"symbol": "=",
"color": "light_red",
"name": { "str": "Animist rune" },
"description": "This magical pebble has an insignia of summoners on it. It is necessary for Animists to channel magic into their crafts.",
"volume": "5ml",
"weight": "1 g",
"material": "stone",
"flags": [ "TRADER_AVOID" ]
},
{
"id": "rune_alchemist",
"type": "TOOL",
"symbol": "=",
"color": "black",
"name": { "str": "alchemist rune" },
"description": "This magical pebble has an insignia of alchemy and potions on it. While versatile in use, the lack of attunement to any school prevents creation of more advanced recipes.",
"volume": "5ml",
"weight": "1 g",
"material": "stone",
"flags": [ "TRADER_AVOID" ]
}
]