diff options
Diffstat (limited to 'vamp_stuff/Modification Files/Books/v_note.json')
-rw-r--r-- | vamp_stuff/Modification Files/Books/v_note.json | 44 |
1 files changed, 44 insertions, 0 deletions
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 + } +] |