Skip to content

Commit

Permalink
Backporting CleverRaven#49211
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Aug 12, 2021
1 parent 0ec523c commit 29b583e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/mods/Magiclysm/itemgroups/itemgroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,15 @@
"id": "wisp_death",
"items": [ [ "glow_dust", 1 ] ]
},
{
"type": "item_group",
"id": "pawn",
"items": [
{ "group": "enchanted_wands_lesser", "prob": 3 },
{ "group": "enchanted_rings_common", "prob": 1 },
[ "wolfshead_cufflinks", 10 ]
]
},
{
"type": "item_group",
"id": "basement_utility_closet",
Expand Down Expand Up @@ -997,6 +1006,17 @@
}
]
},
{
"id": "tools_hunting",
"//": "A distribution of magical items for classless themed spaces.",
"type": "item_group",
"subtype": "distribution",
"items": [
{ "group": "enchanted_tokens_tool", "prob": 3 },
{ "group": "enchanted_tokens_weapon", "prob": 2 },
{ "group": "potions_common", "prob": 12 }
]
},
{
"id": "classless_items",
"//": "A distribution of magical items for classless themed spaces.",
Expand Down

0 comments on commit 29b583e

Please sign in to comment.