From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- vamp_stuff/Modification_Files/Books/v_note.json | 47 +++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Books/v_note.json (limited to 'vamp_stuff/Modification_Files/Books/v_note.json') diff --git a/vamp_stuff/Modification_Files/Books/v_note.json b/vamp_stuff/Modification_Files/Books/v_note.json new file mode 100644 index 0000000..b9c3797 --- /dev/null +++ b/vamp_stuff/Modification_Files/Books/v_note.json @@ -0,0 +1,47 @@ +[ + { + "type": "GENERIC", + "id": "v_war_tip", + "category": "books", + "symbol": ",", + "color": "light_gray", + "name": "apprentice's note", + "snippet_category": "v_war_tips", + "description": "A torn-up paper. Something's written on it.", + "price": 0, + "material": [ "paper" ], + "weight": "1 g", + "volume": "3 ml", + "flags": [ "ZERO_WEIGHT" ] + }, + { + "type": "GENERIC", + "id": "v_elem_tip", + "category": "books", + "symbol": ",", + "color": "light_gray", + "name": "apprentice's note", + "snippet_category": "v_elem_tips", + "description": "A torn-up paper. Something's written on it.", + "price": 0, + "material": [ "paper" ], + "weight": "1 g", + "volume": "3 ml", + "flags": [ "ZERO_WEIGHT" ] + }, + { + "type": "GENERIC", + "id": "v_hemo_tip", + "category": "books", + "symbol": ",", + "color": "light_gray", + "name": "apprentice's note", + "snippet_category": "v_hemo_tips", + "description": "A torn-up paper. Something's written on it.", + "price": 0, + "material": [ "paper" ], + "weight": "1 g", + "volume": "3 ml", + "flags": [ "ZERO_WEIGHT" ] + } +] -- cgit v1.2.1