summaryrefslogtreecommitdiff
path: root/json/recipes/shot.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/shot.json')
-rw-r--r--json/recipes/shot.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/json/recipes/shot.json b/json/recipes/shot.json
index 5a70410..a03a74f 100644
--- a/json/recipes/shot.json
+++ b/json/recipes/shot.json
@@ -2,6 +2,7 @@
{
"result": "reloaded_shot_000",
"type": "recipe",
+ "activity_level": "LIGHT_EXERCISE",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_SHOT",
"skill_used": "fabrication",
@@ -13,13 +14,13 @@
"charges": 1,
"reversible": true,
"using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 12 ], [ "ammo_shot", 1 ] ],
- "components": [
- [ [ "gunpowder", 6 ] ]
- ]
+ "proficiencies": [ { "proficiency": "prof_handloading" } ],
+ "components": [ [ [ "gunpowder", 12 ], [ "gunpowder_pistol", 12 ], [ "gunpowder_shotgun", 12 ] ] ]
},
{
"result": "reloaded_shot_000_inc",
"type": "recipe",
+ "activity_level": "LIGHT_EXERCISE",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_SHOT",
"skill_used": "fabrication",
@@ -31,9 +32,10 @@
"charges": 1,
"reversible": true,
"using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 12 ], [ "ammo_shot", 1 ] ],
+ "proficiencies": [ { "proficiency": "prof_handloading" } ],
"components": [
- [ [ "gunpowder", 5 ] ],
- [ [ "incendiary", 5 ] ]
+ [ [ "gunpowder", 10 ], [ "gunpowder_pistol", 10 ], [ "gunpowder_shotgun", 10 ] ],
+ [ [ "incendiary", 10 ] ]
]
}
]