Upload from upload_mods.ps1

This commit is contained in:
Nathaniel Cosford
2025-06-04 16:29:44 +09:30
commit 8ae6e74a43
5 changed files with 49 additions and 0 deletions

13
Config/XUi/windows.xml Normal file
View File

@@ -0,0 +1,13 @@
<configs>
<append xpath="/windows">
<window name="windowLockPicking" width="1000" height="500" panel="Center" controller="PickLocking, RebirthUtils" cursor_area="true" >
<panel name="header" pos="0,-50" height="80" depth="1" backgroundspritename="ui_game_panel_header">
<sprite depth="2" name="windowIcon" style="icon32px" pos="4,-5" sprite="ui_game_symbol_pen"/>
<label style="header.name" text_key="advancedlockpicking_desc" width="800" height="300" font_size="30" overflow="resizefreely"/>
</panel>
</window>
</append>
</configs>

9
Config/XUi/xui.xml Normal file
View File

@@ -0,0 +1,9 @@
<configs>
<append xpath="/xui/ruleset[@name='default']">
<window_group name="LockPicking" >
<window name="windowLockPicking"/>
</window_group>
</append>
</configs>

18
Config/items.xml Normal file
View File

@@ -0,0 +1,18 @@
<configs>
<append xpath="/items">
<item name="LockLoadingHack"> <!-- This mod contains paid assets, do not use locks outside this modlet -->
<property name="CreativeMode" value="None"/>
<property name="CustomIcon" value="missingIcon"/><property name="CustomIconTint" value="90ff90"/>
<property name="HoldType" value="45"/>
<property name="HoldingItemHidden" value="true"/>
<property name="Meshfile" value="#@modfolder:Resources/Locks.unity3d?Lockset01"/> <!-- purchased asset -->
<property name="DropMeshfile" value="#@modfolder:Resources/Locks.unity3d?Lockset01"/>
<property name="Material" value="MresourceScrapIron"/>
<property name="Weight" value="1"/>
<property name="Stacknumber" value="1"/>
<property name="EconomicValue" value="1"/>
<property name="EconomicBundleSize" value="1000"/>
<property name="Group" value="Resources"/>
</item>
</append>
</configs>

9
ModInfo.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<xml>
<Name value="Locks" />
<Description value="Locks - Locks for the LockPicking minigame enabled in Sphereii's SCore" />
<Author value="Xyth/SphereII/Mumpfy" />
<DisplayName value="Locks" />
<Website value="" />
<Version value="21.0.0.1" />
</xml>

BIN
Resources/Locks.unity3d Normal file

Binary file not shown.