summaryrefslogtreecommitdiff
path: root/data/conditions.yml
blob: 4cb71b07af41358a1a3c057d808059ce5f2b93ac (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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
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
light:
  name: "light"
  description: "Allows seeing in dark areas."
  whatnot:
    effects:
      - type: "special"
        gid: "darkvision"
      - type: "stat_change"
        gid: "necrotic_resistance"
        modifier: 1
dazzle:
  name: "dazzle"
  description: "Reduces enemies' accuracy."
  whatnot:
    effects:
      - type: "enemy_stat_change"
        gid: "accuracy"
        modifier: -1
stinging_rays:
  name: "stinging rays"
  description: "Does arcane damage over time."
  whatnot:
    effects:
      - type: "dot"
        gid: "arcane"
        min: 1
        max: 3
        message: "Stinging rays spring from the air around you and hit your enemy."
flame_whirl:
  name: "flame whirl"
  description: "Does fire damage over time."
  whatnot:
    effects:
      - type: "dot"
        gid: "fire"
        min: 1
        max: 8
        message: "A ring of flame spins about you, licking at your enemy."