summaryrefslogtreecommitdiff
path: root/data/conditions.yml
blob: 713994715c3ad47e00fc64dfbd2a20815dc71543 (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
71
72
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:
    tags:
      - "food"
    effects:
      - type: "stat_change"
        gid: "max_hp"
        modifier: 1
midoras_mudtub_mash:
  name: "midoras mudtub mash"
  description: "Incrases max HP and accuracy by 1."
  whatnot:
    tags:
      - "food"
    effects:
      - type: "stat_change"
        gid: "max_hp"
        modifier: 1
      - type: "stat_change"
        gid: "accuracy"
        modifier: 1
woodflesh:
  name: "woodflesh"
  description: "Increases physical resistance."
  whatnot:
    effects:
      - type: "stat_change"
        gid: "physical_resistance"
        modifier: 2