Files
Aurora.3/config/example/custom_items.json
Cody Brittain 3f62424312 [MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
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>
2026-02-01 05:14:26 +00:00

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."
}
]