diff options
author | David Gay <david@davidgay.org> | 2021-05-20 17:40:20 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-20 17:40:20 -0400 |
commit | fea8b6bb7aef2d69c0641b19abc0f05eb89e789e (patch) | |
tree | f257ea2954b4711e6b4ccf517bdd3c8fff62bf95 /data | |
parent | 9415011b5fd192f1bafeaa9b6eacbb7921382a00 (diff) |
Refactor activity scaling data format
Diffstat (limited to 'data')
-rw-r--r-- | data/activities.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/data/activities.yml b/data/activities.yml index 2395f82..e71485d 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -41,7 +41,9 @@ craft_pig_iron_ingot: base: 70 minimum: 35 scaling: - otherforge: 2 + - type: "skill" + gid: "otherforge" + scale_value: 2 cost: - type: "item" gid: "crude_iron_ore" @@ -58,7 +60,9 @@ quarry_floret_mines: base: 70 minimum: 35 scaling: - planequarry: 2 + - type: "skill" + gid: "planequarry" + scale_value: 2 results: - type: "item" chance: 1 |