aboutsummaryrefslogtreecommitdiff
path: root/data/courses/rooftop.yaml
blob: 4cc6748ef33c95b1081f770a6174ddc668365b65 (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
id: "rooftop"
name: "Rooftop Course"
required_level: 20
start_room: 200
completion_xp: 120
obstacles:
  - room_id: 210
    verb: climb
    ticks_per_phase: 2
    xp: 15
    fail_damage: [2, 4]
    messages:
      - "You grab the rough permacrete wall and begin to climb..."
      - "Your fingers find cracks and ledges as you pull yourself higher..."
      - "You heave yourself over the edge and onto the rooftop!"
  - room_id: 211
    verb: jump
    ticks_per_phase: 2
    xp: 22
    fail_damage: [2, 4]
    messages:
      - "You eye the gap between this building and the next..."
      - "You sprint toward the edge, boots pounding on the rooftop..."
      - "You launch yourself across and roll to a stop on the other roof!"
  - room_id: 212
    verb: swing
    ticks_per_phase: 3
    xp: 20
    fail_damage: [2, 5]
    messages:
      - "You grab the dangling power cable with both hands..."
      - "You kick off the ledge and swing out over the street far below..."
      - "You release at the peak of the arc and land on the opposite platform!"
  - room_id: 213
    verb: balance
    ticks_per_phase: 3
    xp: 18
    fail_damage: [2, 4]
    messages:
      - "You step onto the narrow structural beam spanning the alley..."
      - "The beam sways slightly as you inch forward, arms out for balance..."
      - "You reach the far side and step gratefully onto solid rooftop!"
  - room_id: 214
    verb: vault
    ticks_per_phase: 2
    xp: 15
    fail_damage: [2, 3]
    messages:
      - "You run toward the maintenance railing at full speed..."
      - "You plant one hand on the rail and swing your legs over..."
      - "You clear the railing and land in a crouch on the other side!"
  - room_id: 215
    verb: leap
    ticks_per_phase: 2
    xp: 20
    fail_damage: [3, 5]
    messages:
      - "You stare at the final gap -- the widest yet..."
      - "You take a deep breath, charge forward, and throw yourself into the air..."
      - "You barely catch the far ledge, pull yourself up, and stand triumphant!"