mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add big drill and update small drill
This commit is contained in:
parent
212090c492
commit
56667da2d1
@ -1 +1 @@
|
||||
Subproject commit 6e99d818ce596d80fffb1006dbc875e03c57860f
|
||||
Subproject commit e28b7bec1993d50c34de9714e87d0e27c5f5e453
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,7 +1,49 @@
|
||||
// Patches applying art changes to ore drills
|
||||
// Contents:
|
||||
// - Drill-O-Matic' Mining Excavator (RadialDrill)
|
||||
// - Drill-O-Matic Junior' Mining Excavator (MiniDrill)
|
||||
|
||||
// Drill-O-Matic' Mining Excavator
|
||||
//@PART[RadialDrill]
|
||||
{
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Resource/restock-drill-radial-2
|
||||
}
|
||||
|
||||
@MODULE[ModuleAnimationGroup]
|
||||
{
|
||||
@deployAnimationName = Deploy
|
||||
@activeAnimationName = Drill
|
||||
}
|
||||
|
||||
EFFECTS
|
||||
{
|
||||
drill
|
||||
{
|
||||
MODEL_MULTI_PARTICLE
|
||||
{
|
||||
name = dust
|
||||
modelName = ReStock/FX/restock-fx-drill-dust
|
||||
transformName = fxTransformDust
|
||||
emission = 1.0 1.1
|
||||
speed = 1.0 1.0
|
||||
}
|
||||
MODEL_MULTI_PARTICLE
|
||||
{
|
||||
name = rocks
|
||||
modelName = ReStock/FX/restock-fx-drill-rocks
|
||||
transformName = fxTransformRocks
|
||||
emission = 1.0 1.0
|
||||
speed = 1.0 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Drill-O-Matic Junior' Mining Excavator
|
||||
@PART[MiniDrill]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user