Skip to content

Commit

Permalink
finish dinomods/magiclysm
Browse files Browse the repository at this point in the history
  • Loading branch information
marilynias committed Dec 13, 2024
1 parent 510c2cc commit 711dff8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/mods/DinoMod/recipes/pets_elephant.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,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" } ] }
Expand Down
10 changes: 10 additions & 0 deletions data/mods/Magiclysm/recipes/tailoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"copy-from": "gambeson_parabolan",
"time": "97 h",
"using": [ [ "fastener_large", 2 ], [ "fastener_small", 15 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "parabolan_felt_patch", 3555 ] ],
Expand All @@ -94,6 +95,7 @@
"copy-from": "gambeson_parabolan",
"time": "49 h",
"using": [ [ "fastener_large", 2 ], [ "fastener_small", 8 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "parabolan_felt_patch", 1777 ] ],
Expand Down Expand Up @@ -125,6 +127,7 @@
"copy-from": "gambeson_parabolan_thinsleeved",
"time": "87 h",
"using": [ [ "fastener_large", 2 ], [ "fastener_small", 15 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "parabolan_felt_patch", 3114 ] ],
Expand All @@ -137,6 +140,7 @@
"copy-from": "gambeson_parabolan_thinsleeved",
"time": "44 h",
"using": [ [ "fastener_large", 2 ], [ "fastener_small", 8 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "parabolan_felt_patch", 1572 ] ],
Expand Down Expand Up @@ -168,6 +172,7 @@
"copy-from": "gambeson_parabolan_vest",
"time": "54 h",
"using": [ [ "fastener_large", 2 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "parabolan_felt_patch", 2736 ] ],
Expand All @@ -180,6 +185,7 @@
"copy-from": "gambeson_parabolan_vest",
"time": "27 h",
"using": [ [ "fastener_large", 2 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [
[ [ "leather_belt", 1 ], [ "webbing_belt", 1 ], [ "santa_belt", 1 ] ],
[ [ "parabolan_felt_patch", 1368 ] ],
Expand Down Expand Up @@ -207,6 +213,7 @@
"copy-from": "gambeson_pants_parabolan",
"time": "60 h",
"using": [ [ "fastener_small", 7 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "parabolan_felt_patch", 820 ] ], [ [ "parabolan_yarn", 600 ] ] ]
},
{
Expand All @@ -215,6 +222,7 @@
"copy-from": "gambeson_pants_parabolan",
"time": "30 h",
"using": [ [ "fastener_small", 5 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "parabolan_felt_patch", 410 ] ], [ [ "parabolan_yarn", 300 ] ] ]
},
{
Expand All @@ -238,6 +246,7 @@
"copy-from": "gambeson_gloves_parabolan",
"time": "12 h",
"using": [ [ "fastener_small", 3 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "parabolan_felt_patch", 174 ] ], [ [ "parabolan_yarn", 135 ] ] ]
},
{
Expand All @@ -246,6 +255,7 @@
"copy-from": "gambeson_gloves_parabolan",
"time": "6 h",
"using": [ [ "fastener_small", 2 ] ],
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "FABRIC_CUT", "level": 1 } ],
"components": [ [ [ "parabolan_felt_patch", 87 ] ], [ [ "parabolan_yarn", 67 ] ] ]
}
]

0 comments on commit 711dff8

Please sign in to comment.