Files
Yogstation/strings/wanted_message.json
AMyriad c988369ab4 Scrubs the second "m" from the last mentions of "Centcomm" and the capital "T" from all mentions of "NanoTrasen" (#21043)
* Update wanted_message.json

* Update yogs_ion_laws.json

* this too

* Update cryopod.dm

* Update headset.dm

* Update topic.dm

* Update nuclearbomb.dm

* Update corpse.dm

* Update expressconsole.dm

* Update jobs.dm

* Update miscellaneous.dm

* Update captain.dm

* Update machine_vending.dm

* Update gimmick_objectives.txt

* Update infiltration.dm

* Update parts.dm

* think I did this right

* no apparently I didn't

if this works, it only dies on mapping stuff

* fixed?

* tests the linter to see if the grep catches this

* test didn't work, reverts last commit

* test #2: does it detect case sensitivity?

* test worked, I think it's done!

* Update check_grep.sh

* Update check_grep.sh

* Update check_grep.sh
2023-12-05 20:13:20 -06:00

75 lines
1.7 KiB
JSON

{
"basemessage": [
"Fugitive from the law due to",
"Needs to be interrogated for information about",
"Wanted by The Syndicate for",
"Ransomable to Nanotrasen for",
"Has exploitable information about"
],
"verb": [
"murdering",
"killing",
"accidentally destroying",
"destroying",
"knowing information about",
"stealing",
"slipping",
"sabotaging",
"robusting",
"collaborating with",
"being close friends with",
"cloning",
"befriending",
"bombing",
"kidnapping",
"pretending to be",
"seducing",
"ignoring",
"assassinating"
],
"noun": {
"secret plans": 50,
"the hand teleporter": 50,
"an NT centcom uniform": 50,
"a supermatter shard": 50,
"internal Syndicate documents": 50,
"experimental Nanotrasen technology": 50,
"bluespace crystals": 50,
"a cult": 50,
"shapeshifting creatures": 50,
"a toolbox": 10,
"a bar of soap": 10,
"lizardmen": 10,
"two million credits": 10,
"a gondola": 10,
"one billion credits": 5,
"research on floor clowns": 5,
"Officer Beepsky": 5,
"clown tears": 5,
"John F Kennedy 2": 5,
"Nanotrasen's swimsuit calendar": 5,
"a suspicious bus": 5,
"administrators": 5,
"a solid gold gondola": 5,
"the anime archive": 5,
"YALPER": 1,
"absolutely nothing": 1,
"Cuban Pete": 1,
"your mother": 1,
"WGW": 1
},
"location": {
"on Space Station 13": 50,
"somewhere in deep space": 50,
"on a remote syndicate base": 50,
"in a secure NT facility": 50,
"while on an escape shuttle": 10,
"while infilrating centcomm headquarters": 10,
"deep in the necropolis": 10,
"during a drunken bar fight": 5,
"while stuck in a bathroom": 5,
"in a back alley on Mars": 5,
"on Virgo Orbital": 1
}
}