summaryrefslogtreecommitdiff
path: root/data/activities.yml
blob: c94218fdeb6b7a90597bf56d05b52c1331ffb1c3 (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
construct_foundation_level1:
  name: "Construct Foundation Level 1"
  description: "Build a level 1 foundation."
  whatnot:
    duration:
      base: 60
    cost:
      items:
        stone: 100
        wood: 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:
      items:
        stone: 300
    results:
      - type: "hearth_amenity"
        gid: "forge"
        level: 1
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:
          stone:
            score: 0
      - type: "item"
        chance: 1
        table:
          crude_iron_ore:
            score: 0
          iron_ore:
            score: 0.98
          pure_iron_ore:
            score: 0.996
        table_scaling:
          skills:
            planequarry: 1.25
      - type: "item"
        chance: 0.02
        table:
          red_beryl:
            score: 0
          tourmaline:
            score: 0.45
          yellow_beryl:
            score: 0.90
          paraiba_tourmaline:
            score: 0.95