diff options
Diffstat (limited to 'data/activities.yml')
-rw-r--r-- | data/activities.yml | 149 |
1 files changed, 145 insertions, 4 deletions
diff --git a/data/activities.yml b/data/activities.yml index 48d72e6..ca07193 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -314,6 +314,60 @@ construct_binding_array_level2: - type: "hearth_amenity" gid: "binding_array" level: 2 +construct_aetherloom_level1: + name: "Construct Aetherloom Level 1" + description: "Build a level 1 aetherloom." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "foundation" + level: 1 + duration: + base: 600 + cost: + - type: "item" + gid: "stone" + quantity: 50 + - type: "item" + gid: "wood" + quantity: 200 + - type: "item" + gid: "pluma_moss" + quantity: 50 + results: + - type: "hearth_amenity" + gid: "aetherloom" + level: 1 +construct_aetherloom_level2: + name: "Construct Aetherloom Level 2" + description: "Upgrade your aetherloom to level 2." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "aetherloom" + level: 1 + duration: + base: 2400 + cost: + - type: "item" + gid: "stone" + quantity: 50 + - type: "item" + gid: "wood" + quantity: 200 + - type: "item" + gid: "pluma_moss" + quantity: 40 + - type: "item" + gid: "laris_strand" + quantity: 40 + - type: "item" + gid: "shimmering_essence" + quantity: 15 + results: + - type: "hearth_amenity" + gid: "aetherloom" + level: 2 plant_mudtub_seed: name: "Plant Mudtub Seed" description: "Plant a mudtub seed." @@ -1668,6 +1722,83 @@ craft_onus_of_vision: xp: - gid: "otherforge" value: 200 +craft_aethermesh: + name: "Weave aethermesh" + description: "Weave an aethermesh." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "aetherloom" + level: 1 + - type: "skill" + gid: "aetherweave" + level: 1 + duration: + base: 90 + minimum: 35 + scaling: + - type: "skill" + gid: "aetherweave" + scale_value: 0.5 + - type: "stat" + gid: "aetherweave_speed" + scale_value: 1 + cost: + - type: "item" + gid: "pluma_moss" + quantity: 20 + - type: "item" + gid: "arcane_dust" + quantity: 10 + - type: "item" + gid: "wood" + quantity: 5 + results: + - type: "item" + gid: "aethermesh" + xp: + - gid: "aetherweave" + value: 8 +craft_fine_aethermesh: + name: "Weave fine aethermesh" + description: "Weave a fine aethermesh." + whatnot: + requirements: + - type: "hearth_amenity" + gid: "aetherloom" + level: 2 + - type: "skill" + gid: "aetherweave" + level: 10 + duration: + base: 105 + minimum: 35 + scaling: + - type: "skill" + gid: "aetherweave" + scale_value: 0.5 + - type: "stat" + gid: "aetherweave_speed" + scale_value: 1 + cost: + - type: "item" + gid: "laris_strand" + quantity: 20 + - type: "item" + gid: "arcane_dust" + quantity: 10 + - type: "item" + gid: "shimmering_essence" + quantity: 2 + - type: "item" + gid: "wood" + quantity: 5 + results: + - type: "item" + gid: "fine_aethermesh" + xp: + - gid: "aetherweave" + value: 10 craft_mending_salve: name: "Mix mending salve" description: "Mix a mending salve." @@ -2250,13 +2381,18 @@ wealdreap_twil_woods: - type: "item" chance: 1 table: + - gid: "pluma_moss" + score: 0.10 + xp: + - gid: "wealdreap" + value: 1 - gid: "burstshroom" - score: 0.20 + score: 0.40 xp: - gid: "wealdreap" value: 6 - gid: "aseas_leaf" - score: 0.59 + score: 0.70 xp: - gid: "wealdreap" value: 8 @@ -2316,13 +2452,18 @@ wealdreap_twil_grove: - type: "item" chance: 1 table: - - gid: "woodrun_bloom" + - gid: "laris_strand" score: 0.10 xp: - gid: "wealdreap" + value: 2 + - gid: "woodrun_bloom" + score: 0.40 + xp: + - gid: "wealdreap" value: 8 - gid: "last_breath" - score: 0.65 + score: 0.70 xp: - gid: "wealdreap" value: 10 |