diff options
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 |