Skip to content

Commit

Permalink
Update neutral-student.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo-ray committed Apr 24, 2024
1 parent 2950e93 commit 8cc72f1
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion dialogue/neutral-student.json
Expand Up @@ -119,7 +119,8 @@
["Dialogue.condition_switch",
"phq.chk_affection", "talking-incr-affection",
"talking-dislike", "talking-crit-sucess",
"talking-fumble", "give-quest", "sport-talk"]
"talking-fumble", "give-quest", "sport-talk",
"boardgame-talk", "animu-talk"]
],
"condition": ["<", "phq_wid.dialogue_npc.have_talk", 1]
}
Expand Down Expand Up @@ -162,6 +163,21 @@
],
"pre-action": ["increaseInt", "phq_wid.dialogue_npc.relation.affection", 3],
"action": "phq.backToGame"
}, "boardgame-talk" : {
"rand-texts": [
"Discution about whatever you prefer games with D20 or D6",
"You talk about uno ?",
"{phq_wid.dialogue_npc.name} tell you about the time when he used to play Savana Speed"
],
"pre-action": ["increaseInt", "phq_wid.dialogue_npc.relation.affection", 3],
"action": "phq.backToGame"
}, "animu-talk": {
"rand-texts": [
"Gundoum Goundoum Goundoum !",
"Bla bla bla, {phq_wid.dialogue_npc.name} like that waifu"
],
"pre-action": ["increaseInt", "phq_wid.dialogue_npc.relation.affection", 3],
"action": "phq.backToGame"
}
}
}
Expand Down

0 comments on commit 8cc72f1

Please sign in to comment.