Fix Shipdealer Cairo
This commit is contained in:
@@ -347,7 +347,7 @@ base = ST03_01_Base
|
||||
|
||||
|
||||
|
||||
; Kairo
|
||||
; Cairo
|
||||
|
||||
[BaseGood]
|
||||
base = ST04_01_Base
|
||||
|
||||
@@ -0,0 +1,53 @@
|
||||
[Room_Info]
|
||||
set_script = set_script = Scripts\Bases\Pl_12_pad_hardpoint_01.thn
|
||||
scene = all, ambient, Scripts\Bases\Pl_12_pad_ambi_day_01.thn
|
||||
scene = all, ambient, Scripts\Bases\Pl_12_pad_traffic_01.thn, TRAFFIC_PRIORITY
|
||||
|
||||
[Spiels]
|
||||
ShipDealer = manhattan_ship_spiel
|
||||
|
||||
[Room_Sound]
|
||||
ambient = ambience_shipbuy
|
||||
|
||||
[ForSaleShipPlacement]
|
||||
name = X/Shipcentre/02
|
||||
|
||||
[Camera]
|
||||
name = Camera_0
|
||||
|
||||
[Hotspot]
|
||||
name = IDS_HOTSPOT_PLANETSCAPE
|
||||
behavior = ExitDoor
|
||||
room_switch = Planetscape
|
||||
|
||||
[Hotspot]
|
||||
name = IDS_HOTSPOT_BAR
|
||||
behavior = ExitDoor
|
||||
room_switch = Bar
|
||||
|
||||
[Hotspot]
|
||||
name = IDS_HOTSPOT_COMMODITYTRADER_ROOM
|
||||
behavior = ExitDoor
|
||||
room_switch = Trader
|
||||
|
||||
[Hotspot]
|
||||
name = IDS_HOTSPOT_EQUIPMENTDEALER_ROOM
|
||||
behavior = ExitDoor
|
||||
room_switch = Equipment
|
||||
|
||||
[Hotspot]
|
||||
name = IDS_HOTSPOT_SHIPDEALER_ROOM
|
||||
behavior = ExitDoor
|
||||
room_switch = ShipDealer
|
||||
|
||||
[Hotspot]
|
||||
name = IDS_DEALER_FRONT_DESK
|
||||
behavior = FrontDesk
|
||||
state_read = 1
|
||||
state_send = 2
|
||||
|
||||
[Hotspot]
|
||||
name = IDS_HOTSPOT_SHIPDEALER
|
||||
behavior = StartShipDealer
|
||||
state_read = 2
|
||||
state_send = 1
|
||||
@@ -10,3 +10,7 @@ file = Universe\Systems\St04\Bases\Rooms\St04_01_Bar.ini
|
||||
nickname = Planetscape
|
||||
file = Universe\Systems\St04\Bases\Rooms\St04_01_Planetscape.ini
|
||||
|
||||
[Room]
|
||||
nickname = ShipDealer
|
||||
file = Universe\Systems\ST04\Bases\Rooms\St04_01_Shipdealer.ini
|
||||
|
||||
|
||||
Reference in New Issue
Block a user