blob: 2395f82239db9a3ada02059297bd5d92d522a369 (
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
88
89
90
91
|
construct_foundation_level1:
name: "Construct Foundation Level 1"
description: "Build a level 1 foundation."
whatnot:
duration:
base: 60
cost:
- type: "item"
gid: "stone"
quantity: 100
- type: "item"
gid: "wood"
quantity: 100
results:
- type: "hearth_amenity"
gid: "foundation"
level: 1
construct_forge_level1:
name: "Construct Forge Level 1"
description: "Build a level 1 forge."
whatnot:
requirements:
- type: "hearth_amenity"
gid: "foundation"
level: 1
duration:
base: 600
cost:
- type: "item"
gid: "stone"
quantity: 300
results:
- type: "hearth_amenity"
gid: "forge"
level: 1
craft_pig_iron_ingot:
name: "Smelt Pig Iron Ingot"
description: "Smelt a pig iron ingot."
whatnot:
duration:
base: 70
minimum: 35
scaling:
otherforge: 2
cost:
- type: "item"
gid: "crude_iron_ore"
quantity: 10
results:
- type: "item"
gid: "pig_iron_ingot"
quarry_floret_mines:
name: "Quarry Floret Mines"
description: "Planequarry at the Floret Mines."
location: "floret_region"
whatnot:
duration:
base: 70
minimum: 35
scaling:
planequarry: 2
results:
- type: "item"
chance: 1
table:
- gid: "stone"
score: 0
- type: "item"
chance: 1
table:
- gid: "crude_iron_ore"
score: 0
- gid: "iron_ore"
score: 0.98
- gid: "pure_iron_ore"
score: 0.996
table_scaling:
- type: "skill"
gid: "planequarry"
scale_value: 1.25
- type: "item"
chance: 0.02
table:
- gid: "red_beryl"
score: 0
- gid: "tourmaline"
score: 0.45
- gid: "yellow_beryl"
score: 0.90
- gid: "paraiba_tourmaline"
score: 0.95
|