summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Books/v_note.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 17:37:07 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 17:37:07 -0700
commit183ee9fef51743bcf39b94822a23585fdd7cc698 (patch)
tree1476814f3dbcc8de822b773199b17c34b8ae2edc /vamp_stuff/Modification_Files/Books/v_note.json
parentTypo. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-183ee9fef51743bcf39b94822a23585fdd7cc698.tar.xz
Port to DDA.
Diffstat (limited to 'vamp_stuff/Modification_Files/Books/v_note.json')
-rw-r--r--vamp_stuff/Modification_Files/Books/v_note.json42
1 files changed, 19 insertions, 23 deletions
diff --git a/vamp_stuff/Modification_Files/Books/v_note.json b/vamp_stuff/Modification_Files/Books/v_note.json
index 84c8358..2f7bc09 100644
--- a/vamp_stuff/Modification_Files/Books/v_note.json
+++ b/vamp_stuff/Modification_Files/Books/v_note.json
@@ -1,47 +1,43 @@
[
{
+ "abstract": "v_note_template",
"type": "GENERIC",
- "id": "v_war_tip",
"category": "books",
+ "name": { "str": "Note Template" },
+ "description": "This note is a template for reducing duplicate code on notes. It should never appear in game, obviously.",
+ "price": 0,
+ "material": [ "paper" ],
"symbol": ",",
"color": "light_gray",
- "name": { "str": "apprentice's note" },
- "snippet_category": "v_war_tips",
- "description": "A torn-up paper. Something's written on it.",
- "price": "0 cent",
- "material": [ "paper" ],
"weight": "1 g",
"volume": "3 ml",
"flags": [ "ZERO_WEIGHT" ]
},
{
+ "id": "v_war_tip",
+ "copy-from": "v_note_template",
"type": "GENERIC",
+ "category": "books",
+ "name": { "str": "apprentice's note" },
+ "snippet_category": "v_war_tips",
+ "description": "A torn-up paper. Something's written on it."
+ },
+ {
"id": "v_elem_tip",
+ "copy-from": "v_note_template",
+ "type": "GENERIC",
"category": "books",
- "symbol": ",",
- "color": "light_gray",
"name": { "str": "apprentice's note" },
"snippet_category": "v_elem_tips",
- "description": "A torn-up paper. Something's written on it.",
- "price": "0 cent",
- "material": [ "paper" ],
- "weight": "1 g",
- "volume": "3 ml",
- "flags": [ "ZERO_WEIGHT" ]
+ "description": "A torn-up paper. Something's written on it."
},
{
- "type": "GENERIC",
"id": "v_hemo_tip",
+ "copy-from": "v_note_template",
+ "type": "GENERIC",
"category": "books",
- "symbol": ",",
- "color": "light_gray",
"name": { "str": "apprentice's note" },
"snippet_category": "v_hemo_tips",
- "description": "A torn-up paper. Something's written on it.",
- "price": "0 cent",
- "material": [ "paper" ],
- "weight": "1 g",
- "volume": "3 ml",
- "flags": [ "ZERO_WEIGHT" ]
+ "description": "A torn-up paper. Something's written on it."
}
]