diff options
Diffstat (limited to 'data/items.yml')
-rw-r--r-- | data/items.yml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/items.yml b/data/items.yml index 59ce7ce..e6395f2 100644 --- a/data/items.yml +++ b/data/items.yml @@ -470,6 +470,18 @@ last_breath: whatnot: tags: - "material" +pluma_moss: + name: "pluma moss" + description: "A fluffy moss that can be woven into cloth." + whatnot: + tags: + - "material" +laris_strand: + name: "laris strand" + description: "A long, thin, robust fiber from the laris plant." + whatnot: + tags: + - "material" woodrun_bloom: name: "woodrun bloom" description: >- @@ -933,6 +945,23 @@ aethermesh: - "aethermesh" equip_slots: - "mainhand" + equip_effects: + - type: "stat_change" + gid: "manatrawl_speed" + modifier: 2 +fine_aethermesh: + name: "fine aethermesh" + description: "A fine tool for manatrawl." + whatnot: + tags: + - "tool" + - "aethermesh" + equip_slots: + - "mainhand" + equip_effects: + - type: "stat_change" + gid: "manatrawl_speed" + modifier: 10 quarrying_draught: name: "quarrying draught" description: "Increases the speed of planequarry for an hour." |