diff --git a/data/mods/MindOverMatter/itemgroups/lore.json b/data/mods/MindOverMatter/itemgroups/lore.json index cc69590a0cede..c0e9c631e188b 100644 --- a/data/mods/MindOverMatter/itemgroups/lore.json +++ b/data/mods/MindOverMatter/itemgroups/lore.json @@ -22,5 +22,18 @@ "type": "item_group", "subtype": "distribution", "items": [ { "item": "lab_file_phavian_memo_item", "prob": 1 }, { "item": "lab_file_matrix_research_item", "prob": 3 } ] + }, + { + "id": "dist_lab_file_phavian_psi_research_any", + "type": "item_group", + "subtype": "distribution", + "items": [ + { "item": "lab_file_biokinesis_item", "prob": 1 }, + { "item": "lab_file_clairsentience_item", "prob": 1 }, + { "item": "lab_file_telekinesis_item", "prob": 1 }, + { "item": "lab_file_telepathy_item", "prob": 1 }, + { "item": "lab_file_vitakinesis_item", "prob": 1 }, + { "item": "lab_file_matrix_research_item", "prob": 1 } + ] } ] diff --git a/data/mods/MindOverMatter/mapgen/map_extras/phavian_scientists.json b/data/mods/MindOverMatter/mapgen/map_extras/phavian_scientists.json index 70ce8c601507b..38eb41fbcd342 100644 --- a/data/mods/MindOverMatter/mapgen/map_extras/phavian_scientists.json +++ b/data/mods/MindOverMatter/mapgen/map_extras/phavian_scientists.json @@ -62,7 +62,7 @@ "subtype": "collection", "id": "map_extra_phavian_science_corpse", "container-item": "corpse_generic_human", - "//": "Half the time a wallet with an id card, all the time a lab coat", + "//": "Half the time a wallet with an id card, all the time a lab coat, small chance of psi reseach to tantalize", "entries": [ { "group": "wallets_phavian", "prob": 50 }, { "item": "coat_lab", "damage": [ 1, 3 ] }, @@ -71,7 +71,9 @@ { "group": "socks_unisex", "damage": [ 1, 3 ] }, { "group": "lab_shoes", "damage": [ 1, 3 ] }, { "group": "lab_torso", "damage": [ 1, 3 ] }, - { "group": "underwear", "damage": [ 1, 3 ] } + { "group": "underwear", "damage": [ 1, 3 ] }, + { "item": "lab_postit_psi", "prob": 15 }, + { "group": "dist_lab_file_phavian_psi_research_any", "prob": 3 } ] } ]