Skip to content

Commit 1175485

Browse files
committed
2 parents 5107f27 + 715f7b9 commit 1175485

366 files changed

Lines changed: 2815 additions & 7676 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
conversation_id conversation_file
2+
TEXT TEXT
3+
buffs_medic buffs_medic/start
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"npcMessage": {
3+
"file": "conversation/biogenic_scientist_human",
4+
"key": "s_d080da0e",
5+
"comment": "Thank you. Oh, wait a minute. Before you go I have something maybe that you can use. Just a moment and let me find it..."
6+
},
7+
"playerResponses": [
8+
{
9+
"playerMessage": {
10+
"file": "conversation/biogenic_scientist_human",
11+
"key": "s_ba27cb12",
12+
"comment": "Oh, thank you so much! Thank you for saving my life. I just want to get out of here. I want to get away."
13+
}
14+
}
15+
],
16+
"requirements": [],
17+
"events": [
18+
{
19+
"type": "npc_animation",
20+
"args": {
21+
"animation": "heal_other"
22+
}
23+
},
24+
{
25+
"type": "grant_buff",
26+
"args": {
27+
"buffs": ["frogBuff", "high_morale"]
28+
}
29+
}
30+
]
31+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"npcMessage": {
3+
"file": "conversation/biogenic_scientist_generic_01",
4+
"key": "s_cc366e42",
5+
"comment": "Relax, I'm here to help."
6+
},
7+
"playerResponses": [
8+
{
9+
"playerMessage": {
10+
"file": "conversation/biogenic_scientist_human",
11+
"key": "s_a2a14f83",
12+
"comment": "We'll see if I get a chance."
13+
},
14+
"next": "buffs_medic/apply"
15+
}
16+
],
17+
"requirements": [],
18+
"events": [
19+
{
20+
"type": "npc_animation",
21+
"args": {
22+
"animation": "nod"
23+
}
24+
}
25+
]
26+
}

serverdata/conversation/simple_droid_geek_alert_5/start.json renamed to serverdata/conversation/droid/droid_geek_alert_5.json

File renamed without changes.

serverdata/conversation/simple_droid_geek_bye_nice_13/start.json renamed to serverdata/conversation/droid/droid_geek_bye_nice_13.json

File renamed without changes.

serverdata/conversation/simple_droid_prissy_hi_mean_14/start.json renamed to serverdata/conversation/droid/droid_prissy_hi_mean_14.json

File renamed without changes.

serverdata/conversation/simple_droid_sarcastic_alert_2/start.json renamed to serverdata/conversation/droid/droid_sarcastic_alert_2.json

File renamed without changes.

serverdata/conversation/simple_droid_sarcastic_flee_4/start.json renamed to serverdata/conversation/droid/droid_sarcastic_flee_4.json

File renamed without changes.

serverdata/conversation/simple_droid_slang_flee_15/start.json renamed to serverdata/conversation/droid/droid_slang_flee_15.json

File renamed without changes.

serverdata/conversation/simple_droid_slang_threat_15/start.json renamed to serverdata/conversation/droid/droid_slang_threat_15.json

File renamed without changes.

0 commit comments

Comments
 (0)