Prep for the actually making ritual crafting work.
This commit is contained in:
parent
ad1d08ca96
commit
292711f91f
10 changed files with 56 additions and 74 deletions
|
@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue