Skip to content

Commit

Permalink
[Magiclysm] Feral ravenfolk are blinged out (#76483)
Browse files Browse the repository at this point in the history
* Initial commit

* count o to 4--some might have lost their jewelry
  • Loading branch information
Standing-Storm committed Sep 17, 2024
1 parent acc244b commit cc302de
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/mods/Magiclysm/itemgroups/death_drops.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
"id": "feral_ravenfolk_death_drops",
"entries": [
{ "group": "default_ravenfolk_clothes", "prob": 100, "damage": [ 1, 4 ] },
{ "group": "ravenfolk_jewelry", "prob": 100, "count": [ 0, 4 ] },
{ "group": "default_zombie_items", "count": [ 1, 3 ], "prob": 50 },
{ "group": "wallets", "prob": 50 },
{ "item": "denarius", "prob": 5 }
Expand Down
38 changes: 38 additions & 0 deletions data/mods/Magiclysm/itemgroups/itemgroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -1856,5 +1856,43 @@
"subtype": "collection",
"id": "group_forge_warp_items",
"items": [ { "item": "forge_warp_scroll", "count": [ 1, 3 ] } ]
},
{
"type": "item_group",
"id": "ravenfolk_jewelry",
"//": "copied from jewelry_accessories with ear and teeth jewelry removed, plus no wedding/engagement rings",
"items": [
[ "gold_ring", 30 ],
[ "gold_bracelet", 30 ],
[ "gold_necklace", 30 ],
[ "gold_locket", 20 ],
[ "gold_hairpin", 20 ],
[ "platinum_ring", 2 ],
[ "platinum_bracelet", 2 ],
[ "platinum_necklace", 2 ],
[ "platinum_locket", 1 ],
[ "platinum_hairpin", 1 ],
[ "silver_necklace", 40 ],
[ "silver_bracelet", 40 ],
[ "silver_ring", 40 ],
[ "silver_locket", 30 ],
[ "silver_hairpin", 30 ],
[ "copper_bracelet", 15 ],
[ "copper_ring", 15 ],
[ "copper_necklace", 15 ],
[ "cowrie_necklace", 15 ],
[ "copper_locket", 15 ],
[ "copper_hairpin", 10 ],
[ "ring_purity", 5 ],
[ "cufflinks", 25 ],
[ "cufflinks_intricate", 15 ],
[ "diamond_ring", 10 ],
[ "jade_brooch", 30 ],
[ "tieclip", 35 ],
[ "pearl_collar", 30 ],
[ "holy_symbol", 20 ],
[ "gold_anklet", 20 ],
[ "silver_anklet", 30 ]
]
}
]

0 comments on commit cc302de

Please sign in to comment.