summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Weapons
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-06 09:55:46 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-06 09:55:46 -0700
commit897bb481ac4ed914395b412bb48a067bf75079fa (patch)
tree74132ca67b0b4ccfd04d4d00307b30b154f24e26 /vamp_stuff/Modification_Files/Items/Weapons
parentAdd blood bar and recipe. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-897bb481ac4ed914395b412bb48a067bf75079fa.tar.xz
Move all recipes to a single location.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Weapons')
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/ammo_recipe.json66
1 files changed, 0 insertions, 66 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ammo_recipe.json b/vamp_stuff/Modification_Files/Items/Weapons/ammo_recipe.json
deleted file mode 100644
index a51a2a8..0000000
--- a/vamp_stuff/Modification_Files/Items/Weapons/ammo_recipe.json
+++ /dev/null
@@ -1,66 +0,0 @@
-[
- {
- "result": "pelletblood",
- "type": "recipe",
- "category": "CC_OTHER",
- "subcategory": "CSC_OTHER_MATERIALS",
- "skill_used": "cooking",
- "skills_required": [ "fabrication", 0 ],
- "difficulty": 0,
- "time": "45 s",
- "book_learn": [ [ "vamp_gunner1", 10 ] ],
- "components": [ [ [ "bloodpowder", 1 ] ] ]
- },
- {
- "result": "bloodyshaky",
- "type": "recipe",
- "category": "CC_AMMO",
- "skill_used": "cooking",
- "skills_required": [ "fabrication", 0 ],
- "difficulty": 0,
- "time": "45 s",
- "components": [ [ [ "blood", 1 ] ] ]
- },
- {
- "result": "bloodypressure",
- "type": "recipe",
- "category": "CC_AMMO",
- "skill_used": "cooking",
- "skills_required": [ "fabrication", 0 ],
- "difficulty": 0,
- "time": "45 s",
- "book_learn": [ [ "vamp_gunner1", 10 ] ],
- "qualities": [ { "id": "BCHEMISTRY", "level": 1 } ],
- "components": [ [ [ "bloodpowder", 10 ] ], [ [ "water", 2 ] ] ]
- },
- {
- "result": "bloodyinfect",
- "type": "recipe",
- "category": "CC_AMMO",
- "skill_used": "cooking",
- "skills_required": [ "fabrication", 0 ],
- "difficulty": 0,
- "time": "45 s",
- "book_learn": [ [ "vamp_gunner1", 10 ] ],
- "qualities": [ { "id": "BCHEMISTRY", "level": 1 } ],
- "components": [ [ [ "bloodpowder", 6 ] ], [ [ "meat_tainted", 1 ], [ "dry_meat_tainted", 1 ] ], [ [ "water", 2 ] ] ]
- },
- {
- "result": "reloaded_bloodshot_00",
- "type": "recipe",
- "category": "CC_AMMO",
- "subcategory": "CSC_AMMO_SHOT",
- "skill_used": "gun",
- "difficulty": 2,
- "time": "2 m",
- "batch_time_factors": [ 60, 5 ],
- "book_learn": [ [ "vamp_gunner1", 10 ] ],
- "charges": 1,
- "using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 10 ], [ "ammo_shot", 1 ] ],
- "tools": [ [ [ "press", -1 ] ] ],
- "components": [
- [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ],
- [ [ "pelletblood", 10 ] ]
- ]
- }
-]