ReStocked/Distribution/Restock/GameData/ReStock/Patches/Utility/restock-ladders.cfg
2019-06-07 09:49:21 -07:00

65 lines
1.3 KiB
INI

// Patches applying art changes to ladders
// Contents:
// - Pegasus I Mobility Enhancer (ladder1)
// - Kelus Mobility Enhancer (telescopicLadder)
// - Kelus-LV Bay Mobility Enhancer (telescopicLadderBay)
// Static Ladder
@PART[ladder1]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Utility/restock-ladder-static-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
}
// Small ladder
@PART[telescopicLadder]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Utility/restock-ladder-extending-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
@MODULE[RetractableLadder]
{
@ladderAnimationRootName = animationRoot
@ladderColliderName = ladderCollider
@ladderRetractAnimationName = LadderExtend
}
}
// Big ladder
@PART[telescopicLadderBay]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Utility/restock-ladder-extending-2
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
@MODULE[RetractableLadder]
{
@ladderAnimationRootName = animationRoot
@ladderColliderName = ladderCollider
@ladderRetractAnimationName = LadderLightExtend
}
}