diff --git a/Assets/CineboxAndrew b/Assets/CineboxAndrew index 3e228c43..6e99d818 160000 --- a/Assets/CineboxAndrew +++ b/Assets/CineboxAndrew @@ -1 +1 @@ -Subproject commit 3e228c43d3986de88dfe67cc0d8f6d4ca000d84a +Subproject commit 6e99d818ce596d80fffb1006dbc875e03c57860f diff --git a/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-drill-1-n.dds b/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-drill-1-n.dds new file mode 100644 index 00000000..282280b4 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-drill-1-n.dds differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-drill-1.dds b/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-drill-1.dds new file mode 100644 index 00000000..bcf06f3e Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-drill-1.dds differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-drill-radial-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-drill-radial-1.mu new file mode 100644 index 00000000..b5392632 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-drill-radial-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/FX/restock-particle-dust.dds b/Distribution/Restock/GameData/ReStock/FX/restock-particle-dust.dds index 3c574aec..bb079614 100644 Binary files a/Distribution/Restock/GameData/ReStock/FX/restock-particle-dust.dds and b/Distribution/Restock/GameData/ReStock/FX/restock-particle-dust.dds differ diff --git a/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-drills.cfg b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-drills.cfg new file mode 100644 index 00000000..8c22c69c --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-drills.cfg @@ -0,0 +1,44 @@ +// Patches applying art changes to ore drills +// Contents: +// - Drill-O-Matic Junior' Mining Excavator (MiniDrill) + +// Drill-O-Matic Junior' Mining Excavator +@PART[MiniDrill] +{ + @author = Andrew Cassidy + + !mesh = DELETE + MODEL + { + model = ReStock/Assets/Resource/restock-drill-radial-1 + } + + @MODULE[ModuleAnimationGroup] + { + @deployAnimationName = Deploy + @activeAnimationName = Drill + } + + EFFECTS + { + drill + { + MODEL_MULTI_PARTICLE + { + name = dust + modelName = ReStock/FX/restock-fx-minidrill-dust + transformName = fxTransformDust + emission = 1.0 1.1 + speed = 1.0 1.0 + } + MODEL_MULTI_PARTICLE + { + name = rocks + modelName = ReStock/FX/restock-fx-minidrill-rocks + transformName = fxTransformRocks + emission = 1.0 1.0 + speed = 1.0 1.0 + } + } + } +} \ No newline at end of file