aboutsummaryrefslogtreecommitdiff
path: root/data/courses/vent_shaft.yaml
blob: 49e42c37083314419eb98e60068a2ef12d611432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: "Ventilation Shaft Course"
required_level: 1
start_room: 99999200
completion_xp: 40
obstacles:
- room_id: 99999201
  verb: scramble
  xp: 8
  fail_damage: [1, 2]
  exit_dir: north
  phases:
  - message: "You approach the corroded ventilation wall..."
    delay: 2.0
  - message: "You find footholds in the rusted panels and begin to climb..."
    delay: 2.0
    fail_check: true
  - message: "You scramble up the wall and haul yourself onto the ledge!"
    delay: 2.0
- room_id: 99999202
  verb: balance
  xp: 8
  fail_damage: [1, 2]
  exit_dir: north
  phases:
  - message: "You step onto the narrow coolant pipe..."
    delay: 2.0
  - message: "Arms outstretched, you carefully place one foot in front of the other..."
    delay: 2.0
    fail_check: true
  - message: "You reach the other side of the pipe and step onto solid ground!"
    delay: 2.0
- room_id: 99999203
  verb: jump
  xp: 7
  fail_damage: [1, 2]
  exit_dir: north
  phases:
  - message: "You peer across the dark gap in the shaft floor..."
    delay: 2.0
  - message: "You take a few steps back, then sprint toward the edge..."
    delay: 2.0
    fail_check: true
  - message: "You leap across the gap and land safely on the other side!"
    delay: 2.0
- room_id: 99999204
  verb: crawl
  xp: 7
  fail_damage: [1, 1]
  exit_dir: north
  phases:
  - message: "You drop to your hands and knees at the narrow vent opening..."
    delay: 3.0
  - message: "You squeeze through the tight passage, metal scraping against your back..."
    delay: 3.0
    fail_check: true
  - message: "You emerge from the vent and stand up, brushing dust from your clothes!"
    delay: 3.0
- room_id: 99999205
  verb: slide
  xp: 10
  fail_damage: [1, 2]
  exit_dir: north
  phases:
  - message: "You sit at the top of the emergency chute..."
    delay: 2.0
  - message: "You push off and accelerate down the smooth metal surface..."
    delay: 2.0
    fail_check: true
  - message: "You shoot out the bottom of the chute and land on your feet!"
    delay: 2.0