diff options
Diffstat (limited to 'data/activities.yml')
-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 |