diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 48 |
1 files changed, 28 insertions, 20 deletions
diff --git a/data/activities.yml b/data/activities.yml index f03c15e..9ecd299 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -9,23 +9,31 @@ quarry_floret_mines: 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 + - type: "item" + chance: 1 + table: + stone: + score: 0 + - type: "item" + chance: 1 + table: + crude_iron_ore: + score: 0 + iron_ore: + score: 0.98 + pure_iron_ore: + score: 0.996 + table_scaling: + skills: + planequarry: 1.25 + - type: "item" + chance: 0.02 + table: + red_beryl: + score: 0 + tourmaline: + score: 0.45 + yellow_beryl: + score: 0.90 + paraiba_tourmaline: + score: 0.95 |