Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MoM] Snippetathon, part 2 #68764

Merged
merged 13 commits into from
Nov 15, 2023
7 changes: 3 additions & 4 deletions data/mods/MindOverMatter/itemgroups/feral_deathdrops.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
{ "group": "underwear", "damage": [ 1, 4 ] },
{ "group": "clothing_glasses", "prob": 5 },
{ "group": "clothing_watch", "prob": 5 },
{ "group": "wallets", "damage": [ 1, 4 ] },
{ "group": "wallets_phavian", "damage": [ 1, 4 ] },
{ "group": "feral_humans_crystal_drops_bio", "prob": 25 },
{ "group": "feral_humans_crystal_drops_clair", "prob": 25 },
{ "group": "feral_humans_crystal_drops_vita", "prob": 25 },
Expand All @@ -228,13 +228,12 @@
{ "group": "underwear", "damage": [ 1, 4 ] },
{ "group": "clothing_glasses", "prob": 5 },
{ "group": "clothing_watch", "prob": 5 },
{ "group": "wallets", "damage": [ 1, 4 ] },
{ "group": "wallets_phavian", "damage": [ 1, 4 ] },
{ "group": "feral_humans_crystal_drops_bio", "prob": 40 },
{ "group": "feral_humans_crystal_drops_clair", "prob": 40 },
{ "group": "feral_humans_crystal_drops_vita", "prob": 25 },
{ "item": "phavian_psionic_martial_power_book", "prob": 8 },
{ "group": "dist_psionic_shield_belts", "prob": 60, "damage": [ 1, 4 ] },
{ "item": "id_science_visitor_phavian", "prob": 33 }
{ "group": "dist_psionic_shield_belts", "prob": 60, "damage": [ 1, 4 ] }
]
}
]
16 changes: 16 additions & 0 deletions data/mods/MindOverMatter/items/files_and_post_it.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@
"flags": [ "TRADER_AVOID" ],
"copy-from": "file"
},
{
"type": "GENERIC",
"id": "lab_file_clairsentience_item",
"name": { "str": "report (clairsentience)", "str_pl": "copies of report (clairsentience)" },
"category": "books",
"description": "A folder full of what appear to be transcripts of experimental results or reports. Most of it is rather trivial, but certain passages catch your eye…",
"snippet_category": "lab_file_clairsentience",
"weight": "15 g",
"to_hit": -3,
"color": "white",
"symbol": ",",
"material": [ "paper" ],
"volume": "50 ml",
"flags": [ "TRADER_AVOID" ],
"copy-from": "file"
},
{
"type": "GENERIC",
"id": "lab_file_telekinesis_item",
Expand Down
24 changes: 23 additions & 1 deletion data/mods/MindOverMatter/snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
{
"id": "general_graffiti_psi_2",
"text": "This is a detailed drawing of a pyramid with an eye in it. Below is written \"We see now.\""
}
},
{ "id": "general_graffiti_psi_3", "text": "We greet the new dawn" },
{ "id": "general_graffiti_psi_4", "text": "Dawn is breaking" }
]
},
{
Expand Down Expand Up @@ -59,6 +61,26 @@
{
"id": "note_psi_5",
"text": "\"Using the Force is way easier than going into the houses. Stand out in a storm. You'll thank me later, if you survive.\""
},
{
"id": "note_psi_6",
"text": "\"This is it, the next stage in human evolution. The sheep weren't worthy and will fall before the ascension of Homo Superior.\""
},
{
"id": "note_psi_7",
"text": "\"All this meditating has finally paid off. You need me to get you something, leave me a note at the old gas station south of Ashland on 93. You'll have what you need in a couple days.\""
},
{
"id": "note_psi_8",
"text": "\"Those things, the ones that sound like people, it's not just their claws. I saw them lift another guy clear off his feet from thirty feet away and take him apart while he screamed and screamed. All the while saying shit like \"The store is closing in fifteen minutes.\" I don't care what they have in those towers, I'm never going anywhere near them again.\""
},
{
"id": "note_psi_9",
"text": "\"I always knew there was something off about that office building on main. I'm not going to check it out because downtown is overrun but I saw weird lights from the top floor two lights running. Something's still happening up there.\""
},
{
"id": "note_psi_10",
"text": "\"Met some girl living out in the wilds west of town. She snuck up perfectly behind me and held me at gunpoint until she was sure I wouldn't try to steal from her. Once we had that cleared up, told me to skip north and avoid 90 because some assholes had set up a roadblock. I asked her how she knew where I was going and she said, \"It was revealed to me in a dream.\" I should have listened to her.\""
}
]
},
Expand Down
Loading