aboutsummaryrefslogtreecommitdiff
path: root/data/objects/iron_rock.yaml
blob: 3e94dc8b17d90502d9e5e5c4dbd943b5013d85d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
color: "FA"
gather:
    drops:
        - depletes: true
          item_id: iron_ore
          level: 15
          success_message: You manage to mine some {FA}iron ore{/}.
          weight: 100
          xp: 35
    fail_message: You chip away but get nothing useful.
    gather_message: You swing your pickaxe at the iron rock...
    respawn_broadcast: A glint of iron catches your eye from some {name}.
    respawn_timer: 60
    skill: mining
    success:
        base: 0.4
        cap: 0.95
        per_level: 0.01
    tools:
        - pickaxe
name: iron rock