Prep for the actually making ritual crafting work.

This commit is contained in:
Zed A. Shaw 2025-04-26 02:21:59 -04:00
parent ad1d08ca96
commit 292711f91f
10 changed files with 56 additions and 74 deletions

View file

@ -169,5 +169,31 @@
"damage": 16,
"probability": 1.0
}
}
},
"junk": [
{
"name": "chess_pawn",
"provides": ["cursed_item"]
},
{
"name": "dirty_kerchief",
"provides": ["has_magick"]
},
{
"name": "mushroom",
"provides": ["has_magick"]
},
{
"name": "pocket_watch",
"provides": ["shiny_bauble"]
},
{
"name": "rusty_nails",
"provides": ["has_spikes"]
},
{
"name": "severed_finger",
"provides": ["cursed_item"]
}
]
}