You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ReStocked/Distribution/Restock/GameData/ReStock/Patches/Utility/restock-ladders.cfg

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