diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/data/activities.yml b/data/activities.yml index e9bad7d..cf494c1 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -47,28 +47,29 @@ quarry_floret_mines: - type: "item" chance: 1 table: - stone: + - gid: "stone" score: 0 - type: "item" chance: 1 table: - crude_iron_ore: + - gid: "crude_iron_ore" score: 0 - iron_ore: + - gid: "iron_ore" score: 0.98 - pure_iron_ore: + - gid: "pure_iron_ore" score: 0.996 table_scaling: - skills: - planequarry: 1.25 + - type: "skill" + gid: "planequarry" + scale_value: 1.25 - type: "item" chance: 0.02 table: - red_beryl: + - gid: "red_beryl" score: 0 - tourmaline: + - gid: "tourmaline" score: 0.45 - yellow_beryl: + - gid: "yellow_beryl" score: 0.90 - paraiba_tourmaline: + - gid: "paraiba_tourmaline" score: 0.95 |