diff options
author | David Gay <david@davidgay.org> | 2021-05-02 20:21:04 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-02 20:21:04 -0400 |
commit | 2b32a88a8e9f1d0bb5055843ac987d9cb9981803 (patch) | |
tree | 19bf361b7cbb69ae493cc02d07f0fae2cf6da928 /data | |
parent | 5fe4e8f4a080e02dfc4e4adabd09d6f5c7e38f40 (diff) |
Add Activities
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml new file mode 100644 index 0000000..15bd3e2 --- /dev/null +++ b/data/activities.yml @@ -0,0 +1,30 @@ +quarry_floret_mines: + name: "Quarry Floret Mines" + description: "Planequarry at the Floret Mines." + whatnot: + duration: + base: 70 + minimum: 35 + scaling: + planequarry: 2 + results: + - item: + chance: 1 + table: + stone: 0 + - item: + chance: 1 + table: + crude_iron_ore: 0 + iron_ore: 0.98 + pure_iron_ore: 0.996 + table_scaling: + skills: + planequarry: 1.25 + - item: + chance: 0.02 + table: + red_beryl: 0 + tourmaline: 0.45 + yellow_beryl: 0.90 + paraiba_tourmaline: 0.95 |