Skip to content

Commit

Permalink
[MoM] Add small chance of psi research to PHAVIAN scientists special (C…
Browse files Browse the repository at this point in the history
…leverRaven#69425)

* Update lore.json

* Update phavian_scientists.json

* Update phavian_scientists.json

* Update phavian_scientists.json

* Update lore.json
  • Loading branch information
Standing-Storm authored Nov 16, 2023
1 parent c0b2f23 commit e639655
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions data/mods/MindOverMatter/itemgroups/lore.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] },
Expand All @@ -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 }
]
}
]

0 comments on commit e639655

Please sign in to comment.