diff options
author | David Gay <david@davidgay.org> | 2021-05-28 11:38:37 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-28 11:38:37 -0400 |
commit | b0e5300ce45c09ba2bfc75947a85fe43229fbdd1 (patch) | |
tree | 00792c87096f0148b0ed8c89674685e6a44d0fba /data | |
parent | 1a8b2cb467a5e4370bdb34d794558b74dd98be82 (diff) |
Change to from skill `scale_value` 2 to 1 on all activities
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 20 |
1 files changed, 10 insertions, 10 deletions
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" |