summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-23 17:24:17 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-23 17:24:17 -0800
commit6972a1beef334856433b18b6ef63768af9fc3b7b (patch)
tree2bad1be2fbb93884fb15bf71ed663e44d1db821a
parentlooks_like not looks-like (diff)
downloadcataclysm-dda-mod_hk-loadout-6972a1beef334856433b18b6ef63768af9fc3b7b.tar.xz
Add uncraft for 000shot
-rw-r--r--json/recipes/000shot.json6
-rw-r--r--json/uncraft/000shot.json32
2 files changed, 35 insertions, 3 deletions
diff --git a/json/recipes/000shot.json b/json/recipes/000shot.json
index ba122a1..e9e52b0 100644
--- a/json/recipes/000shot.json
+++ b/json/recipes/000shot.json
@@ -11,7 +11,7 @@
"batch_time_factors": [ 60, 5 ],
"book_learn": [ [ "recipe_bullets", 2 ], [ "manual_shotgun", 2 ] ],
"charges": 1,
- "reversible": true,
+ "reversible": false,
"using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 10 ], [ "ammo_000_shot", 1 ] ],
"tools": [ [ [ "press", -1 ] ] ],
"components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ] ]
@@ -28,7 +28,7 @@
"batch_time_factors": [ 60, 5 ],
"book_learn": [ [ "recipe_bullets", 4 ], [ "manual_shotgun", 4 ] ],
"charges": 1,
- "reversible": true,
+ "reversible": false,
"using": [ [ "ammo_000_shot", 1 ] ],
"tools": [ [ [ "press", -1 ] ] ],
"components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ], [ [ "combatnail", 10 ] ] ]
@@ -45,7 +45,7 @@
"batch_time_factors": [ 60, 5 ],
"book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ],
"charges": 1,
- "reversible": true,
+ "reversible": false,
"using": [ [ "bullet_forming", 1 ], [ "ammo_bullet", 20 ], [ "ammo_000_shot", 1 ] ],
"components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ] ]
}
diff --git a/json/uncraft/000shot.json b/json/uncraft/000shot.json
new file mode 100644
index 0000000..a639af7
--- /dev/null
+++ b/json/uncraft/000shot.json
@@ -0,0 +1,32 @@
+[
+ {
+ "result": "shot_000",
+ "type": "uncraft",
+ "skill_used": "gun",
+ "difficulty": 5,
+ "time": "1 s",
+ "qualities": [ { "id": "PULL", "level": 1 } ],
+ "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder_shotgun", 6 ] ], [ [ "lead", 10 ] ] ],
+ "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ },
+ {
+ "result": "shot_000_flechette",
+ "type": "uncraft",
+ "skill_used": "gun",
+ "difficulty": 5,
+ "time": "1 s",
+ "qualities": [ { "id": "PULL", "level": 1 } ],
+ "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder_shotgun", 6 ] ], [ [ "combatnail", 10 ] ] ],
+ "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ },
+ {
+ "result": "shot_000_slug",
+ "type": "uncraft",
+ "skill_used": "gun",
+ "difficulty": 5,
+ "time": "1 s",
+ "qualities": [ { "id": "PULL", "level": 1 } ],
+ "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder_shotgun", 6 ] ], [ [ "lead", 20 ] ] ],
+ "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ }
+]