From b0e5300ce45c09ba2bfc75947a85fe43229fbdd1 Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 28 May 2021 11:38:37 -0400 Subject: Change to from skill `scale_value` 2 to 1 on all activities --- data/activities.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index 33404b7..9134033 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -165,7 +165,7 @@ craft_pig_iron_ingot: scaling: - type: "skill" gid: "otherforge" - scale_value: 2 + scale_value: 1 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -200,7 +200,7 @@ craft_iron_ingot: scaling: - type: "skill" gid: "otherforge" - scale_value: 2 + scale_value: 1 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -228,7 +228,7 @@ craft_purify_pig_iron_ingot: scaling: - type: "skill" gid: "otherforge" - scale_value: 2 + scale_value: 1 - type: "stat" gid: "otherforge_speed" scale_value: 1 @@ -257,7 +257,7 @@ craft_mending_salve: scaling: - type: "skill" gid: "fluxseethe" - scale_value: 2 + scale_value: 1 - type: "stat" gid: "fluxseethe_speed" scale_value: 1 @@ -296,7 +296,7 @@ craft_manadross_tincture: scaling: - type: "skill" gid: "fluxseethe" - scale_value: 2 + scale_value: 1 - type: "stat" gid: "fluxseethe_speed" scale_value: 1 @@ -328,7 +328,7 @@ planequarry_floret_mines: scaling: - type: "skill" gid: "planequarry" - scale_value: 2 + scale_value: 1 results: - type: "item" chance: 1 @@ -394,7 +394,7 @@ beastslay_killing_fields: scaling: - type: "skill" gid: "beastslay" - scale_value: 2 + scale_value: 1 results: - type: "monster" chance: 1 @@ -419,7 +419,7 @@ wealdreap_twil_woods: scaling: - type: "skill" gid: "wealdreap" - scale_value: 2 + scale_value: 1 results: - type: "item" chance: 1 @@ -461,7 +461,7 @@ manatrawl_sor_well: scaling: - type: "skill" gid: "manatrawl" - scale_value: 2 + scale_value: 1 results: - type: "item" chance: 1 @@ -497,7 +497,7 @@ manatrawl_sor_well_depths: scaling: - type: "skill" gid: "manatrawl" - scale_value: 2 + scale_value: 1 requirements: - type: "skill" gid: "manatrawl" -- cgit v1.2.3