• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

VS plugin mod for Basic Armour


Commit MetaInfo

Révisionda78cb7b25d558a8a52efe051126ed0dc65f9f1f (tree)
l'heure2019-07-31 05:28:45
Auteurmelchior <melchior@user...>
Commitermelchior

Message de Log

new model / textures incl. proj.
version incriment for V1.10

Change Summary

Modification

--- a/ArmourMod/ArmourMod.csproj
+++ b/ArmourMod/ArmourMod.csproj
@@ -74,6 +74,7 @@
7474 <Compile Include="Armour\ArmourModelData.cs" />
7575 <Compile Include="Armour\ArmourModConfig.cs" />
7676 <Compile Include="Armour\ItemArmour.cs" />
77+ <Compile Include="Armour\ShieldBasher.cs" />
7778 </ItemGroup>
7879 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
7980 <ItemGroup>
@@ -150,7 +151,47 @@
150151 <None Include="assets\armourmod\shapes\item\armour\buckler.json">
151152 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
152153 </None>
153- <None Include="assets\armourmod\itemtypes\wearable\item-offhand-buckler.json">
154+ <None Include="assets\armourmod\itemtypes\wearable\item-offhand-buckler-wood.json">
155+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
156+ </None>
157+ <None Include="assets\bunnyviking\shapes\item\armament\shield\shield_buckler.json">
158+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
159+ </None>
160+ <None Include="assets\bunnyviking\shapes\item\armament\shield\shield_heater_curved.json">
161+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
162+ </None>
163+ <None Include="assets\bunnyviking\shapes\item\armament\shield\shield_heater_straight.json">
164+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
165+ </None>
166+ <None Include="assets\bunnyviking\shapes\item\armament\shield\shield_round_basic.json">
167+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
168+ </None>
169+ <None Include="assets\bunnyviking\textures\item\armament\shield\shield_buckler.png">
170+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
171+ </None>
172+ <None Include="assets\bunnyviking\textures\item\armament\shield\shield_edging_grip.png">
173+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
174+ </None>
175+ <None Include="assets\bunnyviking\textures\item\armament\shield\shield_heater.png">
176+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
177+ </None>
178+ <None Include="assets\bunnyviking\textures\item\armament\shield\shield_heater_back.png">
179+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
180+ </None>
181+ <None Include="assets\bunnyviking\textures\item\armament\shield\shield_heater_straight.png">
182+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
183+ </None>
184+ <None Include="assets\bunnyviking\textures\item\armament\shield\shield_heater_straight_back.png">
185+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
186+ </None>
187+ <None Include="assets\bunnyviking\textures\item\armament\shield\shield_round.png">
188+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
189+ </None>
190+ <None Include="assets\bunnyviking\textures\item\armament\shield\shield_round_back.png">
191+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
192+ </None>
193+ <None Include="assets\bunnyviking\textures\item\armament\shield\weapon_parts_01.png" />
194+ <None Include="assets\armourmod\itemtypes\wearable\item-offhand-buckler-metal.json">
154195 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
155196 </None>
156197 </ItemGroup>
@@ -164,5 +205,7 @@
164205 <Folder Include="assets\armourmod\recipes\" />
165206 <Folder Include="assets\armourmod\recipes\grid\" />
166207 <Folder Include="assets\armourmod\lang\" />
208+ <Folder Include="assets\bunnyviking\shapes\item\armament\shield\" />
209+ <Folder Include="assets\bunnyviking\textures\item\armament\shield\" />
167210 </ItemGroup>
168211 </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
@@ -50,8 +50,8 @@
5050 scale: 2
5151 },
5252 tpHandTransform: {
53- translation: { x: -0.6, y: -1.2, z: -0.7 },
54- rotation: { x: -14, y: 180, z: 53 },
53+ translation: { x: -1.05, y: -1, z: -0.9 },
54+ rotation: { x: -80, y: 171, z: 96 },
5555 scale: 0.55
5656 },
5757 guiTransform:{
@@ -70,6 +70,7 @@
7070 thirdPersonTransform: {
7171 translation: { x: -0.005, y: 0.18, z: 0.0009 },
7272 rotation: { x: 0, y: 0, z: 0 },
73+ origin: { x: 0.5, y: 0.55, z: 0.45 },
7374 scale: 1.1
7475 }
7576 }
--- a/ArmourMod/assets/armourmod/itemtypes/wearable/item-offhand-buckler-metal.json
+++ b/ArmourMod/assets/armourmod/itemtypes/wearable/item-offhand-buckler-metal.json
@@ -1,24 +1,24 @@
11 {
2- code: "buckler-wood",
2+ code: "buckler-metal",
33 class: "ItemArmour",
44 storageFlags: 257,
55 heldRightTpIdleAnimation: "holdinglanternrighthand",
66 heldLeftTpIdleAnimation: "holdinglanternlefthand",
77 attributes:
88 {
9- BluntProtection:0.13,
10- PiercingProtection:0.1,
11- SlashingProtection:0.1,
12- CrushingProtection:0.05,
13- FireProtection:0.01
9+ BluntProtection:0.14,
10+ PiercingProtection:0.10,
11+ SlashingProtection:0.15,
12+ CrushingProtection:0.09,
13+ FireProtection:0.19
1414 },
1515 shape: {
16- base: "item/armour/buckler"
16+ base: "bunnyviking:item/armament/shield/shield_buckler"
1717 },
18- durability: 50,
18+ durability: 150,
1919 creativeinventory: { "general": ["*"], "items": ["*"], "clothing": ["*"] },
2020 textures: {
21- aged:{ base: "game:block/wood/debarked/aged"},
21+ "shield_buckler":{ base: "bunnyviking:/item/armament/shield/shield_buckler"},
2222 },
2323 fpHandTransform: {
2424 translation: { x: 0, y: -0.05, z: -0.6 },
@@ -42,10 +42,6 @@
4242 rotation: { x: 0, y: -1, z: 90 },
4343 origin: { x: 0.39, y: 0.25, z: 0.5 },
4444 scale: 2.8
45- },
46- combustibleProps: {
47- burnTemperature: 600,
48- burnDuration: 12,
4945 },
50- materialDensity: 600
46+ materialDensity: 850
5147 }
\ No newline at end of file
--- a/ArmourMod/modinfo.json
+++ b/ArmourMod/modinfo.json
@@ -1,11 +1,11 @@
11 {
22 "type": "code",
33 "name": "Basic Armour Mod",
4- "description" : "Leather, Plate, Scale & More",
4+ "description" : "Vests of Leather, Plate, Scale & Now Shields!",
55 "authors": ["Melchior", "Bunnyviking"],
66 "version": "0.1.9",
77 "dependencies": {
8- "game": "1.9.9",
8+ "game": "1.10.*",
99 "survival": ""
1010 },
1111 "website": "http://nowebsite.nope"