summaryrefslogtreecommitdiff
path: root/data/conditions.yml
blob: b69125484a63bf98b7192da929407a68add716a0 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
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
dusted_templis:
  name: "dusted templis"
  description: "Increases max HP by 2."
  whatnot:
    tags:
      - "food"
    effects:
      - type: "stat_change"
        gid: "max_hp"
        modifier: 2
woodflesh:
  name: "woodflesh"
  description: "Increases physical resistance."
  whatnot:
    effects:
      - type: "stat_change"
        gid: "physical_resistance"
        modifier: 2
lightblood:
  name: "lightblood"
  description: "Increases necrotic resistance."
  whatnot:
    effects:
      - type: "stat_change"
        gid: "necrotic_resistance"
        modifier: 4
mercuria:
  name: "mercuria"
  description: "Increases evasion."
  whatnot:
    effects:
      - type: "stat_change"
        gid: "evasion"
        modifier: 1