diff options
author | David Gay <david@davidgay.org> | 2021-07-11 15:29:55 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-07-11 15:31:44 -0400 |
commit | 8fa45ddfe700d603403b4102ee4797ebebbfcfd2 (patch) | |
tree | f114402f0cb177795711bcd01bdd473e5dde52fd /data/items | |
parent | 4ccb179056c990df5f60e574781d5ed57191c263 (diff) |
Allow for splitting activites and items data files into multiple files, and start doing so
Diffstat (limited to 'data/items')
-rw-r--r-- | data/items/general.yml | 1277 |
1 files changed, 1277 insertions, 0 deletions
diff --git a/data/items/general.yml b/data/items/general.yml new file mode 100644 index 0000000..cf475e5 --- /dev/null +++ b/data/items/general.yml @@ -0,0 +1,1277 @@ +stone: + name: "stone" + description: "A chunk of gray stone." + whatnot: + tags: + - "material" +crude_iron_ore: + name: "crude iron ore" + description: "A chunk of very impure iron ore." + whatnot: + tags: + - "material" +iron_ore: + name: "iron ore" + description: "A chunk of unrefined iron ore." + whatnot: + tags: + - "material" +pure_iron_ore: + name: "pure iron ore" + description: "A chunk of naturally rich and pure iron ore." + whatnot: + tags: + - "material" +gaian_ore: + name: "gaian ore" + description: "A chunk of verdant, emerald-green ore." + whatnot: + tags: + - "material" +paraiba_tourmaline: + name: "paraiba tourmaline" + description: "A rare and beautiful turquoise gem." + whatnot: + tags: + - "material" +red_beryl: + name: "red beryl" + description: "A simple red gem." + whatnot: + tags: + - "material" +tourmaline: + name: "tourmaline" + description: "A crude pink-blue gem." + whatnot: + tags: + - "material" +yellow_beryl: + name: "yellow beryl" + description: "A rare and beautiful yellow gem." + whatnot: + tags: + - "material" +crude_iron_ingot: + name: "crude iron ingot" + description: "Low quality iron ingot meant to be remelted for further use." + whatnot: + tags: + - "material" +iron_ingot: + name: "iron ingot" + description: "A simple bar of iron." + whatnot: + tags: + - "material" +pure_iron_ingot: + name: "pure iron ingot" + description: "A bar of highly-pure iron." + whatnot: + tags: + - "material" +arcanite_ingot: + name: "arcanite ingot" + description: "A bar of arcanite. Tastes salty." + whatnot: + tags: + - "material" +iron_dagger: + name: "iron dagger" + description: "A dagger made of iron." + whatnot: + equip_slots: + - "mainhand" + equip_effects: + - type: "damage" + gid: "pierce" + min: 1 + max: 4 +iron_short_sword: + name: "iron short sword" + description: "A short sword made of iron." + whatnot: + equip_slots: + - "mainhand" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 3 + equip_effects: + - type: "damage" + gid: "slash" + min: 1 + max: 3 + - type: "damage" + gid: "pierce" + min: 1 + max: 3 +iron_longsword: + name: "iron longsword" + description: "A longsword made of iron." + whatnot: + equip_slots: + - "mainhand" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 7 + equip_effects: + - type: "damage" + gid: "slash" + min: 1 + max: 8 +iron_buckler: + name: "iron buckler" + description: "A buckler made of iron." + whatnot: + equip_slots: + - "offhand" + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 1 +iron_shield: + name: "iron shield" + description: "A shield made of iron." + whatnot: + equip_slots: + - "offhand" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 4 + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 2 + - type: "stat_change" + gid: "energy_resistance" + modifier: 1 +iron_cap: + name: "iron cap" + description: "A cap made of iron." + whatnot: + equip_slots: + - "head" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 2 + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 1 +iron_sallet: + name: "iron sallet" + description: "A visored helmet made of iron." + whatnot: + equip_slots: + - "head" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 6 + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 2 + - type: "stat_change" + gid: "energy_resistance" + modifier: 1 +iron_leggings: + name: "iron leggings" + description: "Leg armor made of iron." + whatnot: + equip_slots: + - "legs" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 8 + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 2 + - type: "stat_change" + gid: "energy_resistance" + modifier: 1 +iron_chainmail: + name: "iron chainmail" + description: "Chainmail made of iron." + whatnot: + equip_slots: + - "torso" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 5 + equip_effects: + - type: "stat_change" + gid: "slash_resistance" + modifier: 1 + - type: "stat_change" + gid: "pierce_resistance" + modifier: 1 + - type: "stat_change" + gid: "physical_resistance" + modifier: 1 + - type: "stat_change" + gid: "energy_resistance" + modifier: 1 +iron_platemail: + name: "iron platemail" + description: "Platemail made of iron." + whatnot: + equip_slots: + - "torso" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 9 + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 3 + - type: "stat_change" + gid: "energy_resistance" + modifier: 1 + - type: "stat_change" + gid: "speed" + modifier: -1 +arcanite_dagger: + name: "arcanite dagger" + description: "A dagger made of arcanite." + whatnot: + equip_slots: + - "mainhand" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 11 + equip_effects: + - type: "damage" + gid: "pierce" + min: 2 + max: 6 +arcanite_short_sword: + name: "arcanite short sword" + description: "A short sword made of iron." + whatnot: + equip_slots: + - "mainhand" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 13 + equip_effects: + - type: "damage" + gid: "slash" + min: 2 + max: 5 + - type: "damage" + gid: "pierce" + min: 2 + max: 5 +arcanite_longsword: + name: "arcanite longsword" + description: "A longsword made of arcanite." + whatnot: + equip_slots: + - "mainhand" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 17 + equip_effects: + - type: "damage" + gid: "slash" + min: 3 + max: 12 +arcanite_buckler: + name: "arcanite buckler" + description: "A buckler made of arcanite." + whatnot: + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 11 + equip_slots: + - "offhand" + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 3 +arcanite_shield: + name: "arcanite shield" + description: "A shield made of arcanite." + whatnot: + equip_slots: + - "offhand" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 14 + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 4 + - type: "stat_change" + gid: "energy_resistance" + modifier: 2 +arcanite_cap: + name: "arcanite cap" + description: "A cap made of arcanite." + whatnot: + equip_slots: + - "head" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 12 + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 4 +arcanite_sallet: + name: "arcanite sallet" + description: "A visored helmet made of arcanite." + whatnot: + equip_slots: + - "head" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 16 + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 4 + - type: "stat_change" + gid: "energy_resistance" + modifier: 2 +arcanite_leggings: + name: "arcanite leggings" + description: "Leg armor made of arcanite." + whatnot: + equip_slots: + - "legs" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 18 + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 4 + - type: "stat_change" + gid: "energy_resistance" + modifier: 2 +arcanite_chainmail: + name: "arcanite chainmail" + description: "Chainmail made of arcanite." + whatnot: + equip_slots: + - "torso" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 15 + equip_effects: + - type: "stat_change" + gid: "slash_resistance" + modifier: 1 + - type: "stat_change" + gid: "pierce_resistance" + modifier: 1 + - type: "stat_change" + gid: "physical_resistance" + modifier: 2 + - type: "stat_change" + gid: "energy_resistance" + modifier: 2 +arcanite_platemail: + name: "arcanite platemail" + description: "Platemail made of arcanite." + whatnot: + equip_slots: + - "torso" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 19 + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 4 + - type: "stat_change" + gid: "energy_resistance" + modifier: 2 + - type: "stat_change" + gid: "speed" + modifier: -1 +mending_salve: + name: "mending salve" + description: "A healing mixture capable of closing wounds." + whatnot: + use_effects: + - type: "change_wounds" + value: -1 + message: "You apply the salve to your skin." +wood: + name: "wood" + description: "A bit of wood." + whatnot: + tags: + - "material" +vestige: + name: "vestige" + description: "Faintly glimmering remnants of magical events. Used as currency." + whatnot: + tags: + - "currency" +arcane_dust: + name: "arcane dust" + description: "Little specs of magic, taken physical form." + whatnot: + tags: + - "material" +burstshroom: + name: "burstshroom" + description: >- + These mushrooms come in all sizes and are recognizable from the bright fluorescent colors and spherical cap. This + mushroom is loved by few and hated by most, as should the unwary wanderer disturb it, the cap will burst, shooting + highly irritating spores into the air. These spores cause extremely uncomfortable itching, but are not deadly + unless an individual is allergic... or foolish enough to put one in their mouth. + whatnot: + tags: + - "material" +discord_pome: + name: "discord pome" + description: >- + This mushroom looks at first like an ordinary apple growing from a tree and grows in the same range of sizes as any + other apple. Upon closer inspection one will notice that the skin of the "apple" is indigo and that the tree that + it is growing on is not an apple tree. This mushroom grows on the branches of various non-apple trees and + parasitically draws nutrients from its host tree, too many of these mushrooms will kill a tree if they are not + removed. These mushrooms are very sweet tasting and are not poisonous, but give a nasty surprise as biting into the + core will cause spores to burst out (similar to burstshrooms). + whatnot: + tags: + - "material" +disturbing_doodad: + name: "disturbing doodad" + description: "..." +last_breath: + name: "last breath" + description: >- + This is a small grey mushroom that is very common in forests and grasslands. Its unassuming looks are belied by its + deadly nature; if consumed this mushroom triggers an allergic reaction that results in the victim's throat swelling + shut and them choking to death, hence the name. + 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: >- + A yellow and red flowering clover. + whatnot: + tags: + - "material" +claritas_flower: + name: "claritas flower" + description: "A pure white flower with a crystaline center." + whatnot: + tags: + - "material" +silver_iris: + name: "silver iris" + description: "A beautiful plant flower with silvery flowers running up the length of its stem." + whatnot: + tags: + - "material" +#nasca_beetle: +# name: "nasca beetle" +# description: "A firey orange insect with a huge shell." +aseas_leaf: + name: "aseas leaf" + description: >- + A feather-light collection of green, clover-like leaves. Has healing properties, in the right hands. + whatnot: + tags: + - "material" +shimmering_essence: + name: "shimmering essence" + description: "A luminescent tendril of energy." + whatnot: + tags: + - "material" +shrine_hassock: + name: "shrine hassock" + description: >- + This is a small white and black mushroom commonly found on old battlefields, feeding on the residual death left + behind by such conflicts. Despite this grim association with death this mushroom can be a great medicine with + skillful processing... or a powerful laxative with unskilled processing. + whatnot: + tags: + - "material" +wisp_of_the_current: + name: "wisp of the current" + description: "A glowing ball of energy. It fills the hazy air around it with visions of a river." + whatnot: + tags: + - "material" +manadross_tincture: + name: "manadross tincture" + description: "A clear, blue-tinted liquid containing a swirling, silver cloud." + whatnot: + tags: + - "material" +lusterlight_tincture: + name: "lusterlight tincture" + description: "A radiant liquid, though it is truly transparent, it appears white -- an optical illusion of its glow." + whatnot: + tags: + - "material" +waning_light: + name: "waning light" + description: "A fading, yellow light taken from the eye socket of a trodgeathomp." + whatnot: + tags: + - "material" +rusted_lockbox: + name: "rusted lockbox" + description: "A small, rusty, metal box with a lock on it." + whatnot: + tags: + - "treasure" + use_effects: + - type: "activity" + gid: "synthsever_rusted_lockbox" +unlocked_rusted_lockbox: + name: "unlocked rusted lockbox" + description: "A small, rusty, metal box that has been unlocked." + whatnot: + tags: + - "treasure" + use_effects: + - type: "activity" + gid: "open_unlocked_rusted_lockbox" +warm_diadem: + name: "warm diadem" + description: "A thin, blood-colored circlet giving off a faint warmth." + whatnot: + equip_slots: + - "head" + equip_effects: + - type: "stat_change" + gid: "max_hp" + modifier: 2 +warped_eyestalk: + name: "warped eyestalk" + description: "An anomalous stalk from a stalk beast." + whatnot: + tags: + - "material" +pit_leech_trophy: + name: "pit leech trophy" + description: "A trophy from a pit leech." + whatnot: + equip_slots: + - "curio" +stalk_beast_trophy: + name: "stalk beast trophy" + description: "A trophy from a stalk beast." + whatnot: + equip_slots: + - "curio" +grinpad_trophy: + name: "grinpad trophy" + description: "A trophy from a grinpad." + whatnot: + equip_slots: + - "curio" +lesser_trodgeathomp_trophy: + name: "lesser trodgeathomp trophy" + description: "A trophy from a lesser trodgeathomp." + whatnot: + equip_slots: + - "curio" +bollyrot_trophy: + name: "bollyrot trophy" + description: "A trophy from a bollyrot." + whatnot: + equip_slots: + - "curio" +crypt_writhe_trophy: + name: "crypt writhe trophy" + description: "A trophy from a crypt writhe." + whatnot: + equip_slots: + - "curio" +slate_ring: + name: "slate ring" + description: "A brittle ring made of slate. It's flat, inside and out." + whatnot: + equip_slots: + - "left_ring" + - "right_ring" + equip_effects: + - type: "stat_change" + gid: "accuracy" + modifier: 1 +iron_ring: + name: "iron ring" + description: "A strong, iron ring." + whatnot: + equip_slots: + - "left_ring" + - "right_ring" + equip_effects: + - type: "stat_change" + gid: "power" + modifier: 1 +quartz_ring: + name: "quartz ring" + description: "A small ring, strangely made entirely of quartz." + whatnot: + equip_slots: + - "left_ring" + - "right_ring" + equip_effects: + - type: "stat_change" + gid: "evasion" + modifier: 1 +granite_ring: + name: "granite ring" + description: "A heavy ring made of granite." + whatnot: + equip_slots: + - "left_ring" + - "right_ring" + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 2 +mudtub_seed: + name: "mudtub seed" + description: "The seed of a mudtub plant." + whatnot: + tags: + - "seed" + ripen_duration: + base: 28800 # 8 hours + harvest_activity: "harvest_mudtub" +midoras_seed: + name: "midoras seed" + description: "The seed of a midoras plant." + whatnot: + tags: + - "seed" + ripen_duration: + base: 36000 # 10 hours + harvest_activity: "harvest_midoras" +templis_seed: + name: "templis seed" + description: "The seed of a templis plant." + whatnot: + tags: + - "seed" + ripen_duration: + base: 43200 # 12 hours + harvest_activity: "harvest_templis" +enzon_seed: + name: "enzon seed" + description: "The seed of an enzon plant." + whatnot: + tags: + - "seed" + ripen_duration: + base: 50400 # 14 hours + harvest_activity: "harvest_enzon" +mudtub: + name: "mudtub" + description: "A bulbous, brown tuber that smells terrible and tastes like nothing." + whatnot: + tags: + - "material" +midoras: + name: "midoras" + description: "A dark green vegetable with massive leaves many times the size of its stalk." + whatnot: + tags: + - "material" +templis: + name: "templis" + description: "A plant consisting of thin stems from which dangle small, yellow, oblong peppers." + whatnot: + tags: + - "material" +enzon: + name: "enzon" + description: >- + A huge, black vegetable that grows from a vine. Looks like a giant seed, but its insides contain white, meaty + flesh. + whatnot: + tags: + - "material" +iron_lockpicks: + name: "iron lockpicks" + description: "Tools for getting into places other people -- or things -- don't want you to be." + whatnot: + tags: + - "tool" + - "lockpicks" + equip_effects: + - type: "stat_change" + gid: "synthsever_speed" + modifier: 10 + equip_slots: + - "mainhand" +stone_pickaxe: + name: "stone pickaxe" + description: "An old pickaxe found in some ruins." + whatnot: + tags: + - "tool" + - "pickaxe" + equip_slots: + - "mainhand" + equip_effects: + - type: "stat_change" + gid: "planequarry_speed" + modifier: 2 + - type: "stat_change" + gid: "accuracy" + modifier: 0 + - type: "stat_change" + gid: "power" + modifier: 1 +stone_axe: + name: "stone axe" + description: "An old axe found in some ruins." + whatnot: + tags: + - "tool" + - "axe" + equip_slots: + - "mainhand" + equip_effects: + - type: "stat_change" + gid: "wealdreap_speed" + modifier: 2 + - type: "stat_change" + gid: "accuracy" + modifier: 0 + - type: "stat_change" + gid: "power" + modifier: 1 +stone_spade: + name: "stone spade" + description: "An old spade found in some ruins." + whatnot: + tags: + - "tool" + - "spade" + equip_slots: + - "mainhand" + equip_effects: + - type: "stat_change" + gid: "magiculture_speed" + modifier: 2 + - type: "stat_change" + gid: "accuracy" + modifier: 0 + - type: "stat_change" + gid: "power" + modifier: 1 +iron_pickaxe: + name: "iron pickaxe" + description: "A pickaxe made of iron." + whatnot: + tags: + - "tool" + - "pickaxe" + equip_slots: + - "mainhand" + equip_effects: + - type: "stat_change" + gid: "planequarry_speed" + modifier: 10 + - type: "stat_change" + gid: "accuracy" + modifier: 1 + - type: "stat_change" + gid: "power" + modifier: 2 +iron_axe: + name: "iron axe" + description: "An axe made of iron." + whatnot: + tags: + - "tool" + - "axe" + equip_slots: + - "mainhand" + equip_effects: + - type: "stat_change" + gid: "wealdreap_speed" + modifier: 10 + - type: "stat_change" + gid: "accuracy" + modifier: 1 + - type: "stat_change" + gid: "power" + modifier: 2 +iron_spade: + name: "iron spade" + description: "A spade made of iron." + whatnot: + tags: + - "tool" + - "spade" + equip_slots: + - "mainhand" + equip_effects: + - type: "stat_change" + gid: "magiculture_speed" + modifier: 10 + - type: "stat_change" + gid: "accuracy" + modifier: 1 + - type: "stat_change" + gid: "power" + modifier: 2 +arcanite_pickaxe: + name: "arcanite pickaxe" + description: "A pickaxe made of arcanite." + whatnot: + tags: + - "tool" + - "pickaxe" + equip_slots: + - "mainhand" + equip_requirements: + - type: "skill" + gid: "planequarry" + level: 10 + equip_effects: + - type: "stat_change" + gid: "planequarry_speed" + modifier: 20 + - type: "stat_change" + gid: "accuracy" + modifier: 2 + - type: "stat_change" + gid: "power" + modifier: 3 +arcanite_axe: + name: "arcanite axe" + description: "An axe made of arcanite." + whatnot: + tags: + - "tool" + - "axe" + equip_slots: + - "mainhand" + equip_requirements: + - type: "skill" + gid: "wealdreap" + level: 10 + equip_effects: + - type: "stat_change" + gid: "wealdreap_speed" + modifier: 20 + - type: "stat_change" + gid: "accuracy" + modifier: 2 + - type: "stat_change" + gid: "power" + modifier: 3 +arcanite_spade: + name: "arcanite spade" + description: "A spade made of arcanite." + whatnot: + tags: + - "tool" + - "spade" + equip_slots: + - "mainhand" + equip_requirements: + - type: "skill" + gid: "magiculture" + level: 10 + equip_effects: + - type: "stat_change" + gid: "magiculture_speed" + modifier: 20 + - type: "stat_change" + gid: "accuracy" + modifier: 2 + - type: "stat_change" + gid: "power" + modifier: 3 +apprentice_wand: + name: "apprentice wand" + description: "A simple magic wand." + whatnot: + tags: + - "tool" + - "focus" + equip_requirements: + - type: "skill" + gid: "havencast" + level: 5 + equip_slots: + - "mainhand" + - "offhand" + equip_effects: + - type: "stat_change" + gid: "havencast_speed" + modifier: 2 +aethermesh: + name: "aethermesh" + description: "A tool for manatrawl." + whatnot: + tags: + - "tool" + - "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." + whatnot: + use_effects: + - type: "condition" + gid: "quarrying_draught" + duration: 3600 # 1 Hour + message: "The draught increases your planequarry speed." +reaping_draught: + name: "reaping draught" + description: "Increases the speed of wealdreap for an hour." + whatnot: + use_effects: + - type: "condition" + gid: "reaping_draught" + duration: 3600 # 1 Hour + message: "The draught increases your wealdreap speed." +trawling_draught: + name: "trawling draught" + description: "Increases the speed of manatrawl for an hour." + whatnot: + use_effects: + - type: "condition" + gid: "trawling_draught" + duration: 3600 # 1 Hour + message: "The draught increases your manatrawl speed." +bluster_powder: + name: "bluster powder" + description: "A coarse powder that, when inhaled, causes severe pain and rage." + whatnot: + use_effects: + - type: "condition" + gid: "bluster_powder" + duration: 600 # 10 minutes + message: "The powder enrages you, increasing your power and speed but decreasing your accuracy and evasion." +mudtub_mash: + name: "mudtub mash" + description: "It's mashed mudtubs. Doesn't get any simpler than that." + whatnot: + use_effects: + - type: "condition" + gid: "mudtub_mash" + duration: 7200 # 2 hours + message: "The mash is bland -- uncomfortably tasteless. But it'll get you through." +midoras_spice: + name: "midoras spice" + description: "A savory spice made from the midoras plant." + whatnot: + tags: + - "material" +midoras_mudtub_mash: + name: "midoras mudtub mash" + description: "Spiced mudtub mash. Tastes like spice." + whatnot: + use_effects: + - type: "condition" + gid: "midoras_mudtub_mash" + duration: 7200 # 2 hours + message: "The mash fills your mouth with a biting tingle." +dusted_templis: + name: "dusted templis" + description: "The fruit of a templis plant, seasoned with a little something extra." + whatnot: + use_effects: + - type: "condition" + gid: "dusted_templis" + duration: 7200 # 2 hours + message: "The dusted templis is strangely complex and delicious." +gem_dust: + name: "gem dust" + description: "Dust resulting from the crushing of a gem." + whatnot: + tags: + - "material" +salt: + name: "salt" + description: "It's salt." + whatnot: + tags: + - "material" +seas_tear: + name: "sea's tear" + description: "A dense crystal, similar in appearance to salt." + whatnot: + tags: + - "material" +bollyrot_acerbic: + name: "bollyrot acerbic" + description: "Acid from the internals of a bollyrot." + whatnot: + tags: + - "material" +black_gizzard: + name: "black gizzard" + description: "An organ from a crypt writhe." + whatnot: + tags: + - "material" +onus_of_vision: + name: "onus of vision" + description: "A heavy chain necklace bearing a glowing yellow beryl." + whatnot: + equip_slots: + - "neck" + equip_effects: + - type: "stat_change" + gid: "accuracy" + modifier: 2 + - type: "stat_change" + gid: "evasion" + modifier: 2 + - type: "stat_change" + gid: "speed" + modifier: -2 +balgoloth_skull: + name: "balgoloth skull" + description: "The enormous skull of a balgoloth. About as big as your entire upper body." + whatnot: + tags: + - "material" +balgoloth_plate: + name: "balgoloth plate" + description: "Horrific armor made from a balgoloth skull." + whatnot: + equip_slots: + - "torso" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 15 + equip_effects: + - type: "stat_change" + gid: "physical_resistance" + modifier: 4 + - type: "stat_change" + gid: "energy_resistance" + modifier: 2 + - type: "stat_change" + gid: "speed" + modifier: -1 + - type: "stat_change" + gid: "power" + modifier: 2 +woodflesh_potion: + name: "woodflesh potion" + description: "A magic potion that causes your skin to toughen and better resist physical damage." + whatnot: + use_effects: + - type: "condition" + gid: "woodflesh" + duration: 600 # 10 minutes + message: "Your skin toughens." +lightblood_potion: + name: "lightblood potion" + description: "A magic potion that instills an inner radiance, increasing your resistance to necrotic damage." + whatnot: + use_effects: + - type: "condition" + gid: "lightblood" + duration: 600 # 10 minutes + message: "You feel an inner glow." +mercuria_potion: + name: "mercuria potion" + description: "A magic potion that causes you to become slightly less tangible, increasing your evasion." + whatnot: + use_effects: + - type: "condition" + gid: "mercuria" + duration: 600 # 10 minutes + message: "You feel elusive." +balgoloth_claw: + name: "balgoloth claw" + description: "A claw from a balgoloth that's balanced enough to use as a weapon. It's two feet long." + whatnot: + equip_slots: + - "mainhand" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 15 + equip_effects: + - type: "damage" + gid: "bash" + min: 1 + max: 6 + - type: "damage" + gid: "pierce" + min: 1 + max: 6 +faint_mana: + name: "faint mana" + description: "A weak omen that provides a very small amount of magical energy." + whatnot: + tags: + - "omen" + infix_skills: + - gid: "havencast" + infix_effects: + - type: "stat_change" + gid: "mana" + modifier: 1 +minor_mana: + name: "minor mana" + description: "A weak omen that provides a small amount of magical energy." + whatnot: + tags: + - "omen" + infix_skills: + - gid: "havencast" + infix_effects: + - type: "stat_change" + gid: "mana" + modifier: 2 +faint_forging_haste: + name: "faint forging haste" + description: "A very weak omen that grants a very small increase to otherforge speed." + whatnot: + tags: + - "omen" + infix_skills: + - gid: "otherforge" + infix_effects: + - type: "stat_change" + gid: "otherforge_speed" + modifier: 2 +faint_seething_haste: + name: "faint seething haste" + description: "A very weak omen that grants a very small increase to fluxseethe speed." + whatnot: + tags: + - "omen" + infix_skills: + - gid: "fluxseethe" + infix_effects: + - type: "stat_change" + gid: "fluxseethe_speed" + modifier: 2 +faint_working_haste: + name: "faint working haste" + description: "A very weak omen that grants a very small increase to spicework speed." + whatnot: + tags: + - "omen" + infix_skills: + - gid: "spicework" + infix_effects: + - type: "stat_change" + gid: "spicework_speed" + modifier: 2 +faint_weaving_haste: + name: "faint weaving haste" + description: "A very weak omen that grants a very small increase to aetherweave speed." + whatnot: + tags: + - "omen" + infix_skills: + - gid: "aetherweave" + infix_effects: + - type: "stat_change" + gid: "aetherweave_speed" + modifier: 2 +lusterlight_brand: + name: "lusterlight brand" + description: "A radiant omen." + whatnot: + tags: + - "omen" + infix_skills: + - gid: "beastslay" + infix_effects: + - type: "damage" + gid: "radiant" + min: 1 + max: 3 +simple_spellpage: + name: "simple spellpage" + description: "An old piece of parchment covered in magical script. Deciphering it can yield knowledge of a spell." + whatnot: + tags: + - "material" +alacrity_ribbon: + name: "alacrity ribbon" + description: "A belt that increases the wearer's speed." + whatnot: + equip_slots: + - "waist" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 5 + equip_effects: + - type: "stat_change" + gid: "speed" + modifier: 1 +shawl_of_wiles: + name: "shawl of wiles" + description: "A garment that increases the wearer's evasion." + whatnot: + equip_slots: + - "back" + equip_requirements: + - type: "skill" + gid: "beastslay" + level: 5 + equip_effects: + - type: "stat_change" + gid: "evasion" + modifier: 1 |