Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Little rework of Find Dog quest #45015

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions data/json/npcs/missiondef.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,17 +657,20 @@
"goal": "MGOAL_FIND_MONSTER",
"difficulty": 3,
"value": 100000,
"place": "near_town",
"start": "place_dog",
"start": {
"effect": { "u_buy_item": "dog_whistle" },
"assign_mission_target": { "om_terrain": "house", "om_terrain_match_type": "PREFIX", "reveal_radius": 1, "search_range": 75, "z": 0 },
"update_mapgen": { "place_monster": [ { "monster": "mon_dog", "x": 10, "y": 10, "target": true, "friendly": true } ] }
},
"origins": [ "ORIGIN_OPENER_NPC" ],
"dialogue": {
"describe": "Oh, my poor puppy…",
"offer": "I left my poor dog in a house, not far from here. Can you retrieve it?",
"offer": "I lost my poor dog, not far from here. Can you retrieve it?",
"accepted": "Thank you! Please hurry back!",
"rejected": "Please, think of my poor little puppy!",
"advice": "Take my dog whistle; if the dog starts running off, blow it and he'll return to your side.",
"inquire": "Have you found my dog yet?",
"success": "Thank you so much for finding him!",
"success": "Thank you so much for finding him! I think he likes you. Maybe you should bring him with you, so you can keep him safe…",
"success_lie": "What?! You're lying, I can tell! Ugh, forget it!",
"failure": "Oh no! My poor puppy…"
}
Expand Down