summaryrefslogtreecommitdiff
path: root/data/conditions.yml
blob: bf255f23d4288bdb4add1bd04eb8f9ccc8aabc9b (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
quarrying_draught:
  name: "quarrying draught"
  description: "Increases the speed of planequarry for some time."
  whatnot:
    effects:
      - type: "stat_change"
        gid: "planequarry_speed"
        modifier: 5
reaping_draught:
  name: "reaping draught"
  description: "Increases the speed of wealdreap for some time."
  whatnot:
    effects:
      - type: "stat_change"
        gid: "wealdreap_speed"
        modifier: 5
trawling_draught:
  name: "trawling draught"
  description: "Increases the speed of manatrawl for some time."
  whatnot:
    effects:
      - type: "stat_change"
        gid: "manatrawl_speed"
        modifier: 5
bluster_powder:
  name: "bluster powder"
  description: "Increases power and speed at the cost of accuracy and evasion."
  whatnot:
    effects:
      - type: "stat_change"
        gid: "power"
        modifier: 1
      - type: "stat_change"
        gid: "speed"
        modifier: 1
      - type: "stat_change"
        gid: "accuracy"
        modifier: -2
      - type: "stat_change"
        gid: "evasion"
        modifier: -1
mudtub_mash:
  name: "mudtub mash"
  description: "Incrases max HP by 1."
  whatnot:
    - effects:
        type: "stat_change"
        gid: "max_hp"
        modifier: 1