summaryrefslogtreecommitdiff
path: root/data/activities.yml
blob: 01a4c88aecd923dd540266b7ec9b7ba1b0bba85f (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
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
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