mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
3f62424312
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
36 lines
906 B
JSON
36 lines
906 B
JSON
[
|
|
{
|
|
"ckey": "arrow768",
|
|
"character_name": "Jane Doe",
|
|
"item_path": "/obj/item/toy/plushie",
|
|
"item_data": { "name": "ugly plush toy", "desc": "It's truly hideous." },
|
|
"req_titles": ["Assistant", "Security Officer"]
|
|
},
|
|
{
|
|
"ckey": "arrow768",
|
|
"character_name": "Jane Doe",
|
|
"item_path": "/obj/item/kit/paint",
|
|
"item_data": {
|
|
"name": "APLU customisation kit",
|
|
"desc": "It's truly hideous."
|
|
},
|
|
"additional_data": "ripley, firefighter"
|
|
},
|
|
{
|
|
"ckey": "arrow768",
|
|
"character_name": "Jane Doe",
|
|
"item_path": "/obj/item/kit/suit",
|
|
"item_data": {
|
|
"name": "salvage suit customisation kit",
|
|
"desc": "A customisation kit with all the parts needed to convert a suit."
|
|
}
|
|
},
|
|
{
|
|
"ckey": "arrow768",
|
|
"character_name": "John Doe",
|
|
"item_path": "/obj/item/gun/energy/lawgiver",
|
|
"item_name": "Executioner",
|
|
"item_desc": "When you really need to motivate your crew."
|
|
}
|
|
]
|