diff options
author | David Gay <david@davidgay.org> | 2021-05-24 18:13:28 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-24 18:13:28 -0400 |
commit | caf53edece6542c6858efad53c27c945e55d63e2 (patch) | |
tree | 8f8af3885f83e6dfef53e15589f530e4e3233234 /data | |
parent | ea11809936afabbfc013a5c8fa844aa0b24fbd96 (diff) |
Remove exponential table scaling from all activities except planequarry
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/activities.yml b/data/activities.yml index 9334985..ef24171 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -62,10 +62,6 @@ craft_pig_iron_ingot: table: - gid: "craft_iron_ingot" score: 0 - table_scaling: - - type: "skill" - gid: "otherforge" - scale_value: 1.25 craft_iron_ingot: name: "Smelt Iron Ingot" description: "Smelt an iron ingot." @@ -216,7 +212,3 @@ reap_twil_woods: xp: - gid: "wealdreap" value: 50 - table_scaling: - - type: "skill" - gid: "wealdreap" - scale_value: 1.25 |