-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add demon chitin armor & repairing dragon armor (#36733)
* Make carried vehicle cargo available for inventory * Update migration.json de-duplicate lines 1002-1057 * Generic name to object (#38686) * Generic name to object * Name to object * Armor name to object (#38685) * Armor fix looks_like * Name to object, volume to string * Lowered beaver aggression and morale to be more accurate and believable. (#38688) * made vacuum sealing more consistent * Add demon chitin armor * Add d-chitin armor recipes Add armormaking book, remove autolearn from recipes Fix recipe category Add armorsmithing book to mapgen * Fix playtest errors * Add repairing ability to sewing kits * Capitals * Itemgroup description fix * Linting * Forgot gauntlet recipe + adjust crafting times * Fix fire protection being too low * Add dog & horse d-chitin armors * Update data/mods/Magiclysm/items/recipe_books.json Co-authored-by: jkraybill <[email protected]> Co-authored-by: ZhilkinSerg <[email protected]> Co-authored-by: tenmillimaster <> Co-authored-by: snipercup <[email protected]> Co-authored-by: chrimchim <[email protected]> Co-authored-by: Curtis Merrill <[email protected]>
- Loading branch information
1 parent
144d032
commit 392182e
Showing
8 changed files
with
320 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
[ | ||
{ | ||
"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 ] ] ] | ||
} | ||
] |