diff options
Diffstat (limited to 'data/conditions.yml')
-rw-r--r-- | data/conditions.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/conditions.yml b/data/conditions.yml new file mode 100644 index 0000000..99aacc4 --- /dev/null +++ b/data/conditions.yml @@ -0,0 +1,9 @@ +quarrying_draught: + name: "quarrying draught" + description: "Increases the speed of planequarrying for some time." + whatnot: + effects: + - type: "stat_change" + level: 2 + gid: "planequarry_speed" + modifier: 5 |