From 08753e2e1a88813f133e1cb411a27d1d7e4e85c6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Mar 2023 22:54:38 -0700 Subject: Port to DDA. --- json/uncraft/shot.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'json/uncraft/shot.json') diff --git a/json/uncraft/shot.json b/json/uncraft/shot.json index 96aed7b..a3d3e54 100644 --- a/json/uncraft/shot.json +++ b/json/uncraft/shot.json @@ -2,6 +2,7 @@ { "result": "shot_000", "type": "uncraft", + "activity_level": "MODERATE_EXERCISE", "skill_used": "gun", "difficulty": 5, "time": "1 s", @@ -9,7 +10,7 @@ "components": [ [ [ "shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], - [ [ "gunpowder", 6 ] ], + [ [ "gunpowder_shotgun", 6 ] ], [ [ "lead", 12 ] ] ], "charges": 1 @@ -17,6 +18,7 @@ { "result": "shot_000_inc", "type": "uncraft", + "activity_level": "MODERATE_EXERCISE", "skill_used": "gun", "difficulty": 5, "time": "1 s", @@ -24,7 +26,7 @@ "components": [ [ [ "shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], - [ [ "gunpowder", 6 ] ], + [ [ "gunpowder_shotgun", 6 ] ], [ [ "lead", 12 ] ], [ [ "incendiary", 12 ] ] ], -- cgit v1.2.1