Skip to content

Configuring2

SphereII edited this page Sep 18, 2024 · 1 revision

Configuring

This feature will only be enabled if the Locks modlet is available, and it's turned on.  Locks itself will control the turning it on, so you will not have to do this.

 

The difficulty is scaled at 4 different rates, depending on the HP of the storage container.

 

 

<property class="AdvancedLockpicking" >

    <!-- This feature is only available when this modlet is loaded. -->

    <property name="RequiredModlet" value="Locks" />

 

    <property name="Logging" value="false"/>

    <property name="AdvancedLocks" value="false" />

    <property name="QuestFullReset" value="true" />

<property name="LockPrefab" value="#@modfolder(Locks):Resources/Locks.unity3d?Lockset01" />

                

    <!-- 4 types of locks based on difficult. Easier to most difficult. -->

    <property name="MaxGiveAmount" value="10,8,6,4" />

    <property name="BreakTime" value="1.2,1.0,.8,.6" />

    <property name="Left" value="Keypad4" />

    <property name="Right" value="Keypad6" />

    <property name="Turn" value="Keypad8,Keypad5,Keypad2" />

</property>


Created with the Personal Edition of HelpNDoc: Converting Word Documents to eBooks: A Step-by-Step Guide with HelpNDoc

0-SCore

Table of contents

Clone this wiki locally