aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/crafting/pot.yaml
blob: 3215036d004435ff5571fc18eab3547cbfdfd198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
id: pot
type: crafting
level: 1
xp: 6
wait: 4
station: [pottery_oven]
consume:
  - items: [unfired_pot]
    quantity: 1
output: empty_pot
message: "You fire the pot in the oven successfully."
fail_message: "The pot cracks in the oven and is ruined."
success:
  base: 0.50
  per_level: 0.02
  cap: 0.95