blob: 837702c8fb228650219eeb18be2bbd8ff2c25e47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
stone:
name: "Stone"
description: "A chunk of gray stone."
crude_iron_ore:
name: "Crude iron ore"
description: "A chunk of very impure iron ore."
iron_ore:
name: "Iron ore"
description: "A chunk of unrefined iron ore."
pure_iron_ore:
name: "Pure iron ore"
description: "A chunk of naturally rich and pure iron ore."
paraiba_tourmaline:
name: "Paraiba tourmaline"
description: "A rare and beautiful turquoise gem."
red_beryl:
name: "Red beryl"
description: "A simple red gem."
tourmaline:
name: "Tourmaline"
description: "A crude pink-blue gem."
yellow_beryl:
name: "Yellow beryl"
description: "A rare and beautiful yellow gem."
pig_iron_ingot:
name: "pig iron ingot"
description: "Low quality iron ingot meant to be remelted for further use."
iron_ingot:
name: "iron ingot"
description: "A simple bar of iron."
iron_dagger:
name: "Iron dagger"
description: "A dagger made of iron."
whatnot:
equip_slots:
- "mainhand"
equip_effects:
- type: "stat"
gid: "accuracy"
modifier: 2
- type: "stat"
gid: "power"
modifier: 2
iron_short_sword:
name: "Iron short sword"
description: "A short sword made of iron."
whatnot:
equip_slots:
- "mainhand"
equip_effects:
- type: "stat"
gid: "accuracy"
modifier: 3
- type: "stat"
gid: "power"
modifier: 3
iron_longsword:
name: "Iron longsword"
description: "A longsword made of iron."
whatnot:
equip_slots:
- "mainhand"
equip_requirements:
skills:
- gid: "beastslay"
level: 3
equip_effects:
- type: "stat"
gid: "accuracy"
modifier: 4
- type: "stat"
gid: "power"
modifier: 4
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."
vestige:
name: "vestige"
description: "Faintly glimmering remnants of magical events. Used as currency."
|