VS plugin mod for Basic Armour
Révision | 7593cff94976672abf5fe6ab8b6cf7fe55728082 (tree) |
---|---|
l'heure | 2019-05-17 10:11:49 |
Auteur | ![]() |
Commiter | melchior |
Added text entries, adjusted durability
some Crafting recipies added (TEMPORARY)
@@ -125,6 +125,13 @@ | ||
125 | 125 | <None Include="assets\game\patches\armour_attachment_points.json"> |
126 | 126 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
127 | 127 | </None> |
128 | + <None Include="assets\armourmod\recipes\grid\vests.json"> | |
129 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
130 | + </None> | |
131 | + <None Include="assets\armourmod\lang\en.json" /> | |
132 | + <None Include="assets\armourmod\recipes\grid\helmets.json"> | |
133 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> | |
134 | + </None> | |
128 | 135 | </ItemGroup> |
129 | 136 | <ItemGroup> |
130 | 137 | <Folder Include="assets\armourmod\" /> |
@@ -133,5 +140,8 @@ | ||
133 | 140 | <Folder Include="assets\bunnyviking\" /> |
134 | 141 | <Folder Include="assets\game\" /> |
135 | 142 | <Folder Include="assets\game\patches\" /> |
143 | + <Folder Include="assets\armourmod\recipes\" /> | |
144 | + <Folder Include="assets\armourmod\recipes\grid\" /> | |
145 | + <Folder Include="assets\armourmod\lang\" /> | |
136 | 146 | </ItemGroup> |
137 | 147 | </Project> |
\ No newline at end of file |
@@ -13,7 +13,7 @@ | ||
13 | 13 | shapeByType:{ |
14 | 14 | "*-potmetal": { base: "bunnyviking:item/armament/armour/helmpot" }, |
15 | 15 | }, |
16 | - durability: 20, | |
16 | + durability: 75, | |
17 | 17 | texturesByType: { |
18 | 18 | "*-potmetal":{ |
19 | 19 | dummy:{ base: "bunnyviking:item/armament/armour/transparent"}, |
@@ -54,6 +54,7 @@ | ||
54 | 54 | scale: 0.55 |
55 | 55 | }, |
56 | 56 | guiTransform:{ |
57 | + rotate: false, | |
57 | 58 | translation: { x: -14, y: -65, z: 0 }, |
58 | 59 | rotation: { x: -180, y: 11, z: 0 }, |
59 | 60 | origin: { x: 0.2, y: 1.36, z: 0.4 }, |
@@ -26,13 +26,13 @@ | ||
26 | 26 | "*-studdedleather": { base: "bunnyviking:item/armament/armour/armourstuddedleather" } |
27 | 27 | }, |
28 | 28 | durabilitybytype: { |
29 | - "*-leather": 20, | |
30 | - "*-coatofplates": 20, | |
31 | - "*-lamellar": 20, | |
32 | - "*-platechest": 20, | |
33 | - "*-scale": 20, | |
34 | - "*-chain": 20, | |
35 | - "*-studdedleather": 20 | |
29 | + "*-leather": 50, | |
30 | + "*-coatofplates": 100, | |
31 | + "*-lamellar": 120, | |
32 | + "*-platechest": 200, | |
33 | + "*-scale": 140, | |
34 | + "*-chain": 150, | |
35 | + "*-studdedleather": 90 | |
36 | 36 | }, |
37 | 37 | texturesByType: { |
38 | 38 | "*-leather":{ |
@@ -124,6 +124,7 @@ | ||
124 | 124 | scale: 0.55 |
125 | 125 | }, |
126 | 126 | guiTransform:{ |
127 | + rotate: false, | |
127 | 128 | translation: { x: -14, y: -65, z: 0 }, |
128 | 129 | rotation: { x: -180, y: 11, z: 0 }, |
129 | 130 | origin: { x: 0.2, y: 1.36, z: 0.4 }, |
@@ -0,0 +1,11 @@ | ||
1 | + | |
2 | +{ | |
3 | + "armourmod:item-clothes-head-potmetal": "Metal Pot Helm", | |
4 | + "armourmod:item-clothes-upperbodyover-vest-studdedleather": "Studded Leather Vest", | |
5 | + "armourmod:item-clothes-upperbodyover-vest-scale": "Scale Mail Vest", | |
6 | + "armourmod:item-clothes-upperbodyover-vest-platechest": "Plate Armour Vest", | |
7 | + "armourmod:item-clothes-upperbodyover-vest-leather": "Leather Vest", | |
8 | + "armourmod:item-clothes-upperbodyover-vest-lamellar": "Lamellar Armour Vest", | |
9 | + "armourmod:item-clothes-upperbodyover-vest-coatofplates": "Coat'o'Plates Armour Vest", | |
10 | + "armourmod:item-clothes-upperbodyover-vest-chain": "Chainmail", | |
11 | +} | |
\ No newline at end of file |
@@ -0,0 +1,10 @@ | ||
1 | +{ | |
2 | + ingredientPattern: " P ,P P", | |
3 | + ingredients: { | |
4 | + "P": { type: "item", code: "game:metalplate-iron",quantity: 1 } | |
5 | + }, | |
6 | + width: 3, | |
7 | + height: 2, | |
8 | + name: "head-pothelm", | |
9 | + output: { type: "item", code: "armourmod:clothes-head-potmetal" } | |
10 | +} | |
\ No newline at end of file |
@@ -0,0 +1,35 @@ | ||
1 | +[ | |
2 | +{ | |
3 | + ingredientPattern: "S S,LLL,LLL", | |
4 | + ingredients: { | |
5 | + "L": { type: "item", code: "game:hide-raw",quantity: 2 }, | |
6 | + "S": { type: "item", code: "game:hide-raw",quantity: 1 }, | |
7 | + }, | |
8 | + width: 3, | |
9 | + height: 3, | |
10 | + name: "vest-leather", | |
11 | + output: { type: "item", code: "armourmod:clothes-upperbodyover-vest-leather" } | |
12 | +}, | |
13 | +{ | |
14 | +ingredientPattern: "PLP", | |
15 | +ingredients: { | |
16 | + "P": { type: "item", code: "game:metalplate-*", allowedVariants: ["tinbronze", "bismuthbronze", "blackbronze"], quantity: 2 }, | |
17 | + "L": { type: "item", code: "armourmod:clothes-upperbodyover-vest-leather",quantity: 1 }, | |
18 | +}, | |
19 | +width: 3, | |
20 | +height: 1, | |
21 | +name: "vest-leather-plate", | |
22 | +output: { type: "item", code: "armourmod:clothes-upperbodyover-vest-coatofplates" } | |
23 | +}, | |
24 | +{ | |
25 | +ingredientPattern: "P P,HHH,HHH", | |
26 | +ingredients: { | |
27 | + "P": { type: "item", code: "game:metalplate-iron", quantity: 1 }, | |
28 | + "H": { type: "item", code: "game:metalplate-iron", quantity: 2 }, | |
29 | +}, | |
30 | +width: 3, | |
31 | +height: 3, | |
32 | +name: "vest-plate-armour", | |
33 | +output: { type: "item", code: "armourmod:clothes-upperbodyover-vest-platechest" } | |
34 | +}, | |
35 | +] |