summaryrefslogtreecommitdiff
path: root/data/activities.yml
blob: 4975cf97fdf320450b35bc004169ea138ec0d6ce (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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
construct_foundation_level1:
  name: "Construct Foundation Level 1"
  description: "Build a level 1 foundation."
  innate: true
  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."
  innate: true
  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."
  innate: true
  whatnot:
    duration:
      base: 70
      minimum: 35
      scaling:
        - type: "skill"
          gid: "otherforge"
          scale_value: 2
    cost:
      - type: "item"
        gid: "crude_iron_ore"
        quantity: 10
    results:
      - type: "item"
        gid: "pig_iron_ingot"
        xp:
          - gid: "otherforge"
            value: 15
      - type: "activity"
        chance: 0.05
        table:
          - gid: "craft_iron_ingot"
            score: 0
        table_scaling:
          - type: "skill"
            gid: "otherforge"
            scale_value: 1.25
craft_iron_ingot:
  name: "Smelt Iron Ingot"
  description: "Smelt an iron ingot."
  whatnot:
    duration:
      base: 80
      minimum: 35
      scaling:
        - type: "skill"
          gid: "otherforge"
          scale_value: 2
    cost:
      - type: "item"
        gid: "iron_ore"
        quantity: 10
    results:
      - type: "item"
        gid: "iron_ingot"
        xp:
          - gid: "otherforge"
            value: 20
quarry_floret_mines:
  name: "Quarry Floret Mines"
  description: "Planequarry at the Floret Mines."
  location: "floret_region"
  innate: true
  whatnot:
    duration:
      base: 70
      minimum: 35
      scaling:
        - type: "skill"
          gid: "planequarry"
          scale_value: 2
    results:
      - type: "item"
        chance: 1
        table:
          - gid: "stone"
            score: 0
      - type: "item"
        chance: 1
        table:
          - gid: "crude_iron_ore"
            score: 0
            xp:
              - gid: "planequarry"
                value: 5
          - gid: "iron_ore"
            score: 0.98
            xp:
              - gid: "planequarry"
                value: 10
          - gid: "pure_iron_ore"
            score: 0.996
            xp:
              - gid: "planequarry"
                value: 20
        table_scaling:
          - type: "skill"
            gid: "planequarry"
            scale_value: 1.25
      - type: "item"
        chance: 0.02
        table:
          - gid: "red_beryl"
            score: 0
            xp:
              - gid: "planequarry"
                value: 30
          - gid: "tourmaline"
            score: 0.45
            xp:
              - gid: "planequarry"
                value: 30
          - gid: "yellow_beryl"
            score: 0.90
            xp:
              - gid: "planequarry"
                value: 50
          - gid: "paraiba_tourmaline"
            score: 0.95
            xp:
              - gid: "planequarry"
                value: 50
hunt_killing_fields:
  name: "Hunt The Killing Fields"
  description: "Hunt monsters in The Killing Fields."
  location: "floret_region"
  innate: true
  whatnot:
    duration:
      base: 60
      minimum: 35
      scaling:
        - type: "skill"
          gid: "beastslay"
          scale_value: 2
    results:
      - type: "monster"
        chance: 1
        table:
          - gid: "pit_leech"
            score: 0
          - gid: "stalk_beast"
            score: 0.70