mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-17 00:06:00 -05:00
Updated conversation for imperial and rebel recruiter
This commit is contained in:
5
serverdata/nge/conversation/imperial_recruiter.sdb
Normal file
5
serverdata/nge/conversation/imperial_recruiter.sdb
Normal file
@@ -0,0 +1,5 @@
|
||||
spawn_id conversation_id
|
||||
TEXT TEXT
|
||||
imperial_recruiter imperial_recruiter/rebel_root
|
||||
imperial_recruiter imperial_recruiter/neutral_root
|
||||
imperial_recruiter imperial_recruiter/normal_root
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_50",
|
||||
"comment": "What kind of change were you considering?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_74",
|
||||
"comment": "I would like to use my personal leave time."
|
||||
},
|
||||
"next": "imperial_recruiter/resign"
|
||||
}
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"type": "faction_name",
|
||||
"args": {
|
||||
"faction": "imperial"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "faction_status",
|
||||
"args": {
|
||||
"statuses": [
|
||||
"combatant",
|
||||
"special_forces"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_432",
|
||||
"comment": "Joining the military is a big commitment. Are you sure that you are ready? You realize that those upstart rebels will attack you on sight? Not the so-called 'special forces' but their main troops."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_434",
|
||||
"comment": "Absolutely. It would be a great honor to serve the Empire."
|
||||
},
|
||||
"next": "recruiter_imperial/neutral_join_accept"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_440",
|
||||
"comment": "Perhaps I should think about it a bit longer."
|
||||
},
|
||||
"next": "recruiter_imperial/neutral_join_decline"
|
||||
}
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"type": "faction_name",
|
||||
"args": {
|
||||
"faction": "neutral"
|
||||
}
|
||||
}
|
||||
],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_116",
|
||||
"comment": "Welcome to the Imperial Military. I expect good things from you, recruit!"
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [
|
||||
{
|
||||
"type": "faction_name",
|
||||
"args": {
|
||||
"faction": "neutral"
|
||||
}
|
||||
}
|
||||
],
|
||||
"events": [
|
||||
{
|
||||
"type": "faction_change",
|
||||
"args": {
|
||||
"faction": "imperial"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_442",
|
||||
"comment": "Stop wasting my time. If you are serious, come back and talk to me."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [
|
||||
{
|
||||
"type": "faction_name",
|
||||
"args": {
|
||||
"faction": "neutral"
|
||||
}
|
||||
}
|
||||
],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_414",
|
||||
"comment": "Greetings, civilian. Would you be interested in joining the military?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_428",
|
||||
"comment": "I would like to join the military."
|
||||
},
|
||||
"next": "imperial_recruiter/neutral_join"
|
||||
}
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"type": "faction_name",
|
||||
"args": {
|
||||
"faction": "neutral"
|
||||
}
|
||||
}
|
||||
],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_410",
|
||||
"comment": "How are we doing in the war effort against the Rebel scum?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_49",
|
||||
"comment": "I would like to make a change to my military status."
|
||||
},
|
||||
"next": "imperial_recruiter/change_status"
|
||||
}
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"type": "faction_name",
|
||||
"args": {
|
||||
"faction": "imperial"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "faction_status",
|
||||
"args": {
|
||||
"statuses": [
|
||||
"combatant",
|
||||
"special_forces"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_308",
|
||||
"comment": "Leave my sight, scum. Insurrectionists like you should be punished."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [
|
||||
{
|
||||
"type": "faction_name",
|
||||
"args": {
|
||||
"faction": "rebel"
|
||||
}
|
||||
}
|
||||
],
|
||||
"events": []
|
||||
}
|
||||
26
serverdata/nge/conversation/imperial_recruiter/resign.json
Normal file
26
serverdata/nge/conversation/imperial_recruiter/resign.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_76",
|
||||
"comment": "Are you certain that this is what you want to do? You may be missing out on some important battles. Going on leave means that you will not be recognized as a member of the Imperial military and will be ignored by the Rebel Alliance."
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_79",
|
||||
"comment": "I am certain."
|
||||
},
|
||||
"next": "imperial_recruiter/resign_accept"
|
||||
}
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"type": "faction_name",
|
||||
"args": {
|
||||
"faction": "imperial"
|
||||
}
|
||||
}
|
||||
],
|
||||
"events": []
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_imperial",
|
||||
"key": "s_94",
|
||||
"comment": "So be it. I'll put the paperwork through. We will watch you closely to make sure that you don't cross any lines, citizen."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [
|
||||
{
|
||||
"type": "faction_name",
|
||||
"args": {
|
||||
"faction": "imperial"
|
||||
}
|
||||
}
|
||||
],
|
||||
"events": [
|
||||
{
|
||||
"type": "faction_change",
|
||||
"args": {
|
||||
"faction": "neutral"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
5
serverdata/nge/conversation/rebel_recruiter.sdb
Normal file
5
serverdata/nge/conversation/rebel_recruiter.sdb
Normal file
@@ -0,0 +1,5 @@
|
||||
spawn_id conversation_id
|
||||
TEXT TEXT
|
||||
rebel_recruiter rebel_recruiter/imperial_root
|
||||
rebel_recruiter rebel_recruiter/neutral_root
|
||||
rebel_recruiter rebel_recruiter/normal_root
|
||||
@@ -1,13 +1,15 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_50"
|
||||
"key": "s_50",
|
||||
"comment": "What kind of change were you considering?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_74"
|
||||
"key": "s_74",
|
||||
"comment": "This is all too much for me. I would like to resign completely."
|
||||
},
|
||||
"next": "rebel_recruiter/resign"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_230"
|
||||
"key": "s_230",
|
||||
"comment": "I'm sorry, but I do not know you and do not wish to."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [
|
||||
|
||||
@@ -1,20 +1,23 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_352"
|
||||
"key": "s_352",
|
||||
"comment": "This is not a decision to be taken lightly. Rebels are hunted across the galaxy. If you join us, while you are an active combatant, Imperials will attack you on sight but Imperial Special Forces will leave you alone. Are you ready for that?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_354"
|
||||
"key": "s_354",
|
||||
"comment": "That doesn't scare me. Down with the Emperor!"
|
||||
},
|
||||
"next": "rebel_recruiter/neutral_join_accept"
|
||||
},
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_360"
|
||||
"key": "s_360",
|
||||
"comment": "Now that you put it that way, perhaps I was a bit hasty."
|
||||
},
|
||||
"next": "rebel_recruiter/neutral_join_decline"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_99"
|
||||
"key": "s_99",
|
||||
"comment": "Welcome aboard. If you need to change your status, use the icon in your command browser named Change Neutral Status."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_362"
|
||||
"key": "s_362",
|
||||
"comment": "We only want serious, committed candidates. If you change your mind, talk to me then."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_334"
|
||||
"key": "s_334",
|
||||
"comment": "Hello friend. Is there something that I can do for you? Are you interested in helping free the peoples of the galaxy?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_348"
|
||||
"key": "s_348",
|
||||
"comment": "I would like to join you in your fight against the Empire."
|
||||
},
|
||||
"next": "rebel_recruiter/neutral_join"
|
||||
}
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_216"
|
||||
"key": "s_216",
|
||||
"comment": "Hello friend. Ready to get back to some real work?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_49"
|
||||
"key": "s_49",
|
||||
"comment": "I would like to make a change to my military status."
|
||||
},
|
||||
"next": "rebel_recruiter/change_status"
|
||||
}
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_76"
|
||||
"key": "s_76",
|
||||
"comment": "How could you turn your back on people trying to win freedom from tyranny? We need everyone we can get! Won't you reconsider?"
|
||||
},
|
||||
"playerResponses": [
|
||||
{
|
||||
"playerMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_78"
|
||||
"key": "s_78",
|
||||
"comment": "I'm sure. I have had enough war. I want out."
|
||||
},
|
||||
"next": "rebel_recruiter/resign_accept"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"npcMessage": {
|
||||
"file": "conversation/faction_recruiter_rebel",
|
||||
"key": "s_80"
|
||||
"key": "s_80",
|
||||
"comment": "So be it. If you decide that you want to come back, let me know. But for now, you are no longer a member of the Rebellion."
|
||||
},
|
||||
"playerResponses": [],
|
||||
"requirements": [
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
file enabled
|
||||
TEXT BOOLEAN
|
||||
spawn_tat_3.sdb TRUE
|
||||
rebel_recruiter.sdb TRUE
|
||||
imperial_recruiter.sdb TRUE
|
||||
@@ -1,5 +0,0 @@
|
||||
spawn_id conversation_id
|
||||
TEXT TEXT
|
||||
spawn_tat_3 rebel_recruiter/imperial_root
|
||||
spawn_tat_3 rebel_recruiter/neutral_root
|
||||
spawn_tat_3 rebel_recruiter/normal_root
|
||||
@@ -48,7 +48,7 @@ spawn_dan_45 DANTOOINE dan_world AREA 0 -4275.4 3.0 -2414.0 89 1 an explorer hum
|
||||
spawn_dan_46 DANTOOINE dan_world AREA 0 -4203.2 3.0 -2357.8 -135 1 an explorer humanoid_explorer INVULNERABLE N 100 100 City Imperial Outpost 1 IDLE 0 0 - idle 600
|
||||
spawn_dan_47 DANTOOINE dan_world AREA 0 -4221.8 10.0 -2441.0 -47 1 an Imperial officer humanoid_imperial_officer INVULNERABLE N 100 100 City Imperial Outpost 1 IDLE 0 0 - idle 600
|
||||
spawn_dan_48 DANTOOINE dan_world AREA 0 -4231.6 10.0 -2439.8 -137 1 an Imperial officer humanoid_imperial_officer INVULNERABLE N 100 100 City Imperial Outpost 1 IDLE 0 0 - npc_sitting_chair 600
|
||||
spawn_dan_49 DANTOOINE dan_world AREA 0 -4197.4 3.0 -2402.5 -92 1 an Imperial recruiter humanoid_imperial_recruiter INVULNERABLE N 100 100 City Imperial Outpost 1 IDLE 0 0 - idle 600
|
||||
spawn_dan_49 DANTOOINE dan_world AREA 0 -4197.4 3.0 -2402.5 -92 1 an Imperial recruiter humanoid_imperial_recruiter INVULNERABLE N 100 100 City Imperial Outpost 1 IDLE 0 0 - idle imperial_recruiter 600
|
||||
spawn_dan_50 DANTOOINE dan_world PATROL 0 -4219.9 3.0 -2363.1 0 1 an R5 unit droid_r5 INVULNERABLE N 100 100 City Imperial Outpost 1 PATROL 0 patrol_dan_1000 column idle 600
|
||||
spawn_dan_51 DANTOOINE dan_world PATROL 0 -4217.9 3.0 -2365.1 0 1 an R5 unit droid_r5 INVULNERABLE N 100 100 City Imperial Outpost 1 PATROL 0 patrol_dan_900 column idle 600
|
||||
spawn_dan_52 DANTOOINE dan_world AREA 0 -4221.5 3.0 -2378.4 104 1 Colonel Bek Rabor (an Imperial officer) humanoid_imperial_col_bek_rabor INVULNERABLE N 100 100 City Imperial Outpost 1 IDLE 0 0 - idle 600
|
||||
|
||||
@@ -3,7 +3,7 @@ STRING PRIMARY KEY TEXT TEXT REFERENCES buildings TEXT INTEGER REAL REAL REAL IN
|
||||
spawn_dat_1 DATHOMIR dat_aurilia_adv_gh AREA 8 -21.0 2.3 11.5 72 1 Nym's Envoy humanoid_nexus_ig88_starter INVULNERABLE N 100 100 City Aurilia 1 IDLE 0 0 - idle 600
|
||||
spawn_dat_2 DATHOMIR dat_aurilia_adv_gh AREA 10 -10.3 1.8 -6.0 90 1 a cold-weather Rebel trooper humanoid_heroic_echo_rebel_cw_trooper INVULNERABLE N 100 100 City Aurilia 1 IDLE 0 0 - idle 600
|
||||
spawn_dat_3 DATHOMIR dat_aurilia_adv_gh AREA 10 -12.0 1.8 -11.8 90 1 a Rebel recruiter humanoid_rebel_recruiter INVULNERABLE N 100 100 City Aurilia 1 IDLE 0 0 - idle rebel_recruiter 600
|
||||
spawn_dat_4 DATHOMIR dat_aurilia_adv_gh AREA 10 11.4 1.8 -10.9 -90 1 an Imperial recruiter humanoid_imperial_recruiter INVULNERABLE N 100 100 City Aurilia 1 IDLE 0 0 - idle 600
|
||||
spawn_dat_4 DATHOMIR dat_aurilia_adv_gh AREA 10 11.4 1.8 -10.9 -90 1 an Imperial recruiter humanoid_imperial_recruiter INVULNERABLE N 100 100 City Aurilia 1 IDLE 0 0 - idle imperial_recruiter 600
|
||||
spawn_dat_5 DATHOMIR dat_aurilia_adv_gh AREA 10 11.3 1.8 -6.8 -90 1 an Imperial snowtrooper humanoid_heroic_echo_imperial_snowtrooper INVULNERABLE N 100 100 City Aurilia 1 IDLE 0 0 - idle 600
|
||||
spawn_dat_6 DATHOMIR dat_aurilia_adv_gh AREA 11 -8.9 1.8 -20.9 0 1 a Corellia University teaching assistant humanoid_exar_intro_assistant INVULNERABLE N 100 100 City Aurilia 1 IDLE 0 0 - idle 600
|
||||
spawn_dat_7 DATHOMIR dat_aurilia_adv_gh AREA 11 -2.7 1.8 -16.7 -179 1 Hirael Chindiaye (an independent investor) humanoid_heroic_sd_neut_hirael_chindiaye_invest_intro INVULNERABLE N 100 100 City Aurilia 1 IDLE 0 0 - idle 600
|
||||
|
||||
@@ -641,7 +641,7 @@ spawn_lok_638 LOK lok_world AREA 0 -1828.2 12.0 -3126.6 0 1 a Stormtrooper human
|
||||
spawn_lok_639 LOK lok_world AREA 0 -1832.5 12.0 -3049.3 0 1 a Stormtrooper humanoid_imperial_rtp_stormtrooper_elite ATTACKABLE E 85 88 POI Imperial Outpost 1 LOITER 3 0 - idle 600
|
||||
spawn_lok_640 LOK lok_world AREA 0 -1841.2 12.0 -3089.8 90 1 a Stormtrooper humanoid_imperial_rtp_stormtrooper_elite ATTACKABLE E 85 88 POI Imperial Outpost 1 IDLE 0 0 - idle 600
|
||||
spawn_lok_641 LOK lok_world AREA 0 -1841.2 12.0 -3079.6 90 1 a Stormtrooper humanoid_imperial_rtp_stormtrooper_elite ATTACKABLE E 85 88 POI Imperial Outpost 1 IDLE 0 0 - idle 600
|
||||
spawn_lok_642 LOK lok_world AREA 0 -1844.4 12.0 -3069.1 90 1 an Imperial recruiter humanoid_imperial_recruiter INVULNERABLE N 100 100 POI Imperial Outpost 1 IDLE 0 0 - idle 600
|
||||
spawn_lok_642 LOK lok_world AREA 0 -1844.4 12.0 -3069.1 90 1 an Imperial recruiter humanoid_imperial_recruiter INVULNERABLE N 100 100 POI Imperial Outpost 1 IDLE 0 0 - idle imperial_recruiter 600
|
||||
spawn_lok_643 LOK lok_world PATROL 0 -1866.6 12.0 -3114.8 0 1 a Stormtrooper humanoid_imperial_rtp_stormtrooper_elite ATTACKABLE E 85 88 POI Imperial Outpost 1 PATROL 0 patrol_lok_1600 column idle 600
|
||||
spawn_lok_644 LOK lok_world AREA 0 -1874.2 12.0 -3123.7 30 1 a commoner humanoid_commoner INVULNERABLE N 100 100 POI Imperial Outpost 1 IDLE 0 0 - idle 600
|
||||
spawn_lok_645 LOK lok_world AREA 0 -1887.3 12.0 -3175.3 0 1 a Stormtrooper humanoid_imperial_rtp_stormtrooper_elite ATTACKABLE E 85 88 POI Imperial Outpost 1 LOITER 3 0 - idle 600
|
||||
|
||||
@@ -160,7 +160,7 @@ spawn_ror_157 RORI ror_world AREA 0 5409.7 80.0 6097.6 0 1 a thief humanoid_smug
|
||||
spawn_ror_158 RORI ror_world AREA 0 5427.5 80.0 6125.4 0 1 a thief humanoid_smuggler_patrol_thief_7 ATTACKABLE N 40 60 City Restuss 1 LOITER 2 0 - idle 600
|
||||
spawn_ror_159 RORI ror_world AREA 0 5398.0 82.0 6124.0 0 1 Emory humanoid_smuggler_fence_emory INVULNERABLE N 100 100 City Restuss 1 TURN 0 0 - idle 600
|
||||
spawn_ror_160 RORI ror_world AREA 0 5310.8 80.0 6206.4 0 1 Marles Jacobe humanoid_restuss_marles_jacobe INVULNERABLE N 100 100 City Restuss 1 LOITER 1 0 - idle 600
|
||||
spawn_ror_161 RORI ror_world AREA 0 5916.4 80.8 5551.9 0 1 an Imperial recruiter humanoid_imperial_recruiter INVULNERABLE N 100 100 City Restuss Imperial Base 1 IDLE 0 0 - idle 600
|
||||
spawn_ror_161 RORI ror_world AREA 0 5916.4 80.8 5551.9 0 1 an Imperial recruiter humanoid_imperial_recruiter INVULNERABLE N 100 100 City Restuss Imperial Base 1 IDLE 0 0 - idle imperial_recruiter 600
|
||||
spawn_ror_162 RORI ror_world AREA 0 4828.0 80.0 5843.4 0 1 a Rebel recruiter humanoid_rebel_recruiter INVULNERABLE N 100 100 City Restuss Rebel Base 1 IDLE 0 0 - idle rebel_recruiter 600
|
||||
spawn_ror_163 RORI ror_itp_vader_dark_jedi_bunker2 AREA 10 13.7 -13.8 -13.8 0 1 a Gundark flunky humanoid_u13_gundark_flunky AGGRESSIVE N 40 60 Dungeon Gundark Bunker 1 TURN 0 0 - idle 600
|
||||
spawn_ror_164 RORI ror_itp_vader_dark_jedi_bunker2 AREA 10 17.0 -13.8 -13.9 0 1 a Gundark flunky humanoid_u13_gundark_flunky AGGRESSIVE N 40 60 Dungeon Gundark Bunker 1 TURN 0 0 - idle 600
|
||||
|
||||
@@ -296,7 +296,7 @@ spawn_tal_293 TALUS tal_world PATROL 0 -2186.8 20.0 2280.6 0 1 an Imperial Colon
|
||||
spawn_tal_294 TALUS tal_world AREA 0 -2132.8 27.0 2211.8 0 1 an Imperial Corporal humanoid_imperial_corporal ATTACKABLE E 40 60 City Imperial Outpost 1 IDLE 0 0 - npc_use_terminal_high 600
|
||||
spawn_tal_295 TALUS tal_world PATROL 0 -2194.6 20.0 2343.4 100 1 an Imperial Major humanoid_imperial_major ATTACKABLE E 40 60 City Imperial Outpost 1 IDLE 0 0 - conversation 600
|
||||
spawn_tal_296 TALUS tal_world PATROL 0 -2184.2 20.0 2278.6 0 1 an Imperial noncom humanoid_imperial_noncom ATTACKABLE N 40 60 City Imperial Outpost 1 PATROL 0 patrol_tal_2000 column idle 600
|
||||
spawn_tal_297 TALUS tal_world AREA 0 -2191.7 20.0 2268.6 -91 1 an Imperial recruiter humanoid_imperial_recruiter INVULNERABLE N 100 100 City Imperial Outpost 1 IDLE 0 0 - idle 600
|
||||
spawn_tal_297 TALUS tal_world AREA 0 -2191.7 20.0 2268.6 -91 1 an Imperial recruiter humanoid_imperial_recruiter INVULNERABLE N 100 100 City Imperial Outpost 1 IDLE 0 0 - idle imperial_recruiter 600
|
||||
spawn_tal_298 TALUS tal_world PATROL 0 -2192.2 20.0 2343.0 -78 1 an Imperial Sergeant Major humanoid_imperial_sergeant_major ATTACKABLE E 40 60 City Imperial Outpost 1 IDLE 0 0 - conversation 600
|
||||
spawn_tal_299 TALUS tal_world AREA 0 -2209.3 20.0 2301.4 0 1 an R3 unit droid_r3 INVULNERABLE N 100 100 City Imperial Outpost 1 LOITER 5 0 - idle 600
|
||||
spawn_tal_300 TALUS tal_world AREA 0 -2213.1 20.0 2301.0 0 1 an R3 unit droid_r3 INVULNERABLE N 100 100 City Imperial Outpost 1 LOITER 5 0 - idle 600
|
||||
@@ -809,7 +809,7 @@ spawn_tal_806 TALUS tal_genetech_syndicate AREA 45 -120.7 -50.0 61.6 0 1 a brood
|
||||
spawn_tal_807 TALUS tal_genetech_syndicate AREA 45 -116.0 -50.0 81.5 0 1 a brood X aurek arachne creature_arachne_brood_x_aurek AGGRESSIVE N 40 60 Dungeon Genetech Syndicate 1 TURN 0 0 - idle 600
|
||||
spawn_tal_808 TALUS tal_genetech_syndicate AREA 45 -121.1 -50.0 31.2 65 1 an arachne brood queen creature_arachne_brood_queen AGGRESSIVE B 40 60 Dungeon Genetech Syndicate 1 IDLE 0 0 - idle 600
|
||||
spawn_tal_809 TALUS tal_world AREA 0 7.4 42.8 -3543.5 -48 1 Jana T'bayr humanoid_talus_genetech_syndicate_jana INVULNERABLE N 100 100 Dungeon Genetech Syndicate 1 IDLE 0 0 - idle 600
|
||||
spawn_tal_810 TALUS tal_dearic_imp_office AREA 4 -0.3 2.5 7.7 176 1 an Imperial recruiter humanoid_imperial_recruiter INVULNERABLE N 100 100 Dungeon Imperial Office 1 IDLE 0 0 - idle 600
|
||||
spawn_tal_810 TALUS tal_dearic_imp_office AREA 4 -0.3 2.5 7.7 176 1 an Imperial recruiter humanoid_imperial_recruiter INVULNERABLE N 100 100 Dungeon Imperial Office 1 IDLE 0 0 - idle imperial_recruiter 600
|
||||
spawn_tal_811 TALUS tal_dearic_imp_office PATROL 5 8.8 1.1 4.6 0 1 a Stormtrooper humanoid_imperial_stormtrooper ATTACKABLE N 40 60 Dungeon Imperial Office 1 PATROL 0 patrol_tal_2700 column idle 600
|
||||
spawn_tal_812 TALUS tal_dearic_imp_office AREA 7 8.5 1.1 -13.2 24 1 Colonel Braedic Ekirk humanoid_imperial_talus_coa_colonel_braedic_ekirk INVULNERABLE N 100 100 Dungeon Imperial Office 1 IDLE 0 0 - idle 600
|
||||
spawn_tal_813 TALUS tal_dearic_imp_office AREA 7 13.1 1.1 -9.1 -119 1 Galiir Ac Yandar humanoid_talus_coa_galiir_ac_yandar INVULNERABLE N 100 100 Dungeon Imperial Office 1 IDLE 0 0 - idle 600
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user