Add small drill

This commit is contained in:
Andrew Cassidy 2019-05-07 21:54:23 -07:00
parent 0f82314a7c
commit b814798f2b
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
6 changed files with 45 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3e228c43d3986de88dfe67cc0d8f6d4ca000d84a
Subproject commit 6e99d818ce596d80fffb1006dbc875e03c57860f

View File

@ -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
}
}
}
}