1[
2  {
3    "id": "smart_phone",
4    "type": "TOOL",
5    "name": { "str": "smartphone" },
6    "copy-from": "smart_phone",
7    "description": "A popular, fancy smartphone.  Capable of making photos due to integrated camera and illuminating an area as per its flashlight app, assuming it has enough charge.  The smartphone also has a clock app that includes an alarm.  Runs on a small, proprietary power cell that needs a specialized charger.  That is to say, is quite difficult to recharge post-Cataclysm.",
8    "delete": { "flags": [ "USE_UPS" ] }
9  },
10  {
11    "id": "smartphone_music",
12    "copy-from": "smartphone_music",
13    "type": "TOOL",
14    "name": { "str": "smartphone - music", "str_pl": "smartphones - music" },
15    "delete": { "flags": [ "USE_UPS" ] }
16  },
17  {
18    "id": "smart_phone_flashlight",
19    "copy-from": "smart_phone_flashlight",
20    "type": "TOOL",
21    "name": { "str": "smartphone - Flashlight", "str_pl": "smartphones - Flashlight" },
22    "delete": { "flags": [ "USE_UPS" ] }
23  }
24]
25