From 73744a9c6840fb0ba6f285ca81f9fba75ec22d5f Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 4 May 2021 17:55:28 -0400 Subject: Initial draft of timer setup, with results outputting and items being awarded --- data/activities.yml | 48 ++++++++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 20 deletions(-) (limited to 'data') 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 -- cgit v1.2.3