Dialog for NPCs
We need dialog for the two interactable lolis in the house
Loli A: "Delphine Fon Chest" (DFC)
- Character: Bratty streamer loli
- Location: In front of the TV on the first floor
- Status: Streaming to her users
- Planned interaction
- Petty insults
- Fetch me something to
eatdrink! (See example interaction below)
Current full dialog file for DFC as example
Dialog options 1,2,3,5 are unlocked by default. These options read as Fetch Drink, Huge Her, What are you doing?, Donate
and are presented in the dialog view.
Once the player accepts Fetch Drink
by clicking on it and waiting for the full dialog to read, Deliver Can
(4) is unlocked and Fetch Drink
(1) is locked and hideden.
Clicking on Deliver Can
will either trigger Deliver Can_correct
if the player has a can in the inventory to give, or fails with Deliver Can_fail
until the player delivers the can.
Afterwards only options 2,3,5 are visible.
{
"dialog_options": {
"1": { "path_name": "Fetch Drink", "id": "Task", "unlocked": true },
"2": { "path_name": "Hug her", "id": "Hug", "unlocked": true },
"2": { "path_name": "What are you doing?", "id": "Hug", "unlocked": true },
"3": { "path_name": "Deliver Can", "id": "Deliver", "unlocked": false },
"4": { "path_name": "Donate", "id": "Donate", "unlocked": true }
},
"Fetch Drink_options":{
"post1": {"unlock": "Deliver Can"},
"post2": {"lock": "Fetch Drink"}
},
"Fetch Drink": {
"1": "If you get me something to drink, I'll give you a reward later.",
"2": "So what are you waiting for SIMP? Go get me something to drink!",
"3": "And don't get in the way of the webcam!"
},
"Deliver Can_options":{
"require": { "loli_juice_can": 1, "done": false },
"post": {"lock": "Deliver Can"}
},
"Deliver Can": {
"1": "Finally! You took your sweet time <player_name>!"
},
"Deliver Can_correct": {
"1": "Finally some Loli Juice! Took your sweet time!",
"2": "Now go away, I'm streaming!"
},
"Deliver Can_fail": {
"1": "What the hell are you doing?",
"2": "Go get me the Loli Juice!"
},
"What are you doing?": {
"1": "Streaming of course! Stop bothering me!"
},
"Hug her": {
"1": "MONKAS No hugging during the stream!!111"
},
"Donate": {
"1": "Thank you for your donation, <player_name>!",
"2": "I'll give you a reward later <3"
},
"random_lines": [
"FUCKING CHEATER!.... Oh, not you, <player_name>!",
"100 <credits> or more donations get my onlyfans!",
"I just want a cute boy to play vidya with!"
],
"generic_item_received": {
"1": "Thank you for <item>",
}
}
Loli B: Julay Cummpernickle (JC)
- Character: Mellow
- Location: In bed on he second floor
- Status: Sleeping
- Planned interaction
- Sleeptalk
- Text reactions to molesting
- Some generic lewd talk in sleep
Edited by Kadaban