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 | 44 +++++++++++++++++++++++++ 1 file changed, 44 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..ba76168 --- /dev/null +++ b/vamp_stuff/Modification Files/Books/v_note.json @@ -0,0 +1,44 @@ +[ + { + "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": 0 + }, + { + "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": 0 + }, + { + "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": 0 + } +] -- cgit v1.2.1