|
8 | 8 | [node name="HideoutRoom" parent="." index="0" instance=ExtResource( 1 )] |
9 | 9 | roomName = "Hideout" |
10 | 10 | roomID = "hideout_enter" |
| 11 | +roomDescription = "This is the exit from your hideout. It looks like a door that is blocked from the other side most of the time, with only a small slit of light getting in." |
11 | 12 | roomSprite = 3 |
12 | 13 |
|
13 | 14 | [node name="HideoutRoom2" parent="." index="1" instance=ExtResource( 1 )] |
14 | 15 | position = Vector2( 0, -64 ) |
15 | 16 | roomName = "Hideout" |
16 | 17 | roomID = "hideout_middle" |
| 18 | +roomDescription = "Central intersection of your hideout. This was previously a maintenance corridor.. but now all the trash has been cleared out. The lighting here flickers occasionally.. but at least it works." |
17 | 19 |
|
18 | 20 | [node name="HideoutRoom3" parent="." index="2" instance=ExtResource( 1 )] |
19 | 21 | position = Vector2( 0, -128 ) |
20 | 22 | roomName = "Hideout" |
21 | 23 | roomID = "hideout_chill" |
| 24 | +roomDescription = "You step into the quiet room of the hideout where your team can rest between missions. Against one of the walls, old storage shelves have been stacked and bolted together into makeshift bunk-beds, each one supplied with thin mattress and blankets made out of stiched-together black fabric. In the middle of the room, a few mismatched chairs face a battered TV that someone dragged in from another place and fixed with spare wires and tape. Nothing fancy.. but it's cozy." |
22 | 25 |
|
23 | 26 | [node name="HideoutRoom4" parent="." index="3" instance=ExtResource( 1 )] |
24 | 27 | position = Vector2( 64, -64 ) |
25 | 28 | roomName = "Hideout" |
26 | 29 | roomID = "hideout_hq" |
| 30 | +roomDescription = "You step into the main room of your hideout, a mission center. Against one of the walls, there is a table turned on its side and propped up above the floor with a few crates. The table has some scribbles on it from previous planning sessions, done with a marker. Apart from that, there is nothing else special here. Just a few old chairs and crates." |
27 | 31 |
|
28 | 32 | [node name="HideoutRoom5" parent="." index="4" instance=ExtResource( 1 )] |
29 | 33 | position = Vector2( -64, -64 ) |
30 | 34 | roomName = "Hideout" |
31 | 35 | roomID = "hideout_west_corridor" |
| 36 | +roomDescription = "An abandoned maintenance corridor that you and your team have turned into a hideout." |
32 | 37 |
|
33 | 38 | [node name="HideoutRoom6" parent="." index="5" instance=ExtResource( 1 )] |
34 | 39 | position = Vector2( -128, -64 ) |
35 | 40 | roomName = "Hideout" |
36 | 41 | roomID = "hideout_near_break_room" |
| 42 | +roomDescription = "An abandoned maintenance corridor that you and your team have turned into a hideout. There is a door here that leads into a room where you usually perform the recruiting process." |
37 | 43 |
|
38 | 44 | [node name="HideoutRoom7" parent="." index="6" instance=ExtResource( 1 )] |
39 | 45 | self_modulate = Color( 0.5, 0.5, 0.5, 1 ) |
|
0 commit comments