-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77546 from Standing-Storm/xedrawood
[Xedra Evolved/Innawood] Remove modern items from XE spawns Innawood, allow starting with XE-specific scenarios
- Loading branch information
Showing
10 changed files
with
674 additions
and
0 deletions.
There are no files selected for viewing
134 changes: 134 additions & 0 deletions
134
data/mods/Xedra_Evolved/mod_interactions/innawood/itemgroups/itemgroup_overrides.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
[ | ||
{ | ||
"type": "item_group", | ||
"id": "fae_furs", | ||
"items": [ | ||
[ "hat_fur", 30 ], | ||
[ "sleeveless_trenchcoat_fur", 10 ], | ||
[ "sleeveless_duster_fur", 10 ], | ||
[ "coat_fur", 30 ], | ||
[ "gloves_fur", 30 ], | ||
[ "boots_fur", 20 ], | ||
[ "boots_glimmer_fur", 8 ], | ||
[ "cloak_glimmer_fur", 10 ], | ||
[ "coat_glimmer_fur", 1 ], | ||
[ "duster_glimmer_fur", 1 ], | ||
[ "sleeveless_duster_glimmer_fur", 1 ], | ||
[ "sleeveless_trenchcoat_glimmer_fur", 1 ] | ||
] | ||
}, | ||
{ | ||
"id": "gossamer_clothes", | ||
"type": "item_group", | ||
"subtype": "collection", | ||
"entries": [ | ||
{ "group": "gossamer_upper_body", "prob": 70 }, | ||
{ "group": "gossamer_lower_body", "prob": 70 }, | ||
{ "group": "gossamer_outerwear", "prob": 25 }, | ||
{ "item": "loincloth_gossamer", "prob": 80 }, | ||
{ "group": "gossamer_socks", "prob": 25 }, | ||
{ "group": "fae_furs", "prob": 10 } | ||
] | ||
}, | ||
{ | ||
"id": "changeling_death_drops", | ||
"type": "item_group", | ||
"subtype": "collection", | ||
"entries": [ | ||
{ "group": "cufflinks_silver", "prob": 30, "damage": [ 1, 4 ] }, | ||
{ "group": "gossamer_clothes", "prob": 100, "damage": [ 0, 4 ] }, | ||
{ "group": "tiaras_silver", "prob": 5 }, | ||
{ "group": "pendant_necklaces_silver", "prob": 5 }, | ||
{ "group": "clothing_watch", "prob": 5 }, | ||
{ "group": "fae_furs", "damage": [ 0, 4 ] }, | ||
{ "item": "scrap_dreamdross", "prob": 75, "count": [ 1, 4 ] } | ||
] | ||
}, | ||
{ | ||
"id": "changeling_bannerman_death_drops", | ||
"type": "item_group", | ||
"subtype": "collection", | ||
"entries": [ | ||
{ "group": "cufflinks_silver", "prob": 30, "damage": [ 0, 4 ] }, | ||
{ "group": "gossamer_clothes", "prob": 100, "damage": [ 0, 4 ] }, | ||
{ "group": "bannerman_armor", "prob": 20, "damage": [ 0, 5 ] }, | ||
{ "group": "pendant_necklaces_silver", "prob": 5 }, | ||
{ "group": "bannerman_weapons", "prob": 50, "damage": [ 0, 5 ] }, | ||
{ "item": "baldric", "prob": 100 }, | ||
{ "item": "scrap_dreamdross", "prob": 75, "count": [ 1, 4 ] } | ||
] | ||
}, | ||
{ | ||
"id": "changeling_redcap_aspirant_death_drops", | ||
"type": "item_group", | ||
"subtype": "collection", | ||
"entries": [ | ||
{ "group": "gossamer_clothes", "prob": 100, "damage": [ 0, 4 ] }, | ||
{ "group": "redcap_armor", "prob": 20, "damage": [ 0, 4 ] }, | ||
{ "group": "pendant_necklaces_silver", "prob": 5 }, | ||
{ "group": "redcap_weapons", "prob": 50, "damage": [ 0, 5 ] }, | ||
{ "item": "scrap_dreamdross", "prob": 75, "count": [ 4, 8 ] } | ||
] | ||
}, | ||
{ | ||
"id": "changeling_pooka_aspirant_death_drops", | ||
"type": "item_group", | ||
"subtype": "collection", | ||
"entries": [ | ||
{ "group": "gossamer_clothes", "prob": 100, "damage": [ 0, 4 ] }, | ||
{ "group": "pooka_armor", "prob": 20, "damage": [ 0, 4 ] }, | ||
{ "group": "pendant_necklaces_silver", "prob": 5 }, | ||
{ "group": "pooka_weapons", "prob": 50, "damage": [ 0, 5 ] }, | ||
{ "item": "scabbard", "prob": 100 }, | ||
{ "item": "scrap_dreamdross", "prob": 75, "count": [ 4, 8 ] } | ||
] | ||
}, | ||
{ | ||
"id": "changeling_lord_death_drops", | ||
"type": "item_group", | ||
"subtype": "collection", | ||
"entries": [ | ||
{ "group": "cufflinks_silver", "prob": 30, "damage": [ 0, 4 ] }, | ||
{ "group": "gossamer_clothes", "prob": 100, "damage": [ 0, 4 ] }, | ||
{ "group": "bannerman_armor", "prob": 20, "damage": [ 0, 4 ] }, | ||
{ "group": "pendant_necklaces_silver", "prob": 5 }, | ||
{ "item": "winter_lord_estoc", "prob": 25, "damage": [ 0, 5 ] }, | ||
{ "item": "baldric", "prob": 100 }, | ||
{ "item": "purity_crackers", "prob": 10 }, | ||
{ "item": "golden_bridle", "prob": 5 }, | ||
{ "item": "scrap_dreamdross", "prob": 75, "count": [ 12, 24 ] } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"subtype": "collection", | ||
"id": "renfield_death_drops", | ||
"entries": [ | ||
{ "group": "default_innawood_zombie_clothes", "prob": 100, "damage": [ 1, 4 ] }, | ||
{ "group": "default_innawood_zombie_items", "prob": 30, "count": [ 1, 2 ] }, | ||
{ "group": "default_feral_weapons", "prob": 75, "damage": [ 2, 4 ] }, | ||
{ "group": "default_feral_armor", "prob": 25, "damage": [ 2, 4 ] }, | ||
{ "item": "scrap_dreamdross", "prob": 75, "count": [ 1, 4 ] }, | ||
{ "group": "blood_containers", "prob": 15 } | ||
] | ||
}, | ||
{ | ||
"id": "default_moroi_death_drops", | ||
"type": "item_group", | ||
"subtype": "collection", | ||
"entries": [ | ||
{ "group": "default_innawood_zombie_clothes", "prob": 90, "damage": [ 1, 4 ] }, | ||
{ "group": "default_feral_armor", "prob": 50, "damage": [ 2, 4 ] }, | ||
{ "group": "default_innawood_zombie_items", "prob": 5 }, | ||
{ "group": "blood_containers", "prob": 30 }, | ||
{ "item": "grimy_recipe", "prob": 55 }, | ||
{ "item": "scrap_dreamdross", "prob": 35, "count": [ 1, 4 ] } | ||
] | ||
}, | ||
{ | ||
"id": "blood_containers", | ||
"type": "item_group", | ||
"subtype": "distribution", | ||
"items": [ [ "bowl_skull", 100 ], { "item": "blood", "prob": 400, "container-item": "waterskin" } ] | ||
} | ||
] |
176 changes: 176 additions & 0 deletions
176
data/mods/Xedra_Evolved/mod_interactions/innawood/itemgroups/itemgroups_new.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,176 @@ | ||
[ | ||
{ | ||
"type": "item_group", | ||
"subtype": "collection", | ||
"id": "default_innawood_zombie_clothes", | ||
"entries": [ | ||
{ | ||
"distribution": [ | ||
{ "group": "default_innawood_zombie_clothes_male", "prob": 50 }, | ||
{ "group": "default_innawood_zombie_clothes_female", "prob": 50 } | ||
], | ||
"prob": 100 | ||
}, | ||
{ "group": "coats_unisex", "prob": 20 }, | ||
{ "group": "common_gloves", "prob": 20 }, | ||
{ "group": "hatstore_hats", "prob": 20 }, | ||
{ "group": "scarfs_unisex", "prob": 20 }, | ||
{ "group": "shoes_unisex", "prob": 20 } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"subtype": "collection", | ||
"id": "default_innawood_zombie_clothes_male", | ||
"entries": [ | ||
{ "group": "male_underwear_bottom", "prob": 95 }, | ||
{ "group": "male_underwear_top", "prob": 50 }, | ||
{ "group": "pants_male", "prob": 95 }, | ||
{ "group": "shirts", "prob": 40 } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"subtype": "collection", | ||
"id": "default_innawood_zombie_clothes_female", | ||
"entries": [ | ||
{ "group": "female_underwear_bottom", "prob": 95 }, | ||
{ "group": "female_underwear_top", "prob": 95 }, | ||
{ "group": "pants_female", "prob": 95 }, | ||
{ "group": "shirts", "prob": 40 } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"subtype": "distribution", | ||
"id": "default_feral_weapons", | ||
"entries": [ | ||
{ | ||
"collection": [ | ||
{ "item": "shortbow", "prob": 100 }, | ||
{ "item": "quiver_birchbark", "contents-group": "quiver_bow_hunter", "prob": 100 } | ||
], | ||
"prob": 15 | ||
}, | ||
{ "item": "primitive_axe", "prob": 35 }, | ||
{ "item": "sheath_birchbark", "contents-item": "primitive_knife", "prob": 15 }, | ||
{ "item": "spear_stone", "prob": 50 } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"subtype": "collection", | ||
"id": "default_feral_armor", | ||
"entries": [ | ||
{ "item": "legguard_larmor", "prob": 50 }, | ||
{ "item": "vambrace_larmor", "prob": 50 }, | ||
{ "item": "helmet_larmor", "prob": 50 }, | ||
{ "item": "armor_larmor", "prob": 50 } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"subtype": "distribution", | ||
"id": "default_innawood_zombie_items", | ||
"entries": [ | ||
{ "item": "wicker_backpack", "prob": 2 }, | ||
{ "group": "tools_common_small", "prob": 25, "entry-wrapper": "makeshift_sling" }, | ||
{ "item": "bandages_birchbark", "prob": 5 }, | ||
{ "group": "trash_forest", "prob": 80 }, | ||
{ "group": "renfield_food", "prob": 30, "count": [ 1, 3 ] }, | ||
{ "item": "water_clean", "prob": 50 }, | ||
{ "item": "straw_doll", "prob": 3 }, | ||
{ | ||
"item": "wild_herbs", | ||
"prob": 15, | ||
"container-item": "null", | ||
"entry-wrapper": "bag_canvas_small", | ||
"count": [ 3, 12 ] | ||
}, | ||
{ | ||
"item": "faewild", | ||
"prob": 3, | ||
"container-item": "null", | ||
"entry-wrapper": "bag_canvas_small", | ||
"count": [ 3, 12 ] | ||
}, | ||
{ | ||
"item": "lotus_blossom", | ||
"prob": 3, | ||
"container-item": "null", | ||
"entry-wrapper": "bag_canvas_small", | ||
"count": [ 2, 16 ] | ||
}, | ||
{ "item": "scrap_dreamdross", "prob": 15, "count": [ 1, 4 ] } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"subtype": "distribution", | ||
"id": "renfield_food", | ||
"container-item": "bag_canvas_small", | ||
"on_overflow": "spill", | ||
"entries": [ | ||
{ "item": "dry_meat", "prob": 300 }, | ||
{ "item": "dry_veggy", "prob": 300 }, | ||
{ "item": "dry_fruit", "prob": 300 }, | ||
{ "item": "apple", "prob": 70 }, | ||
{ "item": "orange", "prob": 65 }, | ||
{ "item": "banana", "prob": 40 }, | ||
{ "item": "mushroom", "prob": 4 }, | ||
{ "item": "blueberries", "prob": 3 }, | ||
{ "item": "strawberries", "prob": 2 }, | ||
{ "item": "cucumber", "prob": 8 }, | ||
{ "item": "tomato", "prob": 9 }, | ||
{ "item": "pumpkin", "prob": 8 }, | ||
{ "item": "broccoli", "prob": 9 }, | ||
{ "item": "zucchini", "prob": 7 }, | ||
{ "item": "celery", "prob": 2 }, | ||
{ "item": "onion", "prob": 3 }, | ||
{ "item": "carrot", "prob": 3 }, | ||
{ "item": "potato", "prob": 10 }, | ||
{ "item": "pear", "prob": 65 }, | ||
{ "item": "grapefruit", "prob": 1 }, | ||
{ "item": "cherries", "prob": 5 }, | ||
{ "item": "plums", "prob": 9 }, | ||
{ "item": "grapes", "prob": 45 }, | ||
{ "item": "pineapple", "prob": 2 }, | ||
{ "item": "peach", "prob": 1 }, | ||
{ "item": "cranberries", "prob": 15 }, | ||
{ "item": "watermelon", "prob": 2 }, | ||
{ "item": "melon", "prob": 1 }, | ||
{ "item": "raspberries", "prob": 3 }, | ||
{ "item": "blackberries", "prob": 3 }, | ||
{ "item": "mango", "prob": 1 }, | ||
{ "item": "pomegranate", "prob": 1 }, | ||
{ "item": "rhubarb", "prob": 5 }, | ||
{ "item": "papaya", "prob": 1 }, | ||
{ "item": "kiwi", "prob": 2 }, | ||
{ "item": "apricot", "prob": 1 } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"subtype": "distribution", | ||
"id": "fetch_child_death_drops", | ||
"entries": [ | ||
{ "group": "default_innawood_zombie_clothes", "custom-flags": [ "UNDERSIZE" ], "prob": 100 }, | ||
{ "group": "child_items", "prob": 65 } | ||
] | ||
}, | ||
{ | ||
"type": "item_group", | ||
"subtype": "distribution", | ||
"id": "child_items", | ||
"entries": [ | ||
{ "item": "pointy_stick", "prob": 15 }, | ||
{ "item": "rock", "prob": 50 }, | ||
{ "item": "feather", "prob": 40, "count": [ 1, 10 ] }, | ||
{ "item": "hickory_nut", "prob": 20, "count": [ 1, 10 ] }, | ||
{ "item": "acorns", "prob": 20, "count": [ 1, 10 ] }, | ||
{ "item": "straw_doll", "prob": 5 }, | ||
{ "item": "bag_canvas_small", "prob": 10 }, | ||
{ "group": "tools_common_small", "prob": 1, "entry-wrapper": "makeshift_sling" } | ||
] | ||
} | ||
] |
Oops, something went wrong.