• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags

Frequently used words (click to add to your profile)

javaandroidc++linuxc#windowsobjective-ccocoaqtpython誰得phprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

VS plugin mod for Basic Armour


Commit MetaInfo

Révision7593cff94976672abf5fe6ab8b6cf7fe55728082 (tree)
l'heure2019-05-17 10:11:49
Auteurmelchior <melchior@user...>
Commitermelchior

Message de Log

Added text entries, adjusted durability
some Crafting recipies added (TEMPORARY)

Change Summary

Modification

--- a/ArmourMod/ArmourMod.csproj
+++ b/ArmourMod/ArmourMod.csproj
@@ -125,6 +125,13 @@
125125 <None Include="assets\game\patches\armour_attachment_points.json">
126126 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
127127 </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>
128135 </ItemGroup>
129136 <ItemGroup>
130137 <Folder Include="assets\armourmod\" />
@@ -133,5 +140,8 @@
133140 <Folder Include="assets\bunnyviking\" />
134141 <Folder Include="assets\game\" />
135142 <Folder Include="assets\game\patches\" />
143+ <Folder Include="assets\armourmod\recipes\" />
144+ <Folder Include="assets\armourmod\recipes\grid\" />
145+ <Folder Include="assets\armourmod\lang\" />
136146 </ItemGroup>
137147 </Project>
\ No newline at end of file
--- a/ArmourMod/assets/armourmod/itemtypes/wearable/clothes-head-potmetal.json
+++ b/ArmourMod/assets/armourmod/itemtypes/wearable/clothes-head-potmetal.json
@@ -13,7 +13,7 @@
1313 shapeByType:{
1414 "*-potmetal": { base: "bunnyviking:item/armament/armour/helmpot" },
1515 },
16- durability: 20,
16+ durability: 75,
1717 texturesByType: {
1818 "*-potmetal":{
1919 dummy:{ base: "bunnyviking:item/armament/armour/transparent"},
@@ -54,6 +54,7 @@
5454 scale: 0.55
5555 },
5656 guiTransform:{
57+ rotate: false,
5758 translation: { x: -14, y: -65, z: 0 },
5859 rotation: { x: -180, y: 11, z: 0 },
5960 origin: { x: 0.2, y: 1.36, z: 0.4 },
--- a/ArmourMod/assets/armourmod/itemtypes/wearable/clothes-upperbodyover-vest.json
+++ b/ArmourMod/assets/armourmod/itemtypes/wearable/clothes-upperbodyover-vest.json
@@ -26,13 +26,13 @@
2626 "*-studdedleather": { base: "bunnyviking:item/armament/armour/armourstuddedleather" }
2727 },
2828 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
3636 },
3737 texturesByType: {
3838 "*-leather":{
@@ -124,6 +124,7 @@
124124 scale: 0.55
125125 },
126126 guiTransform:{
127+ rotate: false,
127128 translation: { x: -14, y: -65, z: 0 },
128129 rotation: { x: -180, y: 11, z: 0 },
129130 origin: { x: 0.2, y: 1.36, z: 0.4 },
--- /dev/null
+++ b/ArmourMod/assets/armourmod/lang/en.json
@@ -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
--- /dev/null
+++ b/ArmourMod/assets/armourmod/recipes/grid/helmets.json
@@ -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
--- /dev/null
+++ b/ArmourMod/assets/armourmod/recipes/grid/vests.json
@@ -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+]