summaryrefslogtreecommitdiff
path: root/json/uncraft
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-16 18:17:44 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-16 18:17:44 -0800
commitfde97375dd85b3d462cebd44e8faafb21f5cec1e (patch)
treeb67c578884ad95fb21ca3031651b7403a67b732f /json/uncraft
parentShorten the name of the G11. (diff)
downloadcataclysm-dda-mod_hk-loadout-fde97375dd85b3d462cebd44e8faafb21f5cec1e.tar.xz
Convert the CAWS to 00shot.
-Obsolete 000 shells that aren't buckshot.
Diffstat (limited to 'json/uncraft')
-rw-r--r--json/uncraft/000shot.json93
-rw-r--r--json/uncraft/shot.json33
2 files changed, 33 insertions, 93 deletions
diff --git a/json/uncraft/000shot.json b/json/uncraft/000shot.json
deleted file mode 100644
index dd23bdd..0000000
--- a/json/uncraft/000shot.json
+++ /dev/null
@@ -1,93 +0,0 @@
-[
- {
- "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", 6 ] ],
- [ [ "lead", 12 ] ]
- ],
- "charges": 1
- },
- {
- "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", 6 ] ],
- [ [ "combatnail", 12 ] ]
- ],
- "charges": 1
- },
- {
- "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", 6 ] ],
- [ [ "lead", 24 ] ]
- ],
- "charges": 1
- },
- {
- "result": "shot_000_beanbag",
- "type": "uncraft",
- "skill_used": "gun",
- "difficulty": 5,
- "time": "1 s",
- "qualities": [ { "id": "PULL", "level": 1 } ],
- "components": [
- [ [ "000shot_hull", 1 ] ],
- [ [ "shotgun_primer", 1 ] ],
- [ [ "gunpowder", 6 ] ],
- [ [ "rubber_slug", 2 ] ]
- ],
- "charges": 1
- },
- {
- "result": "shot_000_inc",
- "type": "uncraft",
- "skill_used": "gun",
- "difficulty": 5,
- "time": "1 s",
- "qualities": [ { "id": "PULL", "level": 1 } ],
- "components": [
- [ [ "000shot_hull", 1 ] ],
- [ [ "shotgun_primer", 1 ] ],
- [ [ "gunpowder", 6 ] ],
- [ [ "lead", 12 ] ],
- [ [ "incendiary", 12 ] ]
- ],
- "charges": 1
- },
- {
- "result": "shot_000_he",
- "type": "uncraft",
- "skill_used": "gun",
- "difficulty": 5,
- "time": "1 s",
- "qualities": [ { "id": "PULL", "level": 1 } ],
- "components": [
- [ [ "000shot_hull", 1 ] ],
- [ [ "shotgun_primer", 1 ] ],
- [ [ "gunpowder", 6 ] ],
- [ [ "chem_rdx", 2 ] ]
- ],
- "charges": 1
- }
-]
diff --git a/json/uncraft/shot.json b/json/uncraft/shot.json
new file mode 100644
index 0000000..48da59c
--- /dev/null
+++ b/json/uncraft/shot.json
@@ -0,0 +1,33 @@
+[
+ {
+ "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", 6 ] ],
+ [ [ "lead", 12 ] ]
+ ],
+ "charges": 1
+ },
+ {
+ "result": "shot_000_inc",
+ "type": "uncraft",
+ "skill_used": "gun",
+ "difficulty": 5,
+ "time": "1 s",
+ "qualities": [ { "id": "PULL", "level": 1 } ],
+ "components": [
+ [ [ "000shot_hull", 1 ] ],
+ [ [ "shotgun_primer", 1 ] ],
+ [ [ "gunpowder", 6 ] ],
+ [ [ "lead", 12 ] ],
+ [ [ "incendiary", 12 ] ]
+ ],
+ "charges": 1
+ }
+]