aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/crafting/craft_pot.yaml
blob: 1b80eefe704a1c00a9f8dc970e13400ffc8f15d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
id: craft_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