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 18a620b commit 2950e93
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion dialogue/neutral-student.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
["Dialogue.condition_switch",
"phq.chk_affection", "talking-incr-affection",
"talking-dislike", "talking-crit-sucess",
"talking-fumble", "give-quest"]
"talking-fumble", "give-quest", "sport-talk"]
],
"condition": ["<", "phq_wid.dialogue_npc.have_talk", 1]
}
Expand Down Expand Up @@ -153,6 +153,15 @@
"current affection: {phq_wid.dialogue_npc.relation.affection}"],
"pre-action": ["increaseInt", "phq_wid.dialogue_npc.relation.affection", -10],
"action": "phq.backToGame"
}, "sport-talk" : {
"rand-texts": [
"You talk about diferents sportsware bands",
"You talk about your favorit whellball team",
"You talk about voleyball",
"Long discution about favorit gear for whellball"
],
"pre-action": ["increaseInt", "phq_wid.dialogue_npc.relation.affection", 3],
"action": "phq.backToGame"
}
}
}
Expand Down

0 comments on commit 2950e93

Please sign in to comment.