magiclysm-bn/recipes/armor.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

118 lines
4.0 KiB
JSON

[
{
"result": "helmet_demonchitin",
"byproducts": [ [ "demon_chitin_piece", 3 ] ],
"qualities": [
{ "id": "CHISEL", "level": 1 },
{ "id": "SEW", "level": 3 },
{ "id": "LEATHER_AWL", "level": 1 },
{ "id": "MANA_INFUSE", "level": 2 }
],
"type": "recipe",
"category": "CC_ENCHANTED",
"subcategory": "CSC_ENCHANTED_ARMOR",
"skill_used": "tailor",
"skills_required": [ [ "spellcraft", 6 ] ],
"difficulty": 7,
"time": "4 h",
"book_learn": [ [ "magic_armormaking", 6 ] ],
"components": [ [ [ "cordage_superior", 1, "LIST" ] ], [ [ "demon_chitin_plate", 1 ] ], [ [ "demon_chitin_piece", 1 ] ] ]
},
{
"result": "armguard_demonchitin",
"byproducts": [ [ "demon_chitin_piece", 8 ] ],
"qualities": [
{ "id": "CHISEL", "level": 1 },
{ "id": "SEW", "level": 3 },
{ "id": "LEATHER_AWL", "level": 1 },
{ "id": "MANA_INFUSE", "level": 2 }
],
"type": "recipe",
"category": "CC_ENCHANTED",
"subcategory": "CSC_ENCHANTED_ARMOR",
"skill_used": "tailor",
"skills_required": [ [ "spellcraft", 6 ] ],
"difficulty": 6,
"time": "2 h",
"book_learn": [ [ "magic_armormaking", 5 ] ],
"components": [ [ [ "cordage_superior", 1, "LIST" ] ], [ [ "demon_chitin_plate", 1 ] ], [ [ "demon_chitin_piece", 2 ] ] ]
},
{
"result": "armor_demonchitin",
"qualities": [
{ "id": "CHISEL", "level": 1 },
{ "id": "SEW", "level": 3 },
{ "id": "LEATHER_AWL", "level": 1 },
{ "id": "MANA_INFUSE", "level": 2 }
],
"type": "recipe",
"category": "CC_ENCHANTED",
"subcategory": "CSC_ENCHANTED_ARMOR",
"skill_used": "tailor",
"skills_required": [ [ "spellcraft", 6 ] ],
"difficulty": 8,
"time": "4 h",
"book_learn": [ [ "magic_armormaking", 7 ] ],
"components": [ [ [ "cordage_superior", 1, "LIST" ] ], [ [ "demon_chitin_plate", 4 ] ], [ [ "demon_chitin_piece", 6 ] ] ]
},
{
"result": "boots_demonchitin",
"qualities": [
{ "id": "CHISEL", "level": 1 },
{ "id": "SEW", "level": 3 },
{ "id": "LEATHER_AWL", "level": 1 },
{ "id": "MANA_INFUSE", "level": 2 }
],
"type": "recipe",
"category": "CC_ENCHANTED",
"subcategory": "CSC_ENCHANTED_ARMOR",
"skill_used": "tailor",
"skills_required": [ [ "spellcraft", 6 ] ],
"difficulty": 5,
"time": "2 h 40 m",
"book_learn": [ [ "magic_armormaking", 4 ] ],
"components": [ [ [ "cordage_superior", 1, "LIST" ] ], [ [ "demon_chitin_plate", 1 ] ], [ [ "demon_chitin_piece", 2 ] ] ]
},
{
"result": "gauntlets_demonchitin",
"qualities": [
{ "id": "CHISEL", "level": 1 },
{ "id": "SEW", "level": 3 },
{ "id": "LEATHER_AWL", "level": 1 },
{ "id": "MANA_INFUSE", "level": 2 }
],
"type": "recipe",
"category": "CC_ENCHANTED",
"subcategory": "CSC_ENCHANTED_ARMOR",
"skill_used": "tailor",
"skills_required": [ [ "spellcraft", 6 ] ],
"difficulty": 5,
"time": "2 h",
"book_learn": [ [ "magic_armormaking", 4 ] ],
"components": [ [ [ "cordage_superior", 1, "LIST" ] ], [ [ "demon_chitin_piece", 10 ] ] ]
},
{
"result": "demonchitin_armor_horse",
"type": "recipe",
"copy-from": "armor_demonchitin",
"category": "CC_ANIMALS",
"subcategory": "CSC_ANIMALS_EQUINE ARMOR",
"time": "17 h 30 m",
"book_learn": [ [ "textbook_tailor", 5 ], [ "tailor_portfolio", 5 ] ],
"skills_required": [ [ "spellcraft", 6 ], [ "fabrication", 4 ], [ "survival", 4 ] ],
"using": [ [ "cordage", 7 ] ],
"components": [ [ [ "demon_chitin_plate", 4 ] ], [ [ "demon_chitin_piece", 20 ] ] ]
},
{
"result": "demonchitin_harness_dog",
"type": "recipe",
"copy-from": "armor_demonchitin",
"category": "CC_ANIMALS",
"subcategory": "CSC_ANIMALS_CANINE ARMOR",
"skills_required": [ [ "spellcraft", 6 ], [ "fabrication", 4 ], [ "survival", 4 ] ],
"time": "5 h",
"using": [ [ "cordage", 1 ] ],
"components": [ [ [ "demon_chitin_piece", 12 ] ] ]
}
]