From fea8b6bb7aef2d69c0641b19abc0f05eb89e789e Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 20 May 2021 17:40:20 -0400 Subject: Refactor activity scaling data format --- data/activities.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'data') 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 -- cgit v1.2.3