diff --git a/data/json/recipes/armor/pets_cow.json b/data/json/recipes/armor/pets_cow.json index ca174969a0152..ad2a4c427da96 100644 --- a/data/json/recipes/armor/pets_cow.json +++ b/data/json/recipes/armor/pets_cow.json @@ -6,6 +6,7 @@ "copy-from": "armor_acidchitin", "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_BOVINE ARMOR", + "qualities": [ { "id": "CUT_FINE", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "LEATHER_AWL", "level": 1 } ], "skills_required": [ [ "survival", 4 ], [ "firstaid", 2 ], [ "fabrication", 4 ] ], "time": "10 h 15 m", "using": [ [ "cordage", 7 ] ], @@ -236,6 +237,7 @@ "copy-from": "armor_plarmor", "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_BOVINE ARMOR", + "qualities": [ { "id": "HAMMER", "level": 3 } ], "skills_required": [ "tailor", 3 ], "time": "28 h 45 m", "book_learn": [ [ "textbook_tailor", 5 ], [ "tailor_portfolio", 5 ], [ "textbook_armwest", 4 ], [ "textbook_armschina", 4 ] ], diff --git a/data/json/recipes/armor/pets_dog.json b/data/json/recipes/armor/pets_dog.json index 8668b72aec767..cadf748003e9e 100644 --- a/data/json/recipes/armor/pets_dog.json +++ b/data/json/recipes/armor/pets_dog.json @@ -6,6 +6,7 @@ "copy-from": "armor_acidchitin", "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_CANINE ARMOR", + "qualities": [ { "id": "CUT_FINE", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "LEATHER_AWL", "level": 1 } ], "skills_required": [ [ "survival", 4 ], [ "firstaid", 2 ], [ "fabrication", 2 ] ], "time": "3 h 30 m", "using": [ [ "cordage", 1 ], [ "clasps", 3 ] ], diff --git a/data/json/recipes/armor/pets_horse.json b/data/json/recipes/armor/pets_horse.json index c47d2ddb8e1a3..9eefd0e6dbd4c 100644 --- a/data/json/recipes/armor/pets_horse.json +++ b/data/json/recipes/armor/pets_horse.json @@ -6,6 +6,7 @@ "copy-from": "armor_acidchitin", "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_EQUINE ARMOR", + "qualities": [ { "id": "CUT_FINE", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "LEATHER_AWL", "level": 1 } ], "skills_required": [ [ "survival", 4 ], [ "firstaid", 2 ], [ "fabrication", 4 ] ], "time": "8 h 30 m", "using": [ [ "cordage", 7 ] ], @@ -236,6 +237,7 @@ "copy-from": "armor_plarmor", "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_EQUINE ARMOR", + "qualities": [ { "id": "HAMMER", "level": 3 } ], "skills_required": [ "tailor", 3 ], "time": "24 h", "book_learn": [ [ "textbook_tailor", 5 ], [ "tailor_portfolio", 5 ], [ "textbook_armwest", 4 ], [ "textbook_armschina", 4 ] ], diff --git a/data/mods/Aftershock/recipes/robot_recipes.json b/data/mods/Aftershock/recipes/robot_recipes.json index d5f6ac353d734..dbdc9f595ea7d 100644 --- a/data/mods/Aftershock/recipes/robot_recipes.json +++ b/data/mods/Aftershock/recipes/robot_recipes.json @@ -66,7 +66,8 @@ [ [ "afs_circuitry_1", 4 ] ], [ [ "afs_energy_storage_3", 1 ] ], [ [ "afs_material_1", 7 ] ] - ] + ], + "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 } ] }, { "result": "bot_utilibot_beehive", @@ -79,7 +80,8 @@ [ [ "afs_energy_storage_3", 1 ] ], [ [ "afs_material_1", 8 ] ], [ [ "robot_controls", 1 ] ] - ] + ], + "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 } ] }, { "type": "recipe", diff --git a/data/mods/DinoMod/recipes/pets_bear.json b/data/mods/DinoMod/recipes/pets_bear.json index 7580190c43835..cd372d665296a 100644 --- a/data/mods/DinoMod/recipes/pets_bear.json +++ b/data/mods/DinoMod/recipes/pets_bear.json @@ -6,6 +6,7 @@ "copy-from": "armor_acidchitin", "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_BEAR ARMOR", + "qualities": [ { "id": "CUT_FINE", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "LEATHER_AWL", "level": 1 } ], "skills_required": [ [ "survival", 4 ], [ "firstaid", 2 ], [ "fabrication", 4 ] ], "time": "8 h 30 m", "using": [ [ "cordage", 7 ] ], @@ -23,6 +24,7 @@ "copy-from": "armor_chitin", "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_BEAR ARMOR", + "qualities": [ { "id": "CUT_FINE", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "LEATHER_AWL", "level": 1 } ], "time": "8 h 30 m", "book_learn": [ [ "textbook_tailor", 5 ], [ "tailor_portfolio", 5 ] ], "skills_required": [ [ "fabrication", 4 ] ], @@ -97,6 +99,7 @@ "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_BEAR ARMOR", "activity_level": "LIGHT_EXERCISE", + "qualities": [ { "id": "COOK", "level": 3 }, { "id": "LEATHER_AWL", "level": 1 } ], "skills_required": [ "tailor", 6 ], "time": "10 h 30 m", "autolearn": true, @@ -131,6 +134,7 @@ "activity_level": "LIGHT_EXERCISE", "difficulty": 4, "time": "6 h 30 m", + "qualities": [ { "id": "COOK", "level": 3 }, { "id": "LEATHER_AWL", "level": 1 } ], "using": [ [ "sewing_standard", 75 ], [ "clasps", 4 ] ], "components": [ [ [ "bone", 39 ], [ "bone_human", 39 ], [ "bone_demihuman", 39 ] ], [ [ "armor_blarmor", 3 ] ] ], "extend": { "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_carving" } ] } @@ -246,6 +250,7 @@ "copy-from": "armor_plarmor", "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_BEAR ARMOR", + "qualities": [ { "id": "HAMMER", "level": 3 } ], "skills_required": [ "tailor", 3 ], "time": "24 h", "book_learn": [ [ "textbook_tailor", 5 ], [ "tailor_portfolio", 5 ], [ "textbook_armwest", 4 ], [ "textbook_armschina", 4 ] ], diff --git a/data/mods/DinoMod/recipes/pets_elephant.json b/data/mods/DinoMod/recipes/pets_elephant.json index 346115125bbbb..6c41e3af806c4 100644 --- a/data/mods/DinoMod/recipes/pets_elephant.json +++ b/data/mods/DinoMod/recipes/pets_elephant.json @@ -23,6 +23,7 @@ "copy-from": "armor_chitin", "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_ELEPHANT ARMOR", + "qualities": [ { "id": "CUT_FINE", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "LEATHER_AWL", "level": 1 } ], "time": "8 h 30 m", "book_learn": [ [ "textbook_tailor", 5 ], [ "tailor_portfolio", 5 ] ], "skills_required": [ [ "fabrication", 4 ] ], @@ -97,6 +98,7 @@ "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_ELEPHANT ARMOR", "activity_level": "LIGHT_EXERCISE", + "qualities": [ { "id": "COOK", "level": 3 }, { "id": "LEATHER_AWL", "level": 1 } ], "skills_required": [ "tailor", 6 ], "time": "10 h 30 m", "autolearn": true, @@ -246,6 +248,7 @@ "copy-from": "armor_plarmor", "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_ELEPHANT ARMOR", + "qualities": [ { "id": "HAMMER", "level": 3 } ], "skills_required": [ "tailor", 3 ], "time": "24 h", "book_learn": [ [ "textbook_tailor", 5 ], [ "tailor_portfolio", 5 ], [ "textbook_armwest", 4 ], [ "textbook_armschina", 4 ] ], diff --git a/data/mods/DinoMod/recipes/pets_ostrich.json b/data/mods/DinoMod/recipes/pets_ostrich.json index 8af936dd69321..3bbce31d69427 100644 --- a/data/mods/DinoMod/recipes/pets_ostrich.json +++ b/data/mods/DinoMod/recipes/pets_ostrich.json @@ -23,6 +23,7 @@ "copy-from": "armor_chitin", "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_OSTRICH ARMOR", + "qualities": [ { "id": "CUT_FINE", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "LEATHER_AWL", "level": 1 } ], "time": "8 h 30 m", "book_learn": [ [ "textbook_tailor", 5 ], [ "tailor_portfolio", 5 ] ], "skills_required": [ [ "fabrication", 4 ] ], @@ -97,6 +98,7 @@ "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_OSTRICH ARMOR", "activity_level": "LIGHT_EXERCISE", + "qualities": [ { "id": "COOK", "level": 3 }, { "id": "LEATHER_AWL", "level": 1 } ], "skills_required": [ "tailor", 6 ], "time": "10 h 30 m", "autolearn": true, @@ -246,6 +248,7 @@ "copy-from": "armor_plarmor", "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_OSTRICH ARMOR", + "qualities": [ { "id": "HAMMER", "level": 3 } ], "skills_required": [ "tailor", 3 ], "time": "24 h", "book_learn": [ [ "textbook_tailor", 5 ], [ "tailor_portfolio", 5 ], [ "textbook_armwest", 4 ], [ "textbook_armschina", 4 ] ], diff --git a/data/mods/Magiclysm/recipes/armor.json b/data/mods/Magiclysm/recipes/armor.json index 83441d90642a2..2d7595584f5b7 100644 --- a/data/mods/Magiclysm/recipes/armor.json +++ b/data/mods/Magiclysm/recipes/armor.json @@ -56,6 +56,12 @@ "result": "xl_armguard_demonchitin", "type": "recipe", "copy-from": "armguard_demonchitin", + "qualities": [ + { "id": "CHISEL", "level": 1 }, + { "id": "SEW", "level": 3 }, + { "id": "LEATHER_AWL", "level": 1 }, + { "id": "MANA_INFUSE", "level": 2 } + ], "time": "3 h", "components": [ [ [ "cordage_superior", 1, "LIST" ] ], [ [ "demon_chitin_plate", 1 ] ], [ [ "demon_chitin_piece", 3 ] ] ] }, @@ -87,6 +93,12 @@ "result": "xl_armor_demonchitin", "type": "recipe", "copy-from": "armor_demonchitin", + "qualities": [ + { "id": "CHISEL", "level": 1 }, + { "id": "SEW", "level": 3 }, + { "id": "LEATHER_AWL", "level": 1 }, + { "id": "MANA_INFUSE", "level": 2 } + ], "time": "5 h", "components": [ [ [ "cordage_superior", 1, "LIST" ] ], [ [ "demon_chitin_plate", 1 ] ], [ [ "demon_chitin_piece", 10 ] ] ] }, @@ -118,6 +130,12 @@ "result": "xl_boots_demonchitin", "type": "recipe", "copy-from": "boots_demonchitin", + "qualities": [ + { "id": "CHISEL", "level": 1 }, + { "id": "SEW", "level": 3 }, + { "id": "LEATHER_AWL", "level": 1 }, + { "id": "MANA_INFUSE", "level": 2 } + ], "time": "4 h", "components": [ [ [ "cordage_superior", 1, "LIST" ] ], [ [ "demon_chitin_plate", 1 ] ], [ [ "demon_chitin_piece", 5 ] ] ] }, @@ -149,6 +167,12 @@ "result": "xl_gauntlets_demonchitin", "type": "recipe", "copy-from": "gauntlets_demonchitin", + "qualities": [ + { "id": "CHISEL", "level": 1 }, + { "id": "SEW", "level": 3 }, + { "id": "LEATHER_AWL", "level": 1 }, + { "id": "MANA_INFUSE", "level": 2 } + ], "time": "3 h", "components": [ [ [ "cordage_superior", 1, "LIST" ] ], [ [ "demon_chitin_piece", 14 ] ] ] }, @@ -157,6 +181,12 @@ "type": "recipe", "activity_level": "BRISK_EXERCISE", "copy-from": "armor_demonchitin", + "qualities": [ + { "id": "CHISEL", "level": 1 }, + { "id": "SEW", "level": 3 }, + { "id": "LEATHER_AWL", "level": 1 }, + { "id": "MANA_INFUSE", "level": 2 } + ], "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_EQUINE ARMOR", "time": "17 h 30 m", @@ -175,6 +205,12 @@ "type": "recipe", "activity_level": "BRISK_EXERCISE", "copy-from": "armor_demonchitin", + "qualities": [ + { "id": "CHISEL", "level": 1 }, + { "id": "SEW", "level": 3 }, + { "id": "LEATHER_AWL", "level": 1 }, + { "id": "MANA_INFUSE", "level": 2 } + ], "category": "CC_ANIMALS", "subcategory": "CSC_ANIMALS_CANINE ARMOR", "skills_required": [ [ "spellcraft", 6 ], [ "fabrication", 4 ], [ "survival", 4 ] ],