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

39 lines
902 B
JSON

[
{
"type": "npc",
"id": "magus_old",
"//": "old magus in the wizard tower.",
"name_suffix": "magus",
"class": "NC_OLD_MAGUS",
"attitude": 0,
"mission": 7,
"mission_offered": "MISSION_GET_MAGIC_BOOK",
"chat": "TALK_OLD_MAGUS",
"faction": "wizards_ancient"
},
{
"type": "npc",
"id": "techno_kid",
"//": "possibly crazy techno kid",
"name_suffix": "technologist",
"class": "NC_TECHNO_KID",
"attitude": 0,
"mission": 7,
"mission_offered": "MISSION_GET_POWER_CBM",
"chat": "TALK_TECHNO_KID",
"faction": "no_faction"
},
{
"type": "npc",
"id": "healer_priest",
"//": "a priest of the grey flame",
"name_suffix": "healer",
"class": "NC_BIO_PRIEST",
"attitude": 0,
"mission": 7,
"mission_offered": "MISSION_PURGE_50_Z",
"chat": "TALK_HEALER_GREY",
"faction": "healers_grey"
}
]