summaryrefslogtreecommitdiff
path: root/data/conditions.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/conditions.yml')
-rw-r--r--data/conditions.yml20
1 files changed, 17 insertions, 3 deletions
diff --git a/data/conditions.yml b/data/conditions.yml
index 0f9a98f..41af7fe 100644
--- a/data/conditions.yml
+++ b/data/conditions.yml
@@ -4,7 +4,6 @@ quarrying_draught:
whatnot:
effects:
- type: "stat_change"
- level: 2
gid: "planequarry_speed"
modifier: 5
reaping_draught:
@@ -13,7 +12,6 @@ reaping_draught:
whatnot:
effects:
- type: "stat_change"
- level: 2
gid: "wealdreap_speed"
modifier: 5
trawling_draught:
@@ -22,6 +20,22 @@ trawling_draught:
whatnot:
effects:
- type: "stat_change"
- level: 2
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