Wrote her first quick quest, havn't checked yet but honestly want to just get them out and refine/bugfix later. What is her cat [KITTY] called? I think some kind of non obvous reference to her ideology or leftypol here could be quite nice.
[
{
"id": "MISSION_ALUNYA_GET_CATFOOD",
"type": "mission_definition",
"name": { "str": "Find some cat food for Alunya." },
"goal": "MGOAL_CONDITION",
"goal_condition": {
"and": [ { "u_has_items": { "item": "catfood", "count": 10 } }, { "u_has_items": { "item": "catfood_dry", "count": 5 } } ]
},
"item": "catfood_dry",
"count": 10,
"difficulty": 1,
"value": 0,
"end": { "effect": [ { "npc_add_var": "npc_alunya_catfood", "type": "dialogue", "context": "Alunya", "value": "yes" } ] },
"origins": [ "ORIGIN_SECONDARY" ],
"dialogue": {
"describe": "We've been doing okay sharing what I can scavange for now but [kitty] really needs something that will last.",
"offer": "Great, It's a simple task, I just need you to keep a look out for some cat food on your travels. We might as well stock up so Ten cans of cat food and 5 bags of dry cat food should be fine.",
"accepted": "[WRITE]",
"rejected": "[WRITE]",
"advice": "Nothing to say, there's no hurry though, she'll survive for now.",
"inquire": "How is it going? Do you have them?",
"success": "Thanks! Now [KITTY] will be super well fed... I'm pretty sure they put kitty nutrience in these... Anyway, I don't really have anything to pay you in right now, I hope you don't mind...",
"success_lie": "Well… where are they?",
"failure": "…"
}
}
]