Skip to content

Commit

Permalink
Added missing Darth Vader conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
Undercova committed Mar 17, 2021
1 parent bfddf14 commit 99f5f2e
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
conversation_id conversation_file
TEXT TEXT
tatooine_mos_eisley_darth_vader tatooine_mos_eisley_darth_vader/start_neutral
tatooine_mos_eisley_darth_vader tatooine_mos_eisley_darth_vader/start_rebel
tatooine_mos_eisley_darth_vader tatooine_mos_eisley_darth_vader/start_imperial
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"npcMessage": {
"file": "conversation/restuss_battle_cryer",
"key": "s_4",
"comment": "The battle of Restuss on the moon of Rori is reaching a boiling point. I've heard that the Empire and Rebels alike are mobilizing enormous armies to their bases around the city. Any day now we can expect an escalation to all out war in Restuss."
},
"playerResponses": [],
"requirements": [],
"events": [
{
"type": "npc_animation",
"args": {
"animation": "pound_fist_palm"
}
},
{
"type": "player_animation",
"args": {
"animation": "nod"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"npcMessage": {
"file": "conversation/restuss_battle_cryer",
"key": "s_4",
"comment": "The battle of Restuss on the moon of Rori is reaching a boiling point. I've heard that the Empire and Rebels alike are mobilizing enormous armies to their bases around the city. Any day now we can expect an escalation to all out war in Restuss."
},
"playerResponses": [],
"requirements": [],
"events": [
{
"type": "npc_animation",
"args": {
"animation": "pound_fist_palm"
}
},
{
"type": "player_animation",
"args": {
"animation": "nod"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"npcMessage": {
"file": "conversation/restuss_battle_cryer",
"key": "s_4",
"comment": "The battle of Restuss on the moon of Rori is reaching a boiling point. I've heard that the Empire and Rebels alike are mobilizing enormous armies to their bases around the city. Any day now we can expect an escalation to all out war in Restuss."
},
"playerResponses": [],
"requirements": [],
"events": [
{
"type": "npc_animation",
"args": {
"animation": "pound_fist_palm"
}
},
{
"type": "player_animation",
"args": {
"animation": "nod"
}
}
]
}

0 comments on commit 99f5f2e

Please sign in to comment.