summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Items/Misc
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
commit66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch)
tree1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification Files/Items/Misc
downloadcataclysm-dda-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification Files/Items/Misc')
-rw-r--r--vamp_stuff/Modification Files/Items/Misc/v_currency.json13
-rw-r--r--vamp_stuff/Modification Files/Items/Misc/v_material_type.json37
-rw-r--r--vamp_stuff/Modification Files/Items/Misc/v_materials.json133
-rw-r--r--vamp_stuff/Modification Files/Items/Misc/v_recipe.json1082
4 files changed, 1265 insertions, 0 deletions
diff --git a/vamp_stuff/Modification Files/Items/Misc/v_currency.json b/vamp_stuff/Modification Files/Items/Misc/v_currency.json
new file mode 100644
index 0000000..7dd880e
--- /dev/null
+++ b/vamp_stuff/Modification Files/Items/Misc/v_currency.json
@@ -0,0 +1,13 @@
+{
+ "type": "GENERIC",
+ "id": "bloodcoin",
+ "name": "VelvetyToken",
+ "description": "A well-made, seemingly handcrafted crimson coin produced merely of blood from unknown creature. Its one side is adorned in astounding etched decorations, and the other shows an image of a man, with undecipherable text below it.",
+ "price": 50,
+ "price_postapoc": 10,
+ "weight": "12 g",
+ "to_hit": -3,
+ "color": "red",
+ "symbol": "$",
+ "material": ["compactblood"]
+}
diff --git a/vamp_stuff/Modification Files/Items/Misc/v_material_type.json b/vamp_stuff/Modification Files/Items/Misc/v_material_type.json
new file mode 100644
index 0000000..d383c45
--- /dev/null
+++ b/vamp_stuff/Modification Files/Items/Misc/v_material_type.json
@@ -0,0 +1,37 @@
+[{
+ "type": "material",
+ "ident": "compactblood",
+ "name": "Blood Compact",
+ "density": 4,
+ "soft": true,
+ "bash_resist": 8,
+ "cut_resist": 5,
+ "acid_resist": 1,
+ "fire_resist": 1,
+ "elec_resist": 2,
+ "chip_resist": 12,
+ "bullet_resist": 4,
+ "repaired_with": "compactsheet",
+ "salvaged_into": "compactsheet",
+ "dmg_adj": ["scratched", "cut", "shredded", "tattered"],
+ "bash_dmg_verb": "ripped",
+ "cut_dmg_verb": "sliced"
+},
+{
+ "type": "material",
+ "ident": "ethereal",
+ "name": "Ethereal",
+ "density": 0,
+ "soft": true,
+ "bash_resist": 1000,
+ "cut_resist": 1000,
+ "acid_resist": 0,
+ "fire_resist": 0,
+ "elec_resist": 0,
+ "chip_resist": 100,
+ "bullet_resist": 800,
+ "dmg_adj": ["invincible", "invincible", "invincible", "invincible"],
+ "bash_dmg_verb": "invincible",
+ "cut_dmg_verb": "invincible"
+}
+] \ No newline at end of file
diff --git a/vamp_stuff/Modification Files/Items/Misc/v_materials.json b/vamp_stuff/Modification Files/Items/Misc/v_materials.json
new file mode 100644
index 0000000..23cfc5b
--- /dev/null
+++ b/vamp_stuff/Modification Files/Items/Misc/v_materials.json
@@ -0,0 +1,133 @@
+[{
+ "//": "Reduced weight.",
+ "type": "COMESTIBLE",
+ "id": "blood",
+ "copy-from": "blood",
+ "name": "blood",
+ "name_plural": "blood",
+ "weight": 5,
+ "color": "red",
+ "container": "flask_glass",
+ "comestible_type": "DRINK",
+ "symbol": "~",
+ "quench": 5,
+ "healthy": -8,
+ "calories": 43,
+ "description": "Blood, possibly that of a human. Disgusting!",
+ "price": 100,
+ "material": ["hflesh"],
+ "volume": 1,
+ "phase": "liquid",
+ "fun": -50
+ }, {
+ "id": "melted_bloodrune",
+ "type": "GENERIC",
+ "category": "spare_parts",
+ "name": "melted bloodrune stone",
+ "description": "Finely crushed and extremely heated bloodrune stone. It merely generates a faint glow and seems to maintain its power in its phase.",
+ "weight": 750,
+ "volume": 1,
+ "price": 0,
+ "price_postapoc": 0,
+ "material": ["compactblood"],
+ "symbol": "~",
+ "color": "red"
+ }, {
+ "id": "bloodrune",
+ "type": "GENERIC",
+ "category": "spare_parts",
+ "name": "bloodrune stone",
+ "description": "A pleasant ruby stone, possibly owned by a vampire. Its core mimics a heartbeat with unreadable marks appearing again and again from its outside layer. The strange power seems to be used with certain crafts.",
+ "weight": 750,
+ "volume": 1,
+ "price": 0,
+ "price_postapoc": 500000,
+ "count": 3,
+ "material": ["compactblood"],
+ "symbol": ".",
+ "color": "red"
+ }, {
+ "id": "bigbloodrune",
+ "type": "GENERIC",
+ "category": "spare_parts",
+ "name": "large bloodrune stone",
+ "description": "A large bloodrune stone, seemingly compressed by an unknown source. It trembles by its own, eager to shatter from its shell.",
+ "weight": 3000,
+ "volume": 7,
+ "price": 0,
+ "price_postapoc": 2500000,
+ "material": ["compactblood"],
+ "symbol": ".",
+ "color": "red"
+ }, {
+ "id": "stickyblood",
+ "type": "GENERIC",
+ "category": "spare_parts",
+ "name": "sticky blood",
+ "description": "A sticky, rounded human blood, as literally. Its adhesiveness is compare to the regular superglues.",
+ "weight": 250,
+ "volume": 1,
+ "price": 0,
+ "price_postapoc": 200000,
+ "material": ["compactblood"],
+ "symbol": "o",
+ "color": "red"
+ }, {
+ "id": "bloodpowder",
+ "type": "COMESTIBLE",
+ "comestible_type": "FOOD",
+ "name": "blood powder",
+ "description": "A powdered human blood. Perfect vampire getaway snacks.",
+ "weight": 10,
+ "volume": 0,
+ "price": 1,
+ "count": 10,
+ "quench": 1,
+ "healthy": -3,
+ "nutrition": 3,
+ "material": ["hflesh"],
+ "symbol": "'",
+ "color": "red"
+ }, {
+ "id": "bloodextract",
+ "type": "COMESTIBLE",
+ "comestible_type": "FOOD",
+ "name": "blood extract",
+ "description": "A sticky sap after the process of extraction from the blood.",
+ "weight": 40,
+ "volume": 1,
+ "price": 0,
+ "quench": 5,
+ "healthy": -3,
+ "nutrition": -2,
+ "material": ["hflesh"],
+ "symbol": "~",
+ "color": "pink",
+ "count": 3
+ }, {
+ "id": "compactsheet",
+ "type": "GENERIC",
+ "category": "spare_parts",
+ "name": "blood compact sheet",
+ "description": "Well compressed leathery sheet. It is known as an aesthetics clothing material, due to its unique reddish appearance. But from now, it was proven superior to armorcraft.",
+ "weight": 250,
+ "volume": 1,
+ "price": 0,
+ "material": ["compactblood"],
+ "symbol": "#",
+ "color": "red"
+ }, {
+ "id": "pelletblood",
+ "type": "GENERIC",
+ "category": "spare_parts",
+ "name": "blood pellet",
+ "description": "A tiny blood pellet, sparkling like bits of fined rubies.",
+ "weight": 10,
+ "volume": 0,
+ "price": 0,
+ "count": 2,
+ "material": ["compactblood"],
+ "symbol": ".",
+ "color": "red"
+ }
+]
diff --git a/vamp_stuff/Modification Files/Items/Misc/v_recipe.json b/vamp_stuff/Modification Files/Items/Misc/v_recipe.json
new file mode 100644
index 0000000..976b806
--- /dev/null
+++ b/vamp_stuff/Modification Files/Items/Misc/v_recipe.json
@@ -0,0 +1,1082 @@
+[{
+ "result": "sword_sip",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "time": 420000,
+ "book_learn": [
+ [
+ "vamp_book1",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "HAMMER",
+ "level": 3
+ }, {
+ "id": "CHISEL",
+ "level": 3
+ }
+ ],
+ "tools": [
+ [
+ [
+ "tongs",
+ -1
+ ]
+ ],
+ [
+ [
+ "anvil",
+ -1
+ ]
+ ],
+ [
+ [
+ "crucible",
+ -1
+ ],
+ [
+ "crucible_clay",
+ -1
+ ]
+ ]
+ ],
+ "components": [
+ [
+ [
+ "steel_lump",
+ 4
+ ]
+ ],
+ [
+ [
+ "scrap",
+ 16
+ ]
+ ],
+ [
+ [
+ "glass",
+ 4
+ ]
+ ],
+ [
+ [
+ "leather",
+ 4
+ ]
+ ],
+ [
+ [
+ "blade",
+ 1
+ ]
+ ],
+ [
+ [
+ "bloodrune",
+ 1
+ ]
+ ]
+ ]
+ }, {
+ "result": "sword_sipplus",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "time": 85000,
+ "book_learn": [
+ [
+ "vamp_upgradebook1",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "BINFUSING",
+ "level": 1
+ }
+ ],
+ "components": [
+ [
+ [
+ "sword_sip",
+ 1
+ ]
+ ],
+ [
+ [
+ "melted_bloodrune",
+ 1
+ ]
+ ]
+ ]
+ }, {
+ "result": "invy_bow",
+ "type": "recipe",
+ "category": "GUNS",
+ "skill_used": "archery",
+ "difficulty": 8,
+ "time": 380000,
+ "book_learn": [
+ [
+ "vamp_book2",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "HAMMER",
+ "level": 3
+ }, {
+ "id": "CHISEL",
+ "level": 3
+ }
+ ],
+ "tools": [
+ [
+ [
+ "tongs",
+ -1
+ ]
+ ],
+ [
+ [
+ "anvil",
+ -1
+ ]
+ ],
+ [
+ [
+ "crucible",
+ -1
+ ],
+ [
+ "crucible_clay",
+ -1
+ ]
+ ]
+ ],
+ "components": [
+ [
+ [
+ "steel_lump",
+ 1
+ ]
+ ],
+ [
+ [
+ "scrap",
+ 6
+ ]
+ ],
+ [
+ [
+ "longbow",
+ 1
+ ]
+ ],
+ [
+ [
+ "leather",
+ 4
+ ]
+ ],
+ [
+ [
+ "pipe",
+ 2
+ ]
+ ],
+ [
+ [
+ "bloodrune",
+ 1
+ ]
+ ]
+ ]
+ }, {
+ "result": "sword_dive",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "time": 320000,
+ "book_learn": [
+ [
+ "vamp_book3",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "HAMMER",
+ "level": 3
+ }, {
+ "id": "CHISEL",
+ "level": 3
+ }
+ ],
+ "tools": [
+ [
+ [
+ "tongs",
+ -1
+ ]
+ ],
+ [
+ [
+ "anvil",
+ -1
+ ]
+ ],
+ [
+ [
+ "crucible",
+ -1
+ ],
+ [
+ "crucible_clay",
+ -1
+ ]
+ ]
+ ],
+ "components": [
+ [
+ [
+ "steel_lump",
+ 1
+ ]
+ ],
+ [
+ [
+ "scrap",
+ 8
+ ]
+ ],
+ [
+ [
+ "leather",
+ 4
+ ]
+ ],
+ [
+ [
+ "blade",
+ 1
+ ]
+ ],
+ [
+ [
+ "bloodrune",
+ 1
+ ]
+ ]
+ ]
+ }, {
+ "result": "sword_diveplus",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "time": 85000,
+ "book_learn": [
+ [
+ "vamp_upgradebook1",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "BINFUSING",
+ "level": 1
+ }
+ ],
+ "components": [
+ [
+ [
+ "sword_dive",
+ 1
+ ]
+ ],
+ [
+ [
+ "melted_bloodrune",
+ 1
+ ]
+ ]
+ ]
+ }, {
+ "result": "hammerius",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "time": 420000,
+ "book_learn": [
+ [
+ "vamp_book4",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "HAMMER",
+ "level": 3
+ }, {
+ "id": "CHISEL",
+ "level": 3
+ }
+ ],
+ "tools": [
+ [
+ [
+ "tongs",
+ -1
+ ]
+ ],
+ [
+ [
+ "anvil",
+ -1
+ ]
+ ],
+ [
+ [
+ "crucible",
+ -1
+ ],
+ [
+ "crucible_clay",
+ -1
+ ]
+ ]
+ ],
+ "components": [
+ [
+ [
+ "steel_lump",
+ 4
+ ]
+ ],
+ [
+ [
+ "scrap",
+ 24
+ ]
+ ],
+ [
+ [
+ "leather",
+ 8
+ ]
+ ],
+ [
+ [
+ "bloodrune",
+ 1
+ ]
+ ]
+ ]
+ }, {
+ "result": "hammeriusplus",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "time": 85000,
+ "book_learn": [
+ [
+ "vamp_upgradebook1",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "BINFUSING",
+ "level": 1
+ }
+ ],
+ "components": [
+ [
+ [
+ "hammerius",
+ 1
+ ]
+ ],
+ [
+ [
+ "melted_bloodrune",
+ 1
+ ]
+ ]
+ ]
+ }, {
+ "result": "punchie_bitie",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "time": 297000,
+ "book_learn": [
+ [
+ "vamp_book5",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "HAMMER",
+ "level": 3
+ }, {
+ "id": "CHISEL",
+ "level": 3
+ }
+ ],
+ "tools": [
+ [
+ [
+ "tongs",
+ -1
+ ]
+ ],
+ [
+ [
+ "anvil",
+ -1
+ ]
+ ],
+ [
+ [
+ "crucible",
+ -1
+ ],
+ [
+ "crucible_clay",
+ -1
+ ]
+ ]
+ ],
+ "components": [
+ [
+ [
+ "steel_lump",
+ 2
+ ]
+ ],
+ [
+ [
+ "scrap",
+ 16
+ ]
+ ],
+ [
+ [
+ "leather",
+ 8
+ ]
+ ],
+ [
+ [
+ "bloodrune",
+ 2
+ ]
+ ]
+ ]
+ }, {
+ "result": "punchie_bitieplus",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "time": 85000,
+ "book_learn": [
+ [
+ "vamp_upgradebook1",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "BINFUSING",
+ "level": 1
+ }
+ ],
+ "components": [
+ [
+ [
+ "punchie_bitie",
+ 1
+ ]
+ ],
+ [
+ [
+ "melted_bloodrune",
+ 2
+ ]
+ ]
+ ]
+ }, {
+ "result": "falc_crimsword",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "time": 320000,
+ "book_learn": [
+ [
+ "vamp_book6",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "HAMMER",
+ "level": 3
+ }, {
+ "id": "CHISEL",
+ "level": 3
+ }
+ ],
+ "tools": [
+ [
+ [
+ "tongs",
+ -1
+ ]
+ ],
+ [
+ [
+ "anvil",
+ -1
+ ]
+ ],
+ [
+ [
+ "crucible",
+ -1
+ ],
+ [
+ "crucible_clay",
+ -1
+ ]
+ ]
+ ],
+ "components": [
+ [
+ [
+ "steel_lump",
+ 1
+ ]
+ ],
+ [
+ [
+ "scrap",
+ 6
+ ]
+ ],
+ [
+ [
+ "leather",
+ 4
+ ]
+ ],
+ [
+ [
+ "blade",
+ 1
+ ]
+ ],
+ [
+ [
+ "bloodrune",
+ 1
+ ]
+ ]
+ ]
+ }, {
+ "result": "falc_crimswordplus",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "time": 85000,
+ "book_learn": [
+ [
+ "vamp_upgradebook1",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "BINFUSING",
+ "level": 1
+ }
+ ],
+ "components": [
+ [
+ [
+ "falc_crimsword",
+ 1
+ ]
+ ],
+ [
+ [
+ "melted_bloodrune",
+ 1
+ ]
+ ]
+ ]
+ }, {
+ "result": "bloodextractor",
+ "type": "recipe",
+ "category": "CC_ELECTRONIC",
+ "sub_category": "CSC_ELECTRONIC_TOOLS",
+ "skill_used": "electronics",
+ "difficulty": 8,
+ "time": 45000,
+ "book_learn": [
+ [
+ "vamp_upgradebook1",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "SCREW",
+ "level": 1
+ }, {
+ "id": "CHISEL",
+ "level": 3
+ }
+ ],
+ "components": [
+ [
+ [
+ "element",
+ 5
+ ]
+ ],
+ [
+ [
+ "scrap",
+ 8
+ ]
+ ],
+ [
+ [
+ "processor",
+ 2
+ ]
+ ],
+ [
+ [
+ "amplifier",
+ 1
+ ]
+ ],
+ [
+ [
+ "glass",
+ 2
+ ]
+ ],
+ [
+ [
+ "power_supply",
+ 1
+ ]
+ ]
+ ]
+ }, {
+ "result": "blood_forge_infuse",
+ "type": "recipe",
+ "category": "CC_ELECTRONIC",
+ "sub_category": "CSC_ELECTRONIC_TOOLS",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "time": 100000,
+ "book_learn": [
+ [
+ "vamp_upgradebook1",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "HAMMER",
+ "level": 3
+ }, {
+ "id": "CHISEL",
+ "level": 3
+ }, {
+ "id": "SCREW",
+ "level": 1
+ }
+ ],
+ "tools": [
+ [
+ [
+ "anvil",
+ -1
+ ]
+ ],
+ [
+ [
+ "crucible",
+ -1
+ ],
+ [
+ "crucible_clay",
+ -1
+ ]
+ ]
+ ],
+ "components": [
+ [
+ [
+ "steel_lump",
+ 7
+ ]
+ ],
+ [
+ [
+ "scrap",
+ 22
+ ]
+ ],
+ [
+ [
+ "element",
+ 5
+ ]
+ ],
+ [
+ [
+ "glass",
+ 4
+ ]
+ ],
+ [
+ [
+ "amplifier",
+ 3
+ ]
+ ],
+ [
+ [
+ "processor",
+ 2
+ ]
+ ],
+ [
+ [
+ "sheet_metal",
+ 4
+ ]
+ ]
+ ]
+ }, {
+ "result": "melted_bloodrune",
+ "type": "recipe",
+ "category": "CC_OTHER",
+ "sub_category": "CSC_OTHER_MATERIALS",
+ "skill_used": "fabrication",
+ "difficulty": 0,
+ "time": 19000,
+ "book_learn": [
+ [
+ "vamp_upgradebook1",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "HAMMER",
+ "level": 3
+ }, {
+ "id": "BOIL",
+ "level": 1
+ }
+ ],
+ "tools": [
+ [
+ [
+ "surface_heat",
+ 3,
+ "LIST"
+ ]
+ ]
+ ],
+ "components": [
+ [
+ [
+ "bloodrune",
+ 1
+ ]
+ ]
+ ]
+ }, {
+ "result": "bloodpowder",
+ "type": "recipe",
+ "category": "CC_OTHER",
+ "sub_category": "CSC_OTHER_MATERIALS",
+ "skill_used": "fabrication",
+ "difficulty": 0,
+ "time": 500,
+ "book_learn": [
+ [
+ "vamp_upgradebook1",
+ 10
+ ]
+ ],
+ "byproducts": [
+ [
+ "bloodextract"
+ ]
+ ],
+ "qualities": [{
+ "id": "BREFINING",
+ "level": 1
+ }
+ ],
+ "components": [
+ [
+ [
+ "blood",
+ 1
+ ]
+ ]
+ ]
+ }, {
+ "result": "bloodcompressor",
+ "type": "recipe",
+ "category": "CC_ELECTRONIC",
+ "sub_category": "CSC_ELECTRONIC_TOOLS",
+ "skill_used": "electronics",
+ "difficulty": 8,
+ "time": 100000,
+ "book_learn": [
+ [
+ "vamp_upgradebook1",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "HAMMER",
+ "level": 3
+ }, {
+ "id": "CHISEL",
+ "level": 3
+ }, {
+ "id": "SCREW",
+ "level": 1
+ }
+ ],
+ "tools": [
+ [
+ [
+ "anvil",
+ -1
+ ]
+ ],
+ [
+ [
+ "crucible",
+ -1
+ ],
+ [
+ "crucible_clay",
+ -1
+ ]
+ ]
+ ],
+ "components": [
+ [
+ [
+ "steel_lump",
+ 5
+ ]
+ ],
+ [
+ [
+ "scrap",
+ 14
+ ]
+ ],
+ [
+ [
+ "element",
+ 2
+ ]
+ ],
+ [
+ [
+ "glass",
+ 5
+ ]
+ ],
+ [
+ [
+ "amplifier",
+ 2
+ ]
+ ],
+ [
+ [
+ "processor",
+ 2
+ ]
+ ],
+ [
+ [
+ "sheet_metal",
+ 4
+ ]
+ ]
+ ]
+ }, {
+ "result": "bloodchem",
+ "type": "recipe",
+ "category": "CC_ELECTRONIC",
+ "sub_category": "CSC_ELECTRONIC_TOOLS",
+ "skill_used": "electronics",
+ "difficulty": 8,
+ "time": 100000,
+ "book_learn": [
+ [
+ "vamp_upgradebook1",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "HAMMER",
+ "level": 3
+ }, {
+ "id": "SCREW",
+ "level": 1
+ }
+ ],
+ "tools": [
+ [
+ [
+ "anvil",
+ -1
+ ]
+ ],
+ [
+ [
+ "crucible",
+ -1
+ ],
+ [
+ "crucible_clay",
+ -1
+ ]
+ ]
+ ],
+ "components": [
+ [
+ [
+ "scrap",
+ 3
+ ]
+ ],
+ [
+ [
+ "element",
+ 4
+ ]
+ ],
+ [
+ [
+ "chemistry_set",
+ 1
+ ]
+ ],
+ [
+ [
+ "amplifier",
+ 1
+ ]
+ ],
+ [
+ [
+ "processor",
+ 1
+ ]
+ ],
+ [
+ [
+ "sheet_metal",
+ 1
+ ]
+ ]
+ ]
+ }, {
+ "result": "compactsheet",
+ "type": "recipe",
+ "category": "CC_OTHER",
+ "sub_category": "CSC_OTHER_MATERIALS",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "time": 1250,
+ "book_learn": [
+ [
+ "vamp_upgradebook1",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "BCOMPRESSING",
+ "level": 1
+ }
+ ],
+ "components": [
+ [
+ [
+ "bloodpowder",
+ 125
+ ]
+ ]
+ ]
+ }, {
+ "result": "stickyblood",
+ "type": "recipe",
+ "category": "CC_OTHER",
+ "sub_category": "CSC_OTHER_MATERIALS",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "time": 5000,
+ "book_learn": [
+ [
+ "vamp_upgradebook1",
+ 10
+ ]
+ ],
+ "qualities": [{
+ "id": "BCHEMISTRY",
+ "level": 1
+ }
+ ],
+ "components": [
+ [
+ [
+ "bloodextract",
+ 30
+ ]
+ ]
+ ]
+ }, {
+ "result": "bloodrune",
+ "type": "recipe",
+ "category": "CC_OTHER",
+ "sub_category": "CSC_OTHER_MATERIALS",
+ "skill_used": "fabrication",
+ "difficulty": 0,
+ "time": 250,
+ "qualities": [{
+ "id": "HAMMER",
+ "level": 3
+ }
+ ],
+ "components": [
+ [
+ [
+ "bigbloodrune",
+ 1
+ ]
+ ]
+ ]
+ }
+]